Add notes for 2016-07-11

This commit is contained in:
2016-07-11 23:10:00 +03:00
parent c2a03d9eb0
commit 8ee75e38a2
4 changed files with 39 additions and 0 deletions

View File

@ -74,3 +74,12 @@ $ ./delete-metadata-values.py -f dc.contributor.affiliation -i Affiliations-Dele
```
- I then ran all server updates and rebooted the server
## 2016-07-11
- Doing some author cleanups from Peter and Abenet:
```
$ ./fix-metadata-values.py -i /tmp/Authors-Fix-205-UTF8.csv -f dc.contributor.author -t correct -m 3 -d dspacetest -u dspacetest -p fuuu
$ ./delete-metadata-values.py -f dc.contributor.author -i /tmp/Authors-Delete-UTF8.csv -m 3 -u dspacetest -d dspacetest -p fuuu
```