citations from orcid
Idea:
-
get bibtex from orcid:
curl --location --request GET 'https://pub.orcid.org/v3.0/0000-0003-1864-4915/work/75725695' --header 'Accept: application/vnd.orcid+json' --header 'Cookie: X-Mapping-fjhppofk=814C785051499CB634650A2359C0B50C' | grep "citation-value"
gives
"citation-value" : "@article{Kruse_2020,\n\tdoi = {10.1007/s43037-020-00072-z},\n\turl = {https://doi.org/10.1007%2Fs43037-020-00072-z},\n\tyear = 2020,\n\tmonth = {jun},\n\tpublisher = {Springer Science and Business Media {LLC}},\n\tvolume = {14},\n\tnumber = {4},\n\tpages = {1509--1531},\n\tauthor = {Karsten Kruse},\n\ttitle = {Weighted spaces of vector-valued functions and the {\\textdollar}{\\textdollar}{\\textbackslash}varepsilon{\\textdollar}{\\textdollar}-product},\n\tjournal = {Banach Journal of Mathematical Analysis}\n}"
-
link bibtex to pandoc
https://tex.stackexchange.com/questions/171793/bibtex-to-html-markdown-etc-using-pandoc
Links
Edited by Fabian Nuraddin Alexander Gabel