-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpresentations.html
84 lines (61 loc) · 2.5 KB
/
presentations.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
<!DOCTYPE HTML>
<!--
Industrious by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Presentations</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<a class="logo" href="index.html"></a>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
</ul>
</nav>
<!-- Heading -->
<div id="heading" >
<h1></h1>
</div>
<!-- Main -->
<section id="main" class="wrapper">
<div class="inner">
<div class="content">
<!-- Elements -->
<div class="row">
<div class="col-6 col-12-medium">
<!-- Text -->
<h3>Presentations</h3>
<p> I have given presentations on social justice and mathematics/ CS education at a number of public-facing and practicioner conferences to include:</p>
<p>
”Math and Science as a Critical Lens” presented at the Free Minds, Free People conference, Chicago, IL (July 2014)</p>
<p>
”Payday Loans and Predatory Lending: Investigating Using Technology in an Alge- bra 2 Classroom” presented at the Creating Balance in an Unjust World Conference on Math Education and Social Justice, San Francisco, CA. (January 2016) </p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/xXgZkiv6hqc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p>
”Lets Grow a Generation of Data Natives” UT Austin Tedx conference, (April 2019)
</p>
<p>
”Machine Learning Bias: Examining Pretrial Risk Assessment Algorithms” pre- sented at the Creating Balance in an Unjust World Conference on Math Education and Social Justice, Honolulu, HI. (January 2019)</p>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>