mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 06:35:03 +01:00
Add notes for 2022-12-02
This commit is contained in:
parent
651148cf0a
commit
1dd80f769a
@ -525,5 +525,6 @@ $ psql -c 'SELECT * FROM pg_locks pl LEFT JOIN pg_stat_activity psa ON pl.pid =
|
|||||||
- I found some items on CGSpace in Dinka, Ndogo, and Bari languages, but the `dcterms.language` field was "other"
|
- I found some items on CGSpace in Dinka, Ndogo, and Bari languages, but the `dcterms.language` field was "other"
|
||||||
- That's so unfortunate! These languages are not in ISO 639-1, but they are in ISO 639-3, which uses Alpha 3 and has more space for languages
|
- That's so unfortunate! These languages are not in ISO 639-1, but they are in ISO 639-3, which uses Alpha 3 and has more space for languages
|
||||||
- I changed them from other to use the three-letter codes, and I will suggest to the CG Core group that we use ISO 639-3 in the future
|
- I changed them from other to use the three-letter codes, and I will suggest to the CG Core group that we use ISO 639-3 in the future
|
||||||
|
- Send feedback to Salem about some metadata issues with MEL submissions to CGSpace
|
||||||
|
|
||||||
<!-- vim: set sw=2 ts=2: -->
|
<!-- vim: set sw=2 ts=2: -->
|
||||||
|
28
content/posts/2022-12.md
Normal file
28
content/posts/2022-12.md
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
title: "December, 2022"
|
||||||
|
date: 2022-12-01T08:52:36+03:00
|
||||||
|
author: "Alan Orth"
|
||||||
|
categories: ["Notes"]
|
||||||
|
---
|
||||||
|
|
||||||
|
## 2022-12-01
|
||||||
|
|
||||||
|
- Fix some incorrect regions on CGSpace
|
||||||
|
- I exported the CCAFS and IITA communities, extracted just the country and region columns, then ran them through csv-metadata-quality to fix the regions
|
||||||
|
- Add a few more authors to my CSV with author names and ORCID identifiers and tag 283 items!
|
||||||
|
- Replace "East Asia" with "Eastern Asia" region on CGSpace (UN M.49 region)
|
||||||
|
|
||||||
|
<!--more-->
|
||||||
|
|
||||||
|
- CGSpace and PRMS information session with Enrico and a bunch of researchers
|
||||||
|
- I noticed some minor issues with SPDX licenses and AGROVOC terms in items submitted by TIP so I sent a message to Daniel from Alliance
|
||||||
|
- I startd a harvest on AReS since we've updated so much metadata recently
|
||||||
|
|
||||||
|
## 2022-12-02
|
||||||
|
|
||||||
|
- File some issues related to metadata on the MEL issue tracker
|
||||||
|
- [Only use "Open Access" or "Limited Access" access rights when publishing items on CGSpace](https://github.com/CodeObia/MEL/issues/11066)
|
||||||
|
- [Set the description when submitting bitstreams to CGSpace](https://github.com/CodeObia/MEL/issues/11067)
|
||||||
|
- [Some items have a Creative Commons license, but are Limited Access and bitstreams are locked](https://github.com/CodeObia/MEL/issues/11068)
|
||||||
|
|
||||||
|
<!-- vim: set sw=2 ts=2: -->
|
@ -242,6 +242,8 @@ db.statementpool = true
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -250,8 +252,6 @@ db.statementpool = true
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -264,6 +264,8 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -272,8 +274,6 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -200,6 +200,8 @@ $ find SimpleArchiveForBio/ -iname “*.pdf” -exec basename {} ; | sor
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -208,8 +210,6 @@ $ find SimpleArchiveForBio/ -iname “*.pdf” -exec basename {} ; | sor
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -378,6 +378,8 @@ Bitstream: tést señora alimentación.pdf
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -386,8 +388,6 @@ Bitstream: tést señora alimentación.pdf
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -316,6 +316,8 @@ Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Ja
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -324,8 +326,6 @@ Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Ja
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -495,6 +495,8 @@ dspace.log.2016-04-27:7271
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -503,8 +505,6 @@ dspace.log.2016-04-27:7271
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -371,6 +371,8 @@ sys 0m20.540s
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -379,8 +381,6 @@ sys 0m20.540s
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -409,6 +409,8 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -417,8 +419,6 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -325,6 +325,8 @@ discovery.index.authority.ignore-variants=true
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -333,8 +335,6 @@ discovery.index.authority.ignore-variants=true
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -389,6 +389,8 @@ $ JAVA_OPTS="-Dfile.encoding=UTF-8 -Xmx512m" /home/cgspace.cgiar.org/bin
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -397,8 +399,6 @@ $ JAVA_OPTS="-Dfile.encoding=UTF-8 -Xmx512m" /home/cgspace.cgiar.org/bin
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -606,6 +606,8 @@ $ ./delete-metadata-values.py -i ilrisubjects-delete-13.csv -f cg.subject.ilri -
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -614,8 +616,6 @@ $ ./delete-metadata-values.py -i ilrisubjects-delete-13.csv -f cg.subject.ilri -
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -372,6 +372,8 @@ dspace=# update metadatavalue set text_value = regexp_replace(text_value, 'h
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -380,8 +382,6 @@ dspace=# update metadatavalue set text_value = regexp_replace(text_value, 'h
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -548,6 +548,8 @@ org.dspace.discovery.SearchServiceException: Error executing query
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -556,8 +558,6 @@ org.dspace.discovery.SearchServiceException: Error executing query
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -784,6 +784,8 @@ $ exit
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -792,8 +794,6 @@ $ exit
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -369,6 +369,8 @@ $ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -377,8 +379,6 @@ $ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -423,6 +423,8 @@ COPY 1968
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -431,8 +433,6 @@ COPY 1968
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -355,6 +355,8 @@ $ ./delete-metadata-values.py -i Investors-Delete-121.csv -f dc.description.spon
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -363,8 +365,6 @@ $ ./delete-metadata-values.py -i Investors-Delete-121.csv -f dc.description.spon
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -585,6 +585,8 @@ $ gem install compass -v 1.0.3
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -593,8 +595,6 @@ $ gem install compass -v 1.0.3
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -391,6 +391,8 @@ UPDATE 187
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -399,8 +401,6 @@ UPDATE 187
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -270,6 +270,8 @@ $ JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8" [dspace]/bin/dspace import
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -278,8 +280,6 @@ $ JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8" [dspace]/bin/dspace import
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -275,6 +275,8 @@ delete from metadatavalue where resource_type_id=2 and metadata_field_id=235 and
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -283,8 +285,6 @@ delete from metadatavalue where resource_type_id=2 and metadata_field_id=235 and
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -517,6 +517,8 @@ org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -525,8 +527,6 @@ org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -659,6 +659,8 @@ Cert Status: good
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -667,8 +669,6 @@ Cert Status: good
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -443,6 +443,8 @@ session_id=6C30F10B4351A4ED83EC6ED50AFD6B6A
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -451,8 +453,6 @@ session_id=6C30F10B4351A4ED83EC6ED50AFD6B6A
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -944,6 +944,8 @@ $ cat dspace.log.2017-11-28 | grep -o -E 'session_id=[A-Z0-9]{32}' | sor
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -952,8 +954,6 @@ $ cat dspace.log.2017-11-28 | grep -o -E 'session_id=[A-Z0-9]{32}' | sor
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -783,6 +783,8 @@ DELETE 20
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -791,8 +793,6 @@ DELETE 20
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -1452,6 +1452,8 @@ Catalina:type=Manager,context=/,host=localhost activeSessions 8
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -1460,8 +1462,6 @@ Catalina:type=Manager,context=/,host=localhost activeSessions 8
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -1038,6 +1038,8 @@ UPDATE 3
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -1046,8 +1048,6 @@ UPDATE 3
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -585,6 +585,8 @@ Fixed 5 occurences of: GENEBANKS
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -593,8 +595,6 @@ Fixed 5 occurences of: GENEBANKS
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -594,6 +594,8 @@ $ pg_restore -O -U dspacetest -d dspacetest -W -h localhost /tmp/dspace_2018-04-
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -602,8 +604,6 @@ $ pg_restore -O -U dspacetest -d dspacetest -W -h localhost /tmp/dspace_2018-04-
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -523,6 +523,8 @@ $ psql -h localhost -U postgres dspacetest
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -531,8 +533,6 @@ $ psql -h localhost -U postgres dspacetest
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -517,6 +517,8 @@ $ sed '/^id/d' 10568-*.csv | csvcut -c 1,2 > map-to-cifor-archive.csv
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -525,8 +527,6 @@ $ sed '/^id/d' 10568-*.csv | csvcut -c 1,2 > map-to-cifor-archive.csv
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -569,6 +569,8 @@ dspace=# select count(text_value) from metadatavalue where resource_type_id=2 an
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -577,8 +579,6 @@ dspace=# select count(text_value) from metadatavalue where resource_type_id=2 an
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -442,6 +442,8 @@ $ dspace database migrate ignored
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -450,8 +452,6 @@ $ dspace database migrate ignored
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -748,6 +748,8 @@ UPDATE metadatavalue SET text_value='ja' WHERE resource_type_id=2 AND me
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -756,8 +758,6 @@ UPDATE metadatavalue SET text_value='ja' WHERE resource_type_id=2 AND me
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -656,6 +656,8 @@ $ curl -X GET -H "Content-Type: application/json" -H "Accept: applic
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -664,8 +666,6 @@ $ curl -X GET -H "Content-Type: application/json" -H "Accept: applic
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -553,6 +553,8 @@ $ dspace dsrun org.dspace.eperson.Groomer -a -b 11/27/2016 -d
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -561,8 +563,6 @@ $ dspace dsrun org.dspace.eperson.Groomer -a -b 11/27/2016 -d
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -594,6 +594,8 @@ UPDATE 1
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -602,8 +604,6 @@ UPDATE 1
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -1264,6 +1264,8 @@ identify: CorruptImageProfile `xmp' @ warning/profile.c/SetImageProfileInter
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -1272,8 +1274,6 @@ identify: CorruptImageProfile `xmp' @ warning/profile.c/SetImageProfileInter
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -1344,6 +1344,8 @@ Please see the DSpace documentation for assistance.
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -1352,8 +1354,6 @@ Please see the DSpace documentation for assistance.
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -1208,6 +1208,8 @@ sys 0m2.551s
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -1216,8 +1218,6 @@ sys 0m2.551s
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -1299,6 +1299,8 @@ UPDATE 14
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -1307,8 +1309,6 @@ UPDATE 14
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -631,6 +631,8 @@ COPY 64871
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -639,8 +641,6 @@ COPY 64871
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -317,6 +317,8 @@ UPDATE 2
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -325,8 +327,6 @@ UPDATE 2
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -554,6 +554,8 @@ issn.validate('1020-3362')
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -562,8 +564,6 @@ issn.validate('1020-3362')
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -573,6 +573,8 @@ sys 2m27.496s
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -581,8 +583,6 @@ sys 2m27.496s
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -581,6 +581,8 @@ $ csv-metadata-quality -i /tmp/clarisa-institutions.csv -o /tmp/clarisa-institut
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -589,8 +591,6 @@ $ csv-metadata-quality -i /tmp/clarisa-institutions.csv -o /tmp/clarisa-institut
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -385,6 +385,8 @@ $ dspace import -a -c 10568/104057 -e fuu@cgiar.org -m 2019-10-15-Bioversity.map
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -393,8 +395,6 @@ $ dspace import -a -c 10568/104057 -e fuu@cgiar.org -m 2019-10-15-Bioversity.map
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -692,6 +692,8 @@ $ tidy -xml -utf8 -iq -m -w 0 dspace/config/controlled-vocabularies/cg-creator-i
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -700,8 +702,6 @@ $ tidy -xml -utf8 -iq -m -w 0 dspace/config/controlled-vocabularies/cg-creator-i
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -404,6 +404,8 @@ UPDATE 1
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -412,8 +414,6 @@ UPDATE 1
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -604,6 +604,8 @@ COPY 2900
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -612,8 +614,6 @@ COPY 2900
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -1275,6 +1275,8 @@ Moving: 21993 into core statistics-2019
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -1283,8 +1285,6 @@ Moving: 21993 into core statistics-2019
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -484,6 +484,8 @@ $ tidy -xml -utf8 -iq -m -w 0 dspace/config/controlled-vocabularies/cg-creator-i
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -492,8 +494,6 @@ $ tidy -xml -utf8 -iq -m -w 0 dspace/config/controlled-vocabularies/cg-creator-i
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -658,6 +658,8 @@ $ psql -c 'select * from pg_stat_activity' | wc -l
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -666,8 +668,6 @@ $ psql -c 'select * from pg_stat_activity' | wc -l
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -477,6 +477,8 @@ Caused by: java.lang.NullPointerException
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -485,8 +487,6 @@ Caused by: java.lang.NullPointerException
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -811,6 +811,8 @@ $ csvcut -c 'id,cg.subject.ilri[],cg.subject.ilri[en_US],dc.subject[en_US]&#
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -819,8 +821,6 @@ $ csvcut -c 'id,cg.subject.ilri[],cg.subject.ilri[en_US],dc.subject[en_US]&#
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -1142,6 +1142,8 @@ Fixed 4 occurences of: Muloi, D.M.
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -1150,8 +1152,6 @@ Fixed 4 occurences of: Muloi, D.M.
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -798,6 +798,8 @@ $ grep -c added /tmp/2020-08-27-countrycodetagger.log
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -806,8 +808,6 @@ $ grep -c added /tmp/2020-08-27-countrycodetagger.log
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -717,6 +717,8 @@ solr_query_params = {
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -725,8 +727,6 @@ solr_query_params = {
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -1241,6 +1241,8 @@ $ ./delete-metadata-values.py -i 2020-10-31-delete-74-sponsors.csv -db dspace -u
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -1249,8 +1251,6 @@ $ ./delete-metadata-values.py -i 2020-10-31-delete-74-sponsors.csv -db dspace -u
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -731,6 +731,8 @@ $ ./fix-metadata-values.py -i 2020-11-30-fix-hung-orcid.csv -db dspace63 -u dspa
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -739,8 +741,6 @@ $ ./fix-metadata-values.py -i 2020-11-30-fix-hung-orcid.csv -db dspace63 -u dspa
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -869,6 +869,8 @@ $ query-json '.items | length' /tmp/policy2.json
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -877,8 +879,6 @@ $ query-json '.items | length' /tmp/policy2.json
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -688,6 +688,8 @@ java.lang.IllegalArgumentException: Invalid character found in the request targe
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -696,8 +698,6 @@ java.lang.IllegalArgumentException: Invalid character found in the request targe
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -898,6 +898,8 @@ dspace=# UPDATE metadatavalue SET text_lang='en_US' WHERE dspace_object_
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -906,8 +908,6 @@ dspace=# UPDATE metadatavalue SET text_lang='en_US' WHERE dspace_object_
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -875,6 +875,8 @@ Also, we found some issues building and running OpenRXV currently due to ecosyst
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -883,8 +885,6 @@ Also, we found some issues building and running OpenRXV currently due to ecosyst
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -1042,6 +1042,8 @@ $ chrt -b 0 dspace dsrun com.atmire.statistics.util.update.atomic.AtomicStatisti
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -1050,8 +1052,6 @@ $ chrt -b 0 dspace dsrun com.atmire.statistics.util.update.atomic.AtomicStatisti
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -685,6 +685,8 @@ May 26, 02:57 UTC
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -693,8 +695,6 @@ May 26, 02:57 UTC
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -693,6 +693,8 @@ I simply started it and AReS was running again:
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -701,8 +703,6 @@ I simply started it and AReS was running again:
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -715,6 +715,8 @@ COPY 20994
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -723,8 +725,6 @@ COPY 20994
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -606,6 +606,8 @@ I decided to upgrade linode20 from Ubuntu 18.04 to 20.04
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -614,8 +616,6 @@ I decided to upgrade linode20 from Ubuntu 18.04 to 20.04
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -588,6 +588,8 @@ The syntax Moayad showed me last month doesn’t seem to honor the search qu
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -596,8 +598,6 @@ The syntax Moayad showed me last month doesn’t seem to honor the search qu
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -791,6 +791,8 @@ Try doing it in two imports. In first import, remove all authors. In second impo
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -799,8 +801,6 @@ Try doing it in two imports. In first import, remove all authors. In second impo
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -494,6 +494,8 @@ $ zstd statistics-2019.json
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -502,8 +504,6 @@ $ zstd statistics-2019.json
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -577,6 +577,8 @@ Total number of bot hits purged: 3679
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -585,8 +587,6 @@ Total number of bot hits purged: 3679
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -380,6 +380,8 @@ Start a full harvest on AReS
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -388,8 +390,6 @@ Start a full harvest on AReS
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -724,6 +724,8 @@ isNotNull(value.match('699'))
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -732,8 +734,6 @@ isNotNull(value.match('699'))
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -476,6 +476,8 @@ isNotNull(value.match('889'))
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -484,8 +486,6 @@ isNotNull(value.match('889'))
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -509,6 +509,8 @@
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -517,8 +519,6 @@
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -445,6 +445,8 @@ I purged 93,974 hits from these IPs using my check-spider-ip-hits.sh script
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -453,8 +455,6 @@ I purged 93,974 hits from these IPs using my check-spider-ip-hits.sh script
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -458,6 +458,8 @@ There seem to be many more of these:
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -466,8 +468,6 @@ There seem to be many more of these:
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -736,6 +736,8 @@ Also, the trgm functions I’ve used before are case insensitive, but Levens
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -744,8 +746,6 @@ Also, the trgm functions I’ve used before are case insensitive, but Levens
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -522,6 +522,8 @@ Our request to add CC-BY-3.0-IGO to SPDX was approved a few weeks ago
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -530,8 +532,6 @@ Our request to add CC-BY-3.0-IGO to SPDX was approved a few weeks ago
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -783,6 +783,8 @@ harvesting of meat from wildlife and not from livestock.</p>
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -791,8 +793,6 @@ harvesting of meat from wildlife and not from livestock.</p>
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -978,6 +978,8 @@ I filed an issue to ask about Java 11+ support
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -986,8 +988,6 @@ I filed an issue to ask about Java 11+ support
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ I reverted the Cocoon autosave change because it was more of a nuissance that Pe
|
|||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2022-11/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2022-11/" />
|
||||||
<meta property="article:published_time" content="2022-11-01T09:11:36+03:00" />
|
<meta property="article:published_time" content="2022-11-01T09:11:36+03:00" />
|
||||||
<meta property="article:modified_time" content="2022-11-30T12:35:31+03:00" />
|
<meta property="article:modified_time" content="2022-11-30T18:21:20+03:00" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -54,9 +54,9 @@ I reverted the Cocoon autosave change because it was more of a nuissance that Pe
|
|||||||
"@type": "BlogPosting",
|
"@type": "BlogPosting",
|
||||||
"headline": "November, 2022",
|
"headline": "November, 2022",
|
||||||
"url": "https://alanorth.github.io/cgspace-notes/2022-11/",
|
"url": "https://alanorth.github.io/cgspace-notes/2022-11/",
|
||||||
"wordCount": "3401",
|
"wordCount": "3414",
|
||||||
"datePublished": "2022-11-01T09:11:36+03:00",
|
"datePublished": "2022-11-01T09:11:36+03:00",
|
||||||
"dateModified": "2022-11-30T12:35:31+03:00",
|
"dateModified": "2022-11-30T18:21:20+03:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -734,6 +734,7 @@ I reverted the Cocoon autosave change because it was more of a nuissance that Pe
|
|||||||
<li>I changed them from other to use the three-letter codes, and I will suggest to the CG Core group that we use ISO 639-3 in the future</li>
|
<li>I changed them from other to use the three-letter codes, and I will suggest to the CG Core group that we use ISO 639-3 in the future</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
<li>Send feedback to Salem about some metadata issues with MEL submissions to CGSpace</li>
|
||||||
</ul>
|
</ul>
|
||||||
<!-- raw HTML omitted -->
|
<!-- raw HTML omitted -->
|
||||||
|
|
||||||
@ -756,6 +757,8 @@ I reverted the Cocoon autosave change because it was more of a nuissance that Pe
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -764,8 +767,6 @@ I reverted the Cocoon autosave change because it was more of a nuissance that Pe
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
222
docs/2022-12/index.html
Normal file
222
docs/2022-12/index.html
Normal file
@ -0,0 +1,222 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en" >
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:title" content="December, 2022" />
|
||||||
|
<meta property="og:description" content="2022-12-01
|
||||||
|
|
||||||
|
Fix some incorrect regions on CGSpace
|
||||||
|
|
||||||
|
I exported the CCAFS and IITA communities, extracted just the country and region columns, then ran them through csv-metadata-quality to fix the regions
|
||||||
|
|
||||||
|
|
||||||
|
Add a few more authors to my CSV with author names and ORCID identifiers and tag 283 items!
|
||||||
|
Replace “East Asia” with “Eastern Asia” region on CGSpace (UN M.49 region)
|
||||||
|
" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2022-12/" />
|
||||||
|
<meta property="article:published_time" content="2022-12-01T08:52:36+03:00" />
|
||||||
|
<meta property="article:modified_time" content="2022-12-01T08:52:36+03:00" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary"/>
|
||||||
|
<meta name="twitter:title" content="December, 2022"/>
|
||||||
|
<meta name="twitter:description" content="2022-12-01
|
||||||
|
|
||||||
|
Fix some incorrect regions on CGSpace
|
||||||
|
|
||||||
|
I exported the CCAFS and IITA communities, extracted just the country and region columns, then ran them through csv-metadata-quality to fix the regions
|
||||||
|
|
||||||
|
|
||||||
|
Add a few more authors to my CSV with author names and ORCID identifiers and tag 283 items!
|
||||||
|
Replace “East Asia” with “Eastern Asia” region on CGSpace (UN M.49 region)
|
||||||
|
"/>
|
||||||
|
<meta name="generator" content="Hugo 0.105.0">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "http://schema.org",
|
||||||
|
"@type": "BlogPosting",
|
||||||
|
"headline": "December, 2022",
|
||||||
|
"url": "https://alanorth.github.io/cgspace-notes/2022-12/",
|
||||||
|
"wordCount": "159",
|
||||||
|
"datePublished": "2022-12-01T08:52:36+03:00",
|
||||||
|
"dateModified": "2022-12-01T08:52:36+03:00",
|
||||||
|
"author": {
|
||||||
|
"@type": "Person",
|
||||||
|
"name": "Alan Orth"
|
||||||
|
},
|
||||||
|
"keywords": "Notes"
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="canonical" href="https://alanorth.github.io/cgspace-notes/2022-12/">
|
||||||
|
|
||||||
|
<title>December, 2022 | CGSpace Notes</title>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- combined, minified CSS -->
|
||||||
|
|
||||||
|
<link href="https://alanorth.github.io/cgspace-notes/css/style.c6ba80bc50669557645abe05f86b73cc5af84408ed20f1551a267bc19ece8228.css" rel="stylesheet" integrity="sha256-xrqAvFBmlVdkWr4F+GtzzFr4RAjtIPFVGiZ7wZ7Ogig=" crossorigin="anonymous">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- minified Font Awesome for SVG icons -->
|
||||||
|
|
||||||
|
<script defer src="https://alanorth.github.io/cgspace-notes/js/fontawesome.min.f5072c55a0721857184db93a50561d7dc13975b4de2e19db7f81eb5f3fa57270.js" integrity="sha256-9QcsVaByGFcYTbk6UFYdfcE5dbTeLhnbf4HrXz+lcnA=" crossorigin="anonymous"></script>
|
||||||
|
|
||||||
|
<!-- RSS 2.0 feed -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="blog-masthead">
|
||||||
|
<div class="container">
|
||||||
|
<nav class="nav blog-nav">
|
||||||
|
<a class="nav-link " href="https://alanorth.github.io/cgspace-notes/">Home</a>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<header class="blog-header">
|
||||||
|
<div class="container">
|
||||||
|
<h1 class="blog-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/" rel="home">CGSpace Notes</a></h1>
|
||||||
|
<p class="lead blog-description" dir="auto">Documenting day-to-day work on the <a href="https://cgspace.cgiar.org">CGSpace</a> repository.</p>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-8 blog-main">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="blog-post">
|
||||||
|
<header>
|
||||||
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2022-12/">December, 2022</a></h2>
|
||||||
|
<p class="blog-post-meta">
|
||||||
|
<time datetime="2022-12-01T08:52:36+03:00">Thu Dec 01, 2022</time>
|
||||||
|
in
|
||||||
|
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/categories/notes/" rel="category tag">Notes</a>
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
<h2 id="2022-12-01">2022-12-01</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Fix some incorrect regions on CGSpace
|
||||||
|
<ul>
|
||||||
|
<li>I exported the CCAFS and IITA communities, extracted just the country and region columns, then ran them through csv-metadata-quality to fix the regions</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Add a few more authors to my CSV with author names and ORCID identifiers and tag 283 items!</li>
|
||||||
|
<li>Replace “East Asia” with “Eastern Asia” region on CGSpace (UN M.49 region)</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>CGSpace and PRMS information session with Enrico and a bunch of researchers</li>
|
||||||
|
<li>I noticed some minor issues with SPDX licenses and AGROVOC terms in items submitted by TIP so I sent a message to Daniel from Alliance</li>
|
||||||
|
<li>I startd a harvest on AReS since we’ve updated so much metadata recently</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="2022-12-02">2022-12-02</h2>
|
||||||
|
<ul>
|
||||||
|
<li>File some issues related to metadata on the MEL issue tracker
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://github.com/CodeObia/MEL/issues/11066">Only use “Open Access” or “Limited Access” access rights when publishing items on CGSpace</a></li>
|
||||||
|
<li><a href="https://github.com/CodeObia/MEL/issues/11067">Set the description when submitting bitstreams to CGSpace</a></li>
|
||||||
|
<li><a href="https://github.com/CodeObia/MEL/issues/11068">Some items have a Creative Commons license, but are Limited Access and bitstreams are locked</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- raw HTML omitted -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div> <!-- /.blog-main -->
|
||||||
|
|
||||||
|
<aside class="col-sm-3 ml-auto blog-sidebar">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="sidebar-module">
|
||||||
|
<h4>Recent Posts</h4>
|
||||||
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-09/">September, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
|
</ol>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="sidebar-module">
|
||||||
|
<h4>Links</h4>
|
||||||
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
<li><a href="https://cgspace.cgiar.org">CGSpace</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://dspacetest.cgiar.org">DSpace Test</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/ilri/DSpace">CGSpace @ GitHub</a></li>
|
||||||
|
|
||||||
|
</ol>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
|
||||||
|
</div> <!-- /.row -->
|
||||||
|
</div> <!-- /.container -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<footer class="blog-footer">
|
||||||
|
<p dir="auto">
|
||||||
|
|
||||||
|
Blog template created by <a href="https://twitter.com/mdo">@mdo</a>, ported to Hugo by <a href='https://twitter.com/mralanorth'>@mralanorth</a>.
|
||||||
|
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<a href="#">Back to top</a>
|
||||||
|
</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
@ -95,6 +95,8 @@
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -103,8 +105,6 @@
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/" />
|
||||||
<meta property="og:updated_time" content="2022-11-30T12:35:31+03:00" />
|
<meta property="og:updated_time" content="2022-12-01T08:52:36+03:00" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -84,7 +84,7 @@
|
|||||||
<article class="blog-post">
|
<article class="blog-post">
|
||||||
<header>
|
<header>
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/categories/notes/">Notes</a></h2>
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/categories/notes/">Notes</a></h2>
|
||||||
<p class="blog-post-meta"><time datetime="2022-11-01T09:11:36+03:00">Tue Nov 01, 2022</time> by Alan Orth</p>
|
<p class="blog-post-meta"><time datetime="2022-12-01T08:52:36+03:00">Thu Dec 01, 2022</time> by Alan Orth</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<a href='https://alanorth.github.io/cgspace-notes/categories/notes/'>Read more →</a>
|
<a href='https://alanorth.github.io/cgspace-notes/categories/notes/'>Read more →</a>
|
||||||
@ -108,6 +108,8 @@
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -116,8 +118,6 @@
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -6,11 +6,11 @@
|
|||||||
<description>Recent content in Categories on CGSpace Notes</description>
|
<description>Recent content in Categories on CGSpace Notes</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<lastBuildDate>Tue, 01 Nov 2022 09:11:36 +0300</lastBuildDate><atom:link href="https://alanorth.github.io/cgspace-notes/categories/index.xml" rel="self" type="application/rss+xml" />
|
<lastBuildDate>Thu, 01 Dec 2022 08:52:36 +0300</lastBuildDate><atom:link href="https://alanorth.github.io/cgspace-notes/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>Notes</title>
|
<title>Notes</title>
|
||||||
<link>https://alanorth.github.io/cgspace-notes/categories/notes/</link>
|
<link>https://alanorth.github.io/cgspace-notes/categories/notes/</link>
|
||||||
<pubDate>Tue, 01 Nov 2022 09:11:36 +0300</pubDate>
|
<pubDate>Thu, 01 Dec 2022 08:52:36 +0300</pubDate>
|
||||||
|
|
||||||
<guid>https://alanorth.github.io/cgspace-notes/categories/notes/</guid>
|
<guid>https://alanorth.github.io/cgspace-notes/categories/notes/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||||
<meta property="og:updated_time" content="2022-11-30T12:35:31+03:00" />
|
<meta property="og:updated_time" content="2022-12-01T08:52:36+03:00" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -81,6 +81,33 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="blog-post">
|
||||||
|
<header>
|
||||||
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2022-12/">December, 2022</a></h2>
|
||||||
|
<p class="blog-post-meta"><time datetime="2022-12-01T08:52:36+03:00">Thu Dec 01, 2022</time> by Alan Orth in
|
||||||
|
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/categories/notes/" rel="category tag">Notes</a>
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
<h2 id="2022-12-01">2022-12-01</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Fix some incorrect regions on CGSpace
|
||||||
|
<ul>
|
||||||
|
<li>I exported the CCAFS and IITA communities, extracted just the country and region columns, then ran them through csv-metadata-quality to fix the regions</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Add a few more authors to my CSV with author names and ORCID identifiers and tag 283 items!</li>
|
||||||
|
<li>Replace “East Asia” with “Eastern Asia” region on CGSpace (UN M.49 region)</li>
|
||||||
|
</ul>
|
||||||
|
<a href='https://alanorth.github.io/cgspace-notes/2022-12/'>Read more →</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
<article class="blog-post">
|
||||||
<header>
|
<header>
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2022-11/">November, 2022</a></h2>
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2022-11/">November, 2022</a></h2>
|
||||||
@ -336,34 +363,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
|
||||||
<header>
|
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2022-02/">February, 2022</a></h2>
|
|
||||||
<p class="blog-post-meta"><time datetime="2022-02-01T14:06:54+02:00">Tue Feb 01, 2022</time> by Alan Orth in
|
|
||||||
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/categories/notes/" rel="category tag">Notes</a>
|
|
||||||
|
|
||||||
|
|
||||||
</p>
|
|
||||||
</header>
|
|
||||||
<h2 id="2022-02-01">2022-02-01</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Meeting with Peter and Abenet about CGSpace in the One CGIAR
|
|
||||||
<ul>
|
|
||||||
<li>We agreed to buy $5,000 worth of credits from Atmire for future upgrades</li>
|
|
||||||
<li>We agreed to move CRPs and non-CGIAR communities off the home page, as well as some other things for the CGIAR System Organization</li>
|
|
||||||
<li>We agreed to make a Discovery facet for CGIAR Action Areas above the existing CGIAR Impact Areas one</li>
|
|
||||||
<li>We agreed to try to do more alignment of affiliations/funders with ROR</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a href='https://alanorth.github.io/cgspace-notes/2022-02/'>Read more →</a>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<nav class="blog-pagination">
|
<nav class="blog-pagination">
|
||||||
|
|
||||||
|
|
||||||
@ -388,6 +387,8 @@
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -396,8 +397,6 @@
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -6,7 +6,25 @@
|
|||||||
<description>Recent content in Notes on CGSpace Notes</description>
|
<description>Recent content in Notes on CGSpace Notes</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<lastBuildDate>Tue, 01 Nov 2022 09:11:36 +0300</lastBuildDate><atom:link href="https://alanorth.github.io/cgspace-notes/categories/notes/index.xml" rel="self" type="application/rss+xml" />
|
<lastBuildDate>Thu, 01 Dec 2022 08:52:36 +0300</lastBuildDate><atom:link href="https://alanorth.github.io/cgspace-notes/categories/notes/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
<item>
|
||||||
|
<title>December, 2022</title>
|
||||||
|
<link>https://alanorth.github.io/cgspace-notes/2022-12/</link>
|
||||||
|
<pubDate>Thu, 01 Dec 2022 08:52:36 +0300</pubDate>
|
||||||
|
|
||||||
|
<guid>https://alanorth.github.io/cgspace-notes/2022-12/</guid>
|
||||||
|
<description><h2 id="2022-12-01">2022-12-01</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Fix some incorrect regions on CGSpace
|
||||||
|
<ul>
|
||||||
|
<li>I exported the CCAFS and IITA communities, extracted just the country and region columns, then ran them through csv-metadata-quality to fix the regions</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Add a few more authors to my CSV with author names and ORCID identifiers and tag 283 items!</li>
|
||||||
|
<li>Replace &ldquo;East Asia&rdquo; with &ldquo;Eastern Asia&rdquo; region on CGSpace (UN M.49 region)</li>
|
||||||
|
</ul></description>
|
||||||
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>November, 2022</title>
|
<title>November, 2022</title>
|
||||||
<link>https://alanorth.github.io/cgspace-notes/2022-11/</link>
|
<link>https://alanorth.github.io/cgspace-notes/2022-11/</link>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||||
<meta property="og:updated_time" content="2022-11-30T12:35:31+03:00" />
|
<meta property="og:updated_time" content="2022-12-01T08:52:36+03:00" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -81,6 +81,34 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="blog-post">
|
||||||
|
<header>
|
||||||
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2022-02/">February, 2022</a></h2>
|
||||||
|
<p class="blog-post-meta"><time datetime="2022-02-01T14:06:54+02:00">Tue Feb 01, 2022</time> by Alan Orth in
|
||||||
|
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/categories/notes/" rel="category tag">Notes</a>
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
<h2 id="2022-02-01">2022-02-01</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Meeting with Peter and Abenet about CGSpace in the One CGIAR
|
||||||
|
<ul>
|
||||||
|
<li>We agreed to buy $5,000 worth of credits from Atmire for future upgrades</li>
|
||||||
|
<li>We agreed to move CRPs and non-CGIAR communities off the home page, as well as some other things for the CGIAR System Organization</li>
|
||||||
|
<li>We agreed to make a Discovery facet for CGIAR Action Areas above the existing CGIAR Impact Areas one</li>
|
||||||
|
<li>We agreed to try to do more alignment of affiliations/funders with ROR</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a href='https://alanorth.github.io/cgspace-notes/2022-02/'>Read more →</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
<article class="blog-post">
|
||||||
<header>
|
<header>
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2022-01/">January, 2022</a></h2>
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2022-01/">January, 2022</a></h2>
|
||||||
@ -323,37 +351,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
|
||||||
<header>
|
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2021-04/">April, 2021</a></h2>
|
|
||||||
<p class="blog-post-meta"><time datetime="2021-04-01T09:50:54+03:00">Thu Apr 01, 2021</time> by Alan Orth in
|
|
||||||
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/categories/notes/" rel="category tag">Notes</a>
|
|
||||||
|
|
||||||
|
|
||||||
</p>
|
|
||||||
</header>
|
|
||||||
<h2 id="2021-04-01">2021-04-01</h2>
|
|
||||||
<ul>
|
|
||||||
<li>I wrote a script to query Sherpa’s API for our ISSNs: <code>sherpa-issn-lookup.py</code>
|
|
||||||
<ul>
|
|
||||||
<li>I’m curious to see how the results compare with the results from Crossref yesterday</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li>AReS Explorer was down since this morning, I didn’t see anything in the systemd journal
|
|
||||||
<ul>
|
|
||||||
<li>I simply took everything down with docker-compose and then back up, and then it was OK</li>
|
|
||||||
<li>Perhaps one of the containers crashed, I should have looked closer but I was in a hurry</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a href='https://alanorth.github.io/cgspace-notes/2021-04/'>Read more →</a>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<nav class="blog-pagination">
|
<nav class="blog-pagination">
|
||||||
|
|
||||||
<a class="btn btn-outline-primary" href="/cgspace-notes/categories/notes/" rel="prev" role="button">Previous page</a>
|
<a class="btn btn-outline-primary" href="/cgspace-notes/categories/notes/" rel="prev" role="button">Previous page</a>
|
||||||
@ -378,6 +375,8 @@
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -386,8 +385,6 @@
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||||
<meta property="og:updated_time" content="2022-11-30T12:35:31+03:00" />
|
<meta property="og:updated_time" content="2022-12-01T08:52:36+03:00" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -81,6 +81,37 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="blog-post">
|
||||||
|
<header>
|
||||||
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2021-04/">April, 2021</a></h2>
|
||||||
|
<p class="blog-post-meta"><time datetime="2021-04-01T09:50:54+03:00">Thu Apr 01, 2021</time> by Alan Orth in
|
||||||
|
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/categories/notes/" rel="category tag">Notes</a>
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
<h2 id="2021-04-01">2021-04-01</h2>
|
||||||
|
<ul>
|
||||||
|
<li>I wrote a script to query Sherpa’s API for our ISSNs: <code>sherpa-issn-lookup.py</code>
|
||||||
|
<ul>
|
||||||
|
<li>I’m curious to see how the results compare with the results from Crossref yesterday</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>AReS Explorer was down since this morning, I didn’t see anything in the systemd journal
|
||||||
|
<ul>
|
||||||
|
<li>I simply took everything down with docker-compose and then back up, and then it was OK</li>
|
||||||
|
<li>Perhaps one of the containers crashed, I should have looked closer but I was in a hurry</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a href='https://alanorth.github.io/cgspace-notes/2021-04/'>Read more →</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
<article class="blog-post">
|
||||||
<header>
|
<header>
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2021-03/">March, 2021</a></h2>
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2021-03/">March, 2021</a></h2>
|
||||||
@ -336,33 +367,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
|
||||||
<header>
|
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2020-08/">August, 2020</a></h2>
|
|
||||||
<p class="blog-post-meta"><time datetime="2020-08-02T15:35:54+03:00">Sun Aug 02, 2020</time> by Alan Orth in
|
|
||||||
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/categories/notes/" rel="category tag">Notes</a>
|
|
||||||
|
|
||||||
|
|
||||||
</p>
|
|
||||||
</header>
|
|
||||||
<h2 id="2020-08-02">2020-08-02</h2>
|
|
||||||
<ul>
|
|
||||||
<li>I spent a few days working on a Java-based curation task to tag items with ISO 3166-1 Alpha2 country codes based on their <code>cg.coverage.country</code> text values
|
|
||||||
<ul>
|
|
||||||
<li>It looks up the names in ISO 3166-1 first, and then in our CGSpace countries mapping (which has five or so of Peter’s preferred “display” country names)</li>
|
|
||||||
<li>It implements a “force” mode too that will clear existing country codes and re-tag everything</li>
|
|
||||||
<li>It is class based so I can easily add support for other vocabularies, and the technique could even be used for organizations with mappings to ROR and Clarisa…</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a href='https://alanorth.github.io/cgspace-notes/2020-08/'>Read more →</a>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<nav class="blog-pagination">
|
<nav class="blog-pagination">
|
||||||
|
|
||||||
<a class="btn btn-outline-primary" href="/cgspace-notes/categories/notes/page/2/" rel="prev" role="button">Previous page</a>
|
<a class="btn btn-outline-primary" href="/cgspace-notes/categories/notes/page/2/" rel="prev" role="button">Previous page</a>
|
||||||
@ -387,6 +391,8 @@
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -395,8 +401,6 @@
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||||
<meta property="og:updated_time" content="2022-11-30T12:35:31+03:00" />
|
<meta property="og:updated_time" content="2022-12-01T08:52:36+03:00" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -81,6 +81,33 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="blog-post">
|
||||||
|
<header>
|
||||||
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2020-08/">August, 2020</a></h2>
|
||||||
|
<p class="blog-post-meta"><time datetime="2020-08-02T15:35:54+03:00">Sun Aug 02, 2020</time> by Alan Orth in
|
||||||
|
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/categories/notes/" rel="category tag">Notes</a>
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
<h2 id="2020-08-02">2020-08-02</h2>
|
||||||
|
<ul>
|
||||||
|
<li>I spent a few days working on a Java-based curation task to tag items with ISO 3166-1 Alpha2 country codes based on their <code>cg.coverage.country</code> text values
|
||||||
|
<ul>
|
||||||
|
<li>It looks up the names in ISO 3166-1 first, and then in our CGSpace countries mapping (which has five or so of Peter’s preferred “display” country names)</li>
|
||||||
|
<li>It implements a “force” mode too that will clear existing country codes and re-tag everything</li>
|
||||||
|
<li>It is class based so I can easily add support for other vocabularies, and the technique could even be used for organizations with mappings to ROR and Clarisa…</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a href='https://alanorth.github.io/cgspace-notes/2020-08/'>Read more →</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
<article class="blog-post">
|
||||||
<header>
|
<header>
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2020-07/">July, 2020</a></h2>
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2020-07/">July, 2020</a></h2>
|
||||||
@ -359,24 +386,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
|
||||||
<header>
|
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2019-10/">October, 2019</a></h2>
|
|
||||||
<p class="blog-post-meta"><time datetime="2019-10-01T13:20:51+03:00">Tue Oct 01, 2019</time> by Alan Orth in
|
|
||||||
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/categories/notes/" rel="category tag">Notes</a>
|
|
||||||
|
|
||||||
|
|
||||||
</p>
|
|
||||||
</header>
|
|
||||||
2019-10-01 Udana from IWMI asked me for a CSV export of their community on CGSpace I exported it, but a quick run through the csv-metadata-quality tool shows that there are some low-hanging fruits we can fix before I send him the data I will limit the scope to the titles, regions, subregions, and river basins for now to manually fix some non-breaking spaces (U+00A0) there that would otherwise be removed by the csv-metadata-quality script’s “unneccesary Unicode” fix: $ csvcut -c 'id,dc.
|
|
||||||
<a href='https://alanorth.github.io/cgspace-notes/2019-10/'>Read more →</a>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<nav class="blog-pagination">
|
<nav class="blog-pagination">
|
||||||
|
|
||||||
<a class="btn btn-outline-primary" href="/cgspace-notes/categories/notes/page/3/" rel="prev" role="button">Previous page</a>
|
<a class="btn btn-outline-primary" href="/cgspace-notes/categories/notes/page/3/" rel="prev" role="button">Previous page</a>
|
||||||
@ -401,6 +410,8 @@
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -409,8 +420,6 @@
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||||
<meta property="og:updated_time" content="2022-11-30T12:35:31+03:00" />
|
<meta property="og:updated_time" content="2022-12-01T08:52:36+03:00" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -81,6 +81,24 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="blog-post">
|
||||||
|
<header>
|
||||||
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2019-10/">October, 2019</a></h2>
|
||||||
|
<p class="blog-post-meta"><time datetime="2019-10-01T13:20:51+03:00">Tue Oct 01, 2019</time> by Alan Orth in
|
||||||
|
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/categories/notes/" rel="category tag">Notes</a>
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
2019-10-01 Udana from IWMI asked me for a CSV export of their community on CGSpace I exported it, but a quick run through the csv-metadata-quality tool shows that there are some low-hanging fruits we can fix before I send him the data I will limit the scope to the titles, regions, subregions, and river basins for now to manually fix some non-breaking spaces (U+00A0) there that would otherwise be removed by the csv-metadata-quality script’s “unneccesary Unicode” fix: $ csvcut -c 'id,dc.
|
||||||
|
<a href='https://alanorth.github.io/cgspace-notes/2019-10/'>Read more →</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
<article class="blog-post">
|
||||||
<header>
|
<header>
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2019-09/">September, 2019</a></h2>
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2019-09/">September, 2019</a></h2>
|
||||||
@ -396,33 +414,6 @@ sys 0m1.979s
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
|
||||||
<header>
|
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2018-12/">December, 2018</a></h2>
|
|
||||||
<p class="blog-post-meta"><time datetime="2018-12-02T02:09:30+02:00">Sun Dec 02, 2018</time> by Alan Orth in
|
|
||||||
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/categories/notes/" rel="category tag">Notes</a>
|
|
||||||
|
|
||||||
|
|
||||||
</p>
|
|
||||||
</header>
|
|
||||||
<h2 id="2018-12-01">2018-12-01</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Switch CGSpace (linode18) to use OpenJDK instead of Oracle JDK</li>
|
|
||||||
<li>I manually installed OpenJDK, then removed Oracle JDK, then re-ran the <a href="http://github.com/ilri/rmg-ansible-public">Ansible playbook</a> to update all configuration files, etc</li>
|
|
||||||
<li>Then I ran all system updates and restarted the server</li>
|
|
||||||
</ul>
|
|
||||||
<h2 id="2018-12-02">2018-12-02</h2>
|
|
||||||
<ul>
|
|
||||||
<li>I noticed that there is another issue with PDF thumbnails on CGSpace, and I see there was another <a href="https://usn.ubuntu.com/3831-1/">Ghostscript vulnerability last week</a></li>
|
|
||||||
</ul>
|
|
||||||
<a href='https://alanorth.github.io/cgspace-notes/2018-12/'>Read more →</a>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<nav class="blog-pagination">
|
<nav class="blog-pagination">
|
||||||
|
|
||||||
<a class="btn btn-outline-primary" href="/cgspace-notes/categories/notes/page/4/" rel="prev" role="button">Previous page</a>
|
<a class="btn btn-outline-primary" href="/cgspace-notes/categories/notes/page/4/" rel="prev" role="button">Previous page</a>
|
||||||
@ -447,6 +438,8 @@ sys 0m1.979s
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -455,8 +448,6 @@ sys 0m1.979s
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||||
<meta property="og:updated_time" content="2022-11-30T12:35:31+03:00" />
|
<meta property="og:updated_time" content="2022-12-01T08:52:36+03:00" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -81,6 +81,33 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="blog-post">
|
||||||
|
<header>
|
||||||
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2018-12/">December, 2018</a></h2>
|
||||||
|
<p class="blog-post-meta"><time datetime="2018-12-02T02:09:30+02:00">Sun Dec 02, 2018</time> by Alan Orth in
|
||||||
|
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/categories/notes/" rel="category tag">Notes</a>
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
<h2 id="2018-12-01">2018-12-01</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Switch CGSpace (linode18) to use OpenJDK instead of Oracle JDK</li>
|
||||||
|
<li>I manually installed OpenJDK, then removed Oracle JDK, then re-ran the <a href="http://github.com/ilri/rmg-ansible-public">Ansible playbook</a> to update all configuration files, etc</li>
|
||||||
|
<li>Then I ran all system updates and restarted the server</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="2018-12-02">2018-12-02</h2>
|
||||||
|
<ul>
|
||||||
|
<li>I noticed that there is another issue with PDF thumbnails on CGSpace, and I see there was another <a href="https://usn.ubuntu.com/3831-1/">Ghostscript vulnerability last week</a></li>
|
||||||
|
</ul>
|
||||||
|
<a href='https://alanorth.github.io/cgspace-notes/2018-12/'>Read more →</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
<article class="blog-post">
|
||||||
<header>
|
<header>
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2018-11/">November, 2018</a></h2>
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2018-11/">November, 2018</a></h2>
|
||||||
@ -321,30 +348,6 @@ sys 2m7.289s
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
|
||||||
<header>
|
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2018-02/">February, 2018</a></h2>
|
|
||||||
<p class="blog-post-meta"><time datetime="2018-02-01T16:28:54+02:00">Thu Feb 01, 2018</time> by Alan Orth in
|
|
||||||
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/categories/notes/" rel="category tag">Notes</a>
|
|
||||||
|
|
||||||
|
|
||||||
</p>
|
|
||||||
</header>
|
|
||||||
<h2 id="2018-02-01">2018-02-01</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Peter gave feedback on the <code>dc.rights</code> proof of concept that I had sent him last week</li>
|
|
||||||
<li>We don’t need to distinguish between internal and external works, so that makes it just a simple list</li>
|
|
||||||
<li>Yesterday I figured out how to monitor DSpace sessions using JMX</li>
|
|
||||||
<li>I copied the logic in the <code>jmx_tomcat_dbpools</code> provided by Ubuntu’s <code>munin-plugins-java</code> package and used the stuff I discovered about JMX <a href="/cgspace-notes/2018-01/">in 2018-01</a></li>
|
|
||||||
</ul>
|
|
||||||
<a href='https://alanorth.github.io/cgspace-notes/2018-02/'>Read more →</a>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<nav class="blog-pagination">
|
<nav class="blog-pagination">
|
||||||
|
|
||||||
<a class="btn btn-outline-primary" href="/cgspace-notes/categories/notes/page/5/" rel="prev" role="button">Previous page</a>
|
<a class="btn btn-outline-primary" href="/cgspace-notes/categories/notes/page/5/" rel="prev" role="button">Previous page</a>
|
||||||
@ -369,6 +372,8 @@ sys 2m7.289s
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -377,8 +382,6 @@ sys 2m7.289s
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||||
<meta property="og:updated_time" content="2022-11-30T12:35:31+03:00" />
|
<meta property="og:updated_time" content="2022-12-01T08:52:36+03:00" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -81,6 +81,30 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="blog-post">
|
||||||
|
<header>
|
||||||
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2018-02/">February, 2018</a></h2>
|
||||||
|
<p class="blog-post-meta"><time datetime="2018-02-01T16:28:54+02:00">Thu Feb 01, 2018</time> by Alan Orth in
|
||||||
|
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/categories/notes/" rel="category tag">Notes</a>
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
<h2 id="2018-02-01">2018-02-01</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Peter gave feedback on the <code>dc.rights</code> proof of concept that I had sent him last week</li>
|
||||||
|
<li>We don’t need to distinguish between internal and external works, so that makes it just a simple list</li>
|
||||||
|
<li>Yesterday I figured out how to monitor DSpace sessions using JMX</li>
|
||||||
|
<li>I copied the logic in the <code>jmx_tomcat_dbpools</code> provided by Ubuntu’s <code>munin-plugins-java</code> package and used the stuff I discovered about JMX <a href="/cgspace-notes/2018-01/">in 2018-01</a></li>
|
||||||
|
</ul>
|
||||||
|
<a href='https://alanorth.github.io/cgspace-notes/2018-02/'>Read more →</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
<article class="blog-post">
|
||||||
<header>
|
<header>
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2018-01/">January, 2018</a></h2>
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2018-01/">January, 2018</a></h2>
|
||||||
@ -291,6 +315,8 @@ COPY 54701
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -299,8 +325,6 @@ COPY 54701
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -282,6 +282,8 @@ dspace=# select setval('handle_seq',86873);
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
|
||||||
@ -290,8 +292,6 @@ dspace=# select setval('handle_seq',86873);
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-07/">July, 2022</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user