Skip to content
Snippets Groups Projects

Added abstracts to json, negative tests and bug fixes

Merged Schokolowski, Malte requested to merge bav1758/ci-s-projekt-verarbeitung:main into main
4 files
+ 41
30
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -46,7 +46,7 @@ def get_cit_type_list(pub, cit_type):
:param cit_type: variable to differenciate citation and reference call
:type cit_type: String
function to create nodes and edges and call create_graph_structure_citations
function to return citation or reference list for given pub
'''
if cit_type == "Citation":
return(pub.citations)
Loading