View Single Post
Old 08-19-2021, 11:37 PM   #6
erymaxuk
Member
erymaxuk began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Nov 2018
Location: Thailand
Device: jlalik14@gmail.com
Quote:
Originally Posted by Blaineoreski View Post
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.
Attached Thumbnails
Click image for larger version

Name:	2021-08-20a.jpg
Views:	153
Size:	818.6 KB
ID:	188790  
erymaxuk is offline   Reply With Quote