Current ERA theses foxml contain the ETDMS field thesis:degree, which works as a wrapper for other elements like thesis:grantor, thesis:discipline, etc. Example:
<eraterms:graduationdate>2015-06</eraterms:graduationdate>
<eraterms:specialization>Materials,Structures</eraterms:specialization>
<thesis:contributor role="advisor">Dr. Vivek Bindiganavile</thesis:contributor>
<thesis:contributor role="committeemember">Dr.Samer Adeeb,Civil & Environmental Engineering</thesis:contributor>
<thesis:contributor role="committeemember">Dr.J.J.Roger Cheng,Civil & Environmental Engineering</thesis:contributor>
<thesis:contributor role="committeemember">Dr.Qingxia Liu,Chemical and Materials</thesis:contributor>
<thesis:contributor role="committeemember">Dr.Mohamed Boulifiza,Civil & Geological Engg, U of Saskatchewan</thesis:contributor>
<thesis:contributor role="committeemember">Dr.N G Narasimha Prasad,Mathematics & Statistical Sciences</thesis:contributor>
<thesis:degree>
<thesis:discipline>Department of Civil and Environmental Engineering</thesis:discipline>
<thesis:grantor>University of Alberta</thesis:grantor>
<thesis:level>Doctoral</thesis:level>
<thesis:name>Doctor of Philosophy</thesis:name>
</thesis:degree>
The current ERA metadata stylesheet assumes that this wrapper is not needed for migration given that 1) no other property in the thesis: namespace will be used (none included in HN data dictionary) and 2) new metadata will be expressed as linked data. @weiweishi, is this ok with the thesis model or do you need us to keep it?
Here is a sample stylesheet output as currently set up:
<ualterms:graduationdate>2015-06</ualterms:graduationdate>
<ualterms:specialization>Materials,Structures</ualterms:specialization>
<marcrel:ths>Dr. Vivek Bindiganavile</marcrel:ths>
<ualterms:thesiscommitteemember>Dr.Samer Adeeb,Civil & Environmental Engineering</ualterms:thesiscommitteemember>
<ualterms:thesiscommitteemember>Dr.J.J.Roger Cheng,Civil & Environmental Engineering</ualterms:thesiscommitteemember>
<ualterms:thesiscommitteemember>Dr.Qingxia Liu,Chemical and Materials</ualterms:thesiscommitteemember>
<ualterms:thesiscommitteemember>Dr.Mohamed Boulifiza,Civil & Geological Engg, U of Saskatchewan</ualterms:thesiscommitteemember>
<ualterms:thesiscommitteemember>Dr.N G Narasimha Prasad,Mathematics & Statistical Sciences</ualterms:thesiscommitteemember>
<vivo:AcademicDepartment>Department of Civil and Environmental Engineering</vivo:AcademicDepartment>
<marcrel:dgg>University of Alberta</marcrel:dgg>
<ualterms:thesislevel>Doctoral</ualterms:thesislevel>
<bibo:ThesisDegree>Doctor of Philosophy</bibo:ThesisDegree>
Current ERA theses foxml contain the ETDMS field
thesis:degree
, which works as a wrapper for other elements likethesis:grantor
,thesis:discipline
, etc. Example:The current ERA metadata stylesheet assumes that this wrapper is not needed for migration given that 1) no other property in the
thesis:
namespace will be used (none included in HN data dictionary) and 2) new metadata will be expressed as linked data. @weiweishi, is this ok with the thesis model or do you need us to keep it?Here is a sample stylesheet output as currently set up: