mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2016-10-04
This commit is contained in:
@ -24,3 +24,19 @@ tags = ["Notes"]
|
||||

|
||||
|
||||
- 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))
|
||||
|
Reference in New Issue
Block a user