From fe4266516f9097ac19ffd26c0026e818781eb092 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 14 Aug 2017 12:40:13 +0300 Subject: [PATCH] Add notes for 2017-08-14 --- content/post/2017-08.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/content/post/2017-08.md b/content/post/2017-08.md index 562b5595c..05748403d 100644 --- a/content/post/2017-08.md +++ b/content/post/2017-08.md @@ -115,3 +115,26 @@ dspace#= \copy (select distinct text_value, count(*) from metadatavalue where me proxy_pass http://tomcat_http; } ``` + +## 2017-08-13 + +- Macaroni Bros say that CCAFS wants them to check once every hour for changes +- I told them to check every four or six hours + +## 2017-08-14 + +- Run author corrections on CGIAR Library community from Peter + +``` +$ ./fix-metadata-values.py -i /tmp/authors-fix-523.csv -f dc.contributor.author -t correct -m 3 -d dspace -u dspace -p fuuuu +``` + +- There were only three deletions so I just did them manually: + +``` +dspace=# delete from metadatavalue where resource_type_id=2 and metadata_field_id=3 and text_value='C'; +DELETE 1 +dspace=# delete from metadatavalue where resource_type_id=2 and metadata_field_id=3 and text_value='WSSD'; +``` + +- Generate a new list of authors from the CGIAR Library community for Peter to look through now that the initial corrections have been done