diff --git a/content/post/2017-08.md b/content/post/2017-08.md index 68c8a27d9..846775fc2 100644 --- a/content/post/2017-08.md +++ b/content/post/2017-08.md @@ -347,3 +347,16 @@ dspace=# select * from metadatavalue where metadata_field_id=11 and date(text_va ``` - According to `dc.date.accessioned` (metadata field id 11) there have only been five items submitted since May +- These are their handles: + +``` +dspace=# select handle from item, handle where handle.resource_id = item.item_id AND item.item_id in (select item_id from metadatavalue where metadata_field_id=11 and date(text_value) > '2017-05-01T00:00:00Z'); + handle +------------ + 10947/4658 + 10947/4659 + 10947/4660 + 10947/4661 + 10947/4664 +(5 rows) +``` diff --git a/public/2017-08/index.html b/public/2017-08/index.html index f4d5c4113..a60eeb518 100644 --- a/public/2017-08/index.html +++ b/public/2017-08/index.html @@ -37,7 +37,7 @@ Then I cleaned up the author authorities and HTML characters in OpenRefine and s - + @@ -85,9 +85,9 @@ Then I cleaned up the author authorities and HTML characters in OpenRefine and s "@type": "BlogPosting", "headline": "August, 2017", "url": "https://alanorth.github.io/cgspace-notes/2017-08/", - "wordCount": "3227", + "wordCount": "3263", "datePublished": "2017-08-01T11:51:52+03:00", - "dateModified": "2017-08-19T22:49:30+03:00", + "dateModified": "2017-08-20T11:37:01+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -556,8 +556,20 @@ WHERE { +
dspace=# select handle from item, handle where handle.resource_id = item.item_id AND item.item_id in (select item_id from metadatavalue where metadata_field_id=11 and date(text_value) > '2017-05-01T00:00:00Z');
+   handle   
+------------
+ 10947/4658
+ 10947/4659
+ 10947/4660
+ 10947/4661
+ 10947/4664
+(5 rows)
+
+ diff --git a/public/sitemap.xml b/public/sitemap.xml index b8cef7e07..b5f8374da 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -4,7 +4,7 @@ https://alanorth.github.io/cgspace-notes/2017-08/ - 2017-08-19T22:49:30+03:00 + 2017-08-20T11:37:01+03:00 @@ -114,7 +114,7 @@ https://alanorth.github.io/cgspace-notes/ - 2017-08-19T22:49:30+03:00 + 2017-08-20T11:37:01+03:00 0 @@ -125,19 +125,19 @@ https://alanorth.github.io/cgspace-notes/tags/notes/ - 2017-08-19T22:49:30+03:00 + 2017-08-20T11:37:01+03:00 0 https://alanorth.github.io/cgspace-notes/post/ - 2017-08-19T22:49:30+03:00 + 2017-08-20T11:37:01+03:00 0 https://alanorth.github.io/cgspace-notes/tags/ - 2017-08-19T22:49:30+03:00 + 2017-08-20T11:37:01+03:00 0