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