CaDatPitt / data-layers

source data, datasets, processing tools, outputs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with container type and number in MODS

tyt3 opened this issue · comments

It seems that for the cases that I've seen, the Microfilm-cabinet number is being pushed after the Drawer, then followed by the Drawer Number. Will talk to Mike about this.

Issue Example:
<mods:note type="container">Microfilm-cabinet Drawer 2 3, Reel 1</mods:note>

Correct In EAD:

        <dsc>
            <c01 id="ref11" level="file">
                <did>
                    <unittitle>
                        <emph render="bold">Records,</emph></unittitle>
                    **<container id="cid1104085" type="Microfilm-cabinet" label="Microform">2</container>
                    <container parent="cid1104085" type="Drawer">3</container>
                    <container parent="cid1104085" type="Reel">1</container>**
                    <unitdate>1966-1977</unitdate>
                </did>
                <c02 id="ref13" level="item">
                    <did>
                        <unittitle>Inaugural Ball, Guest Book,</unittitle>
                        <unitdate>1966</unitdate>
                    </did>
                    <dao ns2:actuate="onRequest" ns2:show="new" ns2:title="Inaugural Ball, Guest Book," ns2:href="31735064530151">
                        <daodesc>
                            <p>Inaugural Ball, Guest Book,, 1966 </p>
                        </daodesc>
                    </dao>
                </c02>

Mike said it's probably happening because the EAD transform (XSLT) isn't expecting 3 levels of data. He said he'll start looking at it and add it to the list for clean-up. It's gonna be tricky with the XSLT.