Add notes for 2021-11-27

This commit is contained in:
2021-11-27 14:37:33 +02:00
parent 103b6548fa
commit 61a012edee
26 changed files with 57 additions and 32 deletions

View File

@ -239,4 +239,16 @@ Found 3 hits from 188.134.31.88 in statistics
Total number of hits from bots: 295492
```
## 2021-11-27
- Peter sent me corrections for the authors that I had sent him back in 2021-09
- I did a quick sanity check on them with OpenRefine, filtering out all the metadata with no replacements, then ran through my csv-metadata-quality script
- Then I imported them into my local instance as a test:
```console
$ ./ilri/fix-metadata-values.py -i /tmp/authors.csv -db dspace -u dspace -p 'fuuu' -f dc.contributor.author -t 'correct' -m 3
```
- Then I imported to CGSpace and started a full Discovery re-index
<!-- vim: set sw=2 ts=2: -->