mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

323K
active users

Dan Stowell

My most useful , after many years, is still this: if you know the , a simple web query can get you the full citation (thanks to doi.org and the magic of "content negotiation"). So in bash/#zsh I have this in my init file:

function doi2bib() { curl -sSgLH 'Accept: application/x-bibtex' "dx.doi.org/$1" }

so I can simply type "doi2bib 10.1111/ddi.13271" and get the :D

www.doi.orgHome Page