Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Produce the XML files needed for upload to CrossRef.org #1399

Open
pauloney opened this issue Nov 21, 2024 · 4 comments
Open

Produce the XML files needed for upload to CrossRef.org #1399

pauloney opened this issue Nov 21, 2024 · 4 comments

Comments

@pauloney
Copy link
Collaborator

In the beginning (some 20 years ago) the XML files for CrossRef data upload were produced by a series of sed+awk+perl scripts on recipes that got passed around. About 10 years ago Boris Veytsman, placed this under a more solid framework with the script ltx2crossrefxml.pl... But alas it works with bbl produced by bibtex, but not with the ones produced by biber.

A lot of people are building kludges on their workflows by creating dummy tex files that can produce the XML with the help of Boris suite, but this is way less than optimal. Biber would be able to produce much better quality XML files because the bbl contains detailed information about each entry.

It also would help make biblatex more palatable to publishers.

@plk
Copy link
Owner

plk commented Dec 18, 2024

This would be a lot of work as it would need to be customisable by the user too. How widely used is this format?

@pauloney
Copy link
Collaborator Author

pauloney commented Dec 19, 2024 via email

@plk
Copy link
Owner

plk commented Dec 19, 2024

Wel it would be possible to have a new output format from biber as we did with biblatexml or the deprecated bblxml. Crossref it seems is more like bibtex semantics than bbl semantics (that is, data, not formatting). It would basically need customisability as the data mode in biber is customisable so users would need to be able to map bibtex/biber data fields to the Crossref schema in an extensible manner.

@pauloney
Copy link
Collaborator Author

pauloney commented Dec 19, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants