Add notes for 2016-06-08

This commit is contained in:
Alan Orth 2016-06-09 09:42:38 +03:00
parent bf9575e09a
commit 7d7e9775df
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
3 changed files with 54 additions and 0 deletions

View File

@ -226,6 +226,24 @@ UPDATE 960
<li><p>Discuss pulling data from IFPRI&rsquo;s ContentDM with Ryan Miller</p></li>
<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>
</section>

View File

@ -165,6 +165,24 @@ UPDATE 960
&lt;li&gt;&lt;p&gt;Looks like OAI is kinda obtuse for this, and if we use ContentDM&amp;rsquo;s API we&amp;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)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-08:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Discuss controlled vocabularies for ~28 fields&lt;/li&gt;
&lt;li&gt;Looks like this is all we need: &lt;a href=&#34;https://wiki.duraspace.org/display/DSDOC5x/Submission+User+Interface#SubmissionUserInterface-ConfiguringControlledVocabularies&#34;&gt;https://wiki.duraspace.org/display/DSDOC5x/Submission+User+Interface#SubmissionUserInterface-ConfiguringControlledVocabularies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;I wrote an XPath expression to extract the ILRI subjects from &lt;code&gt;input-forms.xml&lt;/code&gt; (uses xmlstartlet):&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;$ xml sel -t -m &#39;//value-pairs[@value-pairs-name=&amp;quot;ilrisubject&amp;quot;]/pair/displayed-value/text()&#39; -c &#39;.&#39; -n dspace/config/input-forms.xml
&lt;/code&gt;&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;Write to Atmire about the use of &lt;code&gt;atmire.orcid.id&lt;/code&gt; to see if we can change it&lt;/li&gt;
&lt;li&gt;Seems to be a virtual field that is queried from the authority cache&amp;hellip; hmm&lt;/li&gt;
&lt;li&gt;In other news, I found out that the About page that we haven&amp;rsquo;t been using lives in &lt;code&gt;dspace/config/about.xml&lt;/code&gt;, so now we can update the text&lt;/li&gt;
&lt;li&gt;File bug about &lt;code&gt;closed=&amp;quot;true&amp;quot;&lt;/code&gt; attribute of controlled vocabularies not working: &lt;a href=&#34;https://jira.duraspace.org/browse/DS-3238&#34;&gt;https://jira.duraspace.org/browse/DS-3238&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
</item>

View File

@ -165,6 +165,24 @@ UPDATE 960
&lt;li&gt;&lt;p&gt;Looks like OAI is kinda obtuse for this, and if we use ContentDM&amp;rsquo;s API we&amp;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)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-08:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Discuss controlled vocabularies for ~28 fields&lt;/li&gt;
&lt;li&gt;Looks like this is all we need: &lt;a href=&#34;https://wiki.duraspace.org/display/DSDOC5x/Submission+User+Interface#SubmissionUserInterface-ConfiguringControlledVocabularies&#34;&gt;https://wiki.duraspace.org/display/DSDOC5x/Submission+User+Interface#SubmissionUserInterface-ConfiguringControlledVocabularies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;I wrote an XPath expression to extract the ILRI subjects from &lt;code&gt;input-forms.xml&lt;/code&gt; (uses xmlstartlet):&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;$ xml sel -t -m &#39;//value-pairs[@value-pairs-name=&amp;quot;ilrisubject&amp;quot;]/pair/displayed-value/text()&#39; -c &#39;.&#39; -n dspace/config/input-forms.xml
&lt;/code&gt;&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;Write to Atmire about the use of &lt;code&gt;atmire.orcid.id&lt;/code&gt; to see if we can change it&lt;/li&gt;
&lt;li&gt;Seems to be a virtual field that is queried from the authority cache&amp;hellip; hmm&lt;/li&gt;
&lt;li&gt;In other news, I found out that the About page that we haven&amp;rsquo;t been using lives in &lt;code&gt;dspace/config/about.xml&lt;/code&gt;, so now we can update the text&lt;/li&gt;
&lt;li&gt;File bug about &lt;code&gt;closed=&amp;quot;true&amp;quot;&lt;/code&gt; attribute of controlled vocabularies not working: &lt;a href=&#34;https://jira.duraspace.org/browse/DS-3238&#34;&gt;https://jira.duraspace.org/browse/DS-3238&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
</item>