Skip to content

Instantly share code, notes, and snippets.

@ruebot
Created April 12, 2013 20:06
Show Gist options
  • Save ruebot/5374718 to your computer and use it in GitHub Desktop.
Save ruebot/5374718 to your computer and use it in GitHub Desktop.
Telegram refine template
<mods:mods xmlns="http://www.loc.gov/mods/v3" xmlns:mods="http://www.loc.gov/mods/v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink">
<mods:identifier type="local">{{(cells["identifier"].value)}}</mods:identifier>
<mods:location>
<mods:physicalLocation>{{(cells["identifier_citation"].value)}}</mods:physicalLocation>
</mods:location>
<mods:note/>
<mods:titleInfo>
<mods:title>{{(cells["title"].value)}}</mods:title>
<mods:subTitle/>
</mods:titleInfo>
<mods:abstract>{{(cells["description"].value)}}</mods:abstract>
<mods:targetAudience>ASC Red Dot</mods:targetAudience>
<mods:name>
<mods:namePart>{{(cells["contributor_author"].value)}}</mods:namePart>
<mods:role>
<mods:roleTerm authority="marcrelator" type="text">Photographer</mods:roleTerm>
</mods:role>
</mods:name>
<mods:name>
<mods:namePart>Toronto Telegram</mods:namePart>
<mods:role>
<mods:roleTerm authority="marcrelator" type="text">Publisher</mods:roleTerm>
</mods:role>
</mods:name>
<mods:originInfo>
<mods:dateCreated>{{(cells["date_created"].value)}}</mods:dateCreated>
<mods:dateOther>{{(cells["date"].value)}}</mods:dateOther>
<mods:dateIssued>{{(cells["date_issued_ymd"].value)}}</mods:dateIssued>
<mods:publisher>Toronto Telegram</mods:publisher>
<mods:place>
<mods:placeTerm type="text">Canada</mods:placeTerm>
</mods:place>
<mods:place>
<mods:placeTerm type="text">Toronto</mods:placeTerm>
</mods:place>
</mods:originInfo>
<mods:typeOfResource>still image</mods:typeOfResource>
<mods:genre authority="lctgm">Documentary Photography</mods:genre>
<mods:language>
<mods:languageTerm authority="iso639-2b" type="code">eng</mods:languageTerm>
</mods:language>
<mods:physicalDescription>
<mods:form>nonprojected graphic</mods:form>
<mods:extent>{{(cells["format"].value)}}</mods:extent>
</mods:physicalDescription>
<mods:note>{{(cells["relation_isformatof"].value)}}</mods:note>
<mods:note type="ownership">{{(cells["relation_ispartofseries"].value)}}</mods:note>
<mods:relatedItem>
<mods:titleInfo>
<mods:title>Toronto Telegram fonds, F0433</mods:title>
</mods:titleInfo>
<mods:location>
<mods:location>
<mods:url note="Finding Aid">http://archivesfa.library.yorku.ca/fonds/ON00370-f0000433.htm</mods:url>
</mods:location>
</mods:location>
</mods:relatedItem>
<mods:accessCondition type="useAndReproduction">For further copyright information contact : ascproj@yorku.ca</mods:accessCondition>
<mods:accessCondition type="restrictionOnAccess"/>
</mods:mods>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment