Update notes for 2018-02-19

This commit is contained in:
2018-02-19 18:40:43 +02:00
parent 6d1e225731
commit 4c0f0397a6
3 changed files with 48 additions and 8 deletions

View File

@ -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
```