diff --git a/content/2016-06.md b/content/2016-06.md index 21f04cd97..d36c7bcd4 100644 --- a/content/2016-06.md +++ b/content/2016-06.md @@ -132,3 +132,18 @@ dspacetest=# \copy (select text_value, count(*) from metadatavalue where resourc - 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 + +- Discuss controlled vocabularies for ~28 fields +- Looks like this is all we need: https://wiki.duraspace.org/display/DSDOC5x/Submission+User+Interface#SubmissionUserInterface-ConfiguringControlledVocabularies +- I wrote an XPath expression to extract the ILRI subjects from `input-forms.xml` (uses xmlstartlet): + +``` +$ xml sel -t -m '//value-pairs[@value-pairs-name="ilrisubject"]/pair/displayed-value/text()' -c '.' -n dspace/config/input-forms.xml +``` + +- Write to Atmire about the use of `atmire.orcid.id` to see if we can change it +- Seems to be a virtual field that is queried from the authority cache... hmm +- In other news, I found out that the About page that we haven't been using lives in `dspace/config/about.xml`, so now we can update the text +- File bug about `closed="true"` attribute of controlled vocabularies not working: https://jira.duraspace.org/browse/DS-3238