-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
58 lines (58 loc) · 2.57 KB
/
about.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
<html>
<head>
<link type='text/css' rel='stylesheet' href='style.css' />
</head>
<body>
<a href="."><img id="wordmark" src="symphio.png" alt="symph.io" /></a>
<article>
<p><strong>symph.io</strong> is disrupting big data analytics.</p>
<img src="" alt="big data" />
<p>With most analysis tools, big data leads quickly to information overload.</p>
<img src="" alt="information overload" />
<p>
In order to unlock the potential of big data, we need new big data analysis
environments that leverage the full capabilities of the human senses.
</p>
<img src="" alt="information overload" />
<p>
<strong>symph.io</strong> is a new way of experiencing data.
symphio's core technology is a proprietary engine for creating multisensory data experiences,
with a web-based analytics platform running on top of this engine.
This enables ambient, realtime presentations of complex,
high-dimensional big data. This new big data presentation method transforms the way
realtime big data is used in business.
</p>
<h2>Team</h2>
<p>We're data scientists who want to change the way businesses experience big data.</p>
<div id="team">
<div class="comrade">
<img src="brian.png" alt="Brian Abelson" />
<span class="name">Brian Abelson</span>
<span class="title">Data Journalist</span>
</div>
<div class="comrade">
<img src="burton.png" alt="Burton DeWilde" />
<span class="name">Burton DeWilde</span>
<span class="title">Data Physicist</span>
</div>
<div class="comrade">
<img src="thomas.png" alt="Thomas Levine" />
<span class="name">Thomas Levine</span>
<span class="title">Data Engineer</span>
</div>
</div>
</article>
<!-- Piwik -->
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.thomaslevine.com/" : "http://piwik.thomaslevine.com/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
try {
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 16);
piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();
} catch( err ) {}
</script><noscript><p><img src="http://piwik.thomaslevine.com/piwik.php?idsite=16" style="border:0" alt="" /></p></noscript>
<!-- End Piwik Tracking Code -->
</body>
</html>