[open-bibliography] Basic RDF/XML to bibtex/RIS conversion?
Jim Pitman
pitman at stat.Berkeley.EDU
Fri Feb 3 15:03:31 GMT 2012
Ross Mounce <ross.mounce at gmail.com> wrote:
> > the scripts I wrote that parse the BNB files and spit out the bibjson
> yes, I think that sounds like something that would be useful. Although
> I may have to ask the same type of question again:
> How to get from bibjson -> bibtex (or RIS)
I have working code for bibjson -> bibtex though it may be lossy in some cases.
There are issues of how to embed lists of objects in BibTeX, espcially links. I suggest using e.g.
link_1_url = { ... },
link_1_anchor = {... },
link_1_rel = {... },
link_2_url = {... },
link_2_anchor = {... },
Of all the things that are difficult to squash into bibtex, links are by far the most important.
More information about the open-bibliography
mailing list