diff --git a/content/2016-05.md b/content/2016-05.md index f3109c29b..29c4e2f2a 100644 --- a/content/2016-05.md +++ b/content/2016-05.md @@ -143,3 +143,17 @@ if(cells['thumbnails'].value.contains('hqdefault'), cells['thumbnails'].value.sp - Because ~400 records had the same filename on Flickr (hqdefault.jpg) but different UUIDs in the URL - So for the `hqdefault.jpg` ones I just take the UUID (-2) and use it as the filename - Before importing with SAFBuilder I tested adding "__bundle:THUMBNAIL" to the `filename` column and it works fine + +## 2016-05-19 + +- More quality control on `filename` field of CCAFS records to make processing in shell and SAFBuilder more reliable: + +``` +value.replace('_','').replace('-','') +``` + +- We need to hold off on moving `dc.Species` to `cg.species` because it is only used for plants, and might be better to move it to something like `cg.species.plant` +- And `dc.identifier.fund` is MOSTLY used for CPWF project identifier but has some other sponsorship things + - We should move PN*, SG*, CBA, IA, and PHASE* values to `cg.identifier.cpwfproject` + - The rest, like BMGF and USAID etc, might have to go to either `dc.description.sponsorship` or `cg.identifier.fund` (not sure yet) + - There are also some mistakes in CPWF's things, like "PN 47" \ No newline at end of file diff --git a/public/2016-05/index.html b/public/2016-05/index.html index 7f37f4a3b..f7633ac87 100644 --- a/public/2016-05/index.html +++ b/public/2016-05/index.html @@ -252,6 +252,26 @@ fi
  • Because ~400 records had the same filename on Flickr (hqdefault.jpg) but different UUIDs in the URL
  • So for the hqdefault.jpg ones I just take the UUID (-2) and use it as the filename
  • Before importing with SAFBuilder I tested adding “__bundle:THUMBNAIL” to the filename column and it works fine
  • + + +

    2016-05-19

    + + + +
    value.replace('_','').replace('-','')
    +
    + + diff --git a/public/index.xml b/public/index.xml index e2ad0c8a9..9eaa4a398 100644 --- a/public/index.xml +++ b/public/index.xml @@ -191,6 +191,26 @@ fi <li>So for the <code>hqdefault.jpg</code> ones I just take the UUID (-2) and use it as the filename</li> <li>Before importing with SAFBuilder I tested adding &ldquo;__bundle:THUMBNAIL&rdquo; to the <code>filename</code> column and it works fine</li> </ul> + +<h2 id="2016-05-19:b7bf1a0f8f2415a40e1e11e343b04c0d">2016-05-19</h2> + +<ul> +<li>More quality control on <code>filename</code> field of CCAFS records to make processing in shell and SAFBuilder more reliable:</li> +</ul> + +<pre><code>value.replace('_','').replace('-','') +</code></pre> + +<ul> +<li>We need to hold off on moving <code>dc.Species</code> to <code>cg.species</code> because it is only used for plants, and might be better to move it to something like <code>cg.species.plant</code></li> +<li>And <code>dc.identifier.fund</code> is MOSTLY used for CPWF project identifier but has some other sponsorship things + +<ul> +<li>We should move PN<em>, SG</em>, CBA, IA, and PHASE* values to <code>cg.identifier.cpwfproject</code></li> +<li>The rest, like BMGF and USAID etc, might have to go to either <code>dc.description.sponsorship</code> or <code>cg.identifier.fund</code> (not sure yet)</li> +<li>There are also some mistakes in CPWF&rsquo;s things, like &ldquo;PN 47&rdquo;</li> +</ul></li> +</ul> diff --git a/public/tags/notes/index.xml b/public/tags/notes/index.xml index 83fbb1d67..9a986b105 100644 --- a/public/tags/notes/index.xml +++ b/public/tags/notes/index.xml @@ -191,6 +191,26 @@ fi <li>So for the <code>hqdefault.jpg</code> ones I just take the UUID (-2) and use it as the filename</li> <li>Before importing with SAFBuilder I tested adding &ldquo;__bundle:THUMBNAIL&rdquo; to the <code>filename</code> column and it works fine</li> </ul> + +<h2 id="2016-05-19:b7bf1a0f8f2415a40e1e11e343b04c0d">2016-05-19</h2> + +<ul> +<li>More quality control on <code>filename</code> field of CCAFS records to make processing in shell and SAFBuilder more reliable:</li> +</ul> + +<pre><code>value.replace('_','').replace('-','') +</code></pre> + +<ul> +<li>We need to hold off on moving <code>dc.Species</code> to <code>cg.species</code> because it is only used for plants, and might be better to move it to something like <code>cg.species.plant</code></li> +<li>And <code>dc.identifier.fund</code> is MOSTLY used for CPWF project identifier but has some other sponsorship things + +<ul> +<li>We should move PN<em>, SG</em>, CBA, IA, and PHASE* values to <code>cg.identifier.cpwfproject</code></li> +<li>The rest, like BMGF and USAID etc, might have to go to either <code>dc.description.sponsorship</code> or <code>cg.identifier.fund</code> (not sure yet)</li> +<li>There are also some mistakes in CPWF&rsquo;s things, like &ldquo;PN 47&rdquo;</li> +</ul></li> +</ul>