-
Notifications
You must be signed in to change notification settings - Fork 1
/
navigation.inc
126 lines (110 loc) · 4.15 KB
/
navigation.inc
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<div CLASS="clsNavigationMenu">
<A href="./index.html" target="_top">
Home</A>
<br />
<br />
<A href="./mission.html" target="_top">
Mission statement</A>
<br />
<A href="./collaboration.html" target="_top">
GENIE collaboration</A>
<br />
<A href="./policy.html" target="_top">
Policy documents</A>
<br />
<A href="./products.html" target="_top">
GENIE products</A>
<br />
<A href="./copyright.html" target="_top">
Copyright notices</A>
<br />
<A href="./citing.html" target="_top">
Citing GENIE</A>
<br />
<A href="./logos.html">
Logos</A>
<br />
<br />
<A href="./releases.html">
<b>Public releases</b> </A>
<br />
<A href="./tunes.html">
<b>Global fits & physics tunes</b> </A>
<br />
<A href="./naming_conventions.html">
Naming conventions</A>
<br />
<A href="http://scisoft.fnal.gov/scisoft/packages/genie_xsec/">
Associated data releases</A>
<br />
<br />
<A href="./forum.html">
User forum</A>
<br />
<A href="./incubator.html">
Project incubator</A>
<br />
<br />
<A href="https://genie-docdb.pp.rl.ac.uk/cgi-bin/ShowDocument?docid=2" target="_top">
Physics & user manual</A>
<br />
<A href="https://genie-docdb.pp.rl.ac.uk/cgi-bin/private/DocumentDatabase/" target="_top">
Document database</A>
<img src="./images/icons/lock.png" align="top" height="15">
<br />
<A href="./pub.html">
Publications & recent talks</A>
<br />
<br />
<A href="https://geniemc.slack.com" target="_top">
Slack workspace</A>
<img src="./images/icons/lock.png" align="top" height="15">
<br />
<br />
<A href="https://www.jiscmail.ac.uk/cgi-bin/webadmin?A0=NEUTRINO-MC-SUPPORT" target="_top">
User mailing list</A>
<br />
<A href="https://www.jiscmail.ac.uk/cgi-bin/webadmin?A0=NEUTRINO-MC-CORE" target="_top">
Developer mailing list</A>
<br />
<br />
<A href="https://github.com/GENIE-MC" target="_top">
GitHub organization page</A>
<br />
<!--
<A href="https://github.com/GENIE-MC/Generator" target="_top">
[Generator repository]</A>
<br />
<A href="https://github.com/GENIE-MC/Comparisons" target="_top">
[Comparisons repository]</A>
<img src="./images/icons/lock.png" align="top" height="15">
<br />
<A href="https://github.com/GENIE-MC/Tuning" target="_top">
[Tuning repository]</A>
<img src="./images/icons/lock.png" align="top" height="15">
<br />
<A href="https://github.com/GENIE-MC/Reweight" target="_top">
[Reweight repository]</A>
<br />
-->
<br />
<A href="./get_started.html">
Get started </A>
<br />
<!--
Generator doxygen
<br />
-->
GENIE course
<br />
<br />
<!--
<A href="./news.html" target="_top">
News</A>
<br />
-->
</div>