Add notes for 2021-02-04

This commit is contained in:
2021-02-06 14:00:36 +02:00
parent baf29b7f80
commit cc498e12a7
23 changed files with 40 additions and 28 deletions

View File

@ -201,6 +201,13 @@ $ ./ilri/delete-metadata-values.py -i /tmp/2020-10-28-Series-PB.csv -db dspace -
- Sistematización de experiencias Proyecto ACORDAR
- Strüngmann Forum
- Unité de Recherche
- I ended up using [python-ftfy](https://github.com/LuminosoInsight/python-ftfy) to fix those very easily, then replaced them in the CSV
- Then I trimmed whitespace at the beginning, end, and around the ";", and applied the 1,600 fixes using `fix-metadata-values.py`:
```console
$ ./ilri/fix-metadata-values.py -i /tmp/2020-10-28-Series-PB.csv -db dspace -u dspace -p 'fuuu' -f dc.relation.ispartofseries -t 'correct' -m 43
```
- Help Peter debug an issue with one of Alan Duncan's new FEAST Data reports on CGSpace
- For some reason the default policy for the item was "COLLECTION_492_DEFAULT_READ" group, which had zero members
- I changed them all to Anonymous and the item was accessible