-
Notifications
You must be signed in to change notification settings - Fork 2
/
tsg-ethics.html
168 lines (164 loc) · 7 KB
/
tsg-ethics.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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<html lang="en">
<head>
<title>CITRIS and the Banatao Institute at UC Merced</title>
<link rel="icon" href="images/favicon.png" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://citris.ucmerced.edu/tsg" />
<meta property="og:title" content="TensorFlow For Social Good" />
<meta
property="og:description"
content="The CITRIS TensorFlow for Social Good program, funded by Google Research, is designed to give undergraduate students a start in TensorFlow, Machine Learning; build camaraderie and teamwork, and add a project to their resumes while developing something of use to society."
/>
<meta
property="og:image"
content="https://citris.ucmerced.edu/images/banners/machine-learning.jpg"
/>
<meta property="og:site_name" content="CITRIS" />
<!--[if lte IE 8
]><script src="assets/js/ie/html5shiv.js"></script
><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/tsg.css" />
<!--[if lte IE 8
]><link rel="stylesheet" href="assets/css/ie8.css"
/><![endif]-->
</head>
<body class="homepage">
<div id="page-wrapper">
<header id="header">
<div class="logo container">
<div>
<h1 id="logo">TensorFlow for Social Good Ethics</h1>
</div>
</div>
</header>
<!-- NAVIGATION: Controlled by HTML snippet in snippets/nav.html -->
<nav id="nav"></nav>
<!-- Banner -->
<!-- <span class="image featured">
<img src="images/banners/machine-learning.jpg"> -->
<!--
<div>
<i> Photo Credit: Nicolas Raymond</i>
</div> -->
<!-- </span> -->
<!-- Main -->
<div id="main-wrapper">
<div id="main" class="container">
<div class="row">
<div class="12u">
<div class="content">
<article class="box page-content">
<section>
<h2>Tell us what you think!</h2>
<p>
Participate in pilot study, build our new programs, and
rate TSG. <strong>$20</strong> is up for grabs to those
who complete all three steps. (E-gift card supplied upon
review of data and awarded via random number generator.)
</p>
<ol class="default" type="1">
<li style="margin-bottom: 1em">
Take pre-survey: <br />
Open through Nov. 28 11p, you can participate in the
pre-survey. Open to all TSG participants. <br />
<a
href="https://forms.microsoft.com/r/D8mRKsgV4b"
target="_blank"
>Take pre-survey</a
>
</li>
<li style="margin-bottom: 1em">
Watch at least one of the following three YouTube videos
about AI Ethics and consider issues in AI.
<ul style="margin-bottom: 0px">
<li>
a. The danger of AI is weirder than you think |
Janelle Shane Great examples of perverse outcomes of
AI<br />    <a
href="https://www.youtube.com/watch?v=OhCzX0iLnOc"
target="_blank"
>Video 1</a
>
</li>
<li>
b. Machine intelligence makes human morals more
important | Zeynep Tufekci The need for humans on
the loop as gatekeepers, decision-makers to serve
ethics throughout AI processes.
<br />    <a
href="https://www.youtube.com/watch?v=hSSmmlridUM"
target="_blank"
>Video 2</a
>
</li>
<li>
c. An Imminent Threat from AI | Aidan Gomez Impacts
of AI on mental health <br />    <a
href="https://www.youtube.com/watch?v=s0rwZXt-C04"
target="_blank"
>Video 3</a
>
</li>
</ul>
</li>
<li>
Take post-survey: <br />
Survey opens on Nov. 29, shared via email and this site.
Must be completed by Dec. 1 4p for consideration for
prizes. <br />
<a
href="https://forms.microsoft.com/r/F5pP3d0wLG"
target="_blank"
>Take post-survey</a
>
</li>
</ol>
<p>
For further learning, we love the podcast
<a
href="https://podcasts.apple.com/us/podcast/in-machines-we-trust/id1523584878"
target="_blank"
>In Machines We Trust</a
>. CITRIS and our related programs will be offering two
more hackathons in spring 2023. Also join the local
HackMerced for additional activities.
</p>
</section>
</article>
</div>
</div>
</div>
</div>
</div>
<div id="footer"></div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/skel-viewport.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8
]><script src="assets/js/ie/respond.min.js"></script
><![endif]-->
<script src="assets/js/main.js"></script>
<script src="assets/js/tsg.js"></script>
<script>
$(function () {
$("#nav").load(
"snippets/nav.html"
); /*Navigation: Controlled by HTML snippet in snippets/nav.html*/
$("#navPanel").load(
"snippets/nav.html"
); /*Navigation: Controlled by HTML snippet in snippets/nav.html*/
$("#footer").load(
"snippets/footer.html"
); /*FOOTER: Controlled by HTML snippet in snippets/footer.html*/
});
</script>
</body>
</html>