Skip to content

Commit db10655

Browse files
author
Jenifer Tabita Ciuciu-Kiss
committed
final touches
1 parent c950e4f commit db10655

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,29 @@ First we need to collect papers and their categories from OpenAlex and OpenAIRE
1212

1313
For this run the script
1414

15-
"""
15+
1616
# Step1
1717
python3 src/collect_initial_data.py
18-
"""
18+
1919

2020
Some of the collected categories are noisy, this script also cleans that up.
2121

2222
Ones 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

2424
For this run the script:
2525

26-
"""
26+
2727
# Step2
2828
python3 src/select_the_best_match_from_category_pairs.py
29-
"""
29+
3030

3131

3232
To get all the best pair combinations run:
3333

34-
"""
34+
3535
# Step3.1
3636

3737
python3 src/get_all_the_pair_combinations.py
38-
"""
3938

39+
40+
To be continued.

0 commit comments

Comments
 (0)