You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Catalog is an annotated bibliometric data store that tracks the state of archiving in computational modeling using Django and the excellent django rest framework
Steps
manage initial seed publications in Zotero using custom zotero tags like codeurl: https://www.openabm.org/model/3713 or sponsor: NSF
Create Django management commands to ingest citation data from Zotero JSON or the Zotero API. Use the Zotero key to keep things in sync. Once data is in our system though, we don't override it from Zotero. We parse the custom zotero tags and dump them in dedicated fields in our Django models.
Todo
store and manage citation graph
visualizations
provide auditing and reporting tools to dedupe and handle degenerate data (bad tags, etc.)