Add notes for 2019-04-13

This commit is contained in:
Alan Orth 2019-04-13 12:15:55 +03:00
parent ea7e8b604e
commit b2096b17da
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
78 changed files with 500 additions and 461 deletions

View File

@ -607,4 +607,18 @@ $ ./delete-metadata-values.py -i /tmp/2019-04-11-delete-6-subjects.csv -db dspac
- They added a DOI to this old item [10567/97087](https://cgspace.cgiar.org/handle/10568/97087) this morning and wonder why Altmetric's score hasn't linked with the DOI magically - They added a DOI to this old item [10567/97087](https://cgspace.cgiar.org/handle/10568/97087) this morning and wonder why Altmetric's score hasn't linked with the DOI magically
- We should check in a week to see if Altmetric will make the association after one week when they harvest again - We should check in a week to see if Altmetric will make the association after one week when they harvest again
## 2019-04-13
- I copied the `statistics` and `statistics-2018` Solr cores from CGSpace to my local machine and watched the Java process in VisualVM while indexing item views and downloads with my [dspace-statistics-api](https://github.com/ilri/dspace-statistics-api):
![Java GC during Solr indexing with CMS](/cgspace-notes/2019/04/visualvm-solr-indexing.png)
- It took about eight minutes to index 784 pages of item views and 268 of downloads, and you can see a clear "sawtooth" pattern in the garbage collection
- I am curious if the GC pattern would be different if I switched from the `-XX:+UseConcMarkSweepGC` to G1GC
- I switched to G1GC and restarted Tomcat but for some reason I couldn't see the Tomcat PID in VisualVM...
- Anyways, the indexing process took much longer, perhaps twice as long!
- I tried again with the GC tuning settings from the Solr 4.10.4 release:
![Java GC during Solr indexing Solr 4.10.4 settings](/cgspace-notes/2019/04/visualvm-solr-indexing-solr-settings.png)
<!-- vim: set sw=2 ts=2: --> <!-- vim: set sw=2 ts=2: -->

View File

@ -35,7 +35,7 @@ Last week I had increased the limit from 30 to 60, which seemed to help, but now
$ psql -c &#39;SELECT * from pg_stat_activity;&#39; | grep idle | grep -c cgspace $ psql -c &#39;SELECT * from pg_stat_activity;&#39; | grep idle | grep -c cgspace
78 78
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -44,10 +44,10 @@ $ psql -c &#39;SELECT * from pg_stat_activity;&#39; | grep idle | grep -c cgspac
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "November, 2015", "headline": "November, 2015",
"url": "https://alanorth.github.io/cgspace-notes/2015-11/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2015-11\/",
"wordCount": "798", "wordCount": "798",
"datePublished": "2015-11-23T17:00:57&#43;03:00", "datePublished": "2015-11-23T17:00:57\x2b03:00",
"dateModified": "2018-03-09T22:10:33&#43;02:00", "dateModified": "2018-03-09T22:10:33\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -281,14 +281,14 @@ db.statementpool = true
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -37,7 +37,7 @@ Replace lzop with xz in log compression cron jobs on DSpace Test—it uses less
-rw-rw-r-- 1 tomcat7 tomcat7 387K Nov 18 23:59 dspace.log.2015-11-18.lzo -rw-rw-r-- 1 tomcat7 tomcat7 387K Nov 18 23:59 dspace.log.2015-11-18.lzo
-rw-rw-r-- 1 tomcat7 tomcat7 169K Nov 18 23:59 dspace.log.2015-11-18.xz -rw-rw-r-- 1 tomcat7 tomcat7 169K Nov 18 23:59 dspace.log.2015-11-18.xz
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -46,10 +46,10 @@ Replace lzop with xz in log compression cron jobs on DSpace Test—it uses less
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "December, 2015", "headline": "December, 2015",
"url": "https://alanorth.github.io/cgspace-notes/2015-12/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2015-12\/",
"wordCount": "753", "wordCount": "753",
"datePublished": "2015-12-02T13:18:00&#43;03:00", "datePublished": "2015-12-02T13:18:00\x2b03:00",
"dateModified": "2018-03-09T22:10:33&#43;02:00", "dateModified": "2018-03-09T22:10:33\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -298,14 +298,14 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -27,7 +27,7 @@ Move ILRI collection 10568/12503 from 10568/27869 to 10568/27629 using the move_
I realized it is only necessary to clear the Cocoon cache after moving collections—rather than reindexing—as no metadata has changed, and therefore no search or browse indexes need to be updated. I realized it is only necessary to clear the Cocoon cache after moving collections—rather than reindexing—as no metadata has changed, and therefore no search or browse indexes need to be updated.
Update GitHub wiki for documentation of maintenance tasks. Update GitHub wiki for documentation of maintenance tasks.
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -36,10 +36,10 @@ Update GitHub wiki for documentation of maintenance tasks.
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "January, 2016", "headline": "January, 2016",
"url": "https://alanorth.github.io/cgspace-notes/2016-01/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2016-01\/",
"wordCount": "466", "wordCount": "466",
"datePublished": "2016-01-13T13:18:00&#43;03:00", "datePublished": "2016-01-13T13:18:00\x2b03:00",
"dateModified": "2018-03-09T22:10:33&#43;02:00", "dateModified": "2018-03-09T22:10:33\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -213,14 +213,14 @@ $ find SimpleArchiveForBio/ -iname &ldquo;*.pdf&rdquo; -exec basename {} \; | so
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -41,7 +41,7 @@ I noticed we have a very interesting list of countries on CGSpace:
Not only are there 49,000 countries, we have some blanks (25)&hellip; Not only are there 49,000 countries, we have some blanks (25)&hellip;
Also, lots of things like &ldquo;COTE D`LVOIRE&rdquo; and &ldquo;COTE D IVOIRE&rdquo; Also, lots of things like &ldquo;COTE D`LVOIRE&rdquo; and &ldquo;COTE D IVOIRE&rdquo;
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -50,10 +50,10 @@ Also, lots of things like &ldquo;COTE D`LVOIRE&rdquo; and &ldquo;COTE D IVOIRE&r
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "February, 2016", "headline": "February, 2016",
"url": "https://alanorth.github.io/cgspace-notes/2016-02/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2016-02\/",
"wordCount": "1657", "wordCount": "1657",
"datePublished": "2016-02-05T13:18:00&#43;03:00", "datePublished": "2016-02-05T13:18:00\x2b03:00",
"dateModified": "2018-03-09T22:10:33&#43;02:00", "dateModified": "2018-03-09T22:10:33\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -466,14 +466,14 @@ Bitstream: tést señora alimentación.pdf
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -27,7 +27,7 @@ Looking at issues with author authorities on CGSpace
For some reason we still have the index-lucene-update cron job active on CGSpace, but I&rsquo;m pretty sure we don&rsquo;t need it as of the latest few versions of Atmire&rsquo;s Listings and Reports module For some reason we still have the index-lucene-update cron job active on CGSpace, but I&rsquo;m pretty sure we don&rsquo;t need it as of the latest few versions of Atmire&rsquo;s Listings and Reports module
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 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
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -36,10 +36,10 @@ Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Ja
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "March, 2016", "headline": "March, 2016",
"url": "https://alanorth.github.io/cgspace-notes/2016-03/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2016-03\/",
"wordCount": "1581", "wordCount": "1581",
"datePublished": "2016-03-02T16:50:00&#43;03:00", "datePublished": "2016-03-02T16:50:00\x2b03:00",
"dateModified": "2018-03-09T22:10:33&#43;02:00", "dateModified": "2018-03-09T22:10:33\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -366,14 +366,14 @@ Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Ja
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -31,7 +31,7 @@ After running DSpace for over five years I&rsquo;ve never needed to look in any
This will save us a few gigs of backup space we&rsquo;re paying for on S3 This will save us a few gigs of backup space we&rsquo;re paying for on S3
Also, I noticed the checker log has some errors we should pay attention to: Also, I noticed the checker log has some errors we should pay attention to:
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -40,10 +40,10 @@ Also, I noticed the checker log has some errors we should pay attention to:
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "April, 2016", "headline": "April, 2016",
"url": "https://alanorth.github.io/cgspace-notes/2016-04/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2016-04\/",
"wordCount": "2006", "wordCount": "2006",
"datePublished": "2016-04-04T11:06:00&#43;03:00", "datePublished": "2016-04-04T11:06:00\x2b03:00",
"dateModified": "2018-03-09T22:10:33&#43;02:00", "dateModified": "2018-03-09T22:10:33\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -583,14 +583,14 @@ dspace.log.2016-04-27:7271
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -35,7 +35,7 @@ There are 3,000 IPs accessing the REST API in a 24-hour period!
# awk &#39;{print $1}&#39; /var/log/nginx/rest.log | uniq | wc -l # awk &#39;{print $1}&#39; /var/log/nginx/rest.log | uniq | wc -l
3168 3168
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -44,10 +44,10 @@ There are 3,000 IPs accessing the REST API in a 24-hour period!
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "May, 2016", "headline": "May, 2016",
"url": "https://alanorth.github.io/cgspace-notes/2016-05/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2016-05\/",
"wordCount": "1349", "wordCount": "1349",
"datePublished": "2016-05-01T23:06:00&#43;03:00", "datePublished": "2016-05-01T23:06:00\x2b03:00",
"dateModified": "2018-03-09T22:10:33&#43;02:00", "dateModified": "2018-03-09T22:10:33\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -433,14 +433,14 @@ sys 0m20.540s
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -33,7 +33,7 @@ This is their publications set: http://ebrary.ifpri.org/oai/oai.php?verb=ListRec
You can see the others by using the OAI ListSets verb: http://ebrary.ifpri.org/oai/oai.php?verb=ListSets You can see the others by using the OAI ListSets verb: http://ebrary.ifpri.org/oai/oai.php?verb=ListSets
Working on second phase of metadata migration, looks like this will work for moving CPWF-specific data in dc.identifier.fund to cg.identifier.cpwfproject and then the rest to dc.description.sponsorship Working on second phase of metadata migration, looks like this will work for moving CPWF-specific data in dc.identifier.fund to cg.identifier.cpwfproject and then the rest to dc.description.sponsorship
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -42,10 +42,10 @@ Working on second phase of metadata migration, looks like this will work for mov
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "June, 2016", "headline": "June, 2016",
"url": "https://alanorth.github.io/cgspace-notes/2016-06/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2016-06\/",
"wordCount": "1549", "wordCount": "1549",
"datePublished": "2016-06-01T10:53:00&#43;03:00", "datePublished": "2016-06-01T10:53:00\x2b03:00",
"dateModified": "2018-03-09T22:10:33&#43;02:00", "dateModified": "2018-03-09T22:10:33\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -478,14 +478,14 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -49,7 +49,7 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
In this case the select query was showing 95 results before the update In this case the select query was showing 95 results before the update
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -58,10 +58,10 @@ In this case the select query was showing 95 results before the update
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "July, 2016", "headline": "July, 2016",
"url": "https://alanorth.github.io/cgspace-notes/2016-07/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2016-07\/",
"wordCount": "866", "wordCount": "866",
"datePublished": "2016-07-01T10:53:00&#43;03:00", "datePublished": "2016-07-01T10:53:00\x2b03:00",
"dateModified": "2018-03-09T22:10:33&#43;02:00", "dateModified": "2018-03-09T22:10:33\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -396,14 +396,14 @@ discovery.index.authority.ignore-variants=true
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -43,7 +43,7 @@ $ git checkout -b 55new 5_x-prod
$ git reset --hard ilri/5_x-prod $ git reset --hard ilri/5_x-prod
$ git rebase -i dspace-5.5 $ git rebase -i dspace-5.5
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -52,10 +52,10 @@ $ git rebase -i dspace-5.5
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "August, 2016", "headline": "August, 2016",
"url": "https://alanorth.github.io/cgspace-notes/2016-08/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2016-08\/",
"wordCount": "1514", "wordCount": "1514",
"datePublished": "2016-08-01T15:53:00&#43;03:00", "datePublished": "2016-08-01T15:53:00\x2b03:00",
"dateModified": "2018-03-09T22:10:33&#43;02:00", "dateModified": "2018-03-09T22:10:33\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -469,14 +469,14 @@ $ JAVA_OPTS=&quot;-Dfile.encoding=UTF-8 -Xmx512m&quot; /home/cgspace.cgiar.org/b
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -35,7 +35,7 @@ It looks like we might be able to use OUs now, instead of DCs:
$ ldapsearch -x -H ldaps://svcgroot2.cgiarad.org:3269/ -b &quot;dc=cgiarad,dc=org&quot; -D &quot;admigration1@cgiarad.org&quot; -W &quot;(sAMAccountName=admigration1)&quot; $ ldapsearch -x -H ldaps://svcgroot2.cgiarad.org:3269/ -b &quot;dc=cgiarad,dc=org&quot; -D &quot;admigration1@cgiarad.org&quot; -W &quot;(sAMAccountName=admigration1)&quot;
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -44,10 +44,10 @@ $ ldapsearch -x -H ldaps://svcgroot2.cgiarad.org:3269/ -b &quot;dc=cgiarad,dc=or
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "September, 2016", "headline": "September, 2016",
"url": "https://alanorth.github.io/cgspace-notes/2016-09/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2016-09\/",
"wordCount": "3298", "wordCount": "3298",
"datePublished": "2016-09-01T15:53:00&#43;03:00", "datePublished": "2016-09-01T15:53:00\x2b03:00",
"dateModified": "2018-03-09T22:10:33&#43;02:00", "dateModified": "2018-03-09T22:10:33\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -769,14 +769,14 @@ $ ./delete-metadata-values.py -i ilrisubjects-delete-13.csv -f cg.subject.ilri -
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -43,7 +43,7 @@ I exported a random item&rsquo;s metadata as CSV, deleted all columns except id
0000-0002-6115-0956||0000-0002-3812-8793||0000-0001-7462-405X 0000-0002-6115-0956||0000-0002-3812-8793||0000-0001-7462-405X
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -52,10 +52,10 @@ I exported a random item&rsquo;s metadata as CSV, deleted all columns except id
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "October, 2016", "headline": "October, 2016",
"url": "https://alanorth.github.io/cgspace-notes/2016-10/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2016-10\/",
"wordCount": "1828", "wordCount": "1828",
"datePublished": "2016-10-03T15:53:00&#43;03:00", "datePublished": "2016-10-03T15:53:00\x2b03:00",
"dateModified": "2018-04-04T16:25:57&#43;03:00", "dateModified": "2018-04-04T16:25:57\x2b03:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -454,14 +454,14 @@ dspace=# update metadatavalue set text_value = regexp_replace(text_value, 'http:
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -27,7 +27,7 @@ Add dc.type to the output options for Atmire&rsquo;s Listings and Reports module
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -36,10 +36,10 @@ Add dc.type to the output options for Atmire&rsquo;s Listings and Reports module
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "November, 2016", "headline": "November, 2016",
"url": "https://alanorth.github.io/cgspace-notes/2016-11/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2016-11\/",
"wordCount": "2825", "wordCount": "2825",
"datePublished": "2016-11-01T09:21:00&#43;03:00", "datePublished": "2016-11-01T09:21:00\x2b03:00",
"dateModified": "2018-03-09T22:10:33&#43;02:00", "dateModified": "2018-03-09T22:10:33\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -671,14 +671,14 @@ org.dspace.discovery.SearchServiceException: Error executing query
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -51,7 +51,7 @@ I see thousands of them in the logs for the last few months, so it&rsquo;s not r
I&rsquo;ve raised a ticket with Atmire to ask I&rsquo;ve raised a ticket with Atmire to ask
Another worrying error from dspace.log is: Another worrying error from dspace.log is:
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -60,10 +60,10 @@ Another worrying error from dspace.log is:
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "December, 2016", "headline": "December, 2016",
"url": "https://alanorth.github.io/cgspace-notes/2016-12/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2016-12\/",
"wordCount": "4078", "wordCount": "4078",
"datePublished": "2016-12-02T10:43:00&#43;03:00", "datePublished": "2016-12-02T10:43:00\x2b03:00",
"dateModified": "2018-03-09T22:10:33&#43;02:00", "dateModified": "2018-03-09T22:10:33\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -907,14 +907,14 @@ $ exit
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -27,7 +27,7 @@ I checked to see if the Solr sharding task that is supposed to run on January 1s
I tested on DSpace Test as well and it doesn&rsquo;t work there either I tested on DSpace Test as well and it doesn&rsquo;t work there either
I asked on the dspace-tech mailing list because it seems to be broken, and actually now I&rsquo;m not sure if we&rsquo;ve ever had the sharding task run successfully over all these years I asked on the dspace-tech mailing list because it seems to be broken, and actually now I&rsquo;m not sure if we&rsquo;ve ever had the sharding task run successfully over all these years
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -36,10 +36,10 @@ I asked on the dspace-tech mailing list because it seems to be broken, and actua
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "January, 2017", "headline": "January, 2017",
"url": "https://alanorth.github.io/cgspace-notes/2017-01/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2017-01\/",
"wordCount": "1594", "wordCount": "1594",
"datePublished": "2017-01-02T10:43:00&#43;03:00", "datePublished": "2017-01-02T10:43:00\x2b03:00",
"dateModified": "2018-03-09T22:10:33&#43;02:00", "dateModified": "2018-03-09T22:10:33\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -452,14 +452,14 @@ $ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -55,7 +55,7 @@ DELETE 1
Create issue on GitHub to track the addition of CCAFS Phase II project tags (#301) Create issue on GitHub to track the addition of CCAFS Phase II project tags (#301)
Looks like we&rsquo;ll be using cg.identifier.ccafsprojectpii as the field name Looks like we&rsquo;ll be using cg.identifier.ccafsprojectpii as the field name
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -64,10 +64,10 @@ Looks like we&rsquo;ll be using cg.identifier.ccafsprojectpii as the field name
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "February, 2017", "headline": "February, 2017",
"url": "https://alanorth.github.io/cgspace-notes/2017-02/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2017-02\/",
"wordCount": "2028", "wordCount": "2028",
"datePublished": "2017-02-07T07:04:52-08:00", "datePublished": "2017-02-07T07:04:52-08:00",
"dateModified": "2018-03-09T22:10:33&#43;02:00", "dateModified": "2018-03-09T22:10:33\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -524,14 +524,14 @@ COPY 1968
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -59,7 +59,7 @@ Interestingly, it seems DSpace 4.x&rsquo;s thumbnails were sRGB, but forcing reg
$ identify ~/Desktop/alc_contrastes_desafios.jpg $ identify ~/Desktop/alc_contrastes_desafios.jpg
/Users/aorth/Desktop/alc_contrastes_desafios.jpg JPEG 464x600 464x600&#43;0&#43;0 8-bit CMYK 168KB 0.000u 0:00.000 /Users/aorth/Desktop/alc_contrastes_desafios.jpg JPEG 464x600 464x600&#43;0&#43;0 8-bit CMYK 168KB 0.000u 0:00.000
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -68,10 +68,10 @@ $ identify ~/Desktop/alc_contrastes_desafios.jpg
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "March, 2017", "headline": "March, 2017",
"url": "https://alanorth.github.io/cgspace-notes/2017-03/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2017-03\/",
"wordCount": "1538", "wordCount": "1538",
"datePublished": "2017-03-01T17:08:52&#43;02:00", "datePublished": "2017-03-01T17:08:52\x2b02:00",
"dateModified": "2018-03-09T22:10:33&#43;02:00", "dateModified": "2018-03-09T22:10:33\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -438,14 +438,14 @@ $ ./delete-metadata-values.py -i Investors-Delete-121.csv -f dc.description.spon
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -45,7 +45,7 @@ Testing the CMYK patch on a collection with 650 items:
$ [dspace]/bin/dspace filter-media -f -i 10568/16498 -p &quot;ImageMagick PDF Thumbnail&quot; -v &gt;&amp; /tmp/filter-media-cmyk.txt $ [dspace]/bin/dspace filter-media -f -i 10568/16498 -p &quot;ImageMagick PDF Thumbnail&quot; -v &gt;&amp; /tmp/filter-media-cmyk.txt
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -54,10 +54,10 @@ $ [dspace]/bin/dspace filter-media -f -i 10568/16498 -p &quot;ImageMagick PDF Th
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "April, 2017", "headline": "April, 2017",
"url": "https://alanorth.github.io/cgspace-notes/2017-04/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2017-04\/",
"wordCount": "2917", "wordCount": "2917",
"datePublished": "2017-04-02T17:08:52&#43;02:00", "datePublished": "2017-04-02T17:08:52\x2b02:00",
"dateModified": "2018-03-09T22:10:33&#43;02:00", "dateModified": "2018-03-09T22:10:33\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -717,14 +717,14 @@ $ gem install compass -v 1.0.3
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -15,7 +15,7 @@
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="May, 2017"/> <meta name="twitter:title" content="May, 2017"/>
<meta name="twitter:description" content="2017-05-01 ICARDA apparently started working on CG Core on their MEL repository They have done a few cg.* fields, but not very consistent and even copy some of CGSpace items: https://mel.cgiar.org/xmlui/handle/20.500.11766/6911?show=full https://cgspace.cgiar.org/handle/10568/73683 2017-05-02 Atmire got back about the Workflow Statistics issue, and apparently it&rsquo;s a bug in the CUA module so they will send us a pull request 2017-05-04 Sync DSpace Test with database and assetstore from CGSpace Re-deploy DSpace Test with Atmire&rsquo;s CUA patch for workflow statistics, run system updates, and restart the server Now I can see the workflow statistics and am able to select users, but everything returns 0 items Megan says there are still some mapped items are not appearing since last week, so I forced a full index-discovery -b Need to remember to check if the collection has more items (currently 39 on CGSpace, but 118 on the freshly reindexed DSPace Test) tomorrow: https://cgspace."/> <meta name="twitter:description" content="2017-05-01 ICARDA apparently started working on CG Core on their MEL repository They have done a few cg.* fields, but not very consistent and even copy some of CGSpace items: https://mel.cgiar.org/xmlui/handle/20.500.11766/6911?show=full https://cgspace.cgiar.org/handle/10568/73683 2017-05-02 Atmire got back about the Workflow Statistics issue, and apparently it&rsquo;s a bug in the CUA module so they will send us a pull request 2017-05-04 Sync DSpace Test with database and assetstore from CGSpace Re-deploy DSpace Test with Atmire&rsquo;s CUA patch for workflow statistics, run system updates, and restart the server Now I can see the workflow statistics and am able to select users, but everything returns 0 items Megan says there are still some mapped items are not appearing since last week, so I forced a full index-discovery -b Need to remember to check if the collection has more items (currently 39 on CGSpace, but 118 on the freshly reindexed DSPace Test) tomorrow: https://cgspace."/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -24,10 +24,10 @@
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "May, 2017", "headline": "May, 2017",
"url": "https://alanorth.github.io/cgspace-notes/2017-05/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2017-05\/",
"wordCount": "2398", "wordCount": "2398",
"datePublished": "2017-05-01T16:21:52&#43;02:00", "datePublished": "2017-05-01T16:21:52\x2b02:00",
"dateModified": "2018-03-09T22:10:33&#43;02:00", "dateModified": "2018-03-09T22:10:33\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -477,14 +477,14 @@ UPDATE 187
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -15,7 +15,7 @@
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="June, 2017"/> <meta name="twitter:title" content="June, 2017"/>
<meta name="twitter:description" content="2017-06-01 After discussion with WLE and CGSpace content people, we decided to just add one metadata field for the WLE Research Themes The cg.identifier.wletheme field will be used for both Phase I and Phase II Research Themes Then we&rsquo;ll create a new sub-community for Phase II and create collections for the research themes there The current &ldquo;Research Themes&rdquo; community will be renamed to &ldquo;WLE Phase I Research Themes&rdquo; Tagged all items in the current Phase I collections with their appropriate themes Create pull request to add Phase II research themes to the submission form: #328 Add cg."/> <meta name="twitter:description" content="2017-06-01 After discussion with WLE and CGSpace content people, we decided to just add one metadata field for the WLE Research Themes The cg.identifier.wletheme field will be used for both Phase I and Phase II Research Themes Then we&rsquo;ll create a new sub-community for Phase II and create collections for the research themes there The current &ldquo;Research Themes&rdquo; community will be renamed to &ldquo;WLE Phase I Research Themes&rdquo; Tagged all items in the current Phase I collections with their appropriate themes Create pull request to add Phase II research themes to the submission form: #328 Add cg."/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -24,10 +24,10 @@
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "June, 2017", "headline": "June, 2017",
"url": "https://alanorth.github.io/cgspace-notes/2017-06/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2017-06\/",
"wordCount": "1261", "wordCount": "1261",
"datePublished": "2017-06-01T10:14:52&#43;03:00", "datePublished": "2017-06-01T10:14:52\x2b03:00",
"dateModified": "2018-03-09T22:10:33&#43;02:00", "dateModified": "2018-03-09T22:10:33\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -295,14 +295,14 @@ $ JAVA_OPTS=&quot;-Xmx1024m -Dfile.encoding=UTF-8&quot; [dspace]/bin/dspace impo
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -39,7 +39,7 @@ Merge changes for WLE Phase II theme rename (#329)
Looking at extracting the metadata registries from ICARDA&rsquo;s MEL DSpace database so we can compare fields with CGSpace Looking at extracting the metadata registries from ICARDA&rsquo;s MEL DSpace database so we can compare fields with CGSpace
We can use PostgreSQL&rsquo;s extended output format (-x) plus sed to format the output into quasi XML: We can use PostgreSQL&rsquo;s extended output format (-x) plus sed to format the output into quasi XML:
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -48,10 +48,10 @@ We can use PostgreSQL&rsquo;s extended output format (-x) plus sed to format the
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "July, 2017", "headline": "July, 2017",
"url": "https://alanorth.github.io/cgspace-notes/2017-07/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2017-07\/",
"wordCount": "1151", "wordCount": "1151",
"datePublished": "2017-07-01T18:03:52&#43;03:00", "datePublished": "2017-07-01T18:03:52\x2b03:00",
"dateModified": "2018-03-09T22:10:33&#43;02:00", "dateModified": "2018-03-09T22:10:33\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -324,14 +324,14 @@ delete from metadatavalue where resource_type_id=2 and metadata_field_id=235 and
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -59,7 +59,7 @@ This was due to newline characters in the dc.description.abstract column, which
I exported a new CSV from the collection on DSpace Test and then manually removed the characters in vim using g/^$/d I exported a new CSV from the collection on DSpace Test and then manually removed the characters in vim using g/^$/d
Then I cleaned up the author authorities and HTML characters in OpenRefine and sent the file back to Abenet Then I cleaned up the author authorities and HTML characters in OpenRefine and sent the file back to Abenet
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -68,10 +68,10 @@ Then I cleaned up the author authorities and HTML characters in OpenRefine and s
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "August, 2017", "headline": "August, 2017",
"url": "https://alanorth.github.io/cgspace-notes/2017-08/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2017-08\/",
"wordCount": "3542", "wordCount": "3542",
"datePublished": "2017-08-01T11:51:52&#43;03:00", "datePublished": "2017-08-01T11:51:52\x2b03:00",
"dateModified": "2019-03-04T02:43:22&#43;02:00", "dateModified": "2019-03-04T02:43:22\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -610,14 +610,14 @@ org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -35,7 +35,7 @@ Linode sent an alert that CGSpace (linode18) was using 261% CPU for the past two
Ask Sisay to clean up the WLE approvers a bit, as Marianne&rsquo;s user account is both in the approvers step as well as the group Ask Sisay to clean up the WLE approvers a bit, as Marianne&rsquo;s user account is both in the approvers step as well as the group
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -44,10 +44,10 @@ Ask Sisay to clean up the WLE approvers a bit, as Marianne&rsquo;s user account
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "September, 2017", "headline": "September, 2017",
"url": "https://alanorth.github.io/cgspace-notes/2017-09/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2017-09\/",
"wordCount": "4199", "wordCount": "4199",
"datePublished": "2017-09-07T16:54:52&#43;07:00", "datePublished": "2017-09-07T16:54:52\x2b07:00",
"dateModified": "2018-03-09T22:10:33&#43;02:00", "dateModified": "2018-03-09T22:10:33\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -782,14 +782,14 @@ Cert Status: good
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -39,7 +39,7 @@ http://hdl.handle.net/10568/78495||http://hdl.handle.net/10568/79336
There appears to be a pattern but I&rsquo;ll have to look a bit closer and try to clean them up automatically, either in SQL or in OpenRefine There appears to be a pattern but I&rsquo;ll have to look a bit closer and try to clean them up automatically, either in SQL or in OpenRefine
Add Katherine Lutz to the groups for content submission and edit steps of the CGIAR System collections Add Katherine Lutz to the groups for content submission and edit steps of the CGIAR System collections
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -48,10 +48,10 @@ Add Katherine Lutz to the groups for content submission and edit steps of the CG
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "October, 2017", "headline": "October, 2017",
"url": "https://alanorth.github.io/cgspace-notes/2017-10/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2017-10\/",
"wordCount": "2613", "wordCount": "2613",
"datePublished": "2017-10-01T08:07:54&#43;03:00", "datePublished": "2017-10-01T08:07:54\x2b03:00",
"dateModified": "2018-03-09T22:10:33&#43;02:00", "dateModified": "2018-03-09T22:10:33\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -547,14 +547,14 @@ session_id=6C30F10B4351A4ED83EC6ED50AFD6B6A
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -59,7 +59,7 @@ Generate list of authors on CGSpace for Peter to go through and correct:
dspace=# \copy (select distinct text_value, count(*) as count from metadatavalue where metadata_field_id = (select metadata_field_id from metadatafieldregistry where element = &#39;contributor&#39; and qualifier = &#39;author&#39;) AND resource_type_id = 2 group by text_value order by count desc) to /tmp/authors.csv with csv; dspace=# \copy (select distinct text_value, count(*) as count from metadatavalue where metadata_field_id = (select metadata_field_id from metadatafieldregistry where element = &#39;contributor&#39; and qualifier = &#39;author&#39;) AND resource_type_id = 2 group by text_value order by count desc) to /tmp/authors.csv with csv;
COPY 54701 COPY 54701
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -68,10 +68,10 @@ COPY 54701
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "November, 2017", "headline": "November, 2017",
"url": "https://alanorth.github.io/cgspace-notes/2017-11/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2017-11\/",
"wordCount": "5428", "wordCount": "5428",
"datePublished": "2017-11-02T09:37:54&#43;02:00", "datePublished": "2017-11-02T09:37:54\x2b02:00",
"dateModified": "2018-04-10T08:27:55&#43;03:00", "dateModified": "2018-04-10T08:27:55\x2b03:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -1191,14 +1191,14 @@ $ cat dspace.log.2017-11-28 | grep -o -E 'session_id=[A-Z0-9]{32}' | sort -n | u
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -29,7 +29,7 @@ The logs say &ldquo;Timeout waiting for idle object&rdquo;
PostgreSQL activity says there are 115 connections currently PostgreSQL activity says there are 115 connections currently
The list of connections to XMLUI and REST API for today: The list of connections to XMLUI and REST API for today:
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -38,10 +38,10 @@ The list of connections to XMLUI and REST API for today:
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "December, 2017", "headline": "December, 2017",
"url": "https://alanorth.github.io/cgspace-notes/2017-12/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2017-12\/",
"wordCount": "4088", "wordCount": "4088",
"datePublished": "2017-12-01T13:53:54&#43;03:00", "datePublished": "2017-12-01T13:53:54\x2b03:00",
"dateModified": "2018-03-09T22:10:33&#43;02:00", "dateModified": "2018-03-09T22:10:33\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -956,14 +956,14 @@ DELETE 20
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -167,7 +167,7 @@ dspace.log.2018-01-02:34
Danny wrote to ask for help renewing the wildcard ilri.org certificate and I advised that we should probably use Let&rsquo;s Encrypt if it&rsquo;s just a handful of domains Danny wrote to ask for help renewing the wildcard ilri.org certificate and I advised that we should probably use Let&rsquo;s Encrypt if it&rsquo;s just a handful of domains
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -176,10 +176,10 @@ Danny wrote to ask for help renewing the wildcard ilri.org certificate and I adv
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "January, 2018", "headline": "January, 2018",
"url": "https://alanorth.github.io/cgspace-notes/2018-01/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2018-01\/",
"wordCount": "7940", "wordCount": "7940",
"datePublished": "2018-01-02T08:35:54-08:00", "datePublished": "2018-01-02T08:35:54-08:00",
"dateModified": "2018-03-28T09:48:08&#43;03:00", "dateModified": "2018-03-28T09:48:08\x2b03:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -1783,14 +1783,14 @@ Catalina:type=Manager,context=/,host=localhost activeSessions 8
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -29,7 +29,7 @@ We don&rsquo;t need to distinguish between internal and external works, so that
Yesterday I figured out how to monitor DSpace sessions using JMX Yesterday I figured out how to monitor DSpace sessions using JMX
I copied the logic in the jmx_tomcat_dbpools provided by Ubuntu&rsquo;s munin-plugins-java package and used the stuff I discovered about JMX in 2018-01 I copied the logic in the jmx_tomcat_dbpools provided by Ubuntu&rsquo;s munin-plugins-java package and used the stuff I discovered about JMX in 2018-01
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -38,10 +38,10 @@ I copied the logic in the jmx_tomcat_dbpools provided by Ubuntu&rsquo;s munin-pl
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "February, 2018", "headline": "February, 2018",
"url": "https://alanorth.github.io/cgspace-notes/2018-02/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2018-02\/",
"wordCount": "6410", "wordCount": "6410",
"datePublished": "2018-02-01T16:28:54&#43;02:00", "datePublished": "2018-02-01T16:28:54\x2b02:00",
"dateModified": "2018-08-19T18:42:55&#43;03:00", "dateModified": "2018-08-19T18:42:55\x2b03:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -1302,14 +1302,14 @@ UPDATE 3
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -23,7 +23,7 @@ Export a CSV of the IITA community metadata for Martin Mueller
Export a CSV of the IITA community metadata for Martin Mueller Export a CSV of the IITA community metadata for Martin Mueller
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -32,10 +32,10 @@ Export a CSV of the IITA community metadata for Martin Mueller
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "March, 2018", "headline": "March, 2018",
"url": "https://alanorth.github.io/cgspace-notes/2018-03/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2018-03\/",
"wordCount": "2960", "wordCount": "2960",
"datePublished": "2018-03-02T16:07:54&#43;02:00", "datePublished": "2018-03-02T16:07:54\x2b02:00",
"dateModified": "2018-04-04T15:57:34&#43;03:00", "dateModified": "2018-04-04T15:57:34\x2b03:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -729,14 +729,14 @@ Fixed 5 occurences of: GENEBANKS
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -25,7 +25,7 @@ Catalina logs at least show some memory errors yesterday:
I tried to test something on DSpace Test but noticed that it&rsquo;s down since god knows when I tried to test something on DSpace Test but noticed that it&rsquo;s down since god knows when
Catalina logs at least show some memory errors yesterday: Catalina logs at least show some memory errors yesterday:
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -34,10 +34,10 @@ Catalina logs at least show some memory errors yesterday:
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "April, 2018", "headline": "April, 2018",
"url": "https://alanorth.github.io/cgspace-notes/2018-04/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2018-04\/",
"wordCount": "3016", "wordCount": "3016",
"datePublished": "2018-04-01T16:13:54&#43;02:00", "datePublished": "2018-04-01T16:13:54\x2b02:00",
"dateModified": "2018-04-30T18:45:30&#43;03:00", "dateModified": "2018-04-30T18:45:30\x2b03:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -726,14 +726,14 @@ $ pg_restore -O -U dspacetest -d dspacetest -W -h localhost /tmp/dspace_2018-04-
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -37,7 +37,7 @@ http://localhost:3000/solr/statistics/update?stream.body=%3Ccommit/%3E
Then I reduced the JVM heap size from 6144 back to 5120m Then I reduced the JVM heap size from 6144 back to 5120m
Also, I switched it to use OpenJDK instead of Oracle Java, as well as re-worked the Ansible infrastructure scripts to support hosts choosing which distribution they want to use Also, I switched it to use OpenJDK instead of Oracle Java, as well as re-worked the Ansible infrastructure scripts to support hosts choosing which distribution they want to use
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -46,10 +46,10 @@ Also, I switched it to use OpenJDK instead of Oracle Java, as well as re-worked
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "May, 2018", "headline": "May, 2018",
"url": "https://alanorth.github.io/cgspace-notes/2018-05/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2018-05\/",
"wordCount": "3503", "wordCount": "3503",
"datePublished": "2018-05-01T16:43:54&#43;03:00", "datePublished": "2018-05-01T16:43:54\x2b03:00",
"dateModified": "2018-09-04T16:15:26&#43;03:00", "dateModified": "2018-09-04T16:15:26\x2b03:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -605,14 +605,14 @@ $ psql -h localhost -U postgres dspacetest
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -65,7 +65,7 @@ real 74m42.646s
user 8m5.056s user 8m5.056s
sys 2m7.289s sys 2m7.289s
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -74,10 +74,10 @@ sys 2m7.289s
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "June, 2018", "headline": "June, 2018",
"url": "https://alanorth.github.io/cgspace-notes/2018-06/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2018-06\/",
"wordCount": "2894", "wordCount": "2894",
"datePublished": "2018-06-04T19:49:54-07:00", "datePublished": "2018-06-04T19:49:54-07:00",
"dateModified": "2018-06-28T13:37:35&#43;03:00", "dateModified": "2018-06-28T13:37:35\x2b03:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -585,14 +585,14 @@ $ sed '/^id/d' 10568-*.csv | csvcut -c 1,2 &gt; map-to-cifor-archive.csv
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -43,7 +43,7 @@ During the mvn package stage on the 5.8 branch I kept getting issues with java r
There is insufficient memory for the Java Runtime Environment to continue. There is insufficient memory for the Java Runtime Environment to continue.
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -52,10 +52,10 @@ There is insufficient memory for the Java Runtime Environment to continue.
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "July, 2018", "headline": "July, 2018",
"url": "https://alanorth.github.io/cgspace-notes/2018-07/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2018-07\/",
"wordCount": "3376", "wordCount": "3376",
"datePublished": "2018-07-01T12:56:54&#43;03:00", "datePublished": "2018-07-01T12:56:54\x2b03:00",
"dateModified": "2018-07-28T12:06:56&#43;03:00", "dateModified": "2018-07-28T12:06:56\x2b03:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -696,14 +696,14 @@ dspace=# select count(text_value) from metadatavalue where resource_type_id=2 an
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -51,7 +51,7 @@ Anyways, perhaps I should increase the JVM heap from 5120m to 6144m like we did
The server only has 8GB of RAM so we&rsquo;ll eventually need to upgrade to a larger one because we&rsquo;ll start starving the OS, PostgreSQL, and command line batch processes The server only has 8GB of RAM so we&rsquo;ll eventually need to upgrade to a larger one because we&rsquo;ll start starving the OS, PostgreSQL, and command line batch processes
I ran all system updates on DSpace Test and rebooted it I ran all system updates on DSpace Test and rebooted it
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -60,10 +60,10 @@ I ran all system updates on DSpace Test and rebooted it
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "August, 2018", "headline": "August, 2018",
"url": "https://alanorth.github.io/cgspace-notes/2018-08/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2018-08\/",
"wordCount": "2748", "wordCount": "2748",
"datePublished": "2018-08-01T11:52:54&#43;03:00", "datePublished": "2018-08-01T11:52:54\x2b03:00",
"dateModified": "2018-09-10T23:35:46&#43;03:00", "dateModified": "2018-09-10T23:35:46\x2b03:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -532,14 +532,14 @@ $ dspace database migrate ignored
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -29,7 +29,7 @@ I&rsquo;ll update the DSpace role in our Ansible infrastructure playbooks and ru
Also, I&rsquo;ll re-run the postgresql tasks because the custom PostgreSQL variables are dynamic according to the system&rsquo;s RAM, and we never re-ran them after migrating to larger Linodes last month Also, I&rsquo;ll re-run the postgresql tasks because the custom PostgreSQL variables are dynamic according to the system&rsquo;s RAM, and we never re-ran them after migrating to larger Linodes last month
I&rsquo;m testing the new DSpace 5.8 branch in my Ubuntu 18.04 environment and I&rsquo;m getting those autowire errors in Tomcat 8.5.30 again: I&rsquo;m testing the new DSpace 5.8 branch in my Ubuntu 18.04 environment and I&rsquo;m getting those autowire errors in Tomcat 8.5.30 again:
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -38,10 +38,10 @@ I&rsquo;m testing the new DSpace 5.8 branch in my Ubuntu 18.04 environment and I
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "September, 2018", "headline": "September, 2018",
"url": "https://alanorth.github.io/cgspace-notes/2018-09/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2018-09\/",
"wordCount": "5245", "wordCount": "5245",
"datePublished": "2018-09-02T09:55:54&#43;03:00", "datePublished": "2018-09-02T09:55:54\x2b03:00",
"dateModified": "2018-09-30T08:23:48&#43;03:00", "dateModified": "2018-09-30T08:23:48\x2b03:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -910,14 +910,14 @@ UPDATE metadatavalue SET text_value='ja' WHERE resource_type_id=2 AND metadata_f
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -25,7 +25,7 @@ I created a GitHub issue to track this #389, because I&rsquo;m super busy in Nai
Phil Thornton got an ORCID identifier so we need to add it to the list on CGSpace and tag his existing items Phil Thornton got an ORCID identifier so we need to add it to the list on CGSpace and tag his existing items
I created a GitHub issue to track this #389, because I&rsquo;m super busy in Nairobi right now I created a GitHub issue to track this #389, because I&rsquo;m super busy in Nairobi right now
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -34,10 +34,10 @@ I created a GitHub issue to track this #389, because I&rsquo;m super busy in Nai
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "October, 2018", "headline": "October, 2018",
"url": "https://alanorth.github.io/cgspace-notes/2018-10/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2018-10\/",
"wordCount": "4519", "wordCount": "4519",
"datePublished": "2018-10-01T22:31:54&#43;03:00", "datePublished": "2018-10-01T22:31:54\x2b03:00",
"dateModified": "2018-11-01T16:42:20&#43;02:00", "dateModified": "2018-11-01T16:42:20\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -813,14 +813,14 @@ $ curl -X GET -H &quot;Content-Type: application/json&quot; -H &quot;Accept: app
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -39,7 +39,7 @@ Send a note about my dspace-statistics-api to the dspace-tech mailing list
Linode has been sending mails a few times a day recently that CGSpace (linode18) has had high CPU usage Linode has been sending mails a few times a day recently that CGSpace (linode18) has had high CPU usage
Today these are the top 10 IPs: Today these are the top 10 IPs:
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -48,10 +48,10 @@ Today these are the top 10 IPs:
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "November, 2018", "headline": "November, 2018",
"url": "https://alanorth.github.io/cgspace-notes/2018-11/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2018-11\/",
"wordCount": "2823", "wordCount": "2823",
"datePublished": "2018-11-01T16:41:30&#43;02:00", "datePublished": "2018-11-01T16:41:30\x2b02:00",
"dateModified": "2019-02-07T10:52:23&#43;02:00", "dateModified": "2019-02-07T10:52:23\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -671,14 +671,14 @@ $ dspace dsrun org.dspace.eperson.Groomer -a -b 11/27/2016 -d
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -39,7 +39,7 @@ Then I ran all system updates and restarted the server
I noticed that there is another issue with PDF thumbnails on CGSpace, and I see there was another Ghostscript vulnerability last week I noticed that there is another issue with PDF thumbnails on CGSpace, and I see there was another Ghostscript vulnerability last week
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -48,10 +48,10 @@ I noticed that there is another issue with PDF thumbnails on CGSpace, and I see
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "December, 2018", "headline": "December, 2018",
"url": "https://alanorth.github.io/cgspace-notes/2018-12/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2018-12\/",
"wordCount": "3096", "wordCount": "3096",
"datePublished": "2018-12-02T02:09:30&#43;02:00", "datePublished": "2018-12-02T02:09:30\x2b02:00",
"dateModified": "2018-12-30T18:12:18&#43;02:00", "dateModified": "2018-12-30T18:12:18\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -736,14 +736,14 @@ UPDATE 1
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -51,7 +51,7 @@ I don&rsquo;t see anything interesting in the web server logs around that time t
357 207.46.13.1 357 207.46.13.1
903 54.70.40.11 903 54.70.40.11
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -60,10 +60,10 @@ I don&rsquo;t see anything interesting in the web server logs around that time t
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "January, 2019", "headline": "January, 2019",
"url": "https://alanorth.github.io/cgspace-notes/2019-01/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-01\/",
"wordCount": "5532", "wordCount": "5532",
"datePublished": "2019-01-02T09:48:30&#43;02:00", "datePublished": "2019-01-02T09:48:30\x2b02:00",
"dateModified": "2019-02-01T21:45:50&#43;02:00", "dateModified": "2019-02-01T21:45:50\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -1410,14 +1410,14 @@ identify: CorruptImageProfile `xmp' @ warning/profile.c/SetImageProfileInternal/
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -79,7 +79,7 @@ real 0m19.873s
user 0m22.203s user 0m22.203s
sys 0m1.979s sys 0m1.979s
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -88,10 +88,10 @@ sys 0m1.979s
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "February, 2019", "headline": "February, 2019",
"url": "https://alanorth.github.io/cgspace-notes/2019-02/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-02\/",
"wordCount": "7700", "wordCount": "7700",
"datePublished": "2019-02-01T21:37:30&#43;02:00", "datePublished": "2019-02-01T21:37:30\x2b02:00",
"dateModified": "2019-03-18T15:25:49&#43;02:00", "dateModified": "2019-03-18T15:25:49\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -1645,14 +1645,14 @@ Please see the DSpace documentation for assistance.
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -45,7 +45,7 @@ Most worryingly, there are encoding errors in the abstracts for eleven items, fo
I think I will need to ask Udana to re-copy and paste the abstracts with more care using Google Docs I think I will need to ask Udana to re-copy and paste the abstracts with more care using Google Docs
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -54,10 +54,10 @@ I think I will need to ask Udana to re-copy and paste the abstracts with more ca
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "March, 2019", "headline": "March, 2019",
"url": "https://alanorth.github.io/cgspace-notes/2019-03/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-03\/",
"wordCount": "7105", "wordCount": "7105",
"datePublished": "2019-03-01T12:16:30&#43;01:00", "datePublished": "2019-03-01T12:16:30\x2b01:00",
"dateModified": "2019-04-01T17:02:54&#43;03:00", "dateModified": "2019-04-01T17:02:54\x2b03:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -1424,14 +1424,14 @@ sys 0m2.551s
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -38,7 +38,7 @@ $ ./delete-metadata-values.py -i /tmp/2019-02-21-delete-1-region.csv -db dspace
<meta property="og:type" content="article" /> <meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-04/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-04/" />
<meta property="article:published_time" content="2019-04-01T09:00:43&#43;03:00"/> <meta property="article:published_time" content="2019-04-01T09:00:43&#43;03:00"/>
<meta property="article:modified_time" content="2019-04-11T13:29:52&#43;03:00"/> <meta property="article:modified_time" content="2019-04-11T14:23:30&#43;03:00"/>
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="April, 2019"/> <meta name="twitter:title" content="April, 2019"/>
@ -71,7 +71,7 @@ $ ./fix-metadata-values.py -i /tmp/2019-02-21-fix-4-regions.csv -db dspace -u ds
$ ./delete-metadata-values.py -i /tmp/2019-02-21-delete-2-countries.csv -db dspace -u dspace -p &#39;fuuu&#39; -m 228 -f cg.coverage.country -d $ ./delete-metadata-values.py -i /tmp/2019-02-21-delete-2-countries.csv -db dspace -u dspace -p &#39;fuuu&#39; -m 228 -f cg.coverage.country -d
$ ./delete-metadata-values.py -i /tmp/2019-02-21-delete-1-region.csv -db dspace -u dspace -p &#39;fuuu&#39; -m 231 -f cg.coverage.region -d $ ./delete-metadata-values.py -i /tmp/2019-02-21-delete-1-region.csv -db dspace -u dspace -p &#39;fuuu&#39; -m 231 -f cg.coverage.region -d
"/> "/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -80,10 +80,10 @@ $ ./delete-metadata-values.py -i /tmp/2019-02-21-delete-1-region.csv -db dspace
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "April, 2019", "headline": "April, 2019",
"url": "https://alanorth.github.io/cgspace-notes/2019-04/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-04\/",
"wordCount": "3535", "wordCount": "3655",
"datePublished": "2019-04-01T09:00:43&#43;03:00", "datePublished": "2019-04-01T09:00:43\x2b03:00",
"dateModified": "2019-04-11T13:29:52&#43;03:00", "dateModified": "2019-04-11T14:23:30\x2b03:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -869,6 +869,27 @@ $ ./delete-metadata-values.py -i /tmp/2019-04-11-delete-6-subjects.csv -db dspac
</ul></li> </ul></li>
</ul> </ul>
<h2 id="2019-04-13">2019-04-13</h2>
<ul>
<li>I copied the <code>statistics</code> and <code>statistics-2018</code> Solr cores from CGSpace to my local machine and watched the Java process in VisualVM while indexing item views and downloads with my <a href="https://github.com/ilri/dspace-statistics-api">dspace-statistics-api</a>:</li>
</ul>
<p><img src="/cgspace-notes/2019/04/visualvm-solr-indexing.png" alt="Java GC during Solr indexing with CMS" /></p>
<ul>
<li>It took about eight minutes to index 784 pages of item views and 268 of downloads, and you can see a clear &ldquo;sawtooth&rdquo; pattern in the garbage collection</li>
<li>I am curious if the GC pattern would be different if I switched from the <code>-XX:+UseConcMarkSweepGC</code> to G1GC</li>
<li>I switched to G1GC and restarted Tomcat but for some reason I couldn&rsquo;t see the Tomcat PID in VisualVM&hellip;
<ul>
<li>Anyways, the indexing process took much longer, perhaps twice as long!</li>
</ul></li>
<li>I tried again with the GC tuning settings from the Solr 4.10.4 release:</li>
</ul>
<p><img src="/cgspace-notes/2019/04/visualvm-solr-indexing-solr-settings.png" alt="Java GC during Solr indexing Solr 4.10.4 settings" /></p>
<!-- vim: set sw=2 ts=2: --> <!-- vim: set sw=2 ts=2: -->
@ -892,14 +913,14 @@ $ ./delete-metadata-values.py -i /tmp/2019-04-11-delete-6-subjects.csv -db dspac
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

View File

@ -8,20 +8,20 @@
<meta property="og:title" content="404 Page not found" /> <meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/404.html" />
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="404 Page not found"/> <meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/> <meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
<link rel="canonical" href=""> <link rel="canonical" href="https://alanorth.github.io/cgspace-notes/404.html">
<title>CGSpace Notes</title> <title>CGSpace Notes</title>
@ -90,14 +90,14 @@
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -10,11 +10,12 @@
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/" />
<meta property="og:updated_time" content="2017-09-18T16:38:35&#43;03:00"/>
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Categories"/> <meta name="twitter:title" content="Categories"/>
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/> <meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -23,13 +24,14 @@
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "Blog", "@type": "Blog",
"headline": "CGSpace Notes", "headline": "CGSpace Notes",
"url" : "https://alanorth.github.io/cgspace-notes/categories/", "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/categories\/",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
}, },
"dateModified": "2017-09-18T16:38:35\x2b03:00",
"keywords": "notes,notes,", "keywords": "notes,notes,",
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository."
} }
</script> </script>
@ -456,14 +458,14 @@ sys 0m1.979s
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -6,6 +6,7 @@
<description>Recent content in Categories on CGSpace Notes</description> <description>Recent content in Categories on CGSpace Notes</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Mon, 18 Sep 2017 16:38:35 +0300</lastBuildDate>
<atom:link href="https://alanorth.github.io/cgspace-notes/categories/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://alanorth.github.io/cgspace-notes/categories/index.xml" rel="self" type="application/rss+xml" />

