Created
July 13, 2016 18:05
-
-
Save peterdietz/ddc31bbb66446f66d67618b9f43baff1 to your computer and use it in GitHub Desktop.
Input form change for osukb circa 20160713
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/input-forms.xml b/input-forms.xml | |
index f1e1a21..5f6d0f0 100644 | |
--- a/input-forms.xml | |
+++ b/input-forms.xml | |
@@ -217,6 +217,8 @@ | |
<!--11 May 2016: edited embargo-length value-pairs list - mpw--> | |
<!--11 May 2016: edited honors-departments value-pairs list - mpw--> | |
<!--11 May 2016: edited honors-majors value-pairs list - mpw--> | |
+<!--6 July 2016: added newsletter form - mpw--> | |
+<!--6 July 2016: added collection to newsletter form - mpw--> | |
<!-- | |
@@ -397,11 +399,204 @@ add this to DOCTYPE tag (without single quotes) 'SYSTEM "J:/Working Groups/XML_P | |
<name-map collection-handle="1811/71643" form-name="fall-forum"/> | |
<name-map collection-handle="1811/54270" form-name="mboe"/> | |
<name-map collection-handle="1811/54271" form-name="mboe"/> | |
+ <name-map collection-handle="1811/77837" form-name="newsletter"/> | |
</form-map> | |
<form-definitions> | |
+ <!-- Newsletter --> | |
+ <form name="newsletter"> | |
+ <page number="1"> | |
+ <field> | |
+ <dc-schema>dc</dc-schema> | |
+ <dc-element>creator</dc-element> | |
+ <dc-qualifier/> | |
+ <repeatable>true</repeatable> | |
+ <label>Creator</label> | |
+ <input-type>name</input-type> | |
+ <hint>Enter the name(s) of the author(s) of this item below.</hint> | |
+ <required/> | |
+ </field> | |
+ <field> | |
+ <dc-schema>dc</dc-schema> | |
+ <dc-element>contributor</dc-element> | |
+ <dc-qualifier/> | |
+ <repeatable>true</repeatable> | |
+ <label>Contributor</label> | |
+ <input-type>name</input-type> | |
+ <hint>Enter the name(s) of any other entity with secondary responsibility for the creation of the resource.</hint> | |
+ <required/> | |
+ </field> | |
+ <field> | |
+ <dc-schema>dc</dc-schema> | |
+ <dc-element>contributor</dc-element> | |
+ <dc-qualifier>editor</dc-qualifier> | |
+ <repeatable>true</repeatable> | |
+ <label>Editor</label> | |
+ <input-type>name</input-type> | |
+ <hint>Enter the name(s) of any editors.</hint> | |
+ <required/> | |
+ </field> | |
+ <field> | |
+ <dc-schema>dc</dc-schema> | |
+ <dc-element>title</dc-element> | |
+ <dc-qualifier/> | |
+ <repeatable>false</repeatable> | |
+ <label>Title</label> | |
+ <input-type>onebox</input-type> | |
+ <hint>Enter the main title of the item.</hint> | |
+ <required>Please enter a main title for this item.</required> | |
+ </field> | |
+ <field> | |
+ <dc-schema>dc</dc-schema> | |
+ <dc-element>title</dc-element> | |
+ <dc-qualifier>alternative</dc-qualifier> | |
+ <repeatable>true</repeatable> | |
+ <label>Other Titles</label> | |
+ <input-type>onebox</input-type> | |
+ <hint>If the item has any alternative titles, please enter them below.</hint> | |
+ <required/> | |
+ </field> | |
+ <field> | |
+ <dc-schema>dc</dc-schema> | |
+ <dc-element>date</dc-element> | |
+ <dc-qualifier>issued</dc-qualifier> | |
+ <repeatable>false</repeatable> | |
+ <label>Date of Issue</label> | |
+ <input-type>date</input-type> | |
+ <hint>Please give the date of publication or public distribution below. Leave out the day and/or month if not applicable. For archiving prior to publication, enter the current year.</hint> | |
+ <required>Please enter at least the year.</required> | |
+ </field> | |
+ <field> | |
+ <dc-schema>dc</dc-schema> | |
+ <dc-element>publisher</dc-element> | |
+ <dc-qualifier/> | |
+ <repeatable>false</repeatable> | |
+ <label>Publisher</label> | |
+ <input-type>onebox</input-type> | |
+ <hint>Enter the name of the publisher of the previously issued instance of this item.</hint> | |
+ <required/> | |
+ </field> | |
+ <field> | |
+ <dc-schema>dc</dc-schema> | |
+ <dc-element>identifier</dc-element> | |
+ <dc-qualifier>citation</dc-qualifier> | |
+ <repeatable>false</repeatable> | |
+ <label>Citation</label> | |
+ <input-type>onebox</input-type> | |
+ <hint>Enter the standard citation for the previously issued instance of this item.</hint> | |
+ <required/> | |
+ </field> | |
+ <field> | |
+ <dc-schema>dc</dc-schema> | |
+ <dc-element>relation</dc-element> | |
+ <dc-qualifier>ispartofseries</dc-qualifier> | |
+ <repeatable>true</repeatable> | |
+ <label>Series/Report No.</label> | |
+ <input-type>twobox</input-type> | |
+ <hint>Enter the series and/or report number if applicable.</hint> | |
+ <required/> | |
+ </field> | |
+ <field> | |
+ <dc-schema>dc</dc-schema> | |
+ <dc-element>identifier</dc-element> | |
+ <dc-qualifier/> | |
+ <!-- An input-type of qualdrop_value MUST be marked as repeatable --> | |
+ <repeatable>true</repeatable> | |
+ <label>Identifiers</label> | |
+ <input-type value-pairs-name="common_identifiers">qualdrop_value</input-type> | |
+ <hint>If the item has any identification numbers or codes associated with it (e.g. ISSN, DOI, etc.), please enter the types and the actual numbers or codes below.</hint> | |
+ <required/> | |
+ </field> | |
+ <field> | |
+ <dc-schema>dc</dc-schema> | |
+ <dc-element>type</dc-element> | |
+ <dc-qualifier/> | |
+ <repeatable>true</repeatable> | |
+ <label>Type</label> | |
+ <input-type value-pairs-name="common_types">dropdown</input-type> | |
+ <hint>Select the type(s) of content you are submitting. To select more than one value in the list, you may have to hold down the "CTRL" or "Shift" key.</hint> | |
+ <required/> | |
+ </field> | |
+ <field> | |
+ <dc-schema>dc</dc-schema> | |
+ <dc-element>language</dc-element> | |
+ <dc-qualifier>iso</dc-qualifier> | |
+ <repeatable>true</repeatable> | |
+ <label>Language</label> | |
+ <input-type value-pairs-name="common_iso_languages">dropdown</input-type> | |
+ <hint>Select the language of the main content of the item. If the language does not appear in the list below, please select 'Other'. If the content does not really have a language (for example, if it is a dataset or an image) please select 'N/A'.</hint> | |
+ <required/> | |
+ </field> | |
+ </page> | |
+ <page number="2"> | |
+ <field> | |
+ <dc-schema>dc</dc-schema> | |
+ <dc-element>subject</dc-element> | |
+ <dc-qualifier/> | |
+ <!-- An input-type of twobox MUST be marked as repeatable --> | |
+ <repeatable>true</repeatable> | |
+ <label>Subject Keywords</label> | |
+ <input-type>twobox</input-type> | |
+ <hint>Enter appropriate subject keywords or phrases below. Enter one keyword or phrase per box, click "Add more" to add additional keywords.</hint> | |
+ <required/> | |
+ </field> | |
+ <field> | |
+ <dc-schema>dc</dc-schema> | |
+ <dc-element>description</dc-element> | |
+ <dc-qualifier>abstract</dc-qualifier> | |
+ <repeatable>false</repeatable> | |
+ <label>Abstract</label> | |
+ <input-type>textarea</input-type> | |
+ <hint>Enter the abstract of the item below.</hint> | |
+ <required/> | |
+ </field> | |
+ <field> | |
+ <dc-schema>dc</dc-schema> | |
+ <dc-element>description</dc-element> | |
+ <dc-qualifier>tableofcontents</dc-qualifier> | |
+ <repeatable>true</repeatable> | |
+ <label>Contents</label> | |
+ <input-type>textarea</input-type> | |
+ <hint>Enter listing of the contents of the resource below.</hint> | |
+ </field> | |
+ <field> | |
+ <dc-schema>dc</dc-schema> | |
+ <dc-element>description</dc-element> | |
+ <dc-qualifier>sponsorship</dc-qualifier> | |
+ <repeatable>true</repeatable> | |
+ <label>Sponsors</label> | |
+ <input-type>textarea</input-type> | |
+ <hint>Enter the names of any sponsors and/or funding codes below. Use one box per sponsor.</hint> | |
+ <required/> | |
+ </field> | |
+ <field> | |
+ <dc-schema>dc</dc-schema> | |
+ <dc-element>description</dc-element> | |
+ <dc-qualifier/> | |
+ <repeatable>true</repeatable> | |
+ <label>Description</label> | |
+ <input-type>textarea</input-type> | |
+ <hint>Enter any statements or descriptions required by the publisher in this box. Enter rights statements in the "Rights" field.</hint> | |
+ <required/> | |
+ </field> | |
+ <field> | |
+ <dc-schema>dc</dc-schema> | |
+ <dc-element>rights</dc-element> | |
+ <dc-qualifier/> | |
+ <repeatable>true</repeatable> | |
+ <label>Rights</label> | |
+ <input-type>textarea</input-type> | |
+ <hint>Enter the rights statement below if applicable.</hint> | |
+ <required/> | |
+ </field> | |
+ </page> | |
+ </form> | |
+ | |
+ | |
+ | |
+ | |
<!-- Master of Business Operational Excellence --> | |
<form name="mboe"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment