-
Notifications
You must be signed in to change notification settings - Fork 493
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
### ROR (Research Organization Registry) as Author Identifier Type | ||
|
||
ROR (Research Organization Registry) has been added as an Author Identifier Type (alongside ORCID, etc.). See #11075 and #11118. | ||
|
||
## Upgrade Instructions | ||
|
||
6\. Update metadata blocks | ||
|
||
These changes reflect incremental improvements made to the handling of core metadata fields. | ||
|
||
```shell | ||
wget https://raw.githubusercontent.com/IQSS/dataverse/v6.4/scripts/api/data/metadatablocks/citation.tsv | ||
|
||
curl http://localhost:8080/api/admin/datasetfield/load -H "Content-type: text/tab-separated-values" -X POST --upload-file citation.tsv | ||
``` |