-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
115 lines (91 loc) · 5.56 KB
/
index.html
File metadata and controls
115 lines (91 loc) · 5.56 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Julia Yan</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="keywords" content="UBC, Sauder, operations, analytics, transportation, logistics" />
<meta name="description" content="Julia Yan, UBC Sauder">
<meta name="author" content="Julia Yan">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!--<link rel="icon" type="image/png" href="images/favicon.png">-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145694593-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-145694593-1');
</script>
</head>
<body>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container">
<section class="header">
</section>
<div class="navbar-spacer"></div>
<nav class="navbar">
<div class="container">
<ul class="navbar-list">
<li class="navbar-header"><h3 class = "navbar-title">Julia Yan</h3></li>
<li class="navbar-item"><a class="navbar-link" href="#contact">Contact</a></li>
<!--<li class="navbar-item"><a class="navbar-link" href="#research">Research</a></li>-->
<li class="navbar-item"><a class="navbar-link" href="#about">About</a></li>
</ul>
</div>
</nav>
<div class="docs-section" id="about">
<h5 class="docs-header">About</h5>
<div class="row">
<div class="twelve columns">
<img src="images/profile.jpg" alt="profile.jpg" style="float: left; padding: 10px">
<p>
I am an Assistant Professor in the <a href="https://www.sauder.ubc.ca/thought-leadership/divisions/operations-and-logistics" target="_blank">Operations and Logistics</a> division at <a href="https://www.sauder.ubc.ca/" target="_blank">UBC Sauder</a>.
Prior to joining UBC, I received my PhD from the <a href="http://orc.mit.edu/" target="_blank">Operations Research Center</a> at
<a href="http://www.mit.edu" target="_blank">MIT</a>, advised by <a href="http://www.mit.edu/~dbertsim/" target="_blank">Dimitris Bertsimas</a>. I also spent a year as a postdoctoral research fellow at <a href="https://www.lyft.com/" target="_blank">Lyft</a>.
Before my PhD, I spent two years at an operations research and business analytics consulting company called Analytics Operations Engineering (since acquired by <a href="http://www.mckinsey.com/" target="_blank">McKinsey & Company</a>).
I completed my undergraduate degree at <a href="http://www.princeton.edu/" target="_blank">Princeton University</a> in 2013. <br><br>
I am interested in data analytics and large-scale optimization with applications in transportation.
My research centers on applications in urban mass transit and micromobility, but I am broadly interested in topics with positive social impact.
<br>
</p>
<p>
You can find my CV <a href="https://www.dropbox.com/s/mipvt59zlc9vd7a/yan-julia-cv.pdf?dl=0" target="_blank">here</a>.
<p>
<a href="#top">Top of Page</a>
</div>
</div>
</div>
<div class="docs-section" id="contact">
<h5 class="docs-header">Contact</h5>
<div class="row">
<div class="twelve columns">
<i class="fa fa-map-marker" style="display:inline-block; width:1em; text-align:center"></i> 2053 Main Mall, Vancouver, BC V6T 1Z2<br>
<i class="fa fa-envelope" style="display:inline-block; width:1em; text-align:center"></i> julia.yan [AT] sauder [DOT] ubc [DOT] ca<br>
<i class="fa fa-linkedin" style="display:inline-block; width:1em; text-align:center"></i> <a href="http://www.linkedin.com/in/julia-yan-157199155/" target="_blank">LinkedIn</a><br>
<br>
<a href="#top">Top of Page</a>
<div>
</div>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>