ualbertalib / HydraNorth

This repo is deprecated. Succeeded by https://github.com/ualbertalib/jupiter. This codebase was a IR built based on Samvera/Sufia
11 stars 4 forks source link

HydraNorth thesis model and thesis:degree #544

Closed anayram closed 9 years ago

anayram commented 9 years ago

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 &amp; Environmental Engineering</thesis:contributor>
        <thesis:contributor role="committeemember">Dr.J.J.Roger Cheng,Civil &amp; Environmental Engineering</thesis:contributor>
        <thesis:contributor role="committeemember">Dr.Qingxia Liu,Chemical and Materials</thesis:contributor>
        <thesis:contributor role="committeemember">Dr.Mohamed Boulifiza,Civil &amp; Geological Engg, U of Saskatchewan</thesis:contributor>
        <thesis:contributor role="committeemember">Dr.N G Narasimha Prasad,Mathematics &amp; 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 &amp; Environmental Engineering</ualterms:thesiscommitteemember>
        <ualterms:thesiscommitteemember>Dr.J.J.Roger Cheng,Civil &amp; Environmental Engineering</ualterms:thesiscommitteemember>
        <ualterms:thesiscommitteemember>Dr.Qingxia Liu,Chemical and Materials</ualterms:thesiscommitteemember>
        <ualterms:thesiscommitteemember>Dr.Mohamed Boulifiza,Civil &amp; Geological Engg, U of Saskatchewan</ualterms:thesiscommitteemember>
        <ualterms:thesiscommitteemember>Dr.N G Narasimha Prasad,Mathematics &amp; 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>
anayram commented 9 years ago

related to #524

weiweishi commented 9 years ago

@anayram didn't see your message earlier but the new stylesheet works perfectly. Thank you. I think we can close this.