Change uwaterloo to University of Waterloo

This commit is contained in:
Shahan Nedadahandeh 2023-01-04 00:03:57 -05:00
parent eb74c8e4a9
commit f0c638958d
4 changed files with 9 additions and 9 deletions

View File

@ -68,7 +68,7 @@ export default function Demographics() {
<ComponentWrapper <ComponentWrapper
heading="How would you describe yourself?" 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 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" align="right"
> >
<div className={styles.graphContainer}> <div className={styles.graphContainer}>

View File

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

View File

@ -186,10 +186,10 @@ export default function Home() {
The survey questions were approved by the Institutional Analysis & The survey questions were approved by the Institutional Analysis &
Planning, where all University of Waterloo stakeholders that are Planning, where all University of Waterloo stakeholders that are
interested in conducting a non-academic research survey involving a interested in conducting a non-academic research survey involving a
large portion of the UWaterloo population are reviewed and approved. large portion of the University of Waterloo population are reviewed
The entirety of the survey creation and data processing was done by and approved. The entirety of the survey creation and data processing
the UW Computer Science Club, so please check us out if you enjoy what was done by the UW Computer Science Club, so please check us out if
you see! you enjoy what you see!
</p> </p>
</CenterWrapper> </CenterWrapper>

View File

@ -54,7 +54,7 @@ export default function Demographics() {
<ComponentWrapper <ComponentWrapper
heading="Have you secured a full time position post-grad?" 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}> <div className={styles.graphContainer}>
<PieChart data={P2} {...pieChartProps(isMobile, pageWidth)} /> <PieChart data={P2} {...pieChartProps(isMobile, pageWidth)} />