Skip to content

Commit e17dfed

Browse files
authored
Merge pull request #100 from cssu/nick/update/about
update orientation committee: add academic committee members
2 parents 0574a45 + c678d92 commit e17dfed

6 files changed

Lines changed: 66 additions & 15 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
/.pnp
1212
.pnp.js
1313
.yarn/install-state.gz
14+
.idea
1415

1516
# testing
1617
/coverage

content/about/index.mdx

Lines changed: 59 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: "About"
3-
date: "2024-06-16"
2+
title: 'About'
3+
date: '2024-06-16'
44
hideLastModified: false
5-
lastModified: "2024-06-16"
6-
summary: "About the Computer Science Student Union"
5+
lastModified: '2024-06-16'
6+
summary: 'About the Computer Science Student Union'
77
---
88

99
The Computer Science Student Union (CSSU) represents over 4300 Computer Science students who are either taking a Computer Science course or are part of a Computer Science program at the University of Toronto St. George campus. We are a student-governed body that receives funding from the Arts & Science Students’ Union, the Department of Computer Science, and our union store. The description of the structure, rules, and processes of the CSSU are described in our [constitution](/constitution.pdf). The primary goal of the CSSU team is to improve the academic, social, and professional lives of computer science students. We pursue that goal via:
1010

11-
- **Social Activities**: organizing social events to help students in making friends in their program and form networks of mutual support.
12-
- **Professional Development**: providing students with networking and professional skill development opportunities to facilitate success in their careers.
13-
- **Academic Opportunities**: presenting resources and opportunities to help students embed themselves in the world of academic computer science and share their work with their peers.
14-
- **Undergrad and Department Liaison**: empowering students in their studies and advocating for their interests at the departmental, faculty, and university levels.
11+
- **Social Activities**: organizing social events to help students in making friends in their program and form networks of mutual support.
12+
- **Professional Development**: providing students with networking and professional skill development opportunities to facilitate success in their careers.
13+
- **Academic Opportunities**: presenting resources and opportunities to help students embed themselves in the world of academic computer science and share their work with their peers.
14+
- **Undergrad and Department Liaison**: empowering students in their studies and advocating for their interests at the departmental, faculty, and university levels.
1515

1616
You can visit us in room 2250 in the [Bahen Centre for Information Technology](https://goo.gl/maps/16JTD3pr2KKMkCTE7) or email us at [executive@cssu.ca](mailto:executive@cssu.ca). [See Office Hours.](/ba2250)
1717

@@ -22,20 +22,64 @@ You can visit us in room 2250 in the [Bahen Centre for Information Technology](h
2222
Members of the Executive Council are elected by the student body to serve one-year terms. These student leaders are responsible for organizing the CSSU's events and initiatives to support undergraduate students.
2323

2424
<ProfileContainer>
25-
<ProfileCard fullName="Pratibha Thakur" position="Acting President" github="https://github.com/praticodes" linkedin="https://www.linkedin.com/in/thakur-pratibha" imageUrl="/people/PratibhaThakur.png"/>
26-
<ProfileCard fullName="Jason Barahan" position="Acting Vice President" linkedin="https://www.linkedin.com/in/JasonBarahan" github="https://github.com/JasonBarahan" imageUrl="/people/JasonBarahan.jpg" />
25+
<ProfileCard
26+
fullName="Pratibha Thakur"
27+
position="Acting President"
28+
github="https://github.com/praticodes"
29+
linkedin="https://www.linkedin.com/in/thakur-pratibha"
30+
imageUrl="/people/PratibhaThakur.png"
31+
/>
32+
<ProfileCard
33+
fullName="Jason Barahan"
34+
position="Acting Vice President"
35+
linkedin="https://www.linkedin.com/in/JasonBarahan"
36+
github="https://github.com/JasonBarahan"
37+
imageUrl="/people/JasonBarahan.jpg"
38+
/>
2739
</ProfileContainer>
2840

2941
<ProfileContainer>
30-
<ProfileCard fullName="Aviraj Newatia" position="Dir. Academic Events" github="https://github.com/projectavi" linkedin="https://www.linkedin.com/in/avinewatia/" imageUrl="/people/AvirajNewatia.jpeg"/>
31-
<ProfileCard fullName="Zachary Muir" position="Dir. Internal Relations" linkedin="https://www.linkedin.com/in/zachmuir/"/>
32-
<ProfileCard fullName="Yanzhen Chen" position="Dir. External Relations" />
42+
<ProfileCard
43+
fullName="Aviraj Newatia"
44+
position="Dir. Academic Events"
45+
github="https://github.com/projectavi"
46+
linkedin="https://www.linkedin.com/in/avinewatia/"
47+
imageUrl="/people/AvirajNewatia.jpeg"
48+
/>
49+
<ProfileCard
50+
fullName="Zachary Muir"
51+
position="Dir. Internal Relations"
52+
linkedin="https://www.linkedin.com/in/zachmuir/"
53+
/>
54+
<ProfileCard fullName="Yanzhen Chen" position="Dir. External Relations" />
3355
</ProfileContainer>
3456

35-
3657
## General Council
58+
3759
General Council members are volunteers appointed by the Executive Council to assist with our initiatives and be leaders in the community.
38-
We have yet to appoint the General Council for the 2024-25 academic year. Keep an eye out for updates to the application process.
60+
We have yet to appoint all members of the General Council for the 2024-25 academic year. Keep an eye out for updates to the application process.
61+
62+
<ProfileContainer>
63+
<ProfileCard
64+
fullName="Avery Ng"
65+
linkedin="https://www.linkedin.com/in/averyng128/"
66+
position="Associate, Academic Committee"
67+
></ProfileCard>
68+
<ProfileCard
69+
fullName="Vishnu Nittoor"
70+
position="Associate, Academic Committee"
71+
imageUrl="/people/VishnuNittoor.jpg"
72+
></ProfileCard>
73+
<ProfileCard fullName="Adam Petrovic" position="Associate, Academic Committee"></ProfileCard>
74+
<ProfileCard
75+
fullName="Lily Phan"
76+
linkedin="https://www.linkedin.com/in/lilyphan48/"
77+
position="Associate, Academic Committee"
78+
imageUrl="/people/LilyPhan.jpg"
79+
></ProfileCard>
80+
<ProfileCard fullName="Andrew Kwok" position="Associate, Academic Committee"></ProfileCard>
81+
<ProfileCard fullName="Alan Su" position="Associate, Academic Committee"></ProfileCard>
82+
</ProfileContainer>
3983

4084
## Office Operations
4185

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"dependencies": {
1414
"next": "14.2.3",
15+
"prettier": "^3.3.3",
1516
"react": "^18",
1617
"react-dom": "^18",
1718
"sharp": "^0.33.4"

public/people/LilyPhan.jpg

426 KB
Loading

public/people/VishnuNittoor.jpg

2.25 MB
Loading

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4376,6 +4376,11 @@ prelude-ls@^1.2.1:
43764376
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
43774377
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
43784378

4379+
prettier@^3.3.3:
4380+
version "3.3.3"
4381+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.3.tgz#30c54fe0be0d8d12e6ae61dbb10109ea00d53105"
4382+
integrity sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==
4383+
43794384
proc-log@^4.2.0:
43804385
version "4.2.0"
43814386
resolved "https://registry.yarnpkg.com/proc-log/-/proc-log-4.2.0.tgz#b6f461e4026e75fdfe228b265e9f7a00779d7034"

0 commit comments

Comments
 (0)