Compare commits

..

No commits in common. "39aabc71cd6884d751bc5ee5a9f5a73ac722869d" and "2cc16533446666bad0041a6c1f5d1fe6259ac040" have entirely different histories.

27 changed files with 52 additions and 84 deletions

View File

@ -408,14 +408,4 @@ $ curl -s "http://localhost:8081/solr/statistics/update?softCommit=true" -H "Con
- They pointed to a few records `solr_update_time_stamp:1605635765897` that have hundreds of duplicates which are now gone (still present if you look on the production server) - They pointed to a few records `solr_update_time_stamp:1605635765897` that have hundreds of duplicates which are now gone (still present if you look on the production server)
- I need to try this again before doing it on CGSpace - I need to try this again before doing it on CGSpace
## 2021-01-28
- I did some more work on CG Core v2
- I tested using `cg.number` twice in the submission form: once for journal issue, and once for series number
- DSpace gets confused and ends up storing the number twice, even if you only enter it in one of the fields
- I suggested to Marie that we use `cg.issue` for journal issue, since we're already going to use `cg.volume`
- That would free up `cg.number` for use by series number
- I deployed the SDGs, Impact Areas, and favicon changes to CGSpace and posted a note on Yammer for the editors
- Also ran all system updates and rebooted the server (linode18)
<!-- vim: set sw=2 ts=2: --> <!-- vim: set sw=2 ts=2: -->

View File

@ -67,16 +67,13 @@ The following fields are currently out of the scope of this migration because th
## Fields to Create ## Fields to Create
Make sure the following fields exist: Make sure the following fields exist:
- [x] cg.creator.identifier (247) - [] cg.creator.identifier
- [x] cg.contributor.donor (248) - [] cg.contributor.donor
- [x] cg.reviewStatus (249) - [] cg.reviewStatus
- [x] cg.howPublished (250) - [] cg.howPublished
- [x] cg.journal (251) - [] cg.journal
- [x] cg.isbn (252) - [] cg.isbn
- [x] cg.issn (253) - [] cg.issn
- [x] cg.volume (254)
- [x] cg.number (255)
- [x] cg.issue (256)
## Fields to delete ## Fields to delete
Fields to delete after migration: Fields to delete after migration:
@ -88,7 +85,7 @@ Fields to delete after migration:
- [ ] cg.targetaudience - [ ] cg.targetaudience
## Implementation Progress ## Implementation Progress
Tally of the status of the implementation of the new fields in the CGSpace `6_x-cgcorev2` branch. Tally of the status of the implementation of the new fields in the CGSpace `5_x-cgcorev2` branch.
| Field Name | migrate-fields.sh | Input Forms | XMLUI Themes¹ | dspace.cfg | Discovery | Atmire Modules | Crosswalks | | Field Name | migrate-fields.sh | Input Forms | XMLUI Themes¹ | dspace.cfg | Discovery | Atmire Modules | Crosswalks |
| ---------- | :---------------: | :---------: | :-----------: | :--------: | :-------: | :------------: | :--------: | | ---------- | :---------------: | :---------: | :-----------: | :--------: | :-------: | :------------: | :--------: |

View File

@ -27,7 +27,7 @@ For example, this item has 51 views on CGSpace, but 0 on AReS
<meta property="og:type" content="article" /> <meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2021-01/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2021-01/" />
<meta property="article:published_time" content="2021-01-03T10:13:54+02:00" /> <meta property="article:published_time" content="2021-01-03T10:13:54+02:00" />
<meta property="article:modified_time" content="2021-01-28T16:28:21+02:00" /> <meta property="article:modified_time" content="2021-01-26T15:52:39+02:00" />
@ -60,9 +60,9 @@ For example, this item has 51 views on CGSpace, but 0 on AReS
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "January, 2021", "headline": "January, 2021",
"url": "https://alanorth.github.io/cgspace-notes/2021-01/", "url": "https://alanorth.github.io/cgspace-notes/2021-01/",
"wordCount": "3085", "wordCount": "2978",
"datePublished": "2021-01-03T10:13:54+02:00", "datePublished": "2021-01-03T10:13:54+02:00",
"dateModified": "2021-01-28T16:28:21+02:00", "dateModified": "2021-01-26T15:52:39+02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -636,22 +636,6 @@ java.lang.IllegalArgumentException: Invalid character found in the request targe
</ul> </ul>
</li> </li>
</ul> </ul>
<h2 id="2021-01-28">2021-01-28</h2>
<ul>
<li>I did some more work on CG Core v2
<ul>
<li>I tested using <code>cg.number</code> twice in the submission form: once for journal issue, and once for series number</li>
<li>DSpace gets confused and ends up storing the number twice, even if you only enter it in one of the fields</li>
<li>I suggested to Marie that we use <code>cg.issue</code> for journal issue, since we&rsquo;re already going to use <code>cg.volume</code></li>
<li>That would free up <code>cg.number</code> for use by series number</li>
</ul>
</li>
<li>I deployed the SDGs, Impact Areas, and favicon changes to CGSpace and posted a note on Yammer for the editors
<ul>
<li>Also ran all system updates and rebooted the server (linode18)</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted --> <!-- 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: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="2021-01-28T16:28:21+02:00" /> <meta property="og:updated_time" content="2021-01-26T15:52:39+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: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="2021-01-28T16:28:21+02:00" /> <meta property="og:updated_time" content="2021-01-26T15:52:39+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: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="2021-01-28T16:28:21+02:00" /> <meta property="og:updated_time" content="2021-01-26T15:52:39+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: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="2021-01-28T16:28:21+02:00" /> <meta property="og:updated_time" content="2021-01-26T15:52:39+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: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="2021-01-28T16:28:21+02:00" /> <meta property="og:updated_time" content="2021-01-26T15:52:39+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: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="2021-01-28T16:28:21+02:00" /> <meta property="og:updated_time" content="2021-01-26T15:52:39+02:00" />

