Skip to content

Commit 91b64a8

Browse files
added questions to case 3 (#133)
* added questions (no answers yet) to case study 3, frames 4-6 * Delete package-lock.json --------- Co-authored-by: charlenehuang1 <[email protected]>
1 parent 5e1fc82 commit 91b64a8

File tree

2 files changed

+61
-40
lines changed

2 files changed

+61
-40
lines changed

package-lock.json

Lines changed: 0 additions & 38 deletions
This file was deleted.

website/src/caseStudies/FacialRecognition.js

Lines changed: 61 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import PostsList from "../components/mainContent/PostsList";
55
import CounterFrame from "../components/posts/FacialRecognition/CounterFrame";
66
import { VisibilityProvider } from "../components/mainContent/commonLogic";
77

8-
98
export default function FacialRecognition() {
109
return (
1110
<VisibilityProvider>
@@ -45,7 +44,7 @@ const FacialRecognitionInfo = [
4544
subheader: "Understanding Bias Through Categorization",
4645
bodyText: [
4746
{
48-
body: <CounterFrame />
47+
body: <CounterFrame />,
4948
},
5049
],
5150
},
@@ -127,6 +126,26 @@ const FacialRecognitionInfo = [
127126
},
128127
},
129128

129+
{
130+
commentSection: {
131+
profilePic: teachLogo,
132+
profilePicName: "Teach Logo",
133+
followups: [
134+
{
135+
questionHeader: "Reflection Question 1:",
136+
question:
137+
"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.",
138+
answers: [
139+
<p>
140+
blah
141+
<mark className="bold">blah</mark> blah
142+
</p>,
143+
],
144+
},
145+
],
146+
},
147+
},
148+
130149
{
131150
post: {
132151
profilePic: teachLogo,
@@ -165,6 +184,26 @@ const FacialRecognitionInfo = [
165184
},
166185
},
167186

187+
{
188+
commentSection: {
189+
profilePic: teachLogo,
190+
profilePicName: "Teach Logo",
191+
followups: [
192+
{
193+
questionHeader: "Reflection Question 2:",
194+
question:
195+
"In what ways can we reduce the bias present in facial recognition technology? Remember where such biases originate from.",
196+
answers: [
197+
<p>
198+
blah
199+
<mark className="bold">blah</mark> blah
200+
</p>,
201+
],
202+
},
203+
],
204+
},
205+
},
206+
168207
{
169208
post: {
170209
profilePic: teachLogo,
@@ -203,6 +242,26 @@ const FacialRecognitionInfo = [
203242
},
204243
},
205244

245+
{
246+
commentSection: {
247+
profilePic: teachLogo,
248+
profilePicName: "Teach Logo",
249+
followups: [
250+
{
251+
questionHeader: "Reflection Question 3:",
252+
question:
253+
"What legal frameworks, standards, and guidelines are needed to safeguard individual rights and hold organizations accountable for the ethical use of facial recognition technology?",
254+
answers: [
255+
<p>
256+
blah
257+
<mark className="bold">blah</mark> blah
258+
</p>,
259+
],
260+
},
261+
],
262+
},
263+
},
264+
206265
{
207266
post: {
208267
profilePic: teachLogo,

0 commit comments

Comments
 (0)