-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnews.html
More file actions
343 lines (326 loc) · 13 KB
/
news.html
File metadata and controls
343 lines (326 loc) · 13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>News - Embodied Perception and Interaction Lab (EmPACT) Lab</title>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/bootstrap-theme.css">
<link rel="stylesheet" href="assets/css/style.css">
<!-- Custom Mobile Navbar Fix -->
<style>
/* Custom hamburger menu with red bars */
@media (max-width: 767px) {
.navbar-toggle {
display: block !important;
position: relative !important;
z-index: 10000 !important;
background-color: transparent !important;
border: none !important;
padding: 12px !important;
margin: 10px 15px !important;
float: right !important;
cursor: pointer !important;
pointer-events: auto !important;
width: 50px;
height: 50px;
}
.navbar-toggle .icon-bar {
display: block !important;
width: 30px !important;
height: 4px !important;
background-color: #dc2626 !important;
border-radius: 2px !important;
margin: 5px 0 !important;
transition: all 0.3s ease !important;
}
.navbar-toggle:hover .icon-bar {
background-color: #991b1b !important;
}
.navbar-collapse {
max-height: none !important;
overflow: visible !important;
background-color: #fff !important;
border-top: 2px solid #dc2626 !important;
transform-origin: top;
transition: transform 0.3s ease-out, opacity 0.3s ease-out !important;
}
.navbar-collapse.collapse {
display: block !important;
transform: scaleY(0) !important;
opacity: 0 !important;
max-height: 0 !important;
overflow: hidden !important;
}
.navbar-collapse.collapse.in {
transform: scaleY(1) !important;
opacity: 1 !important;
max-height: 500px !important;
overflow-y: visible !important;
}
}
</style>
</head>
<body>
<div class="navbar navbar-inverse">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-main" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="assets/images/logo.png" alt="EmPACT Lab"></a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse-main">
<ul class="nav navbar-nav pull-right mainNav">
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="people.html">People</a></li>
<li><a href="publication.html">Publication</a></li>
<li class="active"><a href="news.html">News</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
<header id="head" class="secondary">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1>Latest News</h1>
<p>Stay updated with the latest developments from EmPACT Lab</p>
</div>
</div>
</div>
</header>
<section class="container" style="margin-top: 40px;">
<!-- NEWS DATABASE - Easy to Edit -->
<script>
// ==========================================================
// NEWS DATABASE - Edit this array to add/remove/update news
// ==========================================================
const newsData = [
{
date: 'November 2025',
type: 'keynote',
title: 'Keynote Address at EASA 2025',
description: 'Professor Wang has been invited to deliver a keynote address at the European Academy of Sciences and Arts (EASA) 2025, presenting recent advances in embodied AI research.'
},
{
date: 'November 2025',
type: 'award',
title: 'NPGS Scholarship Award',
description: 'We congratulate Du on receiving the prestigious Nanyang President\'s Graduate Scholarship (NPGS), recognizing outstanding academic achievement and research potential.'
},
{
date: 'October 2025',
type: 'keynote',
title: 'Panel Discussion at IROS 2025',
description: 'Professor Wang served as a panelist at the Edge AI for Robotics Workshop at the IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) 2025, discussing future directions in embodied intelligence.'
},
{
date: 'October 2025',
type: 'keynote',
title: 'Dual Keynote Addresses at ICCV 2025',
description: 'Professor Wang has been invited to deliver two keynote addresses at ICCV 2025 workshops, focusing on advanced sensing technologies and their applications in robotic systems.'
},
{
date: 'September 2025',
type: 'people',
title: 'Namai Joins EmPACT Lab',
description: 'We are pleased to welcome Namai as a Research Fellow to EmPACT Lab, working in the field of Physics-Informed Neural Networks (PINN) and reinforcement learning algorithm development.'
},
{
date: 'August 2025',
type: 'award',
title: 'NPGS Scholarship Award',
description: 'We congratulate Soumya on receiving the Nanyang President\'s Graduate Scholarship (NPGS), recognizing exceptional research potential and academic excellence.'
},
{
date: 'August 2025',
type: 'people',
title: 'New Lab Members Join EmPACT',
description: 'We are pleased to welcome the 2025 cohort of graduate students and research fellows to EmPACT Lab. Their diverse expertise will strengthen our research capabilities in embodied AI and intelligent systems.'
},
{
date: 'December 2024',
type: 'announcement',
title: 'EmPACT Lab Established at NTU',
description: 'Professor Wang has joined the School of Electrical and Electronic Engineering at Nanyang Technological University, establishing the Embodied Perception and Interaction Lab (EmPACT) to advance research in embodied AI and intelligent systems.'
},
{
date: 'October 2024',
type: 'publication',
title: 'Pattern Recognition Paper Accepted!',
description: 'Our paper on semantic segmentation has been accepted to Pattern Recognition. It focuses on distilling efficient Vision Transformers from CNNs.'
},
{
date: 'September 2024',
type: 'publication',
title: 'NeurIPS 2024 Acceptance',
description: 'EmPACT Lab has one paper accepted to NeurIPS 2024, related to Event-to-Video Reconstruction with language guidance.'
},
{
date: 'July 2024',
type: 'publication',
title: 'ACM Multimedia 2024',
description: 'Our research on Text-to-3D Generation using 3D Gaussian Splatting has been accepted to ACM Multimedia 2024.'
},
{
date: 'July 2024',
type: 'publication',
title: 'ECCV 2024 - Six Papers Accepted!',
description: 'EmPACT Lab has six papers accepted to ECCV 2024, covering Multi-Modal Semantic Segmentation, Event Camera research, and more.'
},
{
date: 'March 2024',
type: 'award',
title: 'Best Paper Award - IEEE VR 2024',
description: 'Our IEEE VR paper received the Best Paper Award for outstanding research in virtual reality and computer vision.'
},
{
date: 'February 2024',
type: 'publication',
title: 'CVPR 2024 Success',
description: 'We have 8 papers accepted to CVPR 2024, covering topics in depth estimation, semantic segmentation, event-based vision, and SLAM.'
}
];
// Function to get icon based on news type
function getNewsIcon(type) {
const icons = {
'keynote': 'fa-microphone',
'award': 'fa-trophy',
'publication': 'fa-file-text',
'people': 'fa-users',
'announcement': 'fa-bullhorn'
};
return icons[type] || 'fa-newspaper-o';
}
// Function to get color based on news type
function getNewsColor(type) {
const colors = {
'keynote': '#dc2626',
'award': '#d97706',
'publication': '#059669',
'people': '#2563eb',
'announcement': '#7c3aed'
};
return colors[type] || '#dc2626';
}
// Function to create a news card
function createNewsCard(news) {
const color = getNewsColor(news.type);
const icon = getNewsIcon(news.type);
return `
<div style="background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%); border-radius: 12px; padding: 30px; margin-bottom: 25px; box-shadow: 0 2px 10px rgba(0,0,0,0.08); border-left: 4px solid ${color}; transition: all 0.3s;" onmouseover="this.style.transform='translateX(5px)'; this.style.boxShadow='0 4px 15px rgba(0,0,0,0.12)'" onmouseout="this.style.transform='translateX(0)'; this.style.boxShadow='0 2px 10px rgba(0,0,0,0.08)'">
<div style="display: flex; align-items: start; gap: 20px;">
<div style="flex-shrink: 0;">
<div style="width: 50px; height: 50px; background: ${color}; border-radius: 10px; display: flex; align-items: center; justify-content: center;">
<i class="fa ${icon}" style="color: white; font-size: 24px;"></i>
</div>
</div>
<div style="flex-grow: 1;">
<div style="display: flex; justify-content: space-between; align-items: start; margin-bottom: 10px;">
<h3 style="color: #1a1a1a; font-weight: 600; margin: 0; font-size: 20px;">${news.title}</h3>
<span style="background: ${color}15; color: ${color}; padding: 4px 12px; border-radius: 6px; font-size: 13px; font-weight: 600; white-space: nowrap; margin-left: 15px;">${news.date}</span>
</div>
<p style="color: #666; line-height: 1.7; margin: 0;">${news.description}</p>
</div>
</div>
</div>
`;
}
// Generate and display all news
document.addEventListener('DOMContentLoaded', function() {
const newsContainer = document.getElementById('newsContainer');
newsData.forEach(news => {
newsContainer.innerHTML += createNewsCard(news);
});
});
</script>
<div class="row">
<div class="col-md-12">
<div id="newsContainer"></div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center" style="margin-top: 30px; margin-bottom: 40px;">
<h3 style="color: #1a1a1a; font-weight: 600; margin-bottom: 20px;">Stay Informed</h3>
<a href="contact.html" class="btn btn-action btn-lg" style="background: linear-gradient(135deg, #dc2626, #ef4444); border: none; padding: 14px 35px; border-radius: 8px; font-weight: 600; box-shadow: 0 4px 12px rgba(220,38,38,0.3); transition: all 0.3s;" onmouseover="this.style.transform='translateY(-2px)'; this.style.boxShadow='0 6px 16px rgba(220,38,38,0.4)'" onmouseout="this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(220,38,38,0.3)'">Contact Us for Collaboration</a>
</div>
</div>
</section>
<footer id="footer">
<div class="container">
<div class="social text-center">
<a href="https://www.linkedin.com/in/addison-lin-wang-62542b222/"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/empactlab"><i class="fa fa-github"></i></a>
</div>
</div>
<div class="footer2">
<div class="container">
<div class="row">
<div class="col-md-6 panel">
<div class="panel-body">
<p class="simplenav">
<a href="index.html">Home</a> |
<a href="research.html">Research</a> |
<a href="people.html">People</a> |
<a href="publication.html">Publication</a> |
<a href="news.html">News</a> |
<a href="contact.html">Contact</a>
</p>
</div>
</div>
<div class="col-md-6 panel">
<div class="panel-body">
<p class="text-right">Copyright © 2025 Embodied Perception and Interaction Lab (EmPACT) Lab, NTU Singapore</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="assets/js/custom.js"></script>
<!-- Custom Mobile Navbar Script -->
<script>
(function() {
var isToggling = false;
function toggleMenu() {
if (isToggling) return;
isToggling = true;
var collapse = document.getElementById('navbar-collapse-main');
if (collapse.classList.contains('in')) {
collapse.classList.remove('in');
} else {
collapse.classList.add('in');
}
setTimeout(function() { isToggling = false; }, 300);
}
window.addEventListener('load', function() {
var toggleBtn = document.querySelector('.navbar-toggle');
if (toggleBtn) {
toggleBtn.addEventListener('click', toggleMenu);
toggleBtn.addEventListener('touchend', function(e) {
e.preventDefault();
toggleMenu();
});
}
// Close menu when clicking on links
var navLinks = document.querySelectorAll('.navbar-collapse a');
for (var i = 0; i < navLinks.length; i++) {
navLinks[i].addEventListener('click', function() {
document.getElementById('navbar-collapse-main').classList.remove('in');
});
}
});
})();
</script>
</body>
</html>