From 331998f40c2c715b2449d6e4bf90f8b26cf2c99d Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Mon, 14 Mar 2022 21:05:42 +0100 Subject: [PATCH] [site/library,#52][s]: basic library page with link to zotero library browser. --- site/config/navLinks.js | 2 +- site/pages/library.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 site/pages/library.md diff --git a/site/config/navLinks.js b/site/config/navLinks.js index d5537e2..0294072 100644 --- a/site/config/navLinks.js +++ b/site/config/navLinks.js @@ -1,6 +1,6 @@ const navLinks = [ { href: '/about', name: 'About' }, - { href: 'https://www.zotero.org/groups/4600269/web3/library', name: 'Bibliography' }, + { href: '/library', name: 'Library' }, { href: '/claims', name: 'Claims' }, ] diff --git a/site/pages/library.md b/site/pages/library.md new file mode 100644 index 0000000..a3c676a --- /dev/null +++ b/site/pages/library.md @@ -0,0 +1,30 @@ +# The Library + +We are maintaining a comprehensive library of articles, papers, books and other materials related to the space and the surrounding discourse. It provides deeper background on specific topics along with everything you need to fully engage with, and evaluate, Web3 and the claims being made about it. + +## Browse the Library + +Explore our library online here: + +https://www.zotero.org/groups/4600269/web3/library + +## Contribute to the Library + +One of the ways to participate in the project is to contribute to the library. The following providese guidance on how you can contribute. + +### Setup + +Set up Zotero + +* Create an account at zotero.org if you haven't already. +* Install the Zotero Connector browser extension from: https://www.zotero.org/download/ + * You may want to pin this extension to your taskbar by accessing it from your main extensions library and selecting pin +* (Recommended) Download and install the Zotero desktop app from. https://www.zotero.org/download/ + * Set up syncing. + +Join the group: + +* Visit the group library and click the join button. https://www.zotero.org/groups/4600269/web3 +* Be approved by an admin (we'll get notified of your request or you can contact us via hello@lifeitself.us) + +Start adding materials. \ No newline at end of file