mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2023-03-15
This commit is contained in:
@ -240,4 +240,21 @@ Content-Disposition: form-data; name="file"; filename="10.1017-s0031182013001625
|
||||
- I finalized the `post_bitstreams.py` script and uploaded eighty-five PDF thumbnails
|
||||
- It seems Bizu uploaded covers for a handful so I deleted them and ran them through the script to get proper thumbnails
|
||||
|
||||
## 2023-03-14
|
||||
|
||||
- Add twelve IFPRI authors to our controlled vocabulary for authors and ORCID identifiers
|
||||
- I also tagged their existing items on CGSpace
|
||||
- Export all our ORCIDs and resolve their names to see if any have changed:
|
||||
|
||||
```console
|
||||
$ cat dspace/config/controlled-vocabularies/cg-creator-identifier.xml | grep -oE '[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}' | sort -u > /tmp/2023-03-14-orcids.txt
|
||||
$ ./ilri/resolve_orcids.py -i /tmp/2023-03-14-orcids.txt -o /tmp/2023-03-14-orcids-names.txt -d
|
||||
```
|
||||
|
||||
- Then update them in the database:
|
||||
|
||||
```console
|
||||
$ ./ilri/update_orcids.py -i /tmp/2023-03-14-orcids-names.txt -db dspace -u dspace -p 'fuuu' -m 247
|
||||
```
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user