Add notes for 2019-09-27

This commit is contained in:
2019-09-27 17:53:18 +03:00
parent a8f833a6c6
commit aaae1e2cfe
5 changed files with 94 additions and 26 deletions

View File

@ -27,7 +27,7 @@ Run system updates on DSpace Test (linode19) and reboot it
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-08/" />
<meta property="article:published_time" content="2019-08-03T12:39:51+03:00" />
<meta property="article:modified_time" content="2019-09-01T01:54:55+03:00" />
<meta property="article:modified_time" content="2019-09-27T01:20:09+03:00" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="August, 2019"/>
@ -59,9 +59,9 @@ Run system updates on DSpace Test (linode19) and reboot it
"@type": "BlogPosting",
"headline": "August, 2019",
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-08\/",
"wordCount": "2770",
"wordCount": "2703",
"datePublished": "2019-08-03T12:39:51\x2b03:00",
"dateModified": "2019-09-01T01:54:55\x2b03:00",
"dateModified": "2019-09-27T01:20:09\x2b03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -603,13 +603,6 @@ sys 2m27.496s
<li>I modified the patterns in my sed script so that those lines are not replaced and then the community list works again</li>
<li>This is actually not a problem at all because this metadata is only used in the HTML meta tags in XMLUI community lists and has nothing to do with item metadata</li>
</ul></li>
<li><p>Get a list of institutions from CCAFS&rsquo;s Clarisa API and try to parse it with <code>jq</code> and pass it through <code>csvcut</code> to add line numbers:</p>
<pre><code>$ cat ~/Downloads/institutions.json| jq '.[] | {name: .name}' | grep name | awk -F: '{print $2}' | sed 's/&quot;//g' | csvcut -l &gt; /tmp/investors.csv
</code></pre></li>
<li><p>I could potentially use this with reconcile-csv and OpenRefine as a source to validate our institutional authors against&hellip;</p></li>
</ul>
<!-- vim: set sw=2 ts=2: -->