This repository was archived by the owner on Aug 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
187 lines (178 loc) · 6.81 KB
/
index.html
File metadata and controls
187 lines (178 loc) · 6.81 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>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>To The Future</title>
<link rel="icon" type="image/icon" href="img/favicon.png">
<link rel="stylesheet" href="css/share.css">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/material.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section data-background-image="img/background.jpeg" data-background-opacity="0.2">
<h2>The Future of</h2>
<h1>Aolab</h1>
<h3>Computer & Information Technology Engineering Department</h3>
<h5><a href="https://aiotrc.github.io/">@aiotrc</a></h5>
</section>
<section>
<div class="toc"></div>
</section>
<section>
<div class="toc" data-selected="0">
</section>
<section>
<h3>Summer-2016 ~ Summer-2017</h3>
<ul>
<li>Model-Based Data Communication</li>
<li>Monotonic Architecture</li>
<li>Minimum Viable Product (MVP)</li>
<li>No Project, No Users</li>
<li>Under real-load for near one year</li>
</ul>
</section>
<section>
<div class="toc" data-selected="1">
</section>
<section>
<h3>Summer-2017 ~ Winter-2019</h3>
<ul>
<li>LoRa Integration</li>
<li>LAN Integration</li>
<li>Script-Based Data Communication</li>
<li>Users, Permissions, etc.</li>
<li>Security Features</li>
<li>Management Protal</li>
<li>ISRC Specific Product</li>
<li>Horizontal Scalability</li>
<li>It didn't deploy in stable datacenter</li>
<li>Nonsense features and complex web-backend</li>
</ul>
</section>
<section>
<div class="toc" data-selected="2">
</section>
<section>
<ul>
<li>Model-Based and Script-Based Data Communication</li>
<ul>
<li>High Performance with Model-Based</li>
<li>Find a better way for Script-Based with Logical Performance</li>
</ul>
<li><span class="material-italic">Micro</span>service Architecture</li>
<li>Reduce Web-Backend Functionalities</li>
<li>Users have projects, projects have things, things have assets and assets have <span class="material-bold">types</span></li>
<li>Complete Security Features</li>
<li>Separate Management Portal with Open-Source Tools</li>
</ul>
</section>
<section>
<img src="https://raw.githubusercontent.com/I1820/I1820.github.io/src/documentation/I1820.png" alt="i1820-architecture" height="750px">
</section>
<section>
<h3>Put Platrom to Work</h3>
<ul>
<li><span class="material-bold">Milestone 1:</span> Up and Running version with student access</li>
<li><span class="material-bold">Milestone 2:</span> Big Data Analysing</li>
</ul>
<h3>Create new Platform</h3>
<ul>
<li><span class="material-italic">Milestone 1:</span> LAN/LoRa Integration + Projects/Things/Assets + Users</li>
<li><span class="material-italic">Milestone 1.5:</span> Deployment</li>
<li><span class="material-italic">Milestone 2:</span> Users management + Permissions</li>
<li><span class="material-italic">Milestone 3:</span> Geo-Location APIs</li>
</ul>
</section>
<section>
<h4>Defined boundaries in the number of Things and Users</h4>
</section>
<section>
<h2>Platform as a Service</h2>
<ul>
<li>Prepaid Model</li>
<li>You don't pay for your sensors and actuators</li>
<li>You don't pay for your projects</li>
<li>APIs are here for your applications</li>
<li>Only pay for API calls over 1000</li>
</ul>
</section>
<section>
<h2>Joint IoT Ecosystem</h2>
<ul>
<li>Delegates their specific application to us</li>
</ul>
</section>
<section>
<h2>IoT Application Center</h2>
<ul>
<li>Connects developers to end-users</li>
<li>Applications are on top of the Platform</li>
<li>End-Users can use these applications to gain added-values</li>
</ul>
</section>
<section data-background-image="img/thank-you.jpeg">
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// More info https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
history: true,
controls: true,
slideNumber: true,
margin: 0.3,
// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
{
src: 'plugin/highlight/highlight.js',
async: true,
condition: function() {
if (typeof hljs !== undefined) {
return true;
} else {
return false;
}
},
callback: function() { hljs.initHighlightingOnLoad(); }
},
{
src: 'plugin/toc.js',
async: true,
condition: function() {
if (typeof toc !== undefined) {
return true;
} else {
return false;
}
},
callback: function() { toc.initToCOnLoad([
'Conference Room',
'ISRC Platform',
'The Future',
]); }
}
]
});
</script>
<!-- logos and advertising -->
<a href="https://github.com/aiotrc/ToTheFuture" target="_blank"><img style="position: absolute; top: 0; right: 0; border: 0;" src="img/forkme_right_orange.png" alt="Fork me on GitHub"></a>
<div class="share" style="position: absolute; bottom: 16px; left: 50%; margin-left: -165px; z-index: 20;">
<a class="share-note" href="https://i1820.github.io">Supported by I1820 Open-Source Organization</a>
</div>
</body>
</html>