mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-16 20:07:03 +01:00
Add notes for 2017-04-02
This commit is contained in:
parent
055b884280
commit
9f81debd6b
15
content/post/2017-04.md
Normal file
15
content/post/2017-04.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
+++
|
||||||
|
date = "2017-04-02T17:08:52+02:00"
|
||||||
|
author = "Alan Orth"
|
||||||
|
title = "April, 2017"
|
||||||
|
tags = ["Notes"]
|
||||||
|
|
||||||
|
+++
|
||||||
|
## 2017-04-02
|
||||||
|
|
||||||
|
- Merge one change to CCAFS flagships that I had forgotten to remove last month ("MANAGING CLIMATE RISK"): https://github.com/ilri/DSpace/pull/317
|
||||||
|
- Quick proof-of-concept hack to add `dc.rights` to the input form, including some inline instructions/hints:
|
||||||
|
|
||||||
|
![dc.rights in the submission form](/cgspace-notes/2017/04/dc-rights.png)
|
||||||
|
|
||||||
|
<!--more-->
|
@ -25,7 +25,7 @@ $ psql -c 'SELECT * from pg_stat_activity;' | grep idle | grep -c cgspac
|
|||||||
|
|
||||||
|
|
||||||
<meta property="article:published_time" content="2015-11-23T17:00:57+03:00"/>
|
<meta property="article:published_time" content="2015-11-23T17:00:57+03:00"/>
|
||||||
<meta property="article:modified_time" content="2016-09-28T17:02:30+03:00"/>
|
<meta property="article:modified_time" content="2015-11-23T17:00:57+03:00"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -71,7 +71,7 @@ $ psql -c 'SELECT * from pg_stat_activity;' | grep idle | grep -c cgspac
|
|||||||
"url": "https://alanorth.github.io/cgspace-notes/2015-11/",
|
"url": "https://alanorth.github.io/cgspace-notes/2015-11/",
|
||||||
"wordCount": "798",
|
"wordCount": "798",
|
||||||
"datePublished": "2015-11-23T17:00:57+03:00",
|
"datePublished": "2015-11-23T17:00:57+03:00",
|
||||||
"dateModified": "2016-09-28T17:02:30+03:00",
|
"dateModified": "2015-11-23T17:00:57+03:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -301,6 +301,8 @@ db.statementpool = true
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2017-04/">April, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
||||||
@ -309,8 +311,6 @@ db.statementpool = true
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-11/">November, 2016</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ Replace lzop with xz in log compression cron jobs on DSpace Test—it uses less
|
|||||||
|
|
||||||
|
|
||||||
<meta property="article:published_time" content="2015-12-02T13:18:00+03:00"/>
|
<meta property="article:published_time" content="2015-12-02T13:18:00+03:00"/>
|
||||||
<meta property="article:modified_time" content="2017-01-09T16:18:07+02:00"/>
|
<meta property="article:modified_time" content="2015-12-02T13:18:00+03:00"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -73,7 +73,7 @@ Replace lzop with xz in log compression cron jobs on DSpace Test—it uses less
|
|||||||
"url": "https://alanorth.github.io/cgspace-notes/2015-12/",
|
"url": "https://alanorth.github.io/cgspace-notes/2015-12/",
|
||||||
"wordCount": "753",
|
"wordCount": "753",
|
||||||
"datePublished": "2015-12-02T13:18:00+03:00",
|
"datePublished": "2015-12-02T13:18:00+03:00",
|
||||||
"dateModified": "2017-01-09T16:18:07+02:00",
|
"dateModified": "2015-12-02T13:18:00+03:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -318,6 +318,8 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2017-04/">April, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
||||||
@ -326,8 +328,6 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-11/">November, 2016</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ Update GitHub wiki for documentation of maintenance tasks.
|
|||||||
|
|
||||||
|
|
||||||
<meta property="article:published_time" content="2016-01-13T13:18:00+03:00"/>
|
<meta property="article:published_time" content="2016-01-13T13:18:00+03:00"/>
|
||||||
<meta property="article:modified_time" content="2017-01-09T16:18:07+02:00"/>
|
<meta property="article:modified_time" content="2016-01-13T13:18:00+03:00"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -63,7 +63,7 @@ Update GitHub wiki for documentation of maintenance tasks.
|
|||||||
"url": "https://alanorth.github.io/cgspace-notes/2016-01/",
|
"url": "https://alanorth.github.io/cgspace-notes/2016-01/",
|
||||||
"wordCount": "466",
|
"wordCount": "466",
|
||||||
"datePublished": "2016-01-13T13:18:00+03:00",
|
"datePublished": "2016-01-13T13:18:00+03:00",
|
||||||
"dateModified": "2017-01-09T16:18:07+02:00",
|
"dateModified": "2016-01-13T13:18:00+03:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -233,6 +233,8 @@ $ find SimpleArchiveForBio/ -iname “*.pdf” -exec basename {} \; | so
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2017-04/">April, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
||||||
@ -241,8 +243,6 @@ $ find SimpleArchiveForBio/ -iname “*.pdf” -exec basename {} \; | so
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-11/">November, 2016</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ Also, lots of things like “COTE D`LVOIRE” and “COTE D IVOIRE&r
|
|||||||
|
|
||||||
|
|
||||||
<meta property="article:published_time" content="2016-02-05T13:18:00+03:00"/>
|
<meta property="article:published_time" content="2016-02-05T13:18:00+03:00"/>
|
||||||
<meta property="article:modified_time" content="2017-01-09T16:18:07+02:00"/>
|
<meta property="article:modified_time" content="2016-02-05T13:18:00+03:00"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -77,7 +77,7 @@ Also, lots of things like “COTE D`LVOIRE” and “COTE D IVOIRE&r
|
|||||||
"url": "https://alanorth.github.io/cgspace-notes/2016-02/",
|
"url": "https://alanorth.github.io/cgspace-notes/2016-02/",
|
||||||
"wordCount": "1657",
|
"wordCount": "1657",
|
||||||
"datePublished": "2016-02-05T13:18:00+03:00",
|
"datePublished": "2016-02-05T13:18:00+03:00",
|
||||||
"dateModified": "2017-01-09T16:18:07+02:00",
|
"dateModified": "2016-02-05T13:18:00+03:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -486,6 +486,8 @@ Bitstream: tést señora alimentación.pdf
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2017-04/">April, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
||||||
@ -494,8 +496,6 @@ Bitstream: tést señora alimentación.pdf
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-11/">November, 2016</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Ja
|
|||||||
|
|
||||||
|
|
||||||
<meta property="article:published_time" content="2016-03-02T16:50:00+03:00"/>
|
<meta property="article:published_time" content="2016-03-02T16:50:00+03:00"/>
|
||||||
<meta property="article:modified_time" content="2017-01-09T16:18:07+02:00"/>
|
<meta property="article:modified_time" content="2016-03-02T16:50:00+03:00"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -63,7 +63,7 @@ Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Ja
|
|||||||
"url": "https://alanorth.github.io/cgspace-notes/2016-03/",
|
"url": "https://alanorth.github.io/cgspace-notes/2016-03/",
|
||||||
"wordCount": "1581",
|
"wordCount": "1581",
|
||||||
"datePublished": "2016-03-02T16:50:00+03:00",
|
"datePublished": "2016-03-02T16:50:00+03:00",
|
||||||
"dateModified": "2017-01-09T16:18:07+02:00",
|
"dateModified": "2016-03-02T16:50:00+03:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -386,6 +386,8 @@ Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Ja
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2017-04/">April, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
||||||
@ -394,8 +396,6 @@ Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Ja
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-11/">November, 2016</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ Also, I noticed the checker log has some errors we should pay attention to:
|
|||||||
|
|
||||||
|
|
||||||
<meta property="article:published_time" content="2016-04-04T11:06:00+03:00"/>
|
<meta property="article:published_time" content="2016-04-04T11:06:00+03:00"/>
|
||||||
<meta property="article:modified_time" content="2016-09-28T17:02:30+03:00"/>
|
<meta property="article:modified_time" content="2016-04-04T11:06:00+03:00"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -67,7 +67,7 @@ Also, I noticed the checker log has some errors we should pay attention to:
|
|||||||
"url": "https://alanorth.github.io/cgspace-notes/2016-04/",
|
"url": "https://alanorth.github.io/cgspace-notes/2016-04/",
|
||||||
"wordCount": "2006",
|
"wordCount": "2006",
|
||||||
"datePublished": "2016-04-04T11:06:00+03:00",
|
"datePublished": "2016-04-04T11:06:00+03:00",
|
||||||
"dateModified": "2016-09-28T17:02:30+03:00",
|
"dateModified": "2016-04-04T11:06:00+03:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -603,6 +603,8 @@ dspace.log.2016-04-27:7271
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2017-04/">April, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
||||||
@ -611,8 +613,6 @@ dspace.log.2016-04-27:7271
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-11/">November, 2016</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ There are 3,000 IPs accessing the REST API in a 24-hour period!
|
|||||||
|
|
||||||
|
|
||||||
<meta property="article:published_time" content="2016-05-01T23:06:00+03:00"/>
|
<meta property="article:published_time" content="2016-05-01T23:06:00+03:00"/>
|
||||||
<meta property="article:modified_time" content="2017-01-09T16:18:07+02:00"/>
|
<meta property="article:modified_time" content="2016-05-01T23:06:00+03:00"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -71,7 +71,7 @@ There are 3,000 IPs accessing the REST API in a 24-hour period!
|
|||||||
"url": "https://alanorth.github.io/cgspace-notes/2016-05/",
|
"url": "https://alanorth.github.io/cgspace-notes/2016-05/",
|
||||||
"wordCount": "1349",
|
"wordCount": "1349",
|
||||||
"datePublished": "2016-05-01T23:06:00+03:00",
|
"datePublished": "2016-05-01T23:06:00+03:00",
|
||||||
"dateModified": "2017-01-09T16:18:07+02:00",
|
"dateModified": "2016-05-01T23:06:00+03:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -453,6 +453,8 @@ sys 0m20.540s
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2017-04/">April, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
||||||
@ -461,8 +463,6 @@ sys 0m20.540s
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-11/">November, 2016</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ Working on second phase of metadata migration, looks like this will work for mov
|
|||||||
|
|
||||||
|
|
||||||
<meta property="article:published_time" content="2016-06-01T10:53:00+03:00"/>
|
<meta property="article:published_time" content="2016-06-01T10:53:00+03:00"/>
|
||||||
<meta property="article:modified_time" content="2017-01-09T16:18:07+02:00"/>
|
<meta property="article:modified_time" content="2016-06-01T10:53:00+03:00"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -69,7 +69,7 @@ Working on second phase of metadata migration, looks like this will work for mov
|
|||||||
"url": "https://alanorth.github.io/cgspace-notes/2016-06/",
|
"url": "https://alanorth.github.io/cgspace-notes/2016-06/",
|
||||||
"wordCount": "1549",
|
"wordCount": "1549",
|
||||||
"datePublished": "2016-06-01T10:53:00+03:00",
|
"datePublished": "2016-06-01T10:53:00+03:00",
|
||||||
"dateModified": "2017-01-09T16:18:07+02:00",
|
"dateModified": "2016-06-01T10:53:00+03:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -498,6 +498,8 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2017-04/">April, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
||||||
@ -506,8 +508,6 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-11/">November, 2016</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ In this case the select query was showing 95 results before the update
|
|||||||
|
|
||||||
|
|
||||||
<meta property="article:published_time" content="2016-07-01T10:53:00+03:00"/>
|
<meta property="article:published_time" content="2016-07-01T10:53:00+03:00"/>
|
||||||
<meta property="article:modified_time" content="2017-01-09T16:18:07+02:00"/>
|
<meta property="article:modified_time" content="2016-07-01T10:53:00+03:00"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -85,7 +85,7 @@ In this case the select query was showing 95 results before the update
|
|||||||
"url": "https://alanorth.github.io/cgspace-notes/2016-07/",
|
"url": "https://alanorth.github.io/cgspace-notes/2016-07/",
|
||||||
"wordCount": "866",
|
"wordCount": "866",
|
||||||
"datePublished": "2016-07-01T10:53:00+03:00",
|
"datePublished": "2016-07-01T10:53:00+03:00",
|
||||||
"dateModified": "2017-01-09T16:18:07+02:00",
|
"dateModified": "2016-07-01T10:53:00+03:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -416,6 +416,8 @@ discovery.index.authority.ignore-variants=true
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2017-04/">April, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
||||||
@ -424,8 +426,6 @@ discovery.index.authority.ignore-variants=true
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-11/">November, 2016</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ $ git rebase -i dspace-5.5
|
|||||||
|
|
||||||
|
|
||||||
<meta property="article:published_time" content="2016-08-01T15:53:00+03:00"/>
|
<meta property="article:published_time" content="2016-08-01T15:53:00+03:00"/>
|
||||||
<meta property="article:modified_time" content="2017-01-09T16:18:07+02:00"/>
|
<meta property="article:modified_time" content="2016-08-01T15:53:00+03:00"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -79,7 +79,7 @@ $ git rebase -i dspace-5.5
|
|||||||
"url": "https://alanorth.github.io/cgspace-notes/2016-08/",
|
"url": "https://alanorth.github.io/cgspace-notes/2016-08/",
|
||||||
"wordCount": "1514",
|
"wordCount": "1514",
|
||||||
"datePublished": "2016-08-01T15:53:00+03:00",
|
"datePublished": "2016-08-01T15:53:00+03:00",
|
||||||
"dateModified": "2017-01-09T16:18:07+02:00",
|
"dateModified": "2016-08-01T15:53:00+03:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -489,6 +489,8 @@ $ JAVA_OPTS="-Dfile.encoding=UTF-8 -Xmx512m" /home/cgspace.cgiar.org/b
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2017-04/">April, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
||||||
@ -497,8 +499,6 @@ $ JAVA_OPTS="-Dfile.encoding=UTF-8 -Xmx512m" /home/cgspace.cgiar.org/b
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-11/">November, 2016</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ $ ldapsearch -x -H ldaps://svcgroot2.cgiarad.org:3269/ -b "dc=cgiarad,dc=or
|
|||||||
|
|
||||||
|
|
||||||
<meta property="article:published_time" content="2016-09-01T15:53:00+03:00"/>
|
<meta property="article:published_time" content="2016-09-01T15:53:00+03:00"/>
|
||||||
<meta property="article:modified_time" content="2017-01-09T16:18:07+02:00"/>
|
<meta property="article:modified_time" content="2016-09-01T15:53:00+03:00"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -71,7 +71,7 @@ $ ldapsearch -x -H ldaps://svcgroot2.cgiarad.org:3269/ -b "dc=cgiarad,dc=or
|
|||||||
"url": "https://alanorth.github.io/cgspace-notes/2016-09/",
|
"url": "https://alanorth.github.io/cgspace-notes/2016-09/",
|
||||||
"wordCount": "3298",
|
"wordCount": "3298",
|
||||||
"datePublished": "2016-09-01T15:53:00+03:00",
|
"datePublished": "2016-09-01T15:53:00+03:00",
|
||||||
"dateModified": "2017-01-09T16:18:07+02:00",
|
"dateModified": "2016-09-01T15:53:00+03:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -789,6 +789,8 @@ $ ./delete-metadata-values.py -i ilrisubjects-delete-13.csv -f cg.subject.ilri -
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2017-04/">April, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
||||||
@ -797,8 +799,6 @@ $ ./delete-metadata-values.py -i ilrisubjects-delete-13.csv -f cg.subject.ilri -
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-11/">November, 2016</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ I exported a random item’s metadata as CSV, deleted all columns except id
|
|||||||
|
|
||||||
|
|
||||||
<meta property="article:published_time" content="2016-10-03T15:53:00+03:00"/>
|
<meta property="article:published_time" content="2016-10-03T15:53:00+03:00"/>
|
||||||
<meta property="article:modified_time" content="2017-01-10T16:21:47+02:00"/>
|
<meta property="article:modified_time" content="2016-10-03T15:53:00+03:00"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -79,7 +79,7 @@ I exported a random item’s metadata as CSV, deleted all columns except id
|
|||||||
"url": "https://alanorth.github.io/cgspace-notes/2016-10/",
|
"url": "https://alanorth.github.io/cgspace-notes/2016-10/",
|
||||||
"wordCount": "1828",
|
"wordCount": "1828",
|
||||||
"datePublished": "2016-10-03T15:53:00+03:00",
|
"datePublished": "2016-10-03T15:53:00+03:00",
|
||||||
"dateModified": "2017-01-10T16:21:47+02:00",
|
"dateModified": "2016-10-03T15:53:00+03:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -475,6 +475,8 @@ dspace=# update metadatavalue set text_value = regexp_replace(text_value, 'http:
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2017-04/">April, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
||||||
@ -483,8 +485,6 @@ dspace=# update metadatavalue set text_value = regexp_replace(text_value, 'http:
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-11/">November, 2016</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ Add dc.type to the output options for Atmire’s Listings and Reports module
|
|||||||
|
|
||||||
|
|
||||||
<meta property="article:published_time" content="2016-11-01T09:21:00+03:00"/>
|
<meta property="article:published_time" content="2016-11-01T09:21:00+03:00"/>
|
||||||
<meta property="article:modified_time" content="2017-01-10T16:21:47+02:00"/>
|
<meta property="article:modified_time" content="2016-11-01T09:21:00+03:00"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -63,7 +63,7 @@ Add dc.type to the output options for Atmire’s Listings and Reports module
|
|||||||
"url": "https://alanorth.github.io/cgspace-notes/2016-11/",
|
"url": "https://alanorth.github.io/cgspace-notes/2016-11/",
|
||||||
"wordCount": "2825",
|
"wordCount": "2825",
|
||||||
"datePublished": "2016-11-01T09:21:00+03:00",
|
"datePublished": "2016-11-01T09:21:00+03:00",
|
||||||
"dateModified": "2017-01-10T16:21:47+02:00",
|
"dateModified": "2016-11-01T09:21:00+03:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -691,6 +691,8 @@ org.dspace.discovery.SearchServiceException: Error executing query
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2017-04/">April, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
||||||
@ -699,8 +701,6 @@ org.dspace.discovery.SearchServiceException: Error executing query
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-11/">November, 2016</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ Another worrying error from dspace.log is:
|
|||||||
|
|
||||||
|
|
||||||
<meta property="article:published_time" content="2016-12-02T10:43:00+03:00"/>
|
<meta property="article:published_time" content="2016-12-02T10:43:00+03:00"/>
|
||||||
<meta property="article:modified_time" content="2017-01-10T16:21:47+02:00"/>
|
<meta property="article:modified_time" content="2016-12-02T10:43:00+03:00"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -87,7 +87,7 @@ Another worrying error from dspace.log is:
|
|||||||
"url": "https://alanorth.github.io/cgspace-notes/2016-12/",
|
"url": "https://alanorth.github.io/cgspace-notes/2016-12/",
|
||||||
"wordCount": "4078",
|
"wordCount": "4078",
|
||||||
"datePublished": "2016-12-02T10:43:00+03:00",
|
"datePublished": "2016-12-02T10:43:00+03:00",
|
||||||
"dateModified": "2017-01-10T16:21:47+02:00",
|
"dateModified": "2016-12-02T10:43:00+03:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -927,6 +927,8 @@ $ exit
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2017-04/">April, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
||||||
@ -935,8 +937,6 @@ $ exit
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-11/">November, 2016</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ I asked on the dspace-tech mailing list because it seems to be broken, and actua
|
|||||||
|
|
||||||
|
|
||||||
<meta property="article:published_time" content="2017-01-02T10:43:00+03:00"/>
|
<meta property="article:published_time" content="2017-01-02T10:43:00+03:00"/>
|
||||||
<meta property="article:modified_time" content="2017-01-29T13:18:32+02:00"/>
|
<meta property="article:modified_time" content="2017-01-02T10:43:00+03:00"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -63,7 +63,7 @@ I asked on the dspace-tech mailing list because it seems to be broken, and actua
|
|||||||
"url": "https://alanorth.github.io/cgspace-notes/2017-01/",
|
"url": "https://alanorth.github.io/cgspace-notes/2017-01/",
|
||||||
"wordCount": "1594",
|
"wordCount": "1594",
|
||||||
"datePublished": "2017-01-02T10:43:00+03:00",
|
"datePublished": "2017-01-02T10:43:00+03:00",
|
||||||
"dateModified": "2017-01-29T13:18:32+02:00",
|
"dateModified": "2017-01-02T10:43:00+03:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -472,6 +472,8 @@ $ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2017-04/">April, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
||||||
@ -480,8 +482,6 @@ $ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-11/">November, 2016</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ Looks like we’ll be using cg.identifier.ccafsprojectpii as the field name
|
|||||||
|
|
||||||
|
|
||||||
<meta property="article:published_time" content="2017-02-07T07:04:52-08:00"/>
|
<meta property="article:published_time" content="2017-02-07T07:04:52-08:00"/>
|
||||||
<meta property="article:modified_time" content="2017-02-28T22:58:29+02:00"/>
|
<meta property="article:modified_time" content="2017-02-07T07:04:52-08:00"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -91,7 +91,7 @@ Looks like we’ll be using cg.identifier.ccafsprojectpii as the field name
|
|||||||
"url": "https://alanorth.github.io/cgspace-notes/2017-02/",
|
"url": "https://alanorth.github.io/cgspace-notes/2017-02/",
|
||||||
"wordCount": "2028",
|
"wordCount": "2028",
|
||||||
"datePublished": "2017-02-07T07:04:52-08:00",
|
"datePublished": "2017-02-07T07:04:52-08:00",
|
||||||
"dateModified": "2017-02-28T22:58:29+02:00",
|
"dateModified": "2017-02-07T07:04:52-08:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -544,6 +544,8 @@ COPY 1968
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2017-04/">April, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
||||||
@ -552,8 +554,6 @@ COPY 1968
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-11/">November, 2016</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ $ identify ~/Desktop/alc_contrastes_desafios.jpg
|
|||||||
|
|
||||||
|
|
||||||
<meta property="article:published_time" content="2017-03-01T17:08:52+02:00"/>
|
<meta property="article:published_time" content="2017-03-01T17:08:52+02:00"/>
|
||||||
<meta property="article:modified_time" content="2017-03-30T14:50:53+03:00"/>
|
<meta property="article:modified_time" content="2017-03-01T17:08:52+02:00"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -95,7 +95,7 @@ $ identify ~/Desktop/alc_contrastes_desafios.jpg
|
|||||||
"url": "https://alanorth.github.io/cgspace-notes/2017-03/",
|
"url": "https://alanorth.github.io/cgspace-notes/2017-03/",
|
||||||
"wordCount": "1538",
|
"wordCount": "1538",
|
||||||
"datePublished": "2017-03-01T17:08:52+02:00",
|
"datePublished": "2017-03-01T17:08:52+02:00",
|
||||||
"dateModified": "2017-03-30T14:50:53+03:00",
|
"dateModified": "2017-03-01T17:08:52+02:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -458,6 +458,8 @@ $ ./delete-metadata-values.py -i Investors-Delete-121.csv -f dc.description.spon
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2017-04/">April, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
||||||
@ -466,8 +468,6 @@ $ ./delete-metadata-values.py -i Investors-Delete-121.csv -f dc.description.spon
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-11/">November, 2016</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
210
public/2017-04/index.html
Normal file
210
public/2017-04/index.html
Normal file
@ -0,0 +1,210 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
|
|
||||||
|
<meta property="og:title" content="April, 2017" />
|
||||||
|
<meta property="og:description" content="2017-04-02
|
||||||
|
|
||||||
|
|
||||||
|
Merge one change to CCAFS flagships that I had forgotten to remove last month (“MANAGING CLIMATE RISK”): https://github.com/ilri/DSpace/pull/317
|
||||||
|
Quick proof-of-concept hack to add dc.rights to the input form, including some inline instructions/hints:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2017-04/" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="article:published_time" content="2017-04-02T17:08:52+02:00"/>
|
||||||
|
<meta property="article:modified_time" content="2017-04-02T17:08:52+02:00"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:text:title" content="April, 2017"/>
|
||||||
|
<meta name="twitter:title" content="April, 2017"/>
|
||||||
|
<meta name="twitter:description" content="2017-04-02
|
||||||
|
|
||||||
|
|
||||||
|
Merge one change to CCAFS flagships that I had forgotten to remove last month (“MANAGING CLIMATE RISK”): https://github.com/ilri/DSpace/pull/317
|
||||||
|
Quick proof-of-concept hack to add dc.rights to the input form, including some inline instructions/hints:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
"/>
|
||||||
|
|
||||||
|
<meta name="generator" content="Hugo 0.19" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "http://schema.org",
|
||||||
|
"@type": "BlogPosting",
|
||||||
|
"headline": "April, 2017",
|
||||||
|
"url": "https://alanorth.github.io/cgspace-notes/2017-04/",
|
||||||
|
"wordCount": "33",
|
||||||
|
"datePublished": "2017-04-02T17:08:52+02:00",
|
||||||
|
"dateModified": "2017-04-02T17:08:52+02:00",
|
||||||
|
"author": {
|
||||||
|
"@type": "Person",
|
||||||
|
"name": "Alan Orth"
|
||||||
|
},
|
||||||
|
"keywords": "Notes"
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="canonical" href="https://alanorth.github.io/cgspace-notes/2017-04/">
|
||||||
|
|
||||||
|
<title>April, 2017 | CGSpace Notes</title>
|
||||||
|
|
||||||
|
<!-- combined, minified CSS -->
|
||||||
|
<link href="https://alanorth.github.io/cgspace-notes/css/style.css" rel="stylesheet" integrity="sha384-KgZMa5t4zn+0nHuId9vV0Oqe9qSvqAhmtw588G8XKQmOFtA+y4ZkRl2JPMhw1dsN" crossorigin="anonymous">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div class="blog-masthead">
|
||||||
|
<div class="container">
|
||||||
|
<nav class="nav blog-nav">
|
||||||
|
<a class="nav-link " href="https://alanorth.github.io/cgspace-notes/">Home</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<header class="blog-header">
|
||||||
|
<div class="container">
|
||||||
|
<h1 class="blog-title"><a href="https://alanorth.github.io/cgspace-notes/" rel="home">CGSpace Notes</a></h1>
|
||||||
|
<p class="lead blog-description">Documenting day-to-day work on the <a href="https://cgspace.cgiar.org">CGSpace</a> repository.</p>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-8 blog-main">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="blog-post">
|
||||||
|
<header>
|
||||||
|
<h2 class="blog-post-title"><a href="https://alanorth.github.io/cgspace-notes/2017-04/">April, 2017</a></h2>
|
||||||
|
<p class="blog-post-meta"><time datetime="2017-04-02T17:08:52+02:00">Sun Apr 02, 2017</time> by Alan Orth in
|
||||||
|
|
||||||
|
<i class="fa fa-tag" aria-hidden="true"></i> <a href="/cgspace-notes/tags/notes" rel="tag">Notes</a>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
<h2 id="2017-04-02">2017-04-02</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Merge one change to CCAFS flagships that I had forgotten to remove last month (“MANAGING CLIMATE RISK”): <a href="https://github.com/ilri/DSpace/pull/317">https://github.com/ilri/DSpace/pull/317</a></li>
|
||||||
|
<li>Quick proof-of-concept hack to add <code>dc.rights</code> to the input form, including some inline instructions/hints:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p><img src="/cgspace-notes/2017/04/dc-rights.png" alt="dc.rights in the submission form" /></p>
|
||||||
|
|
||||||
|
<p></p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div> <!-- /.blog-main -->
|
||||||
|
|
||||||
|
<aside class="col-sm-3 offset-sm-1 blog-sidebar">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="sidebar-module">
|
||||||
|
<h4>Recent Posts</h4>
|
||||||
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2017-04/">April, 2017</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2017-01/">January, 2017</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
||||||
|
|
||||||
|
</ol>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="sidebar-module">
|
||||||
|
<h4>Links</h4>
|
||||||
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
<li><a href="https://cgspace.cgiar.org">CGSpace</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://dspacetest.cgiar.org">DSpace Test</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/ilri/DSpace">CGSpace @ GitHub</a></li>
|
||||||
|
|
||||||
|
</ol>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
|
||||||
|
</div> <!-- /.row -->
|
||||||
|
</div> <!-- /.container -->
|
||||||
|
|
||||||
|
<footer class="blog-footer">
|
||||||
|
<p>
|
||||||
|
|
||||||
|
Blog template created by <a href="https://twitter.com/mdo">@mdo</a>, ported to Hugo by <a href='https://twitter.com/mralanorth'>@mralanorth</a>.
|
||||||
|
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<a href="#">Back to top</a>
|
||||||
|
</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
BIN
public/2017/04/dc-rights.png
Normal file
BIN
public/2017/04/dc-rights.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:updated_time" content="2017-03-01T17:08:52+02:00"/>
|
<meta property="og:updated_time" content="2017-04-02T17:08:52+02:00"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -37,7 +37,7 @@
|
|||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
},
|
},
|
||||||
"dateModified": "2017-03-01T17:08:52+02:00",
|
"dateModified": "2017-04-02T17:08:52+02:00",
|
||||||
"keywords": "notes,",
|
"keywords": "notes,",
|
||||||
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
|
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
|
||||||
}
|
}
|
||||||
@ -94,6 +94,31 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="blog-post">
|
||||||
|
<header>
|
||||||
|
<h2 class="blog-post-title"><a href="https://alanorth.github.io/cgspace-notes/2017-04/">April, 2017</a></h2>
|
||||||
|
<p class="blog-post-meta"><time datetime="2017-04-02T17:08:52+02:00">Sun Apr 02, 2017</time> by Alan Orth in
|
||||||
|
|
||||||
|
<i class="fa fa-tag" aria-hidden="true"></i> <a href="/cgspace-notes/tags/notes" rel="tag">Notes</a>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
<h2 id="2017-04-02">2017-04-02</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Merge one change to CCAFS flagships that I had forgotten to remove last month (“MANAGING CLIMATE RISK”): <a href="https://github.com/ilri/DSpace/pull/317">https://github.com/ilri/DSpace/pull/317</a></li>
|
||||||
|
<li>Quick proof-of-concept hack to add <code>dc.rights</code> to the input form, including some inline instructions/hints:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p><img src="/cgspace-notes/2017/04/dc-rights.png" alt="dc.rights in the submission form" /></p>
|
||||||
|
|
||||||
|
<p></p>
|
||||||
|
<a href='https://alanorth.github.io/cgspace-notes/2017-04/'>Read more →</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
<article class="blog-post">
|
||||||
<header>
|
<header>
|
||||||
<h2 class="blog-post-title"><a href="https://alanorth.github.io/cgspace-notes/2017-03/">March, 2017</a></h2>
|
<h2 class="blog-post-title"><a href="https://alanorth.github.io/cgspace-notes/2017-03/">March, 2017</a></h2>
|
||||||
@ -383,33 +408,6 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
|
||||||
<header>
|
|
||||||
<h2 class="blog-post-title"><a href="https://alanorth.github.io/cgspace-notes/2016-06/">June, 2016</a></h2>
|
|
||||||
<p class="blog-post-meta"><time datetime="2016-06-01T10:53:00+03:00">Wed Jun 01, 2016</time> by Alan Orth in
|
|
||||||
|
|
||||||
<i class="fa fa-tag" aria-hidden="true"></i> <a href="/cgspace-notes/tags/notes" rel="tag">Notes</a>
|
|
||||||
|
|
||||||
</p>
|
|
||||||
</header>
|
|
||||||
<h2 id="2016-06-01">2016-06-01</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Experimenting with IFPRI OAI (we want to harvest their publications)</li>
|
|
||||||
<li>After reading the <a href="https://www.oclc.org/support/services/contentdm/help/server-admin-help/oai-support.en.html">ContentDM documentation</a> I found IFPRI’s OAI endpoint: <a href="http://ebrary.ifpri.org/oai/oai.php">http://ebrary.ifpri.org/oai/oai.php</a></li>
|
|
||||||
<li>After reading the <a href="https://www.openarchives.org/OAI/openarchivesprotocol.html">OAI documentation</a> and testing with an <a href="http://validator.oaipmh.com/">OAI validator</a> I found out how to get their publications</li>
|
|
||||||
<li>This is their publications set: <a href="http://ebrary.ifpri.org/oai/oai.php?verb=ListRecords&from=2016-01-01&set=p15738coll2&metadataPrefix=oai_dc">http://ebrary.ifpri.org/oai/oai.php?verb=ListRecords&from=2016-01-01&set=p15738coll2&metadataPrefix=oai_dc</a></li>
|
|
||||||
<li>You can see the others by using the OAI <code>ListSets</code> verb: <a href="http://ebrary.ifpri.org/oai/oai.php?verb=ListSets">http://ebrary.ifpri.org/oai/oai.php?verb=ListSets</a></li>
|
|
||||||
<li>Working on second phase of metadata migration, looks like this will work for moving CPWF-specific data in <code>dc.identifier.fund</code> to <code>cg.identifier.cpwfproject</code> and then the rest to <code>dc.description.sponsorship</code></li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p></p>
|
|
||||||
<a href='https://alanorth.github.io/cgspace-notes/2016-06/'>Read more →</a>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<nav class="blog-pagination">
|
<nav class="blog-pagination">
|
||||||
|
|
||||||
|
|
||||||
@ -433,6 +431,8 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2017-04/">April, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
||||||
@ -441,8 +441,6 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-11/">November, 2016</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
114
public/index.xml
114
public/index.xml
@ -6,9 +6,27 @@
|
|||||||
<description>Recent content on CGSpace Notes</description>
|
<description>Recent content on CGSpace Notes</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<lastBuildDate>Wed, 01 Mar 2017 17:08:52 +0200</lastBuildDate>
|
<lastBuildDate>Sun, 02 Apr 2017 17:08:52 +0200</lastBuildDate>
|
||||||
<atom:link href="https://alanorth.github.io/cgspace-notes/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="https://alanorth.github.io/cgspace-notes/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>April, 2017</title>
|
||||||
|
<link>https://alanorth.github.io/cgspace-notes/2017-04/</link>
|
||||||
|
<pubDate>Sun, 02 Apr 2017 17:08:52 +0200</pubDate>
|
||||||
|
|
||||||
|
<guid>https://alanorth.github.io/cgspace-notes/2017-04/</guid>
|
||||||
|
<description><h2 id="2017-04-02">2017-04-02</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Merge one change to CCAFS flagships that I had forgotten to remove last month (&ldquo;MANAGING CLIMATE RISK&rdquo;): <a href="https://github.com/ilri/DSpace/pull/317">https://github.com/ilri/DSpace/pull/317</a></li>
|
||||||
|
<li>Quick proof-of-concept hack to add <code>dc.rights</code> to the input form, including some inline instructions/hints:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p><img src="https://alanorth.github.io/cgspace-notes/cgspace-notes/2017/04/dc-rights.png" alt="dc.rights in the submission form" /></p>
|
||||||
|
|
||||||
|
<p></p></description>
|
||||||
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>March, 2017</title>
|
<title>March, 2017</title>
|
||||||
<link>https://alanorth.github.io/cgspace-notes/2017-03/</link>
|
<link>https://alanorth.github.io/cgspace-notes/2017-03/</link>
|
||||||
@ -5572,99 +5590,5 @@ Bitstream: tést señora alimentación.pdf
|
|||||||
</ul></description>
|
</ul></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>January, 2016</title>
|
|
||||||
<link>https://alanorth.github.io/cgspace-notes/2016-01/</link>
|
|
||||||
<pubDate>Wed, 13 Jan 2016 13:18:00 +0300</pubDate>
|
|
||||||
|
|
||||||
<guid>https://alanorth.github.io/cgspace-notes/2016-01/</guid>
|
|
||||||
<description><h2 id="2016-01-13">2016-01-13</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Move ILRI collection <code>10568/12503</code> from <code>10568/27869</code> to <code>10568/27629</code> using the <a href="https://gist.github.com/alanorth/392c4660e8b022d99dfa">move_collections.sh</a> script I wrote last year.</li>
|
|
||||||
<li>I realized it is only necessary to clear the Cocoon cache after moving collections—rather than reindexing—as no metadata has changed, and therefore no search or browse indexes need to be updated.</li>
|
|
||||||
<li>Update GitHub wiki for documentation of <a href="https://github.com/ilri/DSpace/wiki/Maintenance-Tasks">maintenance tasks</a>.</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p></p>
|
|
||||||
|
|
||||||
<h2 id="2016-01-14">2016-01-14</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Update CCAFS project identifiers in input-forms.xml</li>
|
|
||||||
<li>Run system updates and restart the server</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2 id="2016-01-18">2016-01-18</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Change &ldquo;Extension material&rdquo; to &ldquo;Extension Material&rdquo; in input-forms.xml (a mistake that fell through the cracks when we fixed the others in DSpace 4 era)</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2 id="2016-01-19">2016-01-19</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Work on tweaks and updates for the social sharing icons on item pages: add Delicious and Mendeley (from Academicons), make links open in new windows, and set the icon color to the theme&rsquo;s primary color (<a href="https://github.com/ilri/DSpace/issues/157">#157</a>)</li>
|
|
||||||
<li>Tweak date-based facets to show more values in drill-down ranges (<a href="https://github.com/ilri/DSpace/issues/162">#162</a>)</li>
|
|
||||||
<li>Need to remember to clear the Cocoon cache after deployment or else you don&rsquo;t see the new ranges immediately</li>
|
|
||||||
<li>Set up recipe on IFTTT to tweet new items from the CGSpace Atom feed to my twitter account</li>
|
|
||||||
<li>Altmetrics&rsquo; support for Handles is kinda weak, so they can&rsquo;t associate our items with DOIs until they are tweeted or blogged, etc first.</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2 id="2016-01-21">2016-01-21</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Still waiting for my IFTTT recipe to fire, two days later</li>
|
|
||||||
<li>It looks like the Atom feed on CGSpace hasn&rsquo;t changed in two days, but there have definitely been new items</li>
|
|
||||||
<li>The RSS feed is nearly as old, but has different old items there</li>
|
|
||||||
<li>On a hunch I cleared the Cocoon cache and now the feeds are fresh</li>
|
|
||||||
<li>Looks like there is configuration option related to this, <code>webui.feed.cache.age</code>, which defaults to 48 hours, though I&rsquo;m not sure what relation it has to the Cocoon cache</li>
|
|
||||||
<li>In any case, we should change this cache to be something more like 6 hours, as we publish new items several times per day.</li>
|
|
||||||
<li>Work around a CSS issue with long URLs in the item view (<a href="https://github.com/ilri/DSpace/issues/172">#172</a>)</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2 id="2016-01-25">2016-01-25</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Re-deploy CGSpace and DSpace Test with latest <code>5_x-prod</code> branch</li>
|
|
||||||
<li>This included the social icon fixes/updates, date-based facet tweaks, reducing the feed cache age, and fixing a layout issue in XMLUI item view when an item had long URLs</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2 id="2016-01-26">2016-01-26</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Run nginx updates on CGSpace and DSpace Test (<a href="http://mailman.nginx.org/pipermail/nginx/2016-January/049700.html">1.8.1 and 1.9.10, respectively</a>)</li>
|
|
||||||
<li>Run updates on DSpace Test and reboot for new Linode kernel <code>Linux 4.4.0-x86_64-linode63</code> (first update in months)</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2 id="2016-01-28">2016-01-28</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Start looking at importing some Bioversity data that had been prepared earlier this week</li>
|
|
||||||
|
|
||||||
<li><p>While checking the data I noticed something strange, there are 79 items but only 8 unique PDFs:</p>
|
|
||||||
|
|
||||||
<p>$ ls SimpleArchiveForBio/ | wc -l
|
|
||||||
79
|
|
||||||
$ find SimpleArchiveForBio/ -iname &ldquo;*.pdf&rdquo; -exec basename {} \; | sort -u | wc -l
|
|
||||||
8</p></li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2 id="2016-01-29">2016-01-29</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Add five missing center-specific subjects to XMLUI item view (<a href="https://github.com/ilri/DSpace/issues/174">#174</a>)</li>
|
|
||||||
<li>This <a href="https://cgspace.cgiar.org/handle/10568/67062">CCAFS item</a> Before:</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p><img src="https://alanorth.github.io/cgspace-notes/cgspace-notes/2016/01/xmlui-subjects-before.png" alt="XMLUI subjects before" /></p>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>After:</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p><img src="https://alanorth.github.io/cgspace-notes/cgspace-notes/2016/01/xmlui-subjects-after.png" alt="XMLUI subjects after" /></p></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:updated_time" content="2016-05-01T23:06:00+03:00"/>
|
<meta property="og:updated_time" content="2016-06-01T10:53:00+03:00"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -37,7 +37,7 @@
|
|||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
},
|
},
|
||||||
"dateModified": "2016-05-01T23:06:00+03:00",
|
"dateModified": "2016-06-01T10:53:00+03:00",
|
||||||
"keywords": "notes,",
|
"keywords": "notes,",
|
||||||
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
|
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
|
||||||
}
|
}
|
||||||
@ -94,6 +94,33 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="blog-post">
|
||||||
|
<header>
|
||||||
|
<h2 class="blog-post-title"><a href="https://alanorth.github.io/cgspace-notes/2016-06/">June, 2016</a></h2>
|
||||||
|
<p class="blog-post-meta"><time datetime="2016-06-01T10:53:00+03:00">Wed Jun 01, 2016</time> by Alan Orth in
|
||||||
|
|
||||||
|
<i class="fa fa-tag" aria-hidden="true"></i> <a href="/cgspace-notes/tags/notes" rel="tag">Notes</a>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
<h2 id="2016-06-01">2016-06-01</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Experimenting with IFPRI OAI (we want to harvest their publications)</li>
|
||||||
|
<li>After reading the <a href="https://www.oclc.org/support/services/contentdm/help/server-admin-help/oai-support.en.html">ContentDM documentation</a> I found IFPRI’s OAI endpoint: <a href="http://ebrary.ifpri.org/oai/oai.php">http://ebrary.ifpri.org/oai/oai.php</a></li>
|
||||||
|
<li>After reading the <a href="https://www.openarchives.org/OAI/openarchivesprotocol.html">OAI documentation</a> and testing with an <a href="http://validator.oaipmh.com/">OAI validator</a> I found out how to get their publications</li>
|
||||||
|
<li>This is their publications set: <a href="http://ebrary.ifpri.org/oai/oai.php?verb=ListRecords&from=2016-01-01&set=p15738coll2&metadataPrefix=oai_dc">http://ebrary.ifpri.org/oai/oai.php?verb=ListRecords&from=2016-01-01&set=p15738coll2&metadataPrefix=oai_dc</a></li>
|
||||||
|
<li>You can see the others by using the OAI <code>ListSets</code> verb: <a href="http://ebrary.ifpri.org/oai/oai.php?verb=ListSets">http://ebrary.ifpri.org/oai/oai.php?verb=ListSets</a></li>
|
||||||
|
<li>Working on second phase of metadata migration, looks like this will work for moving CPWF-specific data in <code>dc.identifier.fund</code> to <code>cg.identifier.cpwfproject</code> and then the rest to <code>dc.description.sponsorship</code></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p></p>
|
||||||
|
<a href='https://alanorth.github.io/cgspace-notes/2016-06/'>Read more →</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
<article class="blog-post">
|
||||||
<header>
|
<header>
|
||||||
<h2 class="blog-post-title"><a href="https://alanorth.github.io/cgspace-notes/2016-05/">May, 2016</a></h2>
|
<h2 class="blog-post-title"><a href="https://alanorth.github.io/cgspace-notes/2016-05/">May, 2016</a></h2>
|
||||||
@ -307,6 +334,8 @@
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2017-04/">April, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
||||||
@ -315,8 +344,6 @@
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-11/">November, 2016</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:updated_time" content="2017-03-01T17:08:52+02:00"/>
|
<meta property="og:updated_time" content="2017-04-02T17:08:52+02:00"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -37,7 +37,7 @@
|
|||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
},
|
},
|
||||||
"dateModified": "2017-03-01T17:08:52+02:00",
|
"dateModified": "2017-04-02T17:08:52+02:00",
|
||||||
"keywords": "notes,",
|
"keywords": "notes,",
|
||||||
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
|
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
|
||||||
}
|
}
|
||||||
@ -94,6 +94,31 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="blog-post">
|
||||||
|
<header>
|
||||||
|
<h2 class="blog-post-title"><a href="https://alanorth.github.io/cgspace-notes/2017-04/">April, 2017</a></h2>
|
||||||
|
<p class="blog-post-meta"><time datetime="2017-04-02T17:08:52+02:00">Sun Apr 02, 2017</time> by Alan Orth in
|
||||||
|
|
||||||
|
<i class="fa fa-tag" aria-hidden="true"></i> <a href="/cgspace-notes/tags/notes" rel="tag">Notes</a>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
<h2 id="2017-04-02">2017-04-02</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Merge one change to CCAFS flagships that I had forgotten to remove last month (“MANAGING CLIMATE RISK”): <a href="https://github.com/ilri/DSpace/pull/317">https://github.com/ilri/DSpace/pull/317</a></li>
|
||||||
|
<li>Quick proof-of-concept hack to add <code>dc.rights</code> to the input form, including some inline instructions/hints:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p><img src="/cgspace-notes/2017/04/dc-rights.png" alt="dc.rights in the submission form" /></p>
|
||||||
|
|
||||||
|
<p></p>
|
||||||
|
<a href='https://alanorth.github.io/cgspace-notes/2017-04/'>Read more →</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
<article class="blog-post">
|
||||||
<header>
|
<header>
|
||||||
<h2 class="blog-post-title"><a href="https://alanorth.github.io/cgspace-notes/2017-03/">March, 2017</a></h2>
|
<h2 class="blog-post-title"><a href="https://alanorth.github.io/cgspace-notes/2017-03/">March, 2017</a></h2>
|
||||||
@ -383,33 +408,6 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
|
||||||
<header>
|
|
||||||
<h2 class="blog-post-title"><a href="https://alanorth.github.io/cgspace-notes/2016-06/">June, 2016</a></h2>
|
|
||||||
<p class="blog-post-meta"><time datetime="2016-06-01T10:53:00+03:00">Wed Jun 01, 2016</time> by Alan Orth in
|
|
||||||
|
|
||||||
<i class="fa fa-tag" aria-hidden="true"></i> <a href="/cgspace-notes/tags/notes" rel="tag">Notes</a>
|
|
||||||
|
|
||||||
</p>
|
|
||||||
</header>
|
|
||||||
<h2 id="2016-06-01">2016-06-01</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Experimenting with IFPRI OAI (we want to harvest their publications)</li>
|
|
||||||
<li>After reading the <a href="https://www.oclc.org/support/services/contentdm/help/server-admin-help/oai-support.en.html">ContentDM documentation</a> I found IFPRI’s OAI endpoint: <a href="http://ebrary.ifpri.org/oai/oai.php">http://ebrary.ifpri.org/oai/oai.php</a></li>
|
|
||||||
<li>After reading the <a href="https://www.openarchives.org/OAI/openarchivesprotocol.html">OAI documentation</a> and testing with an <a href="http://validator.oaipmh.com/">OAI validator</a> I found out how to get their publications</li>
|
|
||||||
<li>This is their publications set: <a href="http://ebrary.ifpri.org/oai/oai.php?verb=ListRecords&from=2016-01-01&set=p15738coll2&metadataPrefix=oai_dc">http://ebrary.ifpri.org/oai/oai.php?verb=ListRecords&from=2016-01-01&set=p15738coll2&metadataPrefix=oai_dc</a></li>
|
|
||||||
<li>You can see the others by using the OAI <code>ListSets</code> verb: <a href="http://ebrary.ifpri.org/oai/oai.php?verb=ListSets">http://ebrary.ifpri.org/oai/oai.php?verb=ListSets</a></li>
|
|
||||||
<li>Working on second phase of metadata migration, looks like this will work for moving CPWF-specific data in <code>dc.identifier.fund</code> to <code>cg.identifier.cpwfproject</code> and then the rest to <code>dc.description.sponsorship</code></li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p></p>
|
|
||||||
<a href='https://alanorth.github.io/cgspace-notes/2016-06/'>Read more →</a>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<nav class="blog-pagination">
|
<nav class="blog-pagination">
|
||||||
|
|
||||||
|
|
||||||
@ -433,6 +431,8 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2017-04/">April, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
||||||
@ -441,8 +441,6 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-11/">November, 2016</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -6,9 +6,27 @@
|
|||||||
<description>Recent content in Posts on CGSpace Notes</description>
|
<description>Recent content in Posts on CGSpace Notes</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<lastBuildDate>Wed, 01 Mar 2017 17:08:52 +0200</lastBuildDate>
|
<lastBuildDate>Sun, 02 Apr 2017 17:08:52 +0200</lastBuildDate>
|
||||||
<atom:link href="https://alanorth.github.io/cgspace-notes/post/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="https://alanorth.github.io/cgspace-notes/post/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>April, 2017</title>
|
||||||
|
<link>https://alanorth.github.io/cgspace-notes/2017-04/</link>
|
||||||
|
<pubDate>Sun, 02 Apr 2017 17:08:52 +0200</pubDate>
|
||||||
|
|
||||||
|
<guid>https://alanorth.github.io/cgspace-notes/2017-04/</guid>
|
||||||
|
<description><h2 id="2017-04-02">2017-04-02</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Merge one change to CCAFS flagships that I had forgotten to remove last month (&ldquo;MANAGING CLIMATE RISK&rdquo;): <a href="https://github.com/ilri/DSpace/pull/317">https://github.com/ilri/DSpace/pull/317</a></li>
|
||||||
|
<li>Quick proof-of-concept hack to add <code>dc.rights</code> to the input form, including some inline instructions/hints:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p><img src="https://alanorth.github.io/cgspace-notes/cgspace-notes/2017/04/dc-rights.png" alt="dc.rights in the submission form" /></p>
|
||||||
|
|
||||||
|
<p></p></description>
|
||||||
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>March, 2017</title>
|
<title>March, 2017</title>
|
||||||
<link>https://alanorth.github.io/cgspace-notes/2017-03/</link>
|
<link>https://alanorth.github.io/cgspace-notes/2017-03/</link>
|
||||||
@ -5572,99 +5590,5 @@ Bitstream: tést señora alimentación.pdf
|
|||||||
</ul></description>
|
</ul></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>January, 2016</title>
|
|
||||||
<link>https://alanorth.github.io/cgspace-notes/2016-01/</link>
|
|
||||||
<pubDate>Wed, 13 Jan 2016 13:18:00 +0300</pubDate>
|
|
||||||
|
|
||||||
<guid>https://alanorth.github.io/cgspace-notes/2016-01/</guid>
|
|
||||||
<description><h2 id="2016-01-13">2016-01-13</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Move ILRI collection <code>10568/12503</code> from <code>10568/27869</code> to <code>10568/27629</code> using the <a href="https://gist.github.com/alanorth/392c4660e8b022d99dfa">move_collections.sh</a> script I wrote last year.</li>
|
|
||||||
<li>I realized it is only necessary to clear the Cocoon cache after moving collections—rather than reindexing—as no metadata has changed, and therefore no search or browse indexes need to be updated.</li>
|
|
||||||
<li>Update GitHub wiki for documentation of <a href="https://github.com/ilri/DSpace/wiki/Maintenance-Tasks">maintenance tasks</a>.</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p></p>
|
|
||||||
|
|
||||||
<h2 id="2016-01-14">2016-01-14</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Update CCAFS project identifiers in input-forms.xml</li>
|
|
||||||
<li>Run system updates and restart the server</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2 id="2016-01-18">2016-01-18</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Change &ldquo;Extension material&rdquo; to &ldquo;Extension Material&rdquo; in input-forms.xml (a mistake that fell through the cracks when we fixed the others in DSpace 4 era)</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2 id="2016-01-19">2016-01-19</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Work on tweaks and updates for the social sharing icons on item pages: add Delicious and Mendeley (from Academicons), make links open in new windows, and set the icon color to the theme&rsquo;s primary color (<a href="https://github.com/ilri/DSpace/issues/157">#157</a>)</li>
|
|
||||||
<li>Tweak date-based facets to show more values in drill-down ranges (<a href="https://github.com/ilri/DSpace/issues/162">#162</a>)</li>
|
|
||||||
<li>Need to remember to clear the Cocoon cache after deployment or else you don&rsquo;t see the new ranges immediately</li>
|
|
||||||
<li>Set up recipe on IFTTT to tweet new items from the CGSpace Atom feed to my twitter account</li>
|
|
||||||
<li>Altmetrics&rsquo; support for Handles is kinda weak, so they can&rsquo;t associate our items with DOIs until they are tweeted or blogged, etc first.</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2 id="2016-01-21">2016-01-21</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Still waiting for my IFTTT recipe to fire, two days later</li>
|
|
||||||
<li>It looks like the Atom feed on CGSpace hasn&rsquo;t changed in two days, but there have definitely been new items</li>
|
|
||||||
<li>The RSS feed is nearly as old, but has different old items there</li>
|
|
||||||
<li>On a hunch I cleared the Cocoon cache and now the feeds are fresh</li>
|
|
||||||
<li>Looks like there is configuration option related to this, <code>webui.feed.cache.age</code>, which defaults to 48 hours, though I&rsquo;m not sure what relation it has to the Cocoon cache</li>
|
|
||||||
<li>In any case, we should change this cache to be something more like 6 hours, as we publish new items several times per day.</li>
|
|
||||||
<li>Work around a CSS issue with long URLs in the item view (<a href="https://github.com/ilri/DSpace/issues/172">#172</a>)</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2 id="2016-01-25">2016-01-25</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Re-deploy CGSpace and DSpace Test with latest <code>5_x-prod</code> branch</li>
|
|
||||||
<li>This included the social icon fixes/updates, date-based facet tweaks, reducing the feed cache age, and fixing a layout issue in XMLUI item view when an item had long URLs</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2 id="2016-01-26">2016-01-26</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Run nginx updates on CGSpace and DSpace Test (<a href="http://mailman.nginx.org/pipermail/nginx/2016-January/049700.html">1.8.1 and 1.9.10, respectively</a>)</li>
|
|
||||||
<li>Run updates on DSpace Test and reboot for new Linode kernel <code>Linux 4.4.0-x86_64-linode63</code> (first update in months)</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2 id="2016-01-28">2016-01-28</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Start looking at importing some Bioversity data that had been prepared earlier this week</li>
|
|
||||||
|
|
||||||
<li><p>While checking the data I noticed something strange, there are 79 items but only 8 unique PDFs:</p>
|
|
||||||
|
|
||||||
<p>$ ls SimpleArchiveForBio/ | wc -l
|
|
||||||
79
|
|
||||||
$ find SimpleArchiveForBio/ -iname &ldquo;*.pdf&rdquo; -exec basename {} \; | sort -u | wc -l
|
|
||||||
8</p></li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2 id="2016-01-29">2016-01-29</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Add five missing center-specific subjects to XMLUI item view (<a href="https://github.com/ilri/DSpace/issues/174">#174</a>)</li>
|
|
||||||
<li>This <a href="https://cgspace.cgiar.org/handle/10568/67062">CCAFS item</a> Before:</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p><img src="https://alanorth.github.io/cgspace-notes/cgspace-notes/2016/01/xmlui-subjects-before.png" alt="XMLUI subjects before" /></p>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>After:</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p><img src="https://alanorth.github.io/cgspace-notes/cgspace-notes/2016/01/xmlui-subjects-after.png" alt="XMLUI subjects after" /></p></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:updated_time" content="2016-05-01T23:06:00+03:00"/>
|
<meta property="og:updated_time" content="2016-06-01T10:53:00+03:00"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -37,7 +37,7 @@
|
|||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
},
|
},
|
||||||
"dateModified": "2016-05-01T23:06:00+03:00",
|
"dateModified": "2016-06-01T10:53:00+03:00",
|
||||||
"keywords": "notes,",
|
"keywords": "notes,",
|
||||||
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
|
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
|
||||||
}
|
}
|
||||||
@ -94,6 +94,33 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="blog-post">
|
||||||
|
<header>
|
||||||
|
<h2 class="blog-post-title"><a href="https://alanorth.github.io/cgspace-notes/2016-06/">June, 2016</a></h2>
|
||||||
|
<p class="blog-post-meta"><time datetime="2016-06-01T10:53:00+03:00">Wed Jun 01, 2016</time> by Alan Orth in
|
||||||
|
|
||||||
|
<i class="fa fa-tag" aria-hidden="true"></i> <a href="/cgspace-notes/tags/notes" rel="tag">Notes</a>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
<h2 id="2016-06-01">2016-06-01</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Experimenting with IFPRI OAI (we want to harvest their publications)</li>
|
||||||
|
<li>After reading the <a href="https://www.oclc.org/support/services/contentdm/help/server-admin-help/oai-support.en.html">ContentDM documentation</a> I found IFPRI’s OAI endpoint: <a href="http://ebrary.ifpri.org/oai/oai.php">http://ebrary.ifpri.org/oai/oai.php</a></li>
|
||||||
|
<li>After reading the <a href="https://www.openarchives.org/OAI/openarchivesprotocol.html">OAI documentation</a> and testing with an <a href="http://validator.oaipmh.com/">OAI validator</a> I found out how to get their publications</li>
|
||||||
|
<li>This is their publications set: <a href="http://ebrary.ifpri.org/oai/oai.php?verb=ListRecords&from=2016-01-01&set=p15738coll2&metadataPrefix=oai_dc">http://ebrary.ifpri.org/oai/oai.php?verb=ListRecords&from=2016-01-01&set=p15738coll2&metadataPrefix=oai_dc</a></li>
|
||||||
|
<li>You can see the others by using the OAI <code>ListSets</code> verb: <a href="http://ebrary.ifpri.org/oai/oai.php?verb=ListSets">http://ebrary.ifpri.org/oai/oai.php?verb=ListSets</a></li>
|
||||||
|
<li>Working on second phase of metadata migration, looks like this will work for moving CPWF-specific data in <code>dc.identifier.fund</code> to <code>cg.identifier.cpwfproject</code> and then the rest to <code>dc.description.sponsorship</code></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p></p>
|
||||||
|
<a href='https://alanorth.github.io/cgspace-notes/2016-06/'>Read more →</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
<article class="blog-post">
|
||||||
<header>
|
<header>
|
||||||
<h2 class="blog-post-title"><a href="https://alanorth.github.io/cgspace-notes/2016-05/">May, 2016</a></h2>
|
<h2 class="blog-post-title"><a href="https://alanorth.github.io/cgspace-notes/2016-05/">May, 2016</a></h2>
|
||||||
@ -307,6 +334,8 @@
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2017-04/">April, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
||||||
@ -315,8 +344,6 @@
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-11/">November, 2016</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
User-agent: *
|
User-agent: *
|
||||||
|
|
||||||
|
|
||||||
|
Disallow: /cgspace-notes/2017-04/
|
||||||
Disallow: /cgspace-notes/2017-03/
|
Disallow: /cgspace-notes/2017-03/
|
||||||
Disallow: /cgspace-notes/2017-02/
|
Disallow: /cgspace-notes/2017-02/
|
||||||
Disallow: /cgspace-notes/2017-01/
|
Disallow: /cgspace-notes/2017-01/
|
||||||
|
@ -1,106 +1,111 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://alanorth.github.io/cgspace-notes/2017-04/</loc>
|
||||||
|
<lastmod>2017-04-02T17:08:52+02:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2017-03/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/2017-03/</loc>
|
||||||
<lastmod>2017-03-30T14:50:53+03:00</lastmod>
|
<lastmod>2017-03-01T17:08:52+02:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2017-02/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/2017-02/</loc>
|
||||||
<lastmod>2017-02-28T22:58:29+02:00</lastmod>
|
<lastmod>2017-02-07T07:04:52-08:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2017-01/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/2017-01/</loc>
|
||||||
<lastmod>2017-01-29T13:18:32+02:00</lastmod>
|
<lastmod>2017-01-02T10:43:00+03:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2016-12/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/2016-12/</loc>
|
||||||
<lastmod>2017-01-10T16:21:47+02:00</lastmod>
|
<lastmod>2016-12-02T10:43:00+03:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2016-11/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/2016-11/</loc>
|
||||||
<lastmod>2017-01-10T16:21:47+02:00</lastmod>
|
<lastmod>2016-11-01T09:21:00+03:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2016-10/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/2016-10/</loc>
|
||||||
<lastmod>2017-01-10T16:21:47+02:00</lastmod>
|
<lastmod>2016-10-03T15:53:00+03:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2016-09/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/2016-09/</loc>
|
||||||
<lastmod>2017-01-09T16:18:07+02:00</lastmod>
|
<lastmod>2016-09-01T15:53:00+03:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2016-08/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/2016-08/</loc>
|
||||||
<lastmod>2017-01-09T16:18:07+02:00</lastmod>
|
<lastmod>2016-08-01T15:53:00+03:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2016-07/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/2016-07/</loc>
|
||||||
<lastmod>2017-01-09T16:18:07+02:00</lastmod>
|
<lastmod>2016-07-01T10:53:00+03:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2016-06/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/2016-06/</loc>
|
||||||
<lastmod>2017-01-09T16:18:07+02:00</lastmod>
|
<lastmod>2016-06-01T10:53:00+03:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2016-05/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/2016-05/</loc>
|
||||||
<lastmod>2017-01-09T16:18:07+02:00</lastmod>
|
<lastmod>2016-05-01T23:06:00+03:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2016-04/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/2016-04/</loc>
|
||||||
<lastmod>2016-09-28T17:02:30+03:00</lastmod>
|
<lastmod>2016-04-04T11:06:00+03:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2016-03/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/2016-03/</loc>
|
||||||
<lastmod>2017-01-09T16:18:07+02:00</lastmod>
|
<lastmod>2016-03-02T16:50:00+03:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2016-02/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/2016-02/</loc>
|
||||||
<lastmod>2017-01-09T16:18:07+02:00</lastmod>
|
<lastmod>2016-02-05T13:18:00+03:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2016-01/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/2016-01/</loc>
|
||||||
<lastmod>2017-01-09T16:18:07+02:00</lastmod>
|
<lastmod>2016-01-13T13:18:00+03:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2015-12/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/2015-12/</loc>
|
||||||
<lastmod>2017-01-09T16:18:07+02:00</lastmod>
|
<lastmod>2015-12-02T13:18:00+03:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2015-11/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/2015-11/</loc>
|
||||||
<lastmod>2016-09-28T17:02:30+03:00</lastmod>
|
<lastmod>2015-11-23T17:00:57+03:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||||
<lastmod>2017-03-30T14:50:53+03:00</lastmod>
|
<lastmod>2017-04-02T17:08:52+02:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||||
<lastmod>2017-03-30T14:50:53+03:00</lastmod>
|
<lastmod>2017-04-02T17:08:52+02:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/post/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/post/</loc>
|
||||||
<lastmod>2017-03-30T14:50:53+03:00</lastmod>
|
<lastmod>2017-04-02T17:08:52+02:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:updated_time" content="2017-03-01T17:08:52+02:00"/>
|
<meta property="og:updated_time" content="2017-04-02T17:08:52+02:00"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -37,7 +37,7 @@
|
|||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
},
|
},
|
||||||
"dateModified": "2017-03-01T17:08:52+02:00",
|
"dateModified": "2017-04-02T17:08:52+02:00",
|
||||||
"keywords": "notes,",
|
"keywords": "notes,",
|
||||||
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
|
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
|
||||||
}
|
}
|
||||||
@ -94,6 +94,31 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="blog-post">
|
||||||
|
<header>
|
||||||
|
<h2 class="blog-post-title"><a href="https://alanorth.github.io/cgspace-notes/2017-04/">April, 2017</a></h2>
|
||||||
|
<p class="blog-post-meta"><time datetime="2017-04-02T17:08:52+02:00">Sun Apr 02, 2017</time> by Alan Orth in
|
||||||
|
|
||||||
|
<i class="fa fa-tag" aria-hidden="true"></i> <a href="/cgspace-notes/tags/notes" rel="tag">Notes</a>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
<h2 id="2017-04-02">2017-04-02</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Merge one change to CCAFS flagships that I had forgotten to remove last month (“MANAGING CLIMATE RISK”): <a href="https://github.com/ilri/DSpace/pull/317">https://github.com/ilri/DSpace/pull/317</a></li>
|
||||||
|
<li>Quick proof-of-concept hack to add <code>dc.rights</code> to the input form, including some inline instructions/hints:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p><img src="/cgspace-notes/2017/04/dc-rights.png" alt="dc.rights in the submission form" /></p>
|
||||||
|
|
||||||
|
<p></p>
|
||||||
|
<a href='https://alanorth.github.io/cgspace-notes/2017-04/'>Read more →</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
<article class="blog-post">
|
||||||
<header>
|
<header>
|
||||||
<h2 class="blog-post-title"><a href="https://alanorth.github.io/cgspace-notes/2017-03/">March, 2017</a></h2>
|
<h2 class="blog-post-title"><a href="https://alanorth.github.io/cgspace-notes/2017-03/">March, 2017</a></h2>
|
||||||
@ -383,33 +408,6 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
|
||||||
<header>
|
|
||||||
<h2 class="blog-post-title"><a href="https://alanorth.github.io/cgspace-notes/2016-06/">June, 2016</a></h2>
|
|
||||||
<p class="blog-post-meta"><time datetime="2016-06-01T10:53:00+03:00">Wed Jun 01, 2016</time> by Alan Orth in
|
|
||||||
|
|
||||||
<i class="fa fa-tag" aria-hidden="true"></i> <a href="/cgspace-notes/tags/notes" rel="tag">Notes</a>
|
|
||||||
|
|
||||||
</p>
|
|
||||||
</header>
|
|
||||||
<h2 id="2016-06-01">2016-06-01</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Experimenting with IFPRI OAI (we want to harvest their publications)</li>
|
|
||||||
<li>After reading the <a href="https://www.oclc.org/support/services/contentdm/help/server-admin-help/oai-support.en.html">ContentDM documentation</a> I found IFPRI’s OAI endpoint: <a href="http://ebrary.ifpri.org/oai/oai.php">http://ebrary.ifpri.org/oai/oai.php</a></li>
|
|
||||||
<li>After reading the <a href="https://www.openarchives.org/OAI/openarchivesprotocol.html">OAI documentation</a> and testing with an <a href="http://validator.oaipmh.com/">OAI validator</a> I found out how to get their publications</li>
|
|
||||||
<li>This is their publications set: <a href="http://ebrary.ifpri.org/oai/oai.php?verb=ListRecords&from=2016-01-01&set=p15738coll2&metadataPrefix=oai_dc">http://ebrary.ifpri.org/oai/oai.php?verb=ListRecords&from=2016-01-01&set=p15738coll2&metadataPrefix=oai_dc</a></li>
|
|
||||||
<li>You can see the others by using the OAI <code>ListSets</code> verb: <a href="http://ebrary.ifpri.org/oai/oai.php?verb=ListSets">http://ebrary.ifpri.org/oai/oai.php?verb=ListSets</a></li>
|
|
||||||
<li>Working on second phase of metadata migration, looks like this will work for moving CPWF-specific data in <code>dc.identifier.fund</code> to <code>cg.identifier.cpwfproject</code> and then the rest to <code>dc.description.sponsorship</code></li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p></p>
|
|
||||||
<a href='https://alanorth.github.io/cgspace-notes/2016-06/'>Read more →</a>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<nav class="blog-pagination">
|
<nav class="blog-pagination">
|
||||||
|
|
||||||
|
|
||||||
@ -433,6 +431,8 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2017-04/">April, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
||||||
@ -441,8 +441,6 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-11/">November, 2016</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -8,6 +8,24 @@
|
|||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<atom:link href="https://alanorth.github.io/cgspace-notes/tags/notes/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="https://alanorth.github.io/cgspace-notes/tags/notes/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>April, 2017</title>
|
||||||
|
<link>https://alanorth.github.io/cgspace-notes/2017-04/</link>
|
||||||
|
<pubDate>Sun, 02 Apr 2017 17:08:52 +0200</pubDate>
|
||||||
|
|
||||||
|
<guid>https://alanorth.github.io/cgspace-notes/2017-04/</guid>
|
||||||
|
<description><h2 id="2017-04-02">2017-04-02</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Merge one change to CCAFS flagships that I had forgotten to remove last month (&ldquo;MANAGING CLIMATE RISK&rdquo;): <a href="https://github.com/ilri/DSpace/pull/317">https://github.com/ilri/DSpace/pull/317</a></li>
|
||||||
|
<li>Quick proof-of-concept hack to add <code>dc.rights</code> to the input form, including some inline instructions/hints:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p><img src="https://alanorth.github.io/cgspace-notes/cgspace-notes/2017/04/dc-rights.png" alt="dc.rights in the submission form" /></p>
|
||||||
|
|
||||||
|
<p></p></description>
|
||||||
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>March, 2017</title>
|
<title>March, 2017</title>
|
||||||
<link>https://alanorth.github.io/cgspace-notes/2017-03/</link>
|
<link>https://alanorth.github.io/cgspace-notes/2017-03/</link>
|
||||||
@ -5571,99 +5589,5 @@ Bitstream: tést señora alimentación.pdf
|
|||||||
</ul></description>
|
</ul></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>January, 2016</title>
|
|
||||||
<link>https://alanorth.github.io/cgspace-notes/2016-01/</link>
|
|
||||||
<pubDate>Wed, 13 Jan 2016 13:18:00 +0300</pubDate>
|
|
||||||
|
|
||||||
<guid>https://alanorth.github.io/cgspace-notes/2016-01/</guid>
|
|
||||||
<description><h2 id="2016-01-13">2016-01-13</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Move ILRI collection <code>10568/12503</code> from <code>10568/27869</code> to <code>10568/27629</code> using the <a href="https://gist.github.com/alanorth/392c4660e8b022d99dfa">move_collections.sh</a> script I wrote last year.</li>
|
|
||||||
<li>I realized it is only necessary to clear the Cocoon cache after moving collections—rather than reindexing—as no metadata has changed, and therefore no search or browse indexes need to be updated.</li>
|
|
||||||
<li>Update GitHub wiki for documentation of <a href="https://github.com/ilri/DSpace/wiki/Maintenance-Tasks">maintenance tasks</a>.</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p></p>
|
|
||||||
|
|
||||||
<h2 id="2016-01-14">2016-01-14</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Update CCAFS project identifiers in input-forms.xml</li>
|
|
||||||
<li>Run system updates and restart the server</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2 id="2016-01-18">2016-01-18</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Change &ldquo;Extension material&rdquo; to &ldquo;Extension Material&rdquo; in input-forms.xml (a mistake that fell through the cracks when we fixed the others in DSpace 4 era)</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2 id="2016-01-19">2016-01-19</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Work on tweaks and updates for the social sharing icons on item pages: add Delicious and Mendeley (from Academicons), make links open in new windows, and set the icon color to the theme&rsquo;s primary color (<a href="https://github.com/ilri/DSpace/issues/157">#157</a>)</li>
|
|
||||||
<li>Tweak date-based facets to show more values in drill-down ranges (<a href="https://github.com/ilri/DSpace/issues/162">#162</a>)</li>
|
|
||||||
<li>Need to remember to clear the Cocoon cache after deployment or else you don&rsquo;t see the new ranges immediately</li>
|
|
||||||
<li>Set up recipe on IFTTT to tweet new items from the CGSpace Atom feed to my twitter account</li>
|
|
||||||
<li>Altmetrics&rsquo; support for Handles is kinda weak, so they can&rsquo;t associate our items with DOIs until they are tweeted or blogged, etc first.</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2 id="2016-01-21">2016-01-21</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Still waiting for my IFTTT recipe to fire, two days later</li>
|
|
||||||
<li>It looks like the Atom feed on CGSpace hasn&rsquo;t changed in two days, but there have definitely been new items</li>
|
|
||||||
<li>The RSS feed is nearly as old, but has different old items there</li>
|
|
||||||
<li>On a hunch I cleared the Cocoon cache and now the feeds are fresh</li>
|
|
||||||
<li>Looks like there is configuration option related to this, <code>webui.feed.cache.age</code>, which defaults to 48 hours, though I&rsquo;m not sure what relation it has to the Cocoon cache</li>
|
|
||||||
<li>In any case, we should change this cache to be something more like 6 hours, as we publish new items several times per day.</li>
|
|
||||||
<li>Work around a CSS issue with long URLs in the item view (<a href="https://github.com/ilri/DSpace/issues/172">#172</a>)</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2 id="2016-01-25">2016-01-25</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Re-deploy CGSpace and DSpace Test with latest <code>5_x-prod</code> branch</li>
|
|
||||||
<li>This included the social icon fixes/updates, date-based facet tweaks, reducing the feed cache age, and fixing a layout issue in XMLUI item view when an item had long URLs</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2 id="2016-01-26">2016-01-26</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Run nginx updates on CGSpace and DSpace Test (<a href="http://mailman.nginx.org/pipermail/nginx/2016-January/049700.html">1.8.1 and 1.9.10, respectively</a>)</li>
|
|
||||||
<li>Run updates on DSpace Test and reboot for new Linode kernel <code>Linux 4.4.0-x86_64-linode63</code> (first update in months)</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2 id="2016-01-28">2016-01-28</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Start looking at importing some Bioversity data that had been prepared earlier this week</li>
|
|
||||||
|
|
||||||
<li><p>While checking the data I noticed something strange, there are 79 items but only 8 unique PDFs:</p>
|
|
||||||
|
|
||||||
<p>$ ls SimpleArchiveForBio/ | wc -l
|
|
||||||
79
|
|
||||||
$ find SimpleArchiveForBio/ -iname &ldquo;*.pdf&rdquo; -exec basename {} \; | sort -u | wc -l
|
|
||||||
8</p></li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2 id="2016-01-29">2016-01-29</h2>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Add five missing center-specific subjects to XMLUI item view (<a href="https://github.com/ilri/DSpace/issues/174">#174</a>)</li>
|
|
||||||
<li>This <a href="https://cgspace.cgiar.org/handle/10568/67062">CCAFS item</a> Before:</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p><img src="https://alanorth.github.io/cgspace-notes/cgspace-notes/2016/01/xmlui-subjects-before.png" alt="XMLUI subjects before" /></p>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>After:</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p><img src="https://alanorth.github.io/cgspace-notes/cgspace-notes/2016/01/xmlui-subjects-after.png" alt="XMLUI subjects after" /></p></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:updated_time" content="2016-05-01T23:06:00+03:00"/>
|
<meta property="og:updated_time" content="2016-06-01T10:53:00+03:00"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -37,7 +37,7 @@
|
|||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
},
|
},
|
||||||
"dateModified": "2016-05-01T23:06:00+03:00",
|
"dateModified": "2016-06-01T10:53:00+03:00",
|
||||||
"keywords": "notes,",
|
"keywords": "notes,",
|
||||||
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
|
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
|
||||||
}
|
}
|
||||||
@ -94,6 +94,33 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="blog-post">
|
||||||
|
<header>
|
||||||
|
<h2 class="blog-post-title"><a href="https://alanorth.github.io/cgspace-notes/2016-06/">June, 2016</a></h2>
|
||||||
|
<p class="blog-post-meta"><time datetime="2016-06-01T10:53:00+03:00">Wed Jun 01, 2016</time> by Alan Orth in
|
||||||
|
|
||||||
|
<i class="fa fa-tag" aria-hidden="true"></i> <a href="/cgspace-notes/tags/notes" rel="tag">Notes</a>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
<h2 id="2016-06-01">2016-06-01</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Experimenting with IFPRI OAI (we want to harvest their publications)</li>
|
||||||
|
<li>After reading the <a href="https://www.oclc.org/support/services/contentdm/help/server-admin-help/oai-support.en.html">ContentDM documentation</a> I found IFPRI’s OAI endpoint: <a href="http://ebrary.ifpri.org/oai/oai.php">http://ebrary.ifpri.org/oai/oai.php</a></li>
|
||||||
|
<li>After reading the <a href="https://www.openarchives.org/OAI/openarchivesprotocol.html">OAI documentation</a> and testing with an <a href="http://validator.oaipmh.com/">OAI validator</a> I found out how to get their publications</li>
|
||||||
|
<li>This is their publications set: <a href="http://ebrary.ifpri.org/oai/oai.php?verb=ListRecords&from=2016-01-01&set=p15738coll2&metadataPrefix=oai_dc">http://ebrary.ifpri.org/oai/oai.php?verb=ListRecords&from=2016-01-01&set=p15738coll2&metadataPrefix=oai_dc</a></li>
|
||||||
|
<li>You can see the others by using the OAI <code>ListSets</code> verb: <a href="http://ebrary.ifpri.org/oai/oai.php?verb=ListSets">http://ebrary.ifpri.org/oai/oai.php?verb=ListSets</a></li>
|
||||||
|
<li>Working on second phase of metadata migration, looks like this will work for moving CPWF-specific data in <code>dc.identifier.fund</code> to <code>cg.identifier.cpwfproject</code> and then the rest to <code>dc.description.sponsorship</code></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p></p>
|
||||||
|
<a href='https://alanorth.github.io/cgspace-notes/2016-06/'>Read more →</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
<article class="blog-post">
|
||||||
<header>
|
<header>
|
||||||
<h2 class="blog-post-title"><a href="https://alanorth.github.io/cgspace-notes/2016-05/">May, 2016</a></h2>
|
<h2 class="blog-post-title"><a href="https://alanorth.github.io/cgspace-notes/2016-05/">May, 2016</a></h2>
|
||||||
@ -307,6 +334,8 @@
|
|||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2017-04/">April, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-03/">March, 2017</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
<li><a href="/cgspace-notes/2017-02/">February, 2017</a></li>
|
||||||
@ -315,8 +344,6 @@
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
<li><a href="/cgspace-notes/2016-12/">December, 2016</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2016-11/">November, 2016</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
BIN
static/2017/04/dc-rights.png
Normal file
BIN
static/2017/04/dc-rights.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Loading…
Reference in New Issue
Block a user