-
Notifications
You must be signed in to change notification settings - Fork 0
/
citingnuisance.html
executable file
·41 lines (35 loc) · 1.32 KB
/
citingnuisance.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
39
40
41
<html>
<head>
<link rel="stylesheet" type="text/css" href="/nuisance.css">
</head>
<body>
<div style="overflow:auto;">
<img src="/images/nuisancelogo.png" alt="NUISANCE" style="height:200px;float:right;margin-bottom:0px;margin-left:0px;margin-right:0px;">
<h1>Citing NUISANCE</h1>
<p>
NUISANCE is released under the GPL open source software license and is freely availble for anyone to use.
</p>
<p>
<b>If you use NUISANCE please cite the following reference:</b>
</p>
<p>
<em>NUISANCE: a neutrino cross-section generator tuning and comparison framework.</em> P. Stowell, C. Wret, C. Wilkinson, L. Pickering, et. al., <a href="http://iopscience.iop.org/article/10.1088/1748-0221/12/01/P01016">2017 JINST 12 P01016</a>, <a href="https://arxiv.org/abs/1612.07393">arXiv:1612.07393</a></p>
<p>or use this pre-defined latex:
<div class="codebox">@article{Stowell:2016jfr,
author = "Stowell, P. and others",
title = "{NUISANCE: a neutrino cross-section generator tuning and comparison framework}",
eprint = "1612.07393",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
doi = "10.1088/1748-0221/12/01/P01016",
journal = "JINST",
volume = "12",
number = "01",
pages = "P01016",
year = "2017"
}
</div></p>
<p>or use <a href=https://inspirehep.net/literature/1505589>InspireHEP</a>.</p>
</div>
</body>
</html>