Comment by gucci-on-fleek
4 hours ago
Fun fact: if an article has a DOI, you can just use curl to get a BibTeX entry. An example using one of my articles:
$ curl -L "https://doi.org/10.47397/tb/43-1/tb133chernoff-widows" -H 'Accept: application/x-bibtex'
@article{Chernoff_2022, title={Automatically removing widows and orphans with <tt>lua-widow-control</tt>}, volume={43}, ISSN={0896-3207}, url={http://dx.doi.org/10.47397/tb/43-1/tb133chernoff-widows}, DOI={10.47397/tb/43-1/tb133chernoff-widows}, number={1}, journal={TUGboat}, publisher={TeX Users Group}, author={Chernoff, Max}, year={2022}, pages={28–39} }
This is the exact same method that Zotero uses internally, so this won't ever give you better results, but I still find it kinda neat.
No comments yet
Contribute on Hacker News ↗