This document describes the procedure for adding display of a new science metadata format to one-mercury. This process requires two steps: 1.) Create a new xslt transform for the science metadata format. The xslt is responsible for transforming a science metadata xml document into html for display. This xslt will be employed on 'full.jsp' within the
element with id 'classicContent'. For examples of existing xslts, see *.xsl files within the WEB-INF/views/ directory. For example dyrad.xsl. The following tool may be useful for developing a new xslt: http://xslt.online-toolz.com/tools/xslt-transformation.php It allows specification of a sample input xml document and an xslt and produces the transformed results. 2.) Register the xslt with the corresponding formatId of the science metadata format the xslt will operate on. Withing 'src/main/resources/Mercury3Properties.xml' see the bean 'xsltMapBean'. Add a new element with the key as the formatId string and the value as a relative path to the xslt based from the WEB-INF/views/ directory. After recompile and deploy the new formatID and xslt will be registered in one-mercury.