-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.html
More file actions
74 lines (61 loc) · 2.82 KB
/
about.html
File metadata and controls
74 lines (61 loc) · 2.82 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Irene Solaiman</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="img/i.png" type="image/x-icon">
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Montserrat" rel="stylesheet" type="text/css">
<script src="js/clip.js"></script> <!-- clip effect -->
<link rel="stylesheet" type="text/css" href="css/about.css">
<link rel="stylesheet" type="text/css" href="css/topnav.css">
</head>
<div class="topnav">
<a href="worldwork.html">World</a>
<a href="research.html">Research</a>
<a class="active" href="index.html">Irene Solaiman</a>
<a href="about.html">About</a>
<a href="fun_stuff.html">Fun Stuff</a>
</div>
<body>
<div class=”main-container”>
<h1 class="name">About me</h1>
<br>
<br>
<br>
<br>
<img class="conference" src="img/conference.jpg" width="400" border="6" />
<h3>Work</h3>
<h4>Hugging Face</h4>
<h5>Policy Director</h5>
<h4>Zillow</h4>
<h5>AI Policy Manager</h5>
<h4>OpenAI</h4>
<h5>AI Researcher, Public Policy Manager</h5>
<h4>Berkman Klein Center for Internet and Society</h4>
<h5>Fellow</h5>
<h4>Belfer Center for Science and International Affairs</h4>
<h5>Project Lead, Defending Digital Democracy</h5>
<h3>Advising</h3>
<h4>OECD AI Policy Observatory</h4>
<h5><a href="https://oecd.ai/en/wonk/contributors/irene-solaiman" target="_blank">AI Expert</a></h5>
<h3>Education</h3>
<h4>Harvard University, John F. Kennedy School of Government</h4>
<h5><a href="https://www.hks.harvard.edu/educational-programs/masters-programs/master-public-policy" target="_blank">Master in Public Policy</a></h5>
<p>Thesis: Investing in Data Protection: How Industry Can Direct Privacy in AI</p>
<h4>University of Maryland, College Park</h4>
<h5><a href="https://www.ivsp.umd.edu/isolaiman-profile.html" target="_blank">B.A. International Relations</a></h5>
<p><a href="https://www.bannekerkey.umd.edu/" target="_blank">Banneker/Key Scholar</a> (Full four year merit scholarship)</p>
<p>Self-created degree curriculum with the <a href="https://www.ivsp.umd.edu/" target="_blank">Individual Studies Program</a></p>
</div> <!-- /.main-container-->
<h3>Languages</h3>
<h4>English, French, Bangla, Spanish</h4>
<footer>
<ul class="meta inline-list">
<li><a href="https://www.linkedin.com/in/irene-solaiman/" target="_blank">linkedin</a></li>
<li><a href="" target="_blank">email: contact AT irenesolaiman.com</a></li>
<li><a href="https://twitter.com/irenesolaiman" target="_blank">twitter</a></li>
</ul>
</footer>
</body>
</html>