-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
338 lines (323 loc) · 13.4 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
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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
<!DOCTYPE html>
<html lang="en">
<head>
<title>Slicing IoT, Network Functions and Clouds</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="">
<meta name="description" content="">
<!--
Superfresh Template
http://www.templatemo.com/free-website-templates/
-->
<!-- stylesheet css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/nivo-lightbox.css">
<link rel="stylesheet" href="css/nivo_themes/default/default.css">
<link rel="stylesheet" href="css/templatemo-style.css">
<!-- google web font css -->
<link href='http://fonts.googleapis.com/css?family=Raleway:400,300,600,700' rel='stylesheet' type='text/css'>
</head>
<body data-spy="scroll" data-target=".navbar-collapse" id="top">
<!-- navigation -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"><span class="icon icon-bar"></span> <span class="icon icon-bar"></span> <span class="icon icon-bar"></span></button>
<a href="#" class="navbar-brand">SINC - Slicing IoT, Network Functions and Clouds</a></div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home" class="smoothScroll">About</a></li>
<li><a href="#syllabus" class="smoothScroll">SINC Framework</a></li>
<li><a href="#lecturenotes" class="smoothScroll">People</a></li>
<li><a href="#examples" class="smoothScroll">Prototype</a></li>
<li><a href="#reading" class="smoothScroll">Publication</a></li>
</ul>
</div>
</div>
</div>
<!-- home section -->
<div id="home">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<!--div class="col-md-offset-6 col-md-6 col-sm-offset-6 col-sm-6"-->
<!--h1>Advanced Services Engineering</h1-->
<div class="title">
<h2>About</h2>
</div>
<p>
SINC - Slicing IoT, Network functions, and Clouds -- is an information-centric approach for end-to-end IoT cloud resource provisioning. The key idea is that by virtualiz-
ing access to underlying IoT resources and leveraging APIs to manipulate
those resources, we could develop techniques to enable IoT system
designers to automate resource provisioning and management for users across
IoT, network functions and clouds. In doing so, the SINC framework focuses on novel
concepts to create and manage end-to-end slices of diverse types of resources
from different, distributed infrastructures.
</p>
<div class="title"><h2>SINC Framework</h2></div>
<p>
The SINC framework will include three layers: API
Integration and Communication, Naming, Slicing and
Routing, and Resource Management, Configuration, and
Adaptation. We devise API Integration and Communication for
integrating and communicating existing infrastructures of sen-
sors, edge-to-cloud and cloud resources, each from different
vendors, whereas Resource Management, Configuration and
Adaptation is meant for specific operations on provisioning
end-to-end slices for the applications. The Naming, Slicing and
Routing layer comprises components for information-centric
provisioning that are based on information-centric networking concepts.
<img src="sincframework.jpg" alt="SINC Framework" style="height:800px;">
</p>
</div>
</div>
</div>
</div>
<!-- divider section -->
<div class="container">
<div class="row">
<div class="col-md-1 col-sm-1"></div>
<div class="col-md-10 col-sm-10">
<hr>
</div>
<div class="col-md-1 col-sm-1"></div>
</div>
</div>
<!-- service section -->
<div id="syllabus">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="title"><h2>Research Challenges</h2></div>
</div>
<div class="col-md-6 col-sm-6">
<h3>Modeling Distributed IoT, Network Functions and Cloud
Resource Capabilities</h3>
<p>One of the first step is to harmonize resource information from different providers. We work on <a href="http://sincconcept.github.io/HINC">the HINC framework.</a></p>
</div>
<div class="col-md-6 col-sm-6">
<h3>End-to-End Networks Slicing</h3>
<p> We provide an end-to-end slice of resources
</p>
</div>
<div class="col-md-6 col-sm-6">
<h3>Resource Composition in Network Slices</h3>
<p>
How to compose and provision resources in slices
</p>
</div>
<div class="col-md-6 col-sm-6">
<h3>Re-configuring Composed Resources</h3>
<p>
How to monitor and adapt resources in a slice.
</p>
</div>
</div>
</div>
<!-- divider section -->
<!-- divider section -->
<div class="container">
<div class="row">
<div class="col-md-1 col-sm-1"></div>
<div class="col-md-10 col-sm-10">
<hr>
</div>
<div class="col-md-1 col-sm-1"></div>
</div>
</div>
<!-- about section -->
<div id="lecturenotes">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="title">
<h2>People</h2>
</div>
<div class="col-md-4 col-sm-3"><!--img src="assets/images/team1.jpg" class="img-responsive" alt="website template image"-->
<h3><a href="http://dsg.tuwien.ac.at/staff/truong">Hong-Linh Truong</a></h3>
<h4>Main contact, Principal Investigator, Priv.Doz, TU Wien</h4>
</div>
<div class="col-md-4 col-sm-3">
<h3><a href="https://sites.google.com/site/ncnaren/">Nanjangud Narendra</a></h3>
<h4>Research Scientist, Ericsson Research India </h4>
</div>
<div class="col-md-4 col-sm-3">
<h3><a href="http://dsg.tuwien.ac.at/staff/dle">Duc-Hung Le</a></h3>
<h4>PhD student, TU Wien</h4>
</div>
<div class="col-md-4 col-sm-3">
<h3><a href="http://academic.udayton.edu/PhuPhung/">Phung Phu</a></h3>
<h4>Assistant Professor, University of Dayton, USA</h4>
</div>
<!--div class="col-md-4 col-sm-3">
<h3><a href="http://is.hust.edu.vn/~trinhvt/">Tuyet-Trinh Vu</a></h3>
<h4>Lecturer, HUST, Vietnam</h4>
</div>
<div class="col-md-4 col-sm-3">
<h3><a href="http://is.hust.edu.vn/~minhnb/">Binh-Minh Nguyen</a></h3>
<h4>Lecturer, HUST, Vietnam</h4>
</div-->
</div>
</div>
</div>
</div>
<!-- divider section -->
<div class="container">
<div class="row">
<div class="col-md-1 col-sm-1"></div>
<div class="col-md-10 col-sm-10">
<hr>
</div>
<div class="col-md-1 col-sm-1"></div>
</div>
</div>
<div id="examples">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="title">
<h2>Prototypes</h2>
</div>
</div>
<!-- ISO section -->
<div class="col-md-12 col-sm-12">
<div class="col-md-3 col-sm-3">
<div class="singleshot">
<h3>HINC</h3>
<h4><a href="http://sincconcept.github.io/HINC/"> Hamonizing Resources from IoT, Network Functions and Clouds</a></h4>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="singleshot">
<h3>IDAC</h3>
<h4><a href="https://github.com/e0725439/idac">Data Contract-aware IoT Dataspaces</a></h4>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="singleshot">
<h3>P4SINC</h3>
<h4><a href="https://github.com/SINCConcept/P4SINC">Policy for Servicing IoT, Network Functions
and Clouds</a></h4>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="singleshot">
<h4></h4>
<a></a>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="singleshot">
<h4></h4>
</div>
</div>
</div>
</div>
</div>
<!-- divider section -->
<div class="container">
<div class="row">
<div class="col-md-1 col-sm-1"></div>
<div class="col-md-10 col-sm-10">
<hr>
</div>
<div class="col-md-1 col-sm-1"></div>
</div>
</div>
<!-- Extra section -->
<div id="reading">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="title">
<h2>Publications</h2>
</div>
<h3>Papers</h3>
<h4>
<ul>
<li>
<h4>
Hong-Linh Truong, Nanjangud C. Narendra, Kwei-Jay Lin, <b>Notes on ensembles of IoT, network functions and clouds for service-oriented computing and applications</b>, (<a href="http://rdcu.be/Ic9u">Open Access PDF</a>), Service Oriented Computing and Applications Journal, Springer, Mar 2018, Service Oriented Computing and Applications. <a href="https://doi.org/10.1007/s11761-018-0228-2">https://doi.org/10.1007/s11761-018-0228-2</a>
</h4>
</li>
<li>
<h4>
Phu Phung, Hong-Linh Truong, Divya Teja Yasoju, <a href="http://dsg.tuwien.ac.at/staff/truong/publications/2017/truong-iciot2017.pdf">P4SINC - An Execution Policy Framework for IoT Services in the Edge</a> , the <a href="http://www.iciot.org/2017/">2nd IEEE International Congress on Internet of Things </a> (IEEE ICIOT 2017), June 25 - June 30, 2017, Honolulu, Hawaii, USA
</h4>
</li>
<li><h4>Swarup Kumar Mohalik, Nanjangud C. Narendra, Ramamurthy Badrinath, Duc-Hung Le, <b>Adaptive Service-Oriented Architectures for Cyber Physical Systems</b> (<a href="http://ieeexplore.ieee.org/document/7943291/">PDF</a>), 2017 IEEE Symposium on Service-Oriented System Engineering, SOSE 2017, San Francisco, CA, USA, April 6-9, 2017. IEEE Computer Society 2017</h4>
</li>
<h4>Florin-Bogdan Balint, Hong-Linh Truong, <a href="http://dsg.tuwien.ac.at/staff/truong/publications/2017/truong-mobilecloud2017.pdf">On Supporting Contract-aware IoT Dataspace Services</a>, <a href="http://www.mobile-cloud.net/">the 5th IEEE International Conference on Mobile Cloud Computing, Services, and Engineering (MobileCloud 2017)</a>, 6-8 April 2017 in San Francisco, USA <i>To appear</i> </h4>
</li>
<li>
<h4>Duc-Hung Le, Nanjangud Narendra, Hong-Linh Truong <a href="http://bit.ly/1Y36tIY">HINC - Harmonizing Diverse Resource Information
Across IoT, Network Functions and Clouds</a> (<a href="http://bit.ly/1Y36tIY">Submitted PDF</a>), <a href="http://www.ficloud.org/2016/">The IEEE 4th International Conference on Future Internet of Things and Cloud (FiCloud2016)</a>, 22-24 Aug, 2016, Vienna, Austria.<i>To appear</i> </h4>
</li>
<li>
<h4>Hong-Linh Truong, Nanjangud Narendra, <a href="http://dsg.tuwien.ac.at/staff/truong/publications/2016/truong-SINC-2016.pdf">SINC - An Information-Centric Approach for End-to-End IoT Cloud Resource Provisioning</a> (<a href="http://dsg.tuwien.ac.at/staff/truong/publications/2016/truong-SINC-2016.pdf">PDF</a>), 2016 International Conference on Cloud Computing Research & Innovation (ICCCRI2016), CloudAsia 2016, May 3-5, 2016, Singapore</h4>
</li>
<li>
<h4> Hong-Linh Truong, Schahram Dustdar, Frank Le
ymann, <a href="http://dx.doi.org/10.13140/RG.2.1.4483.3681">Towards the Realiza
tion of Multi-dimensional Elasticity for Distributed Cloud Systems</a>, Working
Paper, April 2016.</h4>
</li>
</ul>
<h3>Talks</h3>
<ul>
<li>Hong-Linh Truong,<b>Managing and Testing Ensembles of IoT, Network functions, and Clouds</b>, <a href="cci.usc.edu">CCI, University of Southern California</a>, 21 Sep, 2017</li>
<li> Hong-Linh Truong, <a href="http://bit.ly/1pZRXnA"> SINC -- An Information-Centric Approach for End-to-End IoT Cloud Resource Provisioning</a>, ICCCRI 2016 @ CloudAsia, 4 May 2016, Singapore.
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- footer section -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6">
<h2>Contact</h2>
<p>Email: <span>[email protected]</span></p>
<p>Web: <span>http://dsg.tuwien.ac.at/staff/truong</span></p>
</div>
</div>
</div>
</footer>
<!-- divider section -->
<div class="container">
<div class="row">
<div class="col-md-1 col-sm-1"></div>
<div class="col-md-10 col-sm-10">
<hr>
</div>
<div class="col-md-1 col-sm-1"></div>
</div>
</div>
<!-- copyright section -->
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<p>© the SINC Team. Using a modified version of the <a href="http://www.free-css.com/assets/files/free-css-templates/preview/page188/superfresh/">Superfresh 2084 HTML template</a> designed by <a target="_blank" rel="nofollow" href="http://www.templatemo.com">template mo</a></p>
</div>
</div>
</div>
</div>
<!-- scrolltop section -->
<a href="#top" class="go-top"><i class="fa fa-angle-up"></i></a>
<!-- javascript js -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/nivo-lightbox.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/jquery.nav.js"></script>
<script src="js/isotope.js"></script>
<script src="js/imagesloaded.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>