forked from gammapy/gammapy-webpage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
148 lines (134 loc) · 8.24 KB
/
contact.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
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110956727-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-110956727-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Gammapy - Contact</title>
<link href="https://fonts.googleapis.com/css?family=Fira+Sans" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="style.css" media="screen">
</head>
<body>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<a class="navbar-brand" href=".">Gammapy</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse"
aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="https://github.com/gammapy/gammapy" target="_blank" rel="noopener"
aria-label="GitHub">
<svg width="20px" height="20px" class="navbar-nav-svg" xmlns="https://www.w3.org/2000/svg"
viewbox="0 0 512 499.36" focusable="false"><title>GitHub</title>
<path d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"
fill="currentColor" fill-rule="evenodd"/>
</svg>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="gammapy_song.mp3" target="_blank" rel="noopener"
aria-label="Listen to the Gammapy song">
<svg width="20px" height="20px" class="navbar-nav-svg" xmlns="https://www.w3.org/2000/svg"
viewbox="0 0 512 499.36" focusable="false"><title>Listen to the Gammapy song</title>
<path d="M159.582,75.459v285.32c-14.274-10.374-32.573-16.616-52.5-16.616c-45.491,0-82.5,32.523-82.5,72.5s37.009,72.5,82.5,72.5 s82.5-32.523,82.5-72.5V168.942l245-60.615v184.416c-14.274-10.374-32.573-16.616-52.5-16.616c-45.491,0-82.5,32.523-82.5,72.5 s37.009,72.5,82.5,72.5s82.5-32.523,82.5-72.5V0L159.582,75.459z"
fill="currentColor" fill-rule="evenodd"/>
</svg>
</a>
</li>
<li class="nav-item"><a class="nav-link" href="news.html">News</a></li>
<li class="nav-item"><a class="nav-link" href="about.html">About</a></li>
<li class="nav-item"><a class="nav-link" href="cta.html">CTA</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
<li class="nav-item"><a class="nav-link" href="team.html">Team</a></li>
<li class="nav-item"><a class="nav-link" href="https://docs.gammapy.org/">Documentation</a></li>
</ul>
</div>
</nav>
<main>
<div class="container">
<h1>Contact</h1>
<p>This page lists the contact points and communication channels for Gammapy </p>
<ul class="">
<li>
Gammapy mailing list (<a href="mailto:[email protected]">[email protected]</a>,
<a href="https://groups.google.com/forum/#!forum/gammapy">archive</a>)
<br>
This is a public mailing list (a Google group) for anyone interested in Gammapy.
We use it to post announcements (the ones we also list on our <a href="news.html">news</a> page) for
Gammapy releases and meetings.
Gammapy users can post any question there! Not just about analysis, also if you have a question about
Python or installation or anything you need help with, feel free to post there.
<br>
You can sign up yourself.
</li>
<li>
Gammapy slack (<a href="https://gammapy.slack.com">gammapy.slack.com</a>)
<br>
Many Gammapy developers and users are using the Gammapy Slack to chat.
There is a <strong>#general</strong> and some other Slack channels that will go to many people.
But you can also join and use the Gammapy slack for 1:1 text chat with someone from the Gammapy team to
get help with Python, git, Gammapy, ...
The Gammapy slack is private and the history is not archived, i.e. is lost at some point.
<br>
To get access, sign-up <a href="https://join.slack.com/t/gammapy/signup">here</a>, and wait a bit for moderator approval.
</li>
<li>
Gammapy CTA mailing list
(<a href="mailto:[email protected]">[email protected]</a>,
<a href="https://listserv.in2p3.fr/archives/gammapy-cta-l.html">archive</a>)
<br>
Ask any question about CTA data analysis with Gammapy.
This is a private mailing list, so discussing CTA-internal information is OK.
<br>
Sign up <a href="https://listserv.in2p3.fr/cgi-bin/wa?SUBED1=GAMMAPY-CTA-L&A=1">here</a>, and wait a bit
for moderator approval.
</li>
<li>
Gammapy coordination committee mailing list
(<a href="mailto:[email protected]">[email protected]</a>,
<a href="https://listserv.in2p3.fr/archives/gammapy-coordination-l.html">archives</a>)
<br>
Use this mailing list to contact the Gammapy coordination committee.
Anyone can post, but only coordination committee members can read it.
Don't be shy: just email us if you have any question or comment about Gammapy!
</li>
<li>
Github (<a href="https://github.com/gammapy/gammapy">https://github.com/gammapy/gammapy</a>)
<br>
The place where we develop Gammapy (code, tests, documentation).
If you want to report an issue, you can do it directly in the issue tracker there,
or by posting on the mailing lists mentioned above.
<br>
You can make a Github account yourself, it's free.
</li>
</ul>
</div>
</main>
<footer class="container">
<hr>
<p>© Gammapy project</p>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</body>
</html>