mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2021-08-01
This commit is contained in:
@ -17,7 +17,7 @@ COPY 20994
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2021-07/" />
|
||||
<meta property="article:published_time" content="2021-07-01T08:53:07+03:00" />
|
||||
<meta property="article:modified_time" content="2021-07-20T22:37:59+03:00" />
|
||||
<meta property="article:modified_time" content="2021-07-22T12:45:40+03:00" />
|
||||
|
||||
|
||||
|
||||
@ -30,7 +30,7 @@ Export another list of ALL subjects on CGSpace, including AGROVOC and non-AGROVO
|
||||
localhost/dspace63= > \COPY (SELECT DISTINCT LOWER(text_value) AS subject, count(*) FROM metadatavalue WHERE dspace_object_id in (SELECT dspace_object_id FROM item) AND metadata_field_id IN (119, 120, 127, 122, 128, 125, 135, 203, 208, 210, 215, 123, 236, 242, 187) GROUP BY subject ORDER BY count DESC) to /tmp/2021-07-01-all-subjects.csv WITH CSV HEADER;
|
||||
COPY 20994
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.85.0" />
|
||||
<meta name="generator" content="Hugo 0.86.1" />
|
||||
|
||||
|
||||
|
||||
@ -40,9 +40,9 @@ COPY 20994
|
||||
"@type": "BlogPosting",
|
||||
"headline": "July, 2021",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2021-07/",
|
||||
"wordCount": "3400",
|
||||
"wordCount": "3471",
|
||||
"datePublished": "2021-07-01T08:53:07+03:00",
|
||||
"dateModified": "2021-07-20T22:37:59+03:00",
|
||||
"dateModified": "2021-07-22T12:45:40+03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -677,6 +677,24 @@ $ cat AS* /tmp/ddos-networks-to-block.txt | sed -e '/^$/d' -e '/^#/d' -e '/^{/d'
|
||||
</li>
|
||||
</ul>
|
||||
<p><img src="/cgspace-notes/2021/07/context-navigation-menu.png" alt="CGSpace XMLUI navigation"></p>
|
||||
<h2 id="2021-07-23">2021-07-23</h2>
|
||||
<ul>
|
||||
<li>Spend some time reviewing patches for the upcoming DSpace 6.4 release</li>
|
||||
</ul>
|
||||
<h2 id="2021-07-24">2021-07-24</h2>
|
||||
<ul>
|
||||
<li>Spend some time reviewing patches for the upcoming DSpace 6.4 release</li>
|
||||
<li>Run all system updates on DSpace Test (linode26) and reboot it</li>
|
||||
</ul>
|
||||
<h2 id="2021-07-29">2021-07-29</h2>
|
||||
<ul>
|
||||
<li>I figured out why <a href="https://github.com/ilri/OpenRXV/issues/62">come communities / collections were seemingly missing from AReS</a>
|
||||
<ul>
|
||||
<li>It was not related to harvesting, but rather to our value mappings replacing values like “CGIAR Research Program on Livestock” with “Livestock”</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- raw HTML omitted -->
|
||||
|
||||
|
||||
|
||||
@ -697,6 +715,8 @@ $ cat AS* /tmp/ddos-networks-to-block.txt | sed -e '/^$/d' -e '/^#/d' -e '/^{/d'
|
||||
<ol class="list-unstyled">
|
||||
|
||||
|
||||
<li><a href="/cgspace-notes/2021-08/">August, 2021</a></li>
|
||||
|
||||
<li><a href="/cgspace-notes/2021-07/">July, 2021</a></li>
|
||||
|
||||
<li><a href="/cgspace-notes/2021-06/">June, 2021</a></li>
|
||||
@ -705,8 +725,6 @@ $ cat AS* /tmp/ddos-networks-to-block.txt | sed -e '/^$/d' -e '/^#/d' -e '/^{/d'
|
||||
|
||||
<li><a href="/cgspace-notes/2021-04/">April, 2021</a></li>
|
||||
|
||||
<li><a href="/cgspace-notes/2021-03/">March, 2021</a></li>
|
||||
|
||||
</ol>
|
||||
</section>
|
||||
|
||||
|
Reference in New Issue
Block a user