adsabs / export_service

Export service to output ADS records with various formats including BibTex, AASTex, and multiple tagged and xml options
MIT License
3 stars 5 forks source link

correct export to include DOI if no volume and page exists #148

Closed ehenneken closed 4 years ago

ehenneken commented 4 years ago

Correct export to include DOI if no volume and page exists at least for all TeX formats (AAS, MNRAS, Icar, etc). Example: MNRAS records with tmp bibcode. Example: currently we get for a record like 2019MNRAS.tmpL.175B the following

\bibitem[\protect\citeauthoryear{Balashev \& Kosenko}{2019}]{2019MNRAS.tmpL.175B} Balashev S.~A., Kosenko D.~N., 2019, MNRAS.tmp, L175

which is meaningless. I have created an issue for the ADSImportPipeline to not generate an eid field for these records. This is what Classic does: http://classic.adsabs.harvard.edu/cgi-bin/abs_connect?bibcode=2019MNRAS.tmpL.175B&data_type=MNRAS (which isn't ideal either).

golnazads commented 4 years ago

implemented in v2.0.65.