ilrt / Beyond2022TeiTemplate

Work on creating a template for the TEI/XML that will be used in the Medieval Gold Seam and other seams
2 stars 0 forks source link

Do we want to provide a postal address? #11

Closed MikeJ1971 closed 3 years ago

MikeJ1971 commented 3 years ago

Do we want to provide a postal address in the 'publication statement'?

<address>
    <addrLine>Trinty College Dublin, the University of Dublin</addrLine>
    <addrLine>College Green</addrLine>
    <addrLine>Dublin 2</addrLine>
    <addrLine>D02 PN40</addrLine>
    <country>Ireland</country>
</address>

This was the complete publication statement found in the Henry III fine rolls:

<publicationStmt>
    <publisher>Centre for Computing in the Humanities, King's College London</publisher>
    <address>
        <addrLine>Strand, London WC2R 2LS, England, United Kingdom. Tel:+44 (0) 20 7836 5454</addrLine>
        <addrLine>http://www.kcl.ac.uk/cch/</addrLine>
    </address>
</publicationStmt>
crooksp commented 3 years ago

happy with that, but can we encode 'Beyond 2022: Ireland's Virtual Record Treasury'

MikeJ1971 commented 3 years ago

Ok. I've added the name:

            <address>
               <name>Beyond 2022: Ireland's Virtual Record Treasury</name>
               <addrLine>Trinty College Dublin, the University of Dublin</addrLine>
               <addrLine>College Green</addrLine>
               <addrLine>Dublin 2</addrLine>
               <addrLine>D02 PN40</addrLine>
               <country>Ireland</country>
            </address>