diff --git a/content/2016-02.md b/content/2016-02.md index 6b3598f9b..efd17e85f 100644 --- a/content/2016-02.md +++ b/content/2016-02.md @@ -197,3 +197,12 @@ $ ls | grep -c -E "%" ``` - I suggest that we import ~850 or so of the clean ones first, then do the rest after I can find a clean/reliable way to decode the filenames +- This python2 snippet seems to work in the CLI, but not so well in OpenRefine: + +``` +$ python -c "import urllib, sys; print urllib.unquote(sys.argv[1])" CIAT_COLOMBIA_000169_T%C3%A9cnicas_para_el_aislamiento_y_cultivo_de_protoplastos_de_yuca.pdf +CIAT_COLOMBIA_000169_Técnicas_para_el_aislamiento_y_cultivo_de_protoplastos_de_yuca.pdf +``` + +- Merge pull requests for submission form theming ([#178](https://github.com/ilri/DSpace/pull/178)) and missing center subjects in XMLUI item views ([#176](https://github.com/ilri/DSpace/pull/176)) +- They will be deployed on CGSpace the next time I re-deploy diff --git a/public/2016-02/index.html b/public/2016-02/index.html index 399d96a53..077d4b18b 100644 --- a/public/2016-02/index.html +++ b/public/2016-02/index.html @@ -298,6 +298,16 @@ Processing 64195.pdf + +
$ python -c "import urllib, sys; print urllib.unquote(sys.argv[1])" CIAT_COLOMBIA_000169_T%C3%A9cnicas_para_el_aislamiento_y_cultivo_de_protoplastos_de_yuca.pdf
+CIAT_COLOMBIA_000169_Técnicas_para_el_aislamiento_y_cultivo_de_protoplastos_de_yuca.pdf
+
+ + diff --git a/public/index.xml b/public/index.xml index fcaae8613..4b6964298 100644 --- a/public/index.xml +++ b/public/index.xml @@ -236,6 +236,16 @@ Processing 64195.pdf <ul> <li>I suggest that we import ~850 or so of the clean ones first, then do the rest after I can find a clean/reliable way to decode the filenames</li> +<li>This python2 snippet seems to work in the CLI, but not so well in OpenRefine:</li> +</ul> + +<pre><code>$ python -c &quot;import urllib, sys; print urllib.unquote(sys.argv[1])&quot; CIAT_COLOMBIA_000169_T%C3%A9cnicas_para_el_aislamiento_y_cultivo_de_protoplastos_de_yuca.pdf +CIAT_COLOMBIA_000169_Técnicas_para_el_aislamiento_y_cultivo_de_protoplastos_de_yuca.pdf +</code></pre> + +<ul> +<li>Merge pull requests for submission form theming (<a href="https://github.com/ilri/DSpace/pull/178">#178</a>) and missing center subjects in XMLUI item views (<a href="https://github.com/ilri/DSpace/pull/176">#176</a>)</li> +<li>They will be deployed on CGSpace the next time I re-deploy</li> </ul> diff --git a/public/tags/notes/index.xml b/public/tags/notes/index.xml index 532faaf7a..cf1cc6abe 100644 --- a/public/tags/notes/index.xml +++ b/public/tags/notes/index.xml @@ -236,6 +236,16 @@ Processing 64195.pdf <ul> <li>I suggest that we import ~850 or so of the clean ones first, then do the rest after I can find a clean/reliable way to decode the filenames</li> +<li>This python2 snippet seems to work in the CLI, but not so well in OpenRefine:</li> +</ul> + +<pre><code>$ python -c &quot;import urllib, sys; print urllib.unquote(sys.argv[1])&quot; CIAT_COLOMBIA_000169_T%C3%A9cnicas_para_el_aislamiento_y_cultivo_de_protoplastos_de_yuca.pdf +CIAT_COLOMBIA_000169_Técnicas_para_el_aislamiento_y_cultivo_de_protoplastos_de_yuca.pdf +</code></pre> + +<ul> +<li>Merge pull requests for submission form theming (<a href="https://github.com/ilri/DSpace/pull/178">#178</a>) and missing center subjects in XMLUI item views (<a href="https://github.com/ilri/DSpace/pull/176">#176</a>)</li> +<li>They will be deployed on CGSpace the next time I re-deploy</li> </ul>