Download presentation
Presentation is loading. Please wait.
Published byGwen Shaw Modified over 9 years ago
1
Seminar Remove b-it Logo if it is only IAI Research SE@Bonn Jan Nonnen
2
► 2 In this document you will find a couple of layouts that you should use to create your Presentation. On the following slides we will present you some rules that your final presentation should follow. Scope Introduction
3
► 3 Together with this slides you received a Layout Master. This is used to give your slides a basic style. Please do not modify these layouts. Stick to the design colors. Layout Master Introduction
4
► 4 The Master Layout contains several Layouts but not all of them are suitable for every occasion. Allowed Layouts Introduction
5
► 5 Together with the white style there is also a master with a black background. This should be used for the final presentation at the end of the lab. Thus we advice you to use the white layout. Allowed Layouts Introduction
6
► 6 There are several things you can do to produced well balanced presentation slides. 1.Do not write full sentences 2.Keywords should support your talk and don‘t have to explain everything 3.Use highlighting of keywords judiciously Common Practice Keywords
7
► 7 1.Start with full sentences 2.Copy the content to the Powerpoint notes 3.Highlight the main word in each sentence 4.Delete all other words 5.Unhighlight all remaining words Reduction Keywords
8
Seminar Remove b-it Logo if it is only IAI Example Slides Jan Nonnen, Paul Imhoff 8
9
► 9 Lorem ipsum dolor elitr Dummy Text Examples Use only Keywords Minimum font size is 30pt
10
► Lorem ipsum dolor elitr vero accusam rebum 10 Dummy Comparison Examples Compare two Approaches with this format
11
Guns don‘t kill people, bullets do Sledge Hammer
12
► 12
13
Copy From the Master Layot UML Overview 13
14
► assertThat(theBiscuit,equalTo(myBiscuit)); assertThat(theBiscuit,is(equalTo(myBiscuit)) ); assertThat(theBiscuit,is(myBiscuit)); Matcher Examples 14 Use this layout for short sourcecode listings, e.g. single statements Minimum font size is 24pt
15
Matcher import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.*; import junit.framework.TestCase; public class BiscuitTest extends TestCase { public void testEquals() { Biscuit theBiscuit = new Biscuit("Ginger"); Biscuit myBiscuit = new Biscuit("Ginger"); assertThat(theBiscuit, equalTo(myBiscuit)); } 15 Use this layout for long sourcecode listings. Minimum font size is 20pt
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.