|
1 | | -// Note: people array is now depreciated, board members is parsed from ggl sheets using officerparser.mjs |
2 | | -export const people = [ |
3 | | - { |
4 | | - name: 'Arsh Malik', |
5 | | - pronouns: 'he/him', |
6 | | - position: 'Dev Team Director', |
7 | | - major: 'Computer Science Major', |
8 | | - year: 2025, |
9 | | - img: '/images/officers/ArshMalik.jpg', |
10 | | - alt: 'Arsh in front of the blue sky', |
11 | | - }, |
12 | | - { |
13 | | - name: 'Matthew Nieva', |
14 | | - pronouns: 'he/him', |
15 | | - position: 'Dev Team Advisor', |
16 | | - major: 'Computer Science and Engineering Major', |
17 | | - year: 2024, |
18 | | - img: '/images/officers/MattNieva.jpg', |
19 | | - alt: 'Matt standing below some arches', |
20 | | - }, |
21 | | - { |
22 | | - name: 'Advaith Gowrishetty', |
23 | | - pronouns: 'he/him', |
24 | | - position: 'Dev Team Advisor', |
25 | | - major: 'Computer Science Major', |
26 | | - year: 2023, |
27 | | - img: '/images/officers/AdvaithGowrishetty.jpg', |
28 | | - alt: 'Advaith standing in a park', |
29 | | - }, |
30 | | - { |
31 | | - name: 'Joseph Camyre', |
32 | | - pronouns: 'he/him', |
33 | | - position: 'Deployment Lead', |
34 | | - major: 'Computer Science Major', |
35 | | - year: 2025, |
36 | | - img: '/images/officers/JosephCamyre.jpg', |
37 | | - alt: 'Joseph at Royce Hall', |
38 | | - }, |
39 | | - { |
40 | | - name: 'Harvey Zhao', |
41 | | - pronouns: 'he/him', |
42 | | - position: 'Frontend Lead', |
43 | | - major: 'Computer Science Major', |
44 | | - year: 2024, |
45 | | - img: '/images/officers/HarveyZhao.jpg', |
46 | | - alt: 'Harvey with a white background', |
47 | | - }, |
48 | | - { |
49 | | - name: 'Victor Wen', |
50 | | - pronouns: 'he/him', |
51 | | - position: 'Backend Lead', |
52 | | - major: 'Computer Science Major', |
53 | | - year: 2024, |
54 | | - img: '/images/officers/acmlogocopy.jpg', |
55 | | - alt: 'acm logo', |
56 | | - }, |
57 | | - { |
58 | | - name: 'Elizabeth Kim', |
59 | | - pronouns: 'she/her', |
60 | | - position: 'Dev Team Officer', |
61 | | - major: 'Linguistics and Computer Science Major', |
62 | | - year: 2025, |
63 | | - img: '/images/officers/ElizabethKim.jpg', |
64 | | - alt: 'Elizabeth in front of pink flowers', |
65 | | - }, |
66 | | - { |
67 | | - name: 'Franklin Zhu', |
68 | | - pronouns: 'he/him', |
69 | | - position: 'Dev Team Officer', |
70 | | - major: 'Cognitive Science Major', |
71 | | - year: 2026, |
72 | | - img: '/images/officers/FranklinZhu.jpg', |
73 | | - alt: 'Franklin smiling in a suit', |
74 | | - }, |
75 | | - { |
76 | | - name: 'Utkarsh Lal', |
77 | | - pronouns: 'he/him', |
78 | | - position: 'Dev Team Officer', |
79 | | - major: 'Computer Science Major', |
80 | | - year: 2025, |
81 | | - img: '/images/officers/UtkarshLal.jpg', |
82 | | - alt: 'Utkarsh smiling in a suit', |
83 | | - }, |
84 | | - { |
85 | | - name: 'Maxwell Gonick', |
86 | | - pronouns: 'he/him', |
87 | | - position: 'Dev Team Officer', |
88 | | - major: 'Computer Science Major', |
89 | | - year: 2025, |
90 | | - img: '/images/officers/acmlogocopy.jpg', |
91 | | - alt: 'acm logo', |
92 | | - }, |
93 | | - { |
94 | | - name: 'Amy He', |
95 | | - pronouns: 'she/her', |
96 | | - position: 'Dev Team Officer', |
97 | | - major: 'Computer Science Major', |
98 | | - year: 2024, |
99 | | - img: '/images/officers/acmlogocopy.jpg', |
100 | | - alt: 'acm logo', |
101 | | - }, |
102 | | - { |
103 | | - name: 'Andy Ren', |
104 | | - pronouns: 'he/him', |
105 | | - position: 'Dev Team Officer', |
106 | | - major: 'Math of Computation Major', |
107 | | - year: 2026, |
108 | | - img: '/images/officers/acmlogocopy.jpg', |
109 | | - alt: 'acm logo', |
110 | | - }, |
111 | | - { |
112 | | - name: 'Yan Hauw', |
113 | | - pronouns: 'he/him', |
114 | | - position: 'Dev Team Officer', |
115 | | - major: 'Computer Science Major', |
116 | | - year: 2023, |
117 | | - img: '/images/officers/acmlogocopy.jpg', |
118 | | - alt: 'acm logo', |
119 | | - }, |
120 | | - { |
121 | | - name: 'Charles Zhu', |
122 | | - pronouns: 'he/him', |
123 | | - position: 'Dev Team Officer', |
124 | | - major: 'Computer Science Major', |
125 | | - year: 2026, |
126 | | - img: '/images/officers/acmlogocopy.jpg', |
127 | | - alt: 'acm logo', |
128 | | - }, |
129 | | - { |
130 | | - name: 'Chi-Wei Chen', |
131 | | - pronouns: 'he/him', |
132 | | - position: 'Dev Team Officer', |
133 | | - major: 'Computer Science Major', |
134 | | - year: 2026, |
135 | | - img: '/images/officers/acmlogocopy.jpg', |
136 | | - alt: 'acm logo', |
137 | | - }, |
138 | | -]; |
| 1 | +import Link from 'next/link'; |
139 | 2 |
|
140 | 3 | export const projects = [ |
141 | 4 | { |
@@ -222,3 +85,99 @@ export const projects = [ |
222 | 85 | alt: 'ACM Logo!', |
223 | 86 | }, |
224 | 87 | ]; |
| 88 | + |
| 89 | +// Data for Dev Team Internship Info |
| 90 | +export const dev = [ |
| 91 | + { |
| 92 | + name: 'Dev Team', |
| 93 | + class: 'board', |
| 94 | + image: '/images/committees/dev/dev_wordmark.png', |
| 95 | + introImage: '/images/committees/studio/studio_motif_applied.png', |
| 96 | + infoCards: [ |
| 97 | + { |
| 98 | + title: 'Dev Team', |
| 99 | + image: { |
| 100 | + src: '', |
| 101 | + alt: '', |
| 102 | + }, |
| 103 | + desc: '', |
| 104 | + }, |
| 105 | + ], |
| 106 | + diamond: '/images/committees/dev/dev_diamond.png', |
| 107 | + links: [ |
| 108 | + { |
| 109 | + platform: 'carrd', |
| 110 | + link: 'https://acmstudio.carrd.co/', |
| 111 | + }, |
| 112 | + { |
| 113 | + platform: 'discord', |
| 114 | + link: 'https://discord.gg/9jDH6rN', |
| 115 | + }, |
| 116 | + { |
| 117 | + platform: 'itch', |
| 118 | + link: 'https://acmstudio.itch.io/', |
| 119 | + }, |
| 120 | + { |
| 121 | + platform: 'instagram', |
| 122 | + link: 'https://www.instagram.com/acmstudio.ucla/?hl=en', |
| 123 | + }, |
| 124 | + { |
| 125 | + platform: 'facebook', |
| 126 | + link: 'https://www.facebook.com/groups/uclaacmstudio', |
| 127 | + }, |
| 128 | + ], |
| 129 | + internship: { |
| 130 | + whatWeDo: ( |
| 131 | + <> |
| 132 | + The Dev Team is the technical backbone of ACM, maintaining core platforms for 230 |
| 133 | + officers and 1,000+ members. We maintain and create open source |
| 134 | + organization-wide projects such as the official ACM at UCLA website, building a server |
| 135 | + cluster, membership portal, open source, committee website template, and the discord |
| 136 | + bot. Any previous experience is not required but well appreciated! |
| 137 | + |
| 138 | + Check out our projects{' '} |
| 139 | + <Link href="/dev" target="_blank" rel="noopener noreferrer"> |
| 140 | + here! |
| 141 | + </Link> |
| 142 | + </> |
| 143 | + ), |
| 144 | + whatInternsWillDo: ( |
| 145 | + <ul> |
| 146 | + <li> |
| 147 | + {' '} |
| 148 | + You will go through an intern training program through Fall quarter, before tackling |
| 149 | + real projects for Dev Team under the guidance of another Dev Team member. |
| 150 | + {' '} |
| 151 | + </li> |
| 152 | + <li> |
| 153 | + {' '} |
| 154 | + Interns will have the opportunity to work on real projects that will be used by the |
| 155 | + entire ACM organization. Starting Winter quarter, interns will be assigned to a project |
| 156 | + team based on their interests and the needs of the Dev Team. |
| 157 | + {' '} |
| 158 | + </li> |
| 159 | + <li> |
| 160 | + {' '} |
| 161 | + Project teams are interdiciplinary and interns will have the opportunity to work in |
| 162 | + fields such as frontend, backend, design, devops, system administration, server |
| 163 | + management, and more. |
| 164 | + {' '} |
| 165 | + </li> |
| 166 | + <li> |
| 167 | + {' '} |
| 168 | + All interns have the opportunity to become Dev Team officers in the Spring. |
| 169 | + {' '} |
| 170 | + </li> |
| 171 | + <li> |
| 172 | + {' '} |
| 173 | + You will also have the opportunity to run for the position of Dev Team Director in the |
| 174 | + Spring. |
| 175 | + </li> |
| 176 | + </ul> |
| 177 | + ), |
| 178 | + card: '/images/cards/board_card.svg', |
| 179 | + nextSteps: |
| 180 | + 'Dev Team interns have the opportunity to become Dev Team officers in the spring, and will be assigned to a project team based on their interests and the needs of the Dev Team.', |
| 181 | + }, |
| 182 | + }, |
| 183 | +]; |
0 commit comments