[HepData-svn] r1629 - trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue May 28 10:15:40 BST 2013


Author: whalley
Date: Tue May 28 10:15:40 2013
New Revision: 1629

Log:
- changing name of jhepwork to ScaVis

Modified:
   trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/View.tml

Modified: trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/View.tml
==============================================================================
--- trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/View.tml	Tue May 28 10:15:27 2013	(r1628)
+++ trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/View.tml	Tue May 28 10:15:40 2013	(r1629)
@@ -37,6 +37,11 @@
 <body onLoad="replaceHEP('qualifier_class','observable_class','http://hepdata.cedar.ac.uk/resource/dictionary');">
 <t:if test="havePaper">
 
+<!--
+Try the systematics here:
+${paper.systematicsString}
+-->
+
 <t:if test="longFormat">
     <h2> Reaction Database Full Record Display</h2>
     View
@@ -53,8 +58,9 @@
         <a href="#" t:type="pagelink" t:page="view" t:context="pyrootContext">PyROOT,</a> 
         <a href="#" t:type="pagelink" t:page="view" t:context="yodaContext">YODA</a>,  
         <a href="#" t:type="pagelink" t:page="view" t:context="rootContext">ROOT</a>, 
-        <a href="#" t:type="pagelink" t:page="view" t:context="matplotlibContext">mpl</a> or  
-        <a href="#" t:type="pagelink" t:page="view" t:context="jhepworkContext">jhepwork</a>  
+        <a href="#" t:type="pagelink" t:page="view" t:context="matplotlibContext">mpl</a>,   
+        <a href="#" t:type="pagelink" t:page="view" t:context="jhepworkContext">ScaVis</a> or 
+        <a href="#" t:type="pagelink" t:page="view" t:context="marcXMLContext">MarcXML</a>  
 
 
 
@@ -102,7 +108,9 @@
         <br/>
         <t:if test="paper.firstPublished">
           Published in <b>${paper.firstPublished}</b>
-          (DOI:<a href="http://dx.doi.org/${paper.DOI}">${paper.DOI}</a>)
+          <t:if test="paper.DOI">
+            (DOI:<a href="http://dx.doi.org/${paper.DOI}">${paper.DOI}</a>)
+          </t:if>
           <br/>
         </t:if>
         <t:if test="paper.firstErratum">
@@ -232,8 +240,9 @@
           <a href="#" t:type="pagelink" t:page="view" t:context="pyrootContext">PyROOT</a>, 
           <a href="#" t:type="pagelink" t:page="view" t:context="yodaContext">YODA</a>, 
           <a href="#" t:type="pagelink" t:page="view" t:context="rootContext">ROOT</a>,  
-          <a href="#" t:type="pagelink" t:page="view" t:context="matplotlibContext">mpl</a> or 
-          <a href="#" t:type="pagelink" t:page="view" t:context="jhepworkContext">jhepwork</a>  
+          <a href="#" t:type="pagelink" t:page="view" t:context="matplotlibContext">mpl</a>,  
+          <a href="#" t:type="pagelink" t:page="view" t:context="jhepworkContext">ScaVis</a> or 
+          <a href="#" t:type="pagelink" t:page="view" t:context="marcXMLContext">MarcXML</a>  
           <!-- </p> -->
           <t:displayDatasetComments ds="dataset" />
 <!--          <t:datasetAsHtml dataset="dataset" format="${format}" /> -->
@@ -279,7 +288,8 @@
           <a href="#" t:type="pagelink" t:page="view" t:context="yodaContext">YODA</a>, 
           <a href="#" t:type="pagelink" t:page="view" t:context="rootContext">ROOT</a>,  
           <a href="#" t:type="pagelink" t:page="view" t:context="matplotlibContext">mpl</a> or 
-          <a href="#" t:type="pagelink" t:page="view" t:context="jhepworkContext">jhepwork</a>  
+          <a href="#" t:type="pagelink" t:page="view" t:context="jhepworkContext">ScaVis</a>  
+          <a href="#" t:type="pagelink" t:page="view" t:context="marcXMLContext">MarcXML</a>  
           <!-- </p> -->
           <t:displayDatasetComments ds="dataset" />
           </div>


More information about the HepData-svn mailing list