From 7d7e9775df82c48ddf4a494f6888a47d49d9ba33 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 9 Jun 2016 09:42:38 +0300 Subject: [PATCH] Add notes for 2016-06-08 --- public/2016-06/index.html | 18 ++++++++++++++++++ public/index.xml | 18 ++++++++++++++++++ public/tags/notes/index.xml | 18 ++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/public/2016-06/index.html b/public/2016-06/index.html index ed76e788e..4d7c3743b 100644 --- a/public/2016-06/index.html +++ b/public/2016-06/index.html @@ -226,6 +226,24 @@ UPDATE 960
  • Discuss pulling data from IFPRI’s ContentDM with Ryan Miller

  • Looks like OAI is kinda obtuse for this, and if we use ContentDM’s API we’ll be able to access their internal field names (rather than trying to figure out how they stuffed them into various, repeated Dublin Core fields)

  • + + +

    2016-06-08

    + + + +
    $ xml sel -t -m '//value-pairs[@value-pairs-name="ilrisubject"]/pair/displayed-value/text()' -c '.' -n dspace/config/input-forms.xml
    +
    + + diff --git a/public/index.xml b/public/index.xml index 28565508f..017efff50 100644 --- a/public/index.xml +++ b/public/index.xml @@ -165,6 +165,24 @@ UPDATE 960 <li><p>Looks like OAI is kinda obtuse for this, and if we use ContentDM&rsquo;s API we&rsquo;ll be able to access their internal field names (rather than trying to figure out how they stuffed them into various, repeated Dublin Core fields)</p></li> </ul> + +<h2 id="2016-06-08:6783872e82b68b1517e00f494e6b6504">2016-06-08</h2> + +<ul> +<li>Discuss controlled vocabularies for ~28 fields</li> +<li>Looks like this is all we need: <a href="https://wiki.duraspace.org/display/DSDOC5x/Submission+User+Interface#SubmissionUserInterface-ConfiguringControlledVocabularies">https://wiki.duraspace.org/display/DSDOC5x/Submission+User+Interface#SubmissionUserInterface-ConfiguringControlledVocabularies</a></li> +<li>I wrote an XPath expression to extract the ILRI subjects from <code>input-forms.xml</code> (uses xmlstartlet):</li> +</ul> + +<pre><code>$ xml sel -t -m '//value-pairs[@value-pairs-name=&quot;ilrisubject&quot;]/pair/displayed-value/text()' -c '.' -n dspace/config/input-forms.xml +</code></pre> + +<ul> +<li>Write to Atmire about the use of <code>atmire.orcid.id</code> to see if we can change it</li> +<li>Seems to be a virtual field that is queried from the authority cache&hellip; hmm</li> +<li>In other news, I found out that the About page that we haven&rsquo;t been using lives in <code>dspace/config/about.xml</code>, so now we can update the text</li> +<li>File bug about <code>closed=&quot;true&quot;</code> attribute of controlled vocabularies not working: <a href="https://jira.duraspace.org/browse/DS-3238">https://jira.duraspace.org/browse/DS-3238</a></li> +</ul> diff --git a/public/tags/notes/index.xml b/public/tags/notes/index.xml index 851e76e34..afaa26971 100644 --- a/public/tags/notes/index.xml +++ b/public/tags/notes/index.xml @@ -165,6 +165,24 @@ UPDATE 960 <li><p>Looks like OAI is kinda obtuse for this, and if we use ContentDM&rsquo;s API we&rsquo;ll be able to access their internal field names (rather than trying to figure out how they stuffed them into various, repeated Dublin Core fields)</p></li> </ul> + +<h2 id="2016-06-08:6783872e82b68b1517e00f494e6b6504">2016-06-08</h2> + +<ul> +<li>Discuss controlled vocabularies for ~28 fields</li> +<li>Looks like this is all we need: <a href="https://wiki.duraspace.org/display/DSDOC5x/Submission+User+Interface#SubmissionUserInterface-ConfiguringControlledVocabularies">https://wiki.duraspace.org/display/DSDOC5x/Submission+User+Interface#SubmissionUserInterface-ConfiguringControlledVocabularies</a></li> +<li>I wrote an XPath expression to extract the ILRI subjects from <code>input-forms.xml</code> (uses xmlstartlet):</li> +</ul> + +<pre><code>$ xml sel -t -m '//value-pairs[@value-pairs-name=&quot;ilrisubject&quot;]/pair/displayed-value/text()' -c '.' -n dspace/config/input-forms.xml +</code></pre> + +<ul> +<li>Write to Atmire about the use of <code>atmire.orcid.id</code> to see if we can change it</li> +<li>Seems to be a virtual field that is queried from the authority cache&hellip; hmm</li> +<li>In other news, I found out that the About page that we haven&rsquo;t been using lives in <code>dspace/config/about.xml</code>, so now we can update the text</li> +<li>File bug about <code>closed=&quot;true&quot;</code> attribute of controlled vocabularies not working: <a href="https://jira.duraspace.org/browse/DS-3238">https://jira.duraspace.org/browse/DS-3238</a></li> +</ul>