-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
90 lines (76 loc) · 3.93 KB
/
index.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<!--#include FILE="./header.inc"-->
<body>
<!--#include FILE="./navigation.inc"-->
<div id="MainIn2ColumnPage">
<div style="display:flex">
<div id="FrontPageMainText">
<b>GENIE</b> is an <A href="./collaboration.html"><b>international collaboration</b></A> of scientists that
plays the leading role in
a) the development of a modern and universal event generator framework and tools in support of neutrino experiments,
b) the consistent, validated and efficient implementation of a constellation of alternative
physics models within a common platform,
c) the development and characterisation of novel <b><u>comprehensive</u> physics models</b> for the <b>simulation
of neutrino interactions</b>, and
d) the development of an advanced <b>global analysis of neutrino scattering data</b>.
<br />
<br />
The GENIE collaboration
maintains a <A href="./products.html"><b>suite of software products</b></A>
for the experimental neutrino community,
including the popular
<A href="https://github.com/GENIE-MC/Generator" target="_top"><i><b>Generator</b></i></A> and
<A href="https://github.com/GENIE-MC/Reweight" target="_top"><i><b>Reweight</b></i></A> products,
as well as the
<A href="https://github.com/GENIE-MC/Comparisons" target="_top"><i><b>Comparisons</b></i></A> <img src="./images/icons/lock.png" align="top" height="15"> and
<A href="https://github.com/GENIE-MC/Tuning" target="_top"><i><b>Tuning</b></i></A> <img src="./images/icons/lock.png" align="top" height="15"> products
that underlie the GENIE global analysis.
<br />
<br />
<br />
<div CLASS="clsFrontPageTabHeader">
15th April 2024: New production release 3.4.2!
</div>
<div CLASS="clsFrontPageTabBody">
We are pleased to announce that version 3.04.02 of the GENIE event generator has been tagged.
<br />
<br />
This release introduces some optimisation when using external FSI and allows the correct time setting when shifting the z coordinate in GSimpleNtpFlux.
The details of the improvements is available <A href="http://releases.genie-mc.org" target="_top">here</A>.
<br />
<br />
The new code, as always, is available from
our <A href="https://github.com/GENIE-MC" target="_top">GitHub repositories</A>
In case of problems, feel free to open GitHub issues and submit pull requests!
<br />
<br />
The User and Physics manual has been updated with some of the new developments.
<br />
<br />
We look forward to your feedback.
</div>
</div>
<div>
<IMG src="./images/logos/genie_logo_2_big_medium_resolution.png"
width="190px" hspace="10px" vspace="2px" align="center">
<br />
<br />
<a class="twitter-timeline" data-width="300" data-height="350" data-theme="light"
href="https://twitter.com/GENIENeutrinoMC?ref_src=twsrc%5Etfw">
Tweets by GENIE</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<br />
<!--
<br />
<a href="https://twitter.com/GENIENeutrinoMC?ref_src=twsrc%5Etfw"
class="twitter-follow-button"
data-show-count="false">Follow @GENIE</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
-->
</div>
</div>
</div>
<!--#include FILE="./footer.inc"-->
</body>
</html>