View File

@ -15,7 +15,7 @@
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Notes"/> <meta name="twitter:title" content="Notes"/>
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/> <meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -110,14 +110,14 @@
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -10,12 +10,12 @@
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/" />
<meta property="og:updated_time" content="2018-06-04T19:49:54-07:00"/> <meta property="og:updated_time" content="2017-09-18T16:38:35&#43;03:00"/>
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Categories"/> <meta name="twitter:title" content="Categories"/>
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/> <meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -24,14 +24,14 @@
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "Blog", "@type": "Blog",
"headline": "CGSpace Notes", "headline": "CGSpace Notes",
"url" : "https://alanorth.github.io/cgspace-notes/categories/", "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/categories\/",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
}, },
"dateModified": "2018-06-04T19:49:54-07:00", "dateModified": "2017-09-18T16:38:35\x2b03:00",
"keywords": "notes,notes,", "keywords": "notes,notes,",
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository."
} }
</script> </script>
@ -466,14 +466,14 @@ COPY 54701
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -10,12 +10,12 @@
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/" />
<meta property="og:updated_time" content="2017-09-07T16:54:52&#43;07:00"/> <meta property="og:updated_time" content="2017-09-18T16:38:35&#43;03:00"/>
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Categories"/> <meta name="twitter:title" content="Categories"/>
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/> <meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -24,14 +24,14 @@
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "Blog", "@type": "Blog",
"headline": "CGSpace Notes", "headline": "CGSpace Notes",
"url" : "https://alanorth.github.io/cgspace-notes/categories/", "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/categories\/",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
}, },
"dateModified": "2017-09-07T16:54:52&#43;07:00", "dateModified": "2017-09-18T16:38:35\x2b03:00",
"keywords": "notes,notes,", "keywords": "notes,notes,",
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository."
} }
</script> </script>
@ -422,14 +422,14 @@ DELETE 1
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -10,12 +10,12 @@
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/" />
<meta property="og:updated_time" content="2016-11-01T09:21:00&#43;03:00"/> <meta property="og:updated_time" content="2017-09-18T16:38:35&#43;03:00"/>
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Categories"/> <meta name="twitter:title" content="Categories"/>
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/> <meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -24,14 +24,14 @@
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "Blog", "@type": "Blog",
"headline": "CGSpace Notes", "headline": "CGSpace Notes",
"url" : "https://alanorth.github.io/cgspace-notes/categories/", "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/categories\/",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
}, },
"dateModified": "2016-11-01T09:21:00&#43;03:00", "dateModified": "2017-09-18T16:38:35\x2b03:00",
"keywords": "notes,notes,", "keywords": "notes,notes,",
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository."
} }
</script> </script>
@ -404,14 +404,14 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -10,12 +10,12 @@
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/" />
<meta property="og:updated_time" content="2016-01-13T13:18:00&#43;03:00"/> <meta property="og:updated_time" content="2017-09-18T16:38:35&#43;03:00"/>
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Categories"/> <meta name="twitter:title" content="Categories"/>
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/> <meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -24,14 +24,14 @@
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "Blog", "@type": "Blog",
"headline": "CGSpace Notes", "headline": "CGSpace Notes",
"url" : "https://alanorth.github.io/cgspace-notes/categories/", "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/categories\/",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
}, },
"dateModified": "2016-01-13T13:18:00&#43;03:00", "dateModified": "2017-09-18T16:38:35\x2b03:00",
"keywords": "notes,notes,", "keywords": "notes,notes,",
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository."
} }
</script> </script>
@ -198,14 +198,14 @@
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -15,7 +15,7 @@
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="CGIAR Library Migration"/> <meta name="twitter:title" content="CGIAR Library Migration"/>
<meta name="twitter:description" content="Notes on the migration of the CGIAR Library to CGSpace"/> <meta name="twitter:description" content="Notes on the migration of the CGIAR Library to CGSpace"/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -24,10 +24,10 @@
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "CGIAR Library Migration", "headline": "CGIAR Library Migration",
"url": "https://alanorth.github.io/cgspace-notes/cgiar-library-migration/", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/cgiar-library-migration\/",
"wordCount": "1278", "wordCount": "1278",
"datePublished": "2017-09-18T16:38:35&#43;03:00", "datePublished": "2017-09-18T16:38:35\x2b03:00",
"dateModified": "2018-03-09T22:10:33&#43;02:00", "dateModified": "2018-03-09T22:10:33\x2b02:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -328,14 +328,14 @@ dspace=# select setval('handle_seq',86873);
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -15,7 +15,7 @@
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="CGSpace Notes"/> <meta name="twitter:title" content="CGSpace Notes"/>
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/> <meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -24,14 +24,14 @@
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "Blog", "@type": "Blog",
"headline": "CGSpace Notes", "headline": "CGSpace Notes",
"url" : "https://alanorth.github.io/cgspace-notes/", "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
}, },
"dateModified": "2019-04-01T09:00:43&#43;03:00", "dateModified": "2019-04-01T09:00:43\x2b03:00",
"keywords": "notes,notes,", "keywords": "notes,notes,",
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository."
} }
</script> </script>
@ -458,14 +458,14 @@ sys 0m1.979s
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -10,12 +10,12 @@
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2018-06-04T19:49:54-07:00"/> <meta property="og:updated_time" content="2019-04-01T09:00:43&#43;03:00"/>
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="CGSpace Notes"/> <meta name="twitter:title" content="CGSpace Notes"/>
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/> <meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -24,14 +24,14 @@
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "Blog", "@type": "Blog",
"headline": "CGSpace Notes", "headline": "CGSpace Notes",
"url" : "https://alanorth.github.io/cgspace-notes/", "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
}, },
"dateModified": "2018-06-04T19:49:54-07:00", "dateModified": "2019-04-01T09:00:43\x2b03:00",
"keywords": "notes,notes,", "keywords": "notes,notes,",
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository."
} }
</script> </script>
@ -466,14 +466,14 @@ COPY 54701
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -10,12 +10,12 @@
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2017-09-07T16:54:52&#43;07:00"/> <meta property="og:updated_time" content="2019-04-01T09:00:43&#43;03:00"/>
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="CGSpace Notes"/> <meta name="twitter:title" content="CGSpace Notes"/>
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/> <meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -24,14 +24,14 @@
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "Blog", "@type": "Blog",
"headline": "CGSpace Notes", "headline": "CGSpace Notes",
"url" : "https://alanorth.github.io/cgspace-notes/", "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
}, },
"dateModified": "2017-09-07T16:54:52&#43;07:00", "dateModified": "2019-04-01T09:00:43\x2b03:00",
"keywords": "notes,notes,", "keywords": "notes,notes,",
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository."
} }
</script> </script>
@ -422,14 +422,14 @@ DELETE 1
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -10,12 +10,12 @@
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2016-11-01T09:21:00&#43;03:00"/> <meta property="og:updated_time" content="2019-04-01T09:00:43&#43;03:00"/>
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="CGSpace Notes"/> <meta name="twitter:title" content="CGSpace Notes"/>
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/> <meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -24,14 +24,14 @@
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "Blog", "@type": "Blog",
"headline": "CGSpace Notes", "headline": "CGSpace Notes",
"url" : "https://alanorth.github.io/cgspace-notes/", "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
}, },
"dateModified": "2016-11-01T09:21:00&#43;03:00", "dateModified": "2019-04-01T09:00:43\x2b03:00",
"keywords": "notes,notes,", "keywords": "notes,notes,",
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository."
} }
</script> </script>
@ -404,14 +404,14 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -10,12 +10,12 @@
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2016-01-13T13:18:00&#43;03:00"/> <meta property="og:updated_time" content="2019-04-01T09:00:43&#43;03:00"/>
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="CGSpace Notes"/> <meta name="twitter:title" content="CGSpace Notes"/>
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/> <meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -24,14 +24,14 @@
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "Blog", "@type": "Blog",
"headline": "CGSpace Notes", "headline": "CGSpace Notes",
"url" : "https://alanorth.github.io/cgspace-notes/", "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
}, },
"dateModified": "2016-01-13T13:18:00&#43;03:00", "dateModified": "2019-04-01T09:00:43\x2b03:00",
"keywords": "notes,notes,", "keywords": "notes,notes,",
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository."
} }
</script> </script>
@ -198,14 +198,14 @@
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -15,7 +15,7 @@
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Posts"/> <meta name="twitter:title" content="Posts"/>
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/> <meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -24,14 +24,14 @@
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "Blog", "@type": "Blog",
"headline": "CGSpace Notes", "headline": "CGSpace Notes",
"url" : "https://alanorth.github.io/cgspace-notes/posts/", "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/posts\/",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
}, },
"dateModified": "2019-04-01T09:00:43&#43;03:00", "dateModified": "2019-04-01T09:00:43\x2b03:00",
"keywords": "notes,notes,", "keywords": "notes,notes,",
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository."
} }
</script> </script>
@ -458,14 +458,14 @@ sys 0m1.979s
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -10,12 +10,12 @@
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2018-06-04T19:49:54-07:00"/> <meta property="og:updated_time" content="2019-04-01T09:00:43&#43;03:00"/>
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Posts"/> <meta name="twitter:title" content="Posts"/>
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/> <meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -24,14 +24,14 @@
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "Blog", "@type": "Blog",
"headline": "CGSpace Notes", "headline": "CGSpace Notes",
"url" : "https://alanorth.github.io/cgspace-notes/posts/", "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/posts\/",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
}, },
"dateModified": "2018-06-04T19:49:54-07:00", "dateModified": "2019-04-01T09:00:43\x2b03:00",
"keywords": "notes,notes,", "keywords": "notes,notes,",
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository."
} }
</script> </script>
@ -466,14 +466,14 @@ COPY 54701
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -10,12 +10,12 @@
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2017-09-07T16:54:52&#43;07:00"/> <meta property="og:updated_time" content="2019-04-01T09:00:43&#43;03:00"/>
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Posts"/> <meta name="twitter:title" content="Posts"/>
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/> <meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -24,14 +24,14 @@
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "Blog", "@type": "Blog",
"headline": "CGSpace Notes", "headline": "CGSpace Notes",
"url" : "https://alanorth.github.io/cgspace-notes/posts/", "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/posts\/",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
}, },
"dateModified": "2017-09-07T16:54:52&#43;07:00", "dateModified": "2019-04-01T09:00:43\x2b03:00",
"keywords": "notes,notes,", "keywords": "notes,notes,",
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository."
} }
</script> </script>
@ -422,14 +422,14 @@ DELETE 1
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -10,12 +10,12 @@
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2016-11-01T09:21:00&#43;03:00"/> <meta property="og:updated_time" content="2019-04-01T09:00:43&#43;03:00"/>
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Posts"/> <meta name="twitter:title" content="Posts"/>
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/> <meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -24,14 +24,14 @@
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "Blog", "@type": "Blog",
"headline": "CGSpace Notes", "headline": "CGSpace Notes",
"url" : "https://alanorth.github.io/cgspace-notes/posts/", "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/posts\/",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
}, },
"dateModified": "2016-11-01T09:21:00&#43;03:00", "dateModified": "2019-04-01T09:00:43\x2b03:00",
"keywords": "notes,notes,", "keywords": "notes,notes,",
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository."
} }
</script> </script>
@ -404,14 +404,14 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -10,12 +10,12 @@
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2016-01-13T13:18:00&#43;03:00"/> <meta property="og:updated_time" content="2019-04-01T09:00:43&#43;03:00"/>
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Posts"/> <meta name="twitter:title" content="Posts"/>
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/> <meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -24,14 +24,14 @@
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "Blog", "@type": "Blog",
"headline": "CGSpace Notes", "headline": "CGSpace Notes",
"url" : "https://alanorth.github.io/cgspace-notes/posts/", "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/posts\/",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
}, },
"dateModified": "2016-01-13T13:18:00&#43;03:00", "dateModified": "2019-04-01T09:00:43\x2b03:00",
"keywords": "notes,notes,", "keywords": "notes,notes,",
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository."
} }
</script> </script>
@ -198,14 +198,14 @@
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -2,6 +2,10 @@ User-agent: *
Disallow: /cgspace-notes/2019-04/ Disallow: /cgspace-notes/2019-04/
Disallow: /cgspace-notes/
Disallow: /cgspace-notes/tags/notes/
Disallow: /cgspace-notes/posts/
Disallow: /cgspace-notes/tags/
Disallow: /cgspace-notes/2019-03/ Disallow: /cgspace-notes/2019-03/
Disallow: /cgspace-notes/2019-02/ Disallow: /cgspace-notes/2019-02/
Disallow: /cgspace-notes/2019-01/ Disallow: /cgspace-notes/2019-01/
@ -21,6 +25,8 @@ Disallow: /cgspace-notes/2017-12/
Disallow: /cgspace-notes/2017-11/ Disallow: /cgspace-notes/2017-11/
Disallow: /cgspace-notes/2017-10/ Disallow: /cgspace-notes/2017-10/
Disallow: /cgspace-notes/cgiar-library-migration/ Disallow: /cgspace-notes/cgiar-library-migration/
Disallow: /cgspace-notes/categories/
Disallow: /cgspace-notes/categories/notes/
Disallow: /cgspace-notes/2017-09/ Disallow: /cgspace-notes/2017-09/
Disallow: /cgspace-notes/2017-08/ Disallow: /cgspace-notes/2017-08/
Disallow: /cgspace-notes/2017-07/ Disallow: /cgspace-notes/2017-07/
@ -44,9 +50,3 @@ Disallow: /cgspace-notes/2016-02/
Disallow: /cgspace-notes/2016-01/ Disallow: /cgspace-notes/2016-01/
Disallow: /cgspace-notes/2015-12/ Disallow: /cgspace-notes/2015-12/
Disallow: /cgspace-notes/2015-11/ Disallow: /cgspace-notes/2015-11/
Disallow: /cgspace-notes/
Disallow: /cgspace-notes/categories/
Disallow: /cgspace-notes/tags/notes/
Disallow: /cgspace-notes/categories/notes/
Disallow: /cgspace-notes/posts/
Disallow: /cgspace-notes/tags/

View File

@ -4,7 +4,31 @@
<url> <url>
<loc>https://alanorth.github.io/cgspace-notes/2019-04/</loc> <loc>https://alanorth.github.io/cgspace-notes/2019-04/</loc>
<lastmod>2019-04-11T13:29:52+03:00</lastmod> <lastmod>2019-04-11T14:23:30+03:00</lastmod>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/</loc>
<lastmod>2019-04-11T14:23:30+03:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
<lastmod>2019-04-11T14:23:30+03:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
<lastmod>2019-04-11T14:23:30+03:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
<lastmod>2019-04-11T14:23:30+03:00</lastmod>
<priority>0</priority>
</url> </url>
<url> <url>
@ -102,6 +126,18 @@
<lastmod>2018-03-09T22:10:33+02:00</lastmod> <lastmod>2018-03-09T22:10:33+02:00</lastmod>
</url> </url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/categories/</loc>
<lastmod>2018-03-09T22:10:33+02:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
<lastmod>2018-03-09T22:10:33+02:00</lastmod>
<priority>0</priority>
</url>
<url> <url>
<loc>https://alanorth.github.io/cgspace-notes/2017-09/</loc> <loc>https://alanorth.github.io/cgspace-notes/2017-09/</loc>
<lastmod>2018-03-09T22:10:33+02:00</lastmod> <lastmod>2018-03-09T22:10:33+02:00</lastmod>
@ -217,39 +253,4 @@
<lastmod>2018-03-09T22:10:33+02:00</lastmod> <lastmod>2018-03-09T22:10:33+02:00</lastmod>
</url> </url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/</loc>
<lastmod>2019-04-11T13:29:52+03:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/categories/</loc>
<priority>0</priority>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
<lastmod>2019-04-11T13:29:52+03:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
<lastmod>2018-03-09T22:10:33+02:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
<lastmod>2019-04-11T13:29:52+03:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
<lastmod>2019-04-11T13:29:52+03:00</lastmod>
<priority>0</priority>
</url>
</urlset> </urlset>

