Skip to content
Merged
Show file tree
Hide file tree
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
38 changes: 0 additions & 38 deletions package-lock.json

This file was deleted.

63 changes: 61 additions & 2 deletions website/src/caseStudies/FacialRecognition.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import PostsList from "../components/mainContent/PostsList";
import CounterFrame from "../components/posts/FacialRecognition/CounterFrame";
import { VisibilityProvider } from "../components/mainContent/commonLogic";


export default function FacialRecognition() {
return (
<VisibilityProvider>
Expand Down Expand Up @@ -45,7 +44,7 @@ const FacialRecognitionInfo = [
subheader: "Understanding Bias Through Categorization",
bodyText: [
{
body: <CounterFrame />
body: <CounterFrame />,
},
],
},
Expand Down Expand Up @@ -127,6 +126,26 @@ const FacialRecognitionInfo = [
},
},

{
commentSection: {
profilePic: teachLogo,
profilePicName: "Teach Logo",
followups: [
{
questionHeader: "Reflection Question 1:",
question:
"What are some privacy concerns that can arise with the increased use in facial recognition technology? What are some ways that such technology can help improve safety? Compare and contrast.",
answers: [
<p>
blah
<mark className="bold">blah</mark> blah
</p>,
],
},
],
},
},

{
post: {
profilePic: teachLogo,
Expand Down Expand Up @@ -165,6 +184,26 @@ const FacialRecognitionInfo = [
},
},

{
commentSection: {
profilePic: teachLogo,
profilePicName: "Teach Logo",
followups: [
{
questionHeader: "Reflection Question 2:",
question:
"In what ways can we reduce the bias present in facial recognition technology? Remember where such biases originate from.",
answers: [
<p>
blah
<mark className="bold">blah</mark> blah
</p>,
],
},
],
},
},

{
post: {
profilePic: teachLogo,
Expand Down Expand Up @@ -203,6 +242,26 @@ const FacialRecognitionInfo = [
},
},

{
commentSection: {
profilePic: teachLogo,
profilePicName: "Teach Logo",
followups: [
{
questionHeader: "Reflection Question 3:",
question:
"What legal frameworks, standards, and guidelines are needed to safeguard individual rights and hold organizations accountable for the ethical use of facial recognition technology?",
answers: [
<p>
blah
<mark className="bold">blah</mark> blah
</p>,
],
},
],
},
},

{
post: {
profilePic: teachLogo,
Expand Down