-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtutorials.html
140 lines (128 loc) · 5.26 KB
/
tutorials.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
<!DOCTYPE HTML>
<html>
<head>
<title>ICRTAC-CPS 2018|TUTORIALS</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="no-sidebar is-preload">
<div id="page-wrapper">
<!-- Header -->
<section id="header" class="wrapper">
<!-- Logo -->
<div id="logo">
<h1><a href="index.html">ICRTAC-CPS 2018</a></h1>
<p></p>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="patrons.html" class="current">Patrons</a></li>
<li><a href="speakers.html">Keynote Speakers</a></li>
<li><a href="registration.html">Registration</a></li>
<li><a href="submissions.html">Submissions</a></li>
<li><a href="tutorials.html">Tutorials/Workshop</a></li>
<li><a href="papers.html">Accepted Papers</a>
<ul>
<li><a href="publications.html">Publications</a></li>
</ul>
</li>
<li>
<a href="committee.html">Committee</a>
<ul>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</li>
</ul>
</nav>
</section>
<!-- Main -->
<div id="main" class="wrapper style2">
<div class="title">Tutorials/Workshop</div>
<section class="section route" id="guidelines-route">
<div class="content" style="padding: 5%; padding-top: 2%; text-align: justify;">
<br />
<p>The First IEEE International Conference on Recent Trends in Advance Computing – Cyber Physical System, will be held in
VIT Chennai, India during September 10 & 11, 2018. The Conference is technically sponsored by IEEE Madras chapter and
OWASP Society. ICRTAC provides an international forum for exchange of ideas among interested researchers, students,
developers, and practitioners in the areas of computing, communications, and informatics. ICRTAC-CPS 2018 has meticulously
planned to attract technical paper submission from Indian and International Audience. It will be attended by experts
in all aspects related to Cyber Security, Computing and Communication from all over the world. The technical program
of the Conference will include the following workshops:
</p>
<ul>
<li>Blockchain, IoT Analytics</li>
<li>Gameathon</li>
<li>Digital Forensics</li>
<li>How to Write Research Papers</li>
<li><a style="color: #1a99dd; text-decoration: none;" href="Simulink.pdf" download="Simulink">Model based development on Raspberry Pi Workshop</a></li>
</ul>
</div></div>
</section>
<!-- Footer -->
<section id="footer" class="wrapper">
<div class="title">The Rest Of It</div>
<div class="container">
<header class="style1">
<h2>About VIT</h2>
<p>
The Chennai Campus of VIT University is a globally engaged, competitive research enriched campus, strategically located in a city that is one of the biggest automotive and it hubs in India. Its motto is to respond by rearing students to major industrial, social, economic and environmental demands and challenges of cosmopolitan cities in India and the world in general. This eight years old campus offers undergraduate, post graduate and research programmes and draws smart students for every state in India, through a highly competitive examination.
</p>
</header>
<div class="row">
<span>
<div class="col-6 col-12-medium">
<section class="feature-list small">
<div class="row">
<div class="col-6 col-12-small">
<section>
<h3 class="icon fa-home">Address</h3>
<p>
Vellore Institute of Technology,
Vandalur - Kelambakkam Road Chennai,
Tamil Nadu - 600 127
</p>
</section>
</div>
<div class="col-6 col-12-small">
<section>
<h3 class="icon fa-envelope">Contact</h3>
<p>
<a href="#" style="text-decoration: none;">chennai.icrtac@vit.ac.in</a>
<br><a href="#" style="text-decoration: none;">+919962066206</a>
</p>
</section>
</div>
<!--<div class="col-6 col-12-small">
<section>
<h3 class="icon fa-phone">Phone</h3>
<p>
+919962066206
</p>
</section>
</div>-->
</div>
</section>
</div>
</span>
</div>
<div id="copyright">
<ul>
<li>© 2018 VIT UNIVERSITY CHENNAI CAMPUS.</li><li>Design: <a href="#">Apratim Shukla</a></li>
</ul>
</div>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>