I really should be able to find this information on Endnote but haven't done so.

I want to input a bibliography into Biblio. The Journal to which the bibliography refers is a specialised EU Journal that Mendeley fails to read. I already have a python script to read the pdf files and extract the bibliographic details along with other useful information such as keywords. At present, the python writes out JSON to be read by Simile Exhibit.

What I would like to do is rewrite the bibliography in a style that I can batch import into Biblio. I thought to mimic Endnote but cannot find any specifications for its XML output.

I've also put aside routing the conversion through Zotero or any other service. As I already extract information from about 2000 pdf, it is more efficient to pump as much as I can directly into Biblio.

Can anyone suggest where to find Endnote XML specs, or suggest another solution?

Thanks
Jo

Comments

rjerome’s picture

You will find the EndNote XML dtd file which describes the format here.

You could also use RIS format, or EndNote Tagged (details starting on page 195 of the manual).

jojordan’s picture

Thanks - I indeed had switched over to RIS just because the documentation is easier to find.

jojordan’s picture

Status: Active » Closed (fixed)
joe.murray’s picture