View File

@ -11,7 +11,7 @@
<meta property="og:type" content="article" /> <meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/cgspace-cgcorev2-migration/" /> <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:published_time" content="2019-10-28T13:27:35+02:00" />
<meta property="article:modified_time" content="2021-01-28T16:28:21+02:00" /> <meta property="article:modified_time" content="2021-01-24T17:40:08+02:00" />
@ -28,9 +28,9 @@
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "CGSpace CG Core v2 Migration", "headline": "CGSpace CG Core v2 Migration",
"url": "https://alanorth.github.io/cgspace-notes/cgspace-cgcorev2-migration/", "url": "https://alanorth.github.io/cgspace-notes/cgspace-cgcorev2-migration/",
"wordCount": "571", "wordCount": "565",
"datePublished": "2019-10-28T13:27:35+02:00", "datePublished": "2019-10-28T13:27:35+02:00",
"dateModified": "2021-01-28T16:28:21+02:00", "dateModified": "2021-01-24T17:40:08+02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -184,16 +184,13 @@
<h2 id="fields-to-create">Fields to Create</h2> <h2 id="fields-to-create">Fields to Create</h2>
<p>Make sure the following fields exist:</p> <p>Make sure the following fields exist:</p>
<ul> <ul>
<li><input checked="" disabled="" type="checkbox"> cg.creator.identifier (247)</li> <li>[] cg.creator.identifier</li>
<li><input checked="" disabled="" type="checkbox"> cg.contributor.donor (248)</li> <li>[] cg.contributor.donor</li>
<li><input checked="" disabled="" type="checkbox"> cg.reviewStatus (249)</li> <li>[] cg.reviewStatus</li>
<li><input checked="" disabled="" type="checkbox"> cg.howPublished (250)</li> <li>[] cg.howPublished</li>
<li><input checked="" disabled="" type="checkbox"> cg.journal (251)</li> <li>[] cg.journal</li>
<li><input checked="" disabled="" type="checkbox"> cg.isbn (252)</li> <li>[] cg.isbn</li>
<li><input checked="" disabled="" type="checkbox"> cg.issn (253)</li> <li>[] cg.issn</li>
<li><input checked="" disabled="" type="checkbox"> cg.volume (254)</li>
<li><input checked="" disabled="" type="checkbox"> cg.number (255)</li>
<li><input checked="" disabled="" type="checkbox"> cg.issue (256)</li>
</ul> </ul>
<h2 id="fields-to-delete">Fields to delete</h2> <h2 id="fields-to-delete">Fields to delete</h2>
<p>Fields to delete after migration:</p> <p>Fields to delete after migration:</p>
@ -205,7 +202,7 @@
<li><input disabled="" type="checkbox"> cg.targetaudience</li> <li><input disabled="" type="checkbox"> cg.targetaudience</li>
</ul> </ul>
<h2 id="implementation-progress">Implementation Progress</h2> <h2 id="implementation-progress">Implementation Progress</h2>
<p>Tally of the status of the implementation of the new fields in the CGSpace <code>6_x-cgcorev2</code> branch.</p> <p>Tally of the status of the implementation of the new fields in the CGSpace <code>5_x-cgcorev2</code> branch.</p>
<table> <table>
<thead> <thead>
<tr> <tr>

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: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/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2021-01-28T16:28:21+02:00" /> <meta property="og:updated_time" content="2021-01-26T15:52:39+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: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/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2021-01-28T16:28:21+02:00" /> <meta property="og:updated_time" content="2021-01-26T15:52:39+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: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/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2021-01-28T16:28:21+02:00" /> <meta property="og:updated_time" content="2021-01-26T15:52:39+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: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/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2021-01-28T16:28:21+02:00" /> <meta property="og:updated_time" content="2021-01-26T15:52:39+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: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/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2021-01-28T16:28:21+02:00" /> <meta property="og:updated_time" content="2021-01-26T15:52:39+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: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/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2021-01-28T16:28:21+02:00" /> <meta property="og:updated_time" content="2021-01-26T15:52:39+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: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/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2021-01-28T16:28:21+02:00" /> <meta property="og:updated_time" content="2021-01-26T15:52:39+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: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/posts/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2021-01-28T16:28:21+02:00" /> <meta property="og:updated_time" content="2021-01-26T15:52:39+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: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/posts/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2021-01-28T16:28:21+02:00" /> <meta property="og:updated_time" content="2021-01-26T15:52:39+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: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/posts/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2021-01-28T16:28:21+02:00" /> <meta property="og:updated_time" content="2021-01-26T15:52:39+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: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/posts/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2021-01-28T16:28:21+02:00" /> <meta property="og:updated_time" content="2021-01-26T15:52:39+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: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/posts/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2021-01-28T16:28:21+02:00" /> <meta property="og:updated_time" content="2021-01-26T15:52:39+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: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/posts/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2021-01-28T16:28:21+02:00" /> <meta property="og:updated_time" content="2021-01-26T15:52:39+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: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/posts/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2021-01-28T16:28:21+02:00" /> <meta property="og:updated_time" content="2021-01-26T15:52:39+02:00" />

