[=#topofpage] ''Responsible for this page: [[mwindhouwer|Menzo Windhouwer]].'' ''Last content check: 12-08-2013'' back to the [[wiki:CmdiInterop|CMDI Interoperability overview]] = PARADISEC = This CMDI transformation converts [[http://catalog.paradisec.org.au/|PARADISEC]] NABU metadata documents into valid CMD documents. {{{#!th align=left width=250 style="background: aliceblue" '''From''' }}} {{{#!th align=left width=250 style="background: aliceblue" '''To''' }}} {{{#!th align=left width=200 style="background: aliceblue" '''Notes''' }}} |-------- || [[http://catalog.paradisec.org.au/|PARADISEC]] NABU XML || [[http://catalog.clarin.eu/ds/ComponentRegistry?item=clarin.eu:cr1:p_1366895758233|PARADISEC collection]] or [[http://catalog.clarin.eu/ds/ComponentRegistry?item=clarin.eu:cr1:p_1369752611621|PARADISEC item]] CMD profiles || the CMD profiles are currently still private || ---- == Status == under development ---- == Contact == * [[mwindhouwer|Menzo Windhouwer]] (TLA) ---- == Contents == [[PageOutline(1-3, , inline)]] ---- == Getting the code == * You can browse the code [source:CMDI-Interoperability/PARADISEC/trunk here] * Check out from: {{{https://svn.clarin.eu/CMDI-Interoperability/PARADISEC/trunk}}} ---- == Usage information == Depending on the type of the NABU XML file run {{{PARADISECcollection2CMDI.xsl}}} or {{{PARADISECitem2CMDI.xsl}}}. The following parameters can be provided: * ''CMDProfile'': overwrite the default profile. Don't do that ... * ''CMDCollection'': name given to the collection. Default collection name is PARADISEC. * ''CMDBaseURI'': base URI for the !ResourceProxies. Defaults now to {{{http://www.example.com/}}}, so please change. Crawling the input metadata is left out of this transformation. If the base URI isn't enough the {{{cmd:createLink}}} XSLT function in {{{utils.xsl}}} can be adapted further. === Technical information === Although the collection level NABU XML files also contain item information this is basically skipped by {{{PARADISECcollection2CMDI.xsl}}}. Only !ResourceProxies are created for them. === Questions and Answers === ==== How stable is this transformation? ==== This transformation is still under development and has only been run on some samples from the PARADISEC archive.