From 561e9860cc609fc7e3e8f244d2a512e98a4218a9 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 17 Oct 2016 10:41:40 -0400 Subject: [PATCH] Add notes for 2016-10-17 --- content/post/2016-10.md | 10 ++++++++++ public/2015-11/index.html | 2 +- public/2015-12/index.html | 2 +- public/2016-01/index.html | 2 +- public/2016-02/index.html | 2 +- public/2016-03/index.html | 2 +- public/2016-04/index.html | 2 +- public/2016-05/index.html | 2 +- public/2016-06/index.html | 2 +- public/2016-07/index.html | 2 +- public/2016-08/index.html | 2 +- public/2016-09/index.html | 2 +- public/2016-10/index.html | 15 ++++++++++++++- public/index.html | 2 +- public/index.xml | 13 +++++++++++++ public/page/2/index.html | 2 +- public/post/index.html | 2 +- public/post/index.xml | 13 +++++++++++++ public/post/page/2/index.html | 2 +- public/tags/notes/index.html | 2 +- public/tags/notes/index.xml | 13 +++++++++++++ public/tags/notes/page/2/index.html | 2 +- 22 files changed, 80 insertions(+), 18 deletions(-) diff --git a/content/post/2016-10.md b/content/post/2016-10.md index e8e9558ed..c98cb5b34 100644 --- a/content/post/2016-10.md +++ b/content/post/2016-10.md @@ -88,3 +88,13 @@ root@linode01:~# ls -lh /var/log/tomcat7/localhost_access_log.2015* | wc -l - Run all system updates on DSpace Test and reboot server - Looking into some issues with Discovery filters in Atmire's content and usage analysis module after adjusting the filter class - Looks like changing the filters from `configuration.DiscoverySearchFilterFacet` to `configuration.DiscoverySearchFilter` breaks them in Atmire CUA module + +## 2016-10-17 + +- A bit more cleanup on the CCAFS authors, and run the corrections on DSpace Test: + +``` +$ ./fix-metadata-values.py -i ccafs-authors-oct-16.csv -f dc.contributor.author -t 'correct name' -m 3 -d dspace -u dspace -p fuuu +``` + +- One observation is that there are still some old versions of names in the author lookup because authors appear in other communities (as we only corrected authors from CCAFS for this round) diff --git a/public/2015-11/index.html b/public/2015-11/index.html index c7c375b9e..52d4a6d39 100644 --- a/public/2015-11/index.html +++ b/public/2015-11/index.html @@ -41,7 +41,7 @@ - + diff --git a/public/2015-12/index.html b/public/2015-12/index.html index 13e96428b..332bbd648 100644 --- a/public/2015-12/index.html +++ b/public/2015-12/index.html @@ -41,7 +41,7 @@ - + diff --git a/public/2016-01/index.html b/public/2016-01/index.html index c3e699f51..28ee5d287 100644 --- a/public/2016-01/index.html +++ b/public/2016-01/index.html @@ -41,7 +41,7 @@ - + diff --git a/public/2016-02/index.html b/public/2016-02/index.html index 8b8cb62bc..b26d82c60 100644 --- a/public/2016-02/index.html +++ b/public/2016-02/index.html @@ -41,7 +41,7 @@ - + diff --git a/public/2016-03/index.html b/public/2016-03/index.html index f563a4efb..b8f27badc 100644 --- a/public/2016-03/index.html +++ b/public/2016-03/index.html @@ -41,7 +41,7 @@ - + diff --git a/public/2016-04/index.html b/public/2016-04/index.html index 4f62508d5..37ab98bee 100644 --- a/public/2016-04/index.html +++ b/public/2016-04/index.html @@ -41,7 +41,7 @@ - + diff --git a/public/2016-05/index.html b/public/2016-05/index.html index cd1a1e985..8aa133aed 100644 --- a/public/2016-05/index.html +++ b/public/2016-05/index.html @@ -41,7 +41,7 @@ - + diff --git a/public/2016-06/index.html b/public/2016-06/index.html index 49ab06b89..68f8065bb 100644 --- a/public/2016-06/index.html +++ b/public/2016-06/index.html @@ -41,7 +41,7 @@ - + diff --git a/public/2016-07/index.html b/public/2016-07/index.html index 8098f6990..0b647ff8b 100644 --- a/public/2016-07/index.html +++ b/public/2016-07/index.html @@ -41,7 +41,7 @@ - + diff --git a/public/2016-08/index.html b/public/2016-08/index.html index 4c42dc498..c7fb97492 100644 --- a/public/2016-08/index.html +++ b/public/2016-08/index.html @@ -41,7 +41,7 @@ - + diff --git a/public/2016-09/index.html b/public/2016-09/index.html index 3657178de..f67c8aac0 100644 --- a/public/2016-09/index.html +++ b/public/2016-09/index.html @@ -41,7 +41,7 @@ - + diff --git a/public/2016-10/index.html b/public/2016-10/index.html index 6b56b915c..6d03ef907 100644 --- a/public/2016-10/index.html +++ b/public/2016-10/index.html @@ -41,7 +41,7 @@ - + @@ -199,6 +199,19 @@ DELETE 11
  • Looks like changing the filters from configuration.DiscoverySearchFilterFacet to configuration.DiscoverySearchFilter breaks them in Atmire CUA module
  • +

    2016-10-17

    + + + +
    $ ./fix-metadata-values.py -i ccafs-authors-oct-16.csv -f dc.contributor.author -t 'correct name' -m 3 -d dspace -u dspace -p fuuu
    +
    + + + diff --git a/public/index.html b/public/index.html index a9670c1ff..f6dbf5662 100644 --- a/public/index.html +++ b/public/index.html @@ -38,7 +38,7 @@ - + diff --git a/public/index.xml b/public/index.xml index 00d3d6d18..871f668f5 100644 --- a/public/index.xml +++ b/public/index.xml @@ -125,6 +125,19 @@ DELETE 11 <li>Looking into some issues with Discovery filters in Atmire&rsquo;s content and usage analysis module after adjusting the filter class</li> <li>Looks like changing the filters from <code>configuration.DiscoverySearchFilterFacet</code> to <code>configuration.DiscoverySearchFilter</code> breaks them in Atmire CUA module</li> </ul> + +<h2 id="2016-10-17">2016-10-17</h2> + +<ul> +<li>A bit more cleanup on the CCAFS authors, and run the corrections on DSpace Test:</li> +</ul> + +<pre><code>$ ./fix-metadata-values.py -i ccafs-authors-oct-16.csv -f dc.contributor.author -t 'correct name' -m 3 -d dspace -u dspace -p fuuu +</code></pre> + +<ul> +<li>One observation is that there are still some old versions of names in the author lookup because authors appear in other communities (as we only corrected authors from CCAFS for this round)</li> +</ul> diff --git a/public/page/2/index.html b/public/page/2/index.html index 1062b80ba..b088a597a 100644 --- a/public/page/2/index.html +++ b/public/page/2/index.html @@ -38,7 +38,7 @@ - + diff --git a/public/post/index.html b/public/post/index.html index 3837eb861..0cc9774c1 100644 --- a/public/post/index.html +++ b/public/post/index.html @@ -38,7 +38,7 @@ - + diff --git a/public/post/index.xml b/public/post/index.xml index 811e9f14d..0b00255ea 100644 --- a/public/post/index.xml +++ b/public/post/index.xml @@ -125,6 +125,19 @@ DELETE 11 <li>Looking into some issues with Discovery filters in Atmire&rsquo;s content and usage analysis module after adjusting the filter class</li> <li>Looks like changing the filters from <code>configuration.DiscoverySearchFilterFacet</code> to <code>configuration.DiscoverySearchFilter</code> breaks them in Atmire CUA module</li> </ul> + +<h2 id="2016-10-17">2016-10-17</h2> + +<ul> +<li>A bit more cleanup on the CCAFS authors, and run the corrections on DSpace Test:</li> +</ul> + +<pre><code>$ ./fix-metadata-values.py -i ccafs-authors-oct-16.csv -f dc.contributor.author -t 'correct name' -m 3 -d dspace -u dspace -p fuuu +</code></pre> + +<ul> +<li>One observation is that there are still some old versions of names in the author lookup because authors appear in other communities (as we only corrected authors from CCAFS for this round)</li> +</ul> diff --git a/public/post/page/2/index.html b/public/post/page/2/index.html index 774fe4887..aa3dcd487 100644 --- a/public/post/page/2/index.html +++ b/public/post/page/2/index.html @@ -38,7 +38,7 @@ - + diff --git a/public/tags/notes/index.html b/public/tags/notes/index.html index 565236f0a..88dc36a1a 100644 --- a/public/tags/notes/index.html +++ b/public/tags/notes/index.html @@ -38,7 +38,7 @@ - + diff --git a/public/tags/notes/index.xml b/public/tags/notes/index.xml index 6e77ae413..5d2caa83c 100644 --- a/public/tags/notes/index.xml +++ b/public/tags/notes/index.xml @@ -124,6 +124,19 @@ DELETE 11 <li>Looking into some issues with Discovery filters in Atmire&rsquo;s content and usage analysis module after adjusting the filter class</li> <li>Looks like changing the filters from <code>configuration.DiscoverySearchFilterFacet</code> to <code>configuration.DiscoverySearchFilter</code> breaks them in Atmire CUA module</li> </ul> + +<h2 id="2016-10-17">2016-10-17</h2> + +<ul> +<li>A bit more cleanup on the CCAFS authors, and run the corrections on DSpace Test:</li> +</ul> + +<pre><code>$ ./fix-metadata-values.py -i ccafs-authors-oct-16.csv -f dc.contributor.author -t 'correct name' -m 3 -d dspace -u dspace -p fuuu +</code></pre> + +<ul> +<li>One observation is that there are still some old versions of names in the author lookup because authors appear in other communities (as we only corrected authors from CCAFS for this round)</li> +</ul> diff --git a/public/tags/notes/page/2/index.html b/public/tags/notes/page/2/index.html index 1dc87c013..0577f919f 100644 --- a/public/tags/notes/page/2/index.html +++ b/public/tags/notes/page/2/index.html @@ -38,7 +38,7 @@ - +