-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpublication.html
More file actions
310 lines (285 loc) · 13.3 KB
/
publication.html
File metadata and controls
310 lines (285 loc) · 13.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Publications - 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 class="active"><a href="publication.html">Publication</a></li>
<li><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>Publications</h1>
<p>We aim to publish the most top-tier research in world-class conferences and journals</p>
</div>
</div>
</div>
</header>
<!--
=============================================
PUBLICATIONS DATABASE - Edit entries here!
=============================================
Format: { date, venue, title, authors, link }
-->
<script>
// ==========================================================
// PUBLICATIONS DATABASE - Edit this array to add/remove/update publications
// ==========================================================
const publicationsData = [
// 2026 Publications
{ date: "2026-01", venue: "AAAI 2026", title: "3 papers accepted to AAAI 2026", authors: "EmPACT Lab Team", link: "#", count: 3 },
// 2025 Publications
{ date: "2025-12", venue: "Pattern Recognition", title: "Research on semantic segmentation", authors: "EmPACT Lab Team", link: "#" },
{ date: "2025-11", venue: "IEEE TMM", title: "Multimedia processing research", authors: "EmPACT Lab Team", link: "#" },
{ date: "2025-11", venue: "IEEE TAI", title: "Artificial intelligence research", authors: "EmPACT Lab Team", link: "#" },
{ date: "2025-10", venue: "IEEE TPAMI", title: "3 papers accepted to IEEE TPAMI", authors: "EmPACT Lab Team", link: "#", count: 3 },
{ date: "2025-09", venue: "IEEE RAL", title: "5 papers accepted to IEEE RAL", authors: "EmPACT Lab Team", link: "#", count: 5 },
{ date: "2025-09", venue: "NeurIPS 2025", title: "3 papers accepted to NeurIPS 2025", authors: "EmPACT Lab Team", link: "#", count: 3 },
{ date: "2025-08", venue: "ACM MM 2025", title: "Multi-modal AI research", authors: "EmPACT Lab Team", link: "#" },
{ date: "2025-07", venue: "ICCV 2025", title: "Omnidirectional sensing research", authors: "EmPACT Lab Team", link: "#" },
{ date: "2025-07", venue: "IROS 2025", title: "2 papers accepted to IROS 2025", authors: "EmPACT Lab Team", link: "#", count: 2 },
{ date: "2025-06", venue: "CVPR 2025", title: "3 papers accepted to CVPR 2025", authors: "EmPACT Lab Team", link: "#", count: 3 },
{ date: "2025-05", venue: "ICRA 2025", title: "3 papers accepted to ICRA 2025", authors: "EmPACT Lab Team", link: "#", count: 3 },
// 2024 Publications
{ date: "2024-10", venue: "Pattern Recognition", title: "Semantic segmentation research", authors: "EmPACT Lab Team", link: "#" },
{ date: "2024-09", venue: "NeurIPS 2024", title: "2 papers accepted to NeurIPS 2024", authors: "EmPACT Lab Team", link: "#", count: 2 },
{ date: "2024-08", venue: "ACM MM 2024", title: "Multimedia research", authors: "EmPACT Lab Team", link: "#" },
{ date: "2024-08", venue: "IEEE TPAMI", title: "2 papers accepted to IEEE TPAMI", authors: "EmPACT Lab Team", link: "#", count: 2 },
{ date: "2024-07", venue: "ECCV 2024", title: "6 papers accepted to ECCV 2024", authors: "EmPACT Lab Team", link: "#", count: 6 },
{ date: "2024-06", venue: "CVPR 2024", title: "8 papers accepted to CVPR 2024", authors: "EmPACT Lab Team", link: "#", count: 8 },
{ date: "2024-05", venue: "ICRA 2024", title: "4 papers accepted to ICRA 2024", authors: "EmPACT Lab Team", link: "#", count: 4 },
{ date: "2024-04", venue: "IEEE RAL", title: "3 papers accepted to IEEE RAL", authors: "EmPACT Lab Team", link: "#", count: 3 },
// 2023 Publications
{ date: "2023-10", venue: "ICCV 2023", title: "5 papers accepted to ICCV 2023", authors: "EmPACT Lab Team", link: "#", count: 5 },
{ date: "2023-06", venue: "CVPR 2023", title: "4 papers accepted to CVPR 2023", authors: "EmPACT Lab Team", link: "#", count: 4 },
// Previous Publications
{ date: "2022-10", venue: "ICCV 2022", title: "Computer vision research", authors: "Previous work", link: "#" },
{ date: "2022-10", venue: "ECCV 2022", title: "European computer vision research", authors: "Previous work", link: "#" },
{ date: "2022-06", venue: "CVPR 2022", title: "Computer vision research", authors: "Previous work", link: "#" },
{ date: "2022-03", venue: "IEEE TPAMI", title: "3 papers accepted to IEEE TPAMI", authors: "Previous work", link: "#", count: 3 },
{ date: "2021-06", venue: "IEEE RAL", title: "Robotics and automation research", authors: "Previous work", link: "#" }
];
// Group publications by year
function groupByYear(publications) {
const grouped = {};
publications.forEach(pub => {
const year = pub.date.substring(0, 4);
if (!grouped[year]) {
grouped[year] = [];
}
grouped[year].push(pub);
});
return grouped;
}
// Generate publications HTML
function generatePublicationsHTML() {
const container = document.getElementById('publications-container');
const groupedPubs = groupByYear(publicationsData);
const years = Object.keys(groupedPubs).sort((a, b) => b - a); // Sort descending
let html = '';
years.forEach(year => {
html += `<div class="year-section"><h3 style="color: #1a1a1a; margin-top: 30px; margin-bottom: 20px; font-weight: 600;">${year}</h3>`;
groupedPubs[year].forEach(pub => {
html += createPublicationCard(pub);
});
html += '</div>';
});
container.innerHTML = html;
}
// Create individual publication card
function createPublicationCard(pub) {
return `
<div class="publication-card" style="background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%); border-radius: 10px; padding: 25px; margin-bottom: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); border: 1px solid #e8e8e8; transition: all 0.3s ease;" onmouseover="this.style.transform='translateX(5px)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.12)';" onmouseout="this.style.transform='translateX(0)'; this.style.boxShadow='0 2px 8px rgba(0,0,0,0.08)';">
<div style="display: flex; align-items: flex-start; gap: 20px;">
<div style="min-width: 80px;">
<span style="display: inline-block; background: linear-gradient(135deg, #dc2626, #ef4444); color: white; padding: 8px 12px; border-radius: 6px; font-weight: 600; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px;">${pub.venue}</span>
</div>
<div style="flex: 1;">
<h4 style="margin: 0 0 10px 0; color: #1a1a1a; font-weight: 600; font-size: 17px; line-height: 1.4;">
${pub.link && pub.link !== '#' ? `<a href="${pub.link}" target="_blank" style="color: #1a1a1a; text-decoration: none; transition: color 0.2s;" onmouseover="this.style.color='#dc2626'" onmouseout="this.style.color='#1a1a1a'">${pub.title}</a>` : pub.title}
</h4>
<p style="margin: 0 0 8px 0; color: #666; font-size: 14px; line-height: 1.5;">
<i class="fa fa-users" style="color: #dc2626; margin-right: 5px;"></i>${pub.authors}
</p>
<div style="display: flex; align-items: center; gap: 15px;">
<span style="color: #888; font-size: 13px;">
<i class="fa fa-calendar" style="color: #dc2626; margin-right: 5px;"></i>${pub.date}
</span>
${pub.link && pub.link !== '#' ? `<a href="${pub.link}" target="_blank" style="color: #dc2626; font-size: 13px; text-decoration: none; font-weight: 600; transition: all 0.2s;" onmouseover="this.style.color='#ef4444'; this.style.textDecoration='underline';" onmouseout="this.style.color='#dc2626'; this.style.textDecoration='none';"><i class="fa fa-external-link" style="margin-right: 5px;"></i>View Paper</a>` : ''}
</div>
</div>
</div>
</div>
`;
}
// Load publications when page loads
document.addEventListener('DOMContentLoaded', generatePublicationsHTML);
</script>
<section class="container">
<div class="row">
<div class="col-md-12">
<div id="publications-container">
<!-- Publications will be automatically generated here -->
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center" style="margin-top: 40px;">
<h3>For complete publication details</h3>
<p style="margin-bottom: 20px;">Visit our research page or contact us for more information</p>
<a href="contact.html" class="btn btn-action btn-lg">Contact Us</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-12 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>