Update notes for 2017-08-20

This commit is contained in:
Alan Orth 2017-08-20 12:11:59 +03:00
parent c06a97575c
commit 25f450cecf
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
3 changed files with 33 additions and 8 deletions

View File

@ -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)
```

View File

@ -37,7 +37,7 @@ Then I cleaned up the author authorities and HTML characters in OpenRefine and s
<meta property="article:published_time" content="2017-08-01T11:51:52&#43;03:00"/>
<meta property="article:modified_time" content="2017-08-19T22:49:30&#43;03:00"/>
<meta property="article:modified_time" content="2017-08-20T11:37:01&#43;03:00"/>
@ -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&#43;03:00",
"dateModified": "2017-08-19T22:49:30&#43;03:00",
"dateModified": "2017-08-20T11:37:01&#43;03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -556,8 +556,20 @@ WHERE {
<ul>
<li>According to <code>dc.date.accessioned</code> (metadata field id 11) there have only been five items submitted since May</li>
<li>These are their handles:</li>
</ul>
<pre><code>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) &gt; '2017-05-01T00:00:00Z');
handle
------------
10947/4658
10947/4659
10947/4660
10947/4661
10947/4664
(5 rows)
</code></pre>

View File

@ -4,7 +4,7 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/2017-08/</loc>
<lastmod>2017-08-19T22:49:30+03:00</lastmod>
<lastmod>2017-08-20T11:37:01+03:00</lastmod>
</url>
<url>
@ -114,7 +114,7 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/</loc>
<lastmod>2017-08-19T22:49:30+03:00</lastmod>
<lastmod>2017-08-20T11:37:01+03:00</lastmod>
<priority>0</priority>
</url>
@ -125,19 +125,19 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
<lastmod>2017-08-19T22:49:30+03:00</lastmod>
<lastmod>2017-08-20T11:37:01+03:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/post/</loc>
<lastmod>2017-08-19T22:49:30+03:00</lastmod>
<lastmod>2017-08-20T11:37:01+03:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
<lastmod>2017-08-19T22:49:30+03:00</lastmod>
<lastmod>2017-08-20T11:37:01+03:00</lastmod>
<priority>0</priority>
</url>