View File

@ -4,27 +4,27 @@
<url> <url>
<loc>https://alanorth.github.io/cgspace-notes/categories/</loc> <loc>https://alanorth.github.io/cgspace-notes/categories/</loc>
<lastmod>2021-01-28T16:28:21+02:00</lastmod> <lastmod>2021-01-26T15:52:39+02:00</lastmod>
</url> </url>
<url> <url>
<loc>https://alanorth.github.io/cgspace-notes/</loc> <loc>https://alanorth.github.io/cgspace-notes/</loc>
<lastmod>2021-01-28T16:28:21+02:00</lastmod> <lastmod>2021-01-26T15:52:39+02:00</lastmod>
</url> </url>
<url> <url>
<loc>https://alanorth.github.io/cgspace-notes/2021-01/</loc> <loc>https://alanorth.github.io/cgspace-notes/2021-01/</loc>
<lastmod>2021-01-28T16:28:21+02:00</lastmod> <lastmod>2021-01-26T15:52:39+02:00</lastmod>
</url> </url>
<url> <url>
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc> <loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
<lastmod>2021-01-28T16:28:21+02:00</lastmod> <lastmod>2021-01-26T15:52:39+02:00</lastmod>
</url> </url>
<url> <url>
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc> <loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
<lastmod>2021-01-28T16:28:21+02:00</lastmod> <lastmod>2021-01-26T15:52:39+02:00</lastmod>
</url> </url>
<url> <url>
@ -39,12 +39,12 @@
<url> <url>
<loc>https://alanorth.github.io/cgspace-notes/tags/migration/</loc> <loc>https://alanorth.github.io/cgspace-notes/tags/migration/</loc>
<lastmod>2021-01-28T16:28:21+02:00</lastmod> <lastmod>2021-01-24T17:40:08+02:00</lastmod>
</url> </url>
<url> <url>
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc> <loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
<lastmod>2021-01-28T16:28:21+02:00</lastmod> <lastmod>2021-01-24T17:40:08+02:00</lastmod>
</url> </url>
<url> <url>
@ -114,7 +114,7 @@
<url> <url>
<loc>https://alanorth.github.io/cgspace-notes/cgspace-cgcorev2-migration/</loc> <loc>https://alanorth.github.io/cgspace-notes/cgspace-cgcorev2-migration/</loc>
<lastmod>2021-01-28T16:28:21+02:00</lastmod> <lastmod>2021-01-24T17:40:08+02:00</lastmod>
</url> </url>
<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: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/tags/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/tags/" />
<meta property="og:updated_time" content="2021-01-28T16:28:21+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: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/tags/migration/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/tags/migration/" />
<meta property="og:updated_time" content="2021-01-28T16:28:21+02:00" /> <meta property="og:updated_time" content="2021-01-24T17:40:08+02:00" />