merge verarbeitung to main repo
Compare changes
- Große, Judith authored
+ 136
− 76
@@ -24,22 +24,32 @@ from input.interface import InputInterface as Input
@@ -47,16 +57,16 @@ def initialize_nodes_list(doi_input_list, search_depth_max, search_height_max, t
@@ -71,40 +81,55 @@ def initialize_nodes_list(doi_input_list, search_depth_max, search_height_max, t
@@ -116,9 +141,9 @@ def create_graph_structure_references(pub, search_depth, search_depth_max, test_
@@ -126,11 +151,20 @@ def create_graph_structure_references(pub, search_depth, search_depth_max, test_
@@ -142,21 +176,30 @@ def process_references_rec(references_pub_obj_list, search_depth, search_depth_m
@@ -181,11 +224,20 @@ def create_graph_structure_citations(pub, search_height, search_height_max, test
@@ -197,12 +249,20 @@ def process_citations_rec(citations_pub_obj_list, search_height, search_height_m
@@ -215,11 +275,11 @@ def process_main(doi_input_list, search_height, search_depth, test_var = False):
@@ -242,4 +302,4 @@ def process_main(doi_input_list, search_height, search_depth, test_var = False):
\ No newline at end of file