Skip to content

Commit

Permalink
college essay title/text (#85) (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkerr23 authored Apr 24, 2024
1 parent 8a09626 commit d79b841
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions website/src/assets/College/collegeLabContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,22 @@ export default [
post: {
profilePic: teachLogo,
profilePicName: "Profile Picture - TeachLA Logo",
header: "Interactive Essay",
subheader: "Make your own essay!",
header: "Biases in Disguise",
subheader: "How do biases implicitly manifest within data?",
bodyText: [
{
body: (
<p>
The engineers of GRADE and other similar models{" "}
<mark className="bold">
remove labels for protected classes such as race and gender from
the data altogether
</mark>{" "}
to prevent such attributes from being taken into account. Despite
such explicit measures, these models may still end up biased.
</p>
),
},
{
body: <EssayContainer />,
},
Expand Down

0 comments on commit d79b841

Please sign in to comment.