Update notes

This commit is contained in:
2018-01-09 10:02:52 +01:00
parent f1fafb80a4
commit 13460b8466
3 changed files with 19 additions and 8 deletions

View File

@ -92,7 +92,7 @@ Danny wrote to ask for help renewing the wildcard ilri.org certificate and I adv
<meta property="article:published_time" content="2018-01-02T08:35:54-08:00"/>
<meta property="article:modified_time" content="2018-01-06T17:04:05-08:00"/>
<meta property="article:modified_time" content="2018-01-09T09:44:16&#43;01:00"/>
@ -194,9 +194,9 @@ Danny wrote to ask for help renewing the wildcard ilri.org certificate and I adv
"@type": "BlogPosting",
"headline": "January, 2018",
"url": "https://alanorth.github.io/cgspace-notes/2018-01/",
"wordCount": "1197",
"wordCount": "1250",
"datePublished": "2018-01-02T08:35:54-08:00",
"dateModified": "2018-01-06T17:04:05-08:00",
"dateModified": "2018-01-09T09:44:16&#43;01:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -558,8 +558,13 @@ sys 3m14.890s
<ul>
<li>Advise Sisay about blank lines in some IITA records</li>
<li>Generate a list of author affiliations for Peter to clean up:</li>
</ul>
<pre><code>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 = 'affiliation') AND resource_type_id = 2 group by text_value order by count desc) to /tmp/affiliations.csv with csv;
COPY 4515
</code></pre>