|
[HepData-svn] r1499 - trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pagesblackhole at projects.hepforge.org blackhole at projects.hepforge.orgThu Dec 15 16:26:01 GMT 2011
Author: whalley Date: Thu Dec 15 16:26:01 2011 New Revision: 1499 Log: updates to display conference ref and Rivet availablilty Modified: 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/src/main/resources/cedar/hepdata/webapp/pages/Search.tml ============================================================================== --- trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/Search.tml Thu Dec 15 16:24:09 2011 (r1498) +++ trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/Search.tml Thu Dec 15 16:26:01 2011 (r1499) @@ -68,6 +68,10 @@ <a href="http://arxiv.org/abs/${paper.archive}"> <b>${paper.archive}</b></a> </t:if> + <t:if test="paper.firstConference"> + Conference Paper: + <b>${paper.firstConference}</b> + </t:if> <!-- <t:if test="paper.spiresId"> (Spires ID: @@ -107,6 +111,9 @@ | <a href="http://inspirehep.net/search?p=recid+${paper.inspireId}&search_action=Search" title="View the INSPIRE database record for this paper (${paper.spiresId}/${paper.inspireId})"><b>INSPIRE</b></a> </t:if> + <t:if test="haveRivet"> + | <a href="http://projects.hepforge.org/rivet/analyses#${rivetName}"> Rivet </a> + </t:if> </t:parameter> </t:if> </div> 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 Thu Dec 15 16:24:09 2011 (r1498) +++ trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/View.tml Thu Dec 15 16:26:01 2011 (r1499) @@ -81,6 +81,10 @@ Archived as <b>${paper.archive}</b> <br/> </t:if> + <t:if test="paper.firstConference"> + Conference paper <b>${paper.firstConference}</b> + <br/> + </t:if> <t:if test="paper.spiresId"> Spires ID (IRN): <b>${paper.spiresId}</b> <a href="http://durpdg.dur.ac.uk/cgi-bin/spiface/hep/www?irn+${paper.spiresId}">(View)</a>
More information about the HepData-svn mailing list |