Add notes for 2022-02-08

This commit is contained in:
2022-02-08 19:07:20 +03:00
parent 2903ae05a0
commit 9a1280a7ed
2 changed files with 16 additions and 5 deletions

View File

@ -208,4 +208,15 @@ $ csvjoin -c id /tmp/2022-02-07-tac-batch2-201-400.csv /tmp/batch2-filenames.csv
- Then I sent this second batch of items to Gaia to look at
## 2022-02-08
- Create a SAF archive for the first 200 items (IDs 1 to 200) that were *not* flagged as duplicates and upload them to a [new collection on DSpace Test](https://dspacetest.cgiar.org/handle/10568/117921):
```console
$ JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8" dspace import --add --eperson=bngo@mfin.com --source /tmp/SimpleArchiveFormat --mapfile=./2022-02-08-tac-batch1-1to200.map
```
- Fix some occurrences of "Hammond, Jim" to be "Hammond, James" on CGSpace
- Start a full index on AReS
<!-- vim: set sw=2 ts=2: -->