-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathslides_content_moderation.html
89 lines (66 loc) · 4.07 KB
/
slides_content_moderation.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
<html>
<head>
<title>Social Futures Lab - UW CSE</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="The Social Futures Lab is based out of the Allen School of Computer Science & Engineering at University of Washington. We are reimagining social and collaborative systems to empower people and improve society.">
<link href="https://fonts.googleapis.com/css2?family=Assistant:wght@400;700&family=Roboto+Mono:ital,wght@0,500;1,300&display=swap" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" href="css/mavo.min.css">
<script src="js/mavo.es5.min.js"></script>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<meta property="og:title" content="Social Futures Lab">
<meta property="og:image" content="cover.jpg">
</head>
<body>
<!-- top nav -->
<div class="container-fluid">
<div class="row justify-content-md-center">
<div class="col-xs-12 col-sm-5 col-md-5 col-lg-5">
<a href="index.html"><img src="img/logo_long.png" class="logo"></a>
</div>
<div class="col-md-2 col-lg-2"></div>
<div class="col-xs-12 col-sm-7 col-md-5 col-lg-5 menu">
<a href="research.html">Research</a>
<a href="members.html">Team</a>
<a href="resources.html">Resources</a>
<a href="news.html">News</a>
</div>
</div>
</div>
<!-- main content -->
<div class="container-fluid">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12">
<h2>Building technology for society (and all of its complications and messy consequences): case study on automated content moderation</h2>
<p>A deep dive into automated content moderation and the considerations around and consequences of deploying automated content moderation tools when it comes to users, communities, platforms, and society. The content is tailored to first or second year undergraduates in Computer Science to consider the ethical and societal implications of technologies such as automated content moderation and social computing system design. Many pointers to current events surrounding this topic.
</p>
<p>These slides and lecture notes were authored by Amy Zhang. This module was first given to <a href="https://courses.cs.washington.edu/courses/cse143/20au/">UW CSE 143: Programming with Data Structures (Autumn 2020)</a>. If you're interested in using these materials in a course or lecture, please reach out to Amy.</p>
<p>Make a <a href="https://github.com/Social-Futures-Lab/social-futures-lab.github.io/blob/master/slides/content_moderation.json">pull request or issue</a> to make suggestions to this module!</p>
<div mv-bar="no-login" mv-app="content_moderation" mv-plugins="tinymce" mv-storage="https://github.com/Social-Futures-Lab/social-futures-lab.github.io/slides">
<!-- slide item -->
<span property="slide_item" mv-multiple>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-8 col-lg-8">
<img class="img-responsive center-block thumbnail" property="image" src="null" alt="img alt">
</div>
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4">
<span property="text" class="tinymce">Text</span>
</div>
</div>
</span>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div class="footer"><p>© Social Futures Lab. <a href="https://github.com/Social-Futures-Lab/social-futures-lab.github.io">Site</a> built by <a href="https://homes.cs.washington.edu/~axz/" target="_blank">Amy X. Zhang</a> and <a href="http://jennyfan.com" target="_blank">Jenny Fan</a>.</p>
<br />
<a href="https://www.cs.washington.edu/" target="_blank"><img src="cselogo.png" width="300px" border="0" /></a>
<br />
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>