Skip to content

Commit 9fac768

Browse files
Merge pull request #67 from UCLAIS/Xav
Updated About Us
2 parents e5a004f + 7ef8c26 commit 9fac768

File tree

10 files changed

+77
-71
lines changed

10 files changed

+77
-71
lines changed

src/data/committee.js

Lines changed: 77 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -4,42 +4,42 @@ const committee = {
44
title: 'Leadership',
55
members: [
66
{
7-
name: 'Robbie Morris',
7+
name: 'Charlene Chen',
88
position: 'President',
9-
image: 'robbie_morris.jpg',
10-
course: 'BSc Computer Science (3rd year)',
9+
image: 'charlene_chen.jpg',
10+
course: 'MEng Robotics and AI (3rd year)',
1111
// ai_concept: 'AI beamforming in space! 🚀',
1212
// fact: 'I used to be a clarinet soloist in my school orchestra!',
1313
},
1414
{
15-
name: 'Asmita Anand',
15+
name: 'Danila Kozlov',
1616
position: 'Vice-President',
17-
image: 'asmita_anand.jpg',
18-
course: 'BSc Computer Science (2nd year)',
17+
image: 'danila_kozlov.jpeg',
18+
course: 'MEng Robotics and AI (3rd year)',
1919
ai_concept: '',
2020
fact: '',
2121
},
2222
{
23-
name: 'Derin Didinedin',
23+
name: 'Migle Jauniskyte',
2424
position: 'Treasurer',
25-
image: 'derin_didinedin.jpg',
26-
course: 'BASc Arts and Sciences (3rd year)',
25+
image: 'migle_jauniskyte.jpg',
26+
course: 'BASc Sciences and Engineering (3rd year)',
2727
ai_concept: '',
2828
fact: '',
2929
},
3030
{
31-
name: 'Charlene Chen',
31+
name: 'James Loke',
3232
position: 'Head of Operations',
33-
image: 'charlene_chen.jpg',
34-
course: 'MEng Robotics and AI (2nd year)',
33+
image: 'james_loke.jpeg',
34+
course: 'BSC Computer Science (2nd year)',
3535
ai_concept: '',
3636
fact: '',
3737
},
3838
{
39-
name: 'Nadia Najihah',
39+
name: 'Kostas Demiris',
4040
position: 'Welfare Officer',
41-
image: 'nadia_najihah.jpg',
42-
course: 'BSc Computer Science (2nd year)',
41+
image: 'kostas_demiris.webp',
42+
course: 'MEng Computer Science (3rd year)',
4343
ai_concept: '',
4444
fact: '',
4545
},
@@ -49,29 +49,29 @@ const committee = {
4949
title: 'Content',
5050
members: [
5151
{
52-
name: 'Anthony Nkyi',
52+
name: 'Rivan Chanian',
5353
position: 'Head of Content',
54-
image: 'anthony_nkyi.jpeg',
55-
course: 'BSc Computer Science (2nd year)',
54+
image: 'rivan_chanian.jpg',
55+
course: 'MEng Mathematical Computation (3rd year)',
5656
ai_concept: '',
5757
fact: '',
5858
},
59-
{
60-
name: 'Rivan Chanian',
61-
position: 'Content Executive',
62-
image: 'rivan_chanian.jpg',
63-
course: 'MEng Mathematical Computation (2nd Year)',
64-
ai_concept: '',
65-
fact: '',
66-
},
67-
{
68-
name: 'Sofiya Flenova',
69-
position: 'Content Executive',
70-
image: 'sofiya_flenova.jpeg',
71-
course: 'MEng Robotics and AI (1st Year)',
72-
ai_concept: '',
73-
fact: '',
74-
},
59+
// {
60+
// name: 'Rivan Chanian',
61+
// position: 'Content Executive',
62+
// image: 'rivan_chanian.jpg',
63+
// course: 'MEng Mathematical Computation (2nd Year)',
64+
// ai_concept: '',
65+
// fact: '',
66+
// },
67+
// {
68+
// name: 'Sofiya Flenova',
69+
// position: 'Content Executive',
70+
// image: 'sofiya_flenova.jpeg',
71+
// course: 'MEng Robotics and AI (1st Year)',
72+
// ai_concept: '',
73+
// fact: '',
74+
// },
7575
// {
7676
// name: 'Charlie Harrison',
7777
// position: 'Content Executive',
@@ -86,10 +86,10 @@ const committee = {
8686
title: 'Development',
8787
members: [
8888
{
89-
name: 'Levon Davtian',
89+
name: 'Xavier parker',
9090
position: 'Head of Development',
91-
image: 'levon_davtian.jpg',
92-
course: 'BSc Computer Science (2nd year)',
91+
image: 'xavier_parker.jpeg',
92+
course: 'MEng Robotics and AI (2nd year)',
9393
ai_concept: '',
9494
fact: '',
9595
},
@@ -100,67 +100,73 @@ const committee = {
100100
title: 'Events',
101101
members: [
102102
{
103-
name: 'Veronica Pilagov',
103+
name: 'Jeson Ramesh Selvakumar',
104104
position: 'Head of Events',
105-
image: 'veronica_pilagov.jpg',
106-
course: 'BSc Medical Innovation and Enterprise (2nd year)',
105+
image: 'jeson_selvakumar.jpeg',
106+
course: 'MEng Robotics and AI (2nd year)',
107107
ai_concept: '',
108108
fact: '',
109109
},
110110
],
111111
},
112-
{
113-
title: 'Journal Club',
114-
members: [
115-
{
116-
name: 'Ariana Stidham',
117-
position: 'Head of Journal Club',
118-
image: 'ariana_stidham.jpg',
119-
course: 'MEng Robotics and AI (2nd Year)',
120-
},
121-
],
122-
},
112+
// {
113+
// title: 'Journal Club',
114+
// members: [
115+
// {
116+
// name: 'Ariana Stidham',
117+
// position: 'Head of Journal Club',
118+
// image: 'ariana_stidham.jpg',
119+
// course: 'MEng Robotics and AI (2nd Year)',
120+
// },
121+
// ],
122+
// },
123123
{
124124
title: 'Marketing',
125125
members: [
126126
{
127-
name: 'Edgar Tsang',
127+
name: 'Bernardo Awtani',
128128
position: 'Head of Marketing',
129-
image: 'edgar_tsang.jpg',
130-
course: 'BSc Computer Science (2nd year)',
129+
image: 'bernardo_awtani.jpeg',
130+
course: 'MEng Electronic and Electrical Engineering (4th year)',
131131
},
132+
{
133+
name: 'Linnea Loserius',
134+
position: 'Head of Sponsership',
135+
image: 'linnea_loserius.jpeg',
136+
course: 'BSC Computer Science (2nd year)',
137+
}
132138
],
133139
},
134140
{
135141
title: 'Nexus Labs',
136142
members: [
137143
{
138-
name: 'Kostas Demiris',
144+
name: 'Edwin Redhead',
139145
position: 'Head of Nexus Labs',
140-
image: 'kostas_demiris.jpg',
141-
course: 'MSci Neuroscience (3rd year)',
142-
},
143-
],
144-
},
145-
{
146-
title: 'Outreach',
147-
members: [
148-
{
149-
name: 'Sid Parambath',
150-
position: 'Head of Outreach',
151-
image: 'sid_parambath.jpg',
152-
course: 'LLB Law (2nd year)',
146+
image: 'edwin_redhead.jpg',
147+
course: 'MEng Robotics and AI (2nd year)',
153148
},
154149
],
155150
},
151+
// {
152+
// title: 'Outreach',
153+
// members: [
154+
// {
155+
// name: 'Linnea Loserius',
156+
// position: 'Head of Outreach',
157+
// image: 'linnea_loserius.jpeg',
158+
// course: 'BSC Computer Science (2nd year)',
159+
// },
160+
// ],
161+
// },
156162
{
157163
title: 'Tutorials',
158164
members: [
159165
{
160-
name: 'Sergi Kavtaradze',
166+
name: 'Wana',
161167
position: 'Head of Tutorials',
162-
image: 'sergi_kavtaradze.jpg',
163-
course: 'MSci Medical Physics (4th year)',
168+
image: 'wana.jpeg',
169+
course: 'BSC Information Management (3rd year)',
164170
},
165171
],
166172
},
214 KB
Loading
236 KB
Loading
3.35 MB
Loading
86.7 KB
Loading
197 KB
Loading
311 KB
Loading
401 KB
Loading

static/img/committee/wana.jpeg

197 KB
Loading
121 KB
Loading

0 commit comments

Comments
 (0)