-
Notifications
You must be signed in to change notification settings - Fork 0
/
education.html
147 lines (126 loc) · 3.82 KB
/
education.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="./css/principale.css">
<script type="text/javascript" src="js/prototype.lite.js"></script>
<script type="text/javascript" src="js/moo.fx.js"></script>
<script type="text/javascript" src="js/moo.fx.pack.js"></script>
<script type="text/javascript" src="js/time.js"></script>
<script type="text/javascript">
//<![CDATA[
function casa() {
tit.custom(1, 0);
setTimeout(function() {
top.location = "http://www.ics.forth.gr/~papaioan";
}, 400);
}
function siblink(el) {
top.location = el.childNodes[0];
}
function init() {
tit = new fx.Opacity('title', {duration: 400});
}
function front_init() {
cont = new fx.Combo('content', {duration: 1600, width:false, height:true, opacity:true});
cont.hide();
//tit = new fx.Opacity('title', {duration: 1200});
//tit.setOpacity(0);
setTimeout(function() {
cont.toggle();
}, 1000);
//setTimeout(function() {
// tit.custom(0, 1);
//}, 1000);
}
//]]>
</script>
<title>Antonis Papaioannou : Education</title>
</head>
<body>
<div id="container">
<div id="win">
<div id="nav">
<div id="title" onclick="casa()"></div>
<div id="right">
<ul>
<li class="smoke" id="li_research" onclick="siblink(this)"><a
href="./index.html">Home</a></li>
<li class="peach" id="li_teaching" onclick="siblink(this)"><a
href="./education.html">Education</a></li>
<li class="sand" id="li_activities" onclick="siblink(this)"><a
href="./projects.html">Projects</a></li>
<li class="pine" id="li_personal" onclick="siblink(this)"><a
href="./interests.html">Interests</a></li>
<li class="steel" id="li_links" onclick="siblink(this)"><a
href="./links.html">Links</a></li>
</ul>
</div>
</div>
<div id="bound">
<div id="lbound" class="peach"></div>
<div id="rbound" class="peach"></div>
</div>
<div id="content">
<div class="left">
(left column)
</div>
<div class="main">
<h2>Education</h2>
<br />
<b>Master of Science candidate in Computer Science</b><br />
October 2013 <br />
Thesis Topic: <i>Design And Implementation Of A System For Evaluating Distributed Application Deploymets in Multicloud
Computer Science Department</i> <br />
University of Crete, <br />
Heraklion Crete, Greece <br />
<br />
<b>Bachelor of Science in Computer Science</b><br />
June 2010 <br />
Computer Science Department, <br />
University of Crete, <br />
Heraklion Crete, Greece <br />
<br />
<b>High School Diploma from 2nd High School of Orestiada</b><br />
Graduation June 2005 <br />
Orestiada, Greece <br />
<br /><br />
<h3>Languages</h3>
<br>
<dl>
<b>Greek</b> <br />
<dd>(native language)</dd>
<b>English</b> <br />
<dd>First Certificate in English (FCE), University of Cambridge</dd>
<b>German</b> <br />
<dd>Zertificat Deutch (Goethe Institut) </dd>
</dl>
<br />
</div>
</div>
<div id="footer">
<div style="width: 766px; clear: both; margin-bottom: 1px;">
<div id="lt"></div>
<div id="rt"></div>
</div>
<div style="width: 766px; clear: both">
<div id="lb"></div>
<div id="rb">
<script type="text/javascript">
//<![CDATA[
showTime();
//]]>
</script>
<br><p align="right"><span id="time" class="black"> </span></p>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
//<![CDATA[
init();
//]]>
</script>
</body>
</html>