-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
367 lines (294 loc) · 12.9 KB
/
index.html
File metadata and controls
367 lines (294 loc) · 12.9 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
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
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Decentralized Vehicle Credential Management System</title>
<!--
Comila Template
http://www.templatemo.com/tm-490-comila
-->
<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="">
<!-- stylesheets css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/et-line-font.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/vegas.min.css">
<link rel="stylesheet" href="css/style.css">
<link href='https://fonts.googleapis.com/css?family=Rajdhani:400,500,700' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- preloader section -->
<section class="preloader">
<div class="sk-circle">
<div class="sk-circle1 sk-child"></div>
<div class="sk-circle2 sk-child"></div>
<div class="sk-circle3 sk-child"></div>
<div class="sk-circle4 sk-child"></div>
<div class="sk-circle5 sk-child"></div>
<div class="sk-circle6 sk-child"></div>
<div class="sk-circle7 sk-child"></div>
<div class="sk-circle8 sk-child"></div>
<div class="sk-circle9 sk-child"></div>
<div class="sk-circle10 sk-child"></div>
<div class="sk-circle11 sk-child"></div>
<div class="sk-circle12 sk-child"></div>
</div>
</section>
<!-- ***** Header Area Start ***** -->
<header class="header-area header-sticky">
<div class="container">
<div class="row">
<div class="col-12">
<nav class="main-nav">
<!-- ***** Logo Start ***** -->
<a href="index.html" class="logo" style="align-items: center;">
<img src="images/njit.png" alt="" style="height: 120px; width: 130px; margin-top: 10px;padding-left: 5px;
align-items: center;"/>
</a>
<!-- ***** Logo End ***** -->
<!-- ***** Serach Start ***** -->
<!-- ***** Serach Start ***** -->
<!-- ***** Menu Start ***** -->
<!-- ***** Menu End ***** -->
</nav>
</div>
</div>
</div>
</header>
<!-- ***** Header Area End ***** -->
<!-- home section -->
<section id="home">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8 col-sm-12">
<div class="home-thumb">
<h1 class="wow fadeInUp" data-wow-delay="0.4s">Decentralized Vehicle Credential Management System based
</h1>
<h3 class="wow fadeInUp" data-wow-delay="0.6s">New Jersey Institute of Technology, Newark, NJ 07102, USA </h3>
</div>
</div>
</div>
</div>
</section>
<!-- about section -->
<section id="about">
<div class="container">
<div class="row">
<div>
<div class="about-thumb">
<div class="section-title">
<h1 class="wow fadeIn" data-wow-delay="0.2s">Abstract</h1>
</div>
<div class="wow fadeInUp" data-wow-delay="0.6s" >
<p style="font-size: 20px; align-items: center;">As Intelligent Transportation Systems and Connected Vehicles become increasingly
prevalent, establishing secure, efficient, and scalable communication infrastructures
has become imperative. This paper introduces iBCTrans, a novel framework
designed specifically for Cellular Vehicular-to-Everything (C-V2X) Networks,
leveraging a blockchain-based approach to address the challenges in vehicular
communication scenarios. iBCTrans integrates blockchain technology with Self Sovereign Identity (SSI) principles and Decentralized Identifiers (DIDs) to facilitate
secure and trustworthy V2X applications among vehicles, infrastructure, and
networks.</p>
<p style="font-size: 20px;">In this framework, vehicles can authenticate their identities in a secure
and privacy-preserving manner, ensuring the integrity and reliability of the
communication. A detailed overview of the iBCTrans architecture, components,
protocols, and workflows is presented and potential applications in various vehicular
communication scenarios are discussed. The proposed iBCTrans framework aims to
provide a robust solution for the emerging demands of V2X communications,
paving the way for the next generation of intelligent vehicular networks.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- feature section -->
<section id="feature">
<div class="container">
<div class="row">
<svg preserveAspectRatio="none" viewBox="0 0 100 102" height="100" width="100%" version="1.1" xmlns="http://www.w3.org/2000/svg" class="svgcolor-light">
<path d="M0 0 L50 100 L100 0 Z"></path>
</svg>
<h1 class="wow fadeIn" style="color: white; text-align: center; margin-bottom: 50px;" data-wow-delay="0.2s">Objective</h1>
<div class="col-md-6 col-sm-8">
<div class="media wow fadeInUp" data-wow-delay="0.6s">
<div class="media-object media-left">
</div>
<div class="media-body">
<img src="images/Fig 1.png" alt="" style="width: 100%; height: 100%; margin-bottom: 5px;"/>
<p style="font-size: 15px;">Solve Challenges Above: Compatibility Issues; Single Point of Failure;
Complex Verification; Privacy Preservation …</p>
</div>
</div>
</div>
<div class="col-md-6 col-sm-8">
<div class="media wow fadeInUp" data-wow-delay="0.8s">
<div class="media-body">
<img src="images/Fig 2.png" alt="" style="width: 100%; height: 100%; margin-bottom: 5px;"/>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- contact section -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8 col-sm-12">
<div class="section-title">
<h1 class="wow fadeInUp" data-wow-delay="0.3s">Methodology</h1>
</div>
</div>
<div class="col-md-12 col-sm-16">
<div class="media wow fadeInUp" data-wow-delay="0.6s">
<div class="media-object media-left">
</div>
<div class="media-body">
<img src="images/Fig 3.png" alt="" style="width: 100%; height: 100%; align-content: center;"/>
</div>
</div>
</div>
<div class="col-md-6 col-sm-8">
<div class="media wow fadeInUp" data-wow-delay="0.8s">
<div class="media-body">
<img src="images/PR-P.png" alt="" style="width: 100%; height: 100%; margin-bottom: 5px;"/>
</div>
</div>
</div>
<div class="col-md-6 col-sm-8">
<div class="media wow fadeInUp" data-wow-delay="0.8s">
<div class="media-body">
<img src="images/PR-R.png" alt="" style="width: 100%; height: 100%; margin-bottom: 5px;"/>
</div>
</div>
</div>
<div class="col-md-6 col-sm-8">
<div class="media wow fadeInUp" data-wow-delay="1.2s">
<div class="media-body">
<img src="images/CA-A.png" alt="" style="width: 100%; height: 100%; margin-bottom: 5px;"/>
</div>
</div>
</div>
<div class="col-md-6 col-sm-8">
<div class="media wow fadeInUp" data-wow-delay="1.4s">
<div class="media-body">
<img src="images/CA-C.png" alt="" style="width: 100%; height: 100%; margin-bottom: 5px;"/>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- feature section -->
<section id="feature">
<div class="container">
<div class="row">
<svg preserveAspectRatio="none" viewBox="0 0 100 102" height="100" width="100%" version="1.1" xmlns="http://www.w3.org/2000/svg" class="svgcolor-light">
<path d="M0 0 L50 100 L100 0 Z"></path>
</svg>
<h1 class="wow fadeIn" style="color: white; text-align: center; margin-bottom: 50px;" data-wow-delay="0.2s">Evaluation</h1>
<div class="col-md-6 col-sm-8">
<div class="media wow fadeInUp" data-wow-delay="0.6s">
<div class="media-object media-left">
</div>
<div class="media-body">
<img src="images/Eval1.png" alt="" style="width: 100%; height: 100%; margin-bottom: 5px;"/>
</div>
</div>
</div>
<div class="col-md-6 col-sm-8">
<div class="media wow fadeInUp" data-wow-delay="0.8s">
<div class="media-body">
<img src="images/Eval2.png" alt="" style="width: 100%; height: 100%; margin-bottom: 5px;"/>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- about section -->
<section id="about">
<div class="container">
<div class="row">
<div>
<div class="about-thumb">
<div class="section-title">
<h1 class="wow fadeIn" data-wow-delay="0.2s">Conclusion</h1>
</div>
<div class="wow fadeInUp" data-wow-delay="0.6s" >
<p style="font-size: 20px; align-items: center;">We introduced iBCTrans, a blockchain-based framework for Cellular V2X
Networks, leveraging SSI and DIDs for secure, scalable vehicular communications.
iBCTrans is designed for vehicular network challenges and compatibility with
existing standards. We detailed its architecture, components, and protocols,
demonstrating its flexibility in various V2X scenarios. The framework enhances
security, privacy, and efficiency in V2X communications through decentralized,
trustless exchanges and privacy-preserving technologies, fostering an inclusive and
empowered vehicular ecosystem.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- footer section -->
<footer>
<div class="container">
<div class="row">
<svg class="svgcolor-light" preserveAspectRatio="none" viewBox="0 0 100 102" height="100" width="100%" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0 L50 100 L100 0 Z"></path>
</svg>
<div class="col-md-4 col-sm-6">
<h2>Acknowledgement</h2>
<div class="wow fadeInUp" data-wow-delay="0.3s">
<p>We gratefully acknowledge this research is partially supported by FHWA EAR
693JJ320C000021</p>
</div>
</div>
<div class="col-md-1 col-sm-1"></div>
<div class="col-md-4 col-sm-5">
<p class="wow fadeInUp" data-wow-delay="0.6s">
New Jersey Institute of Technology<br>
Newark, NJ 07102, USA <br>
</p>
<ul class="social-icon">
<li><a href="#" class="fa fa-facebook wow bounceIn" data-wow-delay="0.9s"></a></li>
<li><a href="#" class="fa fa-twitter wow bounceIn" data-wow-delay="1.2s"></a></li>
<li><a href="#" class="fa fa-linkedin wow bounceIn" data-wow-delay="1.4s"></a></li>
<li><a href="#" class="fa fa-github wow bounceIn" data-wow-delay="1.6s"></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- modal -->
<div class="modal fade" id="modal1" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content modal-popup">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h2 class="modal-title">Our Newsletter</h2>
</div>
<form action="#" method="post">
<input name="fullname" type="text" class="form-control" id="fullname" placeholder="Full Name">
<input name="email" type="text" class="form-control" id="email" placeholder="Email Address">
<input name="submit" type="submit" class="form-control" id="submit" value="Subscribe Now">
</form>
<p>Thank you for your visiting!</p>
</div>
</div>
</div>
<!-- Back top -->
<a href="#back-top" class="go-top"><i class="fa fa-angle-up"></i></a>
<!-- javscript js -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/vegas.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/custom.js"></script>
</body>
</html>