-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (40 loc) · 2.73 KB
/
index.html
File metadata and controls
45 lines (40 loc) · 2.73 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
<!DOCTYPE html>
<html lang="en">
<!-- Hello! Thanks for checking out my site. I learned how to write HTML in ~2004 so please excuse any unfashionable code styling here, just trying to keep it simple and ~semantic~ -->
<!-- See more of my computery projects on GitHub (professional/academic), GitLab (personal/fun), or Bitbucket (previous work). -->
<head>
<meta charset="utf-8">
<title>Sofi Sinozich</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css">
</head>
<body>
<main id="about">
<h1>Hi, I'm Sofi. 👋</h1>
<p>I'm currently a research methodologist in International Methods at <a href="https://www.pewresearch.org">Pew Research Center</a>. Before joining Pew, I was a senior research analyst at <a href="https://www.langerresearch.com">Langer Research Associates</a>, and received my master's in survey methodology from <a href="https://jpsm.umd.edu/">JPSM</a>.
<p>I'm a member of and reviewer for <a href="https://www.aapor.org">AAPOR</a>, as well as <a href="https://www.dc-aapor.org">DC-AAPOR</a> (formerly <a href="https://www.nyaapor.org">NYAAPOR</a>).</p>
<p>You can find my academic (mostly R) code on <a href="https://github.com/sofisinozich"><i class="lab la-github-alt"></i>GitHub</a> and my publications on <a href="https://scholar.google.com/citations?hl=en&user=8kqs4nsAAAAJ"><i class="las la-book"></i>Google Scholar</a>. Personal (mostly webdev) projects live on <a href="https://gitlab.com/sofutofu"><i class="lab la-gitlab"></i>GitLab</a>. Some of my side projects from my work at Langer Research are available on <a href="https://bitbucket.org/sofisinozich/"><i class="lab la-bitbucket"></i>Bitbucket</a> but other examples can be provided upon request.</p>
<p>In my free time, I dabble in web development, translation (笑), and exploring the DMV on my trusty Trek 7200.</p>
<p><a href="sinozich_cv.pdf"><i class="las la-file-alt"></i>CV</a> (last updated: August 2022)</a></p>
</main>
<section id="background">
<h3>History</h3>
<div class="box">
<h4>Education</h4>
<ul>
<li>M.S. University of Maryland, Joint Program in Survey Methodology (2019-2021)</li>
<li>B.A. Columbia University, Political Science-Statistics (2012-2016)</li>
</ul>
</div>
<div class="box">
<h4>Work</h4>
<ul>
<li>Pew Research Center (2022-present)</li>
<li>Langer Research Associates (2016-2022)</li>
<li><em>Pew Research Center (summer 2015)</em> (internship)</li>
<li><em>Bureau of Justice Statistics (summer 2014)</em> (internship)</li>
</ul>
</div>
</section>
</body>
</html>