Regenerate site

This commit is contained in:
Alan Orth 2016-08-03 10:09:36 +03:00
parent 0d60610f6e
commit 6b4a2f7091
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
19 changed files with 620 additions and 621 deletions

View File

@ -6,7 +6,7 @@
<meta property="og:title" content=" November, 2015 &middot; CGSpace Notes" />
<meta property="og:site_name" content="CGSpace Notes" />
<meta property="og:url" content="/cgspace-notes/2015-11/" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2015-11/" />
<meta property="og:type" content="article" />
@ -21,19 +21,19 @@
November, 2015 &middot; CGSpace Notes
</title>
<link rel="stylesheet" href="/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400" type="text/css">
<link rel="shortcut icon" href="/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="/cgspace-notes/images/apple-touch-icon.png" />
<link rel="shortcut icon" href="https://alanorth.github.io/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="https://alanorth.github.io/cgspace-notes/images/apple-touch-icon.png" />
</head>
<body>
<header class="global-header" style="background-image:url(../images/bg.jpg )">
<section class="header-text">
<h1><a href="/cgspace-notes/">CGSpace Notes</a></h1>
<h1><a href="https://alanorth.github.io/cgspace-notes/">CGSpace Notes</a></h1>
<div class="sns-links hidden-print">
@ -48,7 +48,7 @@
</div>
<a href="/cgspace-notes/" class="btn-header btn-back hidden-xs">
<a href="https://alanorth.github.io/cgspace-notes/" class="btn-header btn-back hidden-xs">
<i class="fa fa-angle-left" aria-hidden="true"></i>
&nbsp;Home
</a>
@ -71,7 +71,7 @@
</div>
<div class="pull-right">
<span class="post-tag small"><a href="/cgspace-notes//tags/notes">#notes</a></span>
<span class="post-tag small"><a href="https://alanorth.github.io/cgspace-notes//tags/notes">#notes</a></span>
</div>
</div>
@ -79,7 +79,7 @@
<section>
<h2 id="2015-11-22:3d03b850f8126f80d8144c2e17ea0ae7">2015-11-22</h2>
<h2 id="2015-11-22">2015-11-22</h2>
<ul>
<li>CGSpace went down</li>
@ -95,7 +95,7 @@
<li>For now I have increased the limit from 60 to 90, run updates, and rebooted the server</li>
</ul>
<h2 id="2015-11-24:3d03b850f8126f80d8144c2e17ea0ae7">2015-11-24</h2>
<h2 id="2015-11-24">2015-11-24</h2>
<ul>
<li>CGSpace went down again</li>
@ -111,7 +111,7 @@
<li>For some reason the number of idle connections is very high since we upgraded to DSpace 5</li>
</ul>
<h2 id="2015-11-25:3d03b850f8126f80d8144c2e17ea0ae7">2015-11-25</h2>
<h2 id="2015-11-25">2015-11-25</h2>
<ul>
<li>Troubleshoot the DSpace 5 OAI breakage caused by nginx routing config</li>
@ -171,7 +171,7 @@ datid | datname | pid | usesysid | usename | application_name | client_addr
<li>Also deploy the nginx fixes for the <code>try_files</code> location block as well as the expires block</li>
</ul>
<h2 id="2015-11-26:3d03b850f8126f80d8144c2e17ea0ae7">2015-11-26</h2>
<h2 id="2015-11-26">2015-11-26</h2>
<ul>
<li>CGSpace behaving much better since changing <code>db.maxidle</code> yesterday, but still two up/down notices from monitoring this morning (better than 50!)</li>
@ -197,7 +197,7 @@ datid | datname | pid | usesysid | usename | application_name | client_addr
<li>I reduced the pool back to the default of 30, and reduced the <code>db.maxidle</code> settings from 10 to 8</li>
</ul>
<h2 id="2015-11-29:3d03b850f8126f80d8144c2e17ea0ae7">2015-11-29</h2>
<h2 id="2015-11-29">2015-11-29</h2>
<ul>
<li>Still more alerts that CGSpace has been up and down all day</li>
@ -244,7 +244,7 @@ db.statementpool = true
<li class="previous disabled"><a href="#"><span aria-hidden="true">&larr;</span> Older</a></li>
<li class="next"><a href="/cgspace-notes/2015-12/">Newer <span aria-hidden="true">&rarr;</span></a></li>
<li class="next"><a href="https://alanorth.github.io/cgspace-notes/2015-12/">Newer <span aria-hidden="true">&rarr;</span></a></li>
</ul>
</footer>
@ -269,7 +269,7 @@ db.statementpool = true
</footer>
<script src="/cgspace-notes/js/highlight.pack.js"></script>
<script src="https://alanorth.github.io/cgspace-notes/js/highlight.pack.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>

View File

@ -6,7 +6,7 @@
<meta property="og:title" content=" December, 2015 &middot; CGSpace Notes" />
<meta property="og:site_name" content="CGSpace Notes" />
<meta property="og:url" content="/cgspace-notes/2015-12/" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2015-12/" />
<meta property="og:type" content="article" />
@ -21,19 +21,19 @@
December, 2015 &middot; CGSpace Notes
</title>
<link rel="stylesheet" href="/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400" type="text/css">
<link rel="shortcut icon" href="/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="/cgspace-notes/images/apple-touch-icon.png" />
<link rel="shortcut icon" href="https://alanorth.github.io/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="https://alanorth.github.io/cgspace-notes/images/apple-touch-icon.png" />
</head>
<body>
<header class="global-header" style="background-image:url(../images/bg.jpg )">
<section class="header-text">
<h1><a href="/cgspace-notes/">CGSpace Notes</a></h1>
<h1><a href="https://alanorth.github.io/cgspace-notes/">CGSpace Notes</a></h1>
<div class="sns-links hidden-print">
@ -48,7 +48,7 @@
</div>
<a href="/cgspace-notes/" class="btn-header btn-back hidden-xs">
<a href="https://alanorth.github.io/cgspace-notes/" class="btn-header btn-back hidden-xs">
<i class="fa fa-angle-left" aria-hidden="true"></i>
&nbsp;Home
</a>
@ -71,7 +71,7 @@
</div>
<div class="pull-right">
<span class="post-tag small"><a href="/cgspace-notes//tags/notes">#notes</a></span>
<span class="post-tag small"><a href="https://alanorth.github.io/cgspace-notes//tags/notes">#notes</a></span>
</div>
</div>
@ -79,7 +79,7 @@
<section>
<h2 id="2015-12-02:012a628feed6d64ae1151cbd6151ccd6">2015-12-02</h2>
<h2 id="2015-12-02">2015-12-02</h2>
<ul>
<li>Replace <code>lzop</code> with <code>xz</code> in log compression cron jobs on DSpace Test—it uses less space:</li>
@ -160,7 +160,7 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
<li>I also filed a ticket on Atmire&rsquo;s issue tracker for the PostgreSQL stuff</li>
</ul>
<h2 id="2015-12-03:012a628feed6d64ae1151cbd6151ccd6">2015-12-03</h2>
<h2 id="2015-12-03">2015-12-03</h2>
<ul>
<li>CGSpace very slow, and monitoring emailing me to say its down, even though I can load the page (very slowly)</li>
@ -192,7 +192,7 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
0.854
</code></pre>
<h2 id="2015-12-05:012a628feed6d64ae1151cbd6151ccd6">2015-12-05</h2>
<h2 id="2015-12-05">2015-12-05</h2>
<ul>
<li>CGSpace has been up and down all day and REST API is completely unresponsive</li>
@ -213,7 +213,7 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
<img src="../images/2015/12/postgres_locks_cgspace-year.png" alt="PostgreSQL locks (year)" />
<img src="../images/2015/12/postgres_scans_cgspace-year.png" alt="PostgreSQL scans (year)" /></p>
<h2 id="2015-12-07:012a628feed6d64ae1151cbd6151ccd6">2015-12-07</h2>
<h2 id="2015-12-07">2015-12-07</h2>
<ul>
<li>Atmire sent <a href="https://github.com/ilri/DSpace/pull/161">some fixes</a> to DSpace&rsquo;s REST API code that was leaving contexts open (causing the slow performance and database issues)</li>
@ -232,7 +232,7 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
0.497
</code></pre>
<h2 id="2015-12-08:012a628feed6d64ae1151cbd6151ccd6">2015-12-08</h2>
<h2 id="2015-12-08">2015-12-08</h2>
<ul>
<li>Switch CGSpace log compression cron jobs from using lzop to xz—the compression isn&rsquo;t as good, but it&rsquo;s much faster and causes less IO/CPU load</li>
@ -256,10 +256,10 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
</section>
<ul class="pager">
<li class="previous"><a href="/cgspace-notes/2015-11/"><span aria-hidden="true">&larr;</span> Older</a></li>
<li class="previous"><a href="https://alanorth.github.io/cgspace-notes/2015-11/"><span aria-hidden="true">&larr;</span> Older</a></li>
<li class="next"><a href="/cgspace-notes/2016-01/">Newer <span aria-hidden="true">&rarr;</span></a></li>
<li class="next"><a href="https://alanorth.github.io/cgspace-notes/2016-01/">Newer <span aria-hidden="true">&rarr;</span></a></li>
</ul>
</footer>
@ -284,7 +284,7 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
</footer>
<script src="/cgspace-notes/js/highlight.pack.js"></script>
<script src="https://alanorth.github.io/cgspace-notes/js/highlight.pack.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>

View File

@ -6,7 +6,7 @@
<meta property="og:title" content=" January, 2016 &middot; CGSpace Notes" />
<meta property="og:site_name" content="CGSpace Notes" />
<meta property="og:url" content="/cgspace-notes/2016-01/" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2016-01/" />
<meta property="og:type" content="article" />
@ -21,19 +21,19 @@
January, 2016 &middot; CGSpace Notes
</title>
<link rel="stylesheet" href="/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400" type="text/css">
<link rel="shortcut icon" href="/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="/cgspace-notes/images/apple-touch-icon.png" />
<link rel="shortcut icon" href="https://alanorth.github.io/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="https://alanorth.github.io/cgspace-notes/images/apple-touch-icon.png" />
</head>
<body>
<header class="global-header" style="background-image:url(../images/bg.jpg )">
<section class="header-text">
<h1><a href="/cgspace-notes/">CGSpace Notes</a></h1>
<h1><a href="https://alanorth.github.io/cgspace-notes/">CGSpace Notes</a></h1>
<div class="sns-links hidden-print">
@ -48,7 +48,7 @@
</div>
<a href="/cgspace-notes/" class="btn-header btn-back hidden-xs">
<a href="https://alanorth.github.io/cgspace-notes/" class="btn-header btn-back hidden-xs">
<i class="fa fa-angle-left" aria-hidden="true"></i>
&nbsp;Home
</a>
@ -71,7 +71,7 @@
</div>
<div class="pull-right">
<span class="post-tag small"><a href="/cgspace-notes//tags/notes">#notes</a></span>
<span class="post-tag small"><a href="https://alanorth.github.io/cgspace-notes//tags/notes">#notes</a></span>
</div>
</div>
@ -79,7 +79,7 @@
<section>
<h2 id="2016-01-13:3846b7fcbca60cdedafd373cb39cd76d">2016-01-13</h2>
<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>
@ -87,20 +87,20 @@
<li>Update GitHub wiki for documentation of <a href="https://github.com/ilri/DSpace/wiki/Maintenance-Tasks">maintenance tasks</a>.</li>
</ul>
<h2 id="2016-01-14:3846b7fcbca60cdedafd373cb39cd76d">2016-01-14</h2>
<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:3846b7fcbca60cdedafd373cb39cd76d">2016-01-18</h2>
<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:3846b7fcbca60cdedafd373cb39cd76d">2016-01-19</h2>
<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>
@ -110,7 +110,7 @@
<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:3846b7fcbca60cdedafd373cb39cd76d">2016-01-21</h2>
<h2 id="2016-01-21">2016-01-21</h2>
<ul>
<li>Still waiting for my IFTTT recipe to fire, two days later</li>
@ -122,21 +122,21 @@
<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:3846b7fcbca60cdedafd373cb39cd76d">2016-01-25</h2>
<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:3846b7fcbca60cdedafd373cb39cd76d">2016-01-26</h2>
<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:3846b7fcbca60cdedafd373cb39cd76d">2016-01-28</h2>
<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>
@ -149,7 +149,7 @@ $ find SimpleArchiveForBio/ -iname &ldquo;*.pdf&rdquo; -exec basename {} \; | so
8</p></li>
</ul>
<h2 id="2016-01-29:3846b7fcbca60cdedafd373cb39cd76d">2016-01-29</h2>
<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>
@ -181,10 +181,10 @@ $ find SimpleArchiveForBio/ -iname &ldquo;*.pdf&rdquo; -exec basename {} \; | so
</section>
<ul class="pager">
<li class="previous"><a href="/cgspace-notes/2015-12/"><span aria-hidden="true">&larr;</span> Older</a></li>
<li class="previous"><a href="https://alanorth.github.io/cgspace-notes/2015-12/"><span aria-hidden="true">&larr;</span> Older</a></li>
<li class="next"><a href="/cgspace-notes/2016-02/">Newer <span aria-hidden="true">&rarr;</span></a></li>
<li class="next"><a href="https://alanorth.github.io/cgspace-notes/2016-02/">Newer <span aria-hidden="true">&rarr;</span></a></li>
</ul>
</footer>
@ -209,7 +209,7 @@ $ find SimpleArchiveForBio/ -iname &ldquo;*.pdf&rdquo; -exec basename {} \; | so
</footer>
<script src="/cgspace-notes/js/highlight.pack.js"></script>
<script src="https://alanorth.github.io/cgspace-notes/js/highlight.pack.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>

View File

