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

DOI fetcher: when entry is received, a cleanup should be done #8

Open
koppor opened this issue Nov 6, 2015 · 3 comments
Open

DOI fetcher: when entry is received, a cleanup should be done #8

koppor opened this issue Nov 6, 2015 · 3 comments
Labels

Comments

@koppor
Copy link
Member

koppor commented Nov 6, 2015

When fetching a DOI (e.g., http://dx.doi.org/10.1145/2684200.2684282), the result contains

DOI                      = {10.1145/2684200.2684282},
URL                      = {http://dx.doi.org/10.1145/2684200.2684282}

The URL should be removed. Maybe, just the DOI cleanup functionality should be called?

@oscargus
Copy link

oscargus commented Nov 6, 2015

I think we should create a way to automatically run selected clean ups on import. At the moment only some of the importers run some of the clean ups (more or less) automatically. Which leads to the serialization discussion.

Personally, I'm not fully convinced that the above is automatically bad. I see some reasons that it is bad, but assuming that the bibtex file may be used by less intelligent tools than JabRef it can make sense to have both in a save bibtex file.

@koppor
Copy link
Member Author

koppor commented Nov 9, 2015

Yeah, maybe an autocleanup would make sense. Triggering the auto save actions also when importing an entry. I am strong for having a clean .bib file (BC) and create a separate file for dumb tools (BW). See JabRef#160 for a discussion.

@koppor
Copy link
Member Author

koppor commented Apr 3, 2020

Result via doi2bib as of today:

@inproceedings{Kpke2014,
  doi = {10.1145/2684200.2684282},
  url = {https://doi.org/10.1145/2684200.2684282},
  year = {2014},
  publisher = {{ACM} Press},
  author = {Julius K\"{o}pke and Johann Eder and Markus K\"{u}nstner},
  title = {Top-Down Design of Collaborating Processes},
  booktitle = {Proceedings of the 16th International Conference on Information Integration and Web-based Applications {\&} Services - {iiWAS} {\textquotesingle}14}
}

URL: https://www.doi2bib.org/bib/10.1145/2684200.2684282

@koppor koppor added the feature label Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants