mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2019-04-03
This commit is contained in:
@ -36,4 +36,20 @@ $ ./delete-metadata-values.py -i /tmp/2019-02-21-delete-1-region.csv -db dspace
|
||||
- If I searched for "Felix" or "Shaw" I saw other matches, included one for his personal email address!
|
||||
- I ended up finding him via searching for his email address
|
||||
|
||||
## 2019-04-03
|
||||
|
||||
- Maria from Bioversity emailed me a list of new ORCID identifiers for their researchers so I will add them to our controlled vocabulary
|
||||
- First I need to extract the ones that are unique from their list compared to our existing one:
|
||||
|
||||
```
|
||||
$ cat dspace/config/controlled-vocabularies/cg-creator-id.xml /tmp/bioversity.txt | grep -oE '[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}' | sort | uniq > /tmp/2019-04-03-orcid-ids.txt
|
||||
```
|
||||
|
||||
- We currently have 1177 unique ORCID identifiers, and this brings our total to 1237!
|
||||
- Next I will resolve all their names using my `resolve-orcids.py` script:
|
||||
|
||||
```
|
||||
$ ./resolve-orcids.py -i /tmp/2019-04-03-orcid-ids.txt -o 2019-04-03-orcid-ids.txt -d
|
||||
```
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user