mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2019-08-09
This commit is contained in:
@ -120,4 +120,18 @@ proxy_set_header Host dev.ares.codeobia.com;
|
||||
- Though I am really wondering why this happened now, because the configuration has been working for months...
|
||||
- Improve the output of the suspicious characters check in [csv-metadata-quality](https://github.com/alanorth/csv-metadata-quality) script and tag version 0.2.0
|
||||
|
||||
## 2019-08-09
|
||||
|
||||
- Looking at the 128 IITA records (20195TH.xls) that Sisay uploadd to DSpace Test last month: [IITA_July_29](https://dspacetest.cgiar.org/handle/10568/102361)
|
||||
- The records are pretty clean because Sisay ran them through the csv-metadata-quality tool
|
||||
- I fixed one incorrect country (MELBOURNE)
|
||||
- I normalized all DOIs to be https://doi.org format
|
||||
- This item is using the wrong Google Books link: https://dspacetest.cgiar.org/handle/10568/102593
|
||||
- The French abstract here has copy/paste errors: https://dspacetest.cgiar.org/handle/10568/102491
|
||||
- Validate and normalize affiliations against our 2019-04 list using reconcile-csv and OpenRefine:
|
||||
- `$ lein run ~/src/git/DSpace/2019-04-08-affiliations.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 asked Bosede to check about twenty-five invalid AGROVOC subjects identified by csv-metadata-quality script
|
||||
- I still need to check the sponsors and then check for duplicates
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user