|
[HepData-svn] r1294 - in trunk/hepdata-webapp/src/main: java/cedar/hepdata/webapp/pages resources/cedar/hepdata/webapp/pagesblackhole at projects.hepforge.org blackhole at projects.hepforge.orgThu Oct 1 14:06:11 BST 2009
Author: whalley Date: Thu Oct 1 14:06:10 2009 New Revision: 1294 Log: adding missing files Added: trunk/hepdata-webapp/src/main/java/cedar/hepdata/webapp/pages/OutputHelp.java trunk/hepdata-webapp/src/main/java/cedar/hepdata/webapp/pages/SearchHelp.java trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/Browse.tml trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/OutputHelp.tml trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/SearchHelp.tml Added: trunk/hepdata-webapp/src/main/java/cedar/hepdata/webapp/pages/OutputHelp.java ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/hepdata-webapp/src/main/java/cedar/hepdata/webapp/pages/OutputHelp.java Thu Oct 1 14:06:10 2009 (r1294) @@ -0,0 +1,12 @@ +package cedar.hepdata.webapp.pages; + +import java.util.Date; + +import org.apache.tapestry5.*; +import org.apache.tapestry5.annotations.*; +import org.apache.tapestry5.ioc.annotations.*; +import org.apache.tapestry5.services.*; + + +public class OutputHelp { +} Added: trunk/hepdata-webapp/src/main/java/cedar/hepdata/webapp/pages/SearchHelp.java ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/hepdata-webapp/src/main/java/cedar/hepdata/webapp/pages/SearchHelp.java Thu Oct 1 14:06:10 2009 (r1294) @@ -0,0 +1,12 @@ +package cedar.hepdata.webapp.pages; + +import java.util.Date; + +import org.apache.tapestry5.*; +import org.apache.tapestry5.annotations.*; +import org.apache.tapestry5.ioc.annotations.*; +import org.apache.tapestry5.services.*; + + +public class SearchHelp { +} Added: trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/Browse.tml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/Browse.tml Thu Oct 1 14:06:10 2009 (r1294) @@ -0,0 +1,87 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-trans.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<title>Durham REACTION DATABASE Browsing</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<link rel="stylesheet" type="text/css" href="/hepdata/test.css" /> +</head> + <script language="javascript" type="text/javascript"> + function popitup(url){ + newwindow=window.open(url,'name','height=400,width=400,scrollbars=1'); + if(window.focus){ newwindow.focus()} + return false; + } + </script> +<body class="reaction"> +<!-- +<div> + +<h2> +<a href="http://www.dur.ac.uk/"><img alt="DurhamUniv" align="bottom" src="/icons/hepdata/durcrest.gif" width=100></a> + The Durham HepData Project +<a href="http://www.ippp.dur.ac.uk/"><img alt="IPPP" align="bottom" src="/icons/hepdata/ippp_transparent-small.png" width=100></a> +</h2> + + +</div> + +<p/> + +<div class="navbar"> +<a id="nav-reaction" href=/hepdata/new_reac.shtml>Reaction Database</a> +<a id="nav-review" href=/hepdata/reviews.shtml>Data Reviews</a> +<a id="nav-pdf" href=/hepdata/pdf.html>Parton Density Functions</a> +</div> +<br/> +--> +<!--#include virtual="/hepdata/main_header.shtml"--> +<table> +<tr> +<td id="main"> + +<h2> HepData Reaction Database</h2> + +<br/> + Browsing Keywords +<p/> +Choose the index you wish to browse and enter the value. + +Select an index:<br> +<!--<form method=GET action=http://h3:8080/hepdata-webapp/browse>--> +<form method=GET action=http://hepdata.cedar.ac.uk/hepdata/browse> + +<select name=keyword> +<option value="is">Initial State Particle (beam)</option> +<option value="fs">Final State Particle (fsp)</option> +<option value="obs">Observable (obs)</option> +<!--<option value="reac">Reaction</option>--> +<option value="exp">Laboratory Experiment Name/Number (exp)</option> +<option value="de">Detector/Collaboration/Experiment Name (de)</option> +<option value="auth">First Author on Publication (auth)</option> +<option value="ref">Reference (ref)</option> +</select> +Enter Value:<input type=text name=value size=6/> +<p/> +<input type="submit" value="Browse" /> +<input type="submit" value="Clear" /> +<input type="hidden" name="pos" value="0"> +</form> + +</td> + +</tr> +</table> + +<div class="navbar_lower"> +HepData also maintains the UK mirrors of: +<a href="http://durpdg.dur.ac.uk/spires/hep">SPIRES_HEP</a> +& +<a href="http://durpdg.dur.ac.uk/lbl/">PDG</a> +</div> + + +<!--#include virtual="/hepdata/credits.shtml"--> + +</body> + + Added: trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/OutputHelp.tml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/OutputHelp.tml Thu Oct 1 14:06:10 2009 (r1294) @@ -0,0 +1,66 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html t:type="layout" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"> + +<title>Durham REACTION DATABASE Oputput Help</title> + + <script language="javascript" type="text/javascript"> + function popitup(url){ + newwindow=window.open(url,'name','height=400,width=400,scrollbars=1'); + if(window.focus){ newwindow.focus()} + return false; + } + </script> +<body class="reaction"> +<p/> +<table> +<tr> +<td> + +<h2>Help on Interpreting the Search Result</h2> +<p/> +The results of a successful search are initially displayed as a short summary of each record listed roughly in reverse chronological order (ie most recent first). 10 records are displayed per page with the option to move on to the next 10, go to the previous 10 or jump to the last 10. +<p/> +The summary comprises: +<ul> +<li>The first author (linked to the full record display)</li> +<li>The experiment lab. number and name (linked to the SPIRES-EXP database)</li> +<li>Information on the publication references</li> +<li>The paper title</li> +<li>A link to the full data record</li> +<li>A link to list only the table headers in the record</li> +<li>A link to the SPIRES-HEP record for this publication </li> +</ul> +Selecting the "Full Data Record" link (or the "author" link) will display the complete Reaction Database entry for that publication. +<p/> +[<i>Selecting the "List of Tables" will display only the data table headers for that publication from which there are links to the complete data entry for individual tables.</i>] +<p/> +In the full data record after initial data comments and information about overall systematic errors (if available) are the data tables themselves roughly corresponding to the data tables and figures in the papers, (the 'Location:xxx' shows which table, figure or page the data come from). +<p/> +The format of the tables is primarily for visual inspection and links at the bottom of the "y" columns allow other possibilities: + +<dl> +<dt><b>Numbers</b></dt><dd>Outputs the data as numbers without the .html extras.</dd> +<dt><b>Plot</b></dt><dd>Display a single plot of that set of data. This takes you to another display in which, as well as the plot, various other information is shown as well as option to replot the data changing the type of axes (lin/log), with/without systematic errors, and the option to output the plot to a 'pdf' file. You can also add this plot to the selected list for later plotting with the 'Add to selected plot list' button</dd> +<dt><b>Select Plot</b></dt><dd>Selects that dataset for later plotting with data from this or any other dataset in the database. </dd> +</dl> + +<b>Making Composite Plots</b> +<p/> +One of the new features of the new Reaction Database is the ablility to combine data from any record into one composite plot, thus allowing easy visual comparisons. As mentioned above this is accomplished using the "Select Plot" link on the full record display or the "Add to selected plot list" on the Plot display. Doing either of these will take you to the "current list of selected plots" page which has options to display the combined plot as well as to manipulate the datasets by removing them from the list or rescaling them with a scalefactor. The summary link will display more information on the individual dataset. Again there are various options to alter the axes types and save the plot in a 'pdf' file. Other links allow easy movement back and forward to the datasets and plotting page. The list of current selected plots is specific to aa user/session and remains active for the complete user session, which generally means until the browser is exitted. + + +</td> +</tr> +</table> +<p/> +<div class="navbar_lower"> +HepData also maintains the UK mirrors of: +<a href="http://durpdg.dur.ac.uk/spires/hep">SPIRES_HEP</a> +and +<a href="http://durpdg.dur.ac.uk/lbl/">PDG</a> +</div> + + +</body> + +</html> Added: trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/SearchHelp.tml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/SearchHelp.tml Thu Oct 1 14:06:10 2009 (r1294) @@ -0,0 +1,136 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html t:type="layout" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"> + +<title>Durham REACTION DATABASE Search Help</title> + + <script language="javascript" type="text/javascript"> + function popitup(url){ + newwindow=window.open(url,'name','height=400,width=400,scrollbars=1'); + if(window.focus){ newwindow.focus()} + return false; + } + </script> + +<body class="reaction"> + +<p/> +<table> +<tr> +<td> + +<h2>Help on Searching the Reaction Database <a href="#" t:type="pagelink" t:page="index">(Back to the search page)</a></h2> +<p/> +There are several ways in which data records can be located and displayed +in the Reaction Database. + +<ul> +<li> Standard Search Method </li> +<li> Form Search Method </li> +<li> Using a precompiled Data Review </li> +<li> From the "Reaction-Data (Durham)" link in Spires-Hep </li> +</ul> +<p/> +<b>Standard Search Method</b> +<p/> +To use this method enter your query string in the search box. +The query is made up of keyword-value pairs joined with Boolean ANDs. +All searches are case indepenent. Help on the values for the different +keywords is available from the 'Browse' section. The available keywords are: +<dl> +<dt><b>reac</b></dt> +<dd> +"reac" (or "re") is one of the keywords to use to find data on a specific reaction. +Reactions are written in the form "a b --> c b ..." where "a" and "b" are notionally called the +beam and target particles respectively in the initial state and "c" and "d" etc.. are the final state particles. +Beacuse of the way the search is implemented the result is not dependent of the ordering within the initial and +final states. Help on the particle vocabulary is available in thwe Browse section. +An example would be "re e+ e- --> j/psi" which +would locate all data from E+ E+ interactions with a J/PSI particle in the final state. +</dd> + +<dt><b>obs</b></dt> +<dd> +"obs" is the keyword to use to specifiy a particular type of measurement or observable. +It is often used in conjunction with the "reac" keyword. Typical values are "SIG" "DSIG/DT", "F2" +and "POL". An example search would be "re e+ e- --> and obs dsig/dx". +</dd> + +<dt><b>sqrts</b></dt> +<dd> +the "sqrts" keyword adds <b>minimum</b> centre-of-mass criteria to the search. The units are GeV. +An example is "re pbar p and sqrts 1900" +</dd> + +<dt><b>fsp</b></dt> +<dd> +the "fsp" keyword allows searching for data with a specific final state particle. +</dd> + +<dt><b>exp</b></dt> +<dd> +the "exp" (or "cn" or "de") keyword specifies the name of the experiment. It is a very loose search +so only part of a name need be specified. For example "exp cern" would find all data in the dataabse +from CERN experiments while "de ALEPH" would only find data from the ALEPH experiment. +</dd> + +<dt><b>date</b></dt> +<dd> +the "date" keyword specifies the year of the publication/preprint. +</dd> + +<dt><b>ref</b></dt> +<dd> +the "ref" keyword specifies the publication or preprint. +</dd> + +<dt><b>auth</b></dt> +<dd> +the "auth" keyword specifies the name of the first author on the publication. +</dd> +</dl> + +In most of the keywords left and right truncation on the search can be made by using the "%" character +at the beginning and end of the value string respectively. However, when using the "reac" search care +needs to be taken since each of the individual particle are treated separately in the query. +<p/> +<b>Form Search Interface</b> +<p/> +In this interface the user is presented with a "form" to fill in. The fields in the form are essentially +the keywords described in the Standard Search Method and are combined together with Boolean ANDs to make +the search. +<p/> +<b>Data Reviews</b> +<p/> +The Durham HepData group maintains several on-line reviews of data in which the datasets from the Reaction Database are index by Experiment Name and Topic thus making the data easy to locate and display. +To date the topics covered in the Data Reviews are (with direct links): + +<ul> +<li><A HREF="/hepdata/online/f2/structindex.html"><b>Structure Functions in DIS</b></A></li> +<li><A HREF="/hepdata/online/photon/photonindex.html"><b>Single Photon Production in Hadronic Interactions </b></A> </li> +<li><A HREF="/hepdata/online/2gamma/2gammaindex.html"><b>Two-Photon Reactions leading to Hadron Final States</b></A> </li> +<li><A HREF="/hepdata/online/dy/dyindex.html"><b>Drell-Yan cross sections</b></A></li> +<li><A HREF="/hepdata/online/ee/eeindex.html"><b>Inclusive particle production data in e+e- Interactions</b></A></li> +<li><A HREF="/hepdata/online/rsig/index.html"><b>Hadronic Total Cross Sections (R) in e+e- Interactions</b></A></li> +<li><A HREF="/hepdata/online/neutrino/index.html"><b>Low Energy Neutrino Cross Sections </b></A></li> +<li><A HREF="/hepdata/online/shapes/index.html"><b>Event Shapes in Lepton-Lepton and Lepton-Nucleon Interactions </b></A></li> +</ul> + +<p/> +<b>SPIRES-HEP link</b> +<p/> +Finally, the SPIRES HEP bibliographic database contains a link "Reaction Data (Durham)" which accesses the corresponding data record in the HepData Reaction Database if it is available. + +</td> +</tr> +</table> + +<div class="navbar_lower"> +HepData also maintains the UK mirrors of: +<a href="http://durpdg.dur.ac.uk/spires/hep">SPIRES_HEP</a> +and +<a href="http://durpdg.dur.ac.uk/lbl/">PDG</a> +</div> + +</body> + +</html>
More information about the HepData-svn mailing list |