-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (48 loc) · 3.21 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Marc Kjerland</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1 class="header">Marc Kjerland, PhD</h1>
<p class="header"></p>
<ul>
<li><a class="buttons github" href="https://github.com/MarcKjerland">GitHub Profile</a></li>
</ul>
</header>
<section>
<h3>
<a id="about-me" class="anchor" href="#about-me" aria-hidden="true"><span class="octicon octicon-link"></span></a>About Me</h3>
<p>I am currently a senior quantitative analyst in Model Risk at KeyBank. </p>
<p>I previously worked at Bank of America as a senior data scientist / quantitative developer, and before that as a data scientist at Verisk Analytics. </p>
<!--<p> Previously I worked in the insurance analytics division at <a href="https://www.verisk.com">Verisk Analytics.</a> </p>-->
<p>My background is in computational science specializing in mathematical modeling, machine learning, high-performance computing, and geophysical applications. </p>
<p>In 2017 I worked with researchers at the <a href="http://iesp.uic.edu/">Institute for Environmental Science and Policy</a> of the <a href="http://www.uic.edu">University of Illinois at Chicago</a> developing novel performance metrics for urban institutions. From 2015-2017 I was a postdoctoral researcher at the <a href="http://www.coast.dpri.kyoto-u.ac.jp/">Maritime/Coastal Disaster Section</a> of the <a href="http://www.dpri.kyoto-u.ac.jp/en/">Disaster Prevention Research Institute</a> at Kyoto University, developing multi-scale models to simulate coastal flooding caused by typhoons. </p>
<p>Here is my <a href="resume.pdf">resume</a> (updated 2023). Please contact me if you'd like a detailed CV. </p>
<!--<p>Here is my <a href="resume.pdf">resume</a>, and here is a detailed <a href="CV.pdf">curriculum vitae</a>.</p>-->
<h3>
<a id="chipy" class="anchor" href="#chipy" aria-hidden="true"><span class="octicon octicon-link"></span></a>Storm surge for Hurricanes Harvey, Irma, and Maria</h3>
<p><a href="geoclaw.html">Click Here</a> for details of storm surge simulations for Harvey and Irma, presented September 2017 at the Chicago Python User Group (ChiPy).</p>
<h3>
<a id="contact" class="anchor" href="#contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Contact</h3>
<p>E-mail: marc.kjerland at gmail</p>
<p><img src="images/marc-saga-mural.jpg" alt="Image of Marc in front of Saga mural in Chicago"></p>
</section>
<footer>
<p><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>