Add notes for 2020-11-05

This commit is contained in:
2020-11-05 12:14:50 +02:00
parent ea0d64ec0f
commit 0643158e1c
22 changed files with 59 additions and 28 deletions

View File

@ -25,4 +25,21 @@ categories: ["Notes"]
- After 29 hours the statistics-2017 core finished processing so I started the statistics-2016 core on DSpace Test
## 2020-11-05
- Peter sent me corrections and deletions for the author affiliations
- I quickly proofed them for UTF-8 issues in OpenRefine and csv-metadata-quality and then tested them locally and then applied them on CGSpace:
```
$ ./fix-metadata-values.py -i 2020-11-05-fix-862-affiliations.csv -db dspace -u dspace -p 'fuuu' -f cg.contributor.affiliation -t 'correct' -m 211
$ ./delete-metadata-values.py -i 2020-11-05-delete-29-affiliations.csv -db dspace -u dspace -p 'fuuu' -f cg.contributor.affiliation -m 211
```
- Then I started a Discovery re-index on CGSpace:
```
$ time chrt -b 0 ionice -c2 -n7 nice -n19 dspace index-discovery -b
```
<!-- vim: set sw=2 ts=2: -->