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

Warning on malformed ADS BibTeX #157

Open
augustfly opened this issue Dec 5, 2023 · 0 comments
Open

Warning on malformed ADS BibTeX #157

augustfly opened this issue Dec 5, 2023 · 0 comments
Labels
bibtex concerning bibtex (or biblatex)

Comments

@augustfly
Copy link
Member

Just a couple warnings on currently malformed (in my opinion) ADS BibTeX. Feel free to include others; they might be useful for us to include in any new BibTeX bst development if they might help to give better published outcomes.

  1. The main one and the cause of this issue is the (new) inclusion of both the publisher and the howpublished keys in ADS BibTeX. This solution to this malformed ADS BibTeX is if a publisher key is present then delete the howpublished key. It should not be there. The term publisher refers to the entity responsible for the record while howpublished refers to a BibTeX catch all field for odd-ball or unique items. There's absolutely no reason to include both.
  2. Everything is an @article type. ADS often gives @article types for things that are not articles. This includes, for instance, Vizier data records (bibstem:ycat). These are datasets not articles. There are a variety of manual fixes one could make. For YCATs, change @article to @misc or @dataset (which falls back to @misc if the non-standard @dataset is not defined by your BibTeX style file).
  3. Books and conference proceedings miss important publisher details. For whatever reason these fields used to exist in old ADS, but never made it through the metadata updates to new (not SciX, but the new one from mid-2010s) ADS. All this information is available in text form on the ADS landing pages, just not in the BibTeX. You'll have to enter the missing fields by hand, e.g., the keys: address, publisher etc.
@augustfly augustfly added the bibtex concerning bibtex (or biblatex) label Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bibtex concerning bibtex (or biblatex)
Projects
None yet
Development

No branches or pull requests

1 participant