-
Notifications
You must be signed in to change notification settings - Fork 8
/
jhu-bmes19.html
100 lines (64 loc) · 2.32 KB
/
jhu-bmes19.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
<!DOCTYPE html>
<html>
<head>
<title>JHU-BMES</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" href="fonts/quadon/quadon.css">
<link rel="stylesheet" href="fonts/gentona/gentona.css">
<link rel="stylesheet" href="slides_style.css">
<script type="text/javascript" src="assets/plotly/plotly-latest.min.js"></script>
</head>
<body>
<textarea id="source">
name:opening
## Journey to Here
Joshua T. Vogelstein
<img src="images/neurodata_purple.png" style="height:250px; float:right;"/>
<br><br><br><br><br><br><br><br><br><br>
<img src="images/funding/jhu_bme_blue.png" STYLE="HEIGHT:95px;"/>
<img src="images/funding/KNDI.png" STYLE="HEIGHT:95px;"/>
.foot[[jovo@jhu.edu](mailto:[email protected]) | <http://neurodata.io/talks/> | [@neuro_data](https://twitter.com/neuro_data)]
---
class: middle, inverse
.center[please interrupt & ask questions]
---
### important questions
- what do i love to do
- what am i particularly awesome at
- what are the biggest global problems
---
### background
- high school
- college: wash u
- gap year: wash u
- grad school: jhu
- post doc: duke
- faculty: jhu
---
class: middle, inverse
.center[here]
---
class:center
<img src="images/lion_l2m.JPG" style="position:absolute; top:0px; left:0px; height:100%;"/>
</textarea>
<!-- <script src="https://gnab.github.io/remark/downloads/remark-latest.min.js"></script> -->
<script src="remark-latest.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.5.1/katex.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.5.1/contrib/auto-render.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.5.1/katex.min.css">
<script type="text/javascript">
var options = {};
var renderMath = function() {
renderMathInElement(document.body);
// or if you want to use $...$ for math,
renderMathInElement(document.body, {delimiters: [ // mind the order of delimiters(!?)
{left: "$$", right: "$$", display: true},
{left: "$", right: "$", display: false},
{left: "\\[", right: "\\]", display: true},
{left: "\\(", right: "\\)", display: false},
]});
}
var slideshow = remark.create(options, renderMath);
</script>
</body>
</html>