Skip to content

Commit 5739411

Browse files
authored
chore: "People" Page Update (#60)
* Update role descriptions * Remove previous team members
1 parent 8ba8671 commit 5739411

File tree

11 files changed

+73
-145
lines changed

11 files changed

+73
-145
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

img/team/HarunobuIshii.jpg

-163 KB
Binary file not shown.

img/team/JeffSimeon.jpg

-248 KB
Binary file not shown.

img/team/JustinChen.jpg

-125 KB
Binary file not shown.

img/team/KarinaHickman.jpg

-138 KB
Binary file not shown.

img/team/MannyAkosah.jpg

-134 KB
Binary file not shown.

img/team/ShashankKarthikeyan.jpg

-126 KB
Binary file not shown.

img/team/WillTomlinson.jpg

-204 KB
Binary file not shown.

package-lock.json

Lines changed: 70 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/utils/data/data.json

Lines changed: 3 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,9 @@
11
{
22
"people": [
3-
{
4-
"name": "William Tomlinson, Ph.D",
5-
"picture": "../../img/team/WillTomlinson.jpg",
6-
"role": "Director",
7-
"email": "willjt@bu.edu"
8-
},
9-
{
10-
"name": "Jeff Simeon",
11-
"picture": "../../img/team/JeffSimeon.jpg",
12-
"role": "Associate Director, Programs & Product Management",
13-
"email": "simeon@bu.edu"
14-
},
153
{
164
"name": "Greg Frasco",
175
"picture": "../../img/team/GregFrasco.jpg",
18-
"role": "Associate Director of Engineering",
6+
"role": "Interim Director, Associate Director of Engineering",
197
"email": "frascog@bu.edu"
208
},
219
{
@@ -24,43 +12,18 @@
2412
"role": "Senior Software Engineer",
2513
"email": "asadeg02@bu.edu"
2614
},
27-
28-
{
29-
"name": "Hazim Ab Halim",
30-
"picture": "../../img/team/HazimAbHalim.jpg",
31-
"role": "Software Engineer",
32-
"email": "zimlim@bu.edu"
33-
},
3415
{
3516
"name": "Collin Bolles",
3617
"picture": "../../img/team/CollinBolles.jpg",
37-
"role": "Software Engineer",
18+
"role": "Senior Software Engineer",
3819
"email": "cbolles@bu.edu"
3920
},
40-
{
41-
"name": "Manny Akosah",
42-
"picture": "../../img/team/MannyAkosah.jpg",
43-
"role": "Software Engineer",
44-
"email": "mannysa@bu.edu"
45-
},
46-
{
47-
"name": "Harunobu Ishii",
48-
"picture": "../../img/team/HarunobuIshii.jpg",
49-
"role": "Software Engineer",
50-
"email": "hishii@bu.edu"
51-
},
5221
{
5322
"name": "Asad Malik",
5423
"picture": "../../img/team/AsadMalik.jpg",
55-
"role": "Software Engineer",
24+
"role": "Senior Software Engineer",
5625
"email": "am5815@bu.edu"
5726
},
58-
{
59-
"name": "Karina Hickman",
60-
"picture": "../../img/team/KarinaHickman.jpg",
61-
"role": "Technical Project Associate",
62-
"email": "khickman@bu.edu"
63-
},
6427
{
6528
"name": "Wenhan Wang",
6629
"picture": "../../img/team/WenhanWang.jpg",
@@ -72,12 +35,6 @@
7235
"picture": "../../img/team/ZoeChitty.jpg",
7336
"role": "Software Engineer",
7437
"email": "zlch@bu.edu"
75-
},
76-
{
77-
"name": "Shashank Karthikeyan",
78-
"picture": "../../img/team/ShashankKarthikeyan.jpg",
79-
"role": "Software Engineer",
80-
"email": "karthish@bu.edu"
8138
}
8239
],
8340
"projects": [

0 commit comments

Comments
 (0)