Oral Communication Skills Lucy Nowell, DOE Kathryn S McKinley, - - PowerPoint PPT Presentation

oral communication skills
SMART_READER_LITE
LIVE PREVIEW

Oral Communication Skills Lucy Nowell, DOE Kathryn S McKinley, - - PowerPoint PPT Presentation

Presentation and Oral Communication Skills Lucy Nowell, DOE Kathryn S McKinley, Microsoft Research Welcome! Always greet your audience and tell them you are honored to talk to them! Why do presenta.on skills ma3er?


slide-1
SLIDE 1

Presentation and Oral Communication Skills

Lucy Nowell, DOE Kathryn S McKinley, Microsoft Research

slide-2
SLIDE 2

Welcome!

Always greet your audience and tell them you are honored to talk to them!

slide-3
SLIDE 3

Why ¡do ¡presenta.on ¡skills ¡ma3er? ¡

Communica)ng ¡well ¡makes ¡you ¡happy ¡ Inspires ¡others ¡to ¡give ¡you ¡capital ¡ ¡ ¡a#en&on, ¡pointers, ¡funding, ¡collabora&on, ¡ ¡ ¡ideas, ¡jobs, ¡financing, ¡etc. ¡ You ¡will ¡explain ¡ideas, ¡techniques, ¡and ¡ results ¡your ¡en)re ¡life ¡

Formally ¡and ¡informally ¡in ¡your ¡personal ¡& ¡ professional ¡rela&onships, ¡at ¡conferences, ¡in ¡ interviews, ¡in ¡classrooms, ¡with ¡colleagues ¡ ¡ ¡

slide-4
SLIDE 4

WHAT IS YOUR HOOK?

slide-5
SLIDE 5

Programming the Internet of Uncertain <T>hings

James Bornholt Na Meng Todd Mytkowicz Kathryn S. McKinley

University of Washington University of Texas at Austin Microsoft Research Microsoft Research

slide-6
SLIDE 6

24 mph

slide-7
SLIDE 7

59 mph

slide-8
SLIDE 8

8

GeoCoordinate ¡PrevLocn ¡= ¡Get(); ¡ Sleep(5); ¡ GeoCoordinate ¡Location ¡= ¡Get(); ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡

slide-9
SLIDE 9

9

GeoCoordinate ¡PrevLocn ¡= ¡Get(); ¡ Sleep(5); ¡ GeoCoordinate ¡Location ¡= ¡Get(); ¡ double ¡Dist ¡= ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡Distance(PrevLocn, ¡Location); ¡ double ¡Speed ¡= ¡Dist ¡/ ¡5; ¡ ¡ ¡ ¡

slide-10
SLIDE 10

1

GeoCoordinate ¡PrevLocn ¡= ¡Get(); ¡ Sleep(5); ¡ GeoCoordinate ¡Location ¡= ¡Get(); ¡ double ¡Dist ¡= ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡Distance(PrevLocn, ¡Location); ¡ double ¡Speed ¡= ¡Dist ¡/ ¡5; ¡ ¡ if ¡(Speed ¡> ¡4) ¡ ¡ ¡ ¡ ¡Print(Speed); ¡

59 mph

slide-11
SLIDE 11
slide-12
SLIDE 12

1 2 ¡

Uncertain<GeoCoordinate> ¡PrevLocn ¡= ¡Get(); ¡ Sleep(5); ¡ Uncertain<GeoCoordinate> ¡Location ¡= ¡Get(); ¡ Uncertain<double> ¡Dist ¡= ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡Distance(PrevLocn, ¡Location); ¡ Uncertain<double> ¡Speed ¡= ¡Dist ¡/ ¡5; ¡ ¡ if ¡(Speed ¡> ¡4) ¡ ¡ ¡ ¡ ¡Alert("Keep ¡it ¡up!"); ¡ 86% fewer errors

slide-13
SLIDE 13

What’s the point of a hook?

Grabs ¡your ¡audience’s ¡a#en&on ¡ ¡ Peaks ¡audience ¡interest ¡ ¡ What’s ¡the ¡point ¡of ¡your ¡talk? ¡

slide-14
SLIDE 14

Learn from the best

¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡Ayanna ¡Howard ¡ ¡ Who ¡inspires ¡you ¡and ¡why? ¡ ¡ ¡Ted ¡Talks ¡-­‑-­‑-­‑ ¡Amy ¡Cuddy ¡ ¡ ¡ ¡“Your ¡body ¡language ¡shapes ¡who ¡you ¡are” ¡

slide-15
SLIDE 15

One minute exercise

On a scale of 1 to 10, how confident do you feel right now?

slide-16
SLIDE 16

Please stand and put your hands on your hips

slide-17
SLIDE 17

One minute exercise

On a scale of 1 to 10, how confident do you feel right now?

slide-18
SLIDE 18

Next

Knowing ¡your ¡constraints ¡ ¡ Elements ¡of ¡style ¡ ¡ Ques&on ¡& ¡answer ¡ ¡ Feel ¡free ¡to ¡ask ¡ques)ons ¡ ¡ ¡

slide-19
SLIDE 19

Analyze your constraints

Audience ¡ What ¡do ¡they ¡know? ¡ Why ¡are ¡they ¡here? ¡ Biases? ¡ ¡ Occasion ¡ Time ¡ Size ¡ Purpose ¡ To ¡inform ¡ To ¡teach ¡ To ¡persuade ¡ To ¡inspire ¡

slide-20
SLIDE 20

Analyze your constraints

Audience ¡ What ¡do ¡they ¡know? ¡ Why ¡are ¡they ¡here? ¡ Biases? ¡ ¡ Occasion ¡ Time ¡ Size ¡ Purpose ¡ To ¡inform ¡ To ¡teach ¡ To ¡persuade ¡ To ¡inspire ¡

Seize ¡your ¡opportuni.es! ¡

slide-21
SLIDE 21

Elements of Style

Structure ¡ Visual ¡aids ¡ Speech ¡vs ¡words ¡on ¡your ¡slides ¡ Delivery ¡

slide-22
SLIDE 22

Structure

Hook ¡ Context ¡se^ng ¡ Talklets ¡ ¡point ¡1, ¡point ¡2, ¡… ¡point ¡k ¡ ¡summary ¡ The ¡end ¡

slide-23
SLIDE 23

Context setting

Define ¡problem ¡ ¡ ¡ Background ¡ Significance ¡

slide-24
SLIDE 24

Related ¡Work– ¡Version ¡I ¡ ¡

“A ¡reasonable ¡approach ¡to ¡page ¡coloring” ¡

ASPLOS ¡‘06 ¡

“Another ¡page ¡coloring ¡idea” ¡

OSDI ¡’08 ¡

“Yet ¡another ¡page ¡coloring ¡idea” ¡

ASPLOS ¡‘07 ¡

¡

slide-25
SLIDE 25

Related ¡Work– ¡Version ¡II ¡ ¡

Spa)al ¡design ¡space ¡display ¡ highlights ¡novelty ¡

Run.me ¡Overhead ¡ Required ¡System ¡Changes ¡ Smith ¡et ¡al. ¡ ASPLOS ¡‘06 ¡ Jones ¡et ¡al. ¡ OSDI ¡‘08 ¡

This ¡Paper ¡

Founda&on ¡ ISCA ¡‘72 ¡

Op.mal ¡

slide-26
SLIDE 26

Middle

Don’t ¡be ¡afraid ¡of ¡technical ¡depth ¡ ¡ But… ¡make ¡it ¡understandable ¡ ¡ Typically ¡requires ¡new ¡visual ¡materials ¡ compared ¡to ¡your ¡reference ¡material ¡

slide-27
SLIDE 27

Re-­‑coloring ¡Procedure ¡– ¡Version ¡I ¡ ¡

Quick ¡search ¡for ¡K-­‑th ¡ ho#est ¡page’s ¡hotness ¡ Bin[ ¡i ¡][ ¡j ¡] ¡indicates ¡# ¡of ¡ pages ¡in ¡color ¡i ¡with ¡ normalized ¡hotness ¡in ¡ ¡ ¡ ¡ ¡ ¡[ ¡j, ¡j+1] ¡range ¡ ¡ ¡ ¡ ¡ ¡ ¡

slide-28
SLIDE 28

Re-­‑coloring ¡Procedure ¡– ¡Version ¡II ¡

Budget ¡= ¡2 ¡pages ¡ Cache ¡share ¡decrease ¡ hot ¡ warm ¡ ¡ cold ¡

slide-29
SLIDE 29

point 1 point 2 point 3 point 4 point 5 point 6 point 7 point 8

point 1 point 7 Summary

Big Picture

Middle & End

slide-30
SLIDE 30

Speech vs writing

slide-31
SLIDE 31

Delivery & Confidence

Monotonous ¡voice? ¡

Improve ¡ar)cula)on ¡with ¡tongue ¡twisters ¡ ¡

Peter ¡Piper ¡picked ¡a ¡peck ¡of ¡pickled ¡peppers… ¡

Prac)ce! ¡

slide-32
SLIDE 32

Questions

An&cipate ¡them ¡ Prepares ¡slides ¡ You ¡are ¡the ¡expert ¡ Reward ¡ques&oners ¡with ¡something! ¡ Aggressive ¡ques&oners ¡ Follow ¡up ¡

slide-33
SLIDE 33

Summary

Have ¡a ¡goal ¡ Know ¡your ¡audience ¡ Plan ¡ Content, ¡Delivery, ¡Design, ¡Prac&ce ¡ Great ¡visuals ¡are ¡key ¡ Exceed ¡your ¡audience ¡expecta&ons ¡ Accomplish ¡your ¡goal ¡

slide-34
SLIDE 34

Useful Resources

Oral ¡

David ¡Pa#erson: ¡How ¡to ¡Give ¡a ¡Bad ¡Talk ¡ h#p://pages.cs.wisc.edu/~markhill/ conference-­‑talk.html#badtalk ¡ Mark ¡Hill’s ¡“Oral ¡Presenta&on ¡Advice”, ¡ h#p://pages.cs.wisc.edu/~markhill/ conference-­‑talk.html ¡ CRA-­‑W, ¡ h#p://www.cra-­‑w.org/gradcohort ¡ h#p://www.randsinrepose.com/ archives/2008/02/03/out_loud.html ¡ h#p://www.slideshare.net/selias22/ taking-­‑your-­‑slide-­‑deck-­‑to-­‑the-­‑next-­‑level ¡ h#p://www.presenta&onzen.com/ ¡ ¡

General ¡

Female ¡Science ¡Professor ¡blog! ¡ h#p://science-­‑professor.blogspot.com/ ¡ ¡

Wri.ng ¡

  • Joseph ¡Williams, ¡“The ¡Basics ¡of ¡

Clarity ¡& ¡Style” ¡

  • Gopen ¡& ¡Swan ¡“The ¡Science ¡of ¡

Scien&fic ¡Wri&ng” ¡h#p:// www.americanscien&st.org/ issues/feature/the-­‑science-­‑of-­‑ scien&fic-­‑wri&ng/9 ¡

  • Many ¡schools ¡provide ¡many ¡

wri&ng ¡resources: ¡ ¡Use ¡them! ¡

¡ ¡ ¡ ¡Wri&ng ¡center ¡or ¡tutor. ¡

  • It ¡may ¡be ¡worthwhile ¡to ¡*pay* ¡a ¡

wri&ng ¡tutor ¡to ¡help ¡teach ¡you ¡ to ¡edit ¡your ¡own ¡work ¡ ¡ ¡

slide-35
SLIDE 35

Questions

An&cipate ¡them ¡ Prepares ¡slides ¡ You ¡are ¡the ¡expert ¡ Reward ¡ques&oners ¡with ¡something! ¡ Aggressive ¡ques&oners ¡ Follow ¡up ¡