Skip to content

Commit

Permalink
Add country_name and country_code to Zenodo export for institutions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdddog committed Jun 12, 2023
1 parent 10ec14d commit 9c4cde2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion academic_observatory_workflows/workflows/oa_web_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1828,7 +1828,8 @@ def save_coki_oa_dataset(path: str, countries: List[Entity], institutions: List[
subset = {
"id": None,
"name": None,
"country": None,
"country_name": None,
"country_code": None,
"subregion": None,
"region": None,
"institution_type": None,
Expand Down

0 comments on commit 9c4cde2

Please sign in to comment.