Add notes for 2022-02-24

This commit is contained in:
2022-02-24 19:15:45 +03:00
parent 3baa93a1f2
commit edacbe8b63
26 changed files with 51 additions and 32 deletions

View File

@ -21,7 +21,7 @@ We agreed to try to do more alignment of affiliations/funders with ROR
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2022-02/" />
<meta property="article:published_time" content="2022-02-01T14:06:54+02:00" />
<meta property="article:modified_time" content="2022-02-14T16:43:12+03:00" />
<meta property="article:modified_time" content="2022-02-23T14:46:23+03:00" />
@ -48,9 +48,9 @@ We agreed to try to do more alignment of affiliations/funders with ROR
"@type": "BlogPosting",
"headline": "February, 2022",
"url": "https://alanorth.github.io/cgspace-notes/2022-02/",
"wordCount": "2868",
"wordCount": "2915",
"datePublished": "2022-02-01T14:06:54+02:00",
"dateModified": "2022-02-14T16:43:12+03:00",
"dateModified": "2022-02-23T14:46:23+03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -665,7 +665,15 @@ value.contains(&#34;10.2134&#34;)
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
<h2 id="2022-02-24">2022-02-24</h2>
<ul>
<li>Update some audience metadata on CGSpace:</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">dspace=# UPDATE metadatavalue SET text_value=&#39;Academics&#39; WHERE dspace_object_id IN (SELECT uuid FROM item) AND metadata_field_id=144 AND text_value = &#39;Academicians&#39;;
UPDATE 354
dspace=# UPDATE metadatavalue SET text_value=&#39;Scientists&#39; WHERE dspace_object_id IN (SELECT uuid FROM item) AND metadata_field_id=144 AND text_value = &#39;SCIENTISTS&#39;;
UPDATE 2
</code></pre></div><!-- raw HTML omitted -->