diff --git a/content/post/2017-12.md b/content/post/2017-12.md index f3f50c633..d67da8ec9 100644 --- a/content/post/2017-12.md +++ b/content/post/2017-12.md @@ -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 diff --git a/public/2017-11/index.html b/public/2017-11/index.html index 84c862fd5..464bcba2c 100644 --- a/public/2017-11/index.html +++ b/public/2017-11/index.html @@ -38,7 +38,7 @@ COPY 54701 - + @@ -88,7 +88,7 @@ COPY 54701 "url": "https://alanorth.github.io/cgspace-notes/2017-11/", "wordCount": "5428", "datePublished": "2017-11-02T09:37:54+02:00", - "dateModified": "2017-11-30T18:32:56+03:00", + "dateModified": "2017-12-17T10:43:56+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -916,7 +916,7 @@ dspace6=# CREATE EXTENSION pgcrypto;