Tullio Facchinetti
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter untagged links
3 results tagged bibliography  ✕
How to do BibJSON http://okfnlabs.org/bibjson/
Sun 30 Jun 2019 10:00:54 PM CEST
QRCode

BibJSON is a convention for representing bibliographic metadata in JSON; it makes it easy to share and use bibliographic metadata online.

It is a form of JSON - a simple, useful and common way of representing data on the web; we use it to shift information around between our apps.

  • A BibJSON record is a JSON object
  • A BibJSON collection is a JSON object containing "metadata" followed by "records"
  • The "records" key in a collection points to a list of BibJSON records (JSON objects)
  • The collection and the records both have the "collection" key, and their value should be the same
  • Each record should have a "cid" - an identifier unique within the parent collection
  • Each record should have a "type" - such as "article", "book", or even "author"
  • Record type places no constraint on what can be placed in the record
  • The default set of keys are based on the bibtex keys
  • BibJSON keys are lowercase, no spaces, and usually singular
  • The keys can point to strings, lists, or objects
  • Any thing that is a simple string should remain so
  • Where object complexity is required, make it an object
  • Where additional keys are namespaced, include a "namespace" declaration in the collection "metadata"
  • BibJSON APIs may return other metadata relevant to the parent app; developers can identify such metadata by prefixing the key with "_"; just ignore what is not useful to you
bibliography bibtex file_format homepage json specifications
The Collection of Computer Science Bibliographies http://liinwww.ira.uka.de/bibliography/index.html
Fri 20 Nov 2015 12:16:19 PM CET
QRCode
bibliography collection research
Zotero: The Next-Generation Research Tool http://www.zotero.org/
Tue 18 Dec 2007 10:46:50 AM CET
QRCode
bibliography bibtex data information latex research
3651 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn