diff --git a/content/2016-07.md b/content/2016-07.md index b002cf39b..c55848392 100644 --- a/content/2016-07.md +++ b/content/2016-07.md @@ -44,3 +44,33 @@ $ ./fix-metadata-values.py -i /tmp/Species-Peter-Fix.csv -f dc.Species -t CORREC - A user is still having problems with Sherpa/Romeo causing crashes during the submission process when the journal is "ungraded" - I tested the [patch for DS-2740](https://jira.duraspace.org/browse/DS-2740) that I had found last month and it seems to work - I will merge it to `5_x-prod` + +## 2016-07-06 + +- Delete 23 blank metadata values from CGSpace: + +``` +cgspace=# delete from metadatavalue where resource_type_id=2 and text_value=''; +DELETE 23 +``` + +- Complete phase three of metadata migration, for the following fields: + - dc.title.jtitle → dc.source + - dc.crsubject.crpsubject → cg.contributor.crp + - dc.contributor.affiliation → cg.contributor.affiliation + - dc.Species → cg.species + - dc.srplace.subregion → cg.coverage.subregion + - dc.contributor.corporate → dc.contributor.author + - dc.identifier.url → cg.identifier.url + - dc.identifier.doi → cg.identifier.doi + - dc.identifier.googleurl → cg.identifier.googleurl + - dc.identifier.dataurl → cg.identifier.dataurl +- Also, run fixes and deletes for species and author affiliations (over 1000 corrections!) + +``` +$ ./fix-metadata-values.py -i Species-Peter-Fix.csv -f dc.Species -t CORRECT -m 212 -d dspace -u dspace -p 'fuuu' +./fix-metadata-values.py -i Affiliations-Fix-1045-Peter-Abenet.csv -f dc.contributor.affiliation -t Correct -m 211 -d dspace -u dspace -p 'fuuu' +./delete-metadata-values.py -f dc.contributor.affiliation -i Affiliations-Delete-Peter-Abenet.csv -m 211 -u dspace -d dspace -p 'fuuu' +``` + +- I then ran all server updates and rebooted the server diff --git a/public/2016-07/index.html b/public/2016-07/index.html index a5d9557c9..ef5459787 100644 --- a/public/2016-07/index.html +++ b/public/2016-07/index.html @@ -126,6 +126,43 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
  • A user is still having problems with Sherpa/Romeo causing crashes during the submission process when the journal is “ungraded”
  • I tested the patch for DS-2740 that I had found last month and it seems to work
  • I will merge it to 5_x-prod
  • + + +

    2016-07-06

    + + + +
    cgspace=# delete from metadatavalue where resource_type_id=2 and text_value='';
    +DELETE 23
    +
    + + + +
    $ ./fix-metadata-values.py -i Species-Peter-Fix.csv -f dc.Species -t CORRECT -m 212 -d dspace -u dspace -p 'fuuu'
    +./fix-metadata-values.py -i Affiliations-Fix-1045-Peter-Abenet.csv -f dc.contributor.affiliation -t Correct -m 211 -d dspace -u dspace -p 'fuuu'
    +./delete-metadata-values.py -f dc.contributor.affiliation -i Affiliations-Delete-Peter-Abenet.csv -m 211 -u dspace -d dspace -p 'fuuu'
    +
    + + diff --git a/public/index.xml b/public/index.xml index f6e56e987..568804ebc 100644 --- a/public/index.xml +++ b/public/index.xml @@ -65,6 +65,43 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and <li>I tested the <a href="https://jira.duraspace.org/browse/DS-2740">patch for DS-2740</a> that I had found last month and it seems to work</li> <li>I will merge it to <code>5_x-prod</code></li> </ul> + +<h2 id="2016-07-06:edc14796891c14dec087b4bb89c38aa9">2016-07-06</h2> + +<ul> +<li>Delete 23 blank metadata values from CGSpace:</li> +</ul> + +<pre><code>cgspace=# delete from metadatavalue where resource_type_id=2 and text_value=''; +DELETE 23 +</code></pre> + +<ul> +<li>Complete phase three of metadata migration, for the following fields: + +<ul> +<li>dc.title.jtitle → dc.source</li> +<li>dc.crsubject.crpsubject → cg.contributor.crp</li> +<li>dc.contributor.affiliation → cg.contributor.affiliation</li> +<li>dc.Species → cg.species</li> +<li>dc.srplace.subregion → cg.coverage.subregion</li> +<li>dc.contributor.corporate → dc.contributor.author</li> +<li>dc.identifier.url → cg.identifier.url</li> +<li>dc.identifier.doi → cg.identifier.doi</li> +<li>dc.identifier.googleurl → cg.identifier.googleurl</li> +<li>dc.identifier.dataurl → cg.identifier.dataurl</li> +</ul></li> +<li>Also, run fixes and deletes for species and author affiliations (over 1000 corrections!)</li> +</ul> + +<pre><code>$ ./fix-metadata-values.py -i Species-Peter-Fix.csv -f dc.Species -t CORRECT -m 212 -d dspace -u dspace -p 'fuuu' +./fix-metadata-values.py -i Affiliations-Fix-1045-Peter-Abenet.csv -f dc.contributor.affiliation -t Correct -m 211 -d dspace -u dspace -p 'fuuu' +./delete-metadata-values.py -f dc.contributor.affiliation -i Affiliations-Delete-Peter-Abenet.csv -m 211 -u dspace -d dspace -p 'fuuu' +</code></pre> + +<ul> +<li>I then ran all server updates and rebooted the server</li> +</ul> diff --git a/public/tags/notes/index.xml b/public/tags/notes/index.xml index a9c8218e0..29ff36c5d 100644 --- a/public/tags/notes/index.xml +++ b/public/tags/notes/index.xml @@ -65,6 +65,43 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and <li>I tested the <a href="https://jira.duraspace.org/browse/DS-2740">patch for DS-2740</a> that I had found last month and it seems to work</li> <li>I will merge it to <code>5_x-prod</code></li> </ul> + +<h2 id="2016-07-06:edc14796891c14dec087b4bb89c38aa9">2016-07-06</h2> + +<ul> +<li>Delete 23 blank metadata values from CGSpace:</li> +</ul> + +<pre><code>cgspace=# delete from metadatavalue where resource_type_id=2 and text_value=''; +DELETE 23 +</code></pre> + +<ul> +<li>Complete phase three of metadata migration, for the following fields: + +<ul> +<li>dc.title.jtitle → dc.source</li> +<li>dc.crsubject.crpsubject → cg.contributor.crp</li> +<li>dc.contributor.affiliation → cg.contributor.affiliation</li> +<li>dc.Species → cg.species</li> +<li>dc.srplace.subregion → cg.coverage.subregion</li> +<li>dc.contributor.corporate → dc.contributor.author</li> +<li>dc.identifier.url → cg.identifier.url</li> +<li>dc.identifier.doi → cg.identifier.doi</li> +<li>dc.identifier.googleurl → cg.identifier.googleurl</li> +<li>dc.identifier.dataurl → cg.identifier.dataurl</li> +</ul></li> +<li>Also, run fixes and deletes for species and author affiliations (over 1000 corrections!)</li> +</ul> + +<pre><code>$ ./fix-metadata-values.py -i Species-Peter-Fix.csv -f dc.Species -t CORRECT -m 212 -d dspace -u dspace -p 'fuuu' +./fix-metadata-values.py -i Affiliations-Fix-1045-Peter-Abenet.csv -f dc.contributor.affiliation -t Correct -m 211 -d dspace -u dspace -p 'fuuu' +./delete-metadata-values.py -f dc.contributor.affiliation -i Affiliations-Delete-Peter-Abenet.csv -m 211 -u dspace -d dspace -p 'fuuu' +</code></pre> + +<ul> +<li>I then ran all server updates and rebooted the server</li> +</ul>