Add CxC Summit and Bonnie's exec blurb (#439)

Also changed the spelling of a few things.

Staging: https://csclub.uwaterloo.ca/~a3thakra/csc/amy-events-cxc

Co-authored-by: Amy <a258wang@uwaterloo.ca>
Reviewed-on: #439
Reviewed-by: Shahan Nedadahandeh <snedadah@csclub.uwaterloo.ca>
pull/440/head
Amy Wang 11 months ago
parent c395dcbcd6
commit 0c94c4b3fb
  1. 21
      content/events/2022/spring/CxC-Summit-ML-Edition.md
  2. 2
      content/news/2022/spring/2022-05-05-a258wang.md
  3. 6
      content/team/execs/bonnie-peng.md
  4. BIN
      images/events/2022/spring/CxC-Summit.png
  5. 6
      lib/team.ts

@ -0,0 +1,21 @@
---
name: 'CxC Summit - ML Edition'
short: 'Join CSC’s first Clubs x Companies Summit to learn about Machine Learning and network with some UW tech clubs and prestigious companies!'
date: 'May 19 2022 18:00'
online: true
location: 'Online'
poster: 'images/events/2022/spring/CxC-Summit.png'
registerLink: https://bit.ly/3KMDftE
---
📣 CxC Summit - ML Edition 📣
🤩 Interested in learning about Machine Learning? Want to gain more experience by deploying NLP or image processing projects? Join CSC's first Clubs x Companies Summit to learn and network with some UW tech clubs and prestigious companies!
💻 This weeklong online learnathon will include beginner-friendly workshops and networking events. Participants can tackle different ML challenges created by the clubs and companies, ranging from binary classification to sequential image prediction. There are prizes too!
📅 Event Date: Thursday, May 19th - Sunday, May 29th
👉 Register using this link: https://bit.ly/3KMDftE!
Hope to see you there!

@ -18,7 +18,7 @@ Additionally, the following postions were appointed:
- Head Community Coordinator: Sat Arora (s97arora)
- Heads of Discord: Mark Chen (m375chen) and Alex Zhang (xc22zhan)
- Head of Design: Aaryan Shroff (a2shroff)
- Heads of Events: Bonnie Peng (b39peng) and Catherine Wan (c29wan)
- Heads of Events: Bonnie Peng (b38peng) and Catherine Wan (c29wan)
- Head of External Affairs: Eric Liu (e59liu)
- Head of Marketing: Haley Song (h79song)
- Office Manager: Sat Arora (s97arora)

@ -0,0 +1,6 @@
---
name: Bonnie Peng
role: Vice-President
---
Hi there! I'm Bonnie, a 2B CS student from Nova Scotia! 🐟 CSC has given me so many opportunities to grow and flourish in the community, so I hope to give you the same kind of support, and as much as you need, as this term's VP! In my free time, I love bouncing around town with my camera and taking long walks at the mall 😋

Binary file not shown.

After

Width:  |  Height:  |  Size: 466 KiB

@ -14,10 +14,10 @@ const { year, term } = getCurrentTerm();
const execPositions: { [position: string]: string } = {
president: "President",
"vice-president": "Vice President",
secretary: "Assistant Vice President",
"vice-president": "Vice-President",
secretary: "Assistant Vice-President",
treasurer: "Treasurer",
sysadmin: "System Administrator",
sysadmin: "Systems Administrator",
};
const orderedExecPositions: string[] = [

Loading…
Cancel
Save