2010-04-26 851-0585-04L – Modelling and Simulating Social Systems with MATLAB Lesson 8 – Thesis Writing and Presentation of Results Wenjian Yu © ETH Zürich.

Slides:



Advertisements
Similar presentations
Change Proposal: When to Use It Use this format when you are suggesting a change. If your audience will consider it an unpleasant change, you may want.
Advertisements

How to structure an Step-by-step guide.
Step-by-step guide. An usually has the following structure: 1. Salutation 2. Body 3. Complimentary close Write the in the form of a business.
Poster title goes here, containing strictly only the essential number of words... Author’s Name/s Goes Here, Author’s Name/s Goes Here, Author’s Name/s.
Electronic Visualization Laboratory University of Illinois at Chicago Giving Good Presentations Electronic Visualization Laboratory University of Illinois.
Chapter 12 – Strategies for Effective Written Reports
Writing Your Lab Report
University Standard Template March 29, Information about using this template Use this template for all University presentations Please use the template.
Finishing up: Posters, Talks, & Regression Psych 231: Research Methods in Psychology.
RESULTS Again, I recommend using a bullet point format in the results section. You may also want to break the results section into multiple parts depending.
Common Page Design. Graphics and Tables Uses: Objects Numbers Concepts Words.
CAROLYN R. AHLERS-SCHMIDT, PH.D. Scientific Poster Design.
An introduction to Plotting in MATLAB Rikard Johansson Department of Biomedical Engineering (IMT) Linköping University
Copyright ©: SAMSUNG & Samsung Hope for Youth. All rights reserved Tutorials Screens: Presentation skills Suitable for: Improver Advanced.
PowerPoint Template – delete this slide Fill in the appropriate slides Remove any bold or italicized words after you’ve added your changes Delete slides.
Suggestions For Writing An Essay
Put the Lesson Title Here A webquest for xth grade Designed by Put your You may include graphics, a movie, or sound to any of the slides. Introduction.
SASIMI2015 Short Presentation Slide Example Tai-Chen Chen, National Central University R0-0 Put the summary of the problem, your solution, key idea, contribution,
ELPSS RLO Scripting Templates VERSION 3 (Jan 09).
Wednesday’s agenda: September 6  Discuss your summary/critique of the Michaelson chapter on the Incremental Method.  Discuss structure of theses and.
How to read a scientific paper
First… Check with conference organisers on their specifications of size and orientation, before you start your poster eg. maximum poster size; landscape,
L – Modelling and Simulating Social Systems with MATLAB Lesson 2 – Statistics and plotting Anders Johansson and Wenjian Yu © ETH.
Appendix A: Reporting Research Results  How do scientists share their research findings with others?  Through what stages does a research report go as.
PowerPoint Template – delete this slide Fill in the appropriate slides Remove any bold or italicized words after you’ve added your changes Delete slides.
The good news Well-prepared & presented Collaborative presentations very well done Correct organization: a brief introduction, a formulation of the modeling.
TYPE YOUR STORY TITLE HERE Type your name here PUT A PICTURE HERE.
Content Abstract –Brief (
Preparation and practice are the keys to success!.
PowerPoint presentation title Presenter’s name and date Put a visual here.
Project and presentation preparation Applied Math 115 Practice your presentation, stay on schedule Correct organization: a brief introduction and motivation,
5-Paragraph Essay Structure
Revising Your Essays PART I. Have Your Essays in Front of you: Do each one of these for each one of your essays:
Pointers for Papers. Using Tables & Figures Tables and Figures need: 1. A number and title (usually at top)  Refer to table by table number in the text.
A Conference Paper Layout On-A-Slide
TECHNICAL WRITING November 26, Today Effective visuals.
Title of the Research Project Your name, advisors’ name, names of any other collaborators Name of department, Dartmouth College Funding source (you can.
PowerPoint Template – delete this slide Fill in the appropriate slides Remove any bold or italicized words after you’ve added your changes Delete slides.
ASSET Independent Research Slide Presentation Template (replace this title with the title of your work!) Authors’ names, affiliations, funding sources,
L – Modeling and Simulating Social Systems with MATLAB
A Conference Paper Layout On-A-Slide
L – Modeling and Simulating Social Systems with MATLAB
Presentation Title Your Name
L – Modeling and Simulating Social Systems with MATLAB
Page Title Sub Title Photos Diagrams Drawings
PowerPoint Template – delete this slide
Title INTRODUCTION/PROBLEM/ BACKGROUND METHODS RESULTS/OUTCOMES
Title INTRODUCTION/PROBLEM/ BACKGROUND METHODS RESULTS/OUTCOMES
Title INTRODUCTION/PROBLEM/ BACKGROUND METHODS RESULTS/OUTCOMES
Content of Technical Posters
Place Your Presentation Name Here
Title – sentence case, 60pt Helvetica, bold
Template for Digital Display (Title)
Place Your Presentation Name Here
Place Your Presentation Name Here
AAE 440 Oral Presentation Guidelines (& some written report guidelines) Eric Loth.
Title INTRODUCTION/PROBLEM/ BACKGROUND METHODS RESULTS/OUTCOMES
Title INTRODUCTION/PROBLEM/ BACKGROUND METHODS RESULTS/OUTCOMES
Title INTRODUCTION/PROBLEM/ BACKGROUND METHODS RESULTS/OUTCOMES
Place Your Presentation Name Here
Title INTRODUCTION/PROBLEM/ BACKGROUND METHODS RESULTS/OUTCOMES
UCVM Grad Research Day March 7, 2019
Title INTRODUCTION/PROBLEM/ BACKGROUND METHODS RESULTS/OUTCOMES
The title of your poster goes here: keep it short
Title INTRODUCTION/PROBLEM/ BACKGROUND METHODS RESULTS/OUTCOMES
Title INTRODUCTION/PROBLEM/ BACKGROUND METHODS RESULTS/OUTCOMES
Title INTRODUCTION/PROBLEM/ BACKGROUND METHODS RESULTS/OUTCOMES
<Author(s) Name and Affiliation>
Summer Undergraduate Research Day August 22, 2019
Project Concept Sub Title Photos Diagrams Drawings
Presentation transcript:

L – Modelling and Simulating Social Systems with MATLAB Lesson 8 – Thesis Writing and Presentation of Results Wenjian Yu © ETH Zürich | Many thanks to Heiko Rauhut and Volker Grimm for the slides of scientific writing

W. Yu 2 Lesson 8 - Contents  Research questions.  Interpretation of results.  Scientific writing.  Visualization of results.

W. Yu What is your research question?  In the introduction of your reports, specify one or several clear research questions, e.g.:  How does crime influence population growth?  (How) will the outcome change if mechanism A is changed to mechanism B in the model?  Can the results of the model be reproduced if the complicated function f(x)=exp(x+y)+y 2 is replaced by a simpler function g(x)=x+y ?  In the Results section; come back to your research question(s). 3

W. Yu Interpretation of Results  Be careful about causality  Do not overly interpret your results  Try to find the underlying mechanism 4 xkcd.com/552

W. Yu Correlation vs. Causality  Correlation: corrcoef(A,B)=  Causality: A correlates with B, but how does the causality look like? 5 A B A B C A B A B

W. Yu Thesis Writing  A typical scientific report should include (please use our template!):  Title  Abstract  Introduction  Materials and Methods (or: Model)  Results  Discussion  References  Appendix 6

W. Yu Scientific Writing  Needs to be clear, easy to read and understand, concise, and precise.  Is direct and factual.  Simple and strong words, short sentences.  No metaphors, anecdotes, stories.  Still, creativity is needed: Which story do I want to tell, and how? 7

W. Yu The Hour Glass Structure 8

W. Yu 9 Visualization of Results  Save figures in.png or.eps format. Do not use.jpg, since the figures will become blurry.  Increase the font sizes to make the figure look nicer: set(gca, ‘FontSize’, 16);  Set labels: xlabel(‘Time (s)’, ‘FontSize’, 16); ylabel(‘Number of Agents’, ‘FontSize’, 16);

W. Yu 10 Visualization of Results (2)  Put a box around the figure: box on  Show grid: grid on  Use thicker lines: plot(x, y, ‘LineWidth’, 2);  Set axis limits: xlim(x0, x0); ylim(y0, y0);

W. Yu 11 Example  As an example: Let us say that we have a project about simulating happiness of agents.  We have the result of 10 different simulation runs in y, and the corresponding time vector in x.  x = t0:deltaT:t1; y = [happiness values from simulation 1; happiness values from simulation 2;... happiness values from simulation 10];

W. Yu 12

W. Yu 13

W. Yu 14

W. Yu 15

W. Yu 16

W. Yu 17

W. Yu 18

W. Yu 19

W. Yu Phase Diagrams  To show how the result depend on two different parameters, phase diagrams can be used: 20 D. Helbing and W. Yu, PNAS (2009)

W. Yu 21 Create Videos  It is helpful to illustrate your simulations with videos during your presentation:

W. Yu 22 Project Report  Have a look at last year’s projects to make sure that you don’t repeat the same results!  Use the report template.  Try to explain your results well, as well as explaining your motivation behind the project.  If you have any problems or concerns with your projects, we are here to help you!