mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2018-10-03
This commit is contained in:
@ -37,4 +37,21 @@ $ zcat --force /var/log/nginx/*.log /var/log/nginx/*.log.1 | grep -E "02/Oct/201
|
||||
31435 500
|
||||
```
|
||||
|
||||
- I added Phil Thornton and Sonal Henson's ORCID identifiers to the controlled vocabulary for `cg.creator.orcid` and then re-generated the names using my [resolve-orcids.py](https://gist.github.com/alanorth/57a88379126d844563c1410bd7b8d12b) script:
|
||||
|
||||
```
|
||||
$ grep -oE '[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}' ~/src/git/DSpace/dspace/config/controlled-vocabularies/cg-creator-id.xml | sort | uniq > 2018-10-03-orcids.txt
|
||||
$ ./resolve-orcids.py -i 2018-10-03-orcids.txt -o 2018-10-03-names.txt -d
|
||||
```
|
||||
|
||||
- I found a new corner case error that I need to check, given *and* family names deactivated:
|
||||
|
||||
```
|
||||
Looking up the names associated with ORCID iD: 0000-0001-7930-5752
|
||||
Given Names Deactivated Family Name Deactivated: 0000-0001-7930-5752
|
||||
```
|
||||
|
||||
- It appears to be Jim Lorenzen... I need to check that later!
|
||||
- I merged the changes to the `5_x-prod` branch ([#390](https://github.com/ilri/DSpace/pull/390))
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user