-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
187 lines (166 loc) · 9.1 KB
/
index.html
File metadata and controls
187 lines (166 loc) · 9.1 KB
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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Elastic Computing</title>
<meta name="description" content="A Book on Elastic Computing Book" />
<meta name="keywords" content="elastic, cloud, cyber physical systems, human based computing, internet of things, IoT, fog, distributed systems" />
<meta name="author" content="Georgiana Copil" />
<!-- Bootstrap -->
<script src="js/modernizr.custom.js"></script>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/jquery.fancybox.css" rel="stylesheet">
<link href="css/flickity.css" rel="stylesheet" >
<link href="css/animate.css" rel="stylesheet">
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Nunito:400,300,700' rel='stylesheet' type='text/css'>
<link href="css/styles.css" rel="stylesheet">
<link href="css/queries.css" rel="stylesheet">
<!-- Facebook and Twitter integration -->
<meta property="og:title" content=""/>
<meta property="og:image" content=""/>
<meta property="og:url" content=""/>
<meta property="og:site_name" content=""/>
<meta property="og:description" content=""/>
<meta name="twitter:title" content="" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" />
<!-- Extended and addapted from Boxify: Free HTML5/CSS3 Template by Peter Finlan http://tympanus.net/Freebies/Boxify/ -->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- open/close -->
<header>
<section class="hero">
<div class="texture-overlay"></div>
<div class="container">
<div class="row nav-wrapper">
<!--<div class="col-md-2 col-sm-2 col-xs-0 text-right navicon">
<p>MENU</p><a id="trigger-overlay" class="nav_slide_button nav-toggle" href="#"><span></span></a>
</div>-->
</div>
</br>
<div class="row hero-content">
<div class="col-md-12">
<h1 class="animated fadeInDown">Elastic Computing</h1>
<a href="#overview" class="learn-btn animated fadeInUp">Overview <i class="fa fa-arrow-down"></i></a>
<a href="#topics" class="learn-btn animated fadeInUp">Chapters <i class="fa fa-arrow-down"></i></a>
<a href="#submission" class="learn-btn animated fadeInUp">Example <i class="fa fa-arrow-down"></i></a>
</div>
</div>
</div>
</section>
</header>
<section id="overview">
<div class="container-fluid overview wrap">
<div class="container">
<div class="row">
<div class="col-md-18" style="margin-left: 15px;">
<h1>Overview</h1>
<p align="justify">
Advancements in the areas of Cloud Computing, Internet of Things, and hybrid Human-Computer systems have made feasible the creation of a highly integrated human-machine world. The concept of elasticity plays a crucial role in fulfilling this vision, enabling systems to address various requirements reflecting performance, security, or business concerns.
In this book introduce concepts characterizing elastic computing and techniques for designing and managing elastic cloud systems. We follow the complete lifecycle of elastic systems, from design-time to operations management, and provide solutions to particular problems encountered at each of these phases. Our solutions are accompanied by hands-on exercises and examples.
<div class="col-md-7" align="center">
<img src="img/onlyElasticSystem.png" width="1000"/>
</div>
</p>
</div>
</div>
</div></div>
</section>
<section class="overview" >
<div class="wrap">
<div class="container">
<div class="row">
<div class="col-md-5">
<p align=justify></p>
</div>
</div>
</div>
</div>
</section>
<section class="showcase" id="topics">
<div class="wrap">
<div class="container">
<div class="row">
<div class="col-md-5">
<h1>Chapters</h1>
<p></p>
</div>
<div class="col-md-7">
</div>
</div>
</div>
</div>
</section>
<section id="submission">
<div class="container-fluid submission wrap">
<div class="container">
<div class="row">
<div class="col-md-18" style="margin-left: 15px;">
<h1>Examples</h1>
</div>
</div>
</div></div>
</section>
<section class="showcase" id="importantDates">
<div class="wrap">
<div class="container">
<div class="row">
<div class="col-md-7">
</div>
</div>
</div>
</div>
</section>
<section class="overview" id="comitees" >
<div class="wrap">
<div class="container">
<div class="row">
<div class="col-md-12">
</div>
</div>
</div>
</div>
</section>
<section class="showcase" id="contact">
<div class="wrap">
<div class="container">
<div class="row">
<div class="col-md-7">
<h1>Contact:</h1>
<p>es@infosys.tuwien.ac.at</p>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/min/toucheffects-min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/flickity.pkgd.min.js"></script>
<script src="js/jquery.fancybox.pack.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/retina.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/min/scripts-min.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
</body>
</html>