Merge branch 'master' of https://github.com/szmoore/MCTX3420 into users
[matches/MCTX3420.git] / testing / MCTXWeb / public_html / help.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3   <head>
4     <title>MCTX3420 Web Interface</title>
5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6     <script type="text/javascript" src="static/jquery-1.10.1.min.js"></script>
7     <script type="text/javascript" src="static/mctx.gui.js"></script>
8
9     <link rel="stylesheet" type="text/css" href="static/style.css">
10     <link rel="stylesheet" type="text/css" href="static/nav-menu.css">
11     <script type="text/javascript">
12       runBeforeLoad().done(function() {
13         $(document).ready(function() {
14           
15         });
16       })
17
18     </script>
19   </head>
20
21   <body>
22     <div id="header-wrap">
23       <div id="header">
24         <div id="leftnav">
25           <a href="http://www.uwa.edu.au/" target="_blank">
26             <img alt = "The University of Western Australia"
27                  src="static/uwacrest-text.png">
28           </a>
29           <span id="title">Exploding Cans</span>
30         </div>
31         <div id="rightnav">
32           <span id="welcome-container">
33           </span>
34           <span id="date">
35             <script type="text/javascript">getDate();</script>
36           </span>
37           <div id="logout-container">
38             <form action="#">
39               <div>
40                 <input type="button" id="logout" value="Logout">
41               </div>
42             </form>
43           </div>
44         </div>
45         <div class="clear"></div>
46       </div>
47     </div>
48     <!-- End header -->
49
50     <div id="content-wrap">
51       <div id="content">
52         <div class="widget" id="sidebar-show">&gt;</div>
53         <div id="sidebar">
54           <div class="widget">
55             <div id="sidebar-hide">&lt;</div>
56             <div class="title">Navigation menu</div>
57             <div id="sidebar-menu" class="nav-menu">
58               <ul>
59                 <li><a href="index.html"><span>Home</span></a></li>
60                 <li><a href="control.html"><span>Experiment control</span></a></li>
61                 <li><a href="graph.html"><span>Experiment graphs</span></a></li>
62                 <li><a href="values.html"><span>Experiment data (live)</span></a></li>
63                 <li><a href="data.html"><span>Experiment data</span></a></li>
64                 <li><a href="pintest.html"><span>Pin debugging</span></a></li>
65                 <li class="last"><a href="help.html"><span>Help</span></a></li>
66               </ul>
67             </div>
68           </div>
69           <div class="widget justify">
70             <div class="title">Tutorials</div>
71             <p class="justify">For general information on using the MCTX project web interface (i.e. this webpage!) see the <b>'Tutorials'</b> section.
72               This will guide you through setting up, running and analysing an experiment with basic tutorials and explanation of the possible options.</p>
73           </div>
74           <div class="widget justify">
75             <div class="title">Experiment Hardware</div>
76             <p class="justify">For detailed technical information about the experiment hardware, including system diagrams, datasheets and run-downs of the components,
77               see the <b>'Hardware'</b> section.</p>
78           </div>
79           <div class="widget justify">
80             <div class="title">Experiment Software</div>
81             <p class="justify">For detailed technical information about the experiment software, including explanations of its structure, functions and so on, see the
82               <b>'Software'</b> section. Actual code can be accessed on the project's GitHub: <a href="https://github.com/szmoore/MCTX3420">MCTX3420</a>.</p>
83           </div>
84           <div class="widget justify">
85             <div class="title">Contact</div>
86             <p class="justify">If you would like more information about the project or require additional assistance, please contact:</p>
87             <p><b>Adrian Keating</b></p>
88             <p><b>Adam Wittek</b></p>
89           </div>
90         </div>
91         <!-- End sidebar -->
92
93         <div id="main">
94           <div class="widget">
95             <div class="title">Getting Started</div>
96             <p class="justify">Welcome to the MCTX3420 project documentation! On this page, you will find help on how to use the project software,
97               as well as information about the various hardware components.</p>
98             <p class="justify">For a basic introduction to using the experiment, see <b>'Tutorials'</b>.
99               <a href="https://github.com/szmoore/MCTX3420/wiki/System-Overview" target="_blank">System overview</a> provides a general overview of the experiment's hardware, while
100               <a href="https://github.com/szmoore/MCTX3420/wiki/Getting-Started:-Web-Interface" target="_blank">Using the web interface</a> provides a tutorial on using the the project software.
101               For detailed information about the experiment hardware, see the <b>'Hardware'</b> section. For detailed information about the project software,
102               see the <b>'Software'</b> section.</p>
103             <div class="sub-title">Tutorials</div>
104             <ul>
105               <li><a href="https://github.com/szmoore/MCTX3420/wiki/System-Overview" target="_blank">System overview</a></li>
106               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Getting-Started:-Web-Interface" target="_blank">Using the web interface</a></li>
107               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Getting-Started:-Run-an-Experiment" target="_blank">Running an experiment</a></li>
108               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Getting-Started:-View-Old-Experiments" target="_blank">Viewing previous experiments</a></li>
109               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Getting-Started:-Data-Processing" target="_blank">Data processing</a></li>
110               <li><a href="https://github.com/szmoore/MCTX3420/wiki/System-Safety" target="_blank">System safety</a></li>
111             </ul>
112             <div class="sub-title">Hardware</div>
113             <ul>
114               <li><a href="https://github.com/szmoore/MCTX3420/wiki/System-Overview" target="_blank">System overview</a></li>
115               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Hardware:-Electronics" target="_blank">Electronics</a></li>
116               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Hardware:-BeagleBone" target="_blank">BeagleBone</a></li>
117               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Hardware:-Pneumatics" target="_blank">Pneumatics</a></li>
118               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Hardware:-Sensors" target="_blank">Sensors</a></li>
119               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Hardware:-Mounting" target="_blank">Mounting</a></li>
120               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Hardware:-Case" target="_blank">Case</a></li>
121             </ul>
122             <div class="sub-title">Software</div>
123             <ul>
124               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Software:-Overview" target="_blank">Software overview</a></li>
125               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Software:-Browser-Interface" target="_blank">Browser interface</a></li>
126               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Software:-Server-API" target="_blank">Server API</a></li>
127               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Software:-Server-Code" target="_blank">Server code</a>
128                 <ul>
129                   <li><a href="https://github.com/szmoore/MCTX3420/wiki/Software:-Data-Handling" target="_blank">Data handling</a></li>
130                   <li><a href="https://github.com/szmoore/MCTX3420/wiki/Software:-Sensors-&amp;-Actuators" target="_blank">Sensors and actuators</a></li>
131                   <li><a href="https://github.com/szmoore/MCTX3420/wiki/Software:-Pin-Access" target="_blank">Pin access</a></li>
132                   <li><a href="https://github.com/szmoore/MCTX3420/wiki/Software:-Image-Processing" target="_blank">Image processing</a></li>
133                 </ul>
134               </li>
135               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Software:-Terminology" target="_blank">Terminology</a></li>
136             </ul>
137           </div>
138
139           <div class="widget">
140             <div class="title">Project Wiki</div>
141             <p>All of the project's help documentation is stored in its <a href="https://github.com/szmoore/MCTX3420/wiki" target="_blank">GitHub wiki.</a> This git repository also
142               stores all of the software code for the project; to access the project code files, visit <a href="https://github.com/szmoore/MCTX3420" target="_blank">this link</a>.</p>
143             <p>The following is a list of pages on the GitHub wiki (all of which can be accessed via the categories above):<p>
144             <ul>
145               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Getting-Started:-Data-Processing" target="_blank">Getting Started: Data Processing</a></li>
146               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Getting-Started:-Run-an-Experiment" target="_blank">Getting Started: Run an Experiment</a></li>
147               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Getting-Started:-View-Old-Experiments" target="_blank">Getting Started: View Old Experiments</a></li>
148               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Getting-Started:-Web-Interface" target="_blank">Getting Started: Web Interface</a></li>
149               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Hardware:-BeagleBone" target="_blank">Hardware: BeagleBone</a></li>
150               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Hardware:-Case" target="_blank">Hardware: Case</a></li>
151               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Hardware:-Electronics" target="_blank">Hardware: Electronics</a></li>
152               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Hardware:-Mounting" target="_blank">Hardware: Mounting</a></li>
153               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Hardware:-Pneumatics" target="_blank">Hardware: Pneumatics</a></li>
154               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Hardware:-Sensors" target="_blank">Hardware: Sensors</a></li>
155               <li><a href="https://github.com/szmoore/MCTX3420/wiki" target="_blank">Home</a>
156               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Software:-Browser-Interface" target="_blank">Software: Browser Interface</a></li>
157               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Software:-Data-Handling" target="_blank">Software: Data Handling</a></li>
158               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Software:-Image-Processing" target="_blank">Software: Image Processing</a></li>
159               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Software:-Overview" target="_blank">Software: Overview</a></li>
160               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Software:-Pin-Access" target="_blank">Software: Pin Access</a></li>
161               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Software:-Sensors-&amp;-Actuators" target="_blank">Software: Sensors &amp; Actuators</a></li>
162               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Software:-Server-API" target="_blank">Software: Server API</a></li>
163               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Software:-Server-Code" target="_blank">Software: Server Code</a></li>
164               <li><a href="https://github.com/szmoore/MCTX3420/wiki/Software:-Terminology" target="_blank">Software: Terminology</a></li>
165               <li><a href="https://github.com/szmoore/MCTX3420/wiki/System-Overview" target="_blank">System Overview</a></li>
166               <li><a href="https://github.com/szmoore/MCTX3420/wiki/System-Safety" target="_blank">System Safety</a></li>
167             </ul>
168           </div>
169         </div>
170         <!-- End main content -->
171       </div>
172     </div>
173   </body>
174 </html>

UCC git Repository :: git.ucc.asn.au