View File

@ -15,7 +15,7 @@
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Tags"/> <meta name="twitter:title" content="Tags"/>
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/> <meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -24,14 +24,14 @@
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "Blog", "@type": "Blog",
"headline": "CGSpace Notes", "headline": "CGSpace Notes",
"url" : "https://alanorth.github.io/cgspace-notes/tags/", "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/tags\/",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
}, },
"dateModified": "2019-04-01T09:00:43&#43;03:00", "dateModified": "2019-04-01T09:00:43\x2b03:00",
"keywords": "notes,notes,", "keywords": "notes,notes,",
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository."
} }
</script> </script>
@ -458,14 +458,14 @@ sys 0m1.979s
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -15,7 +15,7 @@
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Notes"/> <meta name="twitter:title" content="Notes"/>
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/> <meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -443,14 +443,14 @@ sys 0m1.979s
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -10,12 +10,12 @@
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/tags/notes/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/tags/notes/" />
<meta property="og:updated_time" content="2018-06-04T19:49:54-07:00"/> <meta property="og:updated_time" content="2019-04-01T09:00:43&#43;03:00"/>
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Notes"/> <meta name="twitter:title" content="Notes"/>
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/> <meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -461,14 +461,14 @@ COPY 54701
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -10,12 +10,12 @@
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/tags/notes/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/tags/notes/" />
<meta property="og:updated_time" content="2017-08-01T11:51:52&#43;03:00"/> <meta property="og:updated_time" content="2019-04-01T09:00:43&#43;03:00"/>
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Notes"/> <meta name="twitter:title" content="Notes"/>
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/> <meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -403,14 +403,14 @@ DELETE 1
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -10,12 +10,12 @@
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/tags/notes/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/tags/notes/" />
<meta property="og:updated_time" content="2016-10-03T15:53:00&#43;03:00"/> <meta property="og:updated_time" content="2019-04-01T09:00:43&#43;03:00"/>
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Notes"/> <meta name="twitter:title" content="Notes"/>
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/> <meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -389,14 +389,14 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -10,12 +10,12 @@
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/tags/notes/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/tags/notes/" />
<meta property="og:updated_time" content="2015-12-02T13:18:00&#43;03:00"/> <meta property="og:updated_time" content="2019-04-01T09:00:43&#43;03:00"/>
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Notes"/> <meta name="twitter:title" content="Notes"/>
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/> <meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -159,14 +159,14 @@
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -10,12 +10,12 @@
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/tags/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/tags/" />
<meta property="og:updated_time" content="2018-06-04T19:49:54-07:00"/> <meta property="og:updated_time" content="2019-04-01T09:00:43&#43;03:00"/>
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Tags"/> <meta name="twitter:title" content="Tags"/>
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/> <meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -24,14 +24,14 @@
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "Blog", "@type": "Blog",
"headline": "CGSpace Notes", "headline": "CGSpace Notes",
"url" : "https://alanorth.github.io/cgspace-notes/tags/", "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/tags\/",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
}, },
"dateModified": "2018-06-04T19:49:54-07:00", "dateModified": "2019-04-01T09:00:43\x2b03:00",
"keywords": "notes,notes,", "keywords": "notes,notes,",
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository."
} }
</script> </script>
@ -466,14 +466,14 @@ COPY 54701
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -10,12 +10,12 @@
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/tags/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/tags/" />
<meta property="og:updated_time" content="2017-09-07T16:54:52&#43;07:00"/> <meta property="og:updated_time" content="2019-04-01T09:00:43&#43;03:00"/>
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Tags"/> <meta name="twitter:title" content="Tags"/>
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/> <meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -24,14 +24,14 @@
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "Blog", "@type": "Blog",
"headline": "CGSpace Notes", "headline": "CGSpace Notes",
"url" : "https://alanorth.github.io/cgspace-notes/tags/", "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/tags\/",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
}, },
"dateModified": "2017-09-07T16:54:52&#43;07:00", "dateModified": "2019-04-01T09:00:43\x2b03:00",
"keywords": "notes,notes,", "keywords": "notes,notes,",
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository."
} }
</script> </script>
@ -422,14 +422,14 @@ DELETE 1
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -10,12 +10,12 @@
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/tags/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/tags/" />
<meta property="og:updated_time" content="2016-11-01T09:21:00&#43;03:00"/> <meta property="og:updated_time" content="2019-04-01T09:00:43&#43;03:00"/>
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Tags"/> <meta name="twitter:title" content="Tags"/>
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/> <meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -24,14 +24,14 @@
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "Blog", "@type": "Blog",
"headline": "CGSpace Notes", "headline": "CGSpace Notes",
"url" : "https://alanorth.github.io/cgspace-notes/tags/", "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/tags\/",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
}, },
"dateModified": "2016-11-01T09:21:00&#43;03:00", "dateModified": "2019-04-01T09:00:43\x2b03:00",
"keywords": "notes,notes,", "keywords": "notes,notes,",
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository."
} }
</script> </script>
@ -404,14 +404,14 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

View File

@ -10,12 +10,12 @@
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/tags/" /> <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/tags/" />
<meta property="og:updated_time" content="2016-01-13T13:18:00&#43;03:00"/> <meta property="og:updated_time" content="2019-04-01T09:00:43&#43;03:00"/>
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Tags"/> <meta name="twitter:title" content="Tags"/>
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/> <meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.55.1" />
@ -24,14 +24,14 @@
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "Blog", "@type": "Blog",
"headline": "CGSpace Notes", "headline": "CGSpace Notes",
"url" : "https://alanorth.github.io/cgspace-notes/tags/", "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/tags\/",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
}, },
"dateModified": "2016-01-13T13:18:00&#43;03:00", "dateModified": "2019-04-01T09:00:43\x2b03:00",
"keywords": "notes,notes,", "keywords": "notes,notes,",
"description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository."
} }
</script> </script>
@ -198,14 +198,14 @@
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li> <li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
<li><a href="/cgspace-notes/posts/">Posts</a></li>
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li> <li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li> <li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
<li><a href="/cgspace-notes/2019-01/">January, 2019</a></li> <li><a href="/cgspace-notes/2019-01/">January, 2019</a></li>
<li><a href="/cgspace-notes/2018-12/">December, 2018</a></li>
</ol> </ol>
</section> </section>

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB