@hackage citation-resolve0.4.3
convert document IDs such as DOI, ISBN, arXiv ID to bibliographic reference.
Categories
License
BSD-3-Clause
Maintainer
muranushi@gmail.com
Links
Versions
Installation
CustomDependencies (17)
- aeson >=0.6.1
- base >=4.5 && <5
- bytestring >=0.9.2.1
- citeproc-hs >=0.3.7
- containers >=0.5
- curl >=1.3.8 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/authoring
This modules provides a way to convert document identifiers, such as DOIs, ISBNs, arXiv IDs to bibliographic references.
Each type of identifiers will be converted via internet services
to a bibliographic record of type Text.CSL.Reference , which in
turn can be rendered in various format using citeproc-hs package
http://hackage.haskell.org/package/citeproc-hs .
Moreover, the server responses are cached in a local database, making the server load as little as possible.
At the moment, citation-resolve requires "xsltproc" executable to parse xml, in order to resolve ISBNs.