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
4 results tagged bibtex  ✕
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
pybtex - A BibTeX-compatible bibliography processor in Python https://bitbucket.org/pybtex-devs/pybtex/src
Sat 14 Nov 2015 10:36:44 PM CET
QRCode

Pybtex reads citation information from a file and produces a formatted bibliography. BibTeX style files are supported. Alternatively it is possible to write styles in Python.

Pybtex currently understands the following bibliography formats:

  • BibTeX
  • BibTeXML
  • YAML-based format

The resulting bibliography may be output in one of the following formats (not supported by legacy BibTeX styles):

  • LaTeX
  • HTML
  • markdown
  • plain text
bibtex coding_lang:python latex library opensource software
Welcome to BibtexParser’s documentation! — BibtexParser 0.6.1 documentation https://bibtexparser.readthedocs.org/en/v0.6.1/
Mon 10 Aug 2015 08:47:46 PM CEST
QRCode

BibtexParser is a python library to parse bibtex files. The code is tested with unittests.

bibtex library opensource parsing python software
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