Zotero and Sherpa/RoMEO

Preview:

Citation preview

Zotero & SHERPA/RoMEO

ProblemQuick and dirty way to filter a collection of articles by publisher policies

Solution (?)• Zotero as platform for managing citations

• Use Zotero.org and SHERPA/RoMEO APIs to tag articles with publisher policies

http://zotero.org | http://www.sherpa.ac.uk/romeo/

Script

• Zotero: GET users/<userid>/items

– Yank ISSNs from Atom/JSON

• SHERPA/RoMEo: GET /api29.php?issn=<issn>

– Yank archiving policies from XML

– Add tags for policies to item JSON

• Zotero: PUT /users/<userid>/items/<itemkey>

Next

• Workflow?

• Zotero Plugin?

https://github.com/rshanrath/zotero-sherparomeo

Scott Hanrath

@rshanrath

shanrath@ku.edu

Recommended