Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 32 additions & 3 deletions website/src/assets/College/collegeLabContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,44 @@ 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>
In 2013, the CS department at the University of Texas at Austin implemented the GRADE (GRaduate ADmissions Evaluator)
machine learning system into its Ph.D. admissions process.
</p>
),
},
{
body: (
<p>
Made to reflect the admissions committee’s decisions prior to its implementation in 2013,
issues arose of it{" "}
<mark className="underline">
compounding the initial biases that the admissions committee held,
which disadvantaged applicants from underrepresented groups.
</mark>{" "}
The department ultimately abandoned GRADE in 2020.
</p>
),
},
{
body: (
<p>
<mark 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.
</mark>
</p>
),
},
],
},
},

{
post: {
profilePic: teachLogo,
Expand Down