https://github.com/robintw/bib2coins
Utility to convert BibTeX files to COINS metadata (see http://ocoins.info/) for use in webpages
https://github.com/robintw/bib2coins
bibtex metadata
Last synced: about 1 year ago
JSON representation
Utility to convert BibTeX files to COINS metadata (see http://ocoins.info/) for use in webpages
- Host: GitHub
- URL: https://github.com/robintw/bib2coins
- Owner: robintw
- License: bsd-3-clause
- Created: 2012-08-14T18:36:23.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-04-23T20:10:29.000Z (about 13 years ago)
- Last Synced: 2025-04-01T15:57:17.995Z (about 1 year ago)
- Topics: bibtex, metadata
- Language: Python
- Size: 109 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
bib2coins
=========
bib2coins is a simple tool which will convert BibTeX files to COINS metadata (see http://ocoins.info/) ready for inclusion in a webpage. You may want to use this is you have a BibTeX file of your own publications and you display a list of these publications on a webpage. bib2coins can be used to convert the BibTeX files to a set of `` elements which can be included in your HTML file to allow bibliographic software (such as Mendeley and Zotero) to automatically pick up the metadata from the page and allow the papers on the page to be easily added to the software's database.
Usage
-----
Simply run `bib2coins ` and it will print the COINS metadata to the standard output, ready to be piped into a HTML file.
Current status
--------------
This is beta software, and is not yet finished. At the moment it will create COINS metadata for journal articles and conference proceedings, and the entries will be mostly (if not entirely) complete. It may work for other item types such as books, but I haven't done any testing of those yet.