diff --git a/content/2016-08.md b/content/2016-08.md index 4588f34bc..dd78c0d7a 100644 --- a/content/2016-08.md +++ b/content/2016-08.md @@ -138,3 +138,5 @@ $ ln -sv ~/dspace/webapps/solr /opt/brew/Cellar/tomcat/8.5.4/libexec/webapps/sol ``` dspace=# update metadatavalue set text_value='CONGO, DR' where resource_type_id=2 and metadata_field_id=228 and text_value='CONGO,DR'; ``` + +- I asked a question on the DSpace mailing list about updating "preferred" forms of author names from ORCID diff --git a/public/2016-08/index.html b/public/2016-08/index.html index 879fb7304..237f86c86 100644 --- a/public/2016-08/index.html +++ b/public/2016-08/index.html @@ -243,6 +243,10 @@ $ ln -sv ~/dspace/webapps/solr /opt/brew/Cellar/tomcat/8.5.4/libexec/webapps/sol
dspace=# update metadatavalue set text_value='CONGO, DR' where resource_type_id=2 and metadata_field_id=228 and text_value='CONGO,DR';
 
+ +