-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-en.html
34 lines (32 loc) · 1.48 KB
/
index-en.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
<!doctype html>
<html lang="en">
<!-- vim: fileencoding=utf-8
-->
<head>
<meta charset="utf-8">
<link href="../dds-style.css" rel="stylesheet" type="text/css" />
<link href="http://dmst.aueb.gr/dds/favicon.ico" rel="shortcut icon" />
<meta name="AUTHOR" content="Diomidis Spinellis" />
<title>Data analysis</title>
<meta name="author" content="Diomidis Spinellis">
</head>
<body>
<div class="top">data analysis dds</div>
<h1>Big data analysis</h1>
<ul>
<li><a href="faking-it-en.html">Easy parallelization ways</a></li>
</ul>
<p />
<a href="..">Diomidis Spinellis web site</a>
<hr />
<a href="http://www.w3.org/WAI/WCAG1AAA-Conformance" title="Explanation of Level Triple-A Conformance"><img align="left" hspace="4" border="0" height="32" width="88" src="../wcag1AAA.gif" alt="Level Triple-A conformance icon, W3C-WAI Web Content Accessibility Guidelines 1.0" /></a>
<div class="license">
<!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/gr/deed.en"><img hspace="4" align="left" alt="Creative Commons License" style="border-width: 0" src="http://creativecommons.org/images/public/somerights20.png"/></a>
Unless otherwise noted all original material in this page written by
Diomidis Spinellis is provided under the terms of the
"<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/gr/deed.en">Creative Commons Attribution-ShareAlike 3.0 Greece</a>" license.
<br />
Last change: 2015-02-24
</div>
</body>
</html>