-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgallery.html
More file actions
463 lines (417 loc) · 22.5 KB
/
gallery.html
File metadata and controls
463 lines (417 loc) · 22.5 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
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>gallery</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@300;400;500&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="/images/favicon_io/favicon.ico">
<!-- Glightbox CSS - REQUIRED for the carousel's styling -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/glightbox/dist/css/glightbox.min.css" />
</head>
<body>
<nav class="navigation">
<h1>
<a class="sitename" href="/">paul ducarme</a>
</h1>
<ul class="navigation-list">
<!-- <li><a href="research.html">research</a></li>-->
<li><a href="portfolio.html">portfolio</a></li>
<!-- <li><a href="resume.html">resume</a></li>-->
<li ><a href="projects.html">projects</a></li>
<li class="active"><a href="gallery.html">gallery</a></li>
<li><a href="about.html">about</a></li>
</ul>
</nav>
<main>
<h2>research</h2>
<div class="gallery-container">
<figure class="gallery-item">
<a href="images/thumbnails/large/countersnapping.jpg" data-gallery="my-gallery"
data-description="A countersnapping structure at rest.">
<picture>
<source srcset="images/thumbnails/countersnapping.webp" type="image/webp">
<img src="images/thumbnails/countersnapping.jpg" alt="A countersnapping structure at rest." loading="lazy">
</picture>
</a>
<figcaption>a countersnapping structure at rest</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/image1.jpg" data-gallery="my-gallery"
data-description="A countersnapping structure, unstretched, in its serial state.">
<picture>
<source srcset="images/thumbnails/image1.webp" type="image/webp">
<img src="images/thumbnails/image1.jpg" alt="A countersnapping structure, unstretched, in its serial state." loading="lazy">
</picture>
</a>
<figcaption>an unstretched countersnapping structure</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/image2.jpg" data-gallery="my-gallery"
data-description="A countersnapping structure, stretched, in its parallel state.">
<picture>
<source srcset="images/thumbnails/image2.webp" type="image/webp">
<img src="images/thumbnails/image2.jpg" alt="A countersnapping structure, stretched, in its parallel state." loading="lazy">
</picture>
</a>
<figcaption>a stretched countersnapping structure</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/aval000.jpg" data-gallery="my-gallery"
data-description="Three serially-coupled countersnapping elements, before avalanche (state 000).">
<picture>
<source srcset="images/thumbnails/aval000.webp" type="image/webp">
<img src="images/thumbnails/aval000.jpg"
alt="Three serially-coupled countersnapping elements, before avalanche (state 000)." loading="lazy">
</picture>
</a>
<figcaption>serially coupled, slowly stretched, until...</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/aval111.jpg" data-gallery="my-gallery"
data-description="Three serially-coupled countersnapping elements, after avalanche (state 111).">
<picture>
<source srcset="images/thumbnails/aval111.webp" type="image/webp">
<img src="images/thumbnails/aval111.jpg"
alt="Three serially-coupled countersnapping elements, after avalanche (state 111)." loading="lazy">
</picture>
</a>
<figcaption>...rapid countersnapping chain reaction</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/pair00.jpg" data-gallery="my-gallery"
data-description="Two countersnapping elements in parallel (state 00).">
<picture>
<source srcset="images/thumbnails/pair00.webp" type="image/webp">
<img src="images/thumbnails/pair00.jpg" alt="Two countersnapping elements in parallel (state 00)." loading="lazy">
</picture>
</a>
<figcaption>in parallel, initially symmetric...</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/pair10.jpg" data-gallery="my-gallery"
data-description="Two countersnapping elements in parallel (state 10).">
<picture>
<source srcset="images/thumbnails/pair10.webp" type="image/webp">
<img src="images/thumbnails/pair10.jpg" alt="Two countersnapping elements in parallel (state 10)." loading="lazy">
</picture>
</a>
<figcaption>... then one switches at one's own rythm</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/poster_award.jpg" data-gallery="my-gallery"
data-description="Best poster award at GRC 2024 Multifunctional Materials and Structures.">
<picture>
<source srcset="images/thumbnails/poster_award.webp" type="image/webp">
<img src="images/thumbnails/poster_award.jpg" alt="Best poster award at GRC 2024 Multifunctional Materials and Structures." loading="lazy">
</picture>
</a>
<figcaption>best poster award, GRC 2024</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/mold.jpg" data-gallery="my-gallery"
data-description="Mold ready to be injected to cast a stiffening building block in silicone rubber.">
<picture>
<source srcset="images/thumbnails/mold.webp" type="image/webp">
<img src="images/thumbnails/mold.jpg"
alt="Mold ready to be injected to cast a stiffening building block in silicone rubber." loading="lazy">
</picture>
</a>
<figcaption>injection mold for stiffening unit</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/poke00.jpg" data-gallery="my-gallery"
data-description="A pre-stretched chain of countersnapping elements about to be poked (state 00).">
<picture>
<source srcset="images/thumbnails/poke00.webp" type="image/webp">
<img src="images/thumbnails/poke00.jpg"
alt="A pre-stretched chain of countersnapping elements about to be poked (state 00)." loading="lazy">
</picture>
</a>
<figcaption>about to poke a chain of countersnappers</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/poke11.jpg" data-gallery="my-gallery"
data-description="A pre-stretched chain of countersnapping elements that has just switch together (state 11).">
<picture>
<source srcset="images/thumbnails/poke11.webp" type="image/webp">
<img src="images/thumbnails/poke11.jpg"
alt="A pre-stretched chain of countersnapping elements that has just switch together (state 11)." loading="lazy">
</picture>
</a>
<figcaption>countersnappers switch together</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/finger_snapping_unit.jpg" data-gallery="my-gallery"
data-description="A snapping building block (it is characterized by a non-monotonic force-displacement curve).">
<picture>
<source srcset="images/thumbnails/finger_snapping_unit.webp" type="image/webp">
<img src="images/thumbnails/finger_snapping_unit.jpg"
alt="A snapping building block (it is characterized by a non-monotonic force-displacement curve)." loading="lazy">
</picture>
</a>
<figcaption>a snapping building block</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/snapping_unit.jpg" data-gallery="my-gallery"
data-description="Another snapping building block (it is characterized by a non-monotonic force-displacement curve).">
<picture>
<source srcset="images/thumbnails/snapping_unit.webp" type="image/webp">
<img src="images/thumbnails/snapping_unit.jpg"
alt="Another snapping building block (it is characterized by a non-monotonic force-displacement curve)." loading="lazy">
</picture>
</a>
<figcaption>another snapping building block</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/snapping_lattice.jpg" data-gallery="my-gallery"
data-description="Snapping metamaterial lattice">
<picture>
<source srcset="images/thumbnails/snapping_lattice.webp" type="image/webp">
<img src="images/thumbnails/snapping_lattice.jpg"
alt="Snapping metamaterial lattice"
loading="lazy">
</picture>
</a>
<figcaption>snapping lattice</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/snapped_lattice.jpg" data-gallery="my-gallery"
data-description="Snapped metamaterial lattice">
<picture>
<source srcset="images/thumbnails/snapped_lattice.webp" type="image/webp">
<img src="images/thumbnails/snapped_lattice.jpg" alt="Snapped metamaterial lattice" loading="lazy">
</picture>
</a>
<figcaption>snapped lattice</figcaption>
</figure>
</div>
<h2>traveling around...</h2>
<div class="gallery-container">
<figure class="gallery-item">
<a href="images/thumbnails/large/DSC02236.jpg" data-gallery="my-gallery"
data-description="Young children on the Great Wall. China, 2024.">
<picture>
<source srcset="images/thumbnails/DSC02236.webp" type="image/webp">
<img src="images/thumbnails/DSC02236.jpg"
alt="Young children on the Great Wall. China, 2024." loading="lazy">
</picture>
</a>
<figcaption>small ones on great one</figcaption>
</figure>
<!-- <figure class="gallery-item">
<a href="images/thumbnails/large/DSC01343.jpg" data-gallery="my-gallery"
data-description="Dragonfly perched on a slender stem. France, 2024.">
<picture>
<source srcset="images/thumbnails/DSC01343.webp" type="image/webp">
<img src="images/thumbnails/DSC01343.jpg"
alt="Dragonfly perched on stem. France, 2024." loading="lazy">
</picture>
</a>
<figcaption>dragonfly perched on a reed</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/DSC01582.jpg" data-gallery="my-gallery"
data-description="Dragonfly landing. France, 2024.">
<picture>
<source srcset="images/thumbnails/DSC01582.webp" type="image/webp">
<img src="images/thumbnails/DSC01582.jpg"
alt="Dragonfly landing. France, 2024." loading="lazy">
</picture>
</a>
<figcaption>dragonfly landing</figcaption>
</figure> -->
<figure class="gallery-item">
<a href="images/thumbnails/large/another_dragonfly.jpg" data-gallery="my-gallery"
data-description="Dragonfly, disguised in reeds and silence. France, 2024.">
<picture>
<source srcset="images/thumbnails/another_dragonfly.webp" type="image/webp">
<img src="images/thumbnails/another_dragonfly.jpg" alt="Dragonfly landing. France, 2024." loading="lazy">
</picture>
</a>
<figcaption>dragonfly, still and watchful</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/DSC01723.jpg" data-gallery="my-gallery"
data-description="Old, new. Shanghai, China, 2024.">
<picture>
<source srcset="images/thumbnails/DSC01723.webp" type="image/webp">
<img src="images/thumbnails/DSC01723.jpg"
alt="Old, new. Shanghai, China, 2024." loading="lazy">
</picture>
</a>
<figcaption>old and new Shanghai</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/bike_wave.jpg" data-gallery="my-gallery"
data-description="The bikes take over. Liege, Belgium, 2024.">
<picture>
<source srcset="images/thumbnails/bike_wave.webp" type="image/webp">
<img src="images/thumbnails/bike_wave.jpg"
alt="The bikes take over. Liege, Belgium, 2024." loading="lazy">
</picture>
</a>
<figcaption>bikes take over</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/guillemins.jpg" data-gallery="my-gallery"
data-description="Colorful Guillemins train station. Liege, Belgium, 2024.">
<picture>
<source srcset="images/thumbnails/guillemins.webp" type="image/webp">
<img src="images/thumbnails/guillemins.jpg" alt="Colorful Guillemins train station. Liege, Belgium, 2024." loading="lazy">
</picture>
</a>
<figcaption>modern stained glass</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/green_red.jpg" data-gallery="my-gallery"
data-description="Urban camouflage. Amsterdam, Netherlands, 2025.">
<picture>
<source srcset="images/thumbnails/green_red.webp" type="image/webp">
<img src="images/thumbnails/green_red.jpg"
alt="Urban camouflage. Amsterdam, Netherlands, 2025." loading="lazy">
</picture>
</a>
<figcaption>camouflage</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/gull.jpg" data-gallery="my-gallery"
data-description="Gull diving. Amsterdam, Netherlands, 2025.">
<picture>
<source srcset="images/thumbnails/gull.webp" type="image/webp">
<img src="images/thumbnails/gull.jpg"
alt="Gull diving. Amsterdam, Netherlands, 2025." loading="lazy">
</picture>
</a>
<figcaption>big dive</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/night_stitch.jpg" data-gallery="my-gallery"
data-description="Stitching at night. Amsterdam, Netherlands, 2025.">
<picture>
<source srcset="images/thumbnails/night_stitch.webp" type="image/webp">
<img src="images/thumbnails/night_stitch.jpg"
alt="Stitching at night. Amsterdam, Netherlands, 2025." loading="lazy">
</picture>
</a>
<figcaption>night stitch</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/blurry_bike.jpg" data-gallery="my-gallery"
data-description="Relative speeds. Amsterdam, Netherlands, 2025.">
<picture>
<source srcset="images/thumbnails/blurry_bike.webp" type="image/webp">
<img src="images/thumbnails/blurry_bike.jpg"
alt="Relative speeds. Amsterdam, Netherlands, 2024." loading="lazy">
</picture>
</a>
<figcaption>relative speeds</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/texel_house.jpg" data-gallery="my-gallery"
data-description="Geometric shelter. Texel, Netherlands, 2025.">
<picture>
<source srcset="images/thumbnails/texel_house.webp" type="image/webp">
<img src="images/thumbnails/texel_house.jpg"
alt="Geometric shelter. Texel, Netherlands, 2025." loading="lazy">
</picture>
</a>
<figcaption>geometric shelter</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/tiny_car.jpg" data-gallery="my-gallery"
data-description="Small and simple Fiat 500. Amsterdam, Netherlands, 2024.">
<picture>
<source srcset="images/thumbnails/tiny_car.webp" type="image/webp">
<img src="images/thumbnails/tiny_car.jpg" alt="tiny car" loading="lazy">
</picture>
</a>
<figcaption>small and simple</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/kayak.jpg" data-gallery="my-gallery"
data-description="Kayak in between trees in the Oresund sea. Humlebaek, Denmark, 2025.">
<picture>
<source srcset="images/thumbnails/kayak.webp" type="image/webp">
<img src="images/thumbnails/kayak.jpg"
alt="Kayak in between trees in the Oresund sea. Humlebaek, Denmark, 2025." loading="lazy">
</picture>
</a>
<figcaption>in between</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/citypalace.jpg" data-gallery="my-gallery"
data-description="Equidistant pigeons on the city palace of Jaipur. Jaipur, India, 2025.">
<picture>
<source srcset="images/thumbnails/citypalace.webp" type="image/webp">
<img src="images/thumbnails/citypalace.jpg" alt="Equidistant pigeons on the city palace of Jaipur. Jaipur, India, 2025."
loading="lazy">
</picture>
</a>
<figcaption>equidistant</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/gas_india.jpg" data-gallery="my-gallery"
data-description="Gas cylinders. Jodhpur, India, 2025.">
<picture>
<source srcset="images/thumbnails/gas_india.webp" type="image/webp">
<img src="images/thumbnails/gas_india.jpg"
alt="Gas cylinders. Jodhpur, India, 2025." loading="lazy">
</picture>
</a>
<figcaption>storing energy</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/oranges_india.jpg" data-gallery="my-gallery"
data-description="Oranges. Jodhpur, India, 2025.">
<picture>
<source srcset="images/thumbnails/oranges_india.webp" type="image/webp">
<img src="images/thumbnails/oranges_india.jpg" alt="Oranges. Jodhpur, India, 2025." loading="lazy">
</picture>
</a>
<figcaption>face-centered cubic</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/colored_shadow.jpg" data-gallery="my-gallery"
data-description="Under the spotlight. Amsterdam, Netherlands, 2026.">
<picture>
<source srcset="images/thumbnails/colored_shadow.webp" type="image/webp">
<img src="images/thumbnails/colored_shadow.jpg" alt="Under the spotlight. Amsterdam, Netherlands, 2026." loading="lazy">
</picture>
</a>
<figcaption>spotlight</figcaption>
</figure>
<figure class="gallery-item">
<a href="images/thumbnails/large/bike_bridge.jpg" data-gallery="my-gallery"
data-description="Relative speeds. Amsterdam, Netherlands, 2026.">
<picture>
<source srcset="images/thumbnails/bike_bridge.webp" type="image/webp">
<img src="images/thumbnails/bike_bridge.jpg" alt="Relative speeds. Amsterdam, Netherlands, 2026."
loading="lazy">
</picture>
</a>
<figcaption>relative speeds</figcaption>
</figure>
</div>
</main>
<footer>
<p> Contact me via
<a href="mailto:paulducarme@hotmail.com">email</a> or
<a href="https://www.linkedin.com/in/paul-ducarme/" target="_blank" rel="noopener noreferrer">linkedin</a>.
</p>
</footer>
<!-- Glightbox JavaScript - REQUIRED for the carousel's functionality -->
<script src="https://cdn.jsdelivr.net/npm/glightbox/dist/js/glightbox.min.js"></script>
<script>
// Initialize Glightbox
const lightbox = GLightbox({
selector: '[data-gallery="my-gallery"]', // This tells Glightbox to target all <a> tags with this attribute
descriptionType: 'attr', // Use attributes for descriptions
descPosition: 'bottom', // Position the description at the bottom
});
</script>
</body>
</html>