Update notes for 2017-12-17

This commit is contained in:
2017-12-17 10:56:56 +02:00
parent 00967486cf
commit 226a940ff3
4 changed files with 35 additions and 12 deletions

View File

@ -193,3 +193,13 @@ UPDATE 1
## 2017-12-17
- Reboot DSpace Test to get new Linode Linux kernel
- Looking at CCAFS bulk import for Magdalena Haman (she originally sent them in November but some of the thumbnails were missing and dates were messed up so she resent them now)
- A few issues with the data and thumbnails:
- Her thumbnail files all use capital JPG so I had to rename them to lowercase: `rename -fc *.JPG`
- thumbnail20.jpg is 1.7MB so I have to resize it
- I also had to add the .jpg to the thumbnail string in the CSV
- The thumbnail11.jpg is missing
- The dates are in super long ISO8601 format (from Excel?) like `2016-02-07T00:00:00Z` so I converted them to simpler forms in GREL: `value.toString("yyyy-MM-dd")`
- I trimmed the whitespaces in a few fields but it wasn't many
- Rename her thumbnail column to filename, and format it so SAFBuilder adds the files to the thumbnail bundle with this GREL in OpenRefine: `value + "__bundle:THUMBNAIL"`
- I will send her feedback on some author names like UNEP and ICRISAT and ask her for the missing thumbnail11.jpg