Skip to content

Commit

Permalink
[82] updated text for intro frame
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin-veera committed Apr 30, 2024
1 parent d79b841 commit db26da6
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions website/src/assets/College/collegeLabContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,34 @@ export default [
post: {
profilePic: teachLogo,
profilePicName: "Profile Picture - TeachLA Logo",
header: "Case Study #1: College Admissions",
subheader: "Robots Reading Your Essays?",
header: "Introduction",
subheader: "What did the University of Texas at Austin Do?",
bodyText: [
{
body: <p className="bold">We Will Work On This Case Study!</p>,
body: (
<p>
<p>
In 2013, the CS department at University of Texas at Austin
implemented the GRADE (GRaduate ADmissions Evaluator) machine
learning system into its Ph.D admissions process.
</p>
<br />
<p>
{" "}
Made to reflect the admissions committee’s decisions prior to
its implementation in 2013, issues arose of it compounding the
initial biases that admissions committee held, which
disadvantaged applicants from underrepresented groups. The
department ultimately abandoned GRADE in 2020.
</p>
<br />
<p className="bold">
In this case study, we will analyze why and how ML models such
as GRADE that screen various applications can undervalue the
achievements of underrepresented groups.
</p>
</p>
),
},
],
},
Expand Down

0 comments on commit db26da6

Please sign in to comment.