-
Notifications
You must be signed in to change notification settings - Fork 8
/
jovo_20-21.html
169 lines (102 loc) · 3.21 KB
/
jovo_20-21.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
<!DOCTYPE html>
<html>
<head>
<title>jovo 20-21</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_i.css">
<script type="text/javascript" src="assets/plotly/plotly-latest.min.js"></script>
</head>
<body>
<textarea id="source">
# jovo '20-21
![:scale 40%](images/neurodata_blue.png)
---
# Why I am here?
you.
---
### Hardest and best year yet
1. new baby (no sleeping for 6 months)
2. COVID (no sleeping for 6 months)
3. today (working on sleeping)
--
1. Lifelong learning
2. Bridging biological and artificial learning (bios to bits to bots)
---
### New peeps
1. Ali Geisa
2. Ali Saad-Eldin
3. Eva
4. Jayanta
5. Jong
6. Kaleab
7. Tingshan
8. Will Levine
---
# New pubs
![:scale 25%](images/nd_scholar_oct20.png)
(31 in 2020 @ Google scholar, same as last year)
---
class:middle
# Managing Up tips
---
### Be humble
- We are basically [teal](https://medium.com/swlh/moving-towards-teal-management-5fbbcf1bee85)
- But we have to report to funders, deans, chairs, senior collaborators
- My job is both to train you, and to increase the probability of you landing your dream job next
- Mike example
---
### Take notes
- When we talk, take detailed notes
- Ideally in a place that we can both see them
- Eric example
---
### Make an appointment
- I am available at nights
- Appointments with are great for resolving ambiguities or conflicts, much better than slack/email
- Pedigo example
---
### Jovo plans
- Response to emails weekly
- Response to slack nightly
- Run a bios-bits-bots (B3) center at JHU
---
background-image: url(images/l_and_v.jpeg)
.footnote[Questions?]
</textarea>
<!-- <script src="https://gnab.github.io/remark/downloads/remark-latest.min.js"></script> -->
<!-- <script src="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 },
]
});
}
remark.macros.scale = function (percentage) {
var url = this;
return '<img src="' + url + '" style="width: ' + percentage + '" />';
};
// var slideshow = remark.create({
// Set the slideshow display ratio
// Default: '4:3'
// Alternatives: '16:9', ...
// {
// ratio: '16:9',
// });
var slideshow = remark.create(options, renderMath);
</script>
</body>
</html>