From 14d421ddf84422a1b261eab9e740289373548669 Mon Sep 17 00:00:00 2001 From: Juraj Roka Date: Fri, 8 Nov 2024 14:56:40 +0100 Subject: [PATCH 1/5] Changed position of rows in submission-forms.xml following v5 --- dspace/config/submission-forms.xml | 365 +++++++++++++++-------------- 1 file changed, 184 insertions(+), 181 deletions(-) diff --git a/dspace/config/submission-forms.xml b/dspace/config/submission-forms.xml index 1a63054ec9d2..10f62534a5b6 100644 --- a/dspace/config/submission-forms.xml +++ b/dspace/config/submission-forms.xml @@ -1,8 +1,8 @@ - - + + - + @@ -53,60 +53,30 @@
- - - local - contact - person - true - - - complex - This is contact person - - - - - - local - sponsor - true - - - complex - This is funding - - - dc - contributor - author + type + true - - clarin-name - Enter the author's name (Family name, Given names). + + dropdown + Select the type of content of the item. + - - - dc - title - - false - - onebox - Enter the main title of the item. - You must enter a main title for this item. - + + dc + title + + false + + onebox + Enter the main title of the item. + You must enter a main title for this item. + @@ -176,54 +146,89 @@ - dc - identifier - citation - false - - onebox - Enter the standard citation for the previously issued instance of this item. + local + hidden + + true + + + list + Should item be harvestable thru OAI-PMH but behave like private? + + + policy=deny,action=read,grantee-type=user,grantee-id=* + + + + + + local + hasCMDI + true + + list + Are you going to upload cmdi file? + + policy=deny,action=read,grantee-type=user,grantee-id=* + dc - relation - ispartofseries + contributor + author true - - Technical Report - series - Enter the series and number assigned to this item by your community. + + clarin-name + Enter the author's name (Family name, Given names). + - dc - identifier - - + local + contact + person true - - qualdrop_value - If the item has any identification numbers or codes associated with - it, please enter the types and the actual numbers or codes. - + + + complex + This is contact person + + + local + sponsor + true + + + complex + This is funding + + + +
+ +
dc - type + description - true - - dropdown - Select the type of content of the item. - + false + + textarea + Enter any other description or comments in this box. @@ -256,6 +261,24 @@ + + + dc + subject + + + true + + tag + Enter appropriate subject keyword or phrase and press the Add button. You can repeat it for + multiple keywords or use separators i.e., Enter and comma, which will split it accordingly. + Start typing the keyword and use autocomplete form that will appear. End your input by pressing + ESC if you don't want to use the preselected value. + + Please enter at least one subject related to your submission + srsc + + local @@ -268,6 +291,8 @@ You can state the extent of the submitted data, eg. the number of tokens. + + metashare @@ -298,8 +323,6 @@ Media type is required - - metashare @@ -339,51 +362,6 @@ Choose one of the types - - - metashare - ResourceInfo#ResourceComponentType#ToolServiceInfo - languageDependent - false - - toolService - list - Indicate whether the operation of the tool or service is - language dependent or not - - Please indicate whether the tool is language dependent - - - - - local - hasCMDI - true - - list - Are you going to upload cmdi file? - - - policy=deny,action=read,grantee-type=user,grantee-id=* - - - - - - local - hidden - - true - - - list - Should item be harvestable thru OAI-PMH but behave like private? - - - policy=deny,action=read,grantee-type=user,grantee-id=* - - - local @@ -406,64 +384,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -
- - - dc - subject - - - true - - tag - Enter appropriate subject keyword or phrase and press the Add button. You can repeat it for - multiple keywords or use separators i.e., Enter and comma, which will split it accordingly. - Start typing the keyword and use autocomplete form that will appear. End your input by pressing - ESC if you don't want to use the preselected value. - - Please enter at least one subject related to your submission - srsc - - - - - dc - description - abstract - false - - textarea - Enter the abstract of the item. - - - - - - dc - description - sponsorship - false - - textarea - Enter the names of any sponsors and/or funding codes in the box. - - - - - - dc - description - - false - - textarea - Enter any other description or comments in this box. - - - -
From a5c9500761e4bf0ba9ad1d98ad8ac5651ebc54fa Mon Sep 17 00:00:00 2001 From: milanmajchrak Date: Mon, 18 Nov 2024 13:21:26 +0100 Subject: [PATCH 3/5] Removed rows which are not in the v5 --- dspace/config/submission-forms.xml | 96 +++++------------------------- 1 file changed, 15 insertions(+), 81 deletions(-) diff --git a/dspace/config/submission-forms.xml b/dspace/config/submission-forms.xml index 2ceb76726c3e..2adbcc8c787c 100644 --- a/dspace/config/submission-forms.xml +++ b/dspace/config/submission-forms.xml @@ -362,6 +362,21 @@ Choose one of the types + + + metashare + ResourceInfo#ResourceComponentType#ToolServiceInfo + languageDependent + false + + toolService + list + Indicate whether the operation of the tool or service is + language dependent or not + + Please indicate whether the tool is language dependent + + local @@ -384,87 +399,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From f30235c2b4e0c69a0eb6e692e5d0b76aaf804e19 Mon Sep 17 00:00:00 2001 From: milanmajchrak Date: Mon, 18 Nov 2024 15:16:21 +0100 Subject: [PATCH 4/5] Removed license selector from the `teaching` and `clariah-data` collections --- dspace/config/item-submission.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/dspace/config/item-submission.xml b/dspace/config/item-submission.xml index cd6d3b66f346..3353b260c911 100644 --- a/dspace/config/item-submission.xml +++ b/dspace/config/item-submission.xml @@ -464,7 +464,6 @@ - @@ -476,7 +475,6 @@ - From 539e07a5c06b7a2edc71dbbf41eb333162f59590 Mon Sep 17 00:00:00 2001 From: milanmajchrak Date: Mon, 18 Nov 2024 15:18:35 +0100 Subject: [PATCH 5/5] Updated input differences in the submission-forms.xml following the v5. --- dspace/config/submission-forms.xml | 131 ++++++++++++++++++++--------- 1 file changed, 91 insertions(+), 40 deletions(-) diff --git a/dspace/config/submission-forms.xml b/dspace/config/submission-forms.xml index 2adbcc8c787c..7a9049f6bec9 100644 --- a/dspace/config/submission-forms.xml +++ b/dspace/config/submission-forms.xml @@ -74,7 +74,7 @@ false onebox - Enter the main title of the item. + Enter the main title of the item in English. You must enter a main title for this item. @@ -123,25 +123,27 @@ date issued false - + date - Please give the date of previous publication or public distribution. - You can leave out the day and/or month if they aren't applicable. + Please give the date when the submission data were issued if any e.g., 2014-01-21 or at least + the year. - You must enter at least the year. + You must enter the date or at least the year in a valid format. dc publisher - false + true onebox - Enter the name of the publisher of the previously issued instance of this item. - + Enter the name of the publisher of the previously issued instance of this item, or your home + institution. Start typing the publisher and use autocomplete form that will appear if + applicable. End your input by pressing ESC if you don't want to use the preselected value. + You must enter the name of the publisher. @@ -150,10 +152,11 @@ hidden true - + list - Should item be harvestable thru OAI-PMH but behave like private? + Indicate whether you want to hide this item from browse and search. Combine with "Upload cmdi" + for weblicht submissions. policy=deny,action=read,grantee-type=user,grantee-id=* @@ -165,9 +168,10 @@ local hasCMDI true - + list - Are you going to upload cmdi file? + Indicate whether you will upload cmdi file in the next step. Combine with "hide" for weblicht + submissions. policy=deny,action=read,grantee-type=user,grantee-id=* @@ -180,10 +184,12 @@ contributor author true - + clarin-name - Enter the author's name (Family name, Given names). - + Enter the names of the authors of this item. Start typing the author's last name and use + autocomplete form that will appear if applicable. End your input by pressing ESC if you don't + want to use the preselected value.. + Please add author(s) true - + tag Enter appropriate subject keyword or phrase and press the Add button. You can repeat it for - multiple keywords or use separators i.e., Enter and comma, which will split it accordingly. + multiple keywords or use separators i.e., comma and semicolon, which will split it accordingly. Start typing the keyword and use autocomplete form that will appear. End your input by pressing ESC if you don't want to use the preselected value. @@ -288,7 +296,7 @@ corpus,languageDescription,lexicalConceptualResource complex - You can state the extent of the submitted data, eg. the number of tokens. + You can state the extent of the submitted data, e.g., the number of tokens. @@ -383,13 +391,14 @@ bitstream redirectToURL false - + onebox - The actual maximum upload size of the file is 4GB. To upload a file bigger than the - maximum upload size, enter the URL of that large file. The admin must know the URL - of that bitstream file. Then, click on the 'Save' button, and the file will start - to upload. The file path must be an absolute path. + Please enter the full path of the file, either from the local server or an HTTP location. + The maximum upload size for a file is 4GB. To upload a file larger than this limit, provide the + URL of the file. Ensure the admin is aware of the URL of the bitstream file. + Once the file path or URL is entered, click the 'Save' button to begin the upload. + Note: The file path must be an absolute path. @@ -1587,7 +1596,7 @@ hidden false - + list Indicate whether you want to hide this item from browse and search. Combine with "Upload cmdi" for weblicht submissions. @@ -1604,7 +1613,7 @@ hasMetadata false - + list Indicate whether you will upload cmdi file in the next step. Combine with "hide" for weblicht @@ -1794,6 +1803,27 @@ You can state the extent of the submitted data, eg. the number of tokens. + + + local + bitstream + redirectToURL + false + + onebox + + Please enter the full path of the file, either from the local server or an HTTP location. + The maximum upload size for a file is 4GB. To upload a file larger than this limit, provide the + URL of the file. Ensure the admin is aware of the URL of the bitstream file. + Once the file path or URL is entered, click the 'Save' button to begin the upload. + Note: The file path must be an absolute path. + + + + policy=deny,action=read,grantee-type=user,grantee-id=* + + +
@@ -1862,7 +1892,7 @@ hidden false - + list Indicate whether you want to hide this item from browse and search. Combine with "Upload cmdi" for weblicht submissions. @@ -1879,7 +1909,7 @@ hasMetadata false - + list Indicate whether you will upload cmdi file in the next step. Combine with "hide" for weblicht @@ -2029,6 +2059,27 @@ + + + local + bitstream + redirectToURL + false + + onebox + + Please enter the full path of the file, either from the local server or an HTTP location. + The maximum upload size for a file is 4GB. To upload a file larger than this limit, provide the + URL of the file. Ensure the admin is aware of the URL of the bitstream file. + Once the file path or URL is entered, click the 'Save' button to begin the upload. + Note: The file path must be an absolute path. + + + + policy=deny,action=read,grantee-type=user,grantee-id=* + + +
@@ -2066,7 +2117,7 @@ relation isreplacedby true - + onebox A related resource that supplants, displaces, or supersedes the described resource. @@ -3141,7 +3192,7 @@ - Hidden + Yes hidden @@ -3159,15 +3210,15 @@ Uncomment the example row of the complex input type definition to see this input in the submission UI. --> - - - - + + + + - +