diff --git a/content/2016-06.md b/content/2016-06.md index e8852533e..75714be87 100644 --- a/content/2016-06.md +++ b/content/2016-06.md @@ -238,3 +238,38 @@ $ ./delete-metadata-values.py -i investors-delete-82.csv -f dc.description.spons ``` dspacetest=# \copy (select text_value, count(*) from metadatavalue where resource_type_id=2 and metadata_field_id=126 group by text_value order by count desc) to /tmp/contributors-june28.csv with csv; ``` + +- Re-evaluate `dc.contributor.corporate` and it seems we will move it to `dc.contributor.author` as this is more in line with how editors are actually using it + +## 2016-06-29 + +- Test run of `migrate-fields.sh` with the following re-mappings: + +``` +72 55 #dc.source +86 230 #cg.contributor.crp +91 211 #cg.contributor.affiliation +94 212 #cg.species +107 231 #cg.coverage.subregion +126 3 #dc.contributor.author +73 219 #cg.identifier.url +74 220 #cg.identifier.doi +79 222 #cg.identifier.googleurl +89 223 #cg.identifier.dataurl +``` + +- Run all cleanups and deletions of `dc.contributor.corporate` on CGSpace: + +``` +$ ./fix-metadata-values.py -i Corporate-Authors-Fix-121.csv -f dc.contributor.corporate -t 'Correct style' -m 126 -d cgspace -u cgspace -p 'fuuu' +$ ./fix-metadata-values.py -i Corporate-Authors-Fix-PB.csv -f dc.contributor.corporate -t 'should be' -m 126 -d cgspace -u cgspace -p 'fuuu' +$ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-Delete-13.csv -m 126 -u cgspace -d cgspace -p 'fuuu' +``` + +- Re-deploy CGSpace and DSpace Test with latest June changes +- Now the sharing and Altmetric bits are more prominent: + +![DSpace 5.1 XMLUI With Altmetric Badge](../images/2016/06/xmlui-altmetric-sharing.png) + +- Run all system updates on the servers and reboot +- Start working on config changes for phase three of the metadata migrations diff --git a/public/2016-06/index.html b/public/2016-06/index.html index b3fea2b69..fdedf5b2f 100644 --- a/public/2016-06/index.html +++ b/public/2016-06/index.html @@ -364,6 +364,43 @@ $ ./delete-metadata-values.py -i investors-delete-82.csv -f dc.description.spons
dspacetest=# \copy (select text_value, count(*) from metadatavalue where resource_type_id=2 and metadata_field_id=126 group by text_value order by count desc) to /tmp/contributors-june28.csv with csv;
 
+ + +

2016-06-29

+ + + +
72  55  #dc.source
+86  230 #cg.contributor.crp
+91  211 #cg.contributor.affiliation
+94  212 #cg.species
+107 231 #cg.coverage.subregion
+126 3   #dc.contributor.author
+73  219 #cg.identifier.url
+74  220 #cg.identifier.doi
+79  222 #cg.identifier.googleurl
+89  223 #cg.identifier.dataurl
+
+ + + +
$ ./fix-metadata-values.py -i Corporate-Authors-Fix-121.csv -f dc.contributor.corporate -t 'Correct style' -m 126 -d cgspace -u cgspace -p 'fuuu'
+$ ./fix-metadata-values.py -i Corporate-Authors-Fix-PB.csv -f dc.contributor.corporate -t 'should be' -m 126 -d cgspace -u cgspace -p 'fuuu'
+$ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-Delete-13.csv -m 126 -u cgspace -d cgspace -p 'fuuu'
+
+ + +