Update notes for 2019-04-26

This commit is contained in:
2019-04-26 12:16:02 +03:00
parent 929922f09e
commit 2ec01d7f04
4 changed files with 31 additions and 13 deletions

View File

@ -14,7 +14,7 @@ Export a CSV of the IITA community metadata for Martin Mueller
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2018-03/" />
<meta property="article:published_time" content="2018-03-02T16:07:54&#43;02:00"/>
<meta property="article:modified_time" content="2018-04-04T15:57:34&#43;03:00"/>
<meta property="article:modified_time" content="2019-04-26T12:13:02&#43;03:00"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="March, 2018"/>
@ -35,7 +35,7 @@ Export a CSV of the IITA community metadata for Martin Mueller
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2018-03\/",
"wordCount": "2960",
"datePublished": "2018-03-02T16:07:54\x2b02:00",
"dateModified": "2018-04-04T15:57:34\x2b03:00",
"dateModified": "2019-04-26T12:13:02\x2b03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -510,8 +510,7 @@ UPDATE 195463
<li>Send Peter a list of all authors to correct:</li>
</ul>
<pre><code class="language-sql">dspace=# \copy (select distinct text_value, count(*) as count from metadatavalue where metadata_field_id = (select metadata_field_id from metadatafieldregistry where element
= 'contributor' and qualifier = 'author') AND resource_type_id = 2 group by text_value order by count desc) to /tmp/authors.csv with csv header;
<pre><code class="language-sql">dspace=# \copy (select distinct text_value, count(*) as count from metadatavalue where metadata_field_id = (select metadata_field_id from metadatafieldregistry where element = 'contributor' and qualifier = 'author') AND resource_type_id = 2 group by text_value order by count desc) to /tmp/authors.csv with csv header;
COPY 56156
</code></pre>