mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2018-02-19
This commit is contained in:
@ -653,3 +653,22 @@ org.springframework.web.util.NestedServletException: Handler processing failed;
|
||||
|
||||
- I have no idea what caused this crash
|
||||
- In other news, I adjusted the ORCID badge size on the XMLUI item display and sent it back to Peter for feedback
|
||||
|
||||
## 2018-02-19
|
||||
|
||||
- Combined list of CGIAR author ORCID iDs is up to 1,500:
|
||||
|
||||
```
|
||||
$ cat ~/src/git/DSpace/dspace/config/controlled-vocabularies/cg-creator-id.xml ORCID_ID_CIAT_IITA_IWMI-csv.csv CGcenter_ORCID_ID_combined.csv | grep -oE '[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}' | sort | uniq | wc -l
|
||||
1571
|
||||
```
|
||||
|
||||
- I updated my `resolve-orcids-from-solr.py` script to be able to resolve ORCID identifiers from a text file so I renamed it to `resolve-orcids.py`
|
||||
- Also, I updated it so it uses several new options:
|
||||
|
||||
```
|
||||
$ ./resolve-orcids.py -i input.txt -o output.txt
|
||||
$ cat output.txt
|
||||
Ali Ramadhan: 0000-0001-5019-1368
|
||||
Ahmad Maryudi: 0000-0001-5051-7217
|
||||
```
|
||||
|
Reference in New Issue
Block a user