File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -12,28 +12,29 @@ First we need to collect papers and their categories from OpenAlex and OpenAIRE
1212
1313For this run the script
1414
15- """
15+
1616# Step1
1717python3 src/collect_initial_data.py
18- """
18+
1919
2020Some of the collected categories are noisy, this script also cleans that up.
2121
2222Ones the data is collected we need to look for the best match for each category from each collection because we want to map them
2323
2424For this run the script:
2525
26- """
26+
2727# Step2
2828python3 src/select_the_best_match_from_category_pairs.py
29- """
29+
3030
3131
3232To get all the best pair combinations run:
3333
34- """
34+
3535# Step3.1
3636
3737python3 src/get_all_the_pair_combinations.py
38- """
3938
39+
40+ To be continued.
You can’t perform that action at this time.
0 commit comments