-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
129 lines (116 loc) · 5.09 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<nav class="nav-bar">
<img src="https://www.wired.com/verso/static/wired/assets/logo-header.svg">
<h6>BACKCHANNEL</h6>
<h6>BUSINESS</h6>
<h6>CULTURE</h6>
<h6>GEAR</h6>
<h6>IDEAS</h6>
<h6>SCIENCE</h6>
<h6>SECURITY</h6>
<h6>MERCH</h6>
</nav>
<section>
<section class="byline">
<h6 style="background:#000000; padding:0.4em; color:#ffffff">MORGAN MEAKER</h6>
<h6>BUSINESS</h6>
<h6>SEP 11, 2023 6:00PM</h6>
</section>
<h1>These Prisoners Are Training AI</h1>
<h5>In high-wage Finland, where clickworkers are rare, one company has discovered a novel labor force—prisoners.</h5>
</section>
<section class="letter">
<!-- ROW 1 -->
<div style="width:152px; border-radius:6px"><p>YES</p></div>
<div><p>YES</p></div>
<div class="blue">NO</div>
<div class="blue">NO</div>
<div><p>YES</p></div>
<div><p>YES</p></div>
<div><p>YES</p></div>
<div><p>YES</p></div>
<div><p>NO</p></div>
<div><p>YES</p></div>
<!-- ROW 2 -->
<div><p>YES</p></div>
<div><p>NO</p></div>
<div><p>YES</p></div>
<div class="blue"><p>YES</p></div>
<div class="blue"><p>YES</p></div>
<div><p>NO</p></div>
<div><p>YES</p></div>
<div><p>NO</p></div>
<div><p>NO</p></div>
<div><p>YES</p></div>
<div><p>NO</p></div>
<!-- ROW 3 -->
<div><p>NO</p></div>
<div><p>YES</p></div>
<div><p>NO</p></div>
<div class="blue"><p>NO</p></div>
<div class="blue"><p>YES</p></div>
<div><p>NO</p></div>
<div><p>YES</p></div>
<div><p>YES</p></div>
<div><p>YES</p></div>
<div><p>YES</p></div>
<div><p>YES</p></div>
<!-- ROW 4 -->
<div class="blue"><p>NO</p></div>
<div class="blue"><p>NO</p></div>
<div class="blue"><p>NO</p></div>
<div class="blue"><p>YES</p></div>
<div class="blue"><p>YES</p></div>
<div class="blue"><p>YES</p></div>
<div class="blue"><p>NO</p></div>
<div class="blue"><p>YES</p></div>
<div class="blue"><p>YES</p></div>
<div class="blue"><p>NO</p></div>
<div class="blue"><p>NO</p></div>
<!-- ROW 5 -->
<div style="width:228px; border-radius:6px"><p>YES</p></div>
<div class="blue"><p>YES</p></div>
<div class="blue"><p>YES</p></div>
<div><p>NO</p></div>
<div><p>NO</p></div>
<div><p>YES</p></div>
<div class="empty"></div>
<div><p>NO</p></div>
<div class="empty"></div>
<!-- ROW 6 -->
<div><p>NO</p></div>
<div><p>NO</p></div>
<div><p>YES</p></div>
<div class="blue"><p>NO</p></div>
<div class="blue"><p>YES</p></div>
<div><p>NO</p></div>
<div><p>YES</p></div>
<div><p>YES</p></div>
<div><p>YES</p></div>
<div><p>YES</p></div>
<div><p>YES</p></div>
</section>
<section class="byline">
<h6>ILLUSTRATION: SHRISTI SINGH</h6>
</section>
<section class="story">
<p>ACROSS A STERILE white table in a windowless room, I’m introduced to a woman in her forties. She has a square jaw and blonde hair that has been pulled back from her face with a baby-blue scrunchie. “The girls call me Marmalade,” she says, inviting me to use her prison nickname. Early on a Wednesday morning, Marmalade is here, in a Finnish prison, to demonstrate a new type of prison labor.</p>
<br> <p>The table is bare except for a small plastic bottle of water and an HP laptop. During three-hour shifts, for which she’s paid €1.54 ($1.67) an hour, the laptop is programmed to show Marmalade short chunks of text about real estate and then ask her yes or no questions about what she’s just read. One question asks: “is the previous paragraph referring to a real estate decision, rather than an application?”</p>
</section>
<script src="script.js" async defer></script>
</body>
</html>