Update notes for 2019-05-25

This commit is contained in:
2019-05-25 14:17:27 +03:00
parent c44d06e73c
commit 5453b76822
3 changed files with 43 additions and 8 deletions

View File

@ -403,4 +403,19 @@ $ ./delete-metadata-values.py -i /tmp/2019-05-17-delete-14-Investors.csv -db dsp
- Update AReS README.md on GitHub repository to add a proper introduction, credits, requirements, installation instructions, and legal information
- Update CIP subjects in input forms on CGSpace ([#424](https://github.com/ilri/DSpace/pull/424))
## 2019-05-25
- Help Abenet proof ten Africa Rice publications
- Convert some dates to string (from number in Excel)
- Trim whitespace on all fields
- Correct and standardize affiliations
- Validate subject terms against AGROVOC
- Add rights information to all items
- Correct and standardize sponsors
- Generate Simple Archive Format bundle with SAFBuilder and import into the [AfricaRice Articles in Journals](https://cgspace.cgiar.org/handle/10568/101106) collection on CGSpace:
```
$ dspace import -a -e me@cgiar.org -m 2019-05-25-AfricaRice.map -s /tmp/SimpleArchiveFormat
```
<!-- vim: set sw=2 ts=2: -->