-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (49 loc) · 1.64 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
---
layout: default
title: Home
---
<div class="row">
<div class="col-md-5 col-md-push-7">
<div class="news" style="margin-bottom: 20px;">
<h3> Introduction </h3>
<p>
SJTU-Spark is a distributed computing platform sponsored by the Center of
<a href="http://iiot.sjtu.edu.cn" target="_blank">Intelligent Internet of Things</a>.
Our team aims to realize massive-data related algorithms on Apache Spark, a state-of-the-art
computing framework. Most of our effors are devoted to the high performance backend of
the academic map system ---
<a href="http://acemap.sjtu.edu.cn" target="_blank">SJTU-Acemap</a>.
</p>
</div>
<br>
<br>
<div class="news" style="text-align:left; margin-bottom: 20px;">
<h5>Latest News</h5>
<ul class="list-unstyled">
<li>Update data storage system and webpage
<span class="small">(Dec, 2015)</span></li>
<li>First outcome of Distributed Network Community Detection
<span class="small">(Oct., 2015)</span></li>
</ul>
<!--<p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p> -->
</div>
</div>
<div class="col-md-7 col-md-pull-5">
<img src="{{ site.baseurl }}img/server2.jpg" class="img-thumbnail">
<!--
<div class="row row-padded">
<div class="col-md-7 col-sm-7">
<h2>Ease of Use</h2>
<p class="lead">
Write applications quickly in Java, Scala or Python.
</p>
<p>
Spark offers over 80 high-level operators that make it easy to build parallel apps.
And you can use it <em>interactively</em>
from the Scala and Python shells.
</p>
</div>
</div>
-->
</div>
</div>