-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpeople.html
More file actions
228 lines (168 loc) · 11.5 KB
/
Copy pathpeople.html
File metadata and controls
228 lines (168 loc) · 11.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
<!DOCTYPE html>
<html lang="en">
<script>
function includeHTML() {
var z, i, elmnt, file, xhttp;
/*loop through a collection of all HTML elements:*/
z = document.getElementsByTagName("*");
for (i = 0; i < z.length; i++) {
elmnt = z[i];
/*search for elements with a certain atrribute:*/
file = elmnt.getAttribute("w3-include-html");
if (file) {
/*make an HTTP request using the attribute value as the file name:*/
xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (this.readyState == 4) {
if (this.status == 200) {elmnt.innerHTML = this.responseText;}
if (this.status == 404) {elmnt.innerHTML = "Page not found.";}
/*remove the attribute, and call this function once more:*/
elmnt.removeAttribute("w3-include-html");
includeHTML();
}
}
xhttp.open("GET", file, true);
xhttp.send();
/*exit the function:*/
return;
}
}
}
</script>
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto Sans">
<style>
body {
font-family: "Noto Sans";
font-size: 16px;
}
</style>
<title>Guoying Dong</title>
</head>
<body>
<div style="background-image: url('static/img/index_start_cu.png'); background-repeat: no-repeat; background-size: cover;
height: 700px; color: white;">
<div w3-include-html="head.html"></div>
<div style="height:100px"></div>
<div style="float: right; background: rgba(0, 0, 0, .7); max-height: 200px; min-height: 100px; width: 50%;">
<div style="min-width: 500px; max-width: 1000px; margin:auto; opacity: 1;">
<div class="name-font">
<b>
Design for a better world!
</b>
<p style="font-size: 40px;">
</p>
</div>
</div>
</div>
</div>
<script>
includeHTML();
</script>
<div style="min-width: 500px; max-width: 1200px; margin:0 auto; text-align: justify;">
<div style="height: 30px">
</div>
<div style="text-align: center;"><h1 style="font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; font-size: 50px;">Ph.D. Students</h1></div>
<div style="padding-left: 30px;">
<div class = "div-people", style="height: 300px; width: 1200 px; color: white;">
<div style = "float: left; height : 200px; width: 200px; background-image: url('static/img/people/halston.jpg'); background-repeat: no-repeat; background-size: cover;">
</div>
<div style = "float: left; height : 300px; width: 900px; padding-left: 30px; text-align: justify;">
<b style="font-size: 30px; color: black; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;">Halston Sandford</b>
<p style="color: black; margin-top: 15px;">Research: Mechanics and deign of 3d printed continuous fiber reinforced polymers.</p>
<p style="color: black; margin-top: 15px;">Halston gratuated from Stanford University in 2022 with a Bachelor's degree. He joined the IDM lab in Jan. 2023. Currently, he is working on the process-property relationship in the 3D printing of composites. His research also includes digital twin development and sustainability of composite 3D printing.</p>
<a style="font-size: 18px;" target="_blank" href="https://www.linkedin.com/in/halston-sandford-835338a9/">
Linkedin
</a>
</div>
</div>
<div class = "div-people", style="height: 300px; width: 1200 px; color: white;">
<div style = "float: left; height : 200px; width: 200px; background-image: url('static/img/people/yuanrui.jpg'); background-repeat: no-repeat; background-size: cover;">
</div>
<div style = "float: left; height : 300px; width: 900px; padding-left: 30px; text-align: justify;">
<b style="font-size: 30px; color: black; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;">Yuanrui Wang</b>
<p style="color: black; margin-top: 15px;">Research: Advanced manufacturing of 3d printed composites.</p>
<p style="color: black; margin-top: 15px;">Yuanrui gratuated from CU Denver in 2023 with a Master's degree in EE. He joined the IDM lab in Aug. 2023. Currently, he is working on the advanced manufacturing of 3D printed composites.</p>
<a style="font-size: 18px;" target="_blank" href="https://www.linkedin.com/in/yuanrui-wang-14ba66193/">
Linkedin
</a>
</div>
</div>
</div>
<div style="text-align: center;"><h1 style="font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; font-size: 50px;">Master Students</h1></div>
<div style="padding-left: 30px;">
<div class = "div-people", style="height: 300px; width: 1200 px; color: white;">
<div style = "float: left; height : 200px; width: 200px; background-image: url('static/img/people/ladpha.jpg'); background-repeat: no-repeat; background-size: cover;">
</div>
<div style = "float: left; height : 300px; width: 900px; padding-left: 30px; text-align: justify;">
<b style="font-size: 30px; color: black; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;">Ladpha Teawdeswan</b>
<p style="color: black; margin-top: 15px;">Research: Design and simulation of multi-material lattice structures.</p>
<p style="color: black; margin-top: 15px;">Ladpha gratuated from CU Denver in 2023 with a Bachelor's degree in ME. She joined the IDM lab in May 2022 as an undergraduate research assistant. Currently, she is working on the design and simulation of multi-material lattice structures.</p>
<a style="font-size: 18px;" target="_blank" href="https://www.linkedin.com/in/ladpha-teawdeswan-aa8209149/">
Linkedin
</a>
</div>
</div>
</div>
<div>
<div style="text-align: center;"><h1 style="font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; font-size: 50px;">Undergraduate Students</h1></div>
<div style="padding-left: 30px;">
<div class = "div-people", style="height: 300px; width: 1200 px; color: white;">
<div style = "float: left; height : 200px; width: 200px; background-image: url('static/img/people/nik.png'); background-repeat: no-repeat; background-size: cover;">
</div>
<div style = "float: left; height : 300px; width: 900px; padding-left: 30px; text-align: justify;">
<b style="font-size: 30px; color: black; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;">Nikola Hilderbrand</b>
<p style="color: black; margin-top: 15px;">Research: FDM printing of metal lattice structures.</p>
<p style="color: black; margin-top: 15px;">Nikola is currently a senior student in the department of Mechanical Engineering. He joined the EUReCA as a research assistant in 2024 and also began working at the Additive Manufacturing lab in 2025. Now he works on EUReCA research of FDM modeling of metal-polymer lattice structures and refining post processing parameters.</p>
<a style="font-size: 18px;" target="_blank" href="https://www.linkedin.com/in/nikola-hilderbrand-71a5171b7/">
Linkedin
</a>
</div>
<div style = "float: left; height : 200px; width: 200px; background-image: url('static/img/people/idris.jpg'); background-repeat: no-repeat; background-size: cover;">
</div>
<div style = "float: left; height : 300px; width: 900px; padding-left: 30px; text-align: justify;">
<b style="font-size: 30px; color: black; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;">Idris Tinwala</b>
<p style="color: black; margin-top: 15px;">Research: Design of voxel materials.</p>
<p style="color: black; margin-top: 15px;">Idris is a highly motivated college student at CU Denver and pursuing his BS in Mechanical Engineering courses. He conducts research as a EURēCA! Undergraduate Research Assistant on voxel printed multi-material structures. He is passionate about robotics, 3D printing, programming, mechanical design, and deep learning.</p>
<a style="font-size: 18px;" target="_blank" href="https://www.linkedin.com/in/idris-tin/">
Linkedin
</a>
</div>
</div>
</div>
</div>
<div>
<div style="text-align: center;"><h1 style="font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; font-size: 50px;">Alumni</h1></div>
<div style="padding-left: 30px;">
<div class = "div-people", style="height: 300px; width: 1200 px; color: white;">
<div style = "float: left; height : 200px; width: 200px; background-image: url('static/img/people/raphael.jpg'); background-repeat: no-repeat; background-size: cover;">
</div>
<div style = "float: left; height : 300px; width: 900px; padding-left: 30px; text-align: justify;">
<b style="font-size: 30px; color: black; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;">Raphael Provosty</b>
<p style="color: black; margin-top: 15px;">Master's Degree in Mechanical Engineering</p>
<p style="color: black; margin-top: 15px;">Graduated in May 2023</p>
<a style="font-size: 18px;" target="_blank" href="https://www.linkedin.com/in/raphael-provosty-8a8a51126/">
Linkedin
</a>
</div>
<div style = "float: left; height : 200px; width: 200px; background-image: url('static/img/people/brian_lim.PNG'); background-repeat: no-repeat; background-size: cover;">
</div>
<div style = "float: left; height : 300px; width: 900px; padding-left: 30px; text-align: justify;">
<b style="font-size: 30px; color: black; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;">Brian Lim</b>
<p style="color: black; margin-top: 15px;">Bachelor's Degree in Mechanical Engineering, Outstanding Undergraduate Student Award</p>
<p style="color: black; margin-top: 15px;">Graduated in May 2025</p>
<a style="font-size: 18px;" target="_blank" href="https://www.linkedin.com/in/brian-lim-873b89338/">
Linkedin
</a>
</div>
</div>
</div>
</div>
</div>
<div style="height: 300px;"></div>
<div w3-include-html="end.html"></div>
<script>
includeHTML();
</script>
</body>
</html>