Add notes for 2022-01-06

This commit is contained in:
2022-01-06 15:48:27 +02:00
parent 2c3ab62925
commit 6770385f36
26 changed files with 58 additions and 32 deletions

View File

@ -14,7 +14,7 @@ Start a full harvest on AReS
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2022-01/" />
<meta property="article:published_time" content="2022-01-01T15:20:54+02:00" />
<meta property="article:modified_time" content="2022-01-01T15:20:54+02:00" />
<meta property="article:modified_time" content="2022-01-01T15:21:32+02:00" />
@ -34,9 +34,9 @@ Start a full harvest on AReS
"@type": "BlogPosting",
"headline": "January, 2022",
"url": "https://alanorth.github.io/cgspace-notes/2022-01/",
"wordCount": "7",
"wordCount": "47",
"datePublished": "2022-01-01T15:20:54+02:00",
"dateModified": "2022-01-01T15:20:54+02:00",
"dateModified": "2022-01-01T15:21:32+02:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -114,7 +114,20 @@ Start a full harvest on AReS
<ul>
<li>Start a full harvest on AReS</li>
</ul>
<!-- raw HTML omitted -->
<h2 id="2022-01-06">2022-01-06</h2>
<ul>
<li>Add ORCID identifier for Chris Jones to CGSpace
<ul>
<li>Also tag eighty-eight of his items in CGSpace:</li>
</ul>
</li>
</ul>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-console" data-lang="console">$ cat 2022-01-06-add-orcids.csv
dc.contributor.author,cg.creator.identifier
&#34;Jones, Chris&#34;,&#34;Chris Jones: 0000-0001-9096-9728&#34;
&#34;Jones, Christopher S.&#34;,&#34;Chris Jones: 0000-0001-9096-9728&#34;
$ ./ilri/add-orcid-identifiers-csv.py -i 2022-01-06-add-orcids.csv -db dspace63 -u dspacetest -p <span style="color:#e6db74">&#39;dom@in34sniper&#39;</span>
</code></pre></div><!-- raw HTML omitted -->