Add notes for 2019-08-12

This commit is contained in:
2019-08-12 18:08:00 +03:00
parent 6d19c8bff1
commit ee1e5f831e
3 changed files with 33 additions and 8 deletions

View File

@ -138,4 +138,14 @@ proxy_set_header Host dev.ares.codeobia.com;
- Add checks for uncommon filename extensions and replacements for unneccesary Unicode to the csv-metadata-quality script
## 2019-08-12
- Looking at the 128 IITA records again:
- Validate and normalize affiliations against our 2019-02 list using reconcile-csv and OpenRefine:
- `$ lein run ~/src/git/DSpace/2019-02-22-sponsorships.csv name id`
- I always forget how to copy the reconciled values in OpenRefine, but you need to make a new colum and populate it using this GREL: `if(cell.recon.matched, cell.recon.match.name, value)`
- I checked the collection for duplicates and found a few:
- https://dspacetest.cgiar.org/handle/10568/102513 is a duplicate of CIAT item: https://cgspace.cgiar.org/handle/10568/44158
- https://dspacetest.cgiar.org/handle/10568/102512 is a duplicate of CIAT item: https://cgspace.cgiar.org/handle/10568/43557
<!-- vim: set sw=2 ts=2: -->