Skip to content

Commit

Permalink
dspace/config: add Preprint to types
Browse files Browse the repository at this point in the history
  • Loading branch information
alanorth committed Nov 22, 2024
1 parent c66175f commit beddaaf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions dspace/config/submission-forms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
<label>Date of online publication</label>
<input-type>date</input-type>
<hint>Enter the date when the item was available online. Use this to indicate a journal article was online first, and use the publication date for the issue date.</hint>
<type-bind>Journal Article,Data Paper</type-bind>
<type-bind>Journal Article,Data Paper,Preprint</type-bind>
<required></required>
</field>
</row>
Expand Down Expand Up @@ -402,7 +402,7 @@
<input-type>onebox</input-type>
<hint>Enter the ISSN for the serial publication where this item appears, for example: 2049-3630</hint>
<required></required>
<type-bind>Journal Article,Data Paper</type-bind>
<type-bind>Journal Article,Data Paper,Preprint</type-bind>
</field>
</row>
<row>
Expand Down Expand Up @@ -2049,6 +2049,10 @@
<displayed-value>Poster</displayed-value>
<stored-value>Poster</stored-value>
</pair>
<pair>
<displayed-value>Preprint</displayed-value>
<stored-value>Preprint</stored-value>
</pair>
<pair>
<displayed-value>Presentation</displayed-value>
<stored-value>Presentation</stored-value>
Expand Down

0 comments on commit beddaaf

Please sign in to comment.