Update notes for 2017-04-04

This commit is contained in:
2017-04-04 16:30:55 +03:00
parent b3331f7ae4
commit 06abe3dc80
6 changed files with 11 additions and 11 deletions

View File

@ -30,7 +30,7 @@ $ [dspace]/bin/dspace filter-media -f -i 10568/16498 -p "ImageMagick PDF Th
<meta property="article:published_time" content="2017-04-02T17:08:52&#43;02:00"/>
<meta property="article:modified_time" content="2017-04-04T15:05:54&#43;03:00"/>
<meta property="article:modified_time" content="2017-04-04T16:23:29&#43;03:00"/>
@ -81,7 +81,7 @@ $ [dspace]/bin/dspace filter-media -f -i 10568/16498 -p &quot;ImageMagick PDF Th
"url": "https://alanorth.github.io/cgspace-notes/2017-04/",
"wordCount": "451",
"datePublished": "2017-04-02T17:08:52&#43;02:00",
"dateModified": "2017-04-04T15:05:54&#43;03:00",
"dateModified": "2017-04-04T16:23:29&#43;03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -234,7 +234,7 @@ ILAC_Brief21_PMCA.pdf: 113462 bytes, checksum: 249fef468f401c066a119f5db687add0
<li>In that case it might just be better to see how many the user submitted (both <em>with</em> and <em>without</em> bitstreams):</li>
</ul>
<pre><code>dspace=# select * from metadatavalue where resource_type_id=2 and metadata_field_id=28 and text_value ~ '^(Submitted).*giampieri.*2016-.*';
<pre><code>dspace=# select * from metadatavalue where resource_type_id=2 and metadata_field_id=28 and text_value ~ '^Submitted.*giampieri.*2016-.*';
</code></pre>