-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 1.06 KB
/
index.html
File metadata and controls
31 lines (31 loc) · 1.06 KB
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
---
layout: default
title: Jared S. Murray, PhD
about: active
cv: passive
contact: passive
research: passive
teaching: passive
---
<div class="row marketing">
<div class="col-sm-4">
<img class="img-rounded", width=198, height=259, alt="Jared Murray" src="img/edit.png">
</div>
<div class="col-sm-8">
<p>
I'm an assistant professor of statistics in the Department of Information, Risk, and Operations Management at the McCombs School of Business. Until July of 2017 I was a visiting assistant professor in the Department of Statistics at Carnegie Mellon University.
I completed my Ph.D. in Statistical Science at Duke University with Jerry Reiter.
I also hold a B.S. in Interdisciplinary Mathematics (Statistics) from the University of New Hampshire and an M.S. in Statistical Science from Duke University.
</p>
</div>
</div>
<!--
<div id="home">
<h1>Blog Posts</h1>
<ul class="posts">
{% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>
-->