-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
229 lines (152 loc) · 8.62 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
<!doctype html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TT9MYHW754"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TT9MYHW754');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<style media="screen">
body {
padding-top: 70px;
padding-bottom: 70px;
}
</style>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/terminal.min.css" />
<style>
.blog-card-container {
display: flex;
}
.blog-card-left {
flex: 1;
}
.blog-card-right {
flex: 3;
}
</style>
<!-- Mathjax -->
<!-- <script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML">
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
</script> -->
<script>
MathJax = {
tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']]
},
svg: {
fontCache: 'global'
}
};
</script>
<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js">
</script>
</head>
<title>Welcome! - Roni Kobrosly's Personal Site</title>
<body>
<div class="container">
<h1 class="logo">
<a style="color:black" href="/">
Roni Kobrosly Ph.D.'s Website
</a>
</h1>
<!-- Top Navigation (local links) -->
<div class="terminal-nav">
<nav class="terminal-menu" id="local-links">
<ul>
<li class="menu-item">
<!-- Set blinking cursor correctly on navigation -->
<a class="terminal-prompt" href="/" rel="">Home</a>
</li>
<li class="menu-item">
<!-- Set blinking cursor correctly on navigation -->
<a href="/blog" rel="">Blog</a>
</li>
<li class="menu-item">
<!-- Set blinking cursor correctly on navigation -->
<a href="/open-source" rel="">Open Source</a>
</li>
<li class="menu-item">
<!-- Set blinking cursor correctly on navigation -->
<a href="/talks" rel="">Talks</a>
</li>
<li class="menu-item">
<!-- Set blinking cursor correctly on navigation -->
<a href="/art" rel="">Art</a>
</li>
<li class="menu-item">
<!-- Set blinking cursor correctly on navigation -->
<a href="/bio" rel="">Bio</a>
</li>
</ul>
</nav>
</div>
<!-- Body -->
<div id="body">
<div class="terminal-card">
<div class="card-body">
<p>Hello! I'm Roni and I'm a Washington, DC-based Distinguished Engineer of Data Science @ <a href="https://www.capitalone.com/">Capital One</a>. Previous to that, I've been a fractional CTO, Head of Data Science @ <a href="https://drfirst.com/">DrFirst</a>, and a machine learning engineer / data scientist / statistician / data person in the tech industry. Before working the in the tech industry, I was a PhD environmental epidemiologist carrying out research @ the <a href="https://icahn.mssm.edu/">Icahn School of Medicine @ Mount Sinai in New York City</a>.</p>
<p>I'm the creator and maintainer of the web service <a href="https://datacompass.ai">Data Compass AI</a>, a free web service to make the data maturity levels of various organizations transparent.</p>
<p>I'm also the creator and maintainer of the open-source python package <a href="https://github.com/ronikobrosly/causal-curve">causal-curve</a>, and I also maintain this <a href="https://github.com/ronikobrosly/awesome-data-leadership">ridiculously long list of resources for data leaders</a>.</p>
<p>I've also spoken at multiple data science conferences, primarily on the topic of causality and data.</p>
<p>What I do and love:</p>
<ul>
<li>building out an organization's data strategy</li>
<li>helping growing orgs become more data-driven and establishing excellent processes/patterns</li>
<li>building teams and mentoring (and learning from) junior and senior data analysts, scientists, and engineers</li>
<li>architecting data and machine learning platforms</li>
<li>keeping up to date with the constantly evolving modern data-stack</li>
</ul>
<p>My two dream jobs:</p>
<ul>
<li>serving as a head of data or a very early data hire at at relatively stable series A/B/C startup that is looking for guidance on data pipelines and best practices, designing northstar metrics, creating useful dashboards and analytics, and if we get far enough, building some machine learning for automation</li>
<li>serving as a very senior IC data scientist / ML engineer (Distinguished Engineer, Sr Staff, etc), at an organization with solid operational excellence (I'm industry agnostic)</li>
</ul>
<p>I love meeting people so please don't hesitate to reach out!</p>
</div>
</div>
</div>
<!-- Bottom Navigation (external links) -->
<div class="terminal-nav">
<nav class="terminal-menu" id="local-links">
<ul>
<li class="nav-item">
<a class="nav-link" href="https://raw.githubusercontent.com/ronikobrosly/resume/main/kobrosly_data_jan_2025_IC.pdf" rel="">
Resume</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.linkedin.com/in/ronikobrosly" rel="">
LinkedIn</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://github.com/ronikobrosly" rel="">
GitHub</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://stackoverflow.com/users/2831487/slyron" rel="">
Stack Overflow</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://bsky.app/profile/slykoby.bsky.social" rel="">
Bluesky</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://scholar.google.com/scholar?hl=en&as_sdt=0%2C21&q=rw+kobrosly&btnG=" rel="">
Publications</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://mail.google.com/mail/?view=cm&fs=1&[email protected]&su=Hi! Reaching out from your personal website...&body=blah blah blah" rel="">
Contact Me</a>
</li>
</ul>
</nav>
</div>
</div>
</body>