@ -6,7 +6,7 @@
<meta property="og:title" content=" February, 2016 &middot; CGSpace Notes" />
<meta property="og:site_name" content="CGSpace Notes" />
<meta property="og:url" content="/cgspace-notes/2016-02/" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2016-02/" />
<meta property="og:type" content="article" />
@ -21,19 +21,19 @@
February, 2016 &middot; CGSpace Notes
</title>
<link rel="stylesheet" href="/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400" type="text/css">
<link rel="shortcut icon" href="/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="/cgspace-notes/images/apple-touch-icon.png" />
<link rel="shortcut icon" href="https://alanorth.github.io/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="https://alanorth.github.io/cgspace-notes/images/apple-touch-icon.png" />
</head>
<body>
<header class="global-header" style="background-image:url(../images/bg.jpg )">
<section class="header-text">
<h1><a href="/cgspace-notes/">CGSpace Notes</a></h1>
<h1><a href="https://alanorth.github.io/cgspace-notes/">CGSpace Notes</a></h1>
<div class="sns-links hidden-print">
@ -48,7 +48,7 @@
</div>
<a href="/cgspace-notes/" class="btn-header btn-back hidden-xs">
<a href="https://alanorth.github.io/cgspace-notes/" class="btn-header btn-back hidden-xs">
<i class="fa fa-angle-left" aria-hidden="true"></i>
&nbsp;Home
</a>
@ -71,7 +71,7 @@
</div>
<div class="pull-right">
<span class="post-tag small"><a href="/cgspace-notes//tags/notes">#notes</a></span>
<span class="post-tag small"><a href="https://alanorth.github.io/cgspace-notes//tags/notes">#notes</a></span>
</div>
</div>
@ -79,7 +79,7 @@
<section>
<h2 id="2016-02-05:124a59adbaa8ef13e1518d003fc03981">2016-02-05</h2>
<h2 id="2016-02-05">2016-02-05</h2>
<ul>
<li>Looking at some DAGRIS data for Abenet Yabowork</li>
@ -94,7 +94,7 @@
<li>Also, lots of things like &ldquo;COTE D`LVOIRE&rdquo; and &ldquo;COTE D IVOIRE&rdquo;</li>
</ul>
<h2 id="2016-02-06:124a59adbaa8ef13e1518d003fc03981">2016-02-06</h2>
<h2 id="2016-02-06">2016-02-06</h2>
<ul>
<li>Found a way to get items with null/empty metadata values from SQL</li>
@ -135,7 +135,7 @@ DELETE 25
<li>Process the empty countries on CGSpace</li>
</ul>
<h2 id="2016-02-07:124a59adbaa8ef13e1518d003fc03981">2016-02-07</h2>
<h2 id="2016-02-07">2016-02-07</h2>
<ul>
<li>Working on cleaning up Abenet&rsquo;s DAGRIS data with OpenRefine</li>
@ -189,7 +189,7 @@ $ /opt/brew/Cellar/tomcat/8.0.30/bin/catalina start
<pre><code>$ ~/dspace/bin/dspace index-discovery -b
</code></pre>
<h2 id="2016-02-08:124a59adbaa8ef13e1518d003fc03981">2016-02-08</h2>
<h2 id="2016-02-08">2016-02-08</h2>
<ul>
<li>Finish cleaning up and importing ~400 DAGRIS items into CGSpace</li>
@ -199,7 +199,7 @@ $ /opt/brew/Cellar/tomcat/8.0.30/bin/catalina start
<p><img src="../images/2016/02/submit-button-ilri.png" alt="ILRI submission buttons" />
<img src="../images/2016/02/submit-button-drylands.png" alt="Drylands submission buttons" /></p>
<h2 id="2016-02-09:124a59adbaa8ef13e1518d003fc03981">2016-02-09</h2>
<h2 id="2016-02-09">2016-02-09</h2>
<ul>
<li>Re-sync DSpace Test with CGSpace</li>
@ -250,7 +250,7 @@ Swap: 255 57 198
<li>So I&rsquo;ll bump up the Tomcat heap to 2048 (CGSpace production server is using 3GB)</li>
</ul>
<h2 id="2016-02-11:124a59adbaa8ef13e1518d003fc03981">2016-02-11</h2>
<h2 id="2016-02-11">2016-02-11</h2>
<ul>
<li>Massaging some CIAT data in OpenRefine</li>
@ -274,7 +274,7 @@ Processing 64195.pdf
&gt; Creating thumbnail for 64195.pdf
</code></pre>
<h2 id="2016-02-12:124a59adbaa8ef13e1518d003fc03981">2016-02-12</h2>
<h2 id="2016-02-12">2016-02-12</h2>
<ul>
<li>Looking at CIAT&rsquo;s records again, there are some problems with a dozen or so files (out of 1200)</li>
@ -285,7 +285,7 @@ Processing 64195.pdf
<li>Also, I&rsquo;m not sure if we import these items, will be remove the <code>dc.identifier.url</code> field from the records?</li>
</ul>
<h2 id="2016-02-12-1:124a59adbaa8ef13e1518d003fc03981">2016-02-12</h2>
<h2 id="2016-02-12-1">2016-02-12</h2>
<ul>
<li>Looking at CIAT&rsquo;s records again, there are some files linking to PDFs on Slide Share, Embrapa, UEA UK, and Condesan, so I&rsquo;m not sure if we can use those</li>
@ -310,7 +310,7 @@ CIAT_COLOMBIA_000169_Técnicas_para_el_aislamiento_y_cultivo_de_protoplastos_de_
<li>They will be deployed on CGSpace the next time I re-deploy</li>
</ul>
<h2 id="2016-02-16:124a59adbaa8ef13e1518d003fc03981">2016-02-16</h2>
<h2 id="2016-02-16">2016-02-16</h2>
<ul>
<li>Turns out OpenRefine has an unescape function!</li>
@ -329,7 +329,7 @@ CIAT_COLOMBIA_000169_Técnicas_para_el_aislamiento_y_cultivo_de_protoplastos_de_
<li>This also works for records that have multiple URLs (separated by &ldquo;||&rdquo;)</li>
</ul>
<h2 id="2016-02-17:124a59adbaa8ef13e1518d003fc03981">2016-02-17</h2>
<h2 id="2016-02-17">2016-02-17</h2>
<ul>
<li>Re-deploy CGSpace, run all system updates, and reboot</li>
@ -338,7 +338,7 @@ CIAT_COLOMBIA_000169_Técnicas_para_el_aislamiento_y_cultivo_de_protoplastos_de_
<li>Need to re-process the filename column to replace multiple underscores with one: <code>value.replace(/_{2,}/, &quot;_&quot;)</code></li>
</ul>
<h2 id="2016-02-20:124a59adbaa8ef13e1518d003fc03981">2016-02-20</h2>
<h2 id="2016-02-20">2016-02-20</h2>
<ul>
<li>Turns out the &ldquo;bug&rdquo; in SAFBuilder isn&rsquo;t a bug, it&rsquo;s a feature that allows you to encode extra information like the destintion bundle in the filename</li>
@ -353,7 +353,7 @@ CIAT_COLOMBIA_000169_Técnicas_para_el_aislamiento_y_cultivo_de_protoplastos_de_
<li>Useful custom text facet for URLs ending with &ldquo;.pdf&rdquo;: <code>value.endsWith(&quot;.pdf&quot;)</code></li>
</ul>
<h2 id="2016-02-22:124a59adbaa8ef13e1518d003fc03981">2016-02-22</h2>
<h2 id="2016-02-22">2016-02-22</h2>
<ul>
<li>To change Spanish accents to ASCII in OpenRefine:</li>
@ -378,7 +378,7 @@ Bitstream: tést señora alimentación.pdf
<li>Running the SAFBuilder on Mac OS X works if you&rsquo;re going to import the resulting bundle on Mac OS X, but if your DSpace is running on Linux you need to run the SAFBuilder there where the filesystem&rsquo;s encoding matches</li>
</ul>
<h2 id="2016-02-29:124a59adbaa8ef13e1518d003fc03981">2016-02-29</h2>
<h2 id="2016-02-29">2016-02-29</h2>
<ul>
<li>Got notified by some CIFOR colleagues that the Google Scholar team had contacted them about CGSpace&rsquo;s incorrect ordering of authors in Google Scholar metadata</li>
@ -420,10 +420,10 @@ Bitstream: tést señora alimentación.pdf
</section>
<ul class="pager">
<li class="previous"><a href="/cgspace-notes/2016-01/"><span aria-hidden="true">&larr;</span> Older</a></li>
<li class="previous"><a href="https://alanorth.github.io/cgspace-notes/2016-01/"><span aria-hidden="true">&larr;</span> Older</a></li>
<li class="next"><a href="/cgspace-notes/2016-03/">Newer <span aria-hidden="true">&rarr;</span></a></li>
<li class="next"><a href="https://alanorth.github.io/cgspace-notes/2016-03/">Newer <span aria-hidden="true">&rarr;</span></a></li>
</ul>
</footer>
@ -448,7 +448,7 @@ Bitstream: tést señora alimentación.pdf
</footer>
<script src="/cgspace-notes/js/highlight.pack.js"></script>
<script src="https://alanorth.github.io/cgspace-notes/js/highlight.pack.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>

View File

@ -6,7 +6,7 @@
<meta property="og:title" content=" March, 2016 &middot; CGSpace Notes" />
<meta property="og:site_name" content="CGSpace Notes" />
<meta property="og:url" content="/cgspace-notes/2016-03/" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2016-03/" />
<meta property="og:type" content="article" />
@ -21,19 +21,19 @@
March, 2016 &middot; CGSpace Notes
</title>
<link rel="stylesheet" href="/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400" type="text/css">
<link rel="shortcut icon" href="/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="/cgspace-notes/images/apple-touch-icon.png" />
<link rel="shortcut icon" href="https://alanorth.github.io/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="https://alanorth.github.io/cgspace-notes/images/apple-touch-icon.png" />
</head>
<body>
<header class="global-header" style="background-image:url(../images/bg.jpg )">
<section class="header-text">
<h1><a href="/cgspace-notes/">CGSpace Notes</a></h1>
<h1><a href="https://alanorth.github.io/cgspace-notes/">CGSpace Notes</a></h1>
<div class="sns-links hidden-print">
@ -48,7 +48,7 @@
</div>
<a href="/cgspace-notes/" class="btn-header btn-back hidden-xs">
<a href="https://alanorth.github.io/cgspace-notes/" class="btn-header btn-back hidden-xs">
<i class="fa fa-angle-left" aria-hidden="true"></i>
&nbsp;Home
</a>
@ -71,7 +71,7 @@
</div>
<div class="pull-right">
<span class="post-tag small"><a href="/cgspace-notes//tags/notes">#notes</a></span>
<span class="post-tag small"><a href="https://alanorth.github.io/cgspace-notes//tags/notes">#notes</a></span>
</div>
</div>
@ -79,7 +79,7 @@
<section>
<h2 id="2016-03-02:5a28ddf3ee658c043c064ccddb151717">2016-03-02</h2>
<h2 id="2016-03-02">2016-03-02</h2>
<ul>
<li>Looking at issues with author authorities on CGSpace</li>
@ -87,7 +87,7 @@
<li>Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Java JDK 1.7 to match environment on CGSpace server</li>
</ul>
<h2 id="2016-03-07:5a28ddf3ee658c043c064ccddb151717">2016-03-07</h2>
<h2 id="2016-03-07">2016-03-07</h2>
<ul>
<li>Troubleshooting the issues with the slew of commits for Atmire modules in <a href="https://github.com/ilri/DSpace/pull/182">#182</a></li>
@ -100,14 +100,14 @@
<pre><code>Exception in thread &quot;Lucene Merge Thread #19&quot; org.apache.lucene.index.MergePolicy$MergeException: java.io.IOException: No space left on device
</code></pre>
<h2 id="2016-03-08:5a28ddf3ee658c043c064ccddb151717">2016-03-08</h2>
<h2 id="2016-03-08">2016-03-08</h2>
<ul>
<li>Add a few new filters to Atmire&rsquo;s Listings and Reports module (<a href="https://github.com/ilri/DSpace/issues/180">#180</a>)</li>
<li>We had also wanted to add a few to the Content and Usage module but I have to ask the editors which ones they were</li>
</ul>
<h2 id="2016-03-10:5a28ddf3ee658c043c064ccddb151717">2016-03-10</h2>
<h2 id="2016-03-10">2016-03-10</h2>
<ul>
<li>Disable the lucene cron job on CGSpace as it shouldn&rsquo;t be needed anymore</li>
@ -124,7 +124,7 @@
<li>Update documentation for Atmire modules</li>
</ul>
<h2 id="2016-03-11:5a28ddf3ee658c043c064ccddb151717">2016-03-11</h2>
<h2 id="2016-03-11">2016-03-11</h2>
<ul>
<li>As I was looking at the CUA config I realized our Discovery config is all messed up and confusing</li>
@ -134,7 +134,7 @@
<li>There is still some more work to be done to remove references to old <code>outputtype</code> and <code>output</code></li>
</ul>
<h2 id="2016-03-14:5a28ddf3ee658c043c064ccddb151717">2016-03-14</h2>
<h2 id="2016-03-14">2016-03-14</h2>
<ul>
<li>Fix some items that had invalid dates (I noticed them in the log during a re-indexing)</li>
@ -145,13 +145,13 @@
<p><img src="../images/2016/03/missing-xmlui-string.png" alt="Missing XMLUI string" /></p>
<h2 id="2016-03-15:5a28ddf3ee658c043c064ccddb151717">2016-03-15</h2>
<h2 id="2016-03-15">2016-03-15</h2>
<ul>
<li>Create simple theme for new AVCD community just for a unique Google Tracking ID (<a href="https://github.com/ilri/DSpace/pull/191">#191</a>)</li>
</ul>
<h2 id="2016-03-16:5a28ddf3ee658c043c064ccddb151717">2016-03-16</h2>
<h2 id="2016-03-16">2016-03-16</h2>
<ul>
<li>Still having problems deploying Atmire&rsquo;s CUA updates and fixes from January!</li>
@ -182,7 +182,7 @@
<li>Also, <code>dc.language.iso</code> has some weird values, like &ldquo;En&rdquo; and &ldquo;English&rdquo;</li>
</ul>
<h2 id="2016-03-17:5a28ddf3ee658c043c064ccddb151717">2016-03-17</h2>
<h2 id="2016-03-17">2016-03-17</h2>
<ul>
<li>It turns out <code>hi</code> is the ISO 639 language code for Hindi, but these should be in <code>dc.language.iso</code> instead of <code>dc.language</code></li>
@ -192,7 +192,7 @@
<li>The patches work fine with a clean database, so the error was caused by some mismatch in CUA versions and the database during my testing</li>
</ul>
<h2 id="2016-03-18:5a28ddf3ee658c043c064ccddb151717">2016-03-18</h2>
<h2 id="2016-03-18">2016-03-18</h2>
<ul>
<li>Merge Atmire fixes into <code>5_x-prod</code></li>
@ -219,7 +219,7 @@
<li>Also, it looks like adding <code>-sharpen 0x1.0</code> really improves the quality of the image for only a few KB</li>
</ul>
<h2 id="2016-03-21:5a28ddf3ee658c043c064ccddb151717">2016-03-21</h2>
<h2 id="2016-03-21">2016-03-21</h2>
<ul>
<li>Fix 66 site errors in Google&rsquo;s webmaster tools</li>
@ -259,13 +259,13 @@
<li>Deploy Let&rsquo;s Encrypt certificate for cgspace.cgiar.org, but still need to work it into the ansible playbooks</li>
</ul>
<h2 id="2016-03-22:5a28ddf3ee658c043c064ccddb151717">2016-03-22</h2>
<h2 id="2016-03-22">2016-03-22</h2>
<ul>
<li>Merge robots.txt patch and disallow indexing of browse pages as our sitemap is consumed correctly (<a href="https://github.com/ilri/DSpace/issues/198">#198</a>)</li>
</ul>
<h2 id="2016-03-23:5a28ddf3ee658c043c064ccddb151717">2016-03-23</h2>
<h2 id="2016-03-23">2016-03-23</h2>
<ul>
<li>Abenet is having problems saving group memberships, and she gets this error: <a href="https://gist.github.com/alanorth/87281c061c2de57b773e">https://gist.github.com/alanorth/87281c061c2de57b773e</a></li>
@ -279,14 +279,14 @@
<li>Looks to be an issue with the Atmire modules, I&rsquo;ve submitted a ticket to their tracker.</li>
</ul>
<h2 id="2016-03-24:5a28ddf3ee658c043c064ccddb151717">2016-03-24</h2>
<h2 id="2016-03-24">2016-03-24</h2>
<ul>
<li>Atmire sent a patch for the group saving issue: <a href="https://github.com/ilri/DSpace/pull/201">https://github.com/ilri/DSpace/pull/201</a></li>
<li>I tested it locally and it works, so I merged it to <code>5_x-prod</code> and will deploy on CGSpace this week</li>
</ul>
<h2 id="2016-03-25:5a28ddf3ee658c043c064ccddb151717">2016-03-25</h2>
<h2 id="2016-03-25">2016-03-25</h2>
<ul>
<li>Having problems with Listings and Reports, seems to be caused by a rogue reference to <code>dc.type.output</code></li>
@ -294,7 +294,7 @@
<li>Commenting out the line works, but I haven&rsquo;t figured out the proper syntax for referring to <code>dc.type.*</code></li>
</ul>
<h2 id="2016-03-28:5a28ddf3ee658c043c064ccddb151717">2016-03-28</h2>
<h2 id="2016-03-28">2016-03-28</h2>
<ul>
<li>Look into enabling the embargo during item submission, see: <a href="https://wiki.duraspace.org/display/DSDOC5x/Embargo#Embargo-SubmissionProcess">https://wiki.duraspace.org/display/DSDOC5x/Embargo#Embargo-SubmissionProcess</a></li>
@ -308,7 +308,7 @@
<li>Deploy robots.txt fix, embargo for item submissions, and listings and reports fix on CGSpace</li>
</ul>
<h2 id="2016-03-29:5a28ddf3ee658c043c064ccddb151717">2016-03-29</h2>
<h2 id="2016-03-29">2016-03-29</h2>
<ul>
<li>Skype meeting with Peter and Addis team to discuss metadata changes for Dublin Core, CGcore, and CGSpace-specific fields</li>
@ -334,10 +334,10 @@
</section>
<ul class="pager">
<li class="previous"><a href="/cgspace-notes/2016-02/"><span aria-hidden="true">&larr;</span> Older</a></li>
<li class="previous"><a href="https://alanorth.github.io/cgspace-notes/2016-02/"><span aria-hidden="true">&larr;</span> Older</a></li>
<li class="next"><a href="/cgspace-notes/2016-04/">Newer <span aria-hidden="true">&rarr;</span></a></li>
<li class="next"><a href="https://alanorth.github.io/cgspace-notes/2016-04/">Newer <span aria-hidden="true">&rarr;</span></a></li>
</ul>
</footer>
@ -362,7 +362,7 @@
</footer>
<script src="/cgspace-notes/js/highlight.pack.js"></script>
<script src="https://alanorth.github.io/cgspace-notes/js/highlight.pack.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>

View File

@ -6,7 +6,7 @@
<meta property="og:title" content=" April, 2016 &middot; CGSpace Notes" />
<meta property="og:site_name" content="CGSpace Notes" />
<meta property="og:url" content="/cgspace-notes/2016-04/" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2016-04/" />
<meta property="og:type" content="article" />
@ -21,19 +21,19 @@
April, 2016 &middot; CGSpace Notes
</title>
<link rel="stylesheet" href="/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400" type="text/css">
<link rel="shortcut icon" href="/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="/cgspace-notes/images/apple-touch-icon.png" />
<link rel="shortcut icon" href="https://alanorth.github.io/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="https://alanorth.github.io/cgspace-notes/images/apple-touch-icon.png" />
</head>
<body>
<header class="global-header" style="background-image:url(../images/bg.jpg )">
<section class="header-text">
<h1><a href="/cgspace-notes/">CGSpace Notes</a></h1>
<h1><a href="https://alanorth.github.io/cgspace-notes/">CGSpace Notes</a></h1>
<div class="sns-links hidden-print">
@ -48,7 +48,7 @@
</div>
<a href="/cgspace-notes/" class="btn-header btn-back hidden-xs">
<a href="https://alanorth.github.io/cgspace-notes/" class="btn-header btn-back hidden-xs">
<i class="fa fa-angle-left" aria-hidden="true"></i>
&nbsp;Home
</a>
@ -71,7 +71,7 @@
</div>
<div class="pull-right">
<span class="post-tag small"><a href="/cgspace-notes//tags/notes">#notes</a></span>
<span class="post-tag small"><a href="https://alanorth.github.io/cgspace-notes//tags/notes">#notes</a></span>
</div>
</div>
@ -79,7 +79,7 @@
<section>
<h2 id="2016-04-04:c88be15f5b2f07c85f7742556a955e47">2016-04-04</h2>
<h2 id="2016-04-04">2016-04-04</h2>
<ul>
<li>Looking at log file use on CGSpace and notice that we need to work on our cron setup a bit</li>
@ -120,7 +120,7 @@ java.io.FileNotFoundException: /home/cgspace.cgiar.org/assetstore/64/29/06/64290
<li>Submit pull request for Tomcat 7 limits in Ansible dspace role (<a href="https://github.com/ilri/rmg-ansible-public/pull/30">#30</a>)</li>
</ul>
<h2 id="2016-04-05:c88be15f5b2f07c85f7742556a955e47">2016-04-05</h2>
<h2 id="2016-04-05">2016-04-05</h2>
<ul>
<li>Reduce Amazon S3 storage used for logs from 46 GB to 6GB by deleting a bunch of logs we don&rsquo;t need!</li>
@ -138,7 +138,7 @@ java.io.FileNotFoundException: /home/cgspace.cgiar.org/assetstore/64/29/06/64290
<li>Try to do some metadata field migrations using the Atmire batch UI (<code>dc.Species</code> → <code>cg.species</code>) but it took several hours and even missed a few records</li>
</ul>
<h2 id="2016-04-06:c88be15f5b2f07c85f7742556a955e47">2016-04-06</h2>
<h2 id="2016-04-06">2016-04-06</h2>
<ul>
<li>A better way to move metadata on this scale is via SQL, for example <code>dc.type.output</code> → <code>dc.type</code> (their IDs in the metadatafieldregistry are 66 and 109, respectively):</li>
@ -153,7 +153,7 @@ UPDATE 40852
<li>Start working on metadata migrations, add 25 or so new metadata fields to CGSpace</li>
</ul>
<h2 id="2016-04-07:c88be15f5b2f07c85f7742556a955e47">2016-04-07</h2>
<h2 id="2016-04-07">2016-04-07</h2>
<ul>
<li>Write shell script to do the migration of fields: <a href="https://gist.github.com/alanorth/72a70aca856d76f24c127a6e67b3342b">https://gist.github.com/alanorth/72a70aca856d76f24c127a6e67b3342b</a></li>
@ -169,14 +169,14 @@ UPDATE metadatavalue SET metadata_field_id=203 WHERE metadata_field_id=76
UPDATE 51258
</code></pre>
<h2 id="2016-04-08:c88be15f5b2f07c85f7742556a955e47">2016-04-08</h2>
<h2 id="2016-04-08">2016-04-08</h2>
<ul>
<li>Discuss metadata renaming with Abenet, we decided it&rsquo;s better to start with the center-specific subjects like ILRI, CIFOR, CCAFS, IWMI, and CPWF</li>
<li>I&rsquo;ve e-mailed CCAFS and CPWF people to ask them how much time it will take for them to update their systems to cope with this change</li>
</ul>
<h2 id="2016-04-10:c88be15f5b2f07c85f7742556a955e47">2016-04-10</h2>
<h2 id="2016-04-10">2016-04-10</h2>
<ul>
<li>Looking at the DOI issue <a href="https://www.yammer.com/dspacedevelopers/#/Threads/show?threadId=678507860">reported by Leroy from CIAT a few weeks ago</a></li>
@ -199,14 +199,14 @@ dspacetest=# select count(*) from metadatavalue where metadata_field_id=74 and t
<li>I will manually edit the <code>dc.identifier.doi</code> in <a href="https://cgspace.cgiar.org/handle/10568/72509?show=full"><sup>10568</sup>&frasl;<sub>72509</sub></a> and tweet the link, then check back in a week to see if the donut gets updated</li>
</ul>
<h2 id="2016-04-11:c88be15f5b2f07c85f7742556a955e47">2016-04-11</h2>
<h2 id="2016-04-11">2016-04-11</h2>
<ul>
<li>The donut is already updated and shows the correct number now</li>
<li>CCAFS people say it will only take them an hour to update their code for the metadata renames, so I proposed we&rsquo;d do it tentatively on Monday the 18th.</li>
</ul>
<h2 id="2016-04-12:c88be15f5b2f07c85f7742556a955e47">2016-04-12</h2>
<h2 id="2016-04-12">2016-04-12</h2>
<ul>
<li>Looking at quality of WLE data (<code>cg.subject.iwmi</code>) in SQL:</li>
@ -243,7 +243,7 @@ DELETE 226
<li>We want to do the <code>dc.type.output</code> move on CGSpace anyways, but we should wait as it might affect other external people!</li>
</ul>
<h2 id="2016-04-14:c88be15f5b2f07c85f7742556a955e47">2016-04-14</h2>
<h2 id="2016-04-14">2016-04-14</h2>
<ul>
<li>Communicate with Macaroni Bros again about <code>dc.type</code></li>
@ -251,13 +251,13 @@ DELETE 226
<li>Notify CIAT people of metadata changes (I had forgotten them last week)</li>
</ul>
<h2 id="2016-04-15:c88be15f5b2f07c85f7742556a955e47">2016-04-15</h2>
<h2 id="2016-04-15">2016-04-15</h2>
<ul>
<li>DSpace Test had crashed, so I ran all system updates, rebooted, and re-deployed DSpace code</li>
</ul>
<h2 id="2016-04-18:c88be15f5b2f07c85f7742556a955e47">2016-04-18</h2>
<h2 id="2016-04-18">2016-04-18</h2>
<ul>
<li>Talk to CIAT people about their portal again</li>
@ -336,7 +336,7 @@ javax.ws.rs.WebApplicationException
<li>After restarting Tomcat a few more of these errors were logged but the application was up</li>
</ul>
<h2 id="2016-04-19:c88be15f5b2f07c85f7742556a955e47">2016-04-19</h2>
<h2 id="2016-04-19">2016-04-19</h2>
<ul>
<li>Get handles for items that are using a given metadata field, ie <code>dc.Species.animal</code> (105):</li>
@ -392,7 +392,7 @@ org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error
<li>And then remove them from the metadata registry</li>
</ul>
<h2 id="2016-04-20:c88be15f5b2f07c85f7742556a955e47">2016-04-20</h2>
<h2 id="2016-04-20">2016-04-20</h2>
<ul>
<li>Re-deploy DSpace Test with the new subject and type fields, run all system updates, and reboot the server</li>
@ -431,20 +431,20 @@ UPDATE 46075
<li>I&rsquo;ve sent a message to Atmire asking about compatibility with DSpace 5.5</li>
</ul>
<h2 id="2016-04-21:c88be15f5b2f07c85f7742556a955e47">2016-04-21</h2>
<h2 id="2016-04-21">2016-04-21</h2>
<ul>
<li>Fix a bunch of metadata consistency issues with IITA Journal Articles (Peer review, Formally published, messed up DOIs, etc)</li>
<li>Atmire responded with DSpace 5.5 compatible versions for their modules, so I&rsquo;ll start testing those in a few weeks</li>
</ul>
<h2 id="2016-04-22:c88be15f5b2f07c85f7742556a955e47">2016-04-22</h2>
<h2 id="2016-04-22">2016-04-22</h2>
<ul>
<li>Import 95 records into <a href="https://cgspace.cgiar.org/handle/10568/42219">CTA&rsquo;s Agrodok collection</a></li>
</ul>
<h2 id="2016-04-26:c88be15f5b2f07c85f7742556a955e47">2016-04-26</h2>
<h2 id="2016-04-26">2016-04-26</h2>
<ul>
<li>Test embargo during item upload</li>
@ -460,7 +460,7 @@ UPDATE 46075
</ul></li>
</ul>
<h2 id="2016-04-27:c88be15f5b2f07c85f7742556a955e47">2016-04-27</h2>
<h2 id="2016-04-27">2016-04-27</h2>
<ul>
<li>I woke up to ten or fifteen &ldquo;up&rdquo; and &ldquo;down&rdquo; emails from the monitoring website</li>
@ -507,14 +507,14 @@ dspace.log.2016-04-27:7271
<li>CGSpace down, restarted tomcat and it&rsquo;s back up</li>
</ul>
<h2 id="2016-04-28:c88be15f5b2f07c85f7742556a955e47">2016-04-28</h2>
<h2 id="2016-04-28">2016-04-28</h2>
<ul>
<li>Problems with stability again. I&rsquo;ve blocked access to <code>/rest</code> for now to see if the number of errors in the log files drop</li>
<li>Later we could maybe start logging access to <code>/rest</code> and perhaps whitelist some IPs&hellip;</li>
</ul>
<h2 id="2016-04-30:c88be15f5b2f07c85f7742556a955e47">2016-04-30</h2>
<h2 id="2016-04-30">2016-04-30</h2>
<ul>
<li>Logs for today and yesterday have zero references to this REST error, so I&rsquo;m going to open back up the REST API but log all requests</li>
@ -547,10 +547,10 @@ dspace.log.2016-04-27:7271
</section>
<ul class="pager">
<li class="previous"><a href="/cgspace-notes/2016-03/"><span aria-hidden="true">&larr;</span> Older</a></li>
<li class="previous"><a href="https://alanorth.github.io/cgspace-notes/2016-03/"><span aria-hidden="true">&larr;</span> Older</a></li>
<li class="next"><a href="/cgspace-notes/2016-05/">Newer <span aria-hidden="true">&rarr;</span></a></li>
<li class="next"><a href="https://alanorth.github.io/cgspace-notes/2016-05/">Newer <span aria-hidden="true">&rarr;</span></a></li>
</ul>
</footer>
@ -575,7 +575,7 @@ dspace.log.2016-04-27:7271
</footer>
<script src="/cgspace-notes/js/highlight.pack.js"></script>
<script src="https://alanorth.github.io/cgspace-notes/js/highlight.pack.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>

View File

@ -6,7 +6,7 @@
<meta property="og:title" content=" May, 2016 &middot; CGSpace Notes" />
<meta property="og:site_name" content="CGSpace Notes" />
<meta property="og:url" content="/cgspace-notes/2016-05/" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2016-05/" />
<meta property="og:type" content="article" />
@ -21,19 +21,19 @@
May, 2016 &middot; CGSpace Notes
</title>
<link rel="stylesheet" href="/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400" type="text/css">
<link rel="shortcut icon" href="/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="/cgspace-notes/images/apple-touch-icon.png" />
<link rel="shortcut icon" href="https://alanorth.github.io/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="https://alanorth.github.io/cgspace-notes/images/apple-touch-icon.png" />
</head>
<body>
<header class="global-header" style="background-image:url(../images/bg.jpg )">
<section class="header-text">
<h1><a href="/cgspace-notes/">CGSpace Notes</a></h1>
<h1><a href="https://alanorth.github.io/cgspace-notes/">CGSpace Notes</a></h1>
<div class="sns-links hidden-print">
@ -48,7 +48,7 @@
</div>
<a href="/cgspace-notes/" class="btn-header btn-back hidden-xs">
<a href="https://alanorth.github.io/cgspace-notes/" class="btn-header btn-back hidden-xs">
<i class="fa fa-angle-left" aria-hidden="true"></i>
&nbsp;Home
</a>
@ -71,7 +71,7 @@
</div>
<div class="pull-right">
<span class="post-tag small"><a href="/cgspace-notes//tags/notes">#notes</a></span>
<span class="post-tag small"><a href="https://alanorth.github.io/cgspace-notes//tags/notes">#notes</a></span>
</div>
</div>
@ -79,7 +79,7 @@
<section>
<h2 id="2016-05-01:b7bf1a0f8f2415a40e1e11e343b04c0d">2016-05-01</h2>
<h2 id="2016-05-01">2016-05-01</h2>
<ul>
<li>Since yesterday there have been 10,000 REST errors and the site has been unstable again</li>
@ -104,7 +104,7 @@
<li>The owner of that application has said that the <code>NaN</code> (not a number) is an error in his code and he&rsquo;ll fix it</li>
</ul>
<h2 id="2016-05-03:b7bf1a0f8f2415a40e1e11e343b04c0d">2016-05-03</h2>
<h2 id="2016-05-03">2016-05-03</h2>
<ul>
<li>Update nginx to 1.10.x branch on CGSpace</li>
@ -113,7 +113,7 @@
<p><img src="../images/2016/05/discovery-types.png" alt="Item type in Discovery results" /></p>
<h2 id="2016-05-06:b7bf1a0f8f2415a40e1e11e343b04c0d">2016-05-06</h2>
<h2 id="2016-05-06">2016-05-06</h2>
<ul>
<li>DSpace Test is down, <code>catalina.out</code> has lots of messages about heap space from some time yesterday (!)</li>
@ -151,7 +151,7 @@ fi
<li>Seems to work well</li>
</ul>
<h2 id="2016-05-10:b7bf1a0f8f2415a40e1e11e343b04c0d">2016-05-10</h2>
<h2 id="2016-05-10">2016-05-10</h2>
<ul>
<li>Start looking at more metadata migrations</li>
@ -166,7 +166,7 @@ fi
<li>CGSpace&rsquo;s <code>dc</code> registry has 96 items, and the default DSpace one has 73.</li>
</ul>
<h2 id="2016-05-11:b7bf1a0f8f2415a40e1e11e343b04c0d">2016-05-11</h2>
<h2 id="2016-05-11">2016-05-11</h2>
<ul>
<li><p>Identify and propose the next phase of CGSpace fields to migrate:</p>
@ -199,7 +199,7 @@ fi
<li>Turns out she was able to decrease the size of the PDF so we didn&rsquo;t have to do anything</li>
</ul>
<h2 id="2016-05-12:b7bf1a0f8f2415a40e1e11e343b04c0d">2016-05-12</h2>
<h2 id="2016-05-12">2016-05-12</h2>
<ul>
<li>Looks like the issue that Abenet was having a few days ago with &ldquo;Connection Reset&rdquo; in Firefox might be due to a Firefox 46 issue: <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1268775">https://bugzilla.mozilla.org/show_bug.cgi?id=1268775</a></li>
@ -223,7 +223,7 @@ fi
<pre><code># select text_value from metadatavalue where resource_type_id=2 and metadata_field_id=39 and text_value similar to &quot;% %&quot;;
</code></pre>
<h2 id="2016-05-13:b7bf1a0f8f2415a40e1e11e343b04c0d">2016-05-13</h2>
<h2 id="2016-05-13">2016-05-13</h2>
<ul>
<li>More theorizing about CGcore</li>
@ -237,7 +237,7 @@ fi
<li>I&rsquo;ve removed <code>dc.title.jtitle</code> from the list for now because there&rsquo;s no use moving it out of DC until we know where it will go (see discussion yesterday)</li>
</ul>
<h2 id="2016-05-18:b7bf1a0f8f2415a40e1e11e343b04c0d">2016-05-18</h2>
<h2 id="2016-05-18">2016-05-18</h2>
<ul>
<li>Work on 707 CCAFS records</li>
@ -254,7 +254,7 @@ fi
<li>Before importing with SAFBuilder I tested adding &ldquo;__bundle:THUMBNAIL&rdquo; to the <code>filename</code> column and it works fine</li>
</ul>
<h2 id="2016-05-19:b7bf1a0f8f2415a40e1e11e343b04c0d">2016-05-19</h2>
<h2 id="2016-05-19">2016-05-19</h2>
<ul>
<li>More quality control on <code>filename</code> field of CCAFS records to make processing in shell and SAFBuilder more reliable:</li>
@ -278,7 +278,7 @@ fi
<pre><code># select text_value from metadatavalue where resource_type_id=2 and metadata_field_id=75 and (text_value like 'PN%' or text_value like 'PHASE%' or text_value = 'CBA' or text_value = 'IA');
</code></pre>
<h2 id="2016-05-20:b7bf1a0f8f2415a40e1e11e343b04c0d">2016-05-20</h2>
<h2 id="2016-05-20">2016-05-20</h2>
<ul>
<li>More work on CCAFS Video and Images records</li>
@ -303,7 +303,7 @@ fi
<li>Work on configuration changes for Phase 2 metadata migrations</li>
</ul>
<h2 id="2016-05-23:b7bf1a0f8f2415a40e1e11e343b04c0d">2016-05-23</h2>
<h2 id="2016-05-23">2016-05-23</h2>
<ul>
<li>Try to import the CCAFS Images and Videos to CGSpace but had some issues with LibreOffice and OpenRefine</li>
@ -312,7 +312,7 @@ fi
<li>I will have to try later</li>
</ul>
<h2 id="2016-05-30:b7bf1a0f8f2415a40e1e11e343b04c0d">2016-05-30</h2>
<h2 id="2016-05-30">2016-05-30</h2>
<ul>
<li>Export CCAFS video and image records from DSpace Test using the migrate option (<code>-m</code>):</li>
@ -348,7 +348,7 @@ $ /home/cgspace.cgiar.org/bin/dspace metadata-import -e aorth@mjanja.ch -f ~/CTA
<pre><code>$ JAVA_OPTS=&quot;-Xmx1024m -Dfile.encoding=UTF-8&quot; /home/cgspace.cgiar.org/bin/dspace index-authority
</code></pre>
<h2 id="2016-05-31:b7bf1a0f8f2415a40e1e11e343b04c0d">2016-05-31</h2>
<h2 id="2016-05-31">2016-05-31</h2>
<ul>
<li>The <code>index-authority</code> script ran over night and was finished in the morning</li>
@ -393,10 +393,10 @@ sys 0m20.540s
</section>
<ul class="pager">
<li class="previous"><a href="/cgspace-notes/2016-04/"><span aria-hidden="true">&larr;</span> Older</a></li>
<li class="previous"><a href="https://alanorth.github.io/cgspace-notes/2016-04/"><span aria-hidden="true">&larr;</span> Older</a></li>
<li class="next"><a href="/cgspace-notes/2016-06/">Newer <span aria-hidden="true">&rarr;</span></a></li>
<li class="next"><a href="https://alanorth.github.io/cgspace-notes/2016-06/">Newer <span aria-hidden="true">&rarr;</span></a></li>
</ul>
</footer>
@ -421,7 +421,7 @@ sys 0m20.540s
</footer>
<script src="/cgspace-notes/js/highlight.pack.js"></script>
<script src="https://alanorth.github.io/cgspace-notes/js/highlight.pack.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>

View File

@ -6,7 +6,7 @@
<meta property="og:title" content=" June, 2016 &middot; CGSpace Notes" />
<meta property="og:site_name" content="CGSpace Notes" />
<meta property="og:url" content="/cgspace-notes/2016-06/" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2016-06/" />
<meta property="og:type" content="article" />
@ -21,19 +21,19 @@
June, 2016 &middot; CGSpace Notes
</title>
<link rel="stylesheet" href="/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400" type="text/css">
<link rel="shortcut icon" href="/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="/cgspace-notes/images/apple-touch-icon.png" />
<link rel="shortcut icon" href="https://alanorth.github.io/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="https://alanorth.github.io/cgspace-notes/images/apple-touch-icon.png" />
</head>
<body>
<header class="global-header" style="background-image:url(../images/bg.jpg )">
<section class="header-text">
<h1><a href="/cgspace-notes/">CGSpace Notes</a></h1>
<h1><a href="https://alanorth.github.io/cgspace-notes/">CGSpace Notes</a></h1>
<div class="sns-links hidden-print">
@ -48,7 +48,7 @@
</div>
<a href="/cgspace-notes/" class="btn-header btn-back hidden-xs">
<a href="https://alanorth.github.io/cgspace-notes/" class="btn-header btn-back hidden-xs">
<i class="fa fa-angle-left" aria-hidden="true"></i>
&nbsp;Home
</a>
@ -71,7 +71,7 @@
</div>
<div class="pull-right">
<span class="post-tag small"><a href="/cgspace-notes//tags/notes">#notes</a></span>
<span class="post-tag small"><a href="https://alanorth.github.io/cgspace-notes//tags/notes">#notes</a></span>
</div>
</div>
@ -79,7 +79,7 @@
<section>
<h2 id="2016-06-01:6783872e82b68b1517e00f494e6b6504">2016-06-01</h2>
<h2 id="2016-06-01">2016-06-01</h2>
<ul>
<li>Experimenting with IFPRI OAI (we want to harvest their publications)</li>
@ -100,7 +100,7 @@ UPDATE 14
<li>Fix a few minor miscellaneous issues in <code>dspace.cfg</code> (<a href="https://github.com/ilri/DSpace/pull/227">#227</a>)</li>
</ul>
<h2 id="2016-06-02:6783872e82b68b1517e00f494e6b6504">2016-06-02</h2>
<h2 id="2016-06-02">2016-06-02</h2>
<ul>
<li>Testing the configuration and theme changes for the upcoming metadata migration and I found some issues with <code>cg.coverage.admin-unit</code></li>
@ -118,7 +118,7 @@ UPDATE 14
<li>The patch applies successfully on DSpace 5.1 so I will try it later</li>
</ul>
<h2 id="2016-06-03:6783872e82b68b1517e00f494e6b6504">2016-06-03</h2>
<h2 id="2016-06-03">2016-06-03</h2>
<ul>
<li>Investigating the CCAFS authority issue, I exported the metadata for the Videos collection</li>
@ -191,7 +191,7 @@ UPDATE 960
<li>That would only be for the &ldquo;Browse by&rdquo; function&hellip; so we&rsquo;ll have to see what effect that has later</li>
</ul>
<h2 id="2016-06-04:6783872e82b68b1517e00f494e6b6504">2016-06-04</h2>
<h2 id="2016-06-04">2016-06-04</h2>
<ul>
<li>Re-sync DSpace Test with CGSpace and perform test of metadata migration again</li>
@ -199,7 +199,7 @@ UPDATE 960
<li>Run all system updates and reboot CGSpace server</li>
</ul>
<h2 id="2016-06-07:6783872e82b68b1517e00f494e6b6504">2016-06-07</h2>
<h2 id="2016-06-07">2016-06-07</h2>
<ul>
<li>Figured out how to export a list of the unique values from a metadata field ordered by count:</li>
@ -228,7 +228,7 @@ UPDATE 960
<li><p>Looks like OAI is kinda obtuse for this, and if we use ContentDM&rsquo;s API we&rsquo;ll be able to access their internal field names (rather than trying to figure out how they stuffed them into various, repeated Dublin Core fields)</p></li>
</ul>
<h2 id="2016-06-08:6783872e82b68b1517e00f494e6b6504">2016-06-08</h2>
<h2 id="2016-06-08">2016-06-08</h2>
<ul>
<li>Discuss controlled vocabularies for ~28 fields</li>
@ -246,7 +246,7 @@ UPDATE 960
<li>File bug about <code>closed=&quot;true&quot;</code> attribute of controlled vocabularies not working: <a href="https://jira.duraspace.org/browse/DS-3238">https://jira.duraspace.org/browse/DS-3238</a></li>
</ul>
<h2 id="2016-06-09:6783872e82b68b1517e00f494e6b6504">2016-06-09</h2>
<h2 id="2016-06-09">2016-06-09</h2>
<ul>
<li>Atmire explained that the <code>atmire.orcid.id</code> field doesn&rsquo;t exist in the schema, as it actually comes from the authority cache during XMLUI run time</li>
@ -254,7 +254,7 @@ UPDATE 960
<li>They opened a feature ticket on the DSpace tracker to ask for support of this: <a href="https://jira.duraspace.org/browse/DS-3239">https://jira.duraspace.org/browse/DS-3239</a></li>
</ul>
<h2 id="2016-06-10:6783872e82b68b1517e00f494e6b6504">2016-06-10</h2>
<h2 id="2016-06-10">2016-06-10</h2>
<ul>
<li>Investigating authority confidences</li>
@ -279,20 +279,20 @@ UPDATE 960
<li>Merge controlled vocabulary functionality for subregions (<a href="https://github.com/ilri/DSpace/pull/238">#238</a>)</li>
</ul>
<h2 id="2016-06-11:6783872e82b68b1517e00f494e6b6504">2016-06-11</h2>
<h2 id="2016-06-11">2016-06-11</h2>
<ul>
<li>Merge controlled vocabulary for sponsorship field (<a href="https://github.com/ilri/DSpace/pull/239">#239</a>)</li>
<li>Fix character encoding issues for animal breed lookup that I merged yesterday</li>
</ul>
<h2 id="2016-06-17:6783872e82b68b1517e00f494e6b6504">2016-06-17</h2>
<h2 id="2016-06-17">2016-06-17</h2>
<ul>
<li>Linode has free RAM upgrades for their 13th birthday so I migrated DSpace Test (4→8GB of RAM)</li>
</ul>
<h2 id="2016-06-18:6783872e82b68b1517e00f494e6b6504">2016-06-18</h2>
<h2 id="2016-06-18">2016-06-18</h2>
<ul>
<li>Clean up titles and hints in <code>input-forms.xml</code> to use title/sentence case and a few more consistency things (<a href="https://github.com/ilri/DSpace/pull/241">#241</a>)</li>
@ -319,7 +319,7 @@ UPDATE 960
<li><p>Need to run <code>fix-metadata-values.py</code> and then <code>fix-metadata-values.py</code></p></li>
</ul>
<h2 id="2016-06-20:6783872e82b68b1517e00f494e6b6504">2016-06-20</h2>
<h2 id="2016-06-20">2016-06-20</h2>
<ul>
<li>CGSpace&rsquo;s HTTPS certificate expired last night and I didn&rsquo;t notice, had to renew:</li>
@ -332,7 +332,7 @@ UPDATE 960
<li>I really need to fix that cron job&hellip;</li>
</ul>
<h2 id="2016-06-24:6783872e82b68b1517e00f494e6b6504">2016-06-24</h2>
<h2 id="2016-06-24">2016-06-24</h2>
<ul>
<li>Run the replacements/deletes for <code>dc.description.sponsorship</code> (investors) on CGSpace:</li>
@ -353,7 +353,7 @@ $ ./delete-metadata-values.py -i investors-delete-82.csv -f dc.description.spons
<li>Refine submission form labels and hints</li>
</ul>
<h2 id="2016-06-28:6783872e82b68b1517e00f494e6b6504">2016-06-28</h2>
<h2 id="2016-06-28">2016-06-28</h2>
<ul>
<li>Testing the cleanup of <code>dc.contributor.corporate</code> with 13 deletions and 121 replacements</li>
@ -368,7 +368,7 @@ $ ./delete-metadata-values.py -i investors-delete-82.csv -f dc.description.spons
<li>Re-evaluate <code>dc.contributor.corporate</code> and it seems we will move it to <code>dc.contributor.author</code> as this is more in line with how editors are actually using it</li>
</ul>
<h2 id="2016-06-29:6783872e82b68b1517e00f494e6b6504">2016-06-29</h2>
<h2 id="2016-06-29">2016-06-29</h2>
<ul>
<li>Test run of <code>migrate-fields.sh</code> with the following re-mappings:</li>
@ -407,7 +407,7 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
<li>Start working on config changes for phase three of the metadata migrations</li>
</ul>
<h2 id="2016-06-30:6783872e82b68b1517e00f494e6b6504">2016-06-30</h2>
<h2 id="2016-06-30">2016-06-30</h2>
<ul>
<li>Wow, there are 95 authors in the database who have &lsquo;,&rsquo; at the end of their name:</li>
@ -440,10 +440,10 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
</section>
<ul class="pager">
<li class="previous"><a href="/cgspace-notes/2016-05/"><span aria-hidden="true">&larr;</span> Older</a></li>
<li class="previous"><a href="https://alanorth.github.io/cgspace-notes/2016-05/"><span aria-hidden="true">&larr;</span> Older</a></li>
<li class="next"><a href="/cgspace-notes/2016-07/">Newer <span aria-hidden="true">&rarr;</span></a></li>
<li class="next"><a href="https://alanorth.github.io/cgspace-notes/2016-07/">Newer <span aria-hidden="true">&rarr;</span></a></li>
</ul>
</footer>
@ -468,7 +468,7 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
</footer>
<script src="/cgspace-notes/js/highlight.pack.js"></script>
<script src="https://alanorth.github.io/cgspace-notes/js/highlight.pack.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>

View File

@ -6,7 +6,7 @@
<meta property="og:title" content=" July, 2016 &middot; CGSpace Notes" />
<meta property="og:site_name" content="CGSpace Notes" />
<meta property="og:url" content="/cgspace-notes/2016-07/" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2016-07/" />
<meta property="og:type" content="article" />
@ -21,19 +21,19 @@
July, 2016 &middot; CGSpace Notes
</title>
<link rel="stylesheet" href="/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400" type="text/css">
<link rel="shortcut icon" href="/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="/cgspace-notes/images/apple-touch-icon.png" />
<link rel="shortcut icon" href="https://alanorth.github.io/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="https://alanorth.github.io/cgspace-notes/images/apple-touch-icon.png" />
</head>
<body>
<header class="global-header" style="background-image:url(../images/bg.jpg )">
<section class="header-text">
<h1><a href="/cgspace-notes/">CGSpace Notes</a></h1>
<h1><a href="https://alanorth.github.io/cgspace-notes/">CGSpace Notes</a></h1>
<div class="sns-links hidden-print">
@ -48,7 +48,7 @@
</div>
<a href="/cgspace-notes/" class="btn-header btn-back hidden-xs">
<a href="https://alanorth.github.io/cgspace-notes/" class="btn-header btn-back hidden-xs">
<i class="fa fa-angle-left" aria-hidden="true"></i>
&nbsp;Home
</a>
@ -71,7 +71,7 @@
</div>
<div class="pull-right">
<span class="post-tag small"><a href="/cgspace-notes//tags/notes">#notes</a></span>
<span class="post-tag small"><a href="https://alanorth.github.io/cgspace-notes//tags/notes">#notes</a></span>
</div>
</div>
@ -79,7 +79,7 @@
<section>
<h2 id="2016-07-01:edc14796891c14dec087b4bb89c38aa9">2016-07-01</h2>
<h2 id="2016-07-01">2016-07-01</h2>
<ul>
<li>Add <code>dc.description.sponsorship</code> to Discovery sidebar facets and make investors clickable in item view (<a href="https://github.com/ilri/DSpace/issues/232">#232</a>)</li>
@ -98,19 +98,19 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
<li>In this case the select query was showing 95 results before the update</li>
</ul>
<h2 id="2016-07-02:edc14796891c14dec087b4bb89c38aa9">2016-07-02</h2>
<h2 id="2016-07-02">2016-07-02</h2>
<ul>
<li>Comment on DSpace Jira ticket about author lookup search text (<a href="https://jira.duraspace.org/browse/DS-2329">DS-2329</a>)</li>
</ul>
<h2 id="2016-07-04:edc14796891c14dec087b4bb89c38aa9">2016-07-04</h2>
<h2 id="2016-07-04">2016-07-04</h2>
<ul>
<li>Seems the database&rsquo;s author authority values mean nothing without the <code>authority</code> Solr core from the host where they were created!</li>
</ul>
<h2 id="2016-07-05:edc14796891c14dec087b4bb89c38aa9">2016-07-05</h2>
<h2 id="2016-07-05">2016-07-05</h2>
<ul>
<li>Amend <code>backup-solr.sh</code> script so it backs up the entire Solr folder</li>
@ -128,7 +128,7 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
<li>I will merge it to <code>5_x-prod</code></li>
</ul>
<h2 id="2016-07-06:edc14796891c14dec087b4bb89c38aa9">2016-07-06</h2>
<h2 id="2016-07-06">2016-07-06</h2>
<ul>
<li>Delete 23 blank metadata values from CGSpace:</li>
@ -165,7 +165,7 @@ $ ./delete-metadata-values.py -f dc.contributor.affiliation -i Affiliations-Dele
<li>I then ran all server updates and rebooted the server</li>
</ul>
<h2 id="2016-07-11:edc14796891c14dec087b4bb89c38aa9">2016-07-11</h2>
<h2 id="2016-07-11">2016-07-11</h2>
<ul>
<li>Doing some author cleanups from Peter and Abenet:</li>
@ -175,20 +175,20 @@ $ ./delete-metadata-values.py -f dc.contributor.affiliation -i Affiliations-Dele
$ ./delete-metadata-values.py -f dc.contributor.author -i /tmp/Authors-Delete-UTF8.csv -m 3 -u dspacetest -d dspacetest -p fuuu
</code></pre>
<h2 id="2016-07-13:edc14796891c14dec087b4bb89c38aa9">2016-07-13</h2>
<h2 id="2016-07-13">2016-07-13</h2>
<ul>
<li>Run the author cleanups on CGSpace and start a full Discovery re-index</li>
</ul>
<h2 id="2016-07-14:edc14796891c14dec087b4bb89c38aa9">2016-07-14</h2>
<h2 id="2016-07-14">2016-07-14</h2>
<ul>
<li>Test LDAP settings for new root LDAP</li>
<li>Seems to work when binding as a top-level user</li>
</ul>
<h2 id="2016-07-18:edc14796891c14dec087b4bb89c38aa9">2016-07-18</h2>
<h2 id="2016-07-18">2016-07-18</h2>
<ul>
<li>Adjust identifiers in XMLUI item display to be more prominent</li>
@ -223,14 +223,14 @@ org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error
}
</code></pre>
<h2 id="2016-07-21:edc14796891c14dec087b4bb89c38aa9">2016-07-21</h2>
<h2 id="2016-07-21">2016-07-21</h2>
<ul>
<li>Mitigate the <a href="https://httpoxy.org">HTTPoxy</a> vulnerability for Tomcat etc in nginx: <a href="https://github.com/ilri/rmg-ansible-public/pull/38">https://github.com/ilri/rmg-ansible-public/pull/38</a></li>
<li>Unblock 70.32.99.142 from <code>/rest</code> as it has been blocked for a few days</li>
</ul>
<h2 id="2016-07-22:edc14796891c14dec087b4bb89c38aa9">2016-07-22</h2>
<h2 id="2016-07-22">2016-07-22</h2>
<ul>
<li>Help Paola from CCAFS with thumbnails for batch uploads</li>
@ -284,7 +284,7 @@ index.authority.ignore-variants=true
<li>After re-indexing and clearing the XMLUI cache nothing has changed</li>
</ul>
<h2 id="2016-07-25:edc14796891c14dec087b4bb89c38aa9">2016-07-25</h2>
<h2 id="2016-07-25">2016-07-25</h2>
<ul>
<li>Trying a few more settings (plus reindex) for Discovery on DSpace Test:</li>
@ -318,7 +318,7 @@ discovery.index.authority.ignore-variants=true
<li>I noticed that our backup scripts don&rsquo;t send Solr cores to S3 so I amended the script</li>
</ul>
<h2 id="2016-07-31:edc14796891c14dec087b4bb89c38aa9">2016-07-31</h2>
<h2 id="2016-07-31">2016-07-31</h2>
<ul>
<li>Work on removing Dryland Systems and Humidtropics subjects from Discovery sidebar and Browse by</li>
@ -342,10 +342,10 @@ discovery.index.authority.ignore-variants=true
</section>
<ul class="pager">
<li class="previous"><a href="/cgspace-notes/2016-06/"><span aria-hidden="true">&larr;</span> Older</a></li>
<li class="previous"><a href="https://alanorth.github.io/cgspace-notes/2016-06/"><span aria-hidden="true">&larr;</span> Older</a></li>
<li class="next"><a href="/cgspace-notes/2016-08/">Newer <span aria-hidden="true">&rarr;</span></a></li>
<li class="next"><a href="https://alanorth.github.io/cgspace-notes/2016-08/">Newer <span aria-hidden="true">&rarr;</span></a></li>
</ul>
</footer>
@ -370,7 +370,7 @@ discovery.index.authority.ignore-variants=true
</footer>
<script src="/cgspace-notes/js/highlight.pack.js"></script>
<script src="https://alanorth.github.io/cgspace-notes/js/highlight.pack.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>

View File

@ -6,7 +6,7 @@
<meta property="og:title" content=" August, 2016 &middot; CGSpace Notes" />
<meta property="og:site_name" content="CGSpace Notes" />
<meta property="og:url" content="/cgspace-notes/2016-08/" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2016-08/" />
<meta property="og:type" content="article" />
@ -21,19 +21,19 @@
August, 2016 &middot; CGSpace Notes
</title>
<link rel="stylesheet" href="/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400" type="text/css">
<link rel="shortcut icon" href="/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="/cgspace-notes/images/apple-touch-icon.png" />
<link rel="shortcut icon" href="https://alanorth.github.io/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="https://alanorth.github.io/cgspace-notes/images/apple-touch-icon.png" />
</head>
<body>
<header class="global-header" style="background-image:url(../images/bg.jpg )">
<section class="header-text">
<h1><a href="/cgspace-notes/">CGSpace Notes</a></h1>
<h1><a href="https://alanorth.github.io/cgspace-notes/">CGSpace Notes</a></h1>
<div class="sns-links hidden-print">
@ -48,7 +48,7 @@
</div>
<a href="/cgspace-notes/" class="btn-header btn-back hidden-xs">
<a href="https://alanorth.github.io/cgspace-notes/" class="btn-header btn-back hidden-xs">
<i class="fa fa-angle-left" aria-hidden="true"></i>
&nbsp;Home
</a>
@ -71,7 +71,7 @@
</div>
<div class="pull-right">
<span class="post-tag small"><a href="/cgspace-notes//tags/notes">#notes</a></span>
<span class="post-tag small"><a href="https://alanorth.github.io/cgspace-notes//tags/notes">#notes</a></span>
</div>
</div>
@ -79,7 +79,7 @@
<section>
<h2 id="2016-08-01:e34bd801c7748b7746ad4364bbdb5eb5">2016-08-01</h2>
<h2 id="2016-08-01">2016-08-01</h2>
<ul>
<li>Add updated distribution license from Sisay (<a href="https://github.com/ilri/DSpace/issues/259">#259</a>)</li>
@ -105,7 +105,7 @@ $ git rebase -i dspace-5.5
<li>The 5.5 code now builds but doesn&rsquo;t run (white page in Tomcat)</li>
</ul>
<h2 id="2016-08-02:e34bd801c7748b7746ad4364bbdb5eb5">2016-08-02</h2>
<h2 id="2016-08-02">2016-08-02</h2>
<ul>
<li>Ask Atmire for help with DSpace 5.5 issue</li>
@ -131,7 +131,7 @@ $ git rebase -i dspace-5.5
</section>
<ul class="pager">
<li class="previous"><a href="/cgspace-notes/2016-07/"><span aria-hidden="true">&larr;</span> Older</a></li>
<li class="previous"><a href="https://alanorth.github.io/cgspace-notes/2016-07/"><span aria-hidden="true">&larr;</span> Older</a></li>
<li class="next disabled"><a href="#">Newer <span aria-hidden="true">&rarr;</span></a></li>
@ -159,7 +159,7 @@ $ git rebase -i dspace-5.5
</footer>
<script src="/cgspace-notes/js/highlight.pack.js"></script>
<script src="https://alanorth.github.io/cgspace-notes/js/highlight.pack.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>

View File

@ -6,7 +6,7 @@
<meta property="og:title" content=" 404 Page not found &middot; CGSpace Notes" />
<meta property="og:site_name" content="CGSpace Notes" />
<meta property="og:url" content="/cgspace-notes/404/" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/404/" />
<meta property="og:type" content="website" />
@ -16,19 +16,19 @@
404 Page not found &middot; CGSpace Notes
</title>
<link rel="stylesheet" href="/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400" type="text/css">
<link rel="shortcut icon" href="/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="/cgspace-notes/images/apple-touch-icon.png" />
<link rel="shortcut icon" href="https://alanorth.github.io/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="https://alanorth.github.io/cgspace-notes/images/apple-touch-icon.png" />
</head>
<body>
<header class="global-header" style="background-image:url( /images/bg.jpg )">
<section class="header-text">
<h1><a href="/cgspace-notes/">CGSpace Notes</a></h1>
<h1><a href="https://alanorth.github.io/cgspace-notes/">CGSpace Notes</a></h1>
<div class="sns-links hidden-print">
@ -43,13 +43,13 @@
</div>
<a href="/cgspace-notes/" class="btn-header btn-back hidden-xs">
<a href="https://alanorth.github.io/cgspace-notes/" class="btn-header btn-back hidden-xs">
<i class="fa fa-angle-left" aria-hidden="true"></i>
&nbsp;Home
</a>
<a href="/cgspace-notes/index.xml" class="btn-header btn-subscribe hidden-xs">
<a href="https://alanorth.github.io/cgspace-notes/index.xml" class="btn-header btn-subscribe hidden-xs">
<i class="fa fa-rss" aria-hidden="true"></i>
&nbsp;Subscribe
</a>
@ -81,7 +81,7 @@
</footer>
<script src="/cgspace-notes/js/highlight.pack.js"></script>
<script src="https://alanorth.github.io/cgspace-notes/js/highlight.pack.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>

View File

@ -6,7 +6,7 @@
<meta property="og:title" content=" Categories &middot; CGSpace Notes" />
<meta property="og:site_name" content="CGSpace Notes" />
<meta property="og:url" content="/cgspace-notes/categories/" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/" />
<meta property="og:type" content="website" />
@ -16,19 +16,19 @@
Categories &middot; CGSpace Notes
</title>
<link rel="stylesheet" href="/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400" type="text/css">
<link rel="shortcut icon" href="/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="/cgspace-notes/images/apple-touch-icon.png" />
<link rel="shortcut icon" href="https://alanorth.github.io/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="https://alanorth.github.io/cgspace-notes/images/apple-touch-icon.png" />
</head>
<body>
<header class="global-header" style="background-image:url( /images/bg.jpg )">
<section class="header-text">
<h1><a href="/cgspace-notes/">CGSpace Notes</a></h1>
<h1><a href="https://alanorth.github.io/cgspace-notes/">CGSpace Notes</a></h1>
<div class="sns-links hidden-print">
@ -43,13 +43,13 @@
</div>
<a href="/cgspace-notes/" class="btn-header btn-back hidden-xs">
<a href="https://alanorth.github.io/cgspace-notes/" class="btn-header btn-back hidden-xs">
<i class="fa fa-angle-left" aria-hidden="true"></i>
&nbsp;Home
</a>
<a href="/cgspace-notes/categories/index.xml" class="btn-header btn-subscribe hidden-xs">
<a href="https://alanorth.github.io/cgspace-notes/categories/index.xml" class="btn-header btn-subscribe hidden-xs">
<i class="fa fa-rss" aria-hidden="true"></i>
&nbsp;Subscribe
</a>
@ -85,7 +85,7 @@
</footer>
<script src="/cgspace-notes/js/highlight.pack.js"></script>
<script src="https://alanorth.github.io/cgspace-notes/js/highlight.pack.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>

View File

@ -6,7 +6,7 @@
<meta property="og:title" content=" CGSpace Notes" />
<meta property="og:site_name" content="CGSpace Notes" />
<meta property="og:url" content="/cgspace-notes/" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:type" content="website" />
@ -16,21 +16,21 @@
CGSpace Notes
</title>
<link rel="stylesheet" href="/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400" type="text/css">
<link rel="shortcut icon" href="/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="/cgspace-notes/images/apple-touch-icon.png" />
<link rel="shortcut icon" href="https://alanorth.github.io/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="https://alanorth.github.io/cgspace-notes/images/apple-touch-icon.png" />
<link href="/cgspace-notes/index.xml" rel="alternate" type="application/rss+xml" title="CGSpace Notes" />
<link href="https://alanorth.github.io/cgspace-notes/index.xml" rel="alternate" type="application/rss+xml" title="CGSpace Notes" />
</head>
<body>
<header class="global-header" style="background-image:url( /images/bg.jpg )">
<section class="header-text">
<h1><a href="/cgspace-notes/">CGSpace Notes</a></h1>
<h1><a href="https://alanorth.github.io/cgspace-notes/">CGSpace Notes</a></h1>
<div class="sns-links hidden-print">
@ -46,7 +46,7 @@
<a href="/cgspace-notes/index.xml" class="btn-header btn-subscribe hidden-xs">
<a href="https://alanorth.github.io/cgspace-notes/index.xml" class="btn-header btn-subscribe hidden-xs">
<i class="fa fa-rss" aria-hidden="true"></i>
&nbsp;Subscribe
</a>
@ -60,7 +60,7 @@
<article>
<header>
<h2><a href="/cgspace-notes/2016-08/">August, 2016</a></h2>
<h2><a href="https://alanorth.github.io/cgspace-notes/2016-08/">August, 2016</a></h2>
<div class="post-meta clearfix">
<div class="post-date pull-left">
Posted on
@ -76,7 +76,7 @@
<footer>
<ul class="pager">
<li class="next"><a href="/cgspace-notes/2016-08/">Read more <span aria-hidden="true">&raquo;</span></a></li>
<li class="next"><a href="https://alanorth.github.io/cgspace-notes/2016-08/">Read more <span aria-hidden="true">&raquo;</span></a></li>
</ul>
</footer>
@ -88,7 +88,7 @@
<article>
<header>
<h2><a href="/cgspace-notes/2016-07/">July, 2016</a></h2>
<h2><a href="https://alanorth.github.io/cgspace-notes/2016-07/">July, 2016</a></h2>
<div class="post-meta clearfix">
<div class="post-date pull-left">
Posted on
@ -104,7 +104,7 @@
<footer>
<ul class="pager">
<li class="next"><a href="/cgspace-notes/2016-07/">Read more <span aria-hidden="true">&raquo;</span></a></li>
<li class="next"><a href="https://alanorth.github.io/cgspace-notes/2016-07/">Read more <span aria-hidden="true">&raquo;</span></a></li>
</ul>
</footer>
@ -116,7 +116,7 @@
<article>
<header>
<h2><a href="/cgspace-notes/2016-06/">June, 2016</a></h2>
<h2><a href="https://alanorth.github.io/cgspace-notes/2016-06/">June, 2016</a></h2>
<div class="post-meta clearfix">
<div class="post-date pull-left">
Posted on
@ -132,7 +132,7 @@
<footer>
<ul class="pager">
<li class="next"><a href="/cgspace-notes/2016-06/">Read more <span aria-hidden="true">&raquo;</span></a></li>
<li class="next"><a href="https://alanorth.github.io/cgspace-notes/2016-06/">Read more <span aria-hidden="true">&raquo;</span></a></li>
</ul>
</footer>
@ -144,7 +144,7 @@
<article>
<header>
<h2><a href="/cgspace-notes/2016-05/">May, 2016</a></h2>
<h2><a href="https://alanorth.github.io/cgspace-notes/2016-05/">May, 2016</a></h2>
<div class="post-meta clearfix">
<div class="post-date pull-left">
Posted on
@ -160,7 +160,7 @@
<footer>
<ul class="pager">
<li class="next"><a href="/cgspace-notes/2016-05/">Read more <span aria-hidden="true">&raquo;</span></a></li>
<li class="next"><a href="https://alanorth.github.io/cgspace-notes/2016-05/">Read more <span aria-hidden="true">&raquo;</span></a></li>
</ul>
</footer>
@ -172,7 +172,7 @@
<article>
<header>
<h2><a href="/cgspace-notes/2016-04/">April, 2016</a></h2>
<h2><a href="https://alanorth.github.io/cgspace-notes/2016-04/">April, 2016</a></h2>
<div class="post-meta clearfix">
<div class="post-date pull-left">
Posted on
@ -188,7 +188,7 @@
<footer>
<ul class="pager">
<li class="next"><a href="/cgspace-notes/2016-04/">Read more <span aria-hidden="true">&raquo;</span></a></li>
<li class="next"><a href="https://alanorth.github.io/cgspace-notes/2016-04/">Read more <span aria-hidden="true">&raquo;</span></a></li>
</ul>
</footer>
@ -200,7 +200,7 @@
<article>
<header>
<h2><a href="/cgspace-notes/2016-03/">March, 2016</a></h2>
<h2><a href="https://alanorth.github.io/cgspace-notes/2016-03/">March, 2016</a></h2>
<div class="post-meta clearfix">
<div class="post-date pull-left">
Posted on
@ -216,7 +216,7 @@
<footer>
<ul class="pager">
<li class="next"><a href="/cgspace-notes/2016-03/">Read more <span aria-hidden="true">&raquo;</span></a></li>
<li class="next"><a href="https://alanorth.github.io/cgspace-notes/2016-03/">Read more <span aria-hidden="true">&raquo;</span></a></li>
</ul>
</footer>
@ -228,7 +228,7 @@
<article>
<header>
<h2><a href="/cgspace-notes/2016-02/">February, 2016</a></h2>
<h2><a href="https://alanorth.github.io/cgspace-notes/2016-02/">February, 2016</a></h2>
<div class="post-meta clearfix">
<div class="post-date pull-left">
Posted on
@ -244,7 +244,7 @@
<footer>
<ul class="pager">
<li class="next"><a href="/cgspace-notes/2016-02/">Read more <span aria-hidden="true">&raquo;</span></a></li>
<li class="next"><a href="https://alanorth.github.io/cgspace-notes/2016-02/">Read more <span aria-hidden="true">&raquo;</span></a></li>
</ul>
</footer>
@ -256,7 +256,7 @@
<article>
<header>
<h2><a href="/cgspace-notes/2016-01/">January, 2016</a></h2>
<h2><a href="https://alanorth.github.io/cgspace-notes/2016-01/">January, 2016</a></h2>
<div class="post-meta clearfix">
<div class="post-date pull-left">
Posted on
@ -272,7 +272,7 @@
<footer>
<ul class="pager">
<li class="next"><a href="/cgspace-notes/2016-01/">Read more <span aria-hidden="true">&raquo;</span></a></li>
<li class="next"><a href="https://alanorth.github.io/cgspace-notes/2016-01/">Read more <span aria-hidden="true">&raquo;</span></a></li>
</ul>
</footer>
@ -284,7 +284,7 @@
<article>
<header>
<h2><a href="/cgspace-notes/2015-12/">December, 2015</a></h2>
<h2><a href="https://alanorth.github.io/cgspace-notes/2015-12/">December, 2015</a></h2>
<div class="post-meta clearfix">
<div class="post-date pull-left">
Posted on
@ -300,7 +300,7 @@
<footer>
<ul class="pager">
<li class="next"><a href="/cgspace-notes/2015-12/">Read more <span aria-hidden="true">&raquo;</span></a></li>
<li class="next"><a href="https://alanorth.github.io/cgspace-notes/2015-12/">Read more <span aria-hidden="true">&raquo;</span></a></li>
</ul>
</footer>
@ -312,7 +312,7 @@
<article>
<header>
<h2><a href="/cgspace-notes/2015-11/">November, 2015</a></h2>
<h2><a href="https://alanorth.github.io/cgspace-notes/2015-11/">November, 2015</a></h2>
<div class="post-meta clearfix">
<div class="post-date pull-left">
Posted on
@ -328,7 +328,7 @@
<footer>
<ul class="pager">
<li class="next"><a href="/cgspace-notes/2015-11/">Read more <span aria-hidden="true">&raquo;</span></a></li>
<li class="next"><a href="https://alanorth.github.io/cgspace-notes/2015-11/">Read more <span aria-hidden="true">&raquo;</span></a></li>
</ul>
</footer>
@ -362,7 +362,7 @@
</footer>
<script src="/cgspace-notes/js/highlight.pack.js"></script>
<script src="https://alanorth.github.io/cgspace-notes/js/highlight.pack.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>

View File

@ -2,22 +2,22 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>CGSpace Notes</title>
<link>/cgspace-notes/</link>
<link>https://alanorth.github.io/cgspace-notes/</link>
<description>Recent content on CGSpace Notes</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Mon, 01 Aug 2016 15:53:00 +0300</lastBuildDate>
<atom:link href="/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>August, 2016</title>
<link>/cgspace-notes/2016-08/</link>
<link>https://alanorth.github.io/cgspace-notes/2016-08/</link>
<pubDate>Mon, 01 Aug 2016 15:53:00 +0300</pubDate>
<guid>/cgspace-notes/2016-08/</guid>
<guid>https://alanorth.github.io/cgspace-notes/2016-08/</guid>
<description>
&lt;h2 id=&#34;2016-08-01:e34bd801c7748b7746ad4364bbdb5eb5&#34;&gt;2016-08-01&lt;/h2&gt;
&lt;h2 id=&#34;2016-08-01&#34;&gt;2016-08-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add updated distribution license from Sisay (&lt;a href=&#34;https://github.com/ilri/DSpace/issues/259&#34;&gt;#259&lt;/a&gt;)&lt;/li&gt;
@ -43,7 +43,7 @@ $ git rebase -i dspace-5.5
&lt;li&gt;The 5.5 code now builds but doesn&amp;rsquo;t run (white page in Tomcat)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-08-02:e34bd801c7748b7746ad4364bbdb5eb5&#34;&gt;2016-08-02&lt;/h2&gt;
&lt;h2 id=&#34;2016-08-02&#34;&gt;2016-08-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Ask Atmire for help with DSpace 5.5 issue&lt;/li&gt;
@ -56,13 +56,13 @@ $ git rebase -i dspace-5.5
<item>
<title>July, 2016</title>
<link>/cgspace-notes/2016-07/</link>
<link>https://alanorth.github.io/cgspace-notes/2016-07/</link>
<pubDate>Fri, 01 Jul 2016 10:53:00 +0300</pubDate>
<guid>/cgspace-notes/2016-07/</guid>
<guid>https://alanorth.github.io/cgspace-notes/2016-07/</guid>
<description>
&lt;h2 id=&#34;2016-07-01:edc14796891c14dec087b4bb89c38aa9&#34;&gt;2016-07-01&lt;/h2&gt;
&lt;h2 id=&#34;2016-07-01&#34;&gt;2016-07-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add &lt;code&gt;dc.description.sponsorship&lt;/code&gt; to Discovery sidebar facets and make investors clickable in item view (&lt;a href=&#34;https://github.com/ilri/DSpace/issues/232&#34;&gt;#232&lt;/a&gt;)&lt;/li&gt;
@ -81,19 +81,19 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
&lt;li&gt;In this case the select query was showing 95 results before the update&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-07-02:edc14796891c14dec087b4bb89c38aa9&#34;&gt;2016-07-02&lt;/h2&gt;
&lt;h2 id=&#34;2016-07-02&#34;&gt;2016-07-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Comment on DSpace Jira ticket about author lookup search text (&lt;a href=&#34;https://jira.duraspace.org/browse/DS-2329&#34;&gt;DS-2329&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-07-04:edc14796891c14dec087b4bb89c38aa9&#34;&gt;2016-07-04&lt;/h2&gt;
&lt;h2 id=&#34;2016-07-04&#34;&gt;2016-07-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Seems the database&amp;rsquo;s author authority values mean nothing without the &lt;code&gt;authority&lt;/code&gt; Solr core from the host where they were created!&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-07-05:edc14796891c14dec087b4bb89c38aa9&#34;&gt;2016-07-05&lt;/h2&gt;
&lt;h2 id=&#34;2016-07-05&#34;&gt;2016-07-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Amend &lt;code&gt;backup-solr.sh&lt;/code&gt; script so it backs up the entire Solr folder&lt;/li&gt;
@ -111,7 +111,7 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
&lt;li&gt;I will merge it to &lt;code&gt;5_x-prod&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-07-06:edc14796891c14dec087b4bb89c38aa9&#34;&gt;2016-07-06&lt;/h2&gt;
&lt;h2 id=&#34;2016-07-06&#34;&gt;2016-07-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Delete 23 blank metadata values from CGSpace:&lt;/li&gt;
@ -148,7 +148,7 @@ $ ./delete-metadata-values.py -f dc.contributor.affiliation -i Affiliations-Dele
&lt;li&gt;I then ran all server updates and rebooted the server&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-07-11:edc14796891c14dec087b4bb89c38aa9&#34;&gt;2016-07-11&lt;/h2&gt;
&lt;h2 id=&#34;2016-07-11&#34;&gt;2016-07-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Doing some author cleanups from Peter and Abenet:&lt;/li&gt;
@ -158,20 +158,20 @@ $ ./delete-metadata-values.py -f dc.contributor.affiliation -i Affiliations-Dele
$ ./delete-metadata-values.py -f dc.contributor.author -i /tmp/Authors-Delete-UTF8.csv -m 3 -u dspacetest -d dspacetest -p fuuu
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;2016-07-13:edc14796891c14dec087b4bb89c38aa9&#34;&gt;2016-07-13&lt;/h2&gt;
&lt;h2 id=&#34;2016-07-13&#34;&gt;2016-07-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Run the author cleanups on CGSpace and start a full Discovery re-index&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-07-14:edc14796891c14dec087b4bb89c38aa9&#34;&gt;2016-07-14&lt;/h2&gt;
&lt;h2 id=&#34;2016-07-14&#34;&gt;2016-07-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Test LDAP settings for new root LDAP&lt;/li&gt;
&lt;li&gt;Seems to work when binding as a top-level user&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-07-18:edc14796891c14dec087b4bb89c38aa9&#34;&gt;2016-07-18&lt;/h2&gt;
&lt;h2 id=&#34;2016-07-18&#34;&gt;2016-07-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Adjust identifiers in XMLUI item display to be more prominent&lt;/li&gt;
@ -206,14 +206,14 @@ org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error
}
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;2016-07-21:edc14796891c14dec087b4bb89c38aa9&#34;&gt;2016-07-21&lt;/h2&gt;
&lt;h2 id=&#34;2016-07-21&#34;&gt;2016-07-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Mitigate the &lt;a href=&#34;https://httpoxy.org&#34;&gt;HTTPoxy&lt;/a&gt; vulnerability for Tomcat etc in nginx: &lt;a href=&#34;https://github.com/ilri/rmg-ansible-public/pull/38&#34;&gt;https://github.com/ilri/rmg-ansible-public/pull/38&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Unblock 70.32.99.142 from &lt;code&gt;/rest&lt;/code&gt; as it has been blocked for a few days&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-07-22:edc14796891c14dec087b4bb89c38aa9&#34;&gt;2016-07-22&lt;/h2&gt;
&lt;h2 id=&#34;2016-07-22&#34;&gt;2016-07-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Help Paola from CCAFS with thumbnails for batch uploads&lt;/li&gt;
@ -267,7 +267,7 @@ index.authority.ignore-variants=true
&lt;li&gt;After re-indexing and clearing the XMLUI cache nothing has changed&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-07-25:edc14796891c14dec087b4bb89c38aa9&#34;&gt;2016-07-25&lt;/h2&gt;
&lt;h2 id=&#34;2016-07-25&#34;&gt;2016-07-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Trying a few more settings (plus reindex) for Discovery on DSpace Test:&lt;/li&gt;
@ -301,7 +301,7 @@ discovery.index.authority.ignore-variants=true
&lt;li&gt;I noticed that our backup scripts don&amp;rsquo;t send Solr cores to S3 so I amended the script&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-07-31:edc14796891c14dec087b4bb89c38aa9&#34;&gt;2016-07-31&lt;/h2&gt;
&lt;h2 id=&#34;2016-07-31&#34;&gt;2016-07-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Work on removing Dryland Systems and Humidtropics subjects from Discovery sidebar and Browse by&lt;/li&gt;
@ -312,13 +312,13 @@ discovery.index.authority.ignore-variants=true
<item>
<title>June, 2016</title>
<link>/cgspace-notes/2016-06/</link>
<link>https://alanorth.github.io/cgspace-notes/2016-06/</link>
<pubDate>Wed, 01 Jun 2016 10:53:00 +0300</pubDate>
<guid>/cgspace-notes/2016-06/</guid>
<guid>https://alanorth.github.io/cgspace-notes/2016-06/</guid>
<description>
&lt;h2 id=&#34;2016-06-01:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-01&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-01&#34;&gt;2016-06-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Experimenting with IFPRI OAI (we want to harvest their publications)&lt;/li&gt;
@ -339,7 +339,7 @@ UPDATE 14
&lt;li&gt;Fix a few minor miscellaneous issues in &lt;code&gt;dspace.cfg&lt;/code&gt; (&lt;a href=&#34;https://github.com/ilri/DSpace/pull/227&#34;&gt;#227&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-02:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-02&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-02&#34;&gt;2016-06-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Testing the configuration and theme changes for the upcoming metadata migration and I found some issues with &lt;code&gt;cg.coverage.admin-unit&lt;/code&gt;&lt;/li&gt;
@ -357,7 +357,7 @@ UPDATE 14
&lt;li&gt;The patch applies successfully on DSpace 5.1 so I will try it later&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-03:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-03&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-03&#34;&gt;2016-06-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Investigating the CCAFS authority issue, I exported the metadata for the Videos collection&lt;/li&gt;
@ -430,7 +430,7 @@ UPDATE 960
&lt;li&gt;That would only be for the &amp;ldquo;Browse by&amp;rdquo; function&amp;hellip; so we&amp;rsquo;ll have to see what effect that has later&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-04:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-04&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-04&#34;&gt;2016-06-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Re-sync DSpace Test with CGSpace and perform test of metadata migration again&lt;/li&gt;
@ -438,7 +438,7 @@ UPDATE 960
&lt;li&gt;Run all system updates and reboot CGSpace server&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-07:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-07&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-07&#34;&gt;2016-06-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Figured out how to export a list of the unique values from a metadata field ordered by count:&lt;/li&gt;
@ -467,7 +467,7 @@ UPDATE 960
&lt;li&gt;&lt;p&gt;Looks like OAI is kinda obtuse for this, and if we use ContentDM&amp;rsquo;s API we&amp;rsquo;ll be able to access their internal field names (rather than trying to figure out how they stuffed them into various, repeated Dublin Core fields)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-08:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-08&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-08&#34;&gt;2016-06-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Discuss controlled vocabularies for ~28 fields&lt;/li&gt;
@ -485,7 +485,7 @@ UPDATE 960
&lt;li&gt;File bug about &lt;code&gt;closed=&amp;quot;true&amp;quot;&lt;/code&gt; attribute of controlled vocabularies not working: &lt;a href=&#34;https://jira.duraspace.org/browse/DS-3238&#34;&gt;https://jira.duraspace.org/browse/DS-3238&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-09:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-09&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-09&#34;&gt;2016-06-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Atmire explained that the &lt;code&gt;atmire.orcid.id&lt;/code&gt; field doesn&amp;rsquo;t exist in the schema, as it actually comes from the authority cache during XMLUI run time&lt;/li&gt;
@ -493,7 +493,7 @@ UPDATE 960
&lt;li&gt;They opened a feature ticket on the DSpace tracker to ask for support of this: &lt;a href=&#34;https://jira.duraspace.org/browse/DS-3239&#34;&gt;https://jira.duraspace.org/browse/DS-3239&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-10:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-10&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-10&#34;&gt;2016-06-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Investigating authority confidences&lt;/li&gt;
@ -518,20 +518,20 @@ UPDATE 960
&lt;li&gt;Merge controlled vocabulary functionality for subregions (&lt;a href=&#34;https://github.com/ilri/DSpace/pull/238&#34;&gt;#238&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-11:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-11&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-11&#34;&gt;2016-06-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Merge controlled vocabulary for sponsorship field (&lt;a href=&#34;https://github.com/ilri/DSpace/pull/239&#34;&gt;#239&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix character encoding issues for animal breed lookup that I merged yesterday&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-17:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-17&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-17&#34;&gt;2016-06-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Linode has free RAM upgrades for their 13th birthday so I migrated DSpace Test (4→8GB of RAM)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-18:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-18&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-18&#34;&gt;2016-06-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Clean up titles and hints in &lt;code&gt;input-forms.xml&lt;/code&gt; to use title/sentence case and a few more consistency things (&lt;a href=&#34;https://github.com/ilri/DSpace/pull/241&#34;&gt;#241&lt;/a&gt;)&lt;/li&gt;
@ -558,7 +558,7 @@ UPDATE 960
&lt;li&gt;&lt;p&gt;Need to run &lt;code&gt;fix-metadata-values.py&lt;/code&gt; and then &lt;code&gt;fix-metadata-values.py&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-20:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-20&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-20&#34;&gt;2016-06-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;CGSpace&amp;rsquo;s HTTPS certificate expired last night and I didn&amp;rsquo;t notice, had to renew:&lt;/li&gt;
@ -571,7 +571,7 @@ UPDATE 960
&lt;li&gt;I really need to fix that cron job&amp;hellip;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-24:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-24&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-24&#34;&gt;2016-06-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Run the replacements/deletes for &lt;code&gt;dc.description.sponsorship&lt;/code&gt; (investors) on CGSpace:&lt;/li&gt;
@ -592,7 +592,7 @@ $ ./delete-metadata-values.py -i investors-delete-82.csv -f dc.description.spons
&lt;li&gt;Refine submission form labels and hints&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-28:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-28&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-28&#34;&gt;2016-06-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Testing the cleanup of &lt;code&gt;dc.contributor.corporate&lt;/code&gt; with 13 deletions and 121 replacements&lt;/li&gt;
@ -607,7 +607,7 @@ $ ./delete-metadata-values.py -i investors-delete-82.csv -f dc.description.spons
&lt;li&gt;Re-evaluate &lt;code&gt;dc.contributor.corporate&lt;/code&gt; and it seems we will move it to &lt;code&gt;dc.contributor.author&lt;/code&gt; as this is more in line with how editors are actually using it&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-29:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-29&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-29&#34;&gt;2016-06-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Test run of &lt;code&gt;migrate-fields.sh&lt;/code&gt; with the following re-mappings:&lt;/li&gt;
@ -646,7 +646,7 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
&lt;li&gt;Start working on config changes for phase three of the metadata migrations&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-30:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-30&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-30&#34;&gt;2016-06-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Wow, there are 95 authors in the database who have &amp;lsquo;,&amp;rsquo; at the end of their name:&lt;/li&gt;
@ -666,13 +666,13 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
<item>
<title>May, 2016</title>
<link>/cgspace-notes/2016-05/</link>
<link>https://alanorth.github.io/cgspace-notes/2016-05/</link>
<pubDate>Sun, 01 May 2016 23:06:00 +0300</pubDate>
<guid>/cgspace-notes/2016-05/</guid>
<guid>https://alanorth.github.io/cgspace-notes/2016-05/</guid>
<description>
&lt;h2 id=&#34;2016-05-01:b7bf1a0f8f2415a40e1e11e343b04c0d&#34;&gt;2016-05-01&lt;/h2&gt;
&lt;h2 id=&#34;2016-05-01&#34;&gt;2016-05-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Since yesterday there have been 10,000 REST errors and the site has been unstable again&lt;/li&gt;
@ -697,7 +697,7 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
&lt;li&gt;The owner of that application has said that the &lt;code&gt;NaN&lt;/code&gt; (not a number) is an error in his code and he&amp;rsquo;ll fix it&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-05-03:b7bf1a0f8f2415a40e1e11e343b04c0d&#34;&gt;2016-05-03&lt;/h2&gt;
&lt;h2 id=&#34;2016-05-03&#34;&gt;2016-05-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update nginx to 1.10.x branch on CGSpace&lt;/li&gt;
@ -706,7 +706,7 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
&lt;p&gt;&lt;img src=&#34;../images/2016/05/discovery-types.png&#34; alt=&#34;Item type in Discovery results&#34; /&gt;&lt;/p&gt;
&lt;h2 id=&#34;2016-05-06:b7bf1a0f8f2415a40e1e11e343b04c0d&#34;&gt;2016-05-06&lt;/h2&gt;
&lt;h2 id=&#34;2016-05-06&#34;&gt;2016-05-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;DSpace Test is down, &lt;code&gt;catalina.out&lt;/code&gt; has lots of messages about heap space from some time yesterday (!)&lt;/li&gt;
@ -744,7 +744,7 @@ fi
&lt;li&gt;Seems to work well&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-05-10:b7bf1a0f8f2415a40e1e11e343b04c0d&#34;&gt;2016-05-10&lt;/h2&gt;
&lt;h2 id=&#34;2016-05-10&#34;&gt;2016-05-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Start looking at more metadata migrations&lt;/li&gt;
@ -759,7 +759,7 @@ fi
&lt;li&gt;CGSpace&amp;rsquo;s &lt;code&gt;dc&lt;/code&gt; registry has 96 items, and the default DSpace one has 73.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-05-11:b7bf1a0f8f2415a40e1e11e343b04c0d&#34;&gt;2016-05-11&lt;/h2&gt;
&lt;h2 id=&#34;2016-05-11&#34;&gt;2016-05-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Identify and propose the next phase of CGSpace fields to migrate:&lt;/p&gt;
@ -792,7 +792,7 @@ fi
&lt;li&gt;Turns out she was able to decrease the size of the PDF so we didn&amp;rsquo;t have to do anything&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-05-12:b7bf1a0f8f2415a40e1e11e343b04c0d&#34;&gt;2016-05-12&lt;/h2&gt;
&lt;h2 id=&#34;2016-05-12&#34;&gt;2016-05-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Looks like the issue that Abenet was having a few days ago with &amp;ldquo;Connection Reset&amp;rdquo; in Firefox might be due to a Firefox 46 issue: &lt;a href=&#34;https://bugzilla.mozilla.org/show_bug.cgi?id=1268775&#34;&gt;https://bugzilla.mozilla.org/show_bug.cgi?id=1268775&lt;/a&gt;&lt;/li&gt;
@ -816,7 +816,7 @@ fi
&lt;pre&gt;&lt;code&gt;# select text_value from metadatavalue where resource_type_id=2 and metadata_field_id=39 and text_value similar to &amp;quot;% %&amp;quot;;
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;2016-05-13:b7bf1a0f8f2415a40e1e11e343b04c0d&#34;&gt;2016-05-13&lt;/h2&gt;
&lt;h2 id=&#34;2016-05-13&#34;&gt;2016-05-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;More theorizing about CGcore&lt;/li&gt;
@ -830,7 +830,7 @@ fi
&lt;li&gt;I&amp;rsquo;ve removed &lt;code&gt;dc.title.jtitle&lt;/code&gt; from the list for now because there&amp;rsquo;s no use moving it out of DC until we know where it will go (see discussion yesterday)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-05-18:b7bf1a0f8f2415a40e1e11e343b04c0d&#34;&gt;2016-05-18&lt;/h2&gt;
&lt;h2 id=&#34;2016-05-18&#34;&gt;2016-05-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Work on 707 CCAFS records&lt;/li&gt;
@ -847,7 +847,7 @@ fi
&lt;li&gt;Before importing with SAFBuilder I tested adding &amp;ldquo;__bundle:THUMBNAIL&amp;rdquo; to the &lt;code&gt;filename&lt;/code&gt; column and it works fine&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-05-19:b7bf1a0f8f2415a40e1e11e343b04c0d&#34;&gt;2016-05-19&lt;/h2&gt;
&lt;h2 id=&#34;2016-05-19&#34;&gt;2016-05-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;More quality control on &lt;code&gt;filename&lt;/code&gt; field of CCAFS records to make processing in shell and SAFBuilder more reliable:&lt;/li&gt;
@ -871,7 +871,7 @@ fi
&lt;pre&gt;&lt;code&gt;# select text_value from metadatavalue where resource_type_id=2 and metadata_field_id=75 and (text_value like &#39;PN%&#39; or text_value like &#39;PHASE%&#39; or text_value = &#39;CBA&#39; or text_value = &#39;IA&#39;);
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;2016-05-20:b7bf1a0f8f2415a40e1e11e343b04c0d&#34;&gt;2016-05-20&lt;/h2&gt;
&lt;h2 id=&#34;2016-05-20&#34;&gt;2016-05-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;More work on CCAFS Video and Images records&lt;/li&gt;
@ -896,7 +896,7 @@ fi
&lt;li&gt;Work on configuration changes for Phase 2 metadata migrations&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-05-23:b7bf1a0f8f2415a40e1e11e343b04c0d&#34;&gt;2016-05-23&lt;/h2&gt;
&lt;h2 id=&#34;2016-05-23&#34;&gt;2016-05-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Try to import the CCAFS Images and Videos to CGSpace but had some issues with LibreOffice and OpenRefine&lt;/li&gt;
@ -905,7 +905,7 @@ fi
&lt;li&gt;I will have to try later&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-05-30:b7bf1a0f8f2415a40e1e11e343b04c0d&#34;&gt;2016-05-30&lt;/h2&gt;
&lt;h2 id=&#34;2016-05-30&#34;&gt;2016-05-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Export CCAFS video and image records from DSpace Test using the migrate option (&lt;code&gt;-m&lt;/code&gt;):&lt;/li&gt;
@ -941,7 +941,7 @@ $ /home/cgspace.cgiar.org/bin/dspace metadata-import -e aorth@mjanja.ch -f ~/CTA
&lt;pre&gt;&lt;code&gt;$ JAVA_OPTS=&amp;quot;-Xmx1024m -Dfile.encoding=UTF-8&amp;quot; /home/cgspace.cgiar.org/bin/dspace index-authority
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;2016-05-31:b7bf1a0f8f2415a40e1e11e343b04c0d&#34;&gt;2016-05-31&lt;/h2&gt;
&lt;h2 id=&#34;2016-05-31&#34;&gt;2016-05-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;The &lt;code&gt;index-authority&lt;/code&gt; script ran over night and was finished in the morning&lt;/li&gt;
@ -973,13 +973,13 @@ sys 0m20.540s
<item>
<title>April, 2016</title>
<link>/cgspace-notes/2016-04/</link>
<link>https://alanorth.github.io/cgspace-notes/2016-04/</link>
<pubDate>Mon, 04 Apr 2016 11:06:00 +0300</pubDate>
<guid>/cgspace-notes/2016-04/</guid>
<guid>https://alanorth.github.io/cgspace-notes/2016-04/</guid>
<description>
&lt;h2 id=&#34;2016-04-04:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-04&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-04&#34;&gt;2016-04-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Looking at log file use on CGSpace and notice that we need to work on our cron setup a bit&lt;/li&gt;
@ -1020,7 +1020,7 @@ java.io.FileNotFoundException: /home/cgspace.cgiar.org/assetstore/64/29/06/64290
&lt;li&gt;Submit pull request for Tomcat 7 limits in Ansible dspace role (&lt;a href=&#34;https://github.com/ilri/rmg-ansible-public/pull/30&#34;&gt;#30&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-05:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-05&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-05&#34;&gt;2016-04-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Reduce Amazon S3 storage used for logs from 46 GB to 6GB by deleting a bunch of logs we don&amp;rsquo;t need!&lt;/li&gt;
@ -1038,7 +1038,7 @@ java.io.FileNotFoundException: /home/cgspace.cgiar.org/assetstore/64/29/06/64290
&lt;li&gt;Try to do some metadata field migrations using the Atmire batch UI (&lt;code&gt;dc.Species&lt;/code&gt; → &lt;code&gt;cg.species&lt;/code&gt;) but it took several hours and even missed a few records&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-06:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-06&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-06&#34;&gt;2016-04-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;A better way to move metadata on this scale is via SQL, for example &lt;code&gt;dc.type.output&lt;/code&gt; → &lt;code&gt;dc.type&lt;/code&gt; (their IDs in the metadatafieldregistry are 66 and 109, respectively):&lt;/li&gt;
@ -1053,7 +1053,7 @@ UPDATE 40852
&lt;li&gt;Start working on metadata migrations, add 25 or so new metadata fields to CGSpace&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-07:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-07&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-07&#34;&gt;2016-04-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Write shell script to do the migration of fields: &lt;a href=&#34;https://gist.github.com/alanorth/72a70aca856d76f24c127a6e67b3342b&#34;&gt;https://gist.github.com/alanorth/72a70aca856d76f24c127a6e67b3342b&lt;/a&gt;&lt;/li&gt;
@ -1069,14 +1069,14 @@ UPDATE metadatavalue SET metadata_field_id=203 WHERE metadata_field_id=76
UPDATE 51258
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;2016-04-08:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-08&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-08&#34;&gt;2016-04-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Discuss metadata renaming with Abenet, we decided it&amp;rsquo;s better to start with the center-specific subjects like ILRI, CIFOR, CCAFS, IWMI, and CPWF&lt;/li&gt;
&lt;li&gt;I&amp;rsquo;ve e-mailed CCAFS and CPWF people to ask them how much time it will take for them to update their systems to cope with this change&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-10:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-10&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-10&#34;&gt;2016-04-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Looking at the DOI issue &lt;a href=&#34;https://www.yammer.com/dspacedevelopers/#/Threads/show?threadId=678507860&#34;&gt;reported by Leroy from CIAT a few weeks ago&lt;/a&gt;&lt;/li&gt;
@ -1099,14 +1099,14 @@ dspacetest=# select count(*) from metadatavalue where metadata_field_id=74 and t
&lt;li&gt;I will manually edit the &lt;code&gt;dc.identifier.doi&lt;/code&gt; in &lt;a href=&#34;https://cgspace.cgiar.org/handle/10568/72509?show=full&#34;&gt;&lt;sup&gt;10568&lt;/sup&gt;&amp;frasl;&lt;sub&gt;72509&lt;/sub&gt;&lt;/a&gt; and tweet the link, then check back in a week to see if the donut gets updated&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-11:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-11&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-11&#34;&gt;2016-04-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;The donut is already updated and shows the correct number now&lt;/li&gt;
&lt;li&gt;CCAFS people say it will only take them an hour to update their code for the metadata renames, so I proposed we&amp;rsquo;d do it tentatively on Monday the 18th.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-12:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-12&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-12&#34;&gt;2016-04-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Looking at quality of WLE data (&lt;code&gt;cg.subject.iwmi&lt;/code&gt;) in SQL:&lt;/li&gt;
@ -1143,7 +1143,7 @@ DELETE 226
&lt;li&gt;We want to do the &lt;code&gt;dc.type.output&lt;/code&gt; move on CGSpace anyways, but we should wait as it might affect other external people!&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-14:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-14&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-14&#34;&gt;2016-04-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Communicate with Macaroni Bros again about &lt;code&gt;dc.type&lt;/code&gt;&lt;/li&gt;
@ -1151,13 +1151,13 @@ DELETE 226
&lt;li&gt;Notify CIAT people of metadata changes (I had forgotten them last week)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-15:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-15&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-15&#34;&gt;2016-04-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;DSpace Test had crashed, so I ran all system updates, rebooted, and re-deployed DSpace code&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-18:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-18&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-18&#34;&gt;2016-04-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Talk to CIAT people about their portal again&lt;/li&gt;
@ -1236,7 +1236,7 @@ javax.ws.rs.WebApplicationException
&lt;li&gt;After restarting Tomcat a few more of these errors were logged but the application was up&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-19:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-19&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-19&#34;&gt;2016-04-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Get handles for items that are using a given metadata field, ie &lt;code&gt;dc.Species.animal&lt;/code&gt; (105):&lt;/li&gt;
@ -1292,7 +1292,7 @@ org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error
&lt;li&gt;And then remove them from the metadata registry&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-20:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-20&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-20&#34;&gt;2016-04-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Re-deploy DSpace Test with the new subject and type fields, run all system updates, and reboot the server&lt;/li&gt;
@ -1331,20 +1331,20 @@ UPDATE 46075
&lt;li&gt;I&amp;rsquo;ve sent a message to Atmire asking about compatibility with DSpace 5.5&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-21:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-21&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-21&#34;&gt;2016-04-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix a bunch of metadata consistency issues with IITA Journal Articles (Peer review, Formally published, messed up DOIs, etc)&lt;/li&gt;
&lt;li&gt;Atmire responded with DSpace 5.5 compatible versions for their modules, so I&amp;rsquo;ll start testing those in a few weeks&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-22:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-22&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-22&#34;&gt;2016-04-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Import 95 records into &lt;a href=&#34;https://cgspace.cgiar.org/handle/10568/42219&#34;&gt;CTA&amp;rsquo;s Agrodok collection&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-26:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-26&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-26&#34;&gt;2016-04-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Test embargo during item upload&lt;/li&gt;
@ -1360,7 +1360,7 @@ UPDATE 46075
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-27:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-27&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-27&#34;&gt;2016-04-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;I woke up to ten or fifteen &amp;ldquo;up&amp;rdquo; and &amp;ldquo;down&amp;rdquo; emails from the monitoring website&lt;/li&gt;
@ -1407,14 +1407,14 @@ dspace.log.2016-04-27:7271
&lt;li&gt;CGSpace down, restarted tomcat and it&amp;rsquo;s back up&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-28:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-28&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-28&#34;&gt;2016-04-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Problems with stability again. I&amp;rsquo;ve blocked access to &lt;code&gt;/rest&lt;/code&gt; for now to see if the number of errors in the log files drop&lt;/li&gt;
&lt;li&gt;Later we could maybe start logging access to &lt;code&gt;/rest&lt;/code&gt; and perhaps whitelist some IPs&amp;hellip;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-30:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-30&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-30&#34;&gt;2016-04-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Logs for today and yesterday have zero references to this REST error, so I&amp;rsquo;m going to open back up the REST API but log all requests&lt;/li&gt;
@ -1434,13 +1434,13 @@ dspace.log.2016-04-27:7271
<item>
<title>March, 2016</title>
<link>/cgspace-notes/2016-03/</link>
<link>https://alanorth.github.io/cgspace-notes/2016-03/</link>
<pubDate>Wed, 02 Mar 2016 16:50:00 +0300</pubDate>
<guid>/cgspace-notes/2016-03/</guid>
<guid>https://alanorth.github.io/cgspace-notes/2016-03/</guid>
<description>
&lt;h2 id=&#34;2016-03-02:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-02&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-02&#34;&gt;2016-03-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Looking at issues with author authorities on CGSpace&lt;/li&gt;
@ -1448,7 +1448,7 @@ dspace.log.2016-04-27:7271
&lt;li&gt;Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Java JDK 1.7 to match environment on CGSpace server&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-03-07:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-07&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-07&#34;&gt;2016-03-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Troubleshooting the issues with the slew of commits for Atmire modules in &lt;a href=&#34;https://github.com/ilri/DSpace/pull/182&#34;&gt;#182&lt;/a&gt;&lt;/li&gt;
@ -1461,14 +1461,14 @@ dspace.log.2016-04-27:7271
&lt;pre&gt;&lt;code&gt;Exception in thread &amp;quot;Lucene Merge Thread #19&amp;quot; org.apache.lucene.index.MergePolicy$MergeException: java.io.IOException: No space left on device
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;2016-03-08:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-08&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-08&#34;&gt;2016-03-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add a few new filters to Atmire&amp;rsquo;s Listings and Reports module (&lt;a href=&#34;https://github.com/ilri/DSpace/issues/180&#34;&gt;#180&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;We had also wanted to add a few to the Content and Usage module but I have to ask the editors which ones they were&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-03-10:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-10&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-10&#34;&gt;2016-03-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Disable the lucene cron job on CGSpace as it shouldn&amp;rsquo;t be needed anymore&lt;/li&gt;
@ -1485,7 +1485,7 @@ dspace.log.2016-04-27:7271
&lt;li&gt;Update documentation for Atmire modules&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-03-11:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-11&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-11&#34;&gt;2016-03-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;As I was looking at the CUA config I realized our Discovery config is all messed up and confusing&lt;/li&gt;
@ -1495,7 +1495,7 @@ dspace.log.2016-04-27:7271
&lt;li&gt;There is still some more work to be done to remove references to old &lt;code&gt;outputtype&lt;/code&gt; and &lt;code&gt;output&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-03-14:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-14&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-14&#34;&gt;2016-03-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix some items that had invalid dates (I noticed them in the log during a re-indexing)&lt;/li&gt;
@ -1506,13 +1506,13 @@ dspace.log.2016-04-27:7271
&lt;p&gt;&lt;img src=&#34;../images/2016/03/missing-xmlui-string.png&#34; alt=&#34;Missing XMLUI string&#34; /&gt;&lt;/p&gt;
&lt;h2 id=&#34;2016-03-15:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-15&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-15&#34;&gt;2016-03-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Create simple theme for new AVCD community just for a unique Google Tracking ID (&lt;a href=&#34;https://github.com/ilri/DSpace/pull/191&#34;&gt;#191&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-03-16:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-16&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-16&#34;&gt;2016-03-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Still having problems deploying Atmire&amp;rsquo;s CUA updates and fixes from January!&lt;/li&gt;
@ -1543,7 +1543,7 @@ dspace.log.2016-04-27:7271
&lt;li&gt;Also, &lt;code&gt;dc.language.iso&lt;/code&gt; has some weird values, like &amp;ldquo;En&amp;rdquo; and &amp;ldquo;English&amp;rdquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-03-17:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-17&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-17&#34;&gt;2016-03-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;It turns out &lt;code&gt;hi&lt;/code&gt; is the ISO 639 language code for Hindi, but these should be in &lt;code&gt;dc.language.iso&lt;/code&gt; instead of &lt;code&gt;dc.language&lt;/code&gt;&lt;/li&gt;
@ -1553,7 +1553,7 @@ dspace.log.2016-04-27:7271
&lt;li&gt;The patches work fine with a clean database, so the error was caused by some mismatch in CUA versions and the database during my testing&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-03-18:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-18&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-18&#34;&gt;2016-03-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Merge Atmire fixes into &lt;code&gt;5_x-prod&lt;/code&gt;&lt;/li&gt;
@ -1580,7 +1580,7 @@ dspace.log.2016-04-27:7271
&lt;li&gt;Also, it looks like adding &lt;code&gt;-sharpen 0x1.0&lt;/code&gt; really improves the quality of the image for only a few KB&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-03-21:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-21&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-21&#34;&gt;2016-03-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix 66 site errors in Google&amp;rsquo;s webmaster tools&lt;/li&gt;
@ -1620,13 +1620,13 @@ dspace.log.2016-04-27:7271
&lt;li&gt;Deploy Let&amp;rsquo;s Encrypt certificate for cgspace.cgiar.org, but still need to work it into the ansible playbooks&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-03-22:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-22&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-22&#34;&gt;2016-03-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Merge robots.txt patch and disallow indexing of browse pages as our sitemap is consumed correctly (&lt;a href=&#34;https://github.com/ilri/DSpace/issues/198&#34;&gt;#198&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-03-23:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-23&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-23&#34;&gt;2016-03-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Abenet is having problems saving group memberships, and she gets this error: &lt;a href=&#34;https://gist.github.com/alanorth/87281c061c2de57b773e&#34;&gt;https://gist.github.com/alanorth/87281c061c2de57b773e&lt;/a&gt;&lt;/li&gt;
@ -1640,14 +1640,14 @@ dspace.log.2016-04-27:7271
&lt;li&gt;Looks to be an issue with the Atmire modules, I&amp;rsquo;ve submitted a ticket to their tracker.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-03-24:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-24&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-24&#34;&gt;2016-03-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Atmire sent a patch for the group saving issue: &lt;a href=&#34;https://github.com/ilri/DSpace/pull/201&#34;&gt;https://github.com/ilri/DSpace/pull/201&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;I tested it locally and it works, so I merged it to &lt;code&gt;5_x-prod&lt;/code&gt; and will deploy on CGSpace this week&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-03-25:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-25&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-25&#34;&gt;2016-03-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Having problems with Listings and Reports, seems to be caused by a rogue reference to &lt;code&gt;dc.type.output&lt;/code&gt;&lt;/li&gt;
@ -1655,7 +1655,7 @@ dspace.log.2016-04-27:7271
&lt;li&gt;Commenting out the line works, but I haven&amp;rsquo;t figured out the proper syntax for referring to &lt;code&gt;dc.type.*&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-03-28:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-28&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-28&#34;&gt;2016-03-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Look into enabling the embargo during item submission, see: &lt;a href=&#34;https://wiki.duraspace.org/display/DSDOC5x/Embargo#Embargo-SubmissionProcess&#34;&gt;https://wiki.duraspace.org/display/DSDOC5x/Embargo#Embargo-SubmissionProcess&lt;/a&gt;&lt;/li&gt;
@ -1669,7 +1669,7 @@ dspace.log.2016-04-27:7271
&lt;li&gt;Deploy robots.txt fix, embargo for item submissions, and listings and reports fix on CGSpace&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-03-29:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-29&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-29&#34;&gt;2016-03-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Skype meeting with Peter and Addis team to discuss metadata changes for Dublin Core, CGcore, and CGSpace-specific fields&lt;/li&gt;
@ -1682,13 +1682,13 @@ dspace.log.2016-04-27:7271
<item>
<title>February, 2016</title>
<link>/cgspace-notes/2016-02/</link>
<link>https://alanorth.github.io/cgspace-notes/2016-02/</link>
<pubDate>Fri, 05 Feb 2016 13:18:00 +0300</pubDate>
<guid>/cgspace-notes/2016-02/</guid>
<guid>https://alanorth.github.io/cgspace-notes/2016-02/</guid>
<description>
&lt;h2 id=&#34;2016-02-05:124a59adbaa8ef13e1518d003fc03981&#34;&gt;2016-02-05&lt;/h2&gt;
&lt;h2 id=&#34;2016-02-05&#34;&gt;2016-02-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Looking at some DAGRIS data for Abenet Yabowork&lt;/li&gt;
@ -1703,7 +1703,7 @@ dspace.log.2016-04-27:7271
&lt;li&gt;Also, lots of things like &amp;ldquo;COTE D`LVOIRE&amp;rdquo; and &amp;ldquo;COTE D IVOIRE&amp;rdquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-02-06:124a59adbaa8ef13e1518d003fc03981&#34;&gt;2016-02-06&lt;/h2&gt;
&lt;h2 id=&#34;2016-02-06&#34;&gt;2016-02-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Found a way to get items with null/empty metadata values from SQL&lt;/li&gt;
@ -1744,7 +1744,7 @@ DELETE 25
&lt;li&gt;Process the empty countries on CGSpace&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-02-07:124a59adbaa8ef13e1518d003fc03981&#34;&gt;2016-02-07&lt;/h2&gt;
&lt;h2 id=&#34;2016-02-07&#34;&gt;2016-02-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Working on cleaning up Abenet&amp;rsquo;s DAGRIS data with OpenRefine&lt;/li&gt;
@ -1798,7 +1798,7 @@ $ /opt/brew/Cellar/tomcat/8.0.30/bin/catalina start
&lt;pre&gt;&lt;code&gt;$ ~/dspace/bin/dspace index-discovery -b
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;2016-02-08:124a59adbaa8ef13e1518d003fc03981&#34;&gt;2016-02-08&lt;/h2&gt;
&lt;h2 id=&#34;2016-02-08&#34;&gt;2016-02-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Finish cleaning up and importing ~400 DAGRIS items into CGSpace&lt;/li&gt;
@ -1808,7 +1808,7 @@ $ /opt/brew/Cellar/tomcat/8.0.30/bin/catalina start
&lt;p&gt;&lt;img src=&#34;../images/2016/02/submit-button-ilri.png&#34; alt=&#34;ILRI submission buttons&#34; /&gt;
&lt;img src=&#34;../images/2016/02/submit-button-drylands.png&#34; alt=&#34;Drylands submission buttons&#34; /&gt;&lt;/p&gt;
&lt;h2 id=&#34;2016-02-09:124a59adbaa8ef13e1518d003fc03981&#34;&gt;2016-02-09&lt;/h2&gt;
&lt;h2 id=&#34;2016-02-09&#34;&gt;2016-02-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Re-sync DSpace Test with CGSpace&lt;/li&gt;
@ -1859,7 +1859,7 @@ Swap: 255 57 198
&lt;li&gt;So I&amp;rsquo;ll bump up the Tomcat heap to 2048 (CGSpace production server is using 3GB)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-02-11:124a59adbaa8ef13e1518d003fc03981&#34;&gt;2016-02-11&lt;/h2&gt;
&lt;h2 id=&#34;2016-02-11&#34;&gt;2016-02-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Massaging some CIAT data in OpenRefine&lt;/li&gt;
@ -1883,7 +1883,7 @@ Processing 64195.pdf
&amp;gt; Creating thumbnail for 64195.pdf
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;2016-02-12:124a59adbaa8ef13e1518d003fc03981&#34;&gt;2016-02-12&lt;/h2&gt;
&lt;h2 id=&#34;2016-02-12&#34;&gt;2016-02-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Looking at CIAT&amp;rsquo;s records again, there are some problems with a dozen or so files (out of 1200)&lt;/li&gt;
@ -1894,7 +1894,7 @@ Processing 64195.pdf
&lt;li&gt;Also, I&amp;rsquo;m not sure if we import these items, will be remove the &lt;code&gt;dc.identifier.url&lt;/code&gt; field from the records?&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-02-12-1:124a59adbaa8ef13e1518d003fc03981&#34;&gt;2016-02-12&lt;/h2&gt;
&lt;h2 id=&#34;2016-02-12-1&#34;&gt;2016-02-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Looking at CIAT&amp;rsquo;s records again, there are some files linking to PDFs on Slide Share, Embrapa, UEA UK, and Condesan, so I&amp;rsquo;m not sure if we can use those&lt;/li&gt;
@ -1919,7 +1919,7 @@ CIAT_COLOMBIA_000169_Técnicas_para_el_aislamiento_y_cultivo_de_protoplastos_de_
&lt;li&gt;They will be deployed on CGSpace the next time I re-deploy&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-02-16:124a59adbaa8ef13e1518d003fc03981&#34;&gt;2016-02-16&lt;/h2&gt;
&lt;h2 id=&#34;2016-02-16&#34;&gt;2016-02-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Turns out OpenRefine has an unescape function!&lt;/li&gt;
@ -1938,7 +1938,7 @@ CIAT_COLOMBIA_000169_Técnicas_para_el_aislamiento_y_cultivo_de_protoplastos_de_
&lt;li&gt;This also works for records that have multiple URLs (separated by &amp;ldquo;||&amp;rdquo;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-02-17:124a59adbaa8ef13e1518d003fc03981&#34;&gt;2016-02-17&lt;/h2&gt;
&lt;h2 id=&#34;2016-02-17&#34;&gt;2016-02-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Re-deploy CGSpace, run all system updates, and reboot&lt;/li&gt;
@ -1947,7 +1947,7 @@ CIAT_COLOMBIA_000169_Técnicas_para_el_aislamiento_y_cultivo_de_protoplastos_de_
&lt;li&gt;Need to re-process the filename column to replace multiple underscores with one: &lt;code&gt;value.replace(/_{2,}/, &amp;quot;_&amp;quot;)&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-02-20:124a59adbaa8ef13e1518d003fc03981&#34;&gt;2016-02-20&lt;/h2&gt;
&lt;h2 id=&#34;2016-02-20&#34;&gt;2016-02-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Turns out the &amp;ldquo;bug&amp;rdquo; in SAFBuilder isn&amp;rsquo;t a bug, it&amp;rsquo;s a feature that allows you to encode extra information like the destintion bundle in the filename&lt;/li&gt;
@ -1962,7 +1962,7 @@ CIAT_COLOMBIA_000169_Técnicas_para_el_aislamiento_y_cultivo_de_protoplastos_de_
&lt;li&gt;Useful custom text facet for URLs ending with &amp;ldquo;.pdf&amp;rdquo;: &lt;code&gt;value.endsWith(&amp;quot;.pdf&amp;quot;)&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-02-22:124a59adbaa8ef13e1518d003fc03981&#34;&gt;2016-02-22&lt;/h2&gt;
&lt;h2 id=&#34;2016-02-22&#34;&gt;2016-02-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;To change Spanish accents to ASCII in OpenRefine:&lt;/li&gt;
@ -1987,7 +1987,7 @@ Bitstream: tést señora alimentación.pdf
&lt;li&gt;Running the SAFBuilder on Mac OS X works if you&amp;rsquo;re going to import the resulting bundle on Mac OS X, but if your DSpace is running on Linux you need to run the SAFBuilder there where the filesystem&amp;rsquo;s encoding matches&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-02-29:124a59adbaa8ef13e1518d003fc03981&#34;&gt;2016-02-29&lt;/h2&gt;
&lt;h2 id=&#34;2016-02-29&#34;&gt;2016-02-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Got notified by some CIFOR colleagues that the Google Scholar team had contacted them about CGSpace&amp;rsquo;s incorrect ordering of authors in Google Scholar metadata&lt;/li&gt;
@ -2016,13 +2016,13 @@ Bitstream: tést señora alimentación.pdf
<item>
<title>January, 2016</title>
<link>/cgspace-notes/2016-01/</link>
<link>https://alanorth.github.io/cgspace-notes/2016-01/</link>
<pubDate>Wed, 13 Jan 2016 13:18:00 +0300</pubDate>
<guid>/cgspace-notes/2016-01/</guid>
<guid>https://alanorth.github.io/cgspace-notes/2016-01/</guid>
<description>
&lt;h2 id=&#34;2016-01-13:3846b7fcbca60cdedafd373cb39cd76d&#34;&gt;2016-01-13&lt;/h2&gt;
&lt;h2 id=&#34;2016-01-13&#34;&gt;2016-01-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Move ILRI collection &lt;code&gt;10568/12503&lt;/code&gt; from &lt;code&gt;10568/27869&lt;/code&gt; to &lt;code&gt;10568/27629&lt;/code&gt; using the &lt;a href=&#34;https://gist.github.com/alanorth/392c4660e8b022d99dfa&#34;&gt;move_collections.sh&lt;/a&gt; script I wrote last year.&lt;/li&gt;
@ -2030,20 +2030,20 @@ Bitstream: tést señora alimentación.pdf
&lt;li&gt;Update GitHub wiki for documentation of &lt;a href=&#34;https://github.com/ilri/DSpace/wiki/Maintenance-Tasks&#34;&gt;maintenance tasks&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-01-14:3846b7fcbca60cdedafd373cb39cd76d&#34;&gt;2016-01-14&lt;/h2&gt;
&lt;h2 id=&#34;2016-01-14&#34;&gt;2016-01-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update CCAFS project identifiers in input-forms.xml&lt;/li&gt;
&lt;li&gt;Run system updates and restart the server&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-01-18:3846b7fcbca60cdedafd373cb39cd76d&#34;&gt;2016-01-18&lt;/h2&gt;
&lt;h2 id=&#34;2016-01-18&#34;&gt;2016-01-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Change &amp;ldquo;Extension material&amp;rdquo; to &amp;ldquo;Extension Material&amp;rdquo; in input-forms.xml (a mistake that fell through the cracks when we fixed the others in DSpace 4 era)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-01-19:3846b7fcbca60cdedafd373cb39cd76d&#34;&gt;2016-01-19&lt;/h2&gt;
&lt;h2 id=&#34;2016-01-19&#34;&gt;2016-01-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;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&amp;rsquo;s primary color (&lt;a href=&#34;https://github.com/ilri/DSpace/issues/157&#34;&gt;#157&lt;/a&gt;)&lt;/li&gt;
@ -2053,7 +2053,7 @@ Bitstream: tést señora alimentación.pdf
&lt;li&gt;Altmetrics&amp;rsquo; support for Handles is kinda weak, so they can&amp;rsquo;t associate our items with DOIs until they are tweeted or blogged, etc first.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-01-21:3846b7fcbca60cdedafd373cb39cd76d&#34;&gt;2016-01-21&lt;/h2&gt;
&lt;h2 id=&#34;2016-01-21&#34;&gt;2016-01-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Still waiting for my IFTTT recipe to fire, two days later&lt;/li&gt;
@ -2065,21 +2065,21 @@ Bitstream: tést señora alimentación.pdf
&lt;li&gt;Work around a CSS issue with long URLs in the item view (&lt;a href=&#34;https://github.com/ilri/DSpace/issues/172&#34;&gt;#172&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-01-25:3846b7fcbca60cdedafd373cb39cd76d&#34;&gt;2016-01-25&lt;/h2&gt;
&lt;h2 id=&#34;2016-01-25&#34;&gt;2016-01-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Re-deploy CGSpace and DSpace Test with latest &lt;code&gt;5_x-prod&lt;/code&gt; branch&lt;/li&gt;
&lt;li&gt;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&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-01-26:3846b7fcbca60cdedafd373cb39cd76d&#34;&gt;2016-01-26&lt;/h2&gt;
&lt;h2 id=&#34;2016-01-26&#34;&gt;2016-01-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Run nginx updates on CGSpace and DSpace Test (&lt;a href=&#34;http://mailman.nginx.org/pipermail/nginx/2016-January/049700.html&#34;&gt;1.8.1 and 1.9.10, respectively&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Run updates on DSpace Test and reboot for new Linode kernel &lt;code&gt;Linux 4.4.0-x86_64-linode63&lt;/code&gt; (first update in months)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-01-28:3846b7fcbca60cdedafd373cb39cd76d&#34;&gt;2016-01-28&lt;/h2&gt;
&lt;h2 id=&#34;2016-01-28&#34;&gt;2016-01-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Start looking at importing some Bioversity data that had been prepared earlier this week&lt;/li&gt;
@ -2092,7 +2092,7 @@ $ find SimpleArchiveForBio/ -iname &amp;ldquo;*.pdf&amp;rdquo; -exec basename {}
8&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-01-29:3846b7fcbca60cdedafd373cb39cd76d&#34;&gt;2016-01-29&lt;/h2&gt;
&lt;h2 id=&#34;2016-01-29&#34;&gt;2016-01-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add five missing center-specific subjects to XMLUI item view (&lt;a href=&#34;https://github.com/ilri/DSpace/issues/174&#34;&gt;#174&lt;/a&gt;)&lt;/li&gt;
@ -2111,13 +2111,13 @@ $ find SimpleArchiveForBio/ -iname &amp;ldquo;*.pdf&amp;rdquo; -exec basename {}
<item>
<title>December, 2015</title>
<link>/cgspace-notes/2015-12/</link>
<link>https://alanorth.github.io/cgspace-notes/2015-12/</link>
<pubDate>Wed, 02 Dec 2015 13:18:00 +0300</pubDate>
<guid>/cgspace-notes/2015-12/</guid>
<guid>https://alanorth.github.io/cgspace-notes/2015-12/</guid>
<description>
&lt;h2 id=&#34;2015-12-02:012a628feed6d64ae1151cbd6151ccd6&#34;&gt;2015-12-02&lt;/h2&gt;
&lt;h2 id=&#34;2015-12-02&#34;&gt;2015-12-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Replace &lt;code&gt;lzop&lt;/code&gt; with &lt;code&gt;xz&lt;/code&gt; in log compression cron jobs on DSpace Test—it uses less space:&lt;/li&gt;
@ -2198,7 +2198,7 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
&lt;li&gt;I also filed a ticket on Atmire&amp;rsquo;s issue tracker for the PostgreSQL stuff&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2015-12-03:012a628feed6d64ae1151cbd6151ccd6&#34;&gt;2015-12-03&lt;/h2&gt;
&lt;h2 id=&#34;2015-12-03&#34;&gt;2015-12-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;CGSpace very slow, and monitoring emailing me to say its down, even though I can load the page (very slowly)&lt;/li&gt;
@ -2230,7 +2230,7 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
0.854
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;2015-12-05:012a628feed6d64ae1151cbd6151ccd6&#34;&gt;2015-12-05&lt;/h2&gt;
&lt;h2 id=&#34;2015-12-05&#34;&gt;2015-12-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;CGSpace has been up and down all day and REST API is completely unresponsive&lt;/li&gt;
@ -2251,7 +2251,7 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
&lt;img src=&#34;../images/2015/12/postgres_locks_cgspace-year.png&#34; alt=&#34;PostgreSQL locks (year)&#34; /&gt;
&lt;img src=&#34;../images/2015/12/postgres_scans_cgspace-year.png&#34; alt=&#34;PostgreSQL scans (year)&#34; /&gt;&lt;/p&gt;
&lt;h2 id=&#34;2015-12-07:012a628feed6d64ae1151cbd6151ccd6&#34;&gt;2015-12-07&lt;/h2&gt;
&lt;h2 id=&#34;2015-12-07&#34;&gt;2015-12-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Atmire sent &lt;a href=&#34;https://github.com/ilri/DSpace/pull/161&#34;&gt;some fixes&lt;/a&gt; to DSpace&amp;rsquo;s REST API code that was leaving contexts open (causing the slow performance and database issues)&lt;/li&gt;
@ -2270,7 +2270,7 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
0.497
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;2015-12-08:012a628feed6d64ae1151cbd6151ccd6&#34;&gt;2015-12-08&lt;/h2&gt;
&lt;h2 id=&#34;2015-12-08&#34;&gt;2015-12-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Switch CGSpace log compression cron jobs from using lzop to xz—the compression isn&amp;rsquo;t as good, but it&amp;rsquo;s much faster and causes less IO/CPU load&lt;/li&gt;
@ -2281,13 +2281,13 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
<item>
<title>November, 2015</title>
<link>/cgspace-notes/2015-11/</link>
<link>https://alanorth.github.io/cgspace-notes/2015-11/</link>
<pubDate>Mon, 23 Nov 2015 17:00:57 +0300</pubDate>
<guid>/cgspace-notes/2015-11/</guid>
<guid>https://alanorth.github.io/cgspace-notes/2015-11/</guid>
<description>
&lt;h2 id=&#34;2015-11-22:3d03b850f8126f80d8144c2e17ea0ae7&#34;&gt;2015-11-22&lt;/h2&gt;
&lt;h2 id=&#34;2015-11-22&#34;&gt;2015-11-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;CGSpace went down&lt;/li&gt;
@ -2303,7 +2303,7 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
&lt;li&gt;For now I have increased the limit from 60 to 90, run updates, and rebooted the server&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2015-11-24:3d03b850f8126f80d8144c2e17ea0ae7&#34;&gt;2015-11-24&lt;/h2&gt;
&lt;h2 id=&#34;2015-11-24&#34;&gt;2015-11-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;CGSpace went down again&lt;/li&gt;
@ -2319,7 +2319,7 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
&lt;li&gt;For some reason the number of idle connections is very high since we upgraded to DSpace 5&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2015-11-25:3d03b850f8126f80d8144c2e17ea0ae7&#34;&gt;2015-11-25&lt;/h2&gt;
&lt;h2 id=&#34;2015-11-25&#34;&gt;2015-11-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Troubleshoot the DSpace 5 OAI breakage caused by nginx routing config&lt;/li&gt;
@ -2379,7 +2379,7 @@ datid | datname | pid | usesysid | usename | application_name | client_addr
&lt;li&gt;Also deploy the nginx fixes for the &lt;code&gt;try_files&lt;/code&gt; location block as well as the expires block&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2015-11-26:3d03b850f8126f80d8144c2e17ea0ae7&#34;&gt;2015-11-26&lt;/h2&gt;
&lt;h2 id=&#34;2015-11-26&#34;&gt;2015-11-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;CGSpace behaving much better since changing &lt;code&gt;db.maxidle&lt;/code&gt; yesterday, but still two up/down notices from monitoring this morning (better than 50!)&lt;/li&gt;
@ -2405,7 +2405,7 @@ datid | datname | pid | usesysid | usename | application_name | client_addr
&lt;li&gt;I reduced the pool back to the default of 30, and reduced the &lt;code&gt;db.maxidle&lt;/code&gt; settings from 10 to 8&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2015-11-29:3d03b850f8126f80d8144c2e17ea0ae7&#34;&gt;2015-11-29&lt;/h2&gt;
&lt;h2 id=&#34;2015-11-29&#34;&gt;2015-11-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Still more alerts that CGSpace has been up and down all day&lt;/li&gt;

View File

@ -1 +1 @@
<!DOCTYPE html><html><head><link rel="canonical" href="/cgspace-notes/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=/cgspace-notes/" /></head></html>
<!DOCTYPE html><html><head><title>https://alanorth.github.io/cgspace-notes/</title><link rel="canonical" href="https://alanorth.github.io/cgspace-notes/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=https://alanorth.github.io/cgspace-notes/" /></head></html>

View File

@ -2,58 +2,57 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>/cgspace-notes/</loc>
<lastmod>2016-08-01T15:53:00+03:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>/cgspace-notes/2016-08/</loc>
<loc>https://alanorth.github.io/cgspace-notes/</loc>
<lastmod>2016-08-01T15:53:00+03:00</lastmod>
</url>
<url>
<loc>/cgspace-notes/2016-07/</loc>
<loc>https://alanorth.github.io/cgspace-notes/2016-08/</loc>
<lastmod>2016-08-01T15:53:00+03:00</lastmod>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/2016-07/</loc>
<lastmod>2016-07-01T10:53:00+03:00</lastmod>
</url>
<url>
<loc>/cgspace-notes/2016-06/</loc>
<loc>https://alanorth.github.io/cgspace-notes/2016-06/</loc>
<lastmod>2016-06-01T10:53:00+03:00</lastmod>
</url>
<url>
<loc>/cgspace-notes/2016-05/</loc>
<loc>https://alanorth.github.io/cgspace-notes/2016-05/</loc>
<lastmod>2016-05-01T23:06:00+03:00</lastmod>
</url>
<url>
<loc>/cgspace-notes/2016-04/</loc>
<loc>https://alanorth.github.io/cgspace-notes/2016-04/</loc>
<lastmod>2016-04-04T11:06:00+03:00</lastmod>
</url>
<url>
<loc>/cgspace-notes/2016-03/</loc>
<loc>https://alanorth.github.io/cgspace-notes/2016-03/</loc>
<lastmod>2016-03-02T16:50:00+03:00</lastmod>
</url>
<url>
<loc>/cgspace-notes/2016-02/</loc>
<loc>https://alanorth.github.io/cgspace-notes/2016-02/</loc>
<lastmod>2016-02-05T13:18:00+03:00</lastmod>
</url>
<url>
<loc>/cgspace-notes/2016-01/</loc>
<loc>https://alanorth.github.io/cgspace-notes/2016-01/</loc>
<lastmod>2016-01-13T13:18:00+03:00</lastmod>
</url>
<url>
<loc>/cgspace-notes/2015-12/</loc>
<loc>https://alanorth.github.io/cgspace-notes/2015-12/</loc>
<lastmod>2015-12-02T13:18:00+03:00</lastmod>
</url>
<url>
<loc>/cgspace-notes/2015-11/</loc>
<loc>https://alanorth.github.io/cgspace-notes/2015-11/</loc>
<lastmod>2015-11-23T17:00:57+03:00</lastmod>
</url>

View File

@ -6,7 +6,7 @@
<meta property="og:title" content=" Tags &middot; CGSpace Notes" />
<meta property="og:site_name" content="CGSpace Notes" />
<meta property="og:url" content="/cgspace-notes/tags/" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/tags/" />
<meta property="og:type" content="website" />
@ -16,19 +16,19 @@
Tags &middot; CGSpace Notes
</title>
<link rel="stylesheet" href="/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400" type="text/css">
<link rel="shortcut icon" href="/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="/cgspace-notes/images/apple-touch-icon.png" />
<link rel="shortcut icon" href="https://alanorth.github.io/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="https://alanorth.github.io/cgspace-notes/images/apple-touch-icon.png" />
</head>
<body>
<header class="global-header" style="background-image:url( /images/bg.jpg )">
<section class="header-text">
<h1><a href="/cgspace-notes/">CGSpace Notes</a></h1>
<h1><a href="https://alanorth.github.io/cgspace-notes/">CGSpace Notes</a></h1>
<div class="sns-links hidden-print">
@ -43,13 +43,13 @@
</div>
<a href="/cgspace-notes/" class="btn-header btn-back hidden-xs">
<a href="https://alanorth.github.io/cgspace-notes/" class="btn-header btn-back hidden-xs">
<i class="fa fa-angle-left" aria-hidden="true"></i>
&nbsp;Home
</a>
<a href="/cgspace-notes/tags/index.xml" class="btn-header btn-subscribe hidden-xs">
<a href="https://alanorth.github.io/cgspace-notes/tags/index.xml" class="btn-header btn-subscribe hidden-xs">
<i class="fa fa-rss" aria-hidden="true"></i>
&nbsp;Subscribe
</a>
@ -64,7 +64,7 @@
<ul>
<li><a href="/cgspace-notes//tags/notes">notes</a> 10</li>
<li><a href="https://alanorth.github.io/cgspace-notes//tags/notes">notes</a> 10</li>
</ul>
</section>
@ -87,7 +87,7 @@
</footer>
<script src="/cgspace-notes/js/highlight.pack.js"></script>
<script src="https://alanorth.github.io/cgspace-notes/js/highlight.pack.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>

View File

@ -6,7 +6,7 @@
<meta property="og:title" content=" Notes &middot; CGSpace Notes" />
<meta property="og:site_name" content="CGSpace Notes" />
<meta property="og:url" content="/cgspace-notes/tags/notes/" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/tags/notes/" />
<meta property="og:type" content="website" />
@ -16,19 +16,19 @@
Notes &middot; CGSpace Notes
</title>
<link rel="stylesheet" href="/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/main.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/github.css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400" type="text/css">
<link rel="shortcut icon" href="/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="/cgspace-notes/images/apple-touch-icon.png" />
<link rel="shortcut icon" href="https://alanorth.github.io/cgspace-notes/images/favicon.ico" />
<link rel="apple-touch-icon" href="https://alanorth.github.io/cgspace-notes/images/apple-touch-icon.png" />
</head>
<body>
<header class="global-header" style="background-image:url( /images/bg.jpg )">
<section class="header-text">
<h1><a href="/cgspace-notes/">CGSpace Notes</a></h1>
<h1><a href="https://alanorth.github.io/cgspace-notes/">CGSpace Notes</a></h1>
<div class="sns-links hidden-print">
@ -43,13 +43,13 @@
</div>
<a href="/cgspace-notes/" class="btn-header btn-back hidden-xs">
<a href="https://alanorth.github.io/cgspace-notes/" class="btn-header btn-back hidden-xs">
<i class="fa fa-angle-left" aria-hidden="true"></i>
&nbsp;Home
</a>
<a href="/cgspace-notes/tags/notes/index.xml" class="btn-header btn-subscribe hidden-xs">
<a href="https://alanorth.github.io/cgspace-notes/tags/notes/index.xml" class="btn-header btn-subscribe hidden-xs">
<i class="fa fa-rss" aria-hidden="true"></i>
&nbsp;Subscribe
</a>
@ -64,7 +64,7 @@
<hr/>
<article>
<header>
<h2><a href="/cgspace-notes/2016-08/">August, 2016</a></h2>
<h2><a href="https://alanorth.github.io/cgspace-notes/2016-08/">August, 2016</a></h2>
<div class="post-meta clearfix">
<div class="post-date pull-left">
Posted on
@ -80,7 +80,7 @@
<footer>
<ul class="pager">
<li class="next"><a href="/cgspace-notes/2016-08/">Read more <span aria-hidden="true">&raquo;</span></a></li>
<li class="next"><a href="https://alanorth.github.io/cgspace-notes/2016-08/">Read more <span aria-hidden="true">&raquo;</span></a></li>
</ul>
</footer>
@ -90,7 +90,7 @@
<hr/>
<article>
<header>
<h2><a href="/cgspace-notes/2016-07/">July, 2016</a></h2>
<h2><a href="https://alanorth.github.io/cgspace-notes/2016-07/">July, 2016</a></h2>
<div class="post-meta clearfix">
<div class="post-date pull-left">
Posted on
@ -106,7 +106,7 @@
<footer>
<ul class="pager">
<li class="next"><a href="/cgspace-notes/2016-07/">Read more <span aria-hidden="true">&raquo;</span></a></li>
<li class="next"><a href="https://alanorth.github.io/cgspace-notes/2016-07/">Read more <span aria-hidden="true">&raquo;</span></a></li>
</ul>
</footer>
@ -116,7 +116,7 @@
<hr/>
<article>
<header>
<h2><a href="/cgspace-notes/2016-06/">June, 2016</a></h2>
<h2><a href="https://alanorth.github.io/cgspace-notes/2016-06/">June, 2016</a></h2>
<div class="post-meta clearfix">
<div class="post-date pull-left">
Posted on
@ -132,7 +132,7 @@
<footer>
<ul class="pager">
<li class="next"><a href="/cgspace-notes/2016-06/">Read more <span aria-hidden="true">&raquo;</span></a></li>
<li class="next"><a href="https://alanorth.github.io/cgspace-notes/2016-06/">Read more <span aria-hidden="true">&raquo;</span></a></li>
</ul>
</footer>
@ -142,7 +142,7 @@
<hr/>
<article>
<header>
<h2><a href="/cgspace-notes/2016-05/">May, 2016</a></h2>
<h2><a href="https://alanorth.github.io/cgspace-notes/2016-05/">May, 2016</a></h2>
<div class="post-meta clearfix">
<div class="post-date pull-left">
Posted on
@ -158,7 +158,7 @@
<footer>
<ul class="pager">
<li class="next"><a href="/cgspace-notes/2016-05/">Read more <span aria-hidden="true">&raquo;</span></a></li>
<li class="next"><a href="https://alanorth.github.io/cgspace-notes/2016-05/">Read more <span aria-hidden="true">&raquo;</span></a></li>
</ul>
</footer>
@ -168,7 +168,7 @@
<hr/>
<article>
<header>
<h2><a href="/cgspace-notes/2016-04/">April, 2016</a></h2>
<h2><a href="https://alanorth.github.io/cgspace-notes/2016-04/">April, 2016</a></h2>
<div class="post-meta clearfix">
<div class="post-date pull-left">
Posted on
@ -184,7 +184,7 @@
<footer>
<ul class="pager">
<li class="next"><a href="/cgspace-notes/2016-04/">Read more <span aria-hidden="true">&raquo;</span></a></li>
<li class="next"><a href="https://alanorth.github.io/cgspace-notes/2016-04/">Read more <span aria-hidden="true">&raquo;</span></a></li>
</ul>
</footer>
@ -194,7 +194,7 @@
<hr/>
<article>
<header>
<h2><a href="/cgspace-notes/2016-03/">March, 2016</a></h2>
<h2><a href="https://alanorth.github.io/cgspace-notes/2016-03/">March, 2016</a></h2>
<div class="post-meta clearfix">
<div class="post-date pull-left">
Posted on
@ -210,7 +210,7 @@
<footer>
<ul class="pager">
<li class="next"><a href="/cgspace-notes/2016-03/">Read more <span aria-hidden="true">&raquo;</span></a></li>
<li class="next"><a href="https://alanorth.github.io/cgspace-notes/2016-03/">Read more <span aria-hidden="true">&raquo;</span></a></li>
</ul>
</footer>
@ -220,7 +220,7 @@
<hr/>
<article>
<header>
<h2><a href="/cgspace-notes/2016-02/">February, 2016</a></h2>
<h2><a href="https://alanorth.github.io/cgspace-notes/2016-02/">February, 2016</a></h2>
<div class="post-meta clearfix">
<div class="post-date pull-left">
Posted on
@ -236,7 +236,7 @@
<footer>
<ul class="pager">
<li class="next"><a href="/cgspace-notes/2016-02/">Read more <span aria-hidden="true">&raquo;</span></a></li>
<li class="next"><a href="https://alanorth.github.io/cgspace-notes/2016-02/">Read more <span aria-hidden="true">&raquo;</span></a></li>
</ul>
</footer>
@ -246,7 +246,7 @@
<hr/>
<article>
<header>
<h2><a href="/cgspace-notes/2016-01/">January, 2016</a></h2>
<h2><a href="https://alanorth.github.io/cgspace-notes/2016-01/">January, 2016</a></h2>
<div class="post-meta clearfix">
<div class="post-date pull-left">
Posted on
@ -262,7 +262,7 @@
<footer>
<ul class="pager">
<li class="next"><a href="/cgspace-notes/2016-01/">Read more <span aria-hidden="true">&raquo;</span></a></li>
<li class="next"><a href="https://alanorth.github.io/cgspace-notes/2016-01/">Read more <span aria-hidden="true">&raquo;</span></a></li>
</ul>
</footer>
@ -272,7 +272,7 @@
<hr/>
<article>
<header>
<h2><a href="/cgspace-notes/2015-12/">December, 2015</a></h2>
<h2><a href="https://alanorth.github.io/cgspace-notes/2015-12/">December, 2015</a></h2>
<div class="post-meta clearfix">
<div class="post-date pull-left">
Posted on
@ -288,7 +288,7 @@
<footer>
<ul class="pager">
<li class="next"><a href="/cgspace-notes/2015-12/">Read more <span aria-hidden="true">&raquo;</span></a></li>
<li class="next"><a href="https://alanorth.github.io/cgspace-notes/2015-12/">Read more <span aria-hidden="true">&raquo;</span></a></li>
</ul>
</footer>
@ -298,7 +298,7 @@
<hr/>
<article>
<header>
<h2><a href="/cgspace-notes/2015-11/">November, 2015</a></h2>
<h2><a href="https://alanorth.github.io/cgspace-notes/2015-11/">November, 2015</a></h2>
<div class="post-meta clearfix">
<div class="post-date pull-left">
Posted on
@ -314,7 +314,7 @@
<footer>
<ul class="pager">
<li class="next"><a href="/cgspace-notes/2015-11/">Read more <span aria-hidden="true">&raquo;</span></a></li>
<li class="next"><a href="https://alanorth.github.io/cgspace-notes/2015-11/">Read more <span aria-hidden="true">&raquo;</span></a></li>
</ul>
</footer>
@ -341,7 +341,7 @@
</footer>
<script src="/cgspace-notes/js/highlight.pack.js"></script>
<script src="https://alanorth.github.io/cgspace-notes/js/highlight.pack.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>

View File

@ -2,22 +2,22 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Notes on CGSpace Notes</title>
<link>/cgspace-notes/tags/notes/</link>
<link>https://alanorth.github.io/cgspace-notes/tags/notes/</link>
<description>Recent content in Notes on CGSpace Notes</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Mon, 01 Aug 2016 15:53:00 +0300</lastBuildDate>
<atom:link href="/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>August, 2016</title>
<link>/cgspace-notes/2016-08/</link>
<link>https://alanorth.github.io/cgspace-notes/2016-08/</link>
<pubDate>Mon, 01 Aug 2016 15:53:00 +0300</pubDate>
<guid>/cgspace-notes/2016-08/</guid>
<guid>https://alanorth.github.io/cgspace-notes/2016-08/</guid>
<description>
&lt;h2 id=&#34;2016-08-01:e34bd801c7748b7746ad4364bbdb5eb5&#34;&gt;2016-08-01&lt;/h2&gt;
&lt;h2 id=&#34;2016-08-01&#34;&gt;2016-08-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add updated distribution license from Sisay (&lt;a href=&#34;https://github.com/ilri/DSpace/issues/259&#34;&gt;#259&lt;/a&gt;)&lt;/li&gt;
@ -43,7 +43,7 @@ $ git rebase -i dspace-5.5
&lt;li&gt;The 5.5 code now builds but doesn&amp;rsquo;t run (white page in Tomcat)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-08-02:e34bd801c7748b7746ad4364bbdb5eb5&#34;&gt;2016-08-02&lt;/h2&gt;
&lt;h2 id=&#34;2016-08-02&#34;&gt;2016-08-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Ask Atmire for help with DSpace 5.5 issue&lt;/li&gt;
@ -56,13 +56,13 @@ $ git rebase -i dspace-5.5
<item>
<title>July, 2016</title>
<link>/cgspace-notes/2016-07/</link>
<link>https://alanorth.github.io/cgspace-notes/2016-07/</link>
<pubDate>Fri, 01 Jul 2016 10:53:00 +0300</pubDate>
<guid>/cgspace-notes/2016-07/</guid>
<guid>https://alanorth.github.io/cgspace-notes/2016-07/</guid>
<description>
&lt;h2 id=&#34;2016-07-01:edc14796891c14dec087b4bb89c38aa9&#34;&gt;2016-07-01&lt;/h2&gt;
&lt;h2 id=&#34;2016-07-01&#34;&gt;2016-07-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add &lt;code&gt;dc.description.sponsorship&lt;/code&gt; to Discovery sidebar facets and make investors clickable in item view (&lt;a href=&#34;https://github.com/ilri/DSpace/issues/232&#34;&gt;#232&lt;/a&gt;)&lt;/li&gt;
@ -81,19 +81,19 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
&lt;li&gt;In this case the select query was showing 95 results before the update&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-07-02:edc14796891c14dec087b4bb89c38aa9&#34;&gt;2016-07-02&lt;/h2&gt;
&lt;h2 id=&#34;2016-07-02&#34;&gt;2016-07-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Comment on DSpace Jira ticket about author lookup search text (&lt;a href=&#34;https://jira.duraspace.org/browse/DS-2329&#34;&gt;DS-2329&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-07-04:edc14796891c14dec087b4bb89c38aa9&#34;&gt;2016-07-04&lt;/h2&gt;
&lt;h2 id=&#34;2016-07-04&#34;&gt;2016-07-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Seems the database&amp;rsquo;s author authority values mean nothing without the &lt;code&gt;authority&lt;/code&gt; Solr core from the host where they were created!&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-07-05:edc14796891c14dec087b4bb89c38aa9&#34;&gt;2016-07-05&lt;/h2&gt;
&lt;h2 id=&#34;2016-07-05&#34;&gt;2016-07-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Amend &lt;code&gt;backup-solr.sh&lt;/code&gt; script so it backs up the entire Solr folder&lt;/li&gt;
@ -111,7 +111,7 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
&lt;li&gt;I will merge it to &lt;code&gt;5_x-prod&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-07-06:edc14796891c14dec087b4bb89c38aa9&#34;&gt;2016-07-06&lt;/h2&gt;
&lt;h2 id=&#34;2016-07-06&#34;&gt;2016-07-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Delete 23 blank metadata values from CGSpace:&lt;/li&gt;
@ -148,7 +148,7 @@ $ ./delete-metadata-values.py -f dc.contributor.affiliation -i Affiliations-Dele
&lt;li&gt;I then ran all server updates and rebooted the server&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-07-11:edc14796891c14dec087b4bb89c38aa9&#34;&gt;2016-07-11&lt;/h2&gt;
&lt;h2 id=&#34;2016-07-11&#34;&gt;2016-07-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Doing some author cleanups from Peter and Abenet:&lt;/li&gt;
@ -158,20 +158,20 @@ $ ./delete-metadata-values.py -f dc.contributor.affiliation -i Affiliations-Dele
$ ./delete-metadata-values.py -f dc.contributor.author -i /tmp/Authors-Delete-UTF8.csv -m 3 -u dspacetest -d dspacetest -p fuuu
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;2016-07-13:edc14796891c14dec087b4bb89c38aa9&#34;&gt;2016-07-13&lt;/h2&gt;
&lt;h2 id=&#34;2016-07-13&#34;&gt;2016-07-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Run the author cleanups on CGSpace and start a full Discovery re-index&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-07-14:edc14796891c14dec087b4bb89c38aa9&#34;&gt;2016-07-14&lt;/h2&gt;
&lt;h2 id=&#34;2016-07-14&#34;&gt;2016-07-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Test LDAP settings for new root LDAP&lt;/li&gt;
&lt;li&gt;Seems to work when binding as a top-level user&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-07-18:edc14796891c14dec087b4bb89c38aa9&#34;&gt;2016-07-18&lt;/h2&gt;
&lt;h2 id=&#34;2016-07-18&#34;&gt;2016-07-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Adjust identifiers in XMLUI item display to be more prominent&lt;/li&gt;
@ -206,14 +206,14 @@ org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error
}
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;2016-07-21:edc14796891c14dec087b4bb89c38aa9&#34;&gt;2016-07-21&lt;/h2&gt;
&lt;h2 id=&#34;2016-07-21&#34;&gt;2016-07-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Mitigate the &lt;a href=&#34;https://httpoxy.org&#34;&gt;HTTPoxy&lt;/a&gt; vulnerability for Tomcat etc in nginx: &lt;a href=&#34;https://github.com/ilri/rmg-ansible-public/pull/38&#34;&gt;https://github.com/ilri/rmg-ansible-public/pull/38&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Unblock 70.32.99.142 from &lt;code&gt;/rest&lt;/code&gt; as it has been blocked for a few days&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-07-22:edc14796891c14dec087b4bb89c38aa9&#34;&gt;2016-07-22&lt;/h2&gt;
&lt;h2 id=&#34;2016-07-22&#34;&gt;2016-07-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Help Paola from CCAFS with thumbnails for batch uploads&lt;/li&gt;
@ -267,7 +267,7 @@ index.authority.ignore-variants=true
&lt;li&gt;After re-indexing and clearing the XMLUI cache nothing has changed&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-07-25:edc14796891c14dec087b4bb89c38aa9&#34;&gt;2016-07-25&lt;/h2&gt;
&lt;h2 id=&#34;2016-07-25&#34;&gt;2016-07-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Trying a few more settings (plus reindex) for Discovery on DSpace Test:&lt;/li&gt;
@ -301,7 +301,7 @@ discovery.index.authority.ignore-variants=true
&lt;li&gt;I noticed that our backup scripts don&amp;rsquo;t send Solr cores to S3 so I amended the script&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-07-31:edc14796891c14dec087b4bb89c38aa9&#34;&gt;2016-07-31&lt;/h2&gt;
&lt;h2 id=&#34;2016-07-31&#34;&gt;2016-07-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Work on removing Dryland Systems and Humidtropics subjects from Discovery sidebar and Browse by&lt;/li&gt;
@ -312,13 +312,13 @@ discovery.index.authority.ignore-variants=true
<item>
<title>June, 2016</title>
<link>/cgspace-notes/2016-06/</link>
<link>https://alanorth.github.io/cgspace-notes/2016-06/</link>
<pubDate>Wed, 01 Jun 2016 10:53:00 +0300</pubDate>
<guid>/cgspace-notes/2016-06/</guid>
<guid>https://alanorth.github.io/cgspace-notes/2016-06/</guid>
<description>
&lt;h2 id=&#34;2016-06-01:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-01&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-01&#34;&gt;2016-06-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Experimenting with IFPRI OAI (we want to harvest their publications)&lt;/li&gt;
@ -339,7 +339,7 @@ UPDATE 14
&lt;li&gt;Fix a few minor miscellaneous issues in &lt;code&gt;dspace.cfg&lt;/code&gt; (&lt;a href=&#34;https://github.com/ilri/DSpace/pull/227&#34;&gt;#227&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-02:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-02&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-02&#34;&gt;2016-06-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Testing the configuration and theme changes for the upcoming metadata migration and I found some issues with &lt;code&gt;cg.coverage.admin-unit&lt;/code&gt;&lt;/li&gt;
@ -357,7 +357,7 @@ UPDATE 14
&lt;li&gt;The patch applies successfully on DSpace 5.1 so I will try it later&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-03:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-03&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-03&#34;&gt;2016-06-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Investigating the CCAFS authority issue, I exported the metadata for the Videos collection&lt;/li&gt;
@ -430,7 +430,7 @@ UPDATE 960
&lt;li&gt;That would only be for the &amp;ldquo;Browse by&amp;rdquo; function&amp;hellip; so we&amp;rsquo;ll have to see what effect that has later&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-04:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-04&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-04&#34;&gt;2016-06-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Re-sync DSpace Test with CGSpace and perform test of metadata migration again&lt;/li&gt;
@ -438,7 +438,7 @@ UPDATE 960
&lt;li&gt;Run all system updates and reboot CGSpace server&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-07:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-07&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-07&#34;&gt;2016-06-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Figured out how to export a list of the unique values from a metadata field ordered by count:&lt;/li&gt;
@ -467,7 +467,7 @@ UPDATE 960
&lt;li&gt;&lt;p&gt;Looks like OAI is kinda obtuse for this, and if we use ContentDM&amp;rsquo;s API we&amp;rsquo;ll be able to access their internal field names (rather than trying to figure out how they stuffed them into various, repeated Dublin Core fields)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-08:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-08&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-08&#34;&gt;2016-06-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Discuss controlled vocabularies for ~28 fields&lt;/li&gt;
@ -485,7 +485,7 @@ UPDATE 960
&lt;li&gt;File bug about &lt;code&gt;closed=&amp;quot;true&amp;quot;&lt;/code&gt; attribute of controlled vocabularies not working: &lt;a href=&#34;https://jira.duraspace.org/browse/DS-3238&#34;&gt;https://jira.duraspace.org/browse/DS-3238&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-09:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-09&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-09&#34;&gt;2016-06-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Atmire explained that the &lt;code&gt;atmire.orcid.id&lt;/code&gt; field doesn&amp;rsquo;t exist in the schema, as it actually comes from the authority cache during XMLUI run time&lt;/li&gt;
@ -493,7 +493,7 @@ UPDATE 960
&lt;li&gt;They opened a feature ticket on the DSpace tracker to ask for support of this: &lt;a href=&#34;https://jira.duraspace.org/browse/DS-3239&#34;&gt;https://jira.duraspace.org/browse/DS-3239&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-10:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-10&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-10&#34;&gt;2016-06-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Investigating authority confidences&lt;/li&gt;
@ -518,20 +518,20 @@ UPDATE 960
&lt;li&gt;Merge controlled vocabulary functionality for subregions (&lt;a href=&#34;https://github.com/ilri/DSpace/pull/238&#34;&gt;#238&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-11:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-11&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-11&#34;&gt;2016-06-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Merge controlled vocabulary for sponsorship field (&lt;a href=&#34;https://github.com/ilri/DSpace/pull/239&#34;&gt;#239&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix character encoding issues for animal breed lookup that I merged yesterday&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-17:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-17&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-17&#34;&gt;2016-06-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Linode has free RAM upgrades for their 13th birthday so I migrated DSpace Test (4→8GB of RAM)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-18:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-18&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-18&#34;&gt;2016-06-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Clean up titles and hints in &lt;code&gt;input-forms.xml&lt;/code&gt; to use title/sentence case and a few more consistency things (&lt;a href=&#34;https://github.com/ilri/DSpace/pull/241&#34;&gt;#241&lt;/a&gt;)&lt;/li&gt;
@ -558,7 +558,7 @@ UPDATE 960
&lt;li&gt;&lt;p&gt;Need to run &lt;code&gt;fix-metadata-values.py&lt;/code&gt; and then &lt;code&gt;fix-metadata-values.py&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-20:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-20&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-20&#34;&gt;2016-06-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;CGSpace&amp;rsquo;s HTTPS certificate expired last night and I didn&amp;rsquo;t notice, had to renew:&lt;/li&gt;
@ -571,7 +571,7 @@ UPDATE 960
&lt;li&gt;I really need to fix that cron job&amp;hellip;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-24:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-24&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-24&#34;&gt;2016-06-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Run the replacements/deletes for &lt;code&gt;dc.description.sponsorship&lt;/code&gt; (investors) on CGSpace:&lt;/li&gt;
@ -592,7 +592,7 @@ $ ./delete-metadata-values.py -i investors-delete-82.csv -f dc.description.spons
&lt;li&gt;Refine submission form labels and hints&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-28:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-28&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-28&#34;&gt;2016-06-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Testing the cleanup of &lt;code&gt;dc.contributor.corporate&lt;/code&gt; with 13 deletions and 121 replacements&lt;/li&gt;
@ -607,7 +607,7 @@ $ ./delete-metadata-values.py -i investors-delete-82.csv -f dc.description.spons
&lt;li&gt;Re-evaluate &lt;code&gt;dc.contributor.corporate&lt;/code&gt; and it seems we will move it to &lt;code&gt;dc.contributor.author&lt;/code&gt; as this is more in line with how editors are actually using it&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-29:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-29&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-29&#34;&gt;2016-06-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Test run of &lt;code&gt;migrate-fields.sh&lt;/code&gt; with the following re-mappings:&lt;/li&gt;
@ -646,7 +646,7 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
&lt;li&gt;Start working on config changes for phase three of the metadata migrations&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-30:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-30&lt;/h2&gt;
&lt;h2 id=&#34;2016-06-30&#34;&gt;2016-06-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Wow, there are 95 authors in the database who have &amp;lsquo;,&amp;rsquo; at the end of their name:&lt;/li&gt;
@ -666,13 +666,13 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
<item>
<title>May, 2016</title>
<link>/cgspace-notes/2016-05/</link>
<link>https://alanorth.github.io/cgspace-notes/2016-05/</link>
<pubDate>Sun, 01 May 2016 23:06:00 +0300</pubDate>
<guid>/cgspace-notes/2016-05/</guid>
<guid>https://alanorth.github.io/cgspace-notes/2016-05/</guid>
<description>
&lt;h2 id=&#34;2016-05-01:b7bf1a0f8f2415a40e1e11e343b04c0d&#34;&gt;2016-05-01&lt;/h2&gt;
&lt;h2 id=&#34;2016-05-01&#34;&gt;2016-05-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Since yesterday there have been 10,000 REST errors and the site has been unstable again&lt;/li&gt;
@ -697,7 +697,7 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
&lt;li&gt;The owner of that application has said that the &lt;code&gt;NaN&lt;/code&gt; (not a number) is an error in his code and he&amp;rsquo;ll fix it&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-05-03:b7bf1a0f8f2415a40e1e11e343b04c0d&#34;&gt;2016-05-03&lt;/h2&gt;
&lt;h2 id=&#34;2016-05-03&#34;&gt;2016-05-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update nginx to 1.10.x branch on CGSpace&lt;/li&gt;
@ -706,7 +706,7 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
&lt;p&gt;&lt;img src=&#34;../images/2016/05/discovery-types.png&#34; alt=&#34;Item type in Discovery results&#34; /&gt;&lt;/p&gt;
&lt;h2 id=&#34;2016-05-06:b7bf1a0f8f2415a40e1e11e343b04c0d&#34;&gt;2016-05-06&lt;/h2&gt;
&lt;h2 id=&#34;2016-05-06&#34;&gt;2016-05-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;DSpace Test is down, &lt;code&gt;catalina.out&lt;/code&gt; has lots of messages about heap space from some time yesterday (!)&lt;/li&gt;
@ -744,7 +744,7 @@ fi
&lt;li&gt;Seems to work well&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-05-10:b7bf1a0f8f2415a40e1e11e343b04c0d&#34;&gt;2016-05-10&lt;/h2&gt;
&lt;h2 id=&#34;2016-05-10&#34;&gt;2016-05-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Start looking at more metadata migrations&lt;/li&gt;
@ -759,7 +759,7 @@ fi
&lt;li&gt;CGSpace&amp;rsquo;s &lt;code&gt;dc&lt;/code&gt; registry has 96 items, and the default DSpace one has 73.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-05-11:b7bf1a0f8f2415a40e1e11e343b04c0d&#34;&gt;2016-05-11&lt;/h2&gt;
&lt;h2 id=&#34;2016-05-11&#34;&gt;2016-05-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Identify and propose the next phase of CGSpace fields to migrate:&lt;/p&gt;
@ -792,7 +792,7 @@ fi
&lt;li&gt;Turns out she was able to decrease the size of the PDF so we didn&amp;rsquo;t have to do anything&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-05-12:b7bf1a0f8f2415a40e1e11e343b04c0d&#34;&gt;2016-05-12&lt;/h2&gt;
&lt;h2 id=&#34;2016-05-12&#34;&gt;2016-05-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Looks like the issue that Abenet was having a few days ago with &amp;ldquo;Connection Reset&amp;rdquo; in Firefox might be due to a Firefox 46 issue: &lt;a href=&#34;https://bugzilla.mozilla.org/show_bug.cgi?id=1268775&#34;&gt;https://bugzilla.mozilla.org/show_bug.cgi?id=1268775&lt;/a&gt;&lt;/li&gt;
@ -816,7 +816,7 @@ fi
&lt;pre&gt;&lt;code&gt;# select text_value from metadatavalue where resource_type_id=2 and metadata_field_id=39 and text_value similar to &amp;quot;% %&amp;quot;;
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;2016-05-13:b7bf1a0f8f2415a40e1e11e343b04c0d&#34;&gt;2016-05-13&lt;/h2&gt;
&lt;h2 id=&#34;2016-05-13&#34;&gt;2016-05-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;More theorizing about CGcore&lt;/li&gt;
@ -830,7 +830,7 @@ fi
&lt;li&gt;I&amp;rsquo;ve removed &lt;code&gt;dc.title.jtitle&lt;/code&gt; from the list for now because there&amp;rsquo;s no use moving it out of DC until we know where it will go (see discussion yesterday)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-05-18:b7bf1a0f8f2415a40e1e11e343b04c0d&#34;&gt;2016-05-18&lt;/h2&gt;
&lt;h2 id=&#34;2016-05-18&#34;&gt;2016-05-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Work on 707 CCAFS records&lt;/li&gt;
@ -847,7 +847,7 @@ fi
&lt;li&gt;Before importing with SAFBuilder I tested adding &amp;ldquo;__bundle:THUMBNAIL&amp;rdquo; to the &lt;code&gt;filename&lt;/code&gt; column and it works fine&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-05-19:b7bf1a0f8f2415a40e1e11e343b04c0d&#34;&gt;2016-05-19&lt;/h2&gt;
&lt;h2 id=&#34;2016-05-19&#34;&gt;2016-05-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;More quality control on &lt;code&gt;filename&lt;/code&gt; field of CCAFS records to make processing in shell and SAFBuilder more reliable:&lt;/li&gt;
@ -871,7 +871,7 @@ fi
&lt;pre&gt;&lt;code&gt;# select text_value from metadatavalue where resource_type_id=2 and metadata_field_id=75 and (text_value like &#39;PN%&#39; or text_value like &#39;PHASE%&#39; or text_value = &#39;CBA&#39; or text_value = &#39;IA&#39;);
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;2016-05-20:b7bf1a0f8f2415a40e1e11e343b04c0d&#34;&gt;2016-05-20&lt;/h2&gt;
&lt;h2 id=&#34;2016-05-20&#34;&gt;2016-05-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;More work on CCAFS Video and Images records&lt;/li&gt;
@ -896,7 +896,7 @@ fi
&lt;li&gt;Work on configuration changes for Phase 2 metadata migrations&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-05-23:b7bf1a0f8f2415a40e1e11e343b04c0d&#34;&gt;2016-05-23&lt;/h2&gt;
&lt;h2 id=&#34;2016-05-23&#34;&gt;2016-05-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Try to import the CCAFS Images and Videos to CGSpace but had some issues with LibreOffice and OpenRefine&lt;/li&gt;
@ -905,7 +905,7 @@ fi
&lt;li&gt;I will have to try later&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-05-30:b7bf1a0f8f2415a40e1e11e343b04c0d&#34;&gt;2016-05-30&lt;/h2&gt;
&lt;h2 id=&#34;2016-05-30&#34;&gt;2016-05-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Export CCAFS video and image records from DSpace Test using the migrate option (&lt;code&gt;-m&lt;/code&gt;):&lt;/li&gt;
@ -941,7 +941,7 @@ $ /home/cgspace.cgiar.org/bin/dspace metadata-import -e aorth@mjanja.ch -f ~/CTA
&lt;pre&gt;&lt;code&gt;$ JAVA_OPTS=&amp;quot;-Xmx1024m -Dfile.encoding=UTF-8&amp;quot; /home/cgspace.cgiar.org/bin/dspace index-authority
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;2016-05-31:b7bf1a0f8f2415a40e1e11e343b04c0d&#34;&gt;2016-05-31&lt;/h2&gt;
&lt;h2 id=&#34;2016-05-31&#34;&gt;2016-05-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;The &lt;code&gt;index-authority&lt;/code&gt; script ran over night and was finished in the morning&lt;/li&gt;
@ -973,13 +973,13 @@ sys 0m20.540s
<item>
<title>April, 2016</title>
<link>/cgspace-notes/2016-04/</link>
<link>https://alanorth.github.io/cgspace-notes/2016-04/</link>
<pubDate>Mon, 04 Apr 2016 11:06:00 +0300</pubDate>
<guid>/cgspace-notes/2016-04/</guid>
<guid>https://alanorth.github.io/cgspace-notes/2016-04/</guid>
<description>
&lt;h2 id=&#34;2016-04-04:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-04&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-04&#34;&gt;2016-04-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Looking at log file use on CGSpace and notice that we need to work on our cron setup a bit&lt;/li&gt;
@ -1020,7 +1020,7 @@ java.io.FileNotFoundException: /home/cgspace.cgiar.org/assetstore/64/29/06/64290
&lt;li&gt;Submit pull request for Tomcat 7 limits in Ansible dspace role (&lt;a href=&#34;https://github.com/ilri/rmg-ansible-public/pull/30&#34;&gt;#30&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-05:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-05&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-05&#34;&gt;2016-04-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Reduce Amazon S3 storage used for logs from 46 GB to 6GB by deleting a bunch of logs we don&amp;rsquo;t need!&lt;/li&gt;
@ -1038,7 +1038,7 @@ java.io.FileNotFoundException: /home/cgspace.cgiar.org/assetstore/64/29/06/64290
&lt;li&gt;Try to do some metadata field migrations using the Atmire batch UI (&lt;code&gt;dc.Species&lt;/code&gt; → &lt;code&gt;cg.species&lt;/code&gt;) but it took several hours and even missed a few records&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-06:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-06&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-06&#34;&gt;2016-04-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;A better way to move metadata on this scale is via SQL, for example &lt;code&gt;dc.type.output&lt;/code&gt; → &lt;code&gt;dc.type&lt;/code&gt; (their IDs in the metadatafieldregistry are 66 and 109, respectively):&lt;/li&gt;
@ -1053,7 +1053,7 @@ UPDATE 40852
&lt;li&gt;Start working on metadata migrations, add 25 or so new metadata fields to CGSpace&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-07:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-07&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-07&#34;&gt;2016-04-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Write shell script to do the migration of fields: &lt;a href=&#34;https://gist.github.com/alanorth/72a70aca856d76f24c127a6e67b3342b&#34;&gt;https://gist.github.com/alanorth/72a70aca856d76f24c127a6e67b3342b&lt;/a&gt;&lt;/li&gt;
@ -1069,14 +1069,14 @@ UPDATE metadatavalue SET metadata_field_id=203 WHERE metadata_field_id=76
UPDATE 51258
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;2016-04-08:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-08&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-08&#34;&gt;2016-04-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Discuss metadata renaming with Abenet, we decided it&amp;rsquo;s better to start with the center-specific subjects like ILRI, CIFOR, CCAFS, IWMI, and CPWF&lt;/li&gt;
&lt;li&gt;I&amp;rsquo;ve e-mailed CCAFS and CPWF people to ask them how much time it will take for them to update their systems to cope with this change&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-10:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-10&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-10&#34;&gt;2016-04-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Looking at the DOI issue &lt;a href=&#34;https://www.yammer.com/dspacedevelopers/#/Threads/show?threadId=678507860&#34;&gt;reported by Leroy from CIAT a few weeks ago&lt;/a&gt;&lt;/li&gt;
@ -1099,14 +1099,14 @@ dspacetest=# select count(*) from metadatavalue where metadata_field_id=74 and t
&lt;li&gt;I will manually edit the &lt;code&gt;dc.identifier.doi&lt;/code&gt; in &lt;a href=&#34;https://cgspace.cgiar.org/handle/10568/72509?show=full&#34;&gt;&lt;sup&gt;10568&lt;/sup&gt;&amp;frasl;&lt;sub&gt;72509&lt;/sub&gt;&lt;/a&gt; and tweet the link, then check back in a week to see if the donut gets updated&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-11:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-11&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-11&#34;&gt;2016-04-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;The donut is already updated and shows the correct number now&lt;/li&gt;
&lt;li&gt;CCAFS people say it will only take them an hour to update their code for the metadata renames, so I proposed we&amp;rsquo;d do it tentatively on Monday the 18th.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-12:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-12&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-12&#34;&gt;2016-04-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Looking at quality of WLE data (&lt;code&gt;cg.subject.iwmi&lt;/code&gt;) in SQL:&lt;/li&gt;
@ -1143,7 +1143,7 @@ DELETE 226
&lt;li&gt;We want to do the &lt;code&gt;dc.type.output&lt;/code&gt; move on CGSpace anyways, but we should wait as it might affect other external people!&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-14:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-14&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-14&#34;&gt;2016-04-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Communicate with Macaroni Bros again about &lt;code&gt;dc.type&lt;/code&gt;&lt;/li&gt;
@ -1151,13 +1151,13 @@ DELETE 226
&lt;li&gt;Notify CIAT people of metadata changes (I had forgotten them last week)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-15:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-15&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-15&#34;&gt;2016-04-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;DSpace Test had crashed, so I ran all system updates, rebooted, and re-deployed DSpace code&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-18:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-18&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-18&#34;&gt;2016-04-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Talk to CIAT people about their portal again&lt;/li&gt;
@ -1236,7 +1236,7 @@ javax.ws.rs.WebApplicationException
&lt;li&gt;After restarting Tomcat a few more of these errors were logged but the application was up&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-19:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-19&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-19&#34;&gt;2016-04-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Get handles for items that are using a given metadata field, ie &lt;code&gt;dc.Species.animal&lt;/code&gt; (105):&lt;/li&gt;
@ -1292,7 +1292,7 @@ org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error
&lt;li&gt;And then remove them from the metadata registry&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-20:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-20&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-20&#34;&gt;2016-04-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Re-deploy DSpace Test with the new subject and type fields, run all system updates, and reboot the server&lt;/li&gt;
@ -1331,20 +1331,20 @@ UPDATE 46075
&lt;li&gt;I&amp;rsquo;ve sent a message to Atmire asking about compatibility with DSpace 5.5&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-21:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-21&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-21&#34;&gt;2016-04-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix a bunch of metadata consistency issues with IITA Journal Articles (Peer review, Formally published, messed up DOIs, etc)&lt;/li&gt;
&lt;li&gt;Atmire responded with DSpace 5.5 compatible versions for their modules, so I&amp;rsquo;ll start testing those in a few weeks&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-22:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-22&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-22&#34;&gt;2016-04-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Import 95 records into &lt;a href=&#34;https://cgspace.cgiar.org/handle/10568/42219&#34;&gt;CTA&amp;rsquo;s Agrodok collection&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-26:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-26&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-26&#34;&gt;2016-04-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Test embargo during item upload&lt;/li&gt;
@ -1360,7 +1360,7 @@ UPDATE 46075
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-27:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-27&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-27&#34;&gt;2016-04-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;I woke up to ten or fifteen &amp;ldquo;up&amp;rdquo; and &amp;ldquo;down&amp;rdquo; emails from the monitoring website&lt;/li&gt;
@ -1407,14 +1407,14 @@ dspace.log.2016-04-27:7271
&lt;li&gt;CGSpace down, restarted tomcat and it&amp;rsquo;s back up&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-28:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-28&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-28&#34;&gt;2016-04-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Problems with stability again. I&amp;rsquo;ve blocked access to &lt;code&gt;/rest&lt;/code&gt; for now to see if the number of errors in the log files drop&lt;/li&gt;
&lt;li&gt;Later we could maybe start logging access to &lt;code&gt;/rest&lt;/code&gt; and perhaps whitelist some IPs&amp;hellip;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-04-30:c88be15f5b2f07c85f7742556a955e47&#34;&gt;2016-04-30&lt;/h2&gt;
&lt;h2 id=&#34;2016-04-30&#34;&gt;2016-04-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Logs for today and yesterday have zero references to this REST error, so I&amp;rsquo;m going to open back up the REST API but log all requests&lt;/li&gt;
@ -1434,13 +1434,13 @@ dspace.log.2016-04-27:7271
<item>
<title>March, 2016</title>
<link>/cgspace-notes/2016-03/</link>
<link>https://alanorth.github.io/cgspace-notes/2016-03/</link>
<pubDate>Wed, 02 Mar 2016 16:50:00 +0300</pubDate>
<guid>/cgspace-notes/2016-03/</guid>
<guid>https://alanorth.github.io/cgspace-notes/2016-03/</guid>
<description>
&lt;h2 id=&#34;2016-03-02:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-02&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-02&#34;&gt;2016-03-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Looking at issues with author authorities on CGSpace&lt;/li&gt;
@ -1448,7 +1448,7 @@ dspace.log.2016-04-27:7271
&lt;li&gt;Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Java JDK 1.7 to match environment on CGSpace server&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-03-07:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-07&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-07&#34;&gt;2016-03-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Troubleshooting the issues with the slew of commits for Atmire modules in &lt;a href=&#34;https://github.com/ilri/DSpace/pull/182&#34;&gt;#182&lt;/a&gt;&lt;/li&gt;
@ -1461,14 +1461,14 @@ dspace.log.2016-04-27:7271
&lt;pre&gt;&lt;code&gt;Exception in thread &amp;quot;Lucene Merge Thread #19&amp;quot; org.apache.lucene.index.MergePolicy$MergeException: java.io.IOException: No space left on device
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;2016-03-08:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-08&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-08&#34;&gt;2016-03-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add a few new filters to Atmire&amp;rsquo;s Listings and Reports module (&lt;a href=&#34;https://github.com/ilri/DSpace/issues/180&#34;&gt;#180&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;We had also wanted to add a few to the Content and Usage module but I have to ask the editors which ones they were&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-03-10:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-10&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-10&#34;&gt;2016-03-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Disable the lucene cron job on CGSpace as it shouldn&amp;rsquo;t be needed anymore&lt;/li&gt;
@ -1485,7 +1485,7 @@ dspace.log.2016-04-27:7271
&lt;li&gt;Update documentation for Atmire modules&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-03-11:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-11&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-11&#34;&gt;2016-03-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;As I was looking at the CUA config I realized our Discovery config is all messed up and confusing&lt;/li&gt;
@ -1495,7 +1495,7 @@ dspace.log.2016-04-27:7271
&lt;li&gt;There is still some more work to be done to remove references to old &lt;code&gt;outputtype&lt;/code&gt; and &lt;code&gt;output&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-03-14:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-14&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-14&#34;&gt;2016-03-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix some items that had invalid dates (I noticed them in the log during a re-indexing)&lt;/li&gt;
@ -1506,13 +1506,13 @@ dspace.log.2016-04-27:7271
&lt;p&gt;&lt;img src=&#34;../images/2016/03/missing-xmlui-string.png&#34; alt=&#34;Missing XMLUI string&#34; /&gt;&lt;/p&gt;
&lt;h2 id=&#34;2016-03-15:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-15&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-15&#34;&gt;2016-03-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Create simple theme for new AVCD community just for a unique Google Tracking ID (&lt;a href=&#34;https://github.com/ilri/DSpace/pull/191&#34;&gt;#191&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-03-16:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-16&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-16&#34;&gt;2016-03-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Still having problems deploying Atmire&amp;rsquo;s CUA updates and fixes from January!&lt;/li&gt;
@ -1543,7 +1543,7 @@ dspace.log.2016-04-27:7271
&lt;li&gt;Also, &lt;code&gt;dc.language.iso&lt;/code&gt; has some weird values, like &amp;ldquo;En&amp;rdquo; and &amp;ldquo;English&amp;rdquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-03-17:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-17&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-17&#34;&gt;2016-03-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;It turns out &lt;code&gt;hi&lt;/code&gt; is the ISO 639 language code for Hindi, but these should be in &lt;code&gt;dc.language.iso&lt;/code&gt; instead of &lt;code&gt;dc.language&lt;/code&gt;&lt;/li&gt;
@ -1553,7 +1553,7 @@ dspace.log.2016-04-27:7271
&lt;li&gt;The patches work fine with a clean database, so the error was caused by some mismatch in CUA versions and the database during my testing&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-03-18:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-18&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-18&#34;&gt;2016-03-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Merge Atmire fixes into &lt;code&gt;5_x-prod&lt;/code&gt;&lt;/li&gt;
@ -1580,7 +1580,7 @@ dspace.log.2016-04-27:7271
&lt;li&gt;Also, it looks like adding &lt;code&gt;-sharpen 0x1.0&lt;/code&gt; really improves the quality of the image for only a few KB&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-03-21:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-21&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-21&#34;&gt;2016-03-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix 66 site errors in Google&amp;rsquo;s webmaster tools&lt;/li&gt;
@ -1620,13 +1620,13 @@ dspace.log.2016-04-27:7271
&lt;li&gt;Deploy Let&amp;rsquo;s Encrypt certificate for cgspace.cgiar.org, but still need to work it into the ansible playbooks&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-03-22:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-22&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-22&#34;&gt;2016-03-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Merge robots.txt patch and disallow indexing of browse pages as our sitemap is consumed correctly (&lt;a href=&#34;https://github.com/ilri/DSpace/issues/198&#34;&gt;#198&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-03-23:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-23&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-23&#34;&gt;2016-03-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Abenet is having problems saving group memberships, and she gets this error: &lt;a href=&#34;https://gist.github.com/alanorth/87281c061c2de57b773e&#34;&gt;https://gist.github.com/alanorth/87281c061c2de57b773e&lt;/a&gt;&lt;/li&gt;
@ -1640,14 +1640,14 @@ dspace.log.2016-04-27:7271
&lt;li&gt;Looks to be an issue with the Atmire modules, I&amp;rsquo;ve submitted a ticket to their tracker.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-03-24:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-24&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-24&#34;&gt;2016-03-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Atmire sent a patch for the group saving issue: &lt;a href=&#34;https://github.com/ilri/DSpace/pull/201&#34;&gt;https://github.com/ilri/DSpace/pull/201&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;I tested it locally and it works, so I merged it to &lt;code&gt;5_x-prod&lt;/code&gt; and will deploy on CGSpace this week&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-03-25:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-25&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-25&#34;&gt;2016-03-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Having problems with Listings and Reports, seems to be caused by a rogue reference to &lt;code&gt;dc.type.output&lt;/code&gt;&lt;/li&gt;
@ -1655,7 +1655,7 @@ dspace.log.2016-04-27:7271
&lt;li&gt;Commenting out the line works, but I haven&amp;rsquo;t figured out the proper syntax for referring to &lt;code&gt;dc.type.*&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-03-28:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-28&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-28&#34;&gt;2016-03-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Look into enabling the embargo during item submission, see: &lt;a href=&#34;https://wiki.duraspace.org/display/DSDOC5x/Embargo#Embargo-SubmissionProcess&#34;&gt;https://wiki.duraspace.org/display/DSDOC5x/Embargo#Embargo-SubmissionProcess&lt;/a&gt;&lt;/li&gt;
@ -1669,7 +1669,7 @@ dspace.log.2016-04-27:7271
&lt;li&gt;Deploy robots.txt fix, embargo for item submissions, and listings and reports fix on CGSpace&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-03-29:5a28ddf3ee658c043c064ccddb151717&#34;&gt;2016-03-29&lt;/h2&gt;
&lt;h2 id=&#34;2016-03-29&#34;&gt;2016-03-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Skype meeting with Peter and Addis team to discuss metadata changes for Dublin Core, CGcore, and CGSpace-specific fields&lt;/li&gt;
@ -1682,13 +1682,13 @@ dspace.log.2016-04-27:7271
<item>
<title>February, 2016</title>
<link>/cgspace-notes/2016-02/</link>
<link>https://alanorth.github.io/cgspace-notes/2016-02/</link>
<pubDate>Fri, 05 Feb 2016 13:18:00 +0300</pubDate>
<guid>/cgspace-notes/2016-02/</guid>
<guid>https://alanorth.github.io/cgspace-notes/2016-02/</guid>
<description>
&lt;h2 id=&#34;2016-02-05:124a59adbaa8ef13e1518d003fc03981&#34;&gt;2016-02-05&lt;/h2&gt;
&lt;h2 id=&#34;2016-02-05&#34;&gt;2016-02-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Looking at some DAGRIS data for Abenet Yabowork&lt;/li&gt;
@ -1703,7 +1703,7 @@ dspace.log.2016-04-27:7271
&lt;li&gt;Also, lots of things like &amp;ldquo;COTE D`LVOIRE&amp;rdquo; and &amp;ldquo;COTE D IVOIRE&amp;rdquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-02-06:124a59adbaa8ef13e1518d003fc03981&#34;&gt;2016-02-06&lt;/h2&gt;
&lt;h2 id=&#34;2016-02-06&#34;&gt;2016-02-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Found a way to get items with null/empty metadata values from SQL&lt;/li&gt;
@ -1744,7 +1744,7 @@ DELETE 25
&lt;li&gt;Process the empty countries on CGSpace&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-02-07:124a59adbaa8ef13e1518d003fc03981&#34;&gt;2016-02-07&lt;/h2&gt;
&lt;h2 id=&#34;2016-02-07&#34;&gt;2016-02-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Working on cleaning up Abenet&amp;rsquo;s DAGRIS data with OpenRefine&lt;/li&gt;
@ -1798,7 +1798,7 @@ $ /opt/brew/Cellar/tomcat/8.0.30/bin/catalina start
&lt;pre&gt;&lt;code&gt;$ ~/dspace/bin/dspace index-discovery -b
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;2016-02-08:124a59adbaa8ef13e1518d003fc03981&#34;&gt;2016-02-08&lt;/h2&gt;
&lt;h2 id=&#34;2016-02-08&#34;&gt;2016-02-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Finish cleaning up and importing ~400 DAGRIS items into CGSpace&lt;/li&gt;
@ -1808,7 +1808,7 @@ $ /opt/brew/Cellar/tomcat/8.0.30/bin/catalina start
&lt;p&gt;&lt;img src=&#34;../images/2016/02/submit-button-ilri.png&#34; alt=&#34;ILRI submission buttons&#34; /&gt;
&lt;img src=&#34;../images/2016/02/submit-button-drylands.png&#34; alt=&#34;Drylands submission buttons&#34; /&gt;&lt;/p&gt;
&lt;h2 id=&#34;2016-02-09:124a59adbaa8ef13e1518d003fc03981&#34;&gt;2016-02-09&lt;/h2&gt;
&lt;h2 id=&#34;2016-02-09&#34;&gt;2016-02-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Re-sync DSpace Test with CGSpace&lt;/li&gt;
@ -1859,7 +1859,7 @@ Swap: 255 57 198
&lt;li&gt;So I&amp;rsquo;ll bump up the Tomcat heap to 2048 (CGSpace production server is using 3GB)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-02-11:124a59adbaa8ef13e1518d003fc03981&#34;&gt;2016-02-11&lt;/h2&gt;
&lt;h2 id=&#34;2016-02-11&#34;&gt;2016-02-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Massaging some CIAT data in OpenRefine&lt;/li&gt;
@ -1883,7 +1883,7 @@ Processing 64195.pdf
&amp;gt; Creating thumbnail for 64195.pdf
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;2016-02-12:124a59adbaa8ef13e1518d003fc03981&#34;&gt;2016-02-12&lt;/h2&gt;
&lt;h2 id=&#34;2016-02-12&#34;&gt;2016-02-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Looking at CIAT&amp;rsquo;s records again, there are some problems with a dozen or so files (out of 1200)&lt;/li&gt;
@ -1894,7 +1894,7 @@ Processing 64195.pdf
&lt;li&gt;Also, I&amp;rsquo;m not sure if we import these items, will be remove the &lt;code&gt;dc.identifier.url&lt;/code&gt; field from the records?&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-02-12-1:124a59adbaa8ef13e1518d003fc03981&#34;&gt;2016-02-12&lt;/h2&gt;
&lt;h2 id=&#34;2016-02-12-1&#34;&gt;2016-02-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Looking at CIAT&amp;rsquo;s records again, there are some files linking to PDFs on Slide Share, Embrapa, UEA UK, and Condesan, so I&amp;rsquo;m not sure if we can use those&lt;/li&gt;
@ -1919,7 +1919,7 @@ CIAT_COLOMBIA_000169_Técnicas_para_el_aislamiento_y_cultivo_de_protoplastos_de_
&lt;li&gt;They will be deployed on CGSpace the next time I re-deploy&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-02-16:124a59adbaa8ef13e1518d003fc03981&#34;&gt;2016-02-16&lt;/h2&gt;
&lt;h2 id=&#34;2016-02-16&#34;&gt;2016-02-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Turns out OpenRefine has an unescape function!&lt;/li&gt;
@ -1938,7 +1938,7 @@ CIAT_COLOMBIA_000169_Técnicas_para_el_aislamiento_y_cultivo_de_protoplastos_de_
&lt;li&gt;This also works for records that have multiple URLs (separated by &amp;ldquo;||&amp;rdquo;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-02-17:124a59adbaa8ef13e1518d003fc03981&#34;&gt;2016-02-17&lt;/h2&gt;
&lt;h2 id=&#34;2016-02-17&#34;&gt;2016-02-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Re-deploy CGSpace, run all system updates, and reboot&lt;/li&gt;
@ -1947,7 +1947,7 @@ CIAT_COLOMBIA_000169_Técnicas_para_el_aislamiento_y_cultivo_de_protoplastos_de_
&lt;li&gt;Need to re-process the filename column to replace multiple underscores with one: &lt;code&gt;value.replace(/_{2,}/, &amp;quot;_&amp;quot;)&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-02-20:124a59adbaa8ef13e1518d003fc03981&#34;&gt;2016-02-20&lt;/h2&gt;
&lt;h2 id=&#34;2016-02-20&#34;&gt;2016-02-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Turns out the &amp;ldquo;bug&amp;rdquo; in SAFBuilder isn&amp;rsquo;t a bug, it&amp;rsquo;s a feature that allows you to encode extra information like the destintion bundle in the filename&lt;/li&gt;
@ -1962,7 +1962,7 @@ CIAT_COLOMBIA_000169_Técnicas_para_el_aislamiento_y_cultivo_de_protoplastos_de_
&lt;li&gt;Useful custom text facet for URLs ending with &amp;ldquo;.pdf&amp;rdquo;: &lt;code&gt;value.endsWith(&amp;quot;.pdf&amp;quot;)&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-02-22:124a59adbaa8ef13e1518d003fc03981&#34;&gt;2016-02-22&lt;/h2&gt;
&lt;h2 id=&#34;2016-02-22&#34;&gt;2016-02-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;To change Spanish accents to ASCII in OpenRefine:&lt;/li&gt;
@ -1987,7 +1987,7 @@ Bitstream: tést señora alimentación.pdf
&lt;li&gt;Running the SAFBuilder on Mac OS X works if you&amp;rsquo;re going to import the resulting bundle on Mac OS X, but if your DSpace is running on Linux you need to run the SAFBuilder there where the filesystem&amp;rsquo;s encoding matches&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-02-29:124a59adbaa8ef13e1518d003fc03981&#34;&gt;2016-02-29&lt;/h2&gt;
&lt;h2 id=&#34;2016-02-29&#34;&gt;2016-02-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Got notified by some CIFOR colleagues that the Google Scholar team had contacted them about CGSpace&amp;rsquo;s incorrect ordering of authors in Google Scholar metadata&lt;/li&gt;
@ -2016,13 +2016,13 @@ Bitstream: tést señora alimentación.pdf
<item>
<title>January, 2016</title>
<link>/cgspace-notes/2016-01/</link>
<link>https://alanorth.github.io/cgspace-notes/2016-01/</link>
<pubDate>Wed, 13 Jan 2016 13:18:00 +0300</pubDate>
<guid>/cgspace-notes/2016-01/</guid>
<guid>https://alanorth.github.io/cgspace-notes/2016-01/</guid>
<description>
&lt;h2 id=&#34;2016-01-13:3846b7fcbca60cdedafd373cb39cd76d&#34;&gt;2016-01-13&lt;/h2&gt;
&lt;h2 id=&#34;2016-01-13&#34;&gt;2016-01-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Move ILRI collection &lt;code&gt;10568/12503&lt;/code&gt; from &lt;code&gt;10568/27869&lt;/code&gt; to &lt;code&gt;10568/27629&lt;/code&gt; using the &lt;a href=&#34;https://gist.github.com/alanorth/392c4660e8b022d99dfa&#34;&gt;move_collections.sh&lt;/a&gt; script I wrote last year.&lt;/li&gt;
@ -2030,20 +2030,20 @@ Bitstream: tést señora alimentación.pdf
&lt;li&gt;Update GitHub wiki for documentation of &lt;a href=&#34;https://github.com/ilri/DSpace/wiki/Maintenance-Tasks&#34;&gt;maintenance tasks&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-01-14:3846b7fcbca60cdedafd373cb39cd76d&#34;&gt;2016-01-14&lt;/h2&gt;
&lt;h2 id=&#34;2016-01-14&#34;&gt;2016-01-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update CCAFS project identifiers in input-forms.xml&lt;/li&gt;
&lt;li&gt;Run system updates and restart the server&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-01-18:3846b7fcbca60cdedafd373cb39cd76d&#34;&gt;2016-01-18&lt;/h2&gt;
&lt;h2 id=&#34;2016-01-18&#34;&gt;2016-01-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Change &amp;ldquo;Extension material&amp;rdquo; to &amp;ldquo;Extension Material&amp;rdquo; in input-forms.xml (a mistake that fell through the cracks when we fixed the others in DSpace 4 era)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-01-19:3846b7fcbca60cdedafd373cb39cd76d&#34;&gt;2016-01-19&lt;/h2&gt;
&lt;h2 id=&#34;2016-01-19&#34;&gt;2016-01-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;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&amp;rsquo;s primary color (&lt;a href=&#34;https://github.com/ilri/DSpace/issues/157&#34;&gt;#157&lt;/a&gt;)&lt;/li&gt;
@ -2053,7 +2053,7 @@ Bitstream: tést señora alimentación.pdf
&lt;li&gt;Altmetrics&amp;rsquo; support for Handles is kinda weak, so they can&amp;rsquo;t associate our items with DOIs until they are tweeted or blogged, etc first.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-01-21:3846b7fcbca60cdedafd373cb39cd76d&#34;&gt;2016-01-21&lt;/h2&gt;
&lt;h2 id=&#34;2016-01-21&#34;&gt;2016-01-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Still waiting for my IFTTT recipe to fire, two days later&lt;/li&gt;
@ -2065,21 +2065,21 @@ Bitstream: tést señora alimentación.pdf
&lt;li&gt;Work around a CSS issue with long URLs in the item view (&lt;a href=&#34;https://github.com/ilri/DSpace/issues/172&#34;&gt;#172&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-01-25:3846b7fcbca60cdedafd373cb39cd76d&#34;&gt;2016-01-25&lt;/h2&gt;
&lt;h2 id=&#34;2016-01-25&#34;&gt;2016-01-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Re-deploy CGSpace and DSpace Test with latest &lt;code&gt;5_x-prod&lt;/code&gt; branch&lt;/li&gt;
&lt;li&gt;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&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-01-26:3846b7fcbca60cdedafd373cb39cd76d&#34;&gt;2016-01-26&lt;/h2&gt;
&lt;h2 id=&#34;2016-01-26&#34;&gt;2016-01-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Run nginx updates on CGSpace and DSpace Test (&lt;a href=&#34;http://mailman.nginx.org/pipermail/nginx/2016-January/049700.html&#34;&gt;1.8.1 and 1.9.10, respectively&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Run updates on DSpace Test and reboot for new Linode kernel &lt;code&gt;Linux 4.4.0-x86_64-linode63&lt;/code&gt; (first update in months)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-01-28:3846b7fcbca60cdedafd373cb39cd76d&#34;&gt;2016-01-28&lt;/h2&gt;
&lt;h2 id=&#34;2016-01-28&#34;&gt;2016-01-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Start looking at importing some Bioversity data that had been prepared earlier this week&lt;/li&gt;
@ -2092,7 +2092,7 @@ $ find SimpleArchiveForBio/ -iname &amp;ldquo;*.pdf&amp;rdquo; -exec basename {}
8&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-01-29:3846b7fcbca60cdedafd373cb39cd76d&#34;&gt;2016-01-29&lt;/h2&gt;
&lt;h2 id=&#34;2016-01-29&#34;&gt;2016-01-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add five missing center-specific subjects to XMLUI item view (&lt;a href=&#34;https://github.com/ilri/DSpace/issues/174&#34;&gt;#174&lt;/a&gt;)&lt;/li&gt;
@ -2111,13 +2111,13 @@ $ find SimpleArchiveForBio/ -iname &amp;ldquo;*.pdf&amp;rdquo; -exec basename {}
<item>
<title>December, 2015</title>
<link>/cgspace-notes/2015-12/</link>
<link>https://alanorth.github.io/cgspace-notes/2015-12/</link>
<pubDate>Wed, 02 Dec 2015 13:18:00 +0300</pubDate>
<guid>/cgspace-notes/2015-12/</guid>
<guid>https://alanorth.github.io/cgspace-notes/2015-12/</guid>
<description>
&lt;h2 id=&#34;2015-12-02:012a628feed6d64ae1151cbd6151ccd6&#34;&gt;2015-12-02&lt;/h2&gt;
&lt;h2 id=&#34;2015-12-02&#34;&gt;2015-12-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Replace &lt;code&gt;lzop&lt;/code&gt; with &lt;code&gt;xz&lt;/code&gt; in log compression cron jobs on DSpace Test—it uses less space:&lt;/li&gt;
@ -2198,7 +2198,7 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
&lt;li&gt;I also filed a ticket on Atmire&amp;rsquo;s issue tracker for the PostgreSQL stuff&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2015-12-03:012a628feed6d64ae1151cbd6151ccd6&#34;&gt;2015-12-03&lt;/h2&gt;
&lt;h2 id=&#34;2015-12-03&#34;&gt;2015-12-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;CGSpace very slow, and monitoring emailing me to say its down, even though I can load the page (very slowly)&lt;/li&gt;
@ -2230,7 +2230,7 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
0.854
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;2015-12-05:012a628feed6d64ae1151cbd6151ccd6&#34;&gt;2015-12-05&lt;/h2&gt;
&lt;h2 id=&#34;2015-12-05&#34;&gt;2015-12-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;CGSpace has been up and down all day and REST API is completely unresponsive&lt;/li&gt;
@ -2251,7 +2251,7 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
&lt;img src=&#34;../images/2015/12/postgres_locks_cgspace-year.png&#34; alt=&#34;PostgreSQL locks (year)&#34; /&gt;
&lt;img src=&#34;../images/2015/12/postgres_scans_cgspace-year.png&#34; alt=&#34;PostgreSQL scans (year)&#34; /&gt;&lt;/p&gt;
&lt;h2 id=&#34;2015-12-07:012a628feed6d64ae1151cbd6151ccd6&#34;&gt;2015-12-07&lt;/h2&gt;
&lt;h2 id=&#34;2015-12-07&#34;&gt;2015-12-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Atmire sent &lt;a href=&#34;https://github.com/ilri/DSpace/pull/161&#34;&gt;some fixes&lt;/a&gt; to DSpace&amp;rsquo;s REST API code that was leaving contexts open (causing the slow performance and database issues)&lt;/li&gt;
@ -2270,7 +2270,7 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
0.497
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;2015-12-08:012a628feed6d64ae1151cbd6151ccd6&#34;&gt;2015-12-08&lt;/h2&gt;
&lt;h2 id=&#34;2015-12-08&#34;&gt;2015-12-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Switch CGSpace log compression cron jobs from using lzop to xz—the compression isn&amp;rsquo;t as good, but it&amp;rsquo;s much faster and causes less IO/CPU load&lt;/li&gt;
@ -2281,13 +2281,13 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
<item>
<title>November, 2015</title>
<link>/cgspace-notes/2015-11/</link>
<link>https://alanorth.github.io/cgspace-notes/2015-11/</link>
<pubDate>Mon, 23 Nov 2015 17:00:57 +0300</pubDate>
<guid>/cgspace-notes/2015-11/</guid>
<guid>https://alanorth.github.io/cgspace-notes/2015-11/</guid>
<description>
&lt;h2 id=&#34;2015-11-22:3d03b850f8126f80d8144c2e17ea0ae7&#34;&gt;2015-11-22&lt;/h2&gt;
&lt;h2 id=&#34;2015-11-22&#34;&gt;2015-11-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;CGSpace went down&lt;/li&gt;
@ -2303,7 +2303,7 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
&lt;li&gt;For now I have increased the limit from 60 to 90, run updates, and rebooted the server&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2015-11-24:3d03b850f8126f80d8144c2e17ea0ae7&#34;&gt;2015-11-24&lt;/h2&gt;
&lt;h2 id=&#34;2015-11-24&#34;&gt;2015-11-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;CGSpace went down again&lt;/li&gt;
@ -2319,7 +2319,7 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
&lt;li&gt;For some reason the number of idle connections is very high since we upgraded to DSpace 5&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2015-11-25:3d03b850f8126f80d8144c2e17ea0ae7&#34;&gt;2015-11-25&lt;/h2&gt;
&lt;h2 id=&#34;2015-11-25&#34;&gt;2015-11-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Troubleshoot the DSpace 5 OAI breakage caused by nginx routing config&lt;/li&gt;
@ -2379,7 +2379,7 @@ datid | datname | pid | usesysid | usename | application_name | client_addr
&lt;li&gt;Also deploy the nginx fixes for the &lt;code&gt;try_files&lt;/code&gt; location block as well as the expires block&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2015-11-26:3d03b850f8126f80d8144c2e17ea0ae7&#34;&gt;2015-11-26&lt;/h2&gt;
&lt;h2 id=&#34;2015-11-26&#34;&gt;2015-11-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;CGSpace behaving much better since changing &lt;code&gt;db.maxidle&lt;/code&gt; yesterday, but still two up/down notices from monitoring this morning (better than 50!)&lt;/li&gt;
@ -2405,7 +2405,7 @@ datid | datname | pid | usesysid | usename | application_name | client_addr
&lt;li&gt;I reduced the pool back to the default of 30, and reduced the &lt;code&gt;db.maxidle&lt;/code&gt; settings from 10 to 8&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2015-11-29:3d03b850f8126f80d8144c2e17ea0ae7&#34;&gt;2015-11-29&lt;/h2&gt;
&lt;h2 id=&#34;2015-11-29&#34;&gt;2015-11-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Still more alerts that CGSpace has been up and down all day&lt;/li&gt;