From 169a639d792da0c819fe4229fa75d246e290abd1 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 9 Mar 2017 14:29:50 +0200 Subject: [PATCH] Add notes for 2017-03-09 --- content/post/2017-03.md | 9 +++++++++ public/2017-03/index.html | 16 +++++++++++++--- public/index.xml | 12 +++++++++++- public/post/index.xml | 12 +++++++++++- public/sitemap.xml | 8 ++++---- public/tags/notes/index.xml | 12 +++++++++++- 6 files changed, 59 insertions(+), 10 deletions(-) diff --git a/content/post/2017-03.md b/content/post/2017-03.md index 4ba92c0bb..cce51bf36 100644 --- a/content/post/2017-03.md +++ b/content/post/2017-03.md @@ -139,3 +139,12 @@ google.citation_doi = cg.identifier.doi - Merge the author separator changes to `5_x-prod`, as everyone has responded positively about it, and it's the default in Mirage2 afterall! - Cherry pick the `commons-collections` patch from DSpace's `dspace-5_x` branch to address DS-3520: https://jira.duraspace.org/browse/DS-3520 + +## 2017-03-09 + +- Export list of sponsors so Peter can clean it up: + +``` +dspace=# \copy (select text_value, count(*) from metadatavalue where resource_type_id=2 and metadata_field_id IN (select metadata_field_id from metadatafieldregistry where element = 'description' and qualifier = 'sponsorship') group by text_value order by count desc) to /tmp/sponsorship.csv with csv; +COPY 285 +``` diff --git a/public/2017-03/index.html b/public/2017-03/index.html index 1f8045a4f..c1b00f83f 100644 --- a/public/2017-03/index.html +++ b/public/2017-03/index.html @@ -37,7 +37,7 @@ $ identify ~/Desktop/alc_contrastes_desafios.jpg - + @@ -94,13 +94,13 @@ $ identify ~/Desktop/alc_contrastes_desafios.jpg "headline": "March, 2017", "url": "https://alanorth.github.io/cgspace-notes/2017-03/", - "wordCount": "930", + "wordCount": "978", "datePublished": "2017-03-01T17:08:52+02:00", - "dateModified": "2017-03-07T18:05:24+02:00", + "dateModified": "2017-03-08T16:08:47+02:00", "author": { @@ -332,6 +332,16 @@ DirectClass sRGB Alpha
  • Cherry pick the commons-collections patch from DSpace’s dspace-5_x branch to address DS-3520: https://jira.duraspace.org/browse/DS-3520
  • +

    2017-03-09

    + + + +
    dspace=# \copy (select text_value, count(*) from metadatavalue where resource_type_id=2 and metadata_field_id IN (select metadata_field_id from metadatafieldregistry where element = 'description' and qualifier = 'sponsorship') group by text_value order by count desc) to /tmp/sponsorship.csv with csv;
    +COPY 285
    +
    + diff --git a/public/index.xml b/public/index.xml index ed26575c3..a4b794597 100644 --- a/public/index.xml +++ b/public/index.xml @@ -176,7 +176,17 @@ DirectClass sRGB Alpha <ul> <li>Merge the author separator changes to <code>5_x-prod</code>, as everyone has responded positively about it, and it&rsquo;s the default in Mirage2 afterall!</li> <li>Cherry pick the <code>commons-collections</code> patch from DSpace&rsquo;s <code>dspace-5_x</code> branch to address DS-3520: <a href="https://jira.duraspace.org/browse/DS-3520">https://jira.duraspace.org/browse/DS-3520</a></li> -</ul> +</ul> + +<h2 id="2017-03-09">2017-03-09</h2> + +<ul> +<li>Export list of sponsors so Peter can clean it up:</li> +</ul> + +<pre><code>dspace=# \copy (select text_value, count(*) from metadatavalue where resource_type_id=2 and metadata_field_id IN (select metadata_field_id from metadatafieldregistry where element = 'description' and qualifier = 'sponsorship') group by text_value order by count desc) to /tmp/sponsorship.csv with csv; +COPY 285 +</code></pre> diff --git a/public/post/index.xml b/public/post/index.xml index 512c44264..4145a8fdc 100644 --- a/public/post/index.xml +++ b/public/post/index.xml @@ -176,7 +176,17 @@ DirectClass sRGB Alpha <ul> <li>Merge the author separator changes to <code>5_x-prod</code>, as everyone has responded positively about it, and it&rsquo;s the default in Mirage2 afterall!</li> <li>Cherry pick the <code>commons-collections</code> patch from DSpace&rsquo;s <code>dspace-5_x</code> branch to address DS-3520: <a href="https://jira.duraspace.org/browse/DS-3520">https://jira.duraspace.org/browse/DS-3520</a></li> -</ul> +</ul> + +<h2 id="2017-03-09">2017-03-09</h2> + +<ul> +<li>Export list of sponsors so Peter can clean it up:</li> +</ul> + +<pre><code>dspace=# \copy (select text_value, count(*) from metadatavalue where resource_type_id=2 and metadata_field_id IN (select metadata_field_id from metadatafieldregistry where element = 'description' and qualifier = 'sponsorship') group by text_value order by count desc) to /tmp/sponsorship.csv with csv; +COPY 285 +</code></pre> diff --git a/public/sitemap.xml b/public/sitemap.xml index 2534b0330..c287aaebf 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -3,7 +3,7 @@ https://alanorth.github.io/cgspace-notes/2017-03/ - 2017-03-07T18:05:24+02:00 + 2017-03-08T16:08:47+02:00 @@ -88,19 +88,19 @@ https://alanorth.github.io/cgspace-notes/ - 2017-03-07T18:05:24+02:00 + 2017-03-08T16:08:47+02:00 0 https://alanorth.github.io/cgspace-notes/tags/notes/ - 2017-03-07T18:05:24+02:00 + 2017-03-08T16:08:47+02:00 0 https://alanorth.github.io/cgspace-notes/post/ - 2017-03-07T18:05:24+02:00 + 2017-03-08T16:08:47+02:00 0 diff --git a/public/tags/notes/index.xml b/public/tags/notes/index.xml index 51acc1219..74ed82a74 100644 --- a/public/tags/notes/index.xml +++ b/public/tags/notes/index.xml @@ -175,7 +175,17 @@ DirectClass sRGB Alpha <ul> <li>Merge the author separator changes to <code>5_x-prod</code>, as everyone has responded positively about it, and it&rsquo;s the default in Mirage2 afterall!</li> <li>Cherry pick the <code>commons-collections</code> patch from DSpace&rsquo;s <code>dspace-5_x</code> branch to address DS-3520: <a href="https://jira.duraspace.org/browse/DS-3520">https://jira.duraspace.org/browse/DS-3520</a></li> -</ul> +</ul> + +<h2 id="2017-03-09">2017-03-09</h2> + +<ul> +<li>Export list of sponsors so Peter can clean it up:</li> +</ul> + +<pre><code>dspace=# \copy (select text_value, count(*) from metadatavalue where resource_type_id=2 and metadata_field_id IN (select metadata_field_id from metadatafieldregistry where element = 'description' and qualifier = 'sponsorship') group by text_value order by count desc) to /tmp/sponsorship.csv with csv; +COPY 285 +</code></pre>