Skip to content

Commit

Permalink
final touches
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenifer Tabita Ciuciu-Kiss committed Mar 15, 2024
1 parent c950e4f commit db10655
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,29 @@ First we need to collect papers and their categories from OpenAlex and OpenAIRE

For this run the script

"""

# Step1
python3 src/collect_initial_data.py
"""


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

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

For this run the script:

"""

# Step2
python3 src/select_the_best_match_from_category_pairs.py
"""



To get all the best pair combinations run:

"""

# Step3.1

python3 src/get_all_the_pair_combinations.py
"""


To be continued.

0 comments on commit db10655

Please sign in to comment.