Skip to content

Commit 14a87c5

Browse files
committed
using file imports to resolve image not appearing on github
1 parent df94585 commit 14a87c5

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

src/assets/content/People/People.ts

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1+
import ruoxiJiaImage from "./profile/ruoxi jia.png";
2+
import yiZengImage from "./profile/yi zeng.png";
3+
import siChenImage from "./profile/si chen.png";
4+
// import myeonseobKoImage from "./profile/myeonseob ko.png";
5+
import hoangJustImage from "./profile/hoang just.png";
6+
import feiyangKangImage from "./profile/feiyang kang.png";
7+
import mahavirDabasImage from "./profile/mahavir dabas.png";
8+
import adamNguyenImage from "./profile/adam nguyen.png";
9+
import minzhouPanImage from "./profile/minzhou pan.png";
10+
111
export const peopleData = [
212
{
313
title: "Faculty Members",
414
people: [
515
{
6-
profileImage: "@/assets/content/people/profile/ruoxi jia.png",
16+
profileImage: ruoxiJiaImage,
717
name: "Ruoxi Jia",
818
details: "Ruoxi Jia is an Assistant Professor in the Electrical and Computer Engineering Department. Her work is focused on the design of algorithms for AI agents and autonomous systems that safely and reliably interact with other intelligent agents including humans.",
919
links: {
@@ -24,7 +34,7 @@ export const peopleData = [
2434
title: "PhD Students",
2535
people: [
2636
{
27-
profileImage: "@/assets/content/people/profile/yi zeng.png",
37+
profileImage: yiZengImage,
2838
name: "Yi Zeng",
2939
details: "Yi is a PhD student in the Electrical and Computer Engineering department. He is broadly interested in enabling robots to perceive and reason about dynamic real world environments.",
3040
links: {
@@ -36,7 +46,7 @@ export const peopleData = [
3646
}
3747
},
3848
{
39-
profileImage: "@/assets/content/people/profile/si chen.png",
49+
profileImage: siChenImage,
4050
name: "Si Chen",
4151
details: "Si is a PhD student in the Electrical and Computer Engineering department. Her research interests include machine learning and computer vision.",
4252
links: {
@@ -48,7 +58,7 @@ export const peopleData = [
4858
}
4959
},
5060
{
51-
profileImage: "@/assets/content/people/profile/myeonseob ko.png",
61+
profileImage: "",
5262
name: "Myeonseob Ko",
5363
details: "Myeonseob is a PhD student in the Electrical and Computer Engineering Department. His work is focused on the intersection of human-robot-interaction and natural language processing.",
5464
coAdvised: "",
@@ -61,7 +71,7 @@ export const peopleData = [
6171
}
6272
},
6373
{
64-
profileImage: "@/assets/content/people/profile/hoang just.png",
74+
profileImage: hoangJustImage,
6575
name: "Hoang Just",
6676
details: "Hoang is a PhD student in the Electrical and Computer Engineering department. His research focuses on developing robust and efficient algorithms for autonomous systems.",
6777
links: {
@@ -73,7 +83,7 @@ export const peopleData = [
7383
}
7484
},
7585
{
76-
profileImage: "@/assets/content/people/profile/feiyang kang.png",
86+
profileImage: feiyangKangImage,
7787
name: "Feiyang Kang",
7888
details: "Feiyang is a PhD student in the Electrical and Computer Engineering department. His research focuses on advanced machine learning techniques for robotics and autonomous systems.",
7989
links: {
@@ -90,7 +100,7 @@ export const peopleData = [
90100
title: "MS Students",
91101
people: [
92102
{
93-
profileImage: "@/assets/content/people/profile/mahavir dabas.png",
103+
profileImage: mahavirDabasImage,
94104
name: "Mahavir Dabas",
95105
details: "Mahavir is an MS student in the Electrical and Computer Engineering department. His work focuses on developing intelligent systems for robotics applications.",
96106
links: {
@@ -107,7 +117,7 @@ export const peopleData = [
107117
title: "Undergraduate Students",
108118
people: [
109119
{
110-
profileImage: "@/assets/content/people/profile/adam nguyen.png",
120+
profileImage: adamNguyenImage,
111121
name: "Adam Nguyen",
112122
details: "Adam is an undergraduate student in the Computer Science department. He is interested in exploring the applications of AI in real-world scenarios.",
113123
links: {
@@ -124,7 +134,7 @@ export const peopleData = [
124134
title: "Past Alumni",
125135
people: [
126136
{
127-
profileImage: "@/assets/content/people/profile/minzhou pan.png",
137+
profileImage: minzhouPanImage,
128138
name: "Minzhou Pan",
129139
details: "Minzhou was a PhD student in the Electrical and Computer Engineering department. They worked on developing advanced algorithms for autonomous systems.",
130140
links: {

0 commit comments

Comments
 (0)