forked from bradyrx/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
361 lines (218 loc) · 13.2 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Riley X. Brady</title>
<meta name="description" content="The personal/academic page for Riley Brady.">
<!-- Bootstrap & MDB -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.17.0/css/mdb.min.css" integrity="sha256-/SwJ2GDcEt5382i8zqDwl36VJGECxEoIcBIuoLmLR4g=" crossorigin="anonymous" />
<!-- Fonts & Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" integrity="sha256-h20CPZ0QyXlBuAw7A+KluUYx/3pK+c7lYEpqLTlxjYQ=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.6/css/academicons.min.css" integrity="sha256-uFVgMKfistnJAfoCUQigIl+JfUaP47GrRKjf6CTPVmw=" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:100,300,400,500,700|Material+Icons">
<!-- Styles -->
<link rel="shortcut icon" href="/assets/img/favicon.ico">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="canonical" href="/">
<!-- Open Graph -->
<meta property="og:site_name" content="The personal/academic page for Riley Brady." />
<meta property="og:type" content="object" />
<meta property="og:title" content="" />
<meta property="og:url" content="https://bradyrx.github.io/" />
<meta property="og:description" content="Riley X. <b>Brady</b>" />
<meta property="og:image" content="/assets/img/viz/southern_ocean_carbon/thumb.jpg" />
</head>
<body class="fixed-top-nav ">
<!-- Header -->
<header>
<!-- Nav Bar -->
<nav id="navbar" class="navbar navbar-light bg-white navbar-expand-sm fixed-top">
<div class="container">
<!-- Navbar Toogle -->
<button class="navbar-toggler collapsed ml-auto" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar top-bar"></span>
<span class="icon-bar middle-bar"></span>
<span class="icon-bar bottom-bar"></span>
</button>
<div class="collapse navbar-collapse text-right" id="navbarNav">
<ul class="navbar-nav ml-auto flex-nowrap">
<!-- About -->
<li class="nav-item ">
<a class="nav-link" href="/">
about
</a>
</li>
<!-- Blog -->
<li class="nav-item ">
<a class="nav-link" href="/blog/">
blog
</a>
</li>
<!-- Other pages -->
<li class="nav-item ">
<a class="nav-link" href="/bookmarks/">
bookmarks
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="/viz/">
viz
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="/publications/">
publications
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="/software/">
software
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="/cv/">
vita
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- Content -->
<div class="container mt-5">
<div class="post">
<header class="post-header">
<h1 class="post-title">Riley X. <b>Brady</b></h1>
<p class="post-description"><i>Senior Climate Data Scientist, McKinsey & Company</i></p>
</header>
<article>
<div class="post">
<header class="post-header">
</header>
<article>
<div class="row">
<div class="col">
<p>I am a Senior Data Scientist with the Climate Analytics team at McKinsey & Company. I serve as part consultant, part software developer, where I develop python software to bring best-in-class assessments of a wide breadth of physical climate hazards to clients across many sectors. I have developed a skillset for leveraging climate models to quantify and make projections of physical hazards such as agricultural drought, urban water stress, heat stress, landslides, extreme winds, and extreme precipitation.</p>
<p>During my PhD, I analyzed output from state-of-the-art Earth System Models (ESMs) to understand the impacts of internal climate variability and anthropogenic climate change on regional ocean biogeochemistry. In particular, I focused on carbonate chemistry in Eastern Boundary Upwelling Systems and the Southern Ocean.</p>
<p>My academic toolkit generally included multi-model and single-model ensembles. I used these to assess signal-to-noise ratios in long-term projections of upwelling <a href="/papers/Brady2017.pdf">(Brady et al., 2017)</a>, to isolate the influence of internal climate variability on air-sea CO\(_2\) fluxes <a href="/papers/Brady2019.pdf">(Brady et al., 2019)</a>, and to make multiyear forecasts of surface pH <a href="/papers/Brady2020.pdf">(Brady et al., 2020)</a>. I also ran a high-resolution Lagrangian/Eulerian simulation to study the upwelling of dissolved inorganic carbon in the Southern Ocean <a href="/papers/Brady2021a.pdf">(Brady et al., 2021)</a>.</p>
<p>I <a href="/software">contribute</a> to a number of open-source python packages for the geosciences and am a core developer for <a href="https://climpred.readthedocs.io">climpred</a> and <a href="https://esmtools.readthedocs.io">esmtools</a>. I am passionate about data visualization and work with ParaView to make <a href="https://vimeo.com/user96067365">movies</a> of high-resolution climate models.</p>
<p>You can find an html copy of my CV <a href="/cv">here</a> and PDF version <a href="https://github.com/bradyrx/public_documents/blob/master/BradyRX_CV.pdf">here</a>. My one-page industry resume can be found <a href="https://github.com/bradyrx/public_documents/blob/master/BradyRX_resume.pdf">here</a>.</p>
</div>
<div class="profile col-4 order-first">
<img class="img-fluid z-depth-1 rounded" src="/assets/img/prof_pic.jpg">
<caption> </caption>
</div>
</div>
<div class="news">
<h2>news</h2>
<div class="table-responsive">
<table class="table table-sm table-borderless">
<tr>
<th scope="row">Oct 16, 2021</th>
<td>
My last PhD paper on the impacts of Southern Ocean topography on the upwelling of carbon has been <a href="https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/2021GL095088">published in GRL</a>. You can read the paper <a href="/papers/Brady2021a.pdf">here</a>.
</td>
</tr>
<tr>
<th scope="row">Mar 2, 2021</th>
<td>
My work with Aaron Spring developing the <a href="https://climpred.readthedocs.io/en/stable/">climpred</a> python package for weather and climate verification is <a href="https://joss.theoj.org/papers/10.21105/joss.02781">now published</a> in the Journal of Open Source Software.
</td>
</tr>
<tr>
<th scope="row">Mar 2, 2021</th>
<td>
My work with Aaron Spring developing the <a href="https://climpred.readthedocs.io/en/stable/">climpred</a> python package for weather and climate verification is <a href="https://joss.theoj.org/papers/10.21105/joss.02781">now published</a> in the Journal of Open Source Software.
</td>
</tr>
<tr>
<th scope="row">Jan 5, 2021</th>
<td>
I successfully defended my Ph.D. in Atmospheric & Oceanic Sciences at CU Boulder! I am now a Senior Data Scientist in Climate Analytics at McKinsey & Company’s <a href="https://www.mckinsey.com/industries/agriculture/how-we-help-clients/acre">ACRE practice</a>.
</td>
</tr>
<tr>
<th scope="row">Jan 5, 2021</th>
<td>
I successfully defended my Ph.D. in Atmospheric & Oceanic Sciences at CU Boulder! I am now a Senior Data Scientist in Climate Analytics at McKinsey & Company’s <a href="https://www.mckinsey.com/industries/agriculture/how-we-help-clients/acre">ACRE practice</a>.
</td>
</tr>
</table>
</div>
</div>
<div class="social">
<span class="contact-icon text-center">
<a href="mailto:%72%69%6C%65%79.%62%72%61%64%79@%63%6F%6C%6F%72%61%64%6F.%65%64%75"><i class="fas fa-envelope"></i></a>
<a href="https://scholar.google.com/citations?user=H_nRAbIAAAAJ" target="_blank" title="Google Scholar"><i class="ai ai-google-scholar"></i></a>
<a href="https://www.researchgate.net/profile/Riley_Brady/" target="_blank" title="ResearchGate"><i class="ai ai-researchgate"></i></a>
<a href="https://github.com/bradyrx" target="_blank" title="GitHub"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/rileybrady" target="_blank" title="LinkedIn"><i class="fab fa-linkedin"></i></a>
<a href="https://twitter.com/rileyxbrady" target="_blank" title="Twitter"><i class="fab fa-twitter"></i></a>
</span>
<div class="contact-note">You can reach me at [email protected].
</div>
</div>
</article>
</div>
</article>
</div>
</div>
<!-- Footer -->
<footer class="fixed-bottom">
<div class="container mt-0">
© Copyright 2021 Riley X. Brady.
Powered by <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> and based on the <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme. Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.
Last updated: October 16, 2021.
</div>
</footer>
</body>
<!-- Load Core and Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.4.0/umd/popper.min.js" integrity="sha256-OH05DFHUWzr725HmuHo3pnuvUUn+TJuj8/Qz9xytFEw=" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.17.0/js/mdb.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<!-- Load Common JS -->
<script src="/assets/js/common.js"></script>
<!-- Code Syntax Highlighting -->
<link rel="stylesheet" href="https://gitcdn.link/repo/jwarby/jekyll-pygments-themes/master/github.css" />
<!-- Load KaTeX -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.11.1/katex.min.css" integrity="sha256-V8SV2MO1FUb63Bwht5Wx9x6PVHNa02gv8BgH/uH3ung=" crossorigin="anonymous" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.11.1/katex.min.js" integrity="sha256-F/Xda58SPdcUCr+xhSGz9MA2zQBPb0ASEYKohl8UCHc=" crossorigin="anonymous"></script>
<script src="/assets/js/katex.js"></script>
<!-- Load Mansory & imagesLoaded -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/masonry/4.2.2/masonry.pkgd.min.js" integrity="" crossorigin="anonymous"></script>
<script src="https://unpkg.com/imagesloaded@4/imagesloaded.pkgd.min.js"></script>
<!-- Project Cards Layout -->
<script type="text/javascript">
// Init Masonry
var $grid = $('.grid').masonry({
gutter: 10,
horizontalOrder: true,
itemSelector: '.grid-item',
});
// layout Masonry after each image loads
$grid.imagesLoaded().progress( function() {
$grid.masonry('layout');
});
</script>
<!-- Enable Tooltips -->
<script type="text/javascript">
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
</script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-90792639-1', 'auto');
ga('send', 'pageview');
</script>
</html>