-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
368 lines (264 loc) · 17.7 KB
/
index.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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
<!DOCTYPE html>
<!--TUTORIALS TEMPLATE HEADER--><!--TUTORIALS TEMPLATE HEADER-->
<head>
<!--METADATA-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Joshua G. Mausolf is quantitative UX researcher at Meta, former data science fellow, and holds a PhD in Sociology from the University of Chicago.">
<meta name="keywords" content="Joshua G. Mausolf, Joshua Mausolf, University of Chicago, Department of Sociology, Sociologists, Researchers, Computational Social Science, Computational Sociology, UX Research, UXR, Data Science, Meta, @Joshua_Mausolf, @jmausolf">
<meta name="author" content="Joshua G. Mausolf">
<meta name="twitter:title" content="Joshua G. Mausolf - Data Scientist">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@Joshua_Mausolf">
<meta property="og:title" content="Joshua Gary Mausolf - Data Scientist"/>
<meta property="og:image" content="https://d3qi0qp55mx5f5.cloudfront.net/www/i/misc/maroon-shield.png">
<meta property="og:site_name" content="Joshua G. Mausolf - University of Chicago"/>
<meta name="google-site-verification" content="bZzggcxdb06kzSBJr1305bpoA_tn_LeBaDoUi9Jm2cU" />
<!--PAGE TITLE: MODIFY HERE-->
<title>Joshua G. Mausolf - Data Scientist</title>
<link rel="shortcut icon" href="../favicon.ico">
<link href="assets_home/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="assets_home/css/font-awesome.min.css" rel="stylesheet" media="screen">
<link href="assets_home/css/simple-line-icons.css" rel="stylesheet" media="screen">
<link href="assets_home/css/animate.css" rel="stylesheet" media="screen">
<!--Custom styles CSS-->
<link href="assets_home/css/style.css" rel="stylesheet" media="screen">
<script src="assets_home/js/modernizr.custom.js"></script>
<link rel="stylesheet" type="text/css" href="css/style6.css" />
<script type="text/javascript" src="js/modernizr.custom.86080.js"></script>
</head>
</head>
<!-- Preloader -->
<div id="preloader">
<div id="status"></div>
</div>
<!-- Home start -->
<section id="home" class="pfblock-image screen-height">
<div class="home-overlay"></div>
<div class="intro">
<div class="start">researcher, teacher, analyst, data scientist</div>
<h1>Joshua Gary Mausolf</h1>
<div class="start">harnessing the power of data analysis to further understanding of complex systems</div>
</div>
<a href="#about">
<div class="scroll-down">
<span>
<i class="fa fa-angle-down fa-2x"></i>
</span>
</div>
</a>
</section>
<!-- Home end -->
<!-- Navigation start -->
<header class="header">
<nav class="navbar navbar-custom" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#custom-collapse">Menu
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://jmausolf.github.io">Joshua Gary Mausolf</a>
</div>
<div class="collapse navbar-collapse" id="custom-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="https://github.com/jmausolf">Github</a></li>
<li><a href="http://jmausolf.github.io/code/">Code</a></li>
<li><a href="https://jmausolf.github.io/visualizations/">Projects</a></li>
<li><a href="http://jmausolf.github.io/cv/Resume-Joshua_G._Mausolf.pdf">Resume</a></li>
<li><a href="http://jmausolf.github.io/cv/Vitae-Joshua_G._Mausolf.pdf">CV</a></li>
<li><a href="#footer">Contact</a></li>
</ul>
</div>
</div>
</div><!-- .container -->
</nav>
</header>
<!-- Navigation end -->
<!--END TUTORIALS TEMPLATE HEADER--><!--END TUTORIALS TEMPLATE HEADER-->
<!--BODY START-->
<body>
<!--WHAT I DO-->
<section id="about" class="pfblock pfblock-gray">
<div class="container">
<div class="row">
<!--PHOTO-->
<div class="col-sm-4">
<br>
<br>
<div class="visual"><img src="https://raw.githubusercontent.com/jmausolf/jmausolf.github.io/master/assets_home/images/Mausolf_Headshot_IMG_0635_square_tiny.jpg"></div>
<br>
</div>
<!--WHAT I DO--><!--DESCRIPTION-->
<div class="col-sm-6 col-sm-offset-0">
<div class="pfblock-header wow fadeInUp">
<h2 class="pfblock-title">Joshua Gary Mausolf </h2>
<div class="pfblock-line"></div>
<div class="pfblock-subtitle">
Joshua is a Quantitative UX Researcher at Meta. He earned his PhD in Sociology from the <a href="https://sociology.uchicago.edu/" class="btn-custom-color">Department of Sociology</a> at the University of Chicago. His academic research utilizes computational, statistical, and experimental methods to study changes in partisan polarization within and across firms and how partisanship affects hiring and promotional behavior in corporations. Joshua leverages these skillsets, in combination with survey research methodology, to deliver high-impact cross-org UX research insights at Meta.
</div>
<br>
<!--SOCIAL MEDIA-->
<!--Twitter-->
<a href="https://twitter.com/Joshua_Mausolf" class="twitter-follow-button" data-show-count>Follow @Joshua_Mausolf</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<!--Github-->
<a class="github-button" href="https://github.com/jmausolf" aria-label="Follow @jmausolf on GitHub">Follow @jmausolf</a>
<script async defer id="github-bjs" src="https://buttons.github.io/buttons.js"></script>
<!--LinkedIn-->
<h3><a href="https://www.linkedin.com/in/joshua-gary-mausolf" class="btn-custom-color" data-wow-delay=".5s"><i class="fa fa-linkedin-square"></i> Joshua Gary Mausolf </a><script type="text/javascript" src="http://platform.linkedin.com/in.js"></script><script type="in/share"></script></h3>
<!--SOCIAL MEDIA END-->
</div>
</div>
</div> <!--row-->
<!--ICON BOX RESEARCHER-->
<div class="col-sm-3">
<div class="iconbox wow slideInLeft">
<div class="iconbox-icon">
<span class="icon-puzzle"></span>
</div>
<div class="iconbox-text">
<h4 class="iconbox-title">Researcher</h4>
<div class="iconbox-desc">
<a href="/visualizations/" class="btn-custom-color"> Portfolio </a>
</div>
</div>
</div>
</div>
<!--ICON BOX END-->
<!--ICON BOX TEACH-->
<div class="col-sm-3">
<div class="iconbox wow slideInLeft">
<div class="iconbox-icon">
<span class="icon-book-open"></span>
</div>
<div class="iconbox-text">
<h4 class="iconbox-title">Teacher</h4>
<div class="iconbox-desc">
<a href="/courses/" class="btn-custom-color"> Courses </a>
<!--a href="/courses/" class="btn-custom-color"> Courses </a-->
</div>
</div>
</div>
</div>
<!--ICON BOX END-->
<!--ICON BOX ANALYST-->
<div class="col-sm-3">
<div class="iconbox wow slideInLeft">
<div class="iconbox-icon">
<span class="icon-graph"></span>
</div>
<div class="iconbox-text">
<h4 class="iconbox-title"> Analyst </h4>
<div class="iconbox-desc">
<a href="/visualizations/" class="btn-custom-color"> Projects </a>
</div>
</div>
</div>
</div>
<!--ICON BOX END-->
<!--ICON BOX DATA SCIENTIST-->
<div class="col-sm-3">
<div class="iconbox wow slideInLeft">
<div class="iconbox-icon">
<span class="icon-chemistry"></span>
</div>
<div class="iconbox-text">
<h4 class="iconbox-title">Data Scientist</h4>
<div class="iconbox-desc">
<a href="/code/" class="btn-custom-color"> Code </a>
</div>
</div>
</div>
</div>
<!--ICON BOX END-->
</div><!--container-->
</section>
<!--WHAT I DO END-->
<!--DETAILS-->
<section class="calltoaction-description">
<a href="#contact"><div class="scroll-down3"><span><i class="fa fa-angle-down fa-2x"></i></span></div></a>
<section id="methods">
<div class="container">
<div class="pfblock-header wow fadeInUp">
<h1 class="pfblock-title">WHAT I DO</h1>
<div class="pfblock-line"></div>
<div class="center-justified">
<h3 class="iconbox-title">Researcher</h3><span class="icon-puzzle"></span>
I completed my PhD, MA at the <a href="https://sociology.uchicago.edu/" class="btn-custom-color">University of Chicago, Department of Sociology</a>, my BA, <i>summa cum laude</i> from New York University, and was a research fellow at <a href="https://dssg.uchicago.edu/people/2016-fellows-mentors/" class="btn-custom-color"> Data Science for Social Good</a>. My dissertation examined the effects of partisan and affective polarization within firms, especially how partisanship affects hiring and careers. I have also published work in the study of social movements and their effect on public and political discourse. My <a href="http://jmausolf.github.io/cv/Vitae-Joshua_G._Mausolf.pdf" class="btn-custom-color"> CV</a> and <a href="http://jmausolf.github.io/cv/Resume-Joshua_G._Mausolf.pdf" class="btn-custom-color">resume</a> summarize my academic research and professional UX research experience, and a <a href="/visualizations/" class="btn-custom-color"> portfolio of select research projects can be found here</a>.
<br><br>
<h3 class="iconbox-title">Teaching</h3><span class="icon-book-open"></span>
In teaching, I have emphasized helping individuals improve statistical skills, computational analyses, programming, and research design the undergraduate, graduate, and professional levels. A sampling of topics include multivariate regression modeling, factor analysis, multiple imputation, programming in R and Python, SQL, web scraping, natural language processing, and machine learning. I offer detailed information on my academic teaching under my <a href="http://jmausolf.github.io/courses/" class="btn-custom-color"> courses </a> page. Additionally, I served as a Senior Preceptor in the <a href="https://macss.uchicago.edu/" class="btn-custom-color">Masters of Computational Social Science</a> program at the University of Chicago. I have continued my passion for teaching at Meta by instructing other UX researchers in the use of R and SQL.
<br><br>
<h3 class="iconbox-title">Analyst</h3><span class="icon-graph"></span>
Practiced in statistical data analysis, I specialize in building econometric models for both linear and categorical data, including multiple imputation and time-series analyses. Beyond statistical modeling, I am well versed in the design and implementation of large-scale and international UX surveys. Beyond basic statistical skills, I am also adept at data wrangling and cleaning, and have led multiple data-driven <a href="/visualizations/" class="btn-custom-color"> projects</a>.
<br><br>
<h3 class="iconbox-title">Data Scientist</h3><span class="icon-chemistry"></span>
I have been involved with multiple computational groups and research labs at the University of Chicago, including the <a href="http://dsapp.uchicago.edu" class="btn-custom-color"> Center for Data Science in Public Policy </a> as a fellow for the <a href="https://dssg.uchicago.edu/people/2016-fellows-mentors/" class="btn-custom-color"> Eric and Wendy Schmidt Data Science for Social Good Summer Fellowship</a>, and have also worked at the <a href="http://www.knowledgelab.org" class="btn-custom-color"> Knowledge Lab</a>. In these data science projects, I have specialized in machine learning, data mining, web-scraping, natural language processing, social network analysis, and data visualization. Besides these research appointments, I have also served as a preceptor in the <a href="https://macss.uchicago.edu/" class="btn-custom-color"> Masters in Computational Social Science </a> program at the University of Chicago and helped organize the <a href="https://github.com/uchicago-computation-workshop" class="btn-custom-color"> Computational Social Science Workshop.</a> At Meta, I closely partner with product data science and write my own ETL pipelines for product analytics and quantitative UX research.
</div>
</div>
</div><!-- .row -->
</div><!-- .container -->
</section>
</section>
<!--DETAILS END-->
<!-- CONTACT ME -->
<section class="calltoaction">
<section id="contact">
<div class="container">
<div class="row">
<div class="col-md-12 col-lg-12">
<h2 class="wow slideInRight" data-wow-delay=".1s">WANT TO WORK WITH ME?</h2>
</div>
<div class="col-md-12 col-lg-12 calltoaction-btn wow slideInRight" data-wow-delay=".3s">
<a href="https://mail.google.com/mail/?view=cm&fs=1&to=joshuagmausolf@gmail.com" class="btn btn-lg">Contact Me <br> joshuagmausolf@gmail.com</a>
</div>
</div><!-- .row -->
</div><!-- .container -->
</section>
</section>
<!-- Contact end -->
<!--TUTORIALS TEMPLATE FOOTER--><!--TUTORIALS TEMPLATE FOOTER-->
<!-- Footer start -->
<footer id="footer">
<section id="contact">
<div class="container">
<div class="row">
<div class="col-sm-12">
<ul class="social-links">
<li><a href="https://www.linkedin.com/in/joshua-gary-mausolf/" class="wow fadeInUp" data-wow-delay=".5s"><i class="fa fa-linkedin-square"></i></a></li>
<li><a href="https://github.com/jmausolf" class="wow fadeInUp" data-wow-delay=".5s"><i class="fa fa-github"></i></a></li>
<li><a href="https://twitter.com/Joshua_Mausolf" class="wow fadeInUp" data-wow-delay=".1s"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.facebook.com/joshua.gary.mausolf" class="wow fadeInUp"><i class="fa fa-facebook"></i></a></li>
<li><a href="mailto:joshuagmausolf@gmail.com" class="wow fadeInUp" data-wow-delay=".5s"><i class="fa fa-envelope"></i></a></li>
<li><a href="https://mail.google.com/mail/?view=cm&fs=1&to=joshuagmausolf@gmail.com" class="wow fadeInUp" data-wow-delay=".5s"><i class="fa fa-google"></i></a></li>
</ul>
<p class="copyright">
<a href="http://jmausolf.github.io" class="btn btn-link"> © Joshua Gary Mausolf</a>
</p>
</div>
</div>
</div>
</footer>
<!-- Footer end -->
<!-- Scroll to top -->
<div class="scroll-up">
<a href="#about"><i class="fa fa-angle-up"></i></a>
</div>
<!-- Scroll to top end-->
<!-- Javascript files -->
<script src="assets_home/js/jquery-1.11.1.min.js"></script>
<script src="assets_home/bootstrap/js/bootstrap.min.js"></script>
<script src="assets_home/js/jquery.parallax-1.1.3.js"></script>
<script src="assets_home/js/imagesloaded.pkgd.js"></script>
<script src="assets_home/js/jquery.sticky.js"></script>
<script src="assets_home/js/smoothscroll.js"></script>
<script src="assets_home/js/wow.min.js"></script>
<script src="assets_home/js/jquery.easypiechart.js"></script>
<script src="assets_home/js/waypoints.min.js"></script>
<script src="assets_home/js/jquery.cbpQTRotator.js"></script>
<script src="assets_home/js/custom.js"></script>
<!--END TUTORIALS TEMPLATE FOOTER --><!--END TUTORIALS TEMPLATE FOOTER-->
</body>
</html>