Skip to content

Commit 330f0ad

Browse files
authored
add collection name to DSpace transform (#1140)
1 parent da948bf commit 330f0ad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cob_datapipeline/files/TEU_XOAItoMARCXML.xsl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,12 @@
430430
<xsl:with-param name="type" select="'committee member'" />
431431
</xsl:call-template>
432432
</xsl:for-each>
433+
434+
<!-- Collection Name -->
435+
436+
<datafield tag="973" ind1="0" ind2="8">
437+
<subfield code="t">Temple University Theses and Dissertations</subfield>
438+
</datafield>
433439

434440
<!-- URL -->
435441

0 commit comments

Comments
 (0)