Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

input-forms.xml: Re-work WLE Research Themes #330

Merged
merged 1 commit into from
Jul 5, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 37 additions & 1 deletion dspace/config/input-forms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
<dc-element>identifier</dc-element>
<dc-qualifier>wletheme</dc-qualifier>
<repeatable>true</repeatable>
<label>WLE research theme (phase II)</label>
<label>WLE research theme</label>
<input-type value-pairs-name="wletheme">dropdown</input-type>
<hint></hint>
<required></required>
Expand Down Expand Up @@ -4728,6 +4728,10 @@
</pair>
</value-pairs>
<value-pairs value-pairs-name="wletheme" dc-term="wletheme">
<pair>
<displayed-value>Phase II</displayed-value>
<stored-value></stored-value>
</pair>
<pair>
<displayed-value>Gender, Youth and Inclusivity</displayed-value>
<stored-value>Gender, Youth and Inclusivity</stored-value>
Expand All @@ -4748,6 +4752,38 @@
<displayed-value>Variability, Risks and Competing Uses</displayed-value>
<stored-value>Variability, Risks and Competing Uses</stored-value>
</pair>
<pair>
<displayed-value>Phase I</displayed-value>
<stored-value></stored-value>
</pair>
<pair>
<displayed-value>Decision Analysis and Information</displayed-value>
<stored-value>Decision Analysis and Information</stored-value>
</pair>
<pair>
<displayed-value>Ecosystems Service and Resilience</displayed-value>
<stored-value>Ecosystems Service and Resilience</stored-value>
</pair>
<pair>
<displayed-value>Gender, Poverty and Institutions</displayed-value>
<stored-value>Gender, Poverty and Institutions</stored-value>
</pair>
<pair>
<displayed-value>Land and Water Productivity</displayed-value>
<stored-value>Land and Water Productivity</stored-value>
</pair>
<pair>
<displayed-value>Managing Resource Variability and Competing Use</displayed-value>
<stored-value>Managing Resource Variability and Competing Use</stored-value>
</pair>
<pair>
<displayed-value>Recovering and Reusing Resources in Urbanized Ecosystems</displayed-value>
<stored-value>Recovering and Reusing Resources in Urbanized Ecosystems</stored-value>
</pair>
<pair>
<displayed-value>Regenerating Degraded Agricultural Ecosystems</displayed-value>
<stored-value>Regenerating Degraded Agricultural Ecosystems</stored-value>
</pair>
</value-pairs>
<value-pairs value-pairs-name="cpwfproject" dc-term="identifier_fund">
<pair>
Expand Down