Add notes for 2016-10-04

This commit is contained in:
2016-10-04 11:34:57 +03:00
parent 4a1eb3ce16
commit d36443d3e8
5 changed files with 104 additions and 0 deletions

View File

@ -24,3 +24,19 @@ tags = ["Notes"]
![Bootstrap issue with in-page anchors](2016/10/bootstrap-issue.png)
- Looks like we'll just have to add the text to the About page (without a link) or add a separate page
## 2016-10-04
- Start testing cleanups of authors that Peter sent last week
- Out of 40,000+ rows, Peter had indicated corrections for ~3,200 of them—too many to look through carefully, so I did some basic quality checking:
- Trim leading/trailing whitespace
- Find invalid characters
- Cluster values to merge obvious authors
- That left us with 3,180 valid corrections and 3 deletions:
```
$ ./fix-metadata-values.py -i authors-fix-3180.csv -f dc.contributor.author -t correct -m 3 -d dspacetest -u dspacetest -p fuuu
$ ./delete-metadata-values.py -i authors-delete-3.csv -f dc.contributor.author -m 3 -d dspacetest -u dspacetest -p fuuu
```
- Remove old about page ([#284](https://github.com/ilri/DSpace/pull/284))