mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2019-08-12
This commit is contained in:
@ -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: -->
|
||||
|
Reference in New Issue
Block a user