mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 06:35:03 +01:00
Compare commits
3 Commits
2cc1653344
...
39aabc71cd
Author | SHA1 | Date | |
---|---|---|---|
39aabc71cd | |||
8ad23a6f4d | |||
bba889c592 |
@ -408,4 +408,14 @@ $ 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)
|
||||
- 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: -->
|
||||
|
@ -67,13 +67,16 @@ The following fields are currently out of the scope of this migration because th
|
||||
## Fields to Create
|
||||
Make sure the following fields exist:
|
||||
|
||||
- [] cg.creator.identifier
|
||||
- [] cg.contributor.donor
|
||||
- [] cg.reviewStatus
|
||||
- [] cg.howPublished
|
||||
- [] cg.journal
|
||||
- [] cg.isbn
|
||||
- [] cg.issn
|
||||
- [x] cg.creator.identifier (247)
|
||||
- [x] cg.contributor.donor (248)
|
||||
- [x] cg.reviewStatus (249)
|
||||
- [x] cg.howPublished (250)
|
||||
- [x] cg.journal (251)
|
||||
- [x] cg.isbn (252)
|
||||
- [x] cg.issn (253)
|
||||
- [x] cg.volume (254)
|
||||
- [x] cg.number (255)
|
||||
- [x] cg.issue (256)
|
||||
|
||||
## Fields to delete
|
||||
Fields to delete after migration:
|
||||
@ -85,7 +88,7 @@ Fields to delete after migration:
|
||||
- [ ] cg.targetaudience
|
||||
|
||||
## Implementation Progress
|
||||
Tally of the status of the implementation of the new fields in the CGSpace `5_x-cgcorev2` branch.
|
||||
Tally of the status of the implementation of the new fields in the CGSpace `6_x-cgcorev2` branch.
|
||||
|
||||
| Field Name | migrate-fields.sh | Input Forms | XMLUI Themes¹ | dspace.cfg | Discovery | Atmire Modules | Crosswalks |
|
||||
| ---------- | :---------------: | :---------: | :-----------: | :--------: | :-------: | :------------: | :--------: |
|
||||
|
@ -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: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:modified_time" content="2021-01-26T15:52:39+02:00" />
|
||||
<meta property="article:modified_time" content="2021-01-28T16:28:21+02:00" />
|
||||
|
||||
|
||||
|
||||
@ -60,9 +60,9 @@ 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": "2978",
|
||||
"wordCount": "3085",
|
||||
"datePublished": "2021-01-03T10:13:54+02:00",
|
||||
"dateModified": "2021-01-26T15:52:39+02:00",
|
||||
"dateModified": "2021-01-28T16:28:21+02:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -636,6 +636,22 @@ java.lang.IllegalArgumentException: Invalid character found in the request targe
|
||||
</ul>
|
||||
</li>
|
||||
</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’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 -->
|
||||
|
||||
|
||||
|
@ -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-26T15:52:39+02:00" />
|
||||
<meta property="og:updated_time" content="2021-01-28T16:28:21+02: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="2021-01-26T15:52:39+02:00" />
|
||||
<meta property="og:updated_time" content="2021-01-28T16:28:21+02: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="2021-01-26T15:52:39+02:00" />
|
||||
<meta property="og:updated_time" content="2021-01-28T16:28:21+02: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="2021-01-26T15:52:39+02:00" />
|
||||
<meta property="og:updated_time" content="2021-01-28T16:28:21+02: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="2021-01-26T15:52:39+02:00" />
|
||||
<meta property="og:updated_time" content="2021-01-28T16:28:21+02: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="2021-01-26T15:52:39+02:00" />
|
||||
<meta property="og:updated_time" content="2021-01-28T16:28:21+02:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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-24T17:40:08+02:00" />
|
||||
<meta property="article:modified_time" content="2021-01-28T16:28:21+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": "565",
|
||||
"wordCount": "571",
|
||||
"datePublished": "2019-10-28T13:27:35+02:00",
|
||||
"dateModified": "2021-01-24T17:40:08+02:00",
|
||||
"dateModified": "2021-01-28T16:28:21+02:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -184,13 +184,16 @@
|
||||
<h2 id="fields-to-create">Fields to Create</h2>
|
||||
<p>Make sure the following fields exist:</p>
|
||||
<ul>
|
||||
<li>[] cg.creator.identifier</li>
|
||||
<li>[] cg.contributor.donor</li>
|
||||
<li>[] cg.reviewStatus</li>
|
||||
<li>[] cg.howPublished</li>
|
||||
<li>[] cg.journal</li>
|
||||
<li>[] cg.isbn</li>
|
||||
<li>[] cg.issn</li>
|
||||
<li><input checked="" disabled="" type="checkbox"> cg.creator.identifier (247)</li>
|
||||
<li><input checked="" disabled="" type="checkbox"> cg.contributor.donor (248)</li>
|
||||
<li><input checked="" disabled="" type="checkbox"> cg.reviewStatus (249)</li>
|
||||
<li><input checked="" disabled="" type="checkbox"> cg.howPublished (250)</li>
|
||||
<li><input checked="" disabled="" type="checkbox"> cg.journal (251)</li>
|
||||
<li><input checked="" disabled="" type="checkbox"> cg.isbn (252)</li>
|
||||
<li><input checked="" disabled="" type="checkbox"> cg.issn (253)</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>
|
||||
<h2 id="fields-to-delete">Fields to delete</h2>
|
||||
<p>Fields to delete after migration:</p>
|
||||
@ -202,7 +205,7 @@
|
||||
<li><input disabled="" type="checkbox"> cg.targetaudience</li>
|
||||
</ul>
|
||||
<h2 id="implementation-progress">Implementation Progress</h2>
|
||||
<p>Tally of the status of the implementation of the new fields in the CGSpace <code>5_x-cgcorev2</code> branch.</p>
|
||||
<p>Tally of the status of the implementation of the new fields in the CGSpace <code>6_x-cgcorev2</code> branch.</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -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-26T15:52:39+02:00" />
|
||||
<meta property="og:updated_time" content="2021-01-28T16:28:21+02: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="2021-01-26T15:52:39+02:00" />
|
||||
<meta property="og:updated_time" content="2021-01-28T16:28:21+02: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="2021-01-26T15:52:39+02:00" />
|
||||
<meta property="og:updated_time" content="2021-01-28T16:28:21+02: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="2021-01-26T15:52:39+02:00" />
|
||||
<meta property="og:updated_time" content="2021-01-28T16:28:21+02: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="2021-01-26T15:52:39+02:00" />
|
||||
<meta property="og:updated_time" content="2021-01-28T16:28:21+02: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="2021-01-26T15:52:39+02:00" />
|
||||
<meta property="og:updated_time" content="2021-01-28T16:28:21+02: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="2021-01-26T15:52:39+02:00" />
|
||||
<meta property="og:updated_time" content="2021-01-28T16:28:21+02: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="2021-01-26T15:52:39+02:00" />
|
||||
<meta property="og:updated_time" content="2021-01-28T16:28:21+02: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="2021-01-26T15:52:39+02:00" />
|
||||
<meta property="og:updated_time" content="2021-01-28T16:28:21+02: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="2021-01-26T15:52:39+02:00" />
|
||||
<meta property="og:updated_time" content="2021-01-28T16:28:21+02: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="2021-01-26T15:52:39+02:00" />
|
||||
<meta property="og:updated_time" content="2021-01-28T16:28:21+02: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="2021-01-26T15:52:39+02:00" />
|
||||
<meta property="og:updated_time" content="2021-01-28T16:28:21+02: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="2021-01-26T15:52:39+02:00" />
|
||||
<meta property="og:updated_time" content="2021-01-28T16:28:21+02: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="2021-01-26T15:52:39+02:00" />
|
||||
<meta property="og:updated_time" content="2021-01-28T16:28:21+02:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -4,27 +4,27 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/categories/</loc>
|
||||
<lastmod>2021-01-26T15:52:39+02:00</lastmod>
|
||||
<lastmod>2021-01-28T16:28:21+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2021-01-26T15:52:39+02:00</lastmod>
|
||||
<lastmod>2021-01-28T16:28:21+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2021-01/</loc>
|
||||
<lastmod>2021-01-26T15:52:39+02:00</lastmod>
|
||||
<lastmod>2021-01-28T16:28:21+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
|
||||
<lastmod>2021-01-26T15:52:39+02:00</lastmod>
|
||||
<lastmod>2021-01-28T16:28:21+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||
<lastmod>2021-01-26T15:52:39+02:00</lastmod>
|
||||
<lastmod>2021-01-28T16:28:21+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
@ -39,12 +39,12 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/migration/</loc>
|
||||
<lastmod>2021-01-24T17:40:08+02:00</lastmod>
|
||||
<lastmod>2021-01-28T16:28:21+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2021-01-24T17:40:08+02:00</lastmod>
|
||||
<lastmod>2021-01-28T16:28:21+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
@ -114,7 +114,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/cgspace-cgcorev2-migration/</loc>
|
||||
<lastmod>2021-01-24T17:40:08+02:00</lastmod>
|
||||
<lastmod>2021-01-28T16:28:21+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
|
@ -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-24T17:40:08+02:00" />
|
||||
<meta property="og:updated_time" content="2021-01-28T16:28:21+02: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/tags/migration/" />
|
||||
<meta property="og:updated_time" content="2021-01-24T17:40:08+02:00" />
|
||||
<meta property="og:updated_time" content="2021-01-28T16:28:21+02:00" />
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user