Add notes for 2018-07-13

This commit is contained in:
Alan Orth 2018-07-13 19:45:58 +03:00
parent e1515963ea
commit 36382f34b6
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
3 changed files with 27 additions and 8 deletions

View File

@ -325,4 +325,13 @@ $ csvcut -c 1 < /tmp/affiliations.csv > /tmp/affiliations-1.csv
- We also need to discuss standardizing our countries and comparing our ORCID iDs - We also need to discuss standardizing our countries and comparing our ORCID iDs
## 2018-07-13
- Generate a list of affiliations for Peter and Abenet to go over so we can batch correct them before we deploy the new data visualization dashboard:
```
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 header;
COPY 4518
```
<!-- vim: set sw=2 ts=2: --> <!-- vim: set sw=2 ts=2: -->

View File

@ -30,7 +30,7 @@ There is insufficient memory for the Java Runtime Environment to continue.
<meta property="article:published_time" content="2018-07-01T12:56:54&#43;03:00"/> <meta property="article:published_time" content="2018-07-01T12:56:54&#43;03:00"/>
<meta property="article:modified_time" content="2018-07-12T09:00:08&#43;03:00"/> <meta property="article:modified_time" content="2018-07-12T17:07:17&#43;03:00"/>
@ -71,9 +71,9 @@ There is insufficient memory for the Java Runtime Environment to continue.
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "July, 2018", "headline": "July, 2018",
"url": "https://alanorth.github.io/cgspace-notes/2018-07/", "url": "https://alanorth.github.io/cgspace-notes/2018-07/",
"wordCount": "2156", "wordCount": "2226",
"datePublished": "2018-07-01T12:56:54&#43;03:00", "datePublished": "2018-07-01T12:56:54&#43;03:00",
"dateModified": "2018-07-12T09:00:08&#43;03:00", "dateModified": "2018-07-12T17:07:17&#43;03:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -506,6 +506,16 @@ $ csvcut -c 1 &lt; /tmp/affiliations.csv &gt; /tmp/affiliations-1.csv
<li>We also need to discuss standardizing our countries and comparing our ORCID iDs</li> <li>We also need to discuss standardizing our countries and comparing our ORCID iDs</li>
</ul> </ul>
<h2 id="2018-07-13">2018-07-13</h2>
<ul>
<li>Generate a list of affiliations for Peter and Abenet to go over so we can batch correct them before we deploy the new data visualization dashboard:</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 header;
COPY 4518
</code></pre>
<!-- vim: set sw=2 ts=2: --> <!-- vim: set sw=2 ts=2: -->

View File

@ -4,7 +4,7 @@
<url> <url>
<loc>https://alanorth.github.io/cgspace-notes/2018-07/</loc> <loc>https://alanorth.github.io/cgspace-notes/2018-07/</loc>
<lastmod>2018-07-12T09:00:08+03:00</lastmod> <lastmod>2018-07-12T17:07:17+03:00</lastmod>
</url> </url>
<url> <url>
@ -174,7 +174,7 @@
<url> <url>
<loc>https://alanorth.github.io/cgspace-notes/</loc> <loc>https://alanorth.github.io/cgspace-notes/</loc>
<lastmod>2018-07-12T09:00:08+03:00</lastmod> <lastmod>2018-07-12T17:07:17+03:00</lastmod>
<priority>0</priority> <priority>0</priority>
</url> </url>
@ -185,7 +185,7 @@
<url> <url>
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc> <loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
<lastmod>2018-07-12T09:00:08+03:00</lastmod> <lastmod>2018-07-12T17:07:17+03:00</lastmod>
<priority>0</priority> <priority>0</priority>
</url> </url>
@ -197,13 +197,13 @@
<url> <url>
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc> <loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
<lastmod>2018-07-12T09:00:08+03:00</lastmod> <lastmod>2018-07-12T17:07:17+03:00</lastmod>
<priority>0</priority> <priority>0</priority>
</url> </url>
<url> <url>
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc> <loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
<lastmod>2018-07-12T09:00:08+03:00</lastmod> <lastmod>2018-07-12T17:07:17+03:00</lastmod>
<priority>0</priority> <priority>0</priority>
</url> </url>