-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
299 lines (204 loc) · 11.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://kit.fontawesome.com/a9f2e1d683.js" crossorigin="anonymous"></script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width">
<title>Joseph M. Kush </title>
<meta name ="decription" content="Joseph M. Kush, Ph.D. is an Assistant Professor of Graduate Psychology at James
Madison University, as well as an Assistant Assessment Specialist in the Center
for Assessment and Research Studies.">
<link rel="stylesheet" href="index.css">
<link rel="icon" href="./jmk.png">
<link rel="canonical" href="https://www.josephkush.com/" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!--- FONT = GARAMOND -->
<!---
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&Roboto:wght@300&display=swap" rel="stylesheet">
<style>
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&Roboto:wght@300&display=swap');
</style>
-->
<!--- FONT = ROBOTO -->
<!---
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@200&display=swap" rel="stylesheet">
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@200&display=swap');
</style>
-->
<!--- FONT RALEWAY -->
<!---
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@200&Roboto:wght@300&display=swap" rel="stylesheet">
<style>
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200&Roboto:wght@300&display=swap');
</style>
-->
<!--- FONT INTER -->
<!---
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@200&display=swap" rel="stylesheet">
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200&display=swap');
</style>
-->
<!--- FONT = Arial -->
<!---
<style>
font-family: Arial, Helvetica, sans-serif;
</style>
-->
<!--- FONT OPEN SANS -->
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500&display=swap" rel="stylesheet">
<style>
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500&display=swap');
</style>
</head>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"email": "[email protected]",
"jobTitle":[
"Assistant Professor",
"Assistant Assessment Specialist"
],
"name": "Joseph M. Kush",
"affiliation": "James Madison University",
"url": "https://www.josephkush.com/",
"image":"https://d33wubrfki0l68.cloudfront.net/f02f6dd9e3fd3dcbb044323e89ff855fbe83beed/419d0/joseph-kush-profile.jpg"
}
</script>
</head>
<body>
<nav>
<div class="topnav">
<a class = "name-link" href="index.html" class="active">Joseph M. Kush</a>
<!-- Navigation links (hidden by default) -->
<div id= "myLinks">
<a class = "nav-link" href="index.html" id ="selected"> <span class = "underline">Home</span> </a>
<a class = "nav-link" href="publications.html" >Publications</a>
<a class = "nav-link" href="code.html" >Code</a>
<a class = "nav-link" href="KUSH cv.pdf" target = "_blank" >CV</a>
</div>
<!-- "Hamburger menu" / "Bar icon" to toggle the navigation links -->
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
</nav>
<main class = "homeContainer">
<div class = "col1">
<img src="joseph-kush-profile.jpg"
alt="A profile picture of Joseph Kush"
class = "profilePicture"
height= "341"
width = "318"
>
<h1> Joseph M. Kush </h1>
<div class ="socialLinksContainer">
<a href="https://github.com/jmk7cj" target = "_blank" class = "socialLinksMain">
<i class="fab fa-github"> </i>
</a>
<a href="https://twitter.com/_kushjoe"target = "_blank" class = "socialLinksMain">
<i class="fab fa-twitter"></i>
</a>
<!-- <a href="https://www.linkedin.com/feed/"target = "_blank" class = "socialLinksMain">
<i class="fab fa-linkedin"></i>
</a> -->
<a href="mailto:[email protected]" target = "_blank" class = "socialLinksMain">
<i class="fas fa-envelope"> </i>
</a>
<a
class = "googleScholar" href="https://scholar.google.com/citations?user=Q11q6tgAAAAJ&hl=en" target = "_blank"> <img src="./google_scholar.svg" alt="Link to navigate to Joseph Kush's google scholar site">
</a>
</div>
</div>
<div class = "col2">
<h2> About Me </h2>
<p>
<!--
I am currently a postdoctoral fellow at <a href = "https://publichealth.jhu.edu/" target="_blank">Johns Hopkins Bloomberg School of Public Health.</a>
The primary goal of my research is to develop statistical methods and analytic tools to solve problems in the social sciences.
I am particularly interested in latent variable measurement in multilevel settings, propensity score methods for causal inference,
and moderated nonlinear factor analysis. I have applied these methods in empirical work, including exploring trends in disproportionate
discipline of minority students in schools over time, and developing a psychometrically sound screener of children’s social, emotional,
and behavioral functioning.
-->
I am an assistant professor in the
<a href = "https://psyc.jmu.edu/gradpsyc/" target="_blank"> Department of Graduate Psychology </a>
at James Madison University,
as well as an assistant assessment specialist at the
<a href = "https://www.jmu.edu/assessment/" target="_blank"> Center for Assessment and Research Studies</a>.
I am a faculty member of the
<a href = "https://psyc.jmu.edu/assessment/" target="_blank"> Assessment and Measurement </a>
Ph.D. program and the Psychological Sciences M.A. concentration in
<a href = "https://psyc.jmu.edu/psycsciences/quantitativepsyc.html" target="_blank"> Quantitative Psychology</a>.
Prior to joining JMU, I was a postdoctoral fellow at Johns Hopkins Bloomberg School of Public Health
working alongside Dr. Elizabeth Stuart and Dr. Rashelle Musci.
<br>
<br>
I am primarily interested in improving statistical methods and research designs for the social sciences.
Often utilizing Monte Carlo simulation studies, this has included work on construct implications for
multilevel measurement models, propensity score matching and weighting for intervention implementation,
and research design considerations such as statistical power for clustered randomized trials.
Within the Center for Assessment and Research Studies, I oversee the Program Assessment Support Services (PASS) team,
supporting the university’s assessment efforts by evaluating program-level assessment reports.
</p>
<!-- Can we add a little bit of extra vertical spacing between the end
of the about me section and the beginning of the Education section? -->
<!-- also mentioning here that we did float the idea of possibly trying to
put the education info in the first column under the .jpeg photo and buttons -->
<!-- making a third random note here about the hamburger menu. On the web browser,
once the window is narrowed so that 'home publications code and cv' collapse
into a hamburger menu, you can click the hamburger menu and see these referenced
within (and if you click on one, it appropriately takes you to that page). However,
if you do not click on any, but again just click the hamburger menu to close it,
and re-drag your browser window back to wide, the names do not reappear in the
top banner (just goes to blank - no hamburger no nothing) -->
<!--- <h2 class = "education"> Education </h2> -->
<h2 class = "education"> Education </h2>
<!---
<h3 class="phd">
Ph.D. | 2021 | University of Virginia
</h3>
<p class = "phd_major">
Educational Psychology – Research, Statistics and Evaluation
<p
<h3 class="bs">
B.S. | 2016 | Syracuse University
</h3>
<p class = "bs_major">
Psychology – Minors in Applied Statistics, Philosophy
</p>
-->
<p class = "phd">
Ph.D. | 2021 | University of Virginia
<br>
Educational Psychology – Research, Statistics and Evaluation
<p
<br>
<p class = "bs">
B.S. | 2016 | Syracuse University
<br>
Psychology – Minors in Applied Statistics, Philosophy
</p>
</div>
</main>
<!-- <footer class ="home_page_footer">
<a href="https://github.com/jmk7cj" target = "_blank" class = "socialLinks">
<i class="fab fa-github"> </i>
</a>
<a href="https://twitter.com/_kushjoe"target = "_blank" class = "socialLinks">
<i class="fab fa-twitter"></i>
</a>
<a href="https://www.linkedin.com/feed/"target = "_blank" class = "socialLinks">
<i class="fab fa-linkedin"></i>
</a>
<a href="mailto:[email protected]" target = "_blank"class = "socialLinks">
<i class="fas fa-envelope"> </i>
</a>
</footer> -->
</body>
<script src="index.js"></script>
</html>