-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
235 lines (204 loc) · 8.58 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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cesium</title>
<meta name="description" content="">
<meta name="author" content="Cesium Developers">
<link rel="stylesheet" href="https://cesium-ml.org/blog/theme/css/foundation.css" />
<link rel="stylesheet" href="https://cesium-ml.org/blog/theme/css/pygment/friendly.css" />
<link rel="stylesheet" href="https://cesium-ml.org/blog/theme/css/custom.css" />
<script src="https://cesium-ml.org/blog/theme/js/modernizr.js"></script>
<!-- Feeds -->
<link href="https://cesium-ml.org/blog/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Cesium Atom Feed" />
<script type="text/javascript">
var disqus_shortname = 'cesium-ml';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = 'https://' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
<!-- mathjax config similar to math.stackexchange -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
jax: ["input/TeX", "output/HTML-CSS"],
tex2jax: {
inlineMath: [ ['$', '$'] ],
displayMath: [ ['$$', '$$']],
processEscapes: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']
},
messageStyle: "none",
"HTML-CSS": { preferredFont: "TeX", availableFonts: ["STIX","TeX"] }
});
</script>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
</head>
<body>
<div class="off-canvas-wrap">
<div class="inner-wrap">
<!-- mobile top bar to activate nav -->
<nav class="tab-bar show-for-small">
<section class="left-small">
<a class="left-off-canvas-toggle menu-icon" ><span></span></a>
</section>
<section class="middle tab-bar-section">
<h1 class="title">Cesium</h1>
</section>
</nav>
<!-- mobile side bar nav -->
<aside class="left-off-canvas-menu">
<ul class="off-canvas-list">
<li><a href="https://cesium-ml.org/blog">Home</a></li>
<li><label>Categories</label></li>
<li ><a href="https://cesium-ml.org/blog/category/cesium.html">cesium</a></li>
<li ><a href="https://cesium-ml.org/blog/category/engineering.html">engineering</a></li>
<li ><a href="https://cesium-ml.org/blog/category/misc.html">misc</a></li>
<li><label>Links</label></li>
<li><label>Social</label></li>
<li><a href="https://github.com/cesium-ml/cesium">GitHub</a></li>
<li><a href="https://pypi.python.org/pypi/cesium">PyPi</a></li>
</ul>
</aside>
<!-- top bar nav -->
<nav class="top-bar hide-for-small-only" data-topbar>
<ul class="title-area">
<a href="https://cesium-ml.org/blog/.."><img src="https://cesium-ml.org/blog/theme/img/cesium-blue-dark.png" style="height: 45px;
padding: 7.5px;"/></a>
<li class="name">
<h1><a href="https://cesium-ml.org/blog/">Cesium</a></h1>
</li>
</ul>
<section class="top-bar-section">
<ul class="left">
<li><a href="https://github.com/cesium-ml/cesium">Code</a></li>
<li><a href="https://cesium-ml.org/blog/../docs">Documentation</a></li>
<li><a href="https://cesium-ml.org/blog">Blog</li>
</ul>
<ul class="right">
<!-- <li class="has-dropdown">
<a href="#" class="">Learn</a>
<ul class="dropdown">
<li><a href="#">About Cesium</a></li>
<li><a href="#">Tutorials</a></li>
</ul>
</li>
<li class="divider"></li>
<li class="has-form">
<a href="#"
class="button">Try it in your browser</a>
</li>-->
</ul>
</section>
</nav>
<!-- Main Page Content and Sidebar -->
<section class="main-section">
<div class="row">
<!-- Main Content -->
<div class="medium-9 small-12 columns" role="content">
<!-- building blocks from http://zurb.com/building-blocks -->
<link rel="stylesheet" href="css/info_card.css" />
<h1><br/><img src="https://cesium-ml.org/blog/theme/img/cesium-blue-light.png"
style="height: 2em; padding-right: 0.5em;">Cesium</h1>
<hr/>
<h2>Open-Source Machine
Learning for Time Series
Analysis</br></h2>
<hr/>
<div class="row">
<div class="medium-12 columns">
<div class="box">
<div class="info">
<h4 class="text-center">About Cesium</h4>
<p><em>
Cesium is an end-to-end machine learning
platform for time-series, from calculation of features to model-building
to predictions. Cesium has two main components - a Python library,
and a web application platform that allows interactive exploration of
machine learning pipelines. Take control over the workflow in a Python
terminal or Jupyter notebook with the Cesium library,
or upload your time-series files, select
your machine learning model, and watch Cesium do feature extraction
and evaluation right in your browser with the web application.
</em></p>
<a href="https://cesium-ml.org/docs/install.html" class="small button">Download Library</a>
</div>
</div>
</div>
<div class="medium-12 columns" style="padding-top: 1em">
<div class="box">
<div class="info">
<h4 class="text-center">Try out the Cesium web app!</h4>
<ol>
<li>Download the docker-compose file for Cesium:
<pre>curl -Lo docker-compose.yml https://raw.githubusercontent.com/cesium-ml/cesium_web/master/docker-compose.yaml</pre>
</li>
<li>
Ensure you have
<a href="https://docs.docker.com/compose/install/">Docker Compose</a>
up and running, then: <pre>docker-compose up</pre>
</li>
<li>
Wait a few seconds and navigate to
<pre>http://localhost:9000</pre>
</li>
<li>
Create a project and GO! If you want some test data, an example header file can be downloaded with
<pre>curl -Lo example-headers.dat http://bit.ly/29FtRXy</pre>, and time series data with <pre>curl -Lo example-series.tar.gz http://bit.ly/29HKmVZ</pre>
</li>
</ol>
</div>
</div>
</div>
<div class="medium-12 columns" style="padding-top: 1em">
<div class="box">
<div class="info">
<h4 class="text-center">Learn More</h4>
<p><em>
Explore the Cesium docs here.
</em></p>
<a href="https://cesium-ml.org/blog/../docs" class="small button">Documentation</a>
</div>
</div>
</div>
<div class="medium-12 columns" style="padding-top: 1em">
<div class="box">
<div class="info">
<h4 class="text-center">How to Contribute</h4>
<p><em>
We gratefully accept contributions of new time-series features
(domain-specific or general) as well as new library / web app
functionality / features. Please see the following guidelines
for contributing.
</em></p>
<a href="https://github.com/cesium-ml/cesium/blob/master/CONTRIBUTING.md" class="small button">Contribute</a>
</div>
</div>
</div>
</div>
</div>
<!-- End Main Content -->
<!-- End Sidebar -->
</div>
<!-- Footer -->
<footer class="row">
<div class="medium-9 small-12">
<hr/>
<p class="text-center">Powered by <a href="http://getpelican.com">Pelican</a> and <a href="http://foundation.zurb.com/">Zurb Foundation</a>. Theme by <a href="http://hamaluik.com">Kenton Hamaluik</a>.</p>
</div>
</footer>
<!-- End Footer -->
</section>
<a class="exit-off-canvas"></a>
</div><!--off-canvas inner-->
</div><!--off-canvas wrap-->
<script src="https://cesium-ml.org/blog/theme/js/jquery.js"></script>
<script src="https://cesium-ml.org/blog/theme/js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>