NeotomaDB / Neotoma-API

A Placeholder for the Neotoma API
3 stars 1 forks source link

Citation Format #15

Open aazaff opened 7 years ago

aazaff commented 7 years ago

I'm not familiar with how new citations are ingested into the Database, but would it be possible to have the API return the citations in a format like BibJSON where the journal, title, and publisher are represented as distinct fields?

This will make the API more interoperable with the tools that already work with bibjson, and it is more informative for text-mining and machine learning applications.

SimonGoring commented 7 years ago

Thanks @aazaff, this is a priority for us, but we have a challenge in that muchof our legacy data is a single text string. If you look at the https://github.com/NeotomaDB/CrossRef_Publications repositories (in a bout an hour when I push!) you'll see that this has been a focus of development, but it's a bit slow.

We are also working on re-writing the API to support this. I will close this issue when we've implemented.

aazaff commented 7 years ago

Thank you for the prompt response Simon!