-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwpc.php
101 lines (93 loc) · 3.63 KB
/
wpc.php
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
<!doctype html>
<html lang="en">
<head>
<title>Program Committee | SIN 2017</title>
<?php require 'php_includes/imports.php'; ?>
<style type="text/css">
.auto-style1 {
margin-top: 19px;
}
.auto-style2 {
font-family: "Times New Roman", serif;
font-size: 14pt;
}
</style>
</head>
<body class="profile-page">
<!-- Navbar -->
<?php require 'php_includes/navbar.php'; ?>
<!-- End Navbar -->
<div class="wrapper">
<div class="header header-filter" style="background-image:url(assets/img/background/mujBg.jpg);"></div>
<div class="main main-raised">
<section class="section speaker text-center">
<div class="container">
<h2 class="title">LightSec Program Committee</h2>
<div class="team">
<div class="row">
<div class="col-md-12">
<h5 style="text-align: justify;">
<blockquote>
<p class="auto-style1">
<span class="auto-style2">Shi Bai, Florida
Atlantic University, USA<br>Guido Bertoni,
ST Microelectronics, Italy<br>Andrey
Bogdanov, Technical University of Denmark,
Denmark<br>Anupam Chattopadhyay, Nanyang
Technological University, Singapore <br>Kris
Gaj, George Mason University, USA<br>Sugata
Gangopadhyay, IIT Roorkee, India<br>Mahavir
Jhawar, Ashoka University, India<br>Pascal
Junod, HEIG-VD and Snap, Switzerland <br>
Orhun Kara, TUBİTAK BİLGEM, Turkey <br>
Selcuk Kavut, Balikesir University, Turkey<br>
Albert Levi, Sabanci University, Istanbul,
Turkey<br>Subhamoy Maitra, ISI Kolkata,
India<br>Mitsuru Matsui, Mitsubishi
Electric, Japan<br>Willi Meier, FHNW,
Switzerland <br>Goutam Paul, ISI Kolkata,
India<br>Sourav Mukhopadhyay, IIT Kharagpur,
India<br>Thomas Peyrin, Nanyang
Technological University, Singapore<br>
Chester Rebeiro, IIT Madras, India<br>
Francisco Rodriguez-Henriquez,
CINVESTAV-IPN, Mexico <br>Dipanwita Roy
Chowdhury, IIT Kharagpur, India<br>Meltem S
Turan, NIST, USA<br>Mehmet Sabir Kiraz,
TUBITAK BILGEM UEKAE, Turkey<br>Santanu
Sarkar, IIT Madras, India<br>Sourav Sen
Gupta, ISI Kolkata, India<br>Amr Youssef,
Concordia University, Canada </span>
<span style="font-size:14.0pt;font-family:"Times New Roman",serif;
mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-ansi-language:
EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA"> </span></p>
<p class="auto-style1">
<br>
</p>
</blockquote>
</div>
</div>
</div>
</section>
<!-- Social Links -->
<?php require 'php_includes/social.php'; ?>
</div>
</div>
<!-- Footer -->
<?php require 'php_includes/footer.php'; ?>
</body>
<!-- Core JS Files -->
<script src="assets/js/jquery.min.js" type="text/javascript"></script>
<script src="assets/js/bootstrap.min.js" type="text/javascript"></script>
<script src="assets/js/material.min.js"></script>
<!-- Plugin for the Sliders, full documentation -->
<script src="assets/js/nouislider.min.js" type="text/javascript"></script>
<!-- Control Center for activating the ripples, parallax effects, scripts from the example pages etc -->
<script src="assets/js/material-kit.js" type="text/javascript"></script>
<script type="text/javascript">
$().ready(function(){
// the body of this function is in assets/material-kit.js
$(window).on('scroll', materialKit.checkScrollForTransparentNavbar);
});
</script>
</html>