mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 06:35:03 +01:00
Add notes
This commit is contained in:
parent
c9bcfca903
commit
3a4ecbd82d
@ -94,5 +94,30 @@ forEach(value.parseXml().select("jats|p"),i,i.xmlText()).join("")
|
||||
- Fix some typos in ILRI subjects on CGSpace
|
||||
- These were affecting the taxonomy on ilri.org
|
||||
- I exported CGSpace and did some validation and cleanup on ILRI subjects, moving some to AGROVOC subjects
|
||||
- Port the MODS 3.7 crosswalk from DSpace 6 to DSpace 7
|
||||
- It works fine, we only need to take note that the OAI-PMH endpoint is now relative to the `/server` path instead of a dedicated OAI path
|
||||
|
||||
## 2023-10-17
|
||||
|
||||
- Export CGSpace to do some cleanups all over on invalid metadata values
|
||||
- I found many metadata values in the wrong field, wrong format, etc
|
||||
- This ended up being cleanups for 694 items
|
||||
|
||||
## 2023-10-20
|
||||
|
||||
- Export CGSpace to check for missing Initiative collection mappings
|
||||
- I also did a run of looking up all Initiative outputs with DOIs against Crossref to check for missing dates, publishers, etc
|
||||
- I found issued dates for a few, and online dates for over 100
|
||||
- I also fixed some incorrect licenses, access status, and abstracts
|
||||
|
||||
## 2023-10-23
|
||||
|
||||
- Export a list of Internal Documents for Peter to review to see if we can re-classify some
|
||||
- Peter sent changes for 740 items so I applied them on CGSpace
|
||||
- Testing the changes for OpenRXV DSpace 7 compatibility
|
||||
|
||||
## 2023-10-24
|
||||
|
||||
- Sync DSpace 7 Test with a fresh CGSpace snapshot
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
@ -20,7 +20,7 @@ We can be on the safe side by using only abstracts for items that are licensed u
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2023-10/" />
|
||||
<meta property="article:published_time" content="2023-10-02T09:05:36+03:00" />
|
||||
<meta property="article:modified_time" content="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="article:modified_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
@ -46,9 +46,9 @@ We can be on the safe side by using only abstracts for items that are licensed u
|
||||
"@type": "BlogPosting",
|
||||
"headline": "October, 2023",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2023-10/",
|
||||
"wordCount": "789",
|
||||
"wordCount": "962",
|
||||
"datePublished": "2023-10-02T09:05:36+03:00",
|
||||
"dateModified": "2023-10-13T17:17:41+03:00",
|
||||
"dateModified": "2023-10-16T17:03:59+03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -247,6 +247,43 @@ We can be on the safe side by using only abstracts for items that are licensed u
|
||||
<li>I exported CGSpace and did some validation and cleanup on ILRI subjects, moving some to AGROVOC subjects</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Port the MODS 3.7 crosswalk from DSpace 6 to DSpace 7
|
||||
<ul>
|
||||
<li>It works fine, we only need to take note that the OAI-PMH endpoint is now relative to the <code>/server</code> path instead of a dedicated OAI path</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="2023-10-17">2023-10-17</h2>
|
||||
<ul>
|
||||
<li>Export CGSpace to do some cleanups all over on invalid metadata values
|
||||
<ul>
|
||||
<li>I found many metadata values in the wrong field, wrong format, etc</li>
|
||||
<li>This ended up being cleanups for 694 items</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="2023-10-20">2023-10-20</h2>
|
||||
<ul>
|
||||
<li>Export CGSpace to check for missing Initiative collection mappings</li>
|
||||
<li>I also did a run of looking up all Initiative outputs with DOIs against Crossref to check for missing dates, publishers, etc
|
||||
<ul>
|
||||
<li>I found issued dates for a few, and online dates for over 100</li>
|
||||
<li>I also fixed some incorrect licenses, access status, and abstracts</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="2023-10-23">2023-10-23</h2>
|
||||
<ul>
|
||||
<li>Export a list of Internal Documents for Peter to review to see if we can re-classify some
|
||||
<ul>
|
||||
<li>Peter sent changes for 740 items so I applied them on CGSpace</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Testing the changes for OpenRXV DSpace 7 compatibility</li>
|
||||
</ul>
|
||||
<h2 id="2023-10-24">2023-10-24</h2>
|
||||
<ul>
|
||||
<li>Sync DSpace 7 Test with a fresh CGSpace snapshot</li>
|
||||
</ul>
|
||||
<!-- raw HTML omitted -->
|
||||
|
||||
|
@ -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="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="og:updated_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="og:updated_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="og:updated_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="og:updated_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="og:updated_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="og:updated_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="og:updated_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="og:updated_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="og:updated_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="og:updated_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="og:updated_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="og:updated_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="og:updated_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="og:updated_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="og:updated_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="og:updated_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="og:updated_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="og:updated_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="og:updated_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="og:updated_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="og:updated_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="og:updated_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="og:updated_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="og:updated_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="og:updated_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="og:updated_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="og:updated_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="og:updated_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-10-13T17:17:41+03:00" />
|
||||
<meta property="og:updated_time" content="2023-10-16T17:03:59+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -3,19 +3,19 @@
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/categories/</loc>
|
||||
<lastmod>2023-10-13T17:17:41+03:00</lastmod>
|
||||
<lastmod>2023-10-16T17:03:59+03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2023-10-13T17:17:41+03:00</lastmod>
|
||||
<lastmod>2023-10-16T17:03:59+03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
|
||||
<lastmod>2023-10-13T17:17:41+03:00</lastmod>
|
||||
<lastmod>2023-10-16T17:03:59+03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2023-10/</loc>
|
||||
<lastmod>2023-10-13T17:17:41+03:00</lastmod>
|
||||
<lastmod>2023-10-16T17:03:59+03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||
<lastmod>2023-10-13T17:17:41+03:00</lastmod>
|
||||
<lastmod>2023-10-16T17:03:59+03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2023-09/</loc>
|
||||
<lastmod>2023-10-04T09:24:33+03:00</lastmod>
|
||||
|
Loading…
Reference in New Issue
Block a user