Difference between revisions of "ETDMS"

From Digital Scholarship Group
Jump to navigation Jump to search
 
Line 1: Line 1:
 +
''This page is no longer being updated.''
 +
 +
''The content of this page was saved elsewhere on August 22, 2018. This page can be removed.''
 +
 
==Usage Note==
 
==Usage Note==
 
'''''ETDS is no longer used in DRS MODS records as an extension. To encode ETD data in DRS MODS records, use the [http://dsg.neu.edu/wiki/Scholarly_objects Scholarly Objects] extension.'''''
 
'''''ETDS is no longer used in DRS MODS records as an extension. To encode ETD data in DRS MODS records, use the [http://dsg.neu.edu/wiki/Scholarly_objects Scholarly Objects] extension.'''''

Latest revision as of 12:31, 22 August 2018

This page is no longer being updated.

The content of this page was saved elsewhere on August 22, 2018. This page can be removed.

Usage Note

ETDS is no longer used in DRS MODS records as an extension. To encode ETD data in DRS MODS records, use the Scholarly Objects extension.

ETDMS in MODS

<mods:extension>

MODS extension field

<mods:extension> is used in ETD MODS records as a wrapper to accommodate four specific fields, pulled from ETDMS, (in this order): degree name, degree level, degree discipline, and degree grantor:
  • etdms:name: "Name of the degree associated with the work as it appears within the work." (example: Master of Science)
  • etdms:level: "Level of education associated with the document." This field is populated with a numerical value representing the degree level:
0: Undergraduate (pre-masters)
1: Masters (pre-doctoral)
2: Doctoral (includes post-doctoral)
  • etdms:discipline: "Area of study of the intellectual content of the document." Although the NDLTD website states that the discipline "will be the name of a program or department", we will use terms selected from a list of controlled values. This field may be repeated)
  • etdms:grantor: "Institution granting the degree associated with the work. Like other names and institutions, this field should be entered in free text form as it appears on the title page or equivalent."

Example:

<mods:extension xmlns:etdms="http://www.ndltd.org/standards/metadata/etdms/1.1/" xsi:schemaLocation="http://www.ndltd.org/standards/metadata/etdms/1.1/ http://www.ndltd.org/standards/metadata/etdms/1.1/etdms11.xsd">
<etdms:degree>
<etdms:name>Master of Science</etdms:name>
<etdms:level>1</etdms:level>
<etdms:discipline>Behavior and Behavior Mechanisms</etdms:discipline>
<etdms:discipline>Child Psychology</etdms:discipline>
<etdms:grantor>Northeastern University. Bouve College of Health Sciences. Department of Counseling and Applied Educational Psychology.</etdms:grantor>