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

BibTeX output in dockerized Grobid server? #165

Closed
mirceat opened this issue Mar 24, 2017 · 3 comments
Closed

BibTeX output in dockerized Grobid server? #165

mirceat opened this issue Mar 24, 2017 · 3 comments
Labels
implemented The issue has been implemented

Comments

@mirceat
Copy link

mirceat commented Mar 24, 2017

Is it possible to create BibTeX output for article title, authors, venue, etc. in dockerized Grobid server? I could only find an example using Java API: https://github.com/kermitt2/grobid-example

@stephanzettt
Copy link

Is this feature added in the current development version? Thank you!

@kermitt2
Copy link
Owner

It appears to be done since a few months #532
it can be called with the dockerized Grobid server via the usual /api/processReferences and /api/processCitation services.

@kermitt2 kermitt2 added implemented The issue has been implemented and removed enhancement labels Aug 13, 2020
@koppor
Copy link
Contributor

koppor commented Jun 7, 2021

See for the code

public void processCitationReturnsCorrectBibTeXForMissingFirstName() {

Just use Accept: application/x-bibtex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
implemented The issue has been implemented
Projects
None yet
Development

No branches or pull requests

5 participants