tree talk richard h. lathrop dept. of computer science [email protected] donald bren hall 4224...

15
Tree Talk Richard H. Lathrop Dept. of Computer Science [email protected] Donald Bren Hall 4224 949-824-4021 Office hours Wed. 11am-noon Otherwise, MWF best

Upload: kerry-owens

Post on 14-Jan-2016

214 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Tree Talk Richard H. Lathrop Dept. of Computer Science rickl@uci.edu Donald Bren Hall 4224 949-824-4021 Office hours Wed. 11am-noon Otherwise, MWF best

Tree Talk

Richard H. LathropDept. of Computer Science

[email protected] Bren Hall 4224

949-824-4021Office hours Wed. 11am-noon

Otherwise, MWF best

Page 2: Tree Talk Richard H. Lathrop Dept. of Computer Science rickl@uci.edu Donald Bren Hall 4224 949-824-4021 Office hours Wed. 11am-noon Otherwise, MWF best

Tree Talk

Talk

“Design Top-Down.Implement Bottom-up.”

Page 3: Tree Talk Richard H. Lathrop Dept. of Computer Science rickl@uci.edu Donald Bren Hall 4224 949-824-4021 Office hours Wed. 11am-noon Otherwise, MWF best

Tree Talk

Talk

EndMiddleBeginning

Page 4: Tree Talk Richard H. Lathrop Dept. of Computer Science rickl@uci.edu Donald Bren Hall 4224 949-824-4021 Office hours Wed. 11am-noon Otherwise, MWF best

Tree Talk

Summary

Talk

EndMiddleBeginning

Intro Content

Page 5: Tree Talk Richard H. Lathrop Dept. of Computer Science rickl@uci.edu Donald Bren Hall 4224 949-824-4021 Office hours Wed. 11am-noon Otherwise, MWF best

Tree Talk

Summary

Talk

EndMiddleBeginning

Intro Content

Part 1 Part 2 (Part 3…)

Page 6: Tree Talk Richard H. Lathrop Dept. of Computer Science rickl@uci.edu Donald Bren Hall 4224 949-824-4021 Office hours Wed. 11am-noon Otherwise, MWF best

Tree Talk

Summary

Talk

EndMiddleBeginning

Intro Content

Part 1 Part 2 (Part 3…)

(Sub-Parts) (Sub-Parts)(Sub-Parts)

Page 7: Tree Talk Richard H. Lathrop Dept. of Computer Science rickl@uci.edu Donald Bren Hall 4224 949-824-4021 Office hours Wed. 11am-noon Otherwise, MWF best

Tree Talk

Summary

Talk

EndMiddleBeginning

Intro Content

Part 1 Part 2 (Part 3…)

(Sub-Parts) (Sub-Parts)(Sub-Parts)

(Most Interesting Details)

Page 8: Tree Talk Richard H. Lathrop Dept. of Computer Science rickl@uci.edu Donald Bren Hall 4224 949-824-4021 Office hours Wed. 11am-noon Otherwise, MWF best

One Common Technical Simple Story

“X is an important problem because Y, and

many people have worked on related topics

[review literature]. We approached it by Z,

with results P, Q, and R. The implications of

these results are A, B, and C.”

Page 9: Tree Talk Richard H. Lathrop Dept. of Computer Science rickl@uci.edu Donald Bren Hall 4224 949-824-4021 Office hours Wed. 11am-noon Otherwise, MWF best

Tree Talk

Talk

EndMiddleBeginning

ContentX is importantBecause Y

Our Approach

Z

Results

RQP

Implications

CBA

Page 10: Tree Talk Richard H. Lathrop Dept. of Computer Science rickl@uci.edu Donald Bren Hall 4224 949-824-4021 Office hours Wed. 11am-noon Otherwise, MWF best

Another Common Technical Simple Story

“Progress in area X is blocked by Y, and many people have worked on this [review literature]. To address this, we built a system that did Z. Its major subsystems are P, Q, and R. Future work includes A, B, and C..”

Page 11: Tree Talk Richard H. Lathrop Dept. of Computer Science rickl@uci.edu Donald Bren Hall 4224 949-824-4021 Office hours Wed. 11am-noon Otherwise, MWF best

Tree Talk

Talk

EndMiddleBeginning

ContentProgress in XBlocked by Y

Our System, Z

RQP

Future Work

CBA

Page 12: Tree Talk Richard H. Lathrop Dept. of Computer Science rickl@uci.edu Donald Bren Hall 4224 949-824-4021 Office hours Wed. 11am-noon Otherwise, MWF best

Length of Talk = Amount of Detail

Summary

Talk

EndMiddleBeginning

Intro Content

Part 1 Part 2 (Part 3…)

(Sub-Parts) (Sub-Parts)(Sub-Parts)

(Sub-Sub-Parts)(Sub-Sub-Parts) (Sub-Sub-Parts)

(Most Interesting Details)

Page 13: Tree Talk Richard H. Lathrop Dept. of Computer Science rickl@uci.edu Donald Bren Hall 4224 949-824-4021 Office hours Wed. 11am-noon Otherwise, MWF best

Shorten Talk by Pruning Detail

Summary

Talk

EndMiddleBeginning

Intro Content

(Part 3)

(Most Interesting Details)

(Part 2)(Part 1)

Get Out Of “Time Trouble” by Dynamically Pruning Detail in the Remainder of the Talk

--- *DO NOT* Simply Talk Faster

Page 14: Tree Talk Richard H. Lathrop Dept. of Computer Science rickl@uci.edu Donald Bren Hall 4224 949-824-4021 Office hours Wed. 11am-noon Otherwise, MWF best

Shorten Talk by Pruning Detail

Summary

Talk

EndMiddleBeginning

Intro Content

(Most Interesting Details)

Get Out Of “Time Trouble” by Dynamically Pruning Detail in the Remainder of the Talk

--- *DO NOT* Simply Talk Faster

Page 15: Tree Talk Richard H. Lathrop Dept. of Computer Science rickl@uci.edu Donald Bren Hall 4224 949-824-4021 Office hours Wed. 11am-noon Otherwise, MWF best

Tree Talk

Talk

“Design Top-Down.Implement Bottom-up.”