@@ -288,11 +288,71 @@
{/if}
- {#if item.links.includes('wiki|')}
-
- {:else if item.links.includes('video|') && oembed_iframe}
- {@html oembed_iframe.replace('width="200"','width="100%"').replace('height="113"','height="400"')}
- {/if}
+
+ {#if item.links.includes('wiki|')}
+
+ {:else if item.links.includes('video|') && oembed_iframe}
+ {@html oembed_iframe.replace('width="200"','width="100%"').replace('height="113"','height="400"')}
+ {/if}
+
+
+
+
+
+ {item.creators}
+
+
+
+
+
+
+ {#if item.description}
+
+ Description
+ {item.description}
+
+ {/if}
+
+
+
+ {#each item.links.split(";") as type}
+
+ {type.split("|")[0]} at {get_tld(type.split("|")[1])}
+ {#if type.split("|")[2] || type.split("|")[0] === 'book'}
+
+
+
+
+
+ {#if type.split("|")[2] && type.split("|")[2].startsWith('ipfs:')}
+ Download via IPFS:
+ Cloudflare
+ IPFS.io
+ Infura
+ Pinata
+ {/if}
+
+ {#if type.split("|")[2] && type.split("|")[2].startsWith('doi:')}
+ On SciHub
+ {/if}
+
+ {#if type.split("|")[0] === 'book'}
+
+ Look up on:
+ LibGen
+ OpenLibrary
+ GoodReads
+ {/if}
+
+
+ {/if}
+
+ {/each}
+
+
+
+
+