Add notes for 2021-01-24

This commit is contained in:
Alan Orth 2021-01-24 17:40:56 +02:00
parent a472a2389f
commit dbc05b2004
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
26 changed files with 101 additions and 34 deletions

View File

@ -290,4 +290,27 @@ $ docker exec -it api /bin/bash
- A little bit more work on the CG Core v2 migration in CGSpace
- I updated the `migrate-fields.sh` script for DSpace 6 and created all the new fields in my test instance
## 2021-01-24
- Abenet mentioned that Alan Duncan could not find one of his items on AReS, but it is on CGSpace
- The item is: https://hdl.handle.net/10568/110133
- The handle does not appear on AReS when I try to filter by Handle
- I suspect it is related to the issue of the missing Livestock CRP community and I added a comment on [the GitHub issue](https://github.com/ilri/OpenRXV/issues/62)
- Import fifteen items to CGSpace for Peter after doing a brief check in OpenRefine and csv-metadata-quality
- Ben Hack asked me why I'm still using the default favicon on CGSpace
- I used an [SVG version of the CGIAR logo](https://commons.wikimedia.org/wiki/File:CGIAR-logo.svg) with https://realfavicongenerator.net to to make a better favicon setup and it is currently running on DSpace Test
- Start a re-index on AReS
- First delete the old Elasticsearch temp index:
```console
$ curl -XDELETE 'http://localhost:9200/openrxv-items-temp'
# start indexing in AReS
```
- Resume working on CG Core v2, I realized a few things:
- We are trying to move from `dc.identifier.issn` (and ISBN) to `cg.issn`, but this is currently implemented as a "qualdrop" input in DSpace's submission form, which only works to fill in the qualifier (ie `dc.identier.xxxx`)
- If we really want to use `cg.issn` and `cg.isbn` we would need to add a new input field for each separately
- We are trying to move series name/number fro m`dc.relation.ispartofseries` to `dcterms.isPartOf`, but this uses a special "series" input type in DSpace's submission form that joins series name and number with a colon (;)
- If we really want to do that we need to add two separate input fields for each
<!-- vim: set sw=2 ts=2: -->

View File

@ -60,7 +60,7 @@ For example, this item has 51 views on CGSpace, but 0 on AReS
"@type": "BlogPosting",
"headline": "January, 2021",
"url": "https://alanorth.github.io/cgspace-notes/2021-01/",
"wordCount": "2060",
"wordCount": "2313",
"datePublished": "2021-01-03T10:13:54+02:00",
"dateModified": "2021-01-21T16:54:45+02:00",
"author": {
@ -491,6 +491,45 @@ localhost/dspace63= &gt; COMMIT;
</ul>
</li>
</ul>
<h2 id="2021-01-24">2021-01-24</h2>
<ul>
<li>Abenet mentioned that Alan Duncan could not find one of his items on AReS, but it is on CGSpace
<ul>
<li>The item is: <a href="https://hdl.handle.net/10568/110133">https://hdl.handle.net/10568/110133</a></li>
<li>The handle does not appear on AReS when I try to filter by Handle</li>
<li>I suspect it is related to the issue of the missing Livestock CRP community and I added a comment on <a href="https://github.com/ilri/OpenRXV/issues/62">the GitHub issue</a></li>
</ul>
</li>
<li>Import fifteen items to CGSpace for Peter after doing a brief check in OpenRefine and csv-metadata-quality</li>
<li>Ben Hack asked me why I&rsquo;m still using the default favicon on CGSpace
<ul>
<li>I used an <a href="https://commons.wikimedia.org/wiki/File:CGIAR-logo.svg">SVG version of the CGIAR logo</a> with <a href="https://realfavicongenerator.net">https://realfavicongenerator.net</a> to to make a better favicon setup and it is currently running on DSpace Test</li>
</ul>
</li>
<li>Start a re-index on AReS
<ul>
<li>First delete the old Elasticsearch temp index:</li>
</ul>
</li>
</ul>
<pre><code class="language-console" data-lang="console">$ curl -XDELETE 'http://localhost:9200/openrxv-items-temp'
# start indexing in AReS
</code></pre><ul>
<li>Resume working on CG Core v2, I realized a few things:
<ul>
<li>We are trying to move from <code>dc.identifier.issn</code> (and ISBN) to <code>cg.issn</code>, but this is currently implemented as a &ldquo;qualdrop&rdquo; input in DSpace&rsquo;s submission form, which only works to fill in the qualifier (ie <code>dc.identier.xxxx</code>)
<ul>
<li>If we really want to use <code>cg.issn</code> and <code>cg.isbn</code> we would need to add a new input field for each separately</li>
</ul>
</li>
<li>We are trying to move series name/number fro m<code>dc.relation.ispartofseries</code> to <code>dcterms.isPartOf</code>, but this uses a special &ldquo;series&rdquo; input type in DSpace&rsquo;s submission form that joins series name and number with a colon (;)
<ul>
<li>If we really want to do that we need to add two separate input fields for each</li>
</ul>
</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->

View File

@ -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:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/" />
<meta property="og:updated_time" content="2021-01-21T16:54:45+02:00" />
<meta property="og:updated_time" content="2021-01-24T17:40:08+02:00" />

View File

@ -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:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
<meta property="og:updated_time" content="2021-01-21T16:54:45+02:00" />
<meta property="og:updated_time" content="2021-01-24T17:40:08+02:00" />

View File

@ -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:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
<meta property="og:updated_time" content="2021-01-21T16:54:45+02:00" />
<meta property="og:updated_time" content="2021-01-24T17:40:08+02:00" />

View File

@ -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:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
<meta property="og:updated_time" content="2021-01-21T16:54:45+02:00" />
<meta property="og:updated_time" content="2021-01-24T17:40:08+02:00" />

View File

@ -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:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
<meta property="og:updated_time" content="2021-01-21T16:54:45+02:00" />
<meta property="og:updated_time" content="2021-01-24T17:40:08+02:00" />

View File

@ -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:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
<meta property="og:updated_time" content="2021-01-21T16:54:45+02:00" />
<meta property="og:updated_time" content="2021-01-24T17:40:08+02:00" />

View File

@ -11,7 +11,7 @@
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/cgspace-cgcorev2-migration/" />
<meta property="article:published_time" content="2019-10-28T13:27:35+02:00" />
<meta property="article:modified_time" content="2021-01-18T18:22:19+02:00" />
<meta property="article:modified_time" content="2021-01-24T17:40:08+02:00" />
@ -28,9 +28,9 @@
"@type": "BlogPosting",
"headline": "CGSpace CG Core v2 Migration",
"url": "https://alanorth.github.io/cgspace-notes/cgspace-cgcorev2-migration/",
"wordCount": "555",
"wordCount": "565",
"datePublished": "2019-10-28T13:27:35+02:00",
"dateModified": "2021-01-18T18:22:19+02:00",
"dateModified": "2021-01-24T17:40:08+02:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -153,7 +153,12 @@
</li>
<li>cg.link.reference→dcterms.relation</li>
<li>dc.publisher→dcterms.publisher</li>
<li>dc.relation.ispartofseries→dcterms.isPartOf</li>
<li>dc.relation.ispartofseries will be split into:
<ul>
<li>series name: dcterms.isPartOf</li>
<li>series number: cg.number</li>
</ul>
</li>
<li>dc.rights→dcterms.license
<ul>
<li>Using <a href="https://spdx.org/licenses/">SPDX license identifiers</a> if possible</li>

View File

@ -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:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2021-01-21T16:54:45+02:00" />
<meta property="og:updated_time" content="2021-01-24T17:40:08+02:00" />

View File

@ -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:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2021-01-21T16:54:45+02:00" />
<meta property="og:updated_time" content="2021-01-24T17:40:08+02:00" />

View File

@ -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:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2021-01-21T16:54:45+02:00" />
<meta property="og:updated_time" content="2021-01-24T17:40:08+02:00" />

View File

@ -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:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2021-01-21T16:54:45+02:00" />
<meta property="og:updated_time" content="2021-01-24T17:40:08+02:00" />

View File

@ -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:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2021-01-21T16:54:45+02:00" />
<meta property="og:updated_time" content="2021-01-24T17:40:08+02:00" />

View File

@ -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:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2021-01-21T16:54:45+02:00" />
<meta property="og:updated_time" content="2021-01-24T17:40:08+02:00" />

View File

@ -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:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2021-01-21T16:54:45+02:00" />
<meta property="og:updated_time" content="2021-01-24T17:40:08+02:00" />

View File

@ -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:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2021-01-21T16:54:45+02:00" />
<meta property="og:updated_time" content="2021-01-24T17:40:08+02:00" />

View File

@ -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:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2021-01-21T16:54:45+02:00" />
<meta property="og:updated_time" content="2021-01-24T17:40:08+02:00" />

View File

@ -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:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2021-01-21T16:54:45+02:00" />
<meta property="og:updated_time" content="2021-01-24T17:40:08+02:00" />

View File

@ -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:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2021-01-21T16:54:45+02:00" />
<meta property="og:updated_time" content="2021-01-24T17:40:08+02:00" />

View File

@ -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:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2021-01-21T16:54:45+02:00" />
<meta property="og:updated_time" content="2021-01-24T17:40:08+02:00" />

View File

@ -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:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2021-01-21T16:54:45+02:00" />
<meta property="og:updated_time" content="2021-01-24T17:40:08+02:00" />

View File

@ -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:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2021-01-21T16:54:45+02:00" />
<meta property="og:updated_time" content="2021-01-24T17:40:08+02:00" />

View File

@ -4,12 +4,12 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/categories/</loc>
<lastmod>2021-01-21T16:54:45+02:00</lastmod>
<lastmod>2021-01-24T17:40:08+02:00</lastmod>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/</loc>
<lastmod>2021-01-21T16:54:45+02:00</lastmod>
<lastmod>2021-01-24T17:40:08+02:00</lastmod>
</url>
<url>
@ -19,12 +19,12 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
<lastmod>2021-01-21T16:54:45+02:00</lastmod>
<lastmod>2021-01-24T17:40:08+02:00</lastmod>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
<lastmod>2021-01-21T16:54:45+02:00</lastmod>
<lastmod>2021-01-24T17:40:08+02:00</lastmod>
</url>
<url>
@ -39,12 +39,12 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/tags/migration/</loc>
<lastmod>2021-01-18T18:22:19+02:00</lastmod>
<lastmod>2021-01-24T17:40:08+02:00</lastmod>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
<lastmod>2021-01-18T18:22:19+02:00</lastmod>
<lastmod>2021-01-24T17:40:08+02:00</lastmod>
</url>
<url>
@ -114,7 +114,7 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/cgspace-cgcorev2-migration/</loc>
<lastmod>2021-01-18T18:22:19+02:00</lastmod>
<lastmod>2021-01-24T17:40:08+02:00</lastmod>
</url>
<url>

View File

@ -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:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/tags/" />
<meta property="og:updated_time" content="2021-01-18T18:22:19+02:00" />
<meta property="og:updated_time" content="2021-01-24T17:40:08+02:00" />

View File

@ -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:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/tags/migration/" />
<meta property="og:updated_time" content="2021-01-18T18:22:19+02:00" />
<meta property="og:updated_time" content="2021-01-24T17:40:08+02:00" />