[HepData-svn] r1911 - in trunk/hepdata-webapp: . src/main/resources/cedar/hepdata/webapp/pages

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Dec 16 15:33:55 GMT 2015


Author: watt
Date: Wed Dec 16 15:33:55 2015
New Revision: 1911

Log:
Add link to corresponding new hepdata.net record (and add link to STFC grant)

Modified:
   trunk/hepdata-webapp/pom.xml
   trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/AboutHepdata.tml
   trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/Search.tml
   trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/View.tml

Modified: trunk/hepdata-webapp/pom.xml
==============================================================================
--- trunk/hepdata-webapp/pom.xml	Wed Nov 18 13:03:36 2015	(r1910)
+++ trunk/hepdata-webapp/pom.xml	Wed Dec 16 15:33:55 2015	(r1911)
@@ -279,7 +279,8 @@
 
     <repository>
       <id>Ibiblio</id>
-      <url>http://mirrors.ibiblio.org/pub/mirrors/maven2</url>
+      <!-- <url>http://mirrors.ibiblio.org/pub/mirrors/maven2</url> -->
+      <url>http://maven.ibiblio.org/maven2</url>
     </repository>
     
     <repository>

Modified: trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/AboutHepdata.tml
==============================================================================
--- trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/AboutHepdata.tml	Wed Nov 18 13:03:36 2015	(r1910)
+++ trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/AboutHepdata.tml	Wed Dec 16 15:33:55 2015	(r1911)
@@ -13,7 +13,7 @@
 <p/>
 The Durham High Energy Physics Database (HepData) has been built up over the past four decades as a unique open-access repository for scattering data from experimental particle physics.  It currently comprises the data points from plots and tables related to several thousand publications including those from the Large Hadron Collider (LHC).  An overview of the HepData project was presented in a <a href="http://hepdata.cedar.ac.uk/resource/hepdata-aahep7.pdf">talk</a> (2.9 MB) at <a href="http://indico.cern.ch/event/aahep7/">AAHEP7</a> on 2nd April 2014 and in a <a href="http://hepdata.cedar.ac.uk/resource/hepdata-aahep8.pdf">talk</a> (1.4 MB) at <a href="http://indico.cern.ch/event/aahep8/">AAHEP8</a> on 2nd September 2015.
 <p/>
-HepData is funded by a grant from the UK <a href="http://www.stfc.ac.uk">STFC</a> and is based at the <a href="http://www.ippp.dur.ac.uk">IPPP</a> at Durham University.  The HepData team is very small comprising:
+HepData is funded by a <a href="http://gtr.rcuk.ac.uk/projects?ref=ST/N000315/1">grant</a> from the UK <a href="http://www.stfc.ac.uk">STFC</a> and is based at the <a href="http://www.ippp.dur.ac.uk">IPPP</a> at Durham University.  The HepData team is very small comprising:
 <p/>
 <table align='center' border='1' cellpadding='5'>
 <tr align='center' valign='top'>

Modified: trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/Search.tml
==============================================================================
--- trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/Search.tml	Wed Nov 18 13:03:36 2015	(r1910)
+++ trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/Search.tml	Wed Dec 16 15:33:55 2015	(r1911)
@@ -111,6 +111,13 @@
                  | <a href=" http://cds.cern.ch/record/${paper.cdsId}"
                     title="View the CERN Document Server record for this paper"><b>CDS</b></a>
            </t:if>
+           <t:if test="paper.haveRivet">
+                 | <a href="http://projects.hepforge.org/rivet/analyses#${paper.rivetName}"><b>Rivet</b></a>
+           </t:if>
+	   <t:if test="paper.inspireId">
+                 | <a href="http://hepdata.net/record/ins${paper.inspireId}"
+                    title="View the new hepdata.net record for this paper"><b>HEPData</b></a>
+           </t:if>
             <br/>
             <t:loop source="otherPapers" value="otherPaper">
                <a href="#" t:type="pagelink" t:page="view" t:context="${otherpaperidcontext}"
@@ -138,7 +145,11 @@
                     title="View the CERN Document Server record for this paper"><b>CDS</b></a>
            </t:if>
            <t:if test="paper.haveRivet">
-                 | <a href="http://projects.hepforge.org/rivet/analyses#${paper.rivetName}"><b>Rivet</b></a>
+                 | <a href="http://projects.hepforge.org/rivet/analyses#${paper.rivetName}"><b>Rivet</b></a>
+           </t:if>
+	   <t:if test="paper.inspireId">
+                 | <a href="http://hepdata.net/record/ins${paper.inspireId}"
+                    title="View the new hepdata.net record for this paper"><b>HEPData</b></a>
            </t:if>
            </t:parameter>
         </t:if>

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	Wed Nov 18 13:03:36 2015	(r1910)
+++ trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/View.tml	Wed Dec 16 15:33:55 2015	(r1911)
@@ -187,6 +187,11 @@
             Rivet Analysis: 
             <a href="http://projects.hepforge.org/rivet/analyses#${paper.rivetName}"><b>${paper.rivetName}</b></a>        
 	  </t:if>
+	  <t:if test="paper.inspireId">
+            Record in:
+            <a href="http://hepdata.net/record/ins${paper.inspireId}" title="View the new hepdata.net record for this paper"><b>HEPData</b></a> (new site in development)
+            <br/>
+          </t:if>
 	  <br/>
 	  <!--
               Version:${paper.version}


More information about the HepData-svn mailing list