mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 22:55:04 +01:00
Add notes for 2016-06-08
This commit is contained in:
parent
caf140859a
commit
bf9575e09a
@ -132,3 +132,18 @@ dspacetest=# \copy (select text_value, count(*) from metadatavalue where resourc
|
|||||||
|
|
||||||
- Discuss pulling data from IFPRI's ContentDM with Ryan Miller
|
- 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)
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user