Edit blurb

This commit is contained in:
e26chiu 2022-12-04 21:28:22 -05:00
parent 77b1a4ea30
commit 53d92f93cc
1 changed files with 10 additions and 10 deletions

View File

@ -35,7 +35,7 @@ export default function Demographics() {
<ComponentWrapper
heading="Do you plan on pursuing post-graduate education?"
bodyText="There are a total of 103 respondents. Interestingly, there are a huge number of students not pursuring post-grad learning."
bodyText="There are a total of 103 respondents. Interestingly, there is a huge number of students not pursuring post-grad learning. Post-graduate education is not necessarly for everyone!"
align="center"
>
<div className={styles.graphContainer}>
@ -45,8 +45,7 @@ export default function Demographics() {
<ComponentWrapper
heading="Have you secured a full time position post-grad?"
bodyText=""
align="left"
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!"
>
<div className={styles.graphContainer}>
<PieChart data={P2} {...pieChartProps(isMobile, pageWidth)} />
@ -55,8 +54,9 @@ export default function Demographics() {
<ComponentWrapper
heading="Are you returning to a prior co-op?"
bodyText="Its great to see that most people that have a full-time position have gotten it from a return offer!"
bodyText="Its great to see that most people that have a full-time position have gotten it from a return offer! It goes to show how the co-op program improve the students' employability and allow them to find jobs that they enjoy!"
align="right"
noBackground
>
<div className={styles.graphContainer}>
<PieChart data={P6} {...pieChartProps(isMobile, pageWidth)} />
@ -65,7 +65,7 @@ export default function Demographics() {
<ComponentWrapper
heading="Where will you be working from post grad? (City, State/Province, Country)"
bodyText="The US and GTA/Toronto are huge hot spots here, but its great to see lots of that these programs can propel students to go to so many different places."
bodyText="The US and GTA/Toronto are huge hot spots here, but its great to see lots of that these programs can propel students to go to so many different places. Another noteworthy observation is that most students are going to work in the USA postgrad!"
align="right"
>
<WordCloud
@ -80,8 +80,8 @@ export default function Demographics() {
<ComponentWrapper
heading="How many offers did you decide between?"
bodyText=""
align="left"
bodyText="Over half of the participants only had to decide between one or two offers! 35% of respondants had to choose between 3+ offers!"
noBackground
>
<BarGraphVertical data={P4} {...barGraphProps(isMobile, pageWidth)} />
</ComponentWrapper>
@ -101,8 +101,8 @@ export default function Demographics() {
<ComponentWrapper
heading="What will be your first year total compensation (salary + signing + first year stock + bonus) in CAD?"
bodyText="The tech field has interesting levels of annual compensation, these numbers speak for themselves…"
align="left"
bodyText="The tech field has interesting levels of annual compensation, these numbers speak for themselves…😜"
noBackground
>
<BarGraphVertical
data={P7}
@ -114,7 +114,7 @@ export default function Demographics() {
<ComponentWrapper
heading="What field/career path will you be in post-graduation?"
bodyText="Ah Computer Science degrees can lead to so many things these days."
bodyText="Computer Science degrees can lead to so many things these days! Web development is an obvious field with web apps being used everywhere nowadays. Artificial Intelligence and Data Science are also becoming increasingly popular fields as they bring out new methods of solving business problems. Cloud computing is also growing in demand by virtualizing IT infrastructure, reducing its costs, and improving its scalability."
align="right"
>
<WordCloud