-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcreative_designer.html
266 lines (255 loc) · 16.2 KB
/
creative_designer.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Creative Designer - Yunting Zhao</title>
<link rel="shortcut icon" href="./assets/images/AboutMe/Website_icon_transparent.ico" type="image/x-icon">
<link rel="stylesheet" href="./assets/css/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=Poppins:wght@300;400;500;600&display=swap"
rel="stylesheet">
</head>
<body>
<main>
<!--- #SIDEBAR-->
<aside class="sidebar" data-sidebar>
<div class="sidebar-info">
<figure class="avatar-box">
<img src="./assets/images/AboutMe/my_headshot_small.png" alt="Yunting Zhao" width="80">
</figure>
<div class="info-content">
<h1 class="name" title="Yunting Zhao">Yunting Zhao</h1>
<p class="title">Designer | Developer</p>
</div>
<button class="info_more-btn" data-sidebar-btn><span>Show Contacts</span><ion-icon
name="chevron-down"></ion-icon></button>
</div>
<div class="sidebar-info_more">
<div class="separator"></div>
<ul class="contacts-list">
<li class="contact-item">
<div class="icon-box">
<ion-icon name="mail-outline"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title">Email</p>
<a href="mailto:[email protected]" class="contact-link">[email protected]</a>
</div>
</li>
<li class="contact-item">
<div class="icon-box">
<ion-icon name="location-outline"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title">Location</p>
<address>Berkeley, CA</address>
</div>
</li>
</ul>
<div class="separator"></div>
<ul class="social-list">
<li class="social-item">
<a href="https://www.linkedin.com/in/yuntingzhao/" class="social-link"><ion-icon
name="logo-linkedin"></ion-icon></a>
</li>
<li class="social-item">
<a href="https://yuntingzhao.com/" class="social-link"><ion-icon
name="home-outline"></ion-icon></a>
</li>
<li class="social-item">
<a href="https://www.instagram.com/yunlove3d/?hl=en" class="social-link"><ion-icon
name="logo-instagram"></ion-icon></a>
</li>
</ul>
</div>
</aside>
<!--- #main-content -->
<div class="main-content">
<!--- #NAVBAR -->
<nav class="navbar">
<ul class="navbar-list">
<!-- <li class="navbar-item">
<button class="navbar-link" data-nav-link>About</button>
</li>
<li class="navbar-item">
<button class="navbar-link" data-nav-link>Resume</button>
</li>
<li class="navbar-item">
<button class="navbar-link" data-nav-link>Portfolio</button>
</li> -->
<li class="navbar-item">
<button class="navbar-link active" data-nav-link>Creative Designer</button>
</li>
<li class="navbar-item">
<button class="navbar-link" onclick="window.location.href='index.html?ref=creative_designer'">Back to Main Page</button>
</li>
</ul>
</nav>
<!-- Main Content -->
<article class="creative_designer active" data-page="creative_designer">
<header>
<h2 class="h2 article-title">Creative Designer</h2>
</header>
<section class="project-text">
<h3 class="h3">Cluckin Lucky</h3>
<p>During my time at ShiftPixy, I worked on Cluckin Lucky, an augmented reality experience for local
restaurants, focusing on creating a fun and engaging way for diners to interact with their
environment while waiting for their meals.</p>
<p><strong>I was responsible for designing the user experience to increase customer engagement.
Diners can play the game and use the points they earned for discounts on their food
purchases.</strong></p>
<p>This product not only provided entertainment but also added value to the dining experience,
encouraging repeat visits and increased customer loyalty.</p>
<div class="project-image-grid">
<div class="signlepage-project-image-wrapper">
<img src="./assets/images/projects/ShiftPixy/op_clukin_luck_animation.gif" alt="Project Image"
class="signlepage-project-image">
<p class="signlepage-project-caption">brand Animation</p>
</div>
<div class="signlepage-project-image-wrapper">
<img src="./assets/images/projects/ShiftPixy/op_clukin_luck_game.gif" alt="Project Image"
class="signlepage-project-image">
<p class="signlepage-project-caption">Clukin lucky game</p>
</div>
<div class="signlepage-project-image-wrapper">
<img src="./assets/images/projects/ShiftPixy/3D_motion_tracking.png" alt="Project Image"
class="signlepage-project-image">
<p class="signlepage-project-caption">Another brand We were working on - Dude Rudy</p>
</div>
<div class="signlepage-project-image-wrapper">
<img src="./assets/images/projects/ShiftPixy/3D_tracking_1.png" alt="Project Image"
class="signlepage-project-image">
<p class="signlepage-project-caption">3D motion tracking process</p>
</div>
<div class="signlepage-project-image-wrapper">
<img src="./assets/images/projects/ShiftPixy/3D_tracking_2.png" alt="Project Image"
class="signlepage-project-image">
<p class="signlepage-project-caption">2D animation</p>
</div>
<div class="signlepage-project-image-wrapper">
<img src="./assets/images/projects/ShiftPixy/3D_tracking_anime.gif" alt="Project Image"
class="signlepage-project-image">
<p class="signlepage-project-caption">Clip from final video.</p>
</div>
<div class="signlepage-project-image-wrapper">
<img src="./assets/images/projects/ShiftPixy/Animation_working_progress.png" alt="Project Image"
class="signlepage-project-image">
<p class="signlepage-project-caption">Behind the scene</p>
</div>
<div class="signlepage-project-image-wrapper">
<img src="./assets/images/projects/ShiftPixy/Digital_food.png" alt="Project Image"
class="signlepage-project-image">
<p class="signlepage-project-caption">Digitized food for an AR menu</p>
</div>
</div>
</section>
<section class="project-text">
<h3 class="h3">Character Face Tracking</h3>
<p>Animation Video for promoting product</p>
<p>During my time at ShiftPixy, in addition to contributing to game development, I also utilized my
3D modeling and sketching skills in animation production. I was responsible for the 3D tracking
portion, integrating characters into real-world scenes. Additionally, I created 2D animations
and projected them onto walls as textures.</p>
<div class="signlepage-project-image-wrapper">
<img src="./assets/images/projects/ShiftPixy/rombo_face_tracking.gif"
alt="Character Face Tracking" class="signlepage-project-image">
<p class="signlepage-project-caption">Character Face Tracking Example</p>
</div>
</section>
<section class="project-text">
<h3 class="h3">SunWATER Plus</h3>
<p>NSF-Funded Project</p>
<p>During my role as a Product Designer and Researcher on the NSF-funded SunWATER Plus project at UC
Berkeley, I collaborated with cross-functional teams, including data analysts and a fabrication
team, to design the UIUX of a greywater recycling system for hotels and domestic residentials.
My responsibilities spanned from ideation to the production of the software, where I created
wireframes, prototypes, and high-fidelity mockups using Figma, ensuring a sleek and visually
appealing design. I also designed an AR feature for solar panel tracking and water filtration
animations, enhancing the app’s interactivity. Due to the sensitive nature of the project,
specific details are under NDA. Additionally, I conducted user research and gathered feedback to
iterate quickly, improving the app’s usability and functionality.</p>
<div class="project-image-grid">
<div class="signlepage-project-image-wrapper">
<img src="./assets/images/projects/NDA/SWP_1.png" alt="SunWATER Plus"
class="signlepage-project-image">
<p class="signlepage-project-caption">AI numerical model</p>
</div>
<div class="signlepage-project-image-wrapper">
<img src="./assets/images/projects/NDA/SWP_2.png" alt="SunWATER Plus"
class="signlepage-project-image">
<p class="signlepage-project-caption">Solar panel and multiscale model</p>
</div>
<div class="signlepage-project-image-wrapper">
<img src="./assets/images/projects/NDA/SWP_3.png" alt="SunWATER Plus"
class="signlepage-project-image">
<p class="signlepage-project-caption">Onsite installations</p>
</div>
<div class="signlepage-project-image-wrapper">
<img src="./assets/images/projects/NDA/SWP_4.png" alt="SunWATER Plus"
class="signlepage-project-image">
<p class="signlepage-project-caption">Phase 1 UI Design</p>
</div>
</div>
</section>
<section class="project-text">
<h3 class="h3">NASA SUITS Creative Design Challenge</h3>
<p>AR + AI + HoloLens</p>
<p>This AR HoloLens project aimed to develop an all-in-one interface for NASA astronauts. This
innovative AR UI interface was designed to be non-intrusive, ensuring that critical information
could be displayed without obstructing the view. Voice control system was implemented by a
language model (LLM), which can facilitate hands-free operation. Additionally, it included a
rover tracking feature, allowing astronauts to control Leo rovers. Our team utilized robot
digital twin datasets to train the model, making contributions in the field of space exploration
technology.</p>
<div class="project-image-grid">
<div class="signlepage-project-image-wrapper">
<img src="./assets/images/projects/XR/NASAsuits_teamPre.gif" alt="NASA SUITS Challenge" class="signlepage-project-image">
<p class="signlepage-project-caption">Final presentation at Johnson Space Center </p>
</div>
<div class="signlepage-project-image-wrapper">
<img src="./assets/images/projects/XR/NASAsuits_onsite.png" alt="NASA SUITS Challenge" class="signlepage-project-image">
<p class="signlepage-project-caption">Team photo</p>
</div>
<div class="signlepage-project-image-wrapper">
<img src="./assets/images/projects/XR/NASAsuits_workingMe.gif" alt="NASA SUITS Challenge" class="signlepage-project-image">
<p class="signlepage-project-caption">Me working onsite</p>
</div>
<div class="signlepage-project-image-wrapper">
<img src="./assets/images/projects/XR/NASAsuits_LLM.png" alt="NASA SUITS Challenge" class="signlepage-project-image">
<p class="signlepage-project-caption">Interface Concept and Logistic</p>
</div>
<div class="signlepage-project-image-wrapper">
<img src="./assets/images/projects/XR/NASAsuits_system.png" alt="NASA SUITS Challenge" class="signlepage-project-image">
<p class="signlepage-project-caption">NASA SUITS System Structure</p>
</div>
<div class="signlepage-project-image-wrapper">
<img src="./assets/images/projects/XR/NASAsuits_team.png" alt="NASA SUITS Challenge" class="signlepage-project-image">
<p class="signlepage-project-caption">Adviors and Sponsors</p>
</div>
</div>
</section>
<section class="project-text">
<h3 class="h3">Physical Computing</h3>
<p>Creative Design + Hardware</p>
<p>In my free time, I enjoy designing various quirky things. Last year, at the Bay Area Maker Faire,
my friends and I created and exhibited a laser wind chime. We used photon particles coupling
with several time-of-flight sensors. When the wind moves the striker below the wind chime, it
emits different sounds based on the distance and speed. We also tested using TouchDesigner,
which allowed us to not only produce sound but also visualize the sound in the form of images.
</p>
<p>Additionally, I designed, 3D-printed, and assembled a small decorative piece called Heart Sync.
If you’re interested, you can read more about it through the link.</p>
<div class="signlepage-project-image-wrapper">
<img src="./assets/images/projects/Physical_computing/det_proj1.gif" alt="Physical Computing" class="signlepage-project-image">
<p class="signlepage-project-caption">Laser Chimes and Heart Sync Projects</p>
</div>
</section>
</article>
</div>
</main>
</div>
</body>
</html>