Commit 2f1cf96e authored by delanoe's avatar delanoe

[FIX] ISIDORE parser for source name.

parent d97030e1
...@@ -45,7 +45,7 @@ class IsidoreParser(Parser): ...@@ -45,7 +45,7 @@ class IsidoreParser(Parser):
uniq_id.add(hyperdata["url"]) uniq_id.add(hyperdata["url"])
# Source is the Journal Name # Source is the Journal Name
hyperdata["source"] = doc.get("journal", "ISIDORE Database") hyperdata["source"] = doc.get("source", "ISIDORE Database")
# Working on the date # Working on the date
maybeDate = doc.get("date" , None) maybeDate = doc.get("date" , None)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment