mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Add notes for 2019-09-12
This commit is contained in:
parent
4b6343592a
commit
65f07bfe04
@ -74,13 +74,27 @@ Mozilla/5.0 ((Windows; U; Windows NT 6.1; fr; rv:1.9.2) Gecko/20100115 Firefox/3
|
||||
|
||||
- Altmetric responded to say that they have fixed an issue with their badge code so now research outputs with multiple handles are showing badges!
|
||||
- See: https://hdl.handle.net/handle/10568/97825
|
||||
- Follow up with Bosede about the mixup with PDFs in the items uploaded in 2018-12 (aka Daniel1807)
|
||||
- Follow up with Bosede about the mixup with PDFs in the items uploaded in 2018-12 (aka Daniel1807.xsl)
|
||||
- These are the same ones that Peter noticed last week, that Bosede and I had been discussing earlier this year that we never sorted out
|
||||
- It looks like these items were uploaded by Sisay on 2018-12-19 so we can use the [accession date as a filter](https://cgspace.cgiar.org/handle/10568/68616/discover?filtertype_1=dateAccessioned&filter_relational_operator_1=contains&filter_1=2018-12-19&submit_apply_filter=&query=) to narrow it down to 230 items (of which only 104 have PDFs, according to the Daniel1807.xls input input file)
|
||||
- Now I just checked a few manually and they are correct in the original input file, so something must have happened when Sisay was processing them for upload
|
||||
- I have asked Sisay to fix them...
|
||||
- Continue working on CG Core v2 migration, focusing on the crosswalk mappings
|
||||
- I think we can skip the MODS crosswalk for now because it is only used in [AIP exports that are meant for non-DSpace systems](https://wiki.duraspace.org/display/DSDOC5x/DSpace+AIP+Format#DSpaceAIPFormat-MODSSchema)
|
||||
- We should probably do the QDC crosswalk as well as those in `xhtml-head-item.properties`...
|
||||
- Ouch, there is potentially a lot of work in the OAI metadata formats like DIM, METS, and QDC (see `dspace/config/crosswalks/oai/*.xsl`)
|
||||
- In general I think I should only modify the left side of the crosswalk mappings (ie, where metadata is coming from) so we maintain the same exact output for search engines, etc
|
||||
|
||||
## 2019-09-11
|
||||
|
||||
- Maria Garruccio asked me to add two new Bioversity ORCID identifiers to CGSpace so I created a [pull request](https://github.com/ilri/DSpace/pull/431)
|
||||
- Marissa Van Epp asked me to add new CCAFS Phase II project tags to CGSpace so I created a [pull request](https://github.com/ilri/DSpace/pull/432)
|
||||
- I will wait until I hear from her to merge it because there is one tag that seems to be a duplicate because its name (PII-WA_agrosylvopast) is similar to one that already exists (PII-WA_AgroSylvopastoralSystems)
|
||||
- More work on the CG Core v2 migrations
|
||||
- I have updated my [notes on the possible changes](https://gist.github.com/alanorth/2db39e91f48d116e00a4edffd6ba6409) and done more work on the XMLUI replacements
|
||||
|
||||
## 2019-09-12
|
||||
|
||||
- Deploy [PostgreSQL JDBC driver](https://jdbc.postgresql.org/) version 42.2.7 on DSpace Test and update the [Ansible infrastructure scripts](https://github.com/ilri/rmg-ansible-public)
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
@ -40,7 +40,7 @@ Here are the top ten IPs in the nginx XMLUI and REST/OAI logs this morning:
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-09/" />
|
||||
<meta property="article:published_time" content="2019-09-01T10:17:51+03:00" />
|
||||
<meta property="article:modified_time" content="2019-09-10T16:59:18+03:00" />
|
||||
<meta property="article:modified_time" content="2019-09-10T17:20:42+03:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="September, 2019"/>
|
||||
@ -85,9 +85,9 @@ Here are the top ten IPs in the nginx XMLUI and REST/OAI logs this morning:
|
||||
"@type": "BlogPosting",
|
||||
"headline": "September, 2019",
|
||||
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-09\/",
|
||||
"wordCount": "534",
|
||||
"wordCount": "685",
|
||||
"datePublished": "2019-09-01T10:17:51\x2b03:00",
|
||||
"dateModified": "2019-09-10T16:59:18\x2b03:00",
|
||||
"dateModified": "2019-09-10T17:20:42\x2b03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -232,11 +232,13 @@ Here are the top ten IPs in the nginx XMLUI and REST/OAI logs this morning:
|
||||
<ul>
|
||||
<li>See: <a href="https://hdl.handle.net/handle/10568/97825">https://hdl.handle.net/handle/10568/97825</a></li>
|
||||
</ul></li>
|
||||
<li>Follow up with Bosede about the mixup with PDFs in the items uploaded in 2018-12 (aka Daniel1807)
|
||||
<li>Follow up with Bosede about the mixup with PDFs in the items uploaded in 2018-12 (aka Daniel1807.xsl)
|
||||
|
||||
<ul>
|
||||
<li>These are the same ones that Peter noticed last week, that Bosede and I had been discussing earlier this year that we never sorted out</li>
|
||||
<li>It looks like these items were uploaded by Sisay on 2018-12-19 so we can use the <a href="https://cgspace.cgiar.org/handle/10568/68616/discover?filtertype_1=dateAccessioned&filter_relational_operator_1=contains&filter_1=2018-12-19&submit_apply_filter=&query=">accession date as a filter</a> to narrow it down to 230 items (of which only 104 have PDFs, according to the Daniel1807.xls input input file)</li>
|
||||
<li>Now I just checked a few manually and they are correct in the original input file, so something must have happened when Sisay was processing them for upload</li>
|
||||
<li>I have asked Sisay to fix them…</li>
|
||||
</ul></li>
|
||||
<li>Continue working on CG Core v2 migration, focusing on the crosswalk mappings
|
||||
|
||||
@ -248,6 +250,28 @@ Here are the top ten IPs in the nginx XMLUI and REST/OAI logs this morning:
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
<h2 id="2019-09-11">2019-09-11</h2>
|
||||
|
||||
<ul>
|
||||
<li>Maria Garruccio asked me to add two new Bioversity ORCID identifiers to CGSpace so I created a <a href="https://github.com/ilri/DSpace/pull/431">pull request</a></li>
|
||||
<li>Marissa Van Epp asked me to add new CCAFS Phase II project tags to CGSpace so I created a <a href="https://github.com/ilri/DSpace/pull/432">pull request</a>
|
||||
|
||||
<ul>
|
||||
<li>I will wait until I hear from her to merge it because there is one tag that seems to be a duplicate because its name (PII-WA_agrosylvopast) is similar to one that already exists (PII-WA_AgroSylvopastoralSystems)</li>
|
||||
</ul></li>
|
||||
<li>More work on the CG Core v2 migrations
|
||||
|
||||
<ul>
|
||||
<li>I have updated my <a href="https://gist.github.com/alanorth/2db39e91f48d116e00a4edffd6ba6409">notes on the possible changes</a> and done more work on the XMLUI replacements</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
<h2 id="2019-09-12">2019-09-12</h2>
|
||||
|
||||
<ul>
|
||||
<li>Deploy <a href="https://jdbc.postgresql.org/">PostgreSQL JDBC driver</a> version 42.2.7 on DSpace Test and update the <a href="https://github.com/ilri/rmg-ansible-public">Ansible infrastructure scripts</a></li>
|
||||
</ul>
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
||||
|
||||
|
@ -4,27 +4,27 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2019-09-10T16:59:18+03:00</lastmod>
|
||||
<lastmod>2019-09-10T17:20:42+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2019-09-10T16:59:18+03:00</lastmod>
|
||||
<lastmod>2019-09-10T17:20:42+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||
<lastmod>2019-09-10T16:59:18+03:00</lastmod>
|
||||
<lastmod>2019-09-10T17:20:42+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2019-09/</loc>
|
||||
<lastmod>2019-09-10T16:59:18+03:00</lastmod>
|
||||
<lastmod>2019-09-10T17:20:42+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2019-09-10T16:59:18+03:00</lastmod>
|
||||
<lastmod>2019-09-10T17:20:42+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
|
Loading…
Reference in New Issue
Block a user