From 3637837681c8207eac4559c28372304c8ecf4461 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 28 Jun 2016 16:46:09 +0300 Subject: [PATCH] Add notes for 2016-06-28 --- content/2016-06.md | 10 ++++++++++ public/2016-06/index.html | 11 +++++++++++ public/index.xml | 11 +++++++++++ public/tags/notes/index.xml | 11 +++++++++++ 4 files changed, 43 insertions(+) diff --git a/content/2016-06.md b/content/2016-06.md index a3f7972e6..e8852533e 100644 --- a/content/2016-06.md +++ b/content/2016-06.md @@ -228,3 +228,13 @@ $ ./delete-metadata-values.py -i investors-delete-82.csv -f dc.description.spons - [delete-metadata-values.py](https://gist.github.com/alanorth/bd7d58c947f686401a2b1fadc78736be) - Add new sponsors to controlled vocabulary ([#244](https://github.com/ilri/DSpace/pull/244)) - Refine submission form labels and hints + +## 2016-06-28 + +- Testing the cleanup of `dc.contributor.corporate` with 13 deletions and 121 replacements +- There are still ~97 fields that weren't indicated to do anything +- After the above deletions and replacements I regenerated a CSV and sent it to Peter *et al* to have a look + +``` +dspacetest=# \copy (select text_value, count(*) from metadatavalue where resource_type_id=2 and metadata_field_id=126 group by text_value order by count desc) to /tmp/contributors-june28.csv with csv; +``` diff --git a/public/2016-06/index.html b/public/2016-06/index.html index f5c2a5dda..b3fea2b69 100644 --- a/public/2016-06/index.html +++ b/public/2016-06/index.html @@ -353,6 +353,17 @@ $ ./delete-metadata-values.py -i investors-delete-82.csv -f dc.description.spons
  • Refine submission form labels and hints
  • +

    2016-06-28

    + + + +
    dspacetest=# \copy (select text_value, count(*) from metadatavalue where resource_type_id=2 and metadata_field_id=126 group by text_value order by count desc) to /tmp/contributors-june28.csv with csv;
    +
    +