-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlab.html
More file actions
214 lines (197 loc) · 13 KB
/
lab.html
File metadata and controls
214 lines (197 loc) · 13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/fancy.css" />
<link rel="icon" type="image/png" sizes="32x32" href="/assets/gvl.svg">
<title>Physical Superintelligence Lab</title>
</head>
<body>
<header id="header">
<a href="index.html"><img style="height:35px;" src="assets/gvl.svg" alt="Logo" /></a>
<nav class="nav-links">
<a href="index.html">Home</a>
<a href="lab.html" class="active">Lab</a>
<a href="research.html">Research</a>
<a href="contact.html">Contact</a>
</nav>
</header>
<div class="section">
<div class="slideshow-container">
<div class="mySlides fade">
<img src="assets/23fall_group_build.jpg" alt="Group Photo">
</div>
<div class="mySlides fade">
<img src="assets/24fall_group_build.JPG" alt="Group Photo">
</div>
<div class="mySlides fade">
<img src="assets/25Dec_group.JPG" alt="Group Photo">
</div>
<div class="dot-container">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
</div>
</div>
<!-- <h1>Lab Team</h1> -->
<h2>Faculty</h2>
<div id="faculty-grid" style="display: flex; flex-wrap: wrap;"></div>
<h2>Members</h2>
<div id="student-grid" style="display: flex; flex-wrap: wrap;"></div>
<h2>Robots</h2>
<div id="robot-grid" style="display: flex; flex-wrap: wrap;"></div>
<h2>Alumni</h2>
<div id="alumni-list" style="display: flex; flex-wrap: wrap; gap: 20px;"></div>
</div>
<script>
// ... (Keep your existing data array 'group' here) ...
// COPY PASTE YOUR EXISTING 'group' VARIABLE HERE
// FOR BREVITY I AM NOT REPEATING THE DATA LIST, BUT KEEP IT EXACTLY AS IT WAS
let group = [
{
"subgroup": "Faculty",
"members": [{ "name": "Yue Wang", "picture": "assets/people/yue.png", "link": "https://yuewang.xyz/" }]
},
// ... Copy the rest of your members/robots data here ...
// (Use the data from your uploaded file)
{
"subgroup": "Ph.D. Student",
"members": [
{ "name": "Jiawei Yang", "picture": "assets/people/jiawei.jpeg", "link": "https://jiawei-yang.github.io/" },
{ "name": "Junjie Ye", "picture": "assets/people/junjie.jpg", "link": "https://jay-ye.github.io/" },
{ "name": "Jiageng Mao", "picture": "assets/people/jiageng.jpg", "link": "https://pointscoder.github.io/" },
{ "name": "Emily Yue-ting Jia", "picture": "assets/people/emily.jpeg", "link": "https://emily-jia.github.io/personal-web/", "note": "w/ Yajie Zhao" },
{ "name": "Siheng Zhao", "picture": "assets/people/siheng.png", "link": "https://sihengz02.github.io/" },
{ "name": "Cameron Smith", "picture": "assets/people/cameron.jpg", "link": "https://cameronosmith.github.io/" },
{ "name": "Yiqi (Nick) Zhao", "picture": "assets/people/yiqi.jpg", "link": "https://zhaoy37.github.io/", "note": "w/ Jyo Deshmukh and Lars Lindemann" },
{ "name": "Quankai Gao", "picture": "assets/people/quankai.jpg", "link": "https://zerg-overmind.github.io/", "note": "w/ Ulrich Neumann" },
{ "name": "Junying Wang", "picture": "assets/people/junying.jpg", "link": "https://junyingw.github.io/", "note": "w/ Ulrich Neumann" },
{ "name": "Yihe Tang", "picture": "assets/people/yihe.jpg", "link": "https://tangyihe.com/" },
{ "name": "Songlin Wei", "picture": "assets/people/songlin.jpg", "link": "https://songlin.github.io/" },
{ "name": "Kyle Hatch", "picture": "assets/people/kyle.jpeg", "link": "https://khatch31.github.io/", "note": "w/ Daniel Seita" },
{ "name": "Tien-Toan Nguyen", "picture": "assets/people/toan.jpeg", "link": "https://toannguyen1904.github.io/", "note": "w/ Daniel Seita" },
{ "name": "Letao Chen", "picture": "assets/people/letao.jpeg", "link": "https://www.linkedin.com/in/letao-chen/", "note": "w/ Oded Stein" },
{ "name": "Dylan Rowe", "picture": "assets/people/dylan_rowe.jpg", "link": "https://d-r-o-w-e.github.io/", "note": "w/ Oded Stein" }
]
},
{
"subgroup": "Master's Student",
"members": [
{ "name": "Jonathan Zamora", "picture": "assets/people/jonathan.jpeg", "link": "https://jonzamora.dev/" },
{ "name": "Ting-Hsuan Chen", "picture": "assets/people/ting-hsuan.jpg", "link": "https://koi953215.github.io/" },
{ "name": "Hongyi Jing", "picture": "assets/people/hongyi.jpeg", "link": "https://www.linkedin.com/in/hongyi-jing-a85b37318/?locale=en_US" },
{ "name": "Rong Xue", "picture": "assets/people/rong_xue.jpg", "link": "https://rongxuezoe.github.io/" },
{ "name": "Tianheng Shi", "picture": "assets/people/tianheng.jpg", "link": "https://www.linkedin.com/in/tianheng-shi-5244b8201/" },
{ "name": "Henghui Bao", "picture": "assets/people/henghui.jpeg", "link": "https://scholar.google.com/citations?user=88XEeKAAAAAJ&hl=en" },
{ "name": "Peilin Cai", "picture": "assets/people/peilin.jpg", "link": "https://caipeilin.com/" },
{ "name": "Sicheng He", "picture": "assets/people/sicheng.jpg", "link": "https://hesicheng.net/" },
{ "name": "Alex Romanus", "picture": "assets/people/alex.jpeg", "link": "https://www.linkedin.com/in/alex-romanus/" },
{ "name": "Weiduo Yuan", "picture": "assets/people/weiduo.jpg", "link": "https://weiduoyuan.com/" }
]
},
{
"subgroup": "Undergraduate Student",
"members": [
{ "name": "Dylan Sun", "picture": "assets/gvl.svg", "link": "https://www.linkedin.com/in/dylan-sun-tech/" },
{ "name": "Kaidi Kang", "picture": "assets/people/kaidi.jpeg", "link": "https://www.linkedin.com/in/kaidi-kang-285757281/" },
{ "name": "Zhenyu Zhao", "picture": "assets/people/zhenyu.jpg", "link": "https://zhenyuzhao.com/" },
{ "name": "Xiawei Liu", "picture": "assets/people/xiawei.jpeg", "link": "https://www.xiaweiliu.com/" },
{ "name": "Rodrigo Andrade", "picture": "assets/people/rodrigo.jpeg", "link": "https://www.linkedin.com/in/rodrigo-andrade-3286382a1/" }
]
},
{
"subgroup": "Robots",
"members": [
{ "name": "Pioneer Zero", "picture": "assets/people/H1.jpg", "note": "Unitree H1" },
{ "name": "Pioneer One", "picture": "assets/people/G1.jpg", "note": "Unitree G1" },
{ "name": "Pioneer Two", "picture": "assets/people/G1-2.jpg", "note": "Unitree G1" },
{ "name": "Courier X", "picture": "assets/people/dexmate.jpg", "note": "Dexmate Vega" },
{ "name": "Artisan Alpha", "picture": "assets/people/franka1.jpeg", "note": "Franka Emika Panda" },
{ "name": "Artisan Beta", "picture": "assets/people/franka2.jpeg", "note": "Franka Emika Panda" },
{ "name": "Artisan Gamma", "picture": "assets/people/ARX.JPG", "note": "ARX R5" },
{ "name": "Forge Titan", "picture": "assets/people/piper.jpeg", "note": "AGILEX PiPER Bimanual" },
{ "name": "Dexter Prime", "picture": "assets/people/leaphand.png", "note": "LEAP Hand" },
{ "name": "Dexter Nova", "picture": "assets/people/inspirehand.jpg", "note": "INSPIRE Hand" },
{ "name": "Rover One", "picture": "assets/people/Jueying_lite3.png", "note": "Jueying Lite 3" }
]
},
{
"subgroup": "Alumni",
"members": [
{ "name": "James Qian", "picture": "assets/people/yuxi.jpeg", "link": "https://scholar.google.com/citations?user=KmGNBSMAAAAJ&hl=en", "note": "Undergrad → transferred to Stanford" },
{ "name": "Ziyu Chen", "picture": "assets/people/ziyu.jpeg", "link": "https://ziyc.github.io/", "note": "MS → PhD at Stanford with Jiajun Wu and Fei-Fei Li" },
{ "name": "Scott Zhiyuan Gao", "picture": "assets/people/zhiyuan.jpeg", "link": "https://scottgao.netlify.app/", "note": "MS → PhD with Jernej Barbic" },
{ "name": "Mingtong Zhang", "picture": "assets/people/mingtong.jpeg", "link": "https://robo-alex.github.io/", "note": "MS → PhD at Princeton with Dhruv Shah" },
{ "name": "Haozhe Lou", "picture": "assets/gvl.svg", "link": "https://haozhelou.com/", "note": "MS → PhD at Tsinghua" },
{ "name": "Wei Chow", "picture": "assets/weichow.jpg", "link": "https://scholar.google.com/citations?user=br7-IGkAAAAJ&hl=en", "note": "Undergrad → PhD at UPenn with Jiatao Gu and Antonio Loquercio" },
{ "name": "Yuxuan Kuang", "picture": "assets/people/yuxuan.jpeg", "link": "https://yuxuank.com/", "note": "Undergrad → PhD at CMU" },
{ "name": "Timing Yang", "picture": "assets/gvl.svg", "link": "", "note": "MS → PhD at JHU with Alan Yuille" }
]
}
];
let getSection = subgroupName => {
switch (subgroupName) {
case "Faculty": return document.getElementById("faculty-grid");
case "Ph.D. Student": return document.getElementById("student-grid");
case "Master's Student": return document.getElementById("student-grid");
case "Undergraduate Student": return document.getElementById("student-grid");
case "Robots": return document.getElementById("robot-grid");
case "Alumni": return document.getElementById("alumni-list");
default: return document.getElementById("student-grid");
}
}
group.forEach(subgroup => {
let subgroupName = subgroup["subgroup"];
let section = getSection(subgroupName);
subgroup["members"].forEach(member => {
// Determine if this is an Alumni or a standard card
let isAlumni = subgroupName == "Alumni";
// --- NEW FANCY HTML GENERATION ---
// We use the 'member-card' class for grid items
let cell = '';
if(isAlumni) {
// Simpler list style for alumni
cell = `
<a href="${member["link"] || '#'}" class="fancy-card" style="padding:15px; width:300px; display:block; text-decoration:none;">
<b>${member["name"]}</b>
<p style="font-size:0.9em; color:#64748B;">${member["note"] || ""}</p>
</a>`;
} else {
let desc = "";
// --- UPDATED LOGIC ---
if (subgroupName === "Robots") {
// For Robots: Show ONLY the note (e.g. "Unitree H1")
desc = member["note"] || "";
} else {
// For Students/Faculty: Show note + subgroup
desc = member["note"] ? `${subgroupName}<br>${member["note"]}` : subgroupName;
}
cell = `
<a href="${member["link"] || '#'}" class="member-card">
<img src="${member["picture"]}" alt="${member["name"]}"/>
<b>${member["name"]}</b>
<p>${desc}</p>
</a>`;
}
section.insertAdjacentHTML('beforeend', cell);
});
});
// Slideshow JS
let slideIndex = 0;
function showSlides() {
let slides = document.querySelectorAll('.mySlides');
let dots = document.querySelectorAll('.dot');
slides.forEach(slide => slide.style.display = 'none');
slideIndex++;
if (slideIndex > slides.length) slideIndex = 1;
slides[slideIndex - 1].style.display = 'block';
dots.forEach(dot => dot.classList.remove('active'));
dots[slideIndex - 1].classList.add('active');
setTimeout(showSlides, 3000);
}
function currentSlide(n) { slideIndex = n - 1; showSlides(); }
showSlides();
</script>
</body>
</html>