diff --git a/content/post/2017-11.md b/content/post/2017-11.md index 165d81afb..dbe028301 100644 --- a/content/post/2017-11.md +++ b/content/post/2017-11.md @@ -38,3 +38,7 @@ COPY 54701 - METS XML is available for all items with this pattern: /metadata/handle/10568/95947/mets.xml - I whipped up a quick hack to print a clickable link with this URL on the thumbnail but it needs to check a few corner cases, like when there is a thumbnail but no content bitstream! +- Help proof fifty-three CIAT records for Sisay: https://dspacetest.cgiar.org/handle/10568/95895 +- A handful of issues with `cg.place` using format like "Lima, PE" instead of "Lima, Peru" +- Also, some dates like with completely invalid format like "2010- 06" and "2011-3-28" +- I also collapsed some consecutive whitespace on a handful of fields diff --git a/public/2017-11/index.html b/public/2017-11/index.html index 31e2f3414..971b9b7cc 100644 --- a/public/2017-11/index.html +++ b/public/2017-11/index.html @@ -38,7 +38,7 @@ COPY 54701 - + @@ -86,9 +86,9 @@ COPY 54701 "@type": "BlogPosting", "headline": "November, 2017", "url": "https://alanorth.github.io/cgspace-notes/2017-11/", - "wordCount": "214", + "wordCount": "261", "datePublished": "2017-11-02T09:37:54+02:00", - "dateModified": "2017-11-02T10:07:34+02:00", + "dateModified": "2017-11-02T17:05:37+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -190,6 +190,10 @@ COPY 54701
cg.place
using format like “Lima, PE” instead of “Lima, Peru”