mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-18 15:52:10 +00:00
fx
This commit is contained in:
@@ -49,9 +49,9 @@ class Librarian(object):
|
|||||||
container = "NO"
|
container = "NO"
|
||||||
if "container-title" in item:
|
if "container-title" in item:
|
||||||
container = "YES"
|
container = "YES"
|
||||||
if ['title'] in item:
|
if 'title' in item:
|
||||||
print(item['title'])
|
print(item['title'])
|
||||||
if ['type'] in item:
|
if 'type' in item:
|
||||||
print(item['type'])
|
print(item['type'])
|
||||||
|
|
||||||
print(item['DOI'])
|
print(item['DOI'])
|
||||||
|
|||||||
Reference in New Issue
Block a user