You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using GROBID on Docker https://grobid.readthedocs.io/en/latest/Grobid-docker/ and thought to use CrossRef consolidation, doing that in the "polite" way, thus specifying a value for the mailto value in grobid-home/config/grobid.properties (which is a very trivial change).
To do so, do I need to rebuild a custom Docker image, or do I have the option to pass the email address to be used in the CrossRef calls to the container pulled from the public image on Docker Hub e.g. with an option in
docker run -t --rm --init -p 8080:8070 -p 8081:8071 lfoppiano/grobid:${latest_grobid_version}
?
The text was updated successfully, but these errors were encountered:
I am using GROBID on Docker https://grobid.readthedocs.io/en/latest/Grobid-docker/ and thought to use CrossRef consolidation, doing that in the "polite" way, thus specifying a value for the
mailto
value ingrobid-home/config/grobid.properties
(which is a very trivial change).To do so, do I need to rebuild a custom Docker image, or do I have the option to pass the email address to be used in the CrossRef calls to the container pulled from the public image on Docker Hub e.g. with an option in
?
The text was updated successfully, but these errors were encountered: