Add notes for 2019-08-26

This commit is contained in:
2019-08-27 00:15:10 +03:00
parent 9443a9902d
commit 0f0d4d5797
3 changed files with 69 additions and 8 deletions

View File

@ -242,4 +242,28 @@ return os.path.basename(value)
- Run system updates on AReS / OpenRXV dev server (linode20) and reboot it
- Fix AReS exports on DSpace Test by adding a new nginx proxy pass
## 2019-08-26
- Peter sent 2,943 corrections to the author dump I had originally sent him on 2019-05-27
- I noticed that one correction had a missing space after the comma, ie "Adamou,A." so I corrected it
- Also, I should add that as a check to the csv-metadata-quality pipeline
- Apply the corrections to my local dev machine in preparation for the CGSpace:
```
$ ./fix-metadata-values.py -i ~/Downloads/2019-08-26-Peter-authors.csv -db dspace -u dspace -p 'fuuu' -f dc.contributor.author -m 3 -t correct
```
- Apply the corrections on CGSpace and DSpace Test
- After that I started a full Discovery re-indexing on both servers:
```
$ time schedtool -B -e ionice -c2 -n7 nice -n19 dspace index-discovery -b
```
- Peter asked me to add related citation aka `cg.link.citation` to the item view
- I created a [pull request](https://github.com/ilri/DSpace/pull/430) with a draft implementation and asked for Peter's feedback
- Add the ability to skip certain fields from the csv-metadata-quality script using `--exclude-fields`
- For example, when I'm working on the author corrections I want to do the basic checks on the corrected fields, but on the original fields so I would use `--exclude-fields dc.contributor.author` for example
<!-- vim: set sw=2 ts=2: -->