From fc3235ed84d06791f52f3702a09d28d6932ccb95 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 12 May 2016 18:40:59 +0300 Subject: [PATCH] Add notes for 2016-05-12 --- content/2016-05.md | 18 ++++++++++++++++++ public/2016-05/index.html | 25 +++++++++++++++++++++++++ public/index.xml | 25 +++++++++++++++++++++++++ public/tags/notes/index.xml | 25 +++++++++++++++++++++++++ 4 files changed, 93 insertions(+) diff --git a/content/2016-05.md b/content/2016-05.md index 2c30ab837..5f89f7658 100644 --- a/content/2016-05.md +++ b/content/2016-05.md @@ -102,3 +102,21 @@ fi - I've sent them a question about it - A user mentioned having problems with uploading a 33 MB PDF - I told her I would increase the limit temporarily tomorrow morning +- Turns out she was able to decrease the size of the PDF so we didn't have to do anything + +## 2016-05-12 + +- Looks like the issue that Abenet was having a few days ago with "Connection Reset" in Firefox might be due to a Firefox 46 issue: https://bugzilla.mozilla.org/show_bug.cgi?id=1268775 +- I finally found a copy of the latest CG Core metadata guidelines and it looks like we can add a few more fields to our next migration: + - dc.rplace.region → cg.coverage.region + - dc.cplace.country → cg.coverage.country +- Questions for CG people: + - Our `dc.place` and `dc.srplace.subregion` could both map to `cg.coverage.admin-unit`? + - Should we use `dc.contributor.crp` or `cg.contributor.crp` for the CRP (ours is `dc.crsubject.crpsubject`)? + - Our `dc.contributor.affiliation` and `dc.contributor.corporate` could both map to `dc.contributor` and possibly `dc.contributor.center` depending on if it's a CG center or not + - `dc.title.jtitle` could either map to `dc.publisher` or `dc.source` depending on how you read things +- Found ~200 messed up CIAT values in `dc.publisher`: + +``` +# select text_value from metadatavalue where resource_type_id=2 and metadata_field_id=39 and text_value similar to "% %"; +``` diff --git a/public/2016-05/index.html b/public/2016-05/index.html index 15d5ca83e..ec1e9f238 100644 --- a/public/2016-05/index.html +++ b/public/2016-05/index.html @@ -196,8 +196,33 @@ fi
  • I’ve sent them a question about it
  • A user mentioned having problems with uploading a 33 MB PDF
  • I told her I would increase the limit temporarily tomorrow morning
  • +
  • Turns out she was able to decrease the size of the PDF so we didn’t have to do anything
  • +

    2016-05-12

    + + + +
    # select text_value from metadatavalue where resource_type_id=2 and metadata_field_id=39 and text_value similar to "%  %";
    +
    +