-
Notifications
You must be signed in to change notification settings - Fork 0
/
nuisancereleases.html
executable file
·38 lines (32 loc) · 1.27 KB
/
nuisancereleases.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<html>
<head>
<link rel="stylesheet" type="text/css" href="/nuisance.css">
</head>
<body>
<img src="/images/nuisancelogo.png" alt="NUISANCE" style="height:200px;float:right;margin-bottom:0px;margin-left:0px;margin-right:0px;">
<h1>NUISANCE Releases</h1>
<p>The following table lists different release versions of NUISANCE that can be checked out from the repository.</p>
<p>The version field denotes the tag that should be used with <span class="code">$ git checkout -b tag</span>.
<p>Validations are available for each release in pdf and .root file format <a href="files/validation/">here</a>.</p>
<table border="1px solid black">
<tr>
<th>Version</th>
<th>State</th>
<th>Notes</th>
<th>Validation Plots/Documents </th>
</tr>
<tr>
<td> <center>v1r0</center> </td>
<td> <center>Frozen 5/1/2017 </center></td>
<td> <center>First frozen version of NUISANCE ready for public use. </center></td>
<td> <center> <a href="/files/validation/nuisancevalidation_v1r0_280217/">Validation 28/02/2017</a> </center></td>
</tr>
<tr>
<td> <center>v2r0</center> </td>
<td> <center>Frozen 6/12/2017 </center></td>
<td> <center>Major restructuring of framework. </center></td>
<td> <center>Not available </center></td>
</tr>
</table>
</body>
</html>