-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcall-for-participation.html
More file actions
408 lines (390 loc) · 16 KB
/
call-for-participation.html
File metadata and controls
408 lines (390 loc) · 16 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
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
<!DOCTYPE html>
<html lang="en" data-lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Call for Participation - Robot Fashion Show 2025</title>
<meta
name="description"
content="Submit your proposal for the first-ever Robot Fashion Show at Humanoids '25 in Seoul. Join us in exploring the future of robotic fashion and cross-species haute couture."
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="" />
<meta
property="og:title"
content="Call for Participation - Robot Fashion Show 2025"
/>
<meta
property="og:description"
content="Submit your proposal for the first-ever Robot Fashion Show at Humanoids '25 in Seoul. Join us in exploring the future of robotic fashion and cross-species haute couture."
/>
<meta property="og:image" content="" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="" />
<meta
property="twitter:title"
content="Call for Participation - Robot Fashion Show 2025"
/>
<meta
property="twitter:description"
content="Submit your proposal for the first-ever Robot Fashion Show at Humanoids '25 in Seoul. Join us in exploring the future of robotic fashion and cross-species haute couture."
/>
<meta property="twitter:image" content="" />
<link rel="stylesheet" href="styles/style.css" />
<link rel="stylesheet" href="styles/call-for-participation.css" />
<link
rel="apple-touch-icon"
sizes="57x57"
href="assets/favicon/apple-icon-57x57.png"
/>
<link
rel="apple-touch-icon"
sizes="60x60"
href="assets/favicon/apple-icon-60x60.png"
/>
<link
rel="apple-touch-icon"
sizes="72x72"
href="assets/favicon/apple-icon-72x72.png"
/>
<link
rel="apple-touch-icon"
sizes="76x76"
href="assets/favicon/apple-icon-76x76.png"
/>
<link
rel="apple-touch-icon"
sizes="114x114"
href="assets/favicon/apple-icon-114x114.png"
/>
<link
rel="apple-touch-icon"
sizes="120x120"
href="assets/favicon/apple-icon-120x120.png"
/>
<link
rel="apple-touch-icon"
sizes="144x144"
href="assets/favicon/apple-icon-144x144.png"
/>
<link
rel="apple-touch-icon"
sizes="152x152"
href="assets/favicon/apple-icon-152x152.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="assets/favicon/apple-icon-180x180.png"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="assets/favicon/android-icon-192x192.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="assets/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="96x96"
href="assets/favicon/favicon-96x96.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="assets/favicon/favicon-16x16.png"
/>
<link rel="manifest" href="assets/favicon/manifest.json" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta
name="msapplication-TileImage"
content="assets/favicon/ms-icon-144x144.png"
/>
<meta name="theme-color" content="#ffffff" />
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-69TBPT8PNK"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-69TBPT8PNK");
</script>
</head>
<body>
<!-- Navigation -->
<nav class="nav" role="navigation" aria-label="Main navigation">
<div class="nav-container">
<div class="nav-links" style="color: #333">
<a
href="index.html#landing"
class="nav-link"
style="color: #333"
>Home</a
>
<a
href="index.html#invited-artists"
class="nav-link"
style="color: #333"
>Invited Artists</a
>
<a
href="index.html#info"
class="nav-link"
style="color: #333"
>Info</a
>
<a
href="call-for-participation.html"
class="nav-link active"
style="color: #333"
>Call for Participation</a
>
</div>
<div class="nav-badge">
<a
href="https://2025humanoids.org/"
target="_blank"
class="humanoids-badge"
style="color: #333"
>2025 IEEE-RAS Humanoids'25</a
>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="cfp-hero" role="banner">
<div class="cfp-hero-content" style="margin-top: 50px">
<div class="cfp-hero-badge">
<span>Call for Participation</span>
</div>
<h1 class="cfp-hero-title">Robot Fashion Show</h1>
<p class="cfp-hero-subtitle">
2025 IEEE-RAS 24th International Conference on Humanoid
Robots (Humanoids'25)
</p>
<p class="cfp-hero-description">
Join us in exploring the future of cross-species haute
couture and robotic fashion innovation
</p>
<div class="cfp-hero-actions">
<a href="#submission" class="cfp-cta-primary">
Submit Proposal
</a>
<a href="#important-dates" class="cfp-cta-secondary">
View Dates
</a>
</div>
</div>
<div class="cfp-hero-overlay"></div>
<div class="cfp-hero-particles"></div>
</section>
<!-- Main Content -->
<main class="cfp-main">
<!-- Description Section -->
<section class="cfp-section" id="description">
<div class="container">
<h2 class="cfp-section-title">
About the Robot Fashion Show
</h2>
<div class="cfp-content">
<p class="cfp-lead">
The organizers of Humanoids'25 are excited to invite
the submission of proposals for the first Robot
Fashion Show. As the field of robotics makes steep
progress, it is anticipated that robots will be
roaming around human environments, performing
various tasks for and with humans. We invite
artists, designers, and researchers to propose
creative ideas for "dressing up" the robots for
safety, aesthetic comfort, and creative expression.
</p>
</div>
</div>
</section>
<!-- Important Dates Section -->
<section class="cfp-section cfp-dates-section" id="important-dates">
<div class="container">
<h2 class="cfp-section-title">Important Dates</h2>
<div class="cfp-timeline" id="cfp-timeline">
<!-- Timeline items will be loaded dynamically -->
</div>
</div>
</section>
<!-- Research Areas Section -->
<section class="cfp-section" id="research-areas">
<div class="container">
<h2 class="cfp-section-title">Topics of Interest</h2>
<div class="cfp-research-grid" id="cfp-research-grid">
<!-- Research areas will be loaded dynamically -->
</div>
</div>
</section>
<!-- Participation Tracks Section -->
<section class="cfp-section" id="participation-tracks">
<div class="container">
<h2 class="cfp-section-title">Participation Tracks</h2>
<div class="cfp-tracks-grid" id="cfp-tracks-grid">
<!-- Tracks will be loaded dynamically -->
</div>
</div>
</section>
<!-- Submission Section -->
<section class="cfp-section cfp-submission-section" id="submission">
<div class="container">
<h2 class="cfp-section-title">Submission Guidelines</h2>
<div class="cfp-submission-content">
<div
class="cfp-submission-format"
id="cfp-submission-format"
>
<!-- Submission format will be loaded dynamically -->
</div>
<div class="cfp-submission-links">
<a
href="#"
class="cfp-submission-link"
id="cfp-openreview-link"
target="_blank"
>
<div class="cfp-submission-icon"></div>
<div class="cfp-submission-text">
<h3>Submit on OpenReview</h3>
<p>
Submit your proposal via OpenReview
platform
</p>
</div>
</a>
<a
href="#"
class="cfp-submission-link"
id="cfp-template-link"
target="_blank"
>
<div class="cfp-submission-icon"></div>
<div class="cfp-submission-text">
<h3>Proposal Template</h3>
<p>
Use our Google Docs template for your
proposal
</p>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- Requirements Section -->
<section class="cfp-section" id="requirements">
<div class="container">
<h2 class="cfp-section-title">Requirements</h2>
<div
class="cfp-requirements-list"
id="cfp-requirements-list"
>
<!-- Requirements will be loaded dynamically -->
</div>
</div>
</section>
<!-- Setup Section -->
<section class="cfp-section" id="setup">
<div class="container">
<h2 class="cfp-section-title">Event Setup</h2>
<div class="cfp-setup-content">
<div class="cfp-setup-info">
<h3>15m x 2.5m Runway</h3>
<p>
The Robot Fashion Show will share the
Competition setting
</p>
<a
href="#"
class="cfp-setup-link"
id="cfp-setup-doc-link"
target="_blank"
>
View Competition Categories Document
</a>
</div>
<div class="cfp-setup-visual">
<div class="cfp-runway-diagram">
<div class="cfp-runway-stage">
<span>Stage</span>
</div>
<div class="cfp-runway-path">
<span>15m x 2.5m Runway</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Important Notes Section -->
<section class="cfp-section" id="important-notes">
<div class="container">
<h2 class="cfp-section-title">Important Notes</h2>
<div class="cfp-notes-list" id="cfp-notes-list">
<!-- Notes will be loaded dynamically -->
</div>
</div>
</section>
<!-- Contact Section -->
<section class="cfp-section cfp-contact-section" id="contact">
<div class="container">
<h2 class="cfp-section-title">Contact</h2>
<div class="cfp-contact-card">
<div class="cfp-contact-avatar">
<div class="cfp-avatar-circle">
<img
src="assets/jeanoh.jpg"
alt="Jean Oh"
onerror="this.style.display='none'; this.parentNode.innerHTML='JO';"
/>
</div>
</div>
<div class="cfp-contact-info">
<h3 class="cfp-contact-name">Jean Oh (CMU)</h3>
<a
href="mailto:[email protected]?subject=[RoboFashion25]"
class="cfp-contact-email"
>
</a>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="footer">
<div class="container">
<p>© 2025 Robot Fashion Show. All rights reserved.</p>
<div class="footer-links">
<a href="index.html">Back to Home</a>
<a href="https://2025humanoids.org/" target="_blank"
>Humanoids 2025</a
>
</div>
</div>
</footer>
<script
type="module"
src="scripts/CallForParticipationData.js"
></script>
<script src="scripts/call-for-participation.js"></script>
</body>
</html>