Main
Compare changes
Files
2- Malte Schokolowski authored
+ 35
− 33
@@ -41,7 +41,7 @@ def initialize_nodes_list(doi_input_list):
@@ -50,7 +50,8 @@ def create_graph_structure_citations(pub, search_depth, search_depth_max):
@@ -62,7 +63,7 @@ def create_graph_structure_citations(pub, search_depth, search_depth_max):
@@ -71,7 +72,8 @@ def create_graph_structure_references(pub, search_height, search_height_max):
@@ -81,21 +83,21 @@ def create_graph_structure_references(pub, search_height, search_height_max):
@@ -105,25 +107,25 @@ def process_citations_rec(doi_citations, search_depth, search_depth_max):
@@ -133,23 +135,23 @@ def process_references_rec(doi_references, search_height, search_height_max):
@@ -158,8 +160,8 @@ def process_main(doi_input_list, search_depth, search_height):