Skip to content
Snippets Groups Projects
Commit 4ee83a0e authored by Malte Schokolowski's avatar Malte Schokolowski
Browse files

verarbeitung: added abstracts to json file

parent 88b1c35a
Branches
No related tags found
1 merge request!22Added abstracts to json, negative tests and bug fixes
......@@ -31,6 +31,7 @@ def format_nodes(nodes):
new_dict["author"] = node.contributors
new_dict["year"] = node.publication_date
new_dict["journal"] = node.journal
new_dict["abstract"] = node.abstract
if (node.group == 0):
new_dict["group"] = "Input"
elif (node.group > 0):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment