-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
113 lines (104 loc) · 5.01 KB
/
index.html
File metadata and controls
113 lines (104 loc) · 5.01 KB
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
---
layout: index
---
<div class="featurette">
<img class="featurette-image pull-right" src="/assets/mission.png">
<h2 class="featurette-heading">Mission</h2>
<ul class="lead">
<li>To advance knowledge, research and discovery in fundamental physics by developing novel detectors that will improve the sensitivity of ton-scale DM and neutrino experiments.</li>
<li>To increase knowledge and advance frontier physics education and training for undergraduate STEM (science, technology, engineering, mathematics) majors, graduate students, post-docs, and early career faculty, and develop a diverse workforce in physics and engineering.</li>
<li>To improve global collaboration on Ge related technology through integrative global partnerships, anchored by best-in-class research facilities, resources, and expertise.</li>
</ul>
</div>
<hr class="featurette-divider">
<div class="row">
<div id="science-carousel" class="carousel slide col-md-6" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="https://upload.wikimedia.org/wikipedia/commons/3/31/COSMOS_3D_dark_matter_map.png">
<div class="carousel-caption">
<a class="btn btn-lg btn-primary" href="index.html" role="button">Dark matter</a>
</div>
</div>
<div class="item">
<img src="http://wwwkm.phys.sci.osaka-u.ac.jp/en/research/img/r01_img01.gif">
<div class="carousel-caption">
<a class="btn btn-lg btn-primary" href="index.html" role="button">Neutrinoless double beta decay</a>
</div>
</div>
</div><!--carousel-inner-->
<a class="left carousel-control" href="#science-carousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#science-carousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div><!-- carousel slide -->
<div class="col-md-6">
<h2>Science</h2>
<p class="lead">Dark matter. Neutrinoless double beta decay. Coherent
elastic neutrino-nucleus scattering. Neutrino magnetic moments. Frictional
charge...</p>
<a class="btn btn-default" href="/science" role="button">More »</a>
</div>
</div>
<hr class="featurette-divider">
<div class="featurette">
<img class="featurette-image pull-right" src="/assets/logos.png">
<h2 class="featurette-heading">Collaboration</h2>
<p class="lead">GEMADARC is a global partnership of 13 institutions across 5
countries. Meet the members and institutions from the U.S.A., Canada, China,
Germany, India and Taiwan on our collaboration page</p>
<a class="btn btn-default" href="/collaboration" role="button">Collaboration »</a>
</div>
<hr class="featurette-divider">
<div class="row">
<div id="faculty-carousel" class="carousel slide col-md-6" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="https://drive.google.com/uc?id=0BwM7XYhFgK7oYUppM2VhQndFakk">
<div class="carousel-caption">
<a class="btn btn-lg btn-primary" href="index.html" role="button">MPPMU surface scanning station</a>
</div>
</div>
<div class="item">
<img src="https://drive.google.com/uc?id=0B3yvXEqPBERISVVFWkhIZWlHQms">
<div class="carousel-caption">
<a class="btn btn-lg btn-primary" href="index.html" role="button">USD crystal grower</a>
</div>
</div>
<div class="item">
<img src="https://drive.google.com/uc?id=0BwM7XYhFgK7oNVpUaTJ0dmY1Mnc">
<div class="carousel-caption">
<a class="btn btn-lg btn-primary" href="index.html" role="button">Texono 500g Ge detector</a>
</div>
</div>
</div><!--carousel-inner-->
<a class="left carousel-control" href="#faculty-carousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#faculty-carousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div><!-- carousel slide -->
<div class="col-md-6">
<h2>World Class Facilities</h2>
<p class="lead">Each institution of GEMADARC provides unique lab spaces and facilities to push Germanium semiconductor research forward. Check them out on the facilities page.</p>
<a class="btn btn-default" href="/facility" role="button">Facilities »</a>
</div>
</div>
<hr class="featurette-divider">
<div class="row">
<div class="col-md-6">
<h2>Educational oppertunities</h2>
<p class="lead">Scholarship and other educational opportunities provided by PIRE-GEMADARC.</p>
<a class="btn btn-default" href="/education" role="button">More »</a>
</div>
<div class="col-md-6">
<img src="http://www.usd.edu/-/media/images/arts-and-sciences/physics/physicsundergrad.ashx">
</div>
</div>