dnet-applications/apps/dnet-orgs-database-application
Michele Artini aba94db0c8 override remote logout url 2020-12-02 16:10:23 +01:00
..
src override remote logout url 2020-12-02 16:10:23 +01:00
README.txt ror import 2020-07-16 16:11:24 +02:00
TODO.txt index for fulltext search 2020-10-01 11:33:14 +02:00
import_certificates.sh oauth2 first steps 2020-11-04 10:30:29 +01:00
pom.xml Merge branch 'master' into openid-authentication 2020-11-23 10:41:33 +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)