source: trunk/htdocs/pulsar_archive_guide.html @ 193

Last change on this file since 193 was 193, checked in by MatthewWhiting, 17 years ago
  • Fixed bugs in view_profiles that meant some figures were not being plotted.
  • Updated scripts.
  • Fixed bug in query by pulsar name.
File size: 1.4 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html>
2<html>
3<head>
4<link rel="stylesheet" type="text/css" href="styles/standard.css" />
5<link rel="stylesheet" type="text/css" href="styles/query.css" />
6<link rel="stylesheet" type="text/css" href="styles/results.css" />
7<link rel="stylesheet" type="text/css" href="styles/atnf.css" />
8<meta http-equiv="Content-Type" content="text/html; charset=iso-8759-1" />
9<meta name="DC.Creator" lang="en" content="personalName=Teoh,Albert" />
10<meta name="ATNF.Maintainer" content="contactName=Webmaster,the" />
11<meta name="DC.Title.alt" lang="en" content="" />
12<meta name="DC.Subject" lang="en" content="pulsar" />
13<meta name="DC.Description" lang="en" content="Searches the data archives at the ATNF" />
14<meta name="DC.Date.created" scheme="ISO8601" content="2002-12-12" />
15<meta name="ATNF.Site" content="Marsfield" />
16<meta name="ATNF.AccessPermission" content="Public" />
17<meta name="ATNF.MetaVersion" content="1.0" />
18</head>
19<title>ATNF Pulsar Data Archive: Users Guide</title>
20<body>
21<?php include_once("header.html"); ?>
22
23<h1>ATNF Pulsar Data Archive: Users Guide</h1
24
25<h3>Introduction</h3>
26
27... Information about the archive and where the data comes from ...
28
29<h3>Using the archive</h3>
30
31<ul>
32  <li>How to make queries.
33  <li>What all the different options are.
34  <li>Viewing profiles.
35  <li>Accessing data.
36</ul>
37
38<?php include_once("footer.html"); ?>
39</body>
40</html>
41
42
Note: See TracBrowser for help on using the repository browser.