Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a csv file with the Ringgold to RORs ids #6815

Conversation

Camelia-Orcid
Copy link
Contributor

No description provided.

@Camelia-Orcid
Copy link
Contributor Author

1 similar comment
@Camelia-Orcid
Copy link
Contributor Author

}
}

//TBD check if there is any ROR that has the ringgold as external identifier??
Copy link
Member

@amontenegro amontenegro Jun 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Camelia-Orcid there is just few cases for this:

orcid=# select e.id, e.org_disambiguated_id, d.source_type, d.name from org_disambiguated_external_identifier e, org_disambiguated d where e.identifier_type = 'RINGGOLD' an
d e.org_disambiguated_id = d.id;
   id    | org_disambiguated_id | source_type |                     name
---------+----------------------+-------------+----------------------------------------------
  989734 |              2115585 | GRID        | State University of Economics and Technology
 1000541 |              2132353 | GRID        | PNPE Company (Iran)
 1344079 |              2238571 | ROR         | State University of Economics and Technology
 1462954 |              2243764 | ROR         | PNPE Company (Iran)
(4 rows)

I think you can manually add this to the CSV, OK?

@amontenegro amontenegro merged commit 018e08f into main Jun 13, 2023
@amontenegro amontenegro deleted the 8657-create-a-one-of-csv-file-of-the-mapping-of-ringgold-to-rors branch June 13, 2023 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants