How to give a good research talk
Andreas Zeller
How to give a good research talk Andreas Zeller Goals of the - - PowerPoint PPT Presentation
How to give a good research talk Andreas Zeller Goals of the Seminar Find your way into scientific cha l enges ! Structure and present scientific material " T rain your social and communication skills The Purpose of your Talk
Andreas Zeller
rain your social and communication skills
(and talk about it)!
my research talk, what should it be?
Complexity of Bio-inspired Computation in Combinatorial Optimization!
have never heard of you have heard of it, but wish they had not could not care less just came back from lunch and are ready for a nap
A vilage in the woods"
(and make it the audience’s problem) Wicked dragon attacks the peasants"
Peasants’ forks can not pierce dragon armor
Hero comes with vorpal blade and fights dragon"
V
W
"Weather", "Map"… "Travel", "Map"… "Theme"
Weather + Travel Themes Access-Location Internet Access-Location Internet Send-SMS
(e.g. at most 5 bullets per slide)!
because these are far too long and hard to read; also, they may tempt you in reading them loud.
looking for a restaurant, a bar, a pub or just to have fun in london? search no more! this application has all the information you need:
british, chinese, indian etc.
duration)
keywords: london, restaurants, bars, pubs, food, breakfast, lunch, dinner, meal, eat, supper, street view, navigation
looking for a restaurant, a bar, a pub or just to have fun in london? search no more! this application has all the information you need:
british, chinese, indian etc.
duration)
keywords: london, restaurants, bars, pubs, food, breakfast, lunch, dinner, meal, eat, supper, street view, navigation look restaur bar pub just fun london search search applic inform need can can can can can can can can search search everi type food food want french british chines indian etc us car bicycl walk view
map
view view near direct visual rout durat us us street view navig keyword london restaur bar pub breakfast lunch dinner meal eat supper street view navig distanc
look restaur bar pub just fun london search applic inform need can search everi type food want french british chines indian etc car bicycl walk can can us view object map visual rout search can can search object view distanc can
view near direct durat can can us us street view navig food keyword london restaur bar pub view breakfast lunch dinner meal eat supper street navig
fh,ε(x, y) = εEx,y tε Lx,yε(εu)ϕ(x) du = h
+ h 1 tε
tε Lx,yx(s)ϕ(x) ds − tε
tε
tε Lx,yx(s)ϕ(x) ds − Ex,y tε Lx,yε(εs)ϕ(x) ds
Lxϕ(x) + hθε(x, y) (64)
v = (x1, x2, . . . , xn) v ∈ V xi
1), (v2, m2, v′ 2), . . .
mi
∃(v, m, v′) ∈ t · abs(v) = s ∧ abs(v′) = s′ s
m
→ s′ s, s′ ∈ S
m
→ s′ s, s′ ∈ S
formulae in 30 seconds!
be presented on demand
illustrate the key idea!
and read your paper for the full foundations
{ char *eptr = encoded; char *dptr = decoded; int ok = 0; char c; c = *eptr; if (c == '+') { *dptr = ' '; } while (*eptr) { True *dptr = '\0'; return ok; } False True int digit_high = Hex_Values[*(++eptr)]; int digit_low = Hex_Values[*(++eptr)]; if (digit_high == -1 || digit_low == -1) { True
} True else { *dptr = 16 * digit_high + digit_low; } False ++dptr; ++eptr; } False False elseif (c == '%') { else *dptr = *eptr; } int cgi_decode(char *encoded, char *decoded) A C B D E F G H I L M
A B C D E G F H I L M
“test”
✔ ✔ ✔ ✔ ✔ ✔ ✔
{ char *eptr = encoded; char *dptr = decoded; int ok = 0; char c; c = *eptr; if (c == '+') { *dptr = ' '; } while (*eptr) { True *dptr = '\0'; return ok; } False True int digit_high = Hex_Values[*(++eptr)]; int digit_low = Hex_Values[*(++eptr)]; if (digit_high == -1 || digit_low == -1) { True
} True else { *dptr = 16 * digit_high + digit_low; } False ++dptr; ++eptr; } False False elseif (c == '%') { else *dptr = *eptr; } int cgi_decode(char *encoded, char *decoded) A C B D E F G H I L M
A B C D E G F H I L M
“test”
✔ ✔ ✔ ✔ ✔ ✔ ✔
25 50 75 100 Abdeckung
63
{ char *eptr = encoded; char *dptr = decoded; int ok = 0; char c; c = *eptr; if (c == '+') { *dptr = ' '; } while (*eptr) { True *dptr = '\0'; return ok; } False True int digit_high = Hex_Values[*(++eptr)]; int digit_low = Hex_Values[*(++eptr)]; if (digit_high == -1 || digit_low == -1) { True
} True else { *dptr = 16 * digit_high + digit_low; } False ++dptr; ++eptr; } False False elseif (c == '%') { else *dptr = *eptr; } int cgi_decode(char *encoded, char *decoded) A C B D E F G H I L M
A B C D E G F H I L M
“test”
✔ ✔ ✔ ✔ ✔ ✔ ✔
“a+b”
✔
25 50 75 100 Abdeckung
72
{ char *eptr = encoded; char *dptr = decoded; int ok = 0; char c; c = *eptr; if (c == '+') { *dptr = ' '; } while (*eptr) { True *dptr = '\0'; return ok; } False True int digit_high = Hex_Values[*(++eptr)]; int digit_low = Hex_Values[*(++eptr)]; if (digit_high == -1 || digit_low == -1) { True
} True else { *dptr = 16 * digit_high + digit_low; } False ++dptr; ++eptr; } False False elseif (c == '%') { else *dptr = *eptr; } int cgi_decode(char *encoded, char *decoded) A C B D E F G H I L M
A B C D E G F H I L M
“test”
✔ ✔ ✔ ✔ ✔ ✔ ✔
“a+b”
✔
“%3d”
✔ ✔
25 50 75 100 Abdeckung
91
{ char *eptr = encoded; char *dptr = decoded; int ok = 0; char c; c = *eptr; if (c == '+') { *dptr = ' '; } while (*eptr) { True *dptr = '\0'; return ok; } False True int digit_high = Hex_Values[*(++eptr)]; int digit_low = Hex_Values[*(++eptr)]; if (digit_high == -1 || digit_low == -1) { True
} True else { *dptr = 16 * digit_high + digit_low; } False ++dptr; ++eptr; } False False elseif (c == '%') { else *dptr = *eptr; } int cgi_decode(char *encoded, char *decoded) A C B D E F G H I L M
A B C D E G F H I L M
“test”
✔ ✔ ✔ ✔ ✔ ✔ ✔
“a+b”
✔
“%3d”
✔ ✔
“%g”
✔
25 50 75 100 Abdeckung
100
Predicted as Malicious! Predicted as! Benign Malicious Apps
Benign Apps
With Clusters (our approach)
With Clusters (our approach)
Malicious Apps Benign Apps
0 % 25 % 50 % 75 % 100 %
Before the talk:!
ash your hands!
(no brain required)
7 % 38 % 55 %
Body language V
Content
(“What should the poor peasants do?”)&
(not to slides, not to professor)!
…and they lived in peace henceforth&
…and the key point is:&
…but there are more dragons that loom in the dark&
If you ever see a dragon, …
Andreas Zeller Saarland University, Saarbrücken, Germany
Joint work with Alessandra Gorla, Ilaria Tavecchia, and Florian Gross
http://www.st.cs.uni-saarland.de/chabada/
and to direct and shape own work!
to have no questions at al
time for preparing an answer)!
no punching in the lecture room