The KnowledgeBase is under development and has been made viewable to the user communities to allow for content contributions and feedback. Please post your content in the appropriate section and/or feedback in the comments section located at the bottom of each page.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

This topic is not yet complete. Please help improve this page by adding/editing content. To learn more about how to contribute to the KnowledgeBase click here.

This section will focus on:
  • Metadata Authority Control
  • Adding a Custom Metadata Schema or Custom Metadata Fields
  • Understanding which part of the submission process can be customized
  • Understanding field types and definitions
  • Modifying the DSpace submission process

Metadata Authority Control

For information see Authority Control of Metadata Values

Adding a Custom Metadata Schema or Custom Metadata Fields

Custom Metadata Schema and Metadata Fields can be added using the Metadata Registry.  If you are logged in to your DSpace instance as an administrator you will see the Registries heading in the Administrative panel, under the heading select Metadata.  From the metadata registry home can add a new schema by completing the namespace and name.

 

To add a metadata field to a new schema click on the name space for that schema on the next screen enter the Field Name in the first box, the Qualifier in the second box and information about how to use the field in the Scope Note box.  Then click Add new metadata field.

Once the metadata registry has been updated, the new elements are available for applying to collections and items.

Understanding which part of the submission process can be customized

The Submission Process consist of up to four parts.  The Initial Question, the Input Form, Creative Commons License, and the License.

The Initial Question can be modified, added or removed from the file /dspace/config/item-submission.xml.

The Input Form can be modified from the file /dspace/config/input-forms.xml, see below for more information.

The Creative Commons License can be added or removed form the file /dspace/config/dspace.cfg by changing the line "webui.submit.enable-cc = true" to "true" or "false."  Instructions on editing the Creative Commons License step are at Localising the Creative Commons License.

The License step can be modified by adding a license in a collection's metadata or editing the file at local/local/dspace/config/default.license

Modifying the DSpace submission process

Add or Remove the Initial Question

The Initial Question is controlled in the file /dspace/config/item-submission.xml

If you wish to change the initial question in for the default Submission process you can skip to step 3, to create a new submission process for a single collection start with step 1.

1. To edit the Initial Question for a single collection you will need to create a new <name-map> at the start of the document that include the handle of the collection and a new submission name.
2. The easiest way to create a new submission process is to copy the entire existing traditional <submission-process> tag and change the name to match your submission name.

3. In the <submission-process> tag you should see a comment and the tags for the first Initial Question step.


If you are removing the initial question comment out this step tag by adding "<!- ->" around it.

4. Uncomment the Skip Initial Question step located just below the original <step>
5. Save your changes, reload item-submission.xml and restart DSpace.

Editing Input Forms

A detailed pdf tutorial on editing Input Forms is at Modifying_inputforms.pdf.  More information is also available on the wiki under Alter Submission Input Formsor from the PowerPoint presentation Inputforms.ppt

The linked resources will provide the best guides to editing your Input Form.  Input Forms are controlled by the file /dspace/config/input-form.xml which is divided into the three parts described below.

Form Maps

As with the Submission Map above, the Form Map links the input-forms you create with the community or collection you want the form to apply to.

Field Types of Definitions

Each metadata field in the Submission Process is defined in the <field> tag in input-forms.xml

Value Pairs

Turn on or off the Creative Commons License

Edits the License

Reference Materials:

The DSpace Course

This section was contributed by Catalina Oyler from the Five Colleges of Ohio

  • No labels