dnet-applications/apps/dnet-orgs-database-application
Michele Artini ab1fc66bbd [maven-release-plugin] prepare for next development iteration 2021-01-15 10:51:48 +01:00
..
src broker email, /health and /metrics controllers 2020-12-11 13:50:35 +01:00
README.txt ror import 2020-07-16 16:11:24 +02:00
TODO.txt fixed a bug with gzipped files 2021-01-15 10:50:53 +01:00
import_certificates.sh oauth2 first steps 2020-11-04 10:30:29 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2021-01-15 10:51:48 +01:00
report.xml override remote logout url 2020-12-02 16:10:23 +01:00
ssh_tunnel_postgres.sh fixed a bug with hibernate and added api to import simrels 2020-09-28 16:53:20 +02:00

README.txt

The first import of the organizations should be performed using the sql script: first_import_grid_ac.sql

1) Download the last dump from https://www.grid.ac
2) Update the paths in the sql script
3) Launch the script

If you want to add missing ROR identifiers:

1) Download ror.json from https://figshare.com/collections/ROR_Data/4596503
2) Update the paths in prepare_grid_ror_update.pl and update_ror_ids.sql
3) Launch prepare_grid_ror_update.pl
4) Launch update_ror_ids.sql

NB: The grid.ac dump is richer then ror dump, Ror does not consider some fiels (city, lat, lng) and hierarchical relationships among the organizations.
If grid.ac will be DEPRACATED we'll start using the import from ror (a script is available: prepare_import_ror.pl)