Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

college essay title/text (#85) #86

Merged
merged 1 commit into from
Apr 24, 2024
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
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
Loading