diff --git a/content/posts/2018-10.md b/content/posts/2018-10.md index a044f6f4f..bbc8879ac 100644 --- a/content/posts/2018-10.md +++ b/content/posts/2018-10.md @@ -371,7 +371,7 @@ UPDATE metadatavalue SET text_value='CC-BY' WHERE resource_type_id=2 AND metadat UPDATE metadatavalue SET text_value='CC-BY-NC-4.0' WHERE resource_type_id=2 AND metadata_field_id=53 AND resource_id=78564; ``` -- I will update the values on CGSpace soon +- I updated the fields on CGSpace and then started a re-index of Discovery - We also need to re-think the `dc.rights` field in the submission form: we should probably use a popup controlled vocabulary and list the Creative Commons values with version numbers and allow the user to enter their own (like the ORCID identifier field) - Ask Jane if we can use some of the BDP money to host AReS explorer on a more powerful server - IWMI sent me a list of new ORCID identifiers for their staff so I combined them with our list, updated the names with my [resolve-orcids.py](https://gist.github.com/alanorth/57a88379126d844563c1410bd7b8d12b) script, and regenerated the controlled vocabulary: @@ -392,5 +392,6 @@ Given Names Deactivated Family Name Deactivated: 0000-0001-7930-5752 ``` - So I need to handle that situation in the script for sure, but I'm not sure what to do organizationally or ethically, since that user disabled their name! Do we remove him from the list? +- I made a pull request and merged the ORCID updates into the `5_x-prod` branch ([#397](https://github.com/ilri/DSpace/pull/397)) diff --git a/docs/2018-10/index.html b/docs/2018-10/index.html index ce8395f09..b31f53926 100644 --- a/docs/2018-10/index.html +++ b/docs/2018-10/index.html @@ -9,7 +9,7 @@ - + @@ -24,9 +24,9 @@ "@type": "BlogPosting", "headline": "October, 2018", "url": "https://alanorth.github.io/cgspace-notes/2018-10/", - "wordCount": "3021", + "wordCount": "3041", "datePublished": "2018-10-01T22:31:54+03:00", - "dateModified": "2018-10-17T00:33:01+03:00", + "dateModified": "2018-10-17T14:57:11+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -515,7 +515,7 @@ UPDATE metadatavalue SET text_value='CC-BY-NC-4.0' WHERE resource_type_id=2 AND
dc.rights
field in the submission form: we should probably use a popup controlled vocabulary and list the Creative Commons values with version numbers and allow the user to enter their own (like the ORCID identifier field)5_x-prod
branch (#397)