-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprotist-rhapsody.html
277 lines (203 loc) · 12.6 KB
/
protist-rhapsody.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- responsive viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<!-- metadata -->
<meta name="description" content="Official website of Uncharted Limbo Collective. Creative coders & New Media artists."/>
<meta name="author" content="Uncharted Limbo Collective"/>
<title>Uncharted Limbo Collective</title>
<!-- Favicon-->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<!-- Fonts -->
<style>
@font-face {
font-family: 'JetBrains Mono';
src: url('assets/fonts/JetBrainsMono-VariableFont_wght.ttf') format('truetype-variations');
font-weight: 100 800;
font-style: normal;
}
@font-face {
font-family: 'JetBrains Mono';
src: url('assets/fonts/JetBrainsMono-Italic-VariableFont_wght.ttf') format('truetype-variations');
font-weight: 100 800;
font-style: italic;
}
@font-face {
font-family: 'ProtoMono';
src: url('assets/fonts/ATK Studio - ProtoMono-Light.otf') format('opentype');
}
</style>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/icons-purified.css" rel="stylesheet">
<!-- Bootstrap 5.3 -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- Uncharted Limbo custom CSS File -->
<link href="assets/css/ulc.css" rel="stylesheet">
<style>
@media (max-width: 512px) {
#summary-group {
flex-direction: column !important; /* Stack elements vertically */
gap: 16px;
}
}
@media (min-width: 513px) {
#collaborators {
border-left: 1px solid white;
padding-left: 12px;
}
}
</style>
</head>
<body>
<!-- =======================================================
* NAV BAR
======================================================== -->
<nav class="navbar nav-underline navbar-dark navbar-expand-lg bg-secondary text-capitalize fixed-top" id="mainNav">
<div class="container">
<div style="display: flex; flex-direction: row;">
<!-- NAVBAR LOGO ======================================================== -->
<a href="index.html"><img src="assets/img/Official Logo 02_main_logo.svg" height="48px"/></a>
<!-- NAVBAR TITLE======================================================== -->
<a class="navbar-brand js-scroll-trigger d-none d-sm-block" href="index.html#page-top">Uncharted Limbo</a>
<a class="text-light js-scroll-trigger navbar-brand d-sm-none text-truncate text-nowrap"
href="index.html#page-top">Uncharted Limbo</a>
</div>
<!-- NAVBAR TOGGLER BUTTON ======================================================== -->
<button class="navbar-toggler btn btn-dark" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon "></span>
</button>
<!-- NAVBAR CATEGORIES ======================================================== -->
<div class="collapse navbar-collapse" id="navbarResponsive" style="flex-grow:0">
<ul class="navbar-nav ml-auto">
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 js-scroll-trigger"
href="index.html#works">Work</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 js-scroll-trigger"
href="index.html#play">Play</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 js-scroll-trigger"
href="index.html#about">Studio</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 js-scroll-trigger"
href="mailto:[email protected]">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- =======================================================
* MAIN CONTENT
======================================================== -->
<main id="main">
<section class="section">
<!-- PROJECT SUMMARY ======================================================== -->
<div class="container">
<div class="row mb-4 align-items-center">
<div data-aos="fade-up">
<!-- PROJECT TITLE ======================================================== -->
<h2>Protist Rhapsody</h2>
<!-- PROJECT RELEASE DATE ======================================================== -->
<h6 class="h6">October 2023</h6>
<div id="summary-group" style="display:flex; gap:24px; justify-content:space-between; flex-direction:row;">
<!-- SUMMARY TEXT ======================================================== -->
<p class="col-md-8 mt-3 ulc-project-summary mt-4">10-minute dome film of the Life-Death-Rebirth cycle of a digital micro-organism inspired by Physarum Polycephalum.
Winner of the “Best Sound Driven Work” award at SAT Fest 2024 <br> <a
href="#description">Read More...</a></p>
<div id="collaborators">
<!-- COLLABORATORS TITLE ======================================================== -->
<h4 class="h4 mb-3">Collaborators</h4>
<!-- COLLABORATORS TEXT======================================================== -->
<ul class="list-unstyled list-line">
<a href="#collaborators" target="_blank">
<div class="link-1">Elias Aronidis</div>
</a>
<a href="https://sat.qc.ca/en/" target="_blank">
<div class="link-1">Société Des Arts Technologiques</div>
</a>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- PROJECT CONTENT ======================================================== -->
<div class="site-section pb-0">
<div class="container">
<div id="content" class="col align-items-stretch" style="flex-direction: column;">
<!-- MEDIA ======================================================== -->
<div class="col" data-aos="fade-up">
<!-- VIDEOS ======================================================== -->
<div class="video-container-hd">
<iframe class="video" src="https://www.youtube-nocookie.com/embed/OIEeMfaX9Bw?vq=hd1080&modestbranding=1&rel=0&color=white&loop=1" title="" frameborder="0"
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</div>
<!-- IMAGES ======================================================== -->
<div id="carouselExampleIndicators" class="carousel slide"
style="width:100%; overflow:hidden">
<div class="carousel-indicators">
</div>
<div class="carousel-inner">
</div>
<button class="carousel-control-prev" type="button"
data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button"
data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<!-- TEXT ======================================================== -->
<div id="description" class="col ml-auto ulc-project-description" data-aos="fade-up"
data-aos-delay="100">
<div class="sticky-content">
<!-- DESCRIPTION TITLE ======================================================== -->
<h3 class="h4 mt-4">Description</h3>
<!-- DESCRIPTION TEXT======================================================== -->
<div class="mb-5">
<p>“Protist Rhapsody” is an immersive full-dome experience that merges art and science, inviting viewers into a chaotic microcosmos where the boundary between the digital and organic blurs. Inspired by the Physarum Polycephalum, this experimental animation follows the journey of a digital entity—an abstracted slime mold—grappling with the tension between its instinctive drives and external forces.</p>
<p>Brought to life through Uncharted Limbo’s custom algorithms, the Protist exhibits behaviors far beyond conventional Physarum simulations, embodying macroscopic agency and dynamic shape-shifting. The piece follows a cycle of Birth, Destruction, and Resurrection, offering a contemplative reflection on the delicate interplay of individuality and adaptation, the inner self and the external world.</p>
<p>Enhanced by Elias Aronidis’s original score, which earned the “Best Sound-Driven Work” award at SAT Fest 2024, “Protist Rhapsody” transcends conventional animation to become a meditative exploration of digital Life.</p>
<p>NOMINATED FOR “BEST OF EARTH 2025” AWARDS.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Third party plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>