Compare commits

...

4 Commits

Author SHA1 Message Date
Shahan Nedadahandeh 6fd60b3dab Fixed lint
continuous-integration/drone/push Build is passing Details
2023-01-04 00:11:44 -05:00
Shahan Nedadahandeh 41971c4958 Further adjusted text
continuous-integration/drone/push Build is failing Details
2023-01-04 00:10:49 -05:00
Shahan Nedadahandeh 8fef3d1291 changed text on contributors page
continuous-integration/drone/push Build is failing Details
2023-01-04 00:08:10 -05:00
Shahan Nedadahandeh f0c638958d Change uwaterloo to University of Waterloo 2023-01-04 00:03:57 -05:00
5 changed files with 10 additions and 31 deletions

View File

@ -44,7 +44,7 @@ export default function Contributors() {
<Title>Contributors</Title>
<SectionHeader
title="Contributors"
subtitle="Huge thanks to all CSC members who have contributed to creating the first ever uWaterloo CS class profile!"
subtitle="Huge thanks to all CSC members who have contributed to creating the first ever UW CS Class Profile!"
/>
<CenterWrapper>

View File

@ -68,7 +68,7 @@ export default function Demographics() {
<ComponentWrapper
heading="How would you describe yourself?"
bodyText="Ambiverts and introverts dominate CS at UWaterloo. Still, contrary to a popular Reddit opinion, it seems that introverted people do not necessarily comprise such a big majority of the CS student population. Extroverts and ambiverts are almost a half of the CS student population!"
bodyText="Ambiverts and introverts dominate CS at the University of Waterloo. Still, contrary to a popular Reddit opinion, it seems that introverted people do not necessarily comprise such a big majority of the CS student population. Extroverts and ambiverts are almost a half of the CS student population!"
align="right"
>
<div className={styles.graphContainer}>

View File

@ -57,9 +57,9 @@ export default function Home() {
The survey questions were approved by the Institutional Analysis &
Planning, where all University of Waterloo stakeholders that are
interested in conducting a non-academic research survey involving a
large portion of the UWaterloo population are reviewed and approved.
The entirety of the survey creation, data processing, and the
creation of this website was done by the{" "}
large portion of the University{"'"}s population are reviewed and
approved. The entirety of the survey creation, data processing, and
the creation of this website was done by the{" "}
<b>
<a
href="https://csclub.uwaterloo.ca"

View File

@ -166,31 +166,10 @@ export default function Home() {
</h2>
<CenterWrapper>
<h1>Preface</h1>
<p>
The CS Class Profile consists of data relevant to CS, CFM, and CS/BBA
students. These were combined with the knowledge that students in
these programs tend to have similar experiences, as many of the same
CS required courses are shared. In the standard co-op offering, CS and
CFM take 4 years and 2 semesters to complete, while CS/BBA can take up
to a full 5 years.
</p>
<p>
Computer Science (and the others) is known to be a very prestigious
program, and is very well known in Canada as well as across the world.
For prospective students or anyone who is interested in learning more
about what the students are like, this CS Class Profile will attempt
to answer some of your questions, and you may even learn a thing or
two you didnt expect!
</p>
<p>
The survey questions were approved by the Institutional Analysis &
Planning, where all University of Waterloo stakeholders that are
interested in conducting a non-academic research survey involving a
large portion of the UWaterloo population are reviewed and approved.
The entirety of the survey creation and data processing was done by
the UW Computer Science Club, so please check us out if you enjoy what
you see!
</p>
Minim aute dolor irure ullamco voluptate aliquip ipsum sunt cupidatat
pariatur labore cillum irure dolor. Quis cupidatat laborum officia
nostrud eu nisi non mollit nostrud qui eiusmod. Do officia irure Lorem
aute eiusmod.
</CenterWrapper>
<h2>

View File

@ -54,7 +54,7 @@ export default function Demographics() {
<ComponentWrapper
heading="Have you secured a full time position post-grad?"
bodyText="Most students have secured a full time position as they have probably received return offers from the companies they have interned at! UWaterloo's coop program's 2 year worth of work experience also paid off!"
bodyText="Most students have secured a full time position as they have probably received return offers from the companies they have interned at! University of Waterloo's coop program's 2 year worth of work experience also paid off!"
>
<div className={styles.graphContainer}>
<PieChart data={P2} {...pieChartProps(isMobile, pageWidth)} />