forked from cinemascience/cinemascience.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·212 lines (204 loc) · 8.17 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
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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<!DOCTYPE HTML>
<!--
Ion by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Welcome: Cinema Science</title>
<link rel="shortcut icon" type="image/png" href="images/cinemascience_mark.png" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</noscript>
</head>
<body id="top">
<!-- Header -->
<header id="header" class="skel-layers-fixed">
<h1><a href="https://github.com/cinemascience"><img src="images/cinemascience_mark_fullword.png" atl="CinemaScience" /></a></h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="overview.html">Overview</a></li>
<li><a href="examples.html">Examples</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="tutorials.html">Tutorials</a><li>
<li><a href="publications.html">Publications</a></li>
<li><a href="https://cinemasciencewebsite.readthedocs.io">Documentation</a></li>
<li><a href="gethelp.html" class="button special">Get Help</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>Welcome to Cinema Science</h2>
<p></p>
<ul class="actions">
<li><a href="overview.html" class="button big special">Explore -- Analyze -- Visualize</a></li>
<!-- <li><a href="#elements" class="button big alt">Learn More</a></li> -->
</ul>
</div>
</section>
<!-- One -->
<section id="one" class="wrapper style1">
<header class="major">
<h2>Welcome to Cinema Science</h2>
<p>
Cinema is an innovative way of capturing, storing, and exploring both extreme scale scientific data and experimental data. It is a highly interactive image-based approach to data analysis and visualization that promotes investigation of large scientific datasets.
Cinema is easily integrated into existing workflows through extensions to widely used open source tools or direct output to a file. This novel approach supports interactive exploration of a wide range of data artifacts, while still significantly reducing data movement and storage.
</p>
</br>
<p>
Want to get started quickly? Check out the
<a href="tutorials.html">CinemaScience tutorials</a>.
</p>
</header>
<div class="container">
<div class="row">
<div class="4u">
<section class="special-center box">
<!-- <i class="icon fa-area-chart major"></i> -->
<i class="icon fa-film major"></i>
<h3><a href="examples.html">Examples</a></h3>
<p></p>
</section>
</div>
<div class="4u">
<section class="special-center box">
<i class="icon fa-download major"></i>
<h3><a href="downloads.html">Downloads</a></h3>
<p></p>
</section>
</div>
<div class="4u">
<section class="special-center box">
<i class="icon fa-file-video-o major"></i>
<h3><a href="https://cinemasciencewebsite.readthedocs.io">Documentation</a></h3>
<p></p>
</section>
</div>
</div>
</div>
</section>
<!-- Two - remove -->
<!-- <section id="two" class="wrapper style2">
<header class="major">
<h2>Commodo accumsan aliquam</h2>
<p>Amet nisi nunc lorem accumsan</p>
</header>
<div class="container">
<div class="row">
<div class="6u">
<section class="special">
<a href="#" class="image fit"><img src="images/pic01.jpg" alt="" /></a>
<h3>Mollis adipiscing nisl</h3>
<p>Eget mi ac magna cep lobortis faucibus accumsan enim lacinia adipiscing metus urna adipiscing cep commodo id. Ac quis arcu amet. Arcu nascetur lorem adipiscing non faucibus odio nullam arcu lobortis. Aliquet ante feugiat. Turpis aliquet ac posuere volutpat lorem arcu aliquam lorem.</p>
<ul class="actions">
<li><a href="#" class="button alt">Learn More</a></li>
</ul>
</section>
</div>
<div class="6u">
<section class="special">
<a href="#" class="image fit"><img src="images/pic02.jpg" alt="" /></a>
<h3>Neque ornare adipiscing</h3>
<p>Section Two.</p>
<ul class="actions">
<li><a href="#" class="button alt">Learn More</a></li>
</ul>
</section>
</div>
</div>
</div>
</section>
-->
<!-- Three - remove -->
<!-- <section id="three" class="wrapper style1">
<div class="container">
<div class="row">
<div class="8u">
<section>
<h2>Mollis ut adipiscing</h2>
<a href="#" class="image fit"><img src="images/pic03.jpg" alt="" /></a>
<p>Section 3</p>
</section>
</div>
<div class="4u">
<section>
<h3>Magna massa blandit</h3>
<p>Feugiat amet accumsan ante aliquet feugiat accumsan. Ante blandit accumsan eu amet tortor non lorem felis semper. Interdum adipiscing orci feugiat penatibus adipiscing col cubilia lorem ipsum dolor sit amet feugiat consequat.</p>
<ul class="actions">
<li><a href="#" class="button alt">Learn More</a></li>
</ul>
</section>
<hr />
<section>
<h3>Ante sed commodo</h3>
<ul class="alt">
<li><a href="#">Erat blandit risus vis adipiscing</a></li>
<li><a href="#">Tempus ultricies faucibus amet</a></li>
<li><a href="#">Arcu commodo non adipiscing quis</a></li>
<li><a href="#">Accumsan vis lacinia semper</a></li>
</ul>
</section>
</div>
</div>
</div>
</section>
-->
<!-- Footer -->
<footer id="footer">
<div class="container">
<div class="row double">
<div class="6u">
<div class="row collapse-at-2">
<div class="6u">
<h3>Useful Links</h3>
<ul class="alt">
<li><a href="http://dsscale.org/">Data Science at Scale</a></li>
<li><a href="http://www.lanl.gov/">Los Alamos National Laboratory</a></li>
<li><a href="https://www.exascaleproject.org/">Exascale Computing Project</a></li>
<li></li>
</ul>
</div>
<div class="6u">
<h3>Our Partners and Sponsors</h3>
<ul class="alt">
<li><a href="https://www.paraview.org/">ParaView</a></li>
<li><a href="https://visit.llnl.gov/">VisIt</a></li>
<li><a href="https://science.energy.gov/">Dept. of Energy Office of Science</a></li>
<li><a href="https://nnsa.energy.gov/">National Nuclear Security Administration</a></li>
</ul>
</div>
</div>
</div>
<div class="6u">
<h2>Cinema Science </h2>
<p>
Cinema is developed by the Data Science at Scale team at Los Alamos National Laboratory. We welcome contributions from users in the Cinema community, just head over to the <a href="https://github.com/cinemascience">Cinema Science Github. </a>
</p>
<h6>
Material on this website released under LA-UR-18-29209, LA-UR-18-28964, LA-UR-18-29208, LA-UR-18-29207, LA-UR-18-28943, LA-UR-18-29137, LLNL-PRES-748540.
</h6>
</div>
</div>
<ul class="copyright">
<li><a href="https://github.com/cinemascience">Cinema Science Github </a></li>
<li>Based on the Ion template from: <a href="http://templated.co">TEMPLATED</a></li>
</ul>
</div>
</footer>
</body>
</html>