diff --git a/content/posts/2018-09.md b/content/posts/2018-09.md index 95aece8dd..6b35d1a1c 100644 --- a/content/posts/2018-09.md +++ b/content/posts/2018-09.md @@ -112,5 +112,31 @@ org.dspace.authorize.AuthorizeException: Authorization denied for action WORKFLO ``` - Seems to be during submit step, because it's workflow step 1...? +- Move some top-level CRP communities to be below the new [CGIAR Research Programs and Platforms](https://cgspace.cgiar.org/handle/10568/97114) community: + +``` +$ dspace community-filiator --set -p 10568/97114 -c 10568/51670 +$ dspace community-filiator --set -p 10568/97114 -c 10568/35409 +$ dspace community-filiator --set -p 10568/97114 -c 10568/3112 +``` + +- Valerio contacted me to point out some issues with metadata on CGSpace, which I corrected in PostgreSQL: + +``` +update metadatavalue set text_value='ISI Journal' where resource_type_id=2 and metadata_field_id=226 and text_value='ISI Juornal'; +UPDATE 1 +update metadatavalue set text_value='ISI Journal' where resource_type_id=2 and metadata_field_id=226 and text_value='ISI journal'; +UPDATE 23 +update metadatavalue set text_value='ISI Journal' where resource_type_id=2 and metadata_field_id=226 and text_value='YES'; +UPDATE 1 +delete from metadatavalue where resource_type_id=2 and metadata_field_id=226 and text_value='NO'; +DELETE 17 +update metadatavalue set text_value='ISI Journal' where resource_type_id=2 and metadata_field_id=226 and text_value='ISI'; +UPDATE 15 +``` + +- Start working on adding metadata for access and usage rights that we started earlier in 2018 (and also in 2017) +- The current `cg.identifier.status` field will become "Access rights" and `dc.rights` will become "Usage rights" +- I have some work in progress on the [`5_x-rights` branch](https://github.com/alanorth/DSpace/tree/5_x-rights) diff --git a/docs/2018-09/index.html b/docs/2018-09/index.html index e590d7cbd..2a1370129 100644 --- a/docs/2018-09/index.html +++ b/docs/2018-09/index.html @@ -18,7 +18,7 @@ I’m testing the new DSpace 5.8 branch in my Ubuntu 18.04 environment and I " /> - +
$ dspace community-filiator --set -p 10568/97114 -c 10568/51670
+$ dspace community-filiator --set -p 10568/97114 -c 10568/35409
+$ dspace community-filiator --set -p 10568/97114 -c 10568/3112
+
+
+update metadatavalue set text_value='ISI Journal' where resource_type_id=2 and metadata_field_id=226 and text_value='ISI Juornal';
+UPDATE 1
+update metadatavalue set text_value='ISI Journal' where resource_type_id=2 and metadata_field_id=226 and text_value='ISI journal';
+UPDATE 23
+update metadatavalue set text_value='ISI Journal' where resource_type_id=2 and metadata_field_id=226 and text_value='YES';
+UPDATE 1
+delete from metadatavalue where resource_type_id=2 and metadata_field_id=226 and text_value='NO';
+DELETE 17
+update metadatavalue set text_value='ISI Journal' where resource_type_id=2 and metadata_field_id=226 and text_value='ISI';
+UPDATE 15
+
+
+cg.identifier.status
field will become “Access rights” and dc.rights
will become “Usage rights”5_x-rights
branch