-
Notifications
You must be signed in to change notification settings - Fork 1
/
collaboration.html
163 lines (137 loc) · 5.07 KB
/
collaboration.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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!DOCTYPE HTML>
<!--
Benjamin Tam ([email protected])
for the SNO+ Collaboration
11 March 2023
-->
<html>
<head>
<title>SNO+ Collaboration</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo">The SNO+ Experiment</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="science.html">Science</a></li>
<li><a href="results.html">Results</a></li>
<li class="active"><a href="collaboration.html">Collaboration</a></li>
<li><a href="gallery.html">Gallery</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Post -->
<section class="post">
<div class="image fit"><img src="images/collab2022.jpg" alt="" /></div>
<div class="image fit"><img src="images/institutions.png" alt="" /></div>
</section>
<section class="post">
<header class="major">
<h3>Project Director, Spokesperson</h3>
</header>
<div class="image right"><img src="images/flags/canada.jpg" alt="" /></div>
<h4><a href="mailto:[email protected]"> Mark Chen <i class="icon fa fa-envelope"></i></a></h4>
Department of Physics, Engineering Physics & Astronomy<br/>
Queen's University<br/>
Kingston, ON, K7L 3N6<br/>
Canada<br/>
+1 (613) 533-6861
</section>
<!-- Posts -->
<section class="posts">
<article>
<header>
<h3>Germany Spokesperson</h3>
</header>
<img src="images/flags/germany.jpg" alt="" style="width:35%">
<h4><a href="mailto:[email protected]"> Kai Zuber <i class="icon fa fa-envelope"></i></a></h4>
TU Dresden,<br/>
Institut für Kern- und Teilchenphysik,<br/>
D-01062 Dresden,<br/>
Germany<br/>
+49 (0)351 463 42250
</article>
<article>
<header>
<h3>Portugal Spokesperson</h3>
</header>
<img src="images/flags/portugal.jpg" alt="" style="width:35%">
<h4><a href="mailto:[email protected]"> Jose Maneira <i class="icon fa fa-envelope"></i></a></h4>
Laboratório de Instrumentação e,<br/>
Física Experimental de Partículas (LIP),<br/>
Av. Prof. Gama Pinto, 2<br/>
1649-003 Lisboa,<br/>
Portugal<br/>
+351 21 799 8582
</article>
<article>
<header>
<h3>United Kingdom Spokesperson</h3>
</header>
<img src="images/flags/uk.jpg" alt="" style="width:35%">
<h4><a href="mailto:[email protected]"> Steve Biller <i class="icon fa fa-envelope"></i></a></h4>
Department of Physics,<br/>
Oxford University,<br/>
Denys Wilkinson Building,<br/>
Keble Road, Oxford, OX1 3RH,<br/>
United Kingdom<br/>
+44 (0)1865 273386
</article>
<article>
<header>
<h3>United States Spokesperson</h3>
</header>
<img src="images/flags/us.jpg" alt="" style="width:35%">
<h4><a href="mailto:[email protected]"> Josh Klein <i class="icon fa fa-envelope"></i></a></h4>
Physics and Astronomy,<br/>
University of Pennsylvania,<br/>
209 South 33rd Street,<br/>
Philadelphia, PA 19104-6396,<br/>
United States<br/>
+1 (215) 573-3599
</article>
<article>
<header>
<h3>Mexico Spokesperson</h3>
</header>
<img src="images/flags/mexico.png" alt="" style="width:35%">
<h4><a href="mailto:[email protected]"> Eric Vazquez <i class="icon fa fa-envelope"></i></a></h4>
Colisur, Cubículo 106,<br/>
Instituto de Física - UNAM,<br/>
Circuito de la Investigación Científica,<br/>
Ciudad Universitaria,<br/>
Delegación Coyoacán,<br/>
C.P. 4510, Ciudad de México,<br/>
México <br/>
+52 (55) 5556225000
</article>
<article></article>
</section>
</div>
<!-- Copyright -->
<div id="copyright">
<ul><li>© 2023 the SNO+ Experiment</li></ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>