neuroaid icon indicating copy to clipboard operation
neuroaid copied to clipboard

Merge lists, standardize paper format and order by year

Open ckarageorgkaneen opened this issue 1 year ago • 0 comments

For an easy way to get title from doi, you can use something like https://github.com/fabiobatalha/crossrefapi and do:

from crossref.restful import Works
works = Works()
works.doi('...')['title']

ckarageorgkaneen avatar Mar 01 '23 15:03 ckarageorgkaneen