Skip to content
A Lee edited this page May 20, 2015 · 2 revisions

Purpose

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.)

Clone this wiki locally