mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 06:35:03 +01:00
Add notes for 2019-11-17
This commit is contained in:
parent
93bbddcfc6
commit
594a8ba8ac
@ -361,4 +361,13 @@ Guzzle/<Guzzle_Version> curl/<curl_version> PHP/<PHP_VERSION>
|
||||
|
||||
- Run system updates on DSpace Test and reboot the server
|
||||
|
||||
## 2019-11-17
|
||||
|
||||
- Altmetric support responded about our dashboard question, asking if the second "department" (aka WLE's collection) was added recently and might have not been in the last harvesting yet
|
||||
- I told her no, that the department is several years old, and the item was added in 2017
|
||||
- Then I looked again at the dashboard for each department and I see the item in both departments now... shit.
|
||||
- A [search in the IWMI department shows the item](https://www.altmetric.com/explorer/outputs?department_id%5B%5D=CGSpace%3Agroup%3Acom_10568_16814&q=Towards%20sustainable%20sanitation%20management)
|
||||
- A [search in the WLE department shows the item](https://www.altmetric.com/explorer/outputs?department_id%5B%5D=CGSpace%3Agroup%3Acom_10568_34494&q=Towards%20sustainable%20sanitation%20management)
|
||||
- I finally decided to revert `cg.hasMetadata` back to `cg.identifier.dataurl` in my CG Core v2 branch (see [#10](https://github.com/AgriculturalSemantics/cg-core/issues/10))
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
@ -34,7 +34,7 @@ Let’s see how many of the REST API requests were for bitstreams (because t
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-11/" />
|
||||
<meta property="article:published_time" content="2019-11-04T12:20:30+02:00" />
|
||||
<meta property="article:modified_time" content="2019-11-15T00:54:13+02:00" />
|
||||
<meta property="article:modified_time" content="2019-11-15T19:17:08+02:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="November, 2019"/>
|
||||
@ -73,9 +73,9 @@ Let’s see how many of the REST API requests were for bitstreams (because t
|
||||
"@type": "BlogPosting",
|
||||
"headline": "November, 2019",
|
||||
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-11\/",
|
||||
"wordCount": "2435",
|
||||
"wordCount": "2537",
|
||||
"datePublished": "2019-11-04T12:20:30+02:00",
|
||||
"dateModified": "2019-11-15T00:54:13+02:00",
|
||||
"dateModified": "2019-11-15T19:17:08+02:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -531,6 +531,20 @@ $ ./resolve-orcids.py -i /tmp/2019-11-14-combined-orcids.txt -o /tmp/2019-11-14-
|
||||
<li>Run system updates on DSpace Test and reboot the server</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="2019-11-17">2019-11-17</h2>
|
||||
|
||||
<ul>
|
||||
<li>Altmetric support responded about our dashboard question, asking if the second “department” (aka WLE’s collection) was added recently and might have not been in the last harvesting yet
|
||||
|
||||
<ul>
|
||||
<li>I told her no, that the department is several years old, and the item was added in 2017</li>
|
||||
<li>Then I looked again at the dashboard for each department and I see the item in both departments now… shit.</li>
|
||||
<li>A <a href="https://www.altmetric.com/explorer/outputs?department_id%5B%5D=CGSpace%3Agroup%3Acom_10568_16814&q=Towards%20sustainable%20sanitation%20management">search in the IWMI department shows the item</a></li>
|
||||
<li>A <a href="https://www.altmetric.com/explorer/outputs?department_id%5B%5D=CGSpace%3Agroup%3Acom_10568_34494&q=Towards%20sustainable%20sanitation%20management">search in the WLE department shows the item</a></li>
|
||||
</ul></li>
|
||||
<li>I finally decided to revert <code>cg.hasMetadata</code> back to <code>cg.identifier.dataurl</code> in my CG Core v2 branch (see <a href="https://github.com/AgriculturalSemantics/cg-core/issues/10">#10</a>)</li>
|
||||
</ul>
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
||||
|
||||
|
@ -10,7 +10,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="2019-10-29T16:23:43+02:00" />
|
||||
<meta property="article:modified_time" content="2019-11-17T14:21:20+02:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="CGSpace CG Core v2 Migration"/>
|
||||
@ -25,9 +25,9 @@
|
||||
"@type": "BlogPosting",
|
||||
"headline": "CGSpace CG Core v2 Migration",
|
||||
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/cgspace-cgcorev2-migration\/",
|
||||
"wordCount": "554",
|
||||
"wordCount": "543",
|
||||
"datePublished": "2019-10-28T13:27:35+02:00",
|
||||
"dateModified": "2019-10-29T16:23:43+02:00",
|
||||
"dateModified": "2019-11-17T14:21:20+02:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -112,7 +112,7 @@
|
||||
|
||||
<h2 id="proposed-changes">Proposed Changes</h2>
|
||||
|
||||
<p>As of 2019-10-29 the scope of the changes includes the following fields:</p>
|
||||
<p>As of 2019-11-17 the scope of the changes includes the following fields:</p>
|
||||
|
||||
<ul>
|
||||
<li>cg.creator.id→cg.creator.identifier
|
||||
@ -161,7 +161,6 @@
|
||||
<li>dc.type→dcterms.type</li>
|
||||
<li>dc.identifier.isbn→cg.isbn</li>
|
||||
<li>dc.identifier.issn→cg.issn</li>
|
||||
<li>cg.identifier.dataurl→cg.hasMetadata</li>
|
||||
</ul>
|
||||
|
||||
<p>The following fields are currently out of the scope of this migration because they are used internally by DSpace 5.x/6.x and would be difficult to change without significant modifications to the core of the code:</p>
|
||||
@ -188,7 +187,6 @@
|
||||
<li><label><input type="checkbox" checked disabled class="task-list-item"> cg.journal (246)</label></li>
|
||||
<li><label><input type="checkbox" checked disabled class="task-list-item"> cg.isbn (247)</label></li>
|
||||
<li><label><input type="checkbox" checked disabled class="task-list-item"> cg.issn (248)</label></li>
|
||||
<li><label><input type="checkbox" checked disabled class="task-list-item"> cg.hasMetadata (249)</label></li>
|
||||
</ul>
|
||||
|
||||
<h2 id="fields-to-delete">Fields to delete</h2>
|
||||
@ -200,7 +198,6 @@
|
||||
<li><label><input type="checkbox" disabled class="task-list-item"> cg.fulltextstatus</label></li>
|
||||
<li><label><input type="checkbox" disabled class="task-list-item"> cg.identifier.status</label></li>
|
||||
<li><label><input type="checkbox" disabled class="task-list-item"> cg.link.reference</label></li>
|
||||
<li><label><input type="checkbox" disabled class="task-list-item"> cg.identifier.dataurl</label></li>
|
||||
</ul>
|
||||
|
||||
<h2 id="implementation-progress">Implementation Progress</h2>
|
||||
@ -441,17 +438,6 @@
|
||||
<td align="center">✓</td>
|
||||
<td align="center"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>cg.hasMetadata</td>
|
||||
<td align="center">✓</td>
|
||||
<td align="center">✓</td>
|
||||
<td align="center">✓</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center">✓</td>
|
||||
<td align="center">✓</td>
|
||||
<td align="center"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
@ -4,42 +4,42 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/categories/</loc>
|
||||
<lastmod>2019-11-15T00:54:13+02:00</lastmod>
|
||||
<lastmod>2019-11-17T14:21:20+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2019-11-15T00:54:13+02:00</lastmod>
|
||||
<lastmod>2019-11-17T14:21:20+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
|
||||
<lastmod>2019-11-15T00:54:13+02:00</lastmod>
|
||||
<lastmod>2019-11-17T14:21:20+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2019-11/</loc>
|
||||
<lastmod>2019-11-15T00:54:13+02:00</lastmod>
|
||||
<lastmod>2019-11-15T19:17:08+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||
<lastmod>2019-11-15T00:54:13+02:00</lastmod>
|
||||
<lastmod>2019-11-17T14:21:20+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/cgspace-cgcorev2-migration/</loc>
|
||||
<lastmod>2019-10-29T16:23:43+02:00</lastmod>
|
||||
<lastmod>2019-11-17T14:21:20+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/migration/</loc>
|
||||
<lastmod>2019-10-29T16:23:43+02:00</lastmod>
|
||||
<lastmod>2019-11-17T14:21:20+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2019-10-29T16:23:43+02:00</lastmod>
|
||||
<lastmod>2019-11-17T14:21:20+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
|
Loading…
Reference in New Issue
Block a user