mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2019-11-27
This commit is contained in:
@ -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-25T10:21:13+02:00" />
|
||||
<meta property="article:modified_time" content="2019-11-26T15:53:57+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": "3212",
|
||||
"wordCount": "3381",
|
||||
"datePublished": "2019-11-04T12:20:30+02:00",
|
||||
"dateModified": "2019-11-25T10:21:13+02:00",
|
||||
"dateModified": "2019-11-26T15:53:57+02:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -714,6 +714,33 @@ $ tidy -xml -utf8 -iq -m -w 0 dspace/config/controlled-vocabularies/cg-creator-i
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
<h2 id="2019-11-27">2019-11-27</h2>
|
||||
|
||||
<ul>
|
||||
<li>Minor updates on the <a href="https://github.com/ilri/dspace-statistics-api">dspace-statistics-api</a>
|
||||
|
||||
<ul>
|
||||
<li>Introduce isort for import sorting</li>
|
||||
<li>Introduce black for code formatting according to PEP8</li>
|
||||
<li>Fix some minor issues raised by flake8</li>
|
||||
<li>Release <a href="https://github.com/ilri/dspace-statistics-api/releases/tag/v1.1.1">version 1.1.1</a> and deploy to DSpace Test (linode19)</li>
|
||||
<li>I realize that I never deployed version 1.1.0 (with falcon 2.0.0) on CGSpace (linode18) so I did that as well</li>
|
||||
</ul></li>
|
||||
<li>File a ticket (242418) with Altmetric about DCTERMS migration to see if there is anything we need to be careful about</li>
|
||||
<li>Make a pull request against cg-core schema to fix inconsistent references to <code>cg.embargoDate</code> (<a href="https://github.com/AgriculturalSemantics/cg-core/pull/13">#13</a>)</li>
|
||||
<li>Review the AReS feedback again after Peter made some comments
|
||||
|
||||
<ul>
|
||||
<li>I standardized the GitHub issue labels in both OpenRXV and AReS issue trackers, using labels like “P-low” for priority</li>
|
||||
<li>I filed another handful of issues in both trackers and added them to the spreadsheet</li>
|
||||
</ul></li>
|
||||
<li>I need to ask Marie-Angelique about the <code>cg.peer-reviewed</code> field
|
||||
|
||||
<ul>
|
||||
<li>We currently use <code>dc.description.version</code> with values like “Internal Review” and “Peer Review”, and CG Core v2 currently recommends using “True” if the field is peer reviewed</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
||||
|
||||
|
@ -4,27 +4,27 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/categories/</loc>
|
||||
<lastmod>2019-11-25T10:21:13+02:00</lastmod>
|
||||
<lastmod>2019-11-26T15:53:57+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2019-11-25T10:21:13+02:00</lastmod>
|
||||
<lastmod>2019-11-26T15:53:57+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
|
||||
<lastmod>2019-11-25T10:21:13+02:00</lastmod>
|
||||
<lastmod>2019-11-26T15:53:57+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2019-11/</loc>
|
||||
<lastmod>2019-11-25T10:21:13+02:00</lastmod>
|
||||
<lastmod>2019-11-26T15:53:57+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||
<lastmod>2019-11-25T10:21:13+02:00</lastmod>
|
||||
<lastmod>2019-11-26T15:53:57+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
|
Reference in New Issue
Block a user