Add notes

This commit is contained in:
2020-05-19 11:13:48 +03:00
parent 2bd3c89f18
commit a918ee7c0b
3 changed files with 46 additions and 9 deletions

View File

@ -101,4 +101,21 @@ $ ./add-orcid-identifiers-csv.py -i 2020-05-11-add-orcids.csv -db dspace -u dspa
- Create an issue in the OpenRXV project for Moayad to change the default harvester user agent ([#36](https://github.com/ilri/OpenRXV/issues/36))
## 2020-05-18
- Atmire responded and said they still can't figure out the CUA statistics issue, though they seem to only be trying to understand what's going on using static analysis
- I told them that they should try to run the code with the Solr statistics that I shared with them a few weeks ago
## 2020-05-19
- Add ORCID identifier for Sirak Bahta
- I added it to the controlled vocabulary and tagged the user's existing ~40 items in CGSpace using this CSV file with my `add-orcid-identifiers-csv.py` script:
```
$ cat 2020-05-19-add-orcids.csv
dc.contributor.author,cg.creator.id
$ ./add-orcid-identifiers-csv.py -i 2020-05-19-add-orcids.csv -db dspace -u dspace -p 'fuuu' -d
"Bahta, Sirak T.","Sirak Bahta: 0000-0002-5728-2489"
```
<!-- vim: set sw=2 ts=2: -->