Add notes for 2017-03-12

This commit is contained in:
Alan Orth 2017-03-12 13:22:16 +02:00
parent 169a639d79
commit 7763594a25
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
6 changed files with 90 additions and 7 deletions

View File

@ -148,3 +148,18 @@ google.citation_doi = cg.identifier.doi
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
```
## 2017-03-12
- Test the sponsorship fixes and deletes from Peter:
```
$ ./fix-metadata-values.py -i Investors-Fix-51.csv -f dc.description.sponsorship -t Action -m 29 -d dspace -u dspace -p fuuuu
$ ./delete-metadata-values.py -i Investors-Delete-121.csv -f dc.description.sponsorship -m 29 -d dspace -u dspace -p fuuu
```
- Generate a new list of unique sponsors so we can update the controlled vocabulary:
```
dspace=# \copy (select distinct text_value from metadatavalue where resource_type_id=2 and metadata_field_id IN (select metadata_field_id from metadatafieldregistry where element = 'description' and qualifier = 'sponsorship')) to /tmp/sponsorship.csv with csv;
```

View File

@ -37,7 +37,7 @@ $ identify ~/Desktop/alc_contrastes_desafios.jpg
<meta property="article:published_time" content="2017-03-01T17:08:52&#43;02:00"/>
<meta property="article:modified_time" content="2017-03-08T16:08:47&#43;02:00"/>
<meta property="article:modified_time" content="2017-03-09T14:29:50&#43;02:00"/>
@ -94,13 +94,13 @@ $ identify ~/Desktop/alc_contrastes_desafios.jpg
"headline": "March, 2017",
"url": "https://alanorth.github.io/cgspace-notes/2017-03/",
"wordCount": "978",
"wordCount": "1059",
"datePublished": "2017-03-01T17:08:52&#43;02:00",
"dateModified": "2017-03-08T16:08:47&#43;02:00",
"dateModified": "2017-03-09T14:29:50&#43;02:00",
"author": {
@ -342,6 +342,23 @@ DirectClass sRGB Alpha
COPY 285
</code></pre>
<h2 id="2017-03-12">2017-03-12</h2>
<ul>
<li>Test the sponsorship fixes and deletes from Peter:</li>
</ul>
<pre><code>$ ./fix-metadata-values.py -i Investors-Fix-51.csv -f dc.description.sponsorship -t Action -m 29 -d dspace -u dspace -p fuuuu
$ ./delete-metadata-values.py -i Investors-Delete-121.csv -f dc.description.sponsorship -m 29 -d dspace -u dspace -p fuuu
</code></pre>
<ul>
<li>Generate a new list of unique sponsors so we can update the controlled vocabulary:</li>
</ul>
<pre><code>dspace=# \copy (select distinct text_value from metadatavalue where resource_type_id=2 and metadata_field_id IN (select metadata_field_id from metadatafieldregistry where element = 'description' and qualifier = 'sponsorship')) to /tmp/sponsorship.csv with csv;
</code></pre>

View File

@ -186,6 +186,23 @@ DirectClass sRGB Alpha
&lt;pre&gt;&lt;code&gt;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 = &#39;description&#39; and qualifier = &#39;sponsorship&#39;) group by text_value order by count desc) to /tmp/sponsorship.csv with csv;
COPY 285
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;2017-03-12&#34;&gt;2017-03-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Test the sponsorship fixes and deletes from Peter:&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;$ ./fix-metadata-values.py -i Investors-Fix-51.csv -f dc.description.sponsorship -t Action -m 29 -d dspace -u dspace -p fuuuu
$ ./delete-metadata-values.py -i Investors-Delete-121.csv -f dc.description.sponsorship -m 29 -d dspace -u dspace -p fuuu
&lt;/code&gt;&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;Generate a new list of unique sponsors so we can update the controlled vocabulary:&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;dspace=# \copy (select distinct text_value from metadatavalue where resource_type_id=2 and metadata_field_id IN (select metadata_field_id from metadatafieldregistry where element = &#39;description&#39; and qualifier = &#39;sponsorship&#39;)) to /tmp/sponsorship.csv with csv;
&lt;/code&gt;&lt;/pre&gt;</description>
</item>

View File

@ -186,6 +186,23 @@ DirectClass sRGB Alpha
&lt;pre&gt;&lt;code&gt;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 = &#39;description&#39; and qualifier = &#39;sponsorship&#39;) group by text_value order by count desc) to /tmp/sponsorship.csv with csv;
COPY 285
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;2017-03-12&#34;&gt;2017-03-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Test the sponsorship fixes and deletes from Peter:&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;$ ./fix-metadata-values.py -i Investors-Fix-51.csv -f dc.description.sponsorship -t Action -m 29 -d dspace -u dspace -p fuuuu
$ ./delete-metadata-values.py -i Investors-Delete-121.csv -f dc.description.sponsorship -m 29 -d dspace -u dspace -p fuuu
&lt;/code&gt;&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;Generate a new list of unique sponsors so we can update the controlled vocabulary:&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;dspace=# \copy (select distinct text_value from metadatavalue where resource_type_id=2 and metadata_field_id IN (select metadata_field_id from metadatafieldregistry where element = &#39;description&#39; and qualifier = &#39;sponsorship&#39;)) to /tmp/sponsorship.csv with csv;
&lt;/code&gt;&lt;/pre&gt;</description>
</item>

View File

@ -3,7 +3,7 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/2017-03/</loc>
<lastmod>2017-03-08T16:08:47+02:00</lastmod>
<lastmod>2017-03-09T14:29:50+02:00</lastmod>
</url>
<url>
@ -88,19 +88,19 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/</loc>
<lastmod>2017-03-08T16:08:47+02:00</lastmod>
<lastmod>2017-03-09T14:29:50+02:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
<lastmod>2017-03-08T16:08:47+02:00</lastmod>
<lastmod>2017-03-09T14:29:50+02:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/post/</loc>
<lastmod>2017-03-08T16:08:47+02:00</lastmod>
<lastmod>2017-03-09T14:29:50+02:00</lastmod>
<priority>0</priority>
</url>

View File

@ -185,6 +185,23 @@ DirectClass sRGB Alpha
&lt;pre&gt;&lt;code&gt;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 = &#39;description&#39; and qualifier = &#39;sponsorship&#39;) group by text_value order by count desc) to /tmp/sponsorship.csv with csv;
COPY 285
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;2017-03-12&#34;&gt;2017-03-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Test the sponsorship fixes and deletes from Peter:&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;$ ./fix-metadata-values.py -i Investors-Fix-51.csv -f dc.description.sponsorship -t Action -m 29 -d dspace -u dspace -p fuuuu
$ ./delete-metadata-values.py -i Investors-Delete-121.csv -f dc.description.sponsorship -m 29 -d dspace -u dspace -p fuuu
&lt;/code&gt;&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;Generate a new list of unique sponsors so we can update the controlled vocabulary:&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;dspace=# \copy (select distinct text_value from metadatavalue where resource_type_id=2 and metadata_field_id IN (select metadata_field_id from metadatafieldregistry where element = &#39;description&#39; and qualifier = &#39;sponsorship&#39;)) to /tmp/sponsorship.csv with csv;
&lt;/code&gt;&lt;/pre&gt;</description>
</item>