From 44733f9d2ab8ecb70f59cd352eb26abe30b0420f Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 24 Jan 2017 10:25:56 +0200 Subject: [PATCH] Update notes --- content/post/2017-01.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/post/2017-01.md b/content/post/2017-01.md index 8de8c3497..5ef2ff18e 100644 --- a/content/post/2017-01.md +++ b/content/post/2017-01.md @@ -145,7 +145,7 @@ print("Fixing {} occurences of: {}".format(records_to_fix, record[0].encode('utf - Now back to cleaning up some journal titles so we can make the controlled vocabulary: ``` -$ ./fix-metadata-values.py -i /tmp/fix-27-journal-titles.csv -f dc.source -t correct -m 55 -d dspace-u dspace-p 'fuuu' +$ ./fix-metadata-values.py -i /tmp/fix-27-journal-titles.csv -f dc.source -t correct -m 55 -d dspace -u dspace -p 'fuuu' ``` - Now get the top 500 journal titles: @@ -238,3 +238,7 @@ $ for community in 10568/171 10568/27868 10568/231 10568/27869 10568/150 10568/2 10568/42161 10568/171 10568/79341 10568/41914 10568/171 10568/79340 ``` + +## 2017-01-24 + +- Run all updates on DSpace Test and reboot the server