Quote:
Originally Posted by Blaineoreski
Here's something that may inspire the code-gifted among us:
Code:
looked at their url request structure: http://www.doi2bib.org/doi2bib + ?id= + {your doi here}.
then used their... well API to get the data (e.g. http://www.doi2bib.org/doi2bib?id=10.1016%2Fj.actpsy.2016.09.007) and the response is:
@article{Leinen_2016,
doi = {10.1016/j.actpsy.2016.09.007},
url = {http://dx.doi.org/10.1016/j.actpsy.2016.09.007},
year = 2016,
month = {nov},
publisher = {Elsevier {BV}},
volume = {171},
pages = {36--46},
author = {Peter Leinen and Stefan Panzer and Charles H. Shea},
title = {Hemispheric asymmetries of a motor memory in a recognition test after learning a movement sequence},
journal = {Acta Psychologica}
}
then you can parse it the way you want.
|
Using ZMI ist the best way to import articles and the metadata with it. After I created covers from the files. For further handling and display of articles I am using MSSQL server. I attached a screenhot of a journal collection of
articles. If you are more interested for my method , pm me.