Resolve "Document zotero process"
References #147 (closed)
-
put the json in public
-
Add some doc -
How to use references in the wiki pages : ongoing, see issue #124 (closed) -
How the zotero file is generated -
How can we update it -
How can someone external update it ?
Edited by Remi PLANEL
Merge request reports
Activity
changed milestone to %fixed before hackaton
added Technical documentation labels
The process would be the following :
- people having access to the zotero shared library update document in the corresponding folder (Biblio_Wiki_DefenseFinder)
- this folder is sync on my laptop to the _article.json file
- I need to modify the json (if we can avoid this, it would be nice):
{ "articles": [existing content, with the squared brackets] }
- I commit and push
Alternative and more robust, to steps 2 to 4 : https://www.zotero.org/support/dev/web_api/v3/start
So it might be actually worth trying with the zotero api
I'm not far. To fetch the item in the lib, we can use :
curl -X GET https://api.zotero.org/groups/5151022/collections/BSWL96X3/items -H 'Authorization: Bearer XXX'
With XXX the api key which I sent on the chat. It's readonly
There is a JS lib, if needed. See here : https://www.zotero.org/support/dev/web_api/v3/start
added 1 commit
- 4312da3c - write script to get articles from zotero collection
assigned to @rplanel
added 8 commits
-
09ea61b6...0825f083 - 7 commits from branch
dev
- 2ed40eb3 - Merge branch 'dev' into document-zotero-process
-
09ea61b6...0825f083 - 7 commits from branch
mentioned in commit 108ce39c
Please register or sign in to reply