diff --git a/content/2016-04.md b/content/2016-04.md index ed79d6f06..83427a5a6 100644 --- a/content/2016-04.md +++ b/content/2016-04.md @@ -90,3 +90,23 @@ UPDATE 51258 - Discuss metadata renaming with Abenet, we decided it's better to start with the center-specific subjects like ILRI, CIFOR, CCAFS, IWMI, and CPWF - I've e-mailed CCAFS and CPWF people to ask them how much time it will take for them to update their systems to cope with this change + +## 2016-04-10 + +- Looking at the DOI issue [reported by Leroy from CIAT a few weeks ago](https://www.yammer.com/dspacedevelopers/#/Threads/show?threadId=678507860) +- It seems the `dx.doi.org` URLs are much more proper in our repository! + +``` +dspacetest=# select count(*) from metadatavalue where metadata_field_id=74 and text_value like 'http://dx.doi.org%'; + count +------- + 5638 +(1 row) + +dspacetest=# select count(*) from metadatavalue where metadata_field_id=74 and text_value like 'http://doi.org%'; + count +------- + 3 +``` + +- I will manually edit the `dc.identifier.doi` in [10568/72509](https://cgspace.cgiar.org/handle/10568/72509?show=full) and tweet the link, then check back in a week to see if the donut gets updated diff --git a/public/2016-04/index.html b/public/2016-04/index.html index 4255327bd..ed7aaf77f 100644 --- a/public/2016-04/index.html +++ b/public/2016-04/index.html @@ -174,6 +174,29 @@ UPDATE 51258 + +

2016-04-10

+ + + +
dspacetest=# select count(*) from metadatavalue where metadata_field_id=74 and text_value like 'http://dx.doi.org%';
+ count
+-------
+  5638
+(1 row)
+
+dspacetest=# select count(*) from metadatavalue where metadata_field_id=74 and text_value like 'http://doi.org%';
+ count
+-------
+     3
+
+ + diff --git a/public/index.xml b/public/index.xml index 9b58a1b35..1147e01c5 100644 --- a/public/index.xml +++ b/public/index.xml @@ -113,6 +113,29 @@ UPDATE 51258 <li>Discuss metadata renaming with Abenet, we decided it&rsquo;s better to start with the center-specific subjects like ILRI, CIFOR, CCAFS, IWMI, and CPWF</li> <li>I&rsquo;ve e-mailed CCAFS and CPWF people to ask them how much time it will take for them to update their systems to cope with this change</li> </ul> + +<h2 id="2016-04-10:c88be15f5b2f07c85f7742556a955e47">2016-04-10</h2> + +<ul> +<li>Looking at the DOI issue <a href="https://www.yammer.com/dspacedevelopers/#/Threads/show?threadId=678507860">reported by Leroy from CIAT a few weeks ago</a></li> +<li>It seems the <code>dx.doi.org</code> URLs are much more proper in our repository!</li> +</ul> + +<pre><code>dspacetest=# select count(*) from metadatavalue where metadata_field_id=74 and text_value like 'http://dx.doi.org%'; + count +------- + 5638 +(1 row) + +dspacetest=# select count(*) from metadatavalue where metadata_field_id=74 and text_value like 'http://doi.org%'; + count +------- + 3 +</code></pre> + +<ul> +<li>I will manually edit the <code>dc.identifier.doi</code> in <a href="https://cgspace.cgiar.org/handle/10568/72509?show=full"><sup>10568</sup>&frasl;<sub>72509</sub></a> and tweet the link, then check back in a week to see if the donut gets updated</li> +</ul> diff --git a/public/tags/notes/index.xml b/public/tags/notes/index.xml index 2bc5b2919..2b53680f5 100644 --- a/public/tags/notes/index.xml +++ b/public/tags/notes/index.xml @@ -113,6 +113,29 @@ UPDATE 51258 <li>Discuss metadata renaming with Abenet, we decided it&rsquo;s better to start with the center-specific subjects like ILRI, CIFOR, CCAFS, IWMI, and CPWF</li> <li>I&rsquo;ve e-mailed CCAFS and CPWF people to ask them how much time it will take for them to update their systems to cope with this change</li> </ul> + +<h2 id="2016-04-10:c88be15f5b2f07c85f7742556a955e47">2016-04-10</h2> + +<ul> +<li>Looking at the DOI issue <a href="https://www.yammer.com/dspacedevelopers/#/Threads/show?threadId=678507860">reported by Leroy from CIAT a few weeks ago</a></li> +<li>It seems the <code>dx.doi.org</code> URLs are much more proper in our repository!</li> +</ul> + +<pre><code>dspacetest=# select count(*) from metadatavalue where metadata_field_id=74 and text_value like 'http://dx.doi.org%'; + count +------- + 5638 +(1 row) + +dspacetest=# select count(*) from metadatavalue where metadata_field_id=74 and text_value like 'http://doi.org%'; + count +------- + 3 +</code></pre> + +<ul> +<li>I will manually edit the <code>dc.identifier.doi</code> in <a href="https://cgspace.cgiar.org/handle/10568/72509?show=full"><sup>10568</sup>&frasl;<sub>72509</sub></a> and tweet the link, then check back in a week to see if the donut gets updated</li> +</ul>