How To Write a Technical Lab Report with Practical Examples

Size: px
Start display at page:

Download "How To Write a Technical Lab Report with Practical Examples"

Transcription

1 University College of Southeast Norway How To Write a Technical Lab Report with Practical Examples Hans-Petter Halvorsen

2 2/25 Tips and Tricks This document describes tips and tricks for creating a well-written technical Lab Work Report. Such a report should at least include: Title page (Title, Name, Student Number), Table of Contents, Introduction, Problem Description, Results, Discussions and a Conclusion (+ Appendices if necessary). When you are working with lab work, you have all resources available, books, tutorials, other students, example code, the teacher, etc. So be able to do all the tasks and get the correct answers is to be expected. Then you cannot expect to get a grade better than C. But C is actually a good grade, so many should be satisfied with that. The grade C is the average grade that most students get. To make the little extra to stand out is important. So how do you do that? You must make an extra effort when you are working with the report. In addition your application/source code (if that s part of the lab work) should have a good structure and do the little extra that makes it outstanding. The User Interface/HMI should of course be clear and intuitive. A bad written program is like a report with lots of spelling mistakes, i.e., it does not look good! Neither does it take longer time to structure your code properly, probably you will save time because it will lead to fewer errors, easier to maintain, find bugs, etc. is like writing a job application! It should be interesting and appeal to the reader. In addition the technical contents in the report should be of high quality of course. It is the same here, even if you have the technical qualities to get the job, it does not help if you don t get to the job interview because of a bad job application. Grades Here is a short description of the different grades used. Symbol Description General, qualitative description of valuation criteria A Excellent An excellent performance, clearly outstanding. The candidate demonstrates excellent judgment and a high degree of independent thinking. A very good performance. The candidate demonstrates sound judgment and a very good

3 3/25 B Very good degree of independent thinking. C Good A good performance in most areas. The candidate demonstrates a reasonable degree of judgment and independent thinking in the most important areas. D Satisfactory A satisfactory performance, but with significant shortcomings. The candidate demonstrates a limited degree of judgment and independent thinking. E Sufficient A performance that meets the minimum criteria, but no more. The candidate demonstrates a very limited degree of judgment and independent thinking. F Fail A performance that does not meet the minimum academic criteria. The candidate demonstrates an absence of both judgment and independent thinking. The whole scale is used (A-F). The grade C is given for an average student performance. This means C is a good grade! This will be the guideline for using the scale. The grade A should be an excellent performance that is clearly outstanding. The grade A is used to separate the performances that stands out, and it will we used relatively seldom. Checklist Here is a short checklist you can use when writing a Technical Lab Report: The report is clearly and logically structured and organized Introduction describes the aims of the work together with limitations and assumptions. Results - The Results are discussed Conclusion - The Conclusions are well grounded Literature References are citied in the report + correct syntax (2 different standards; Harvard or Vancouver, select one and stick to it!) + Reference List Few spelling mistakes All Figures and Tables are numbered and have descriptive captions. It s also looks nicer if you center the Figures You need to refer to sources when taking figures/pictures from other sources (Referencing) Use Units when dealing with numbers and calculations. Units should also be shown in plots, etc. Figure numbering: Below Figure, Table numbering: Above Table! Equation Numbering. All equations need an equation number. Equation numbers shall be right aligned. All Figures and Tables are referenced in the text

4 All curves (lines) of plots (diagrams) are labeled and axis and scaling are shown Screenshots should be good. To take a screenshot of a specific region is often better that a large image with lots of unnecessary information. Using a good tool for screen capture is important (e.g. SnagIt, etc.)! 4/25 Source Code: Just showing small parts of the code (which you explain in the text) are often better than a long code list. Cut-out what is important you don t always need to show the whole program with a small code part inside Figures/Plots should be clear and easy Software/Source Code is well documented, well-structured and look nice. Use straight lines, etc. Hardware and Equipment that are used in the Lab Work is well documented Print-out The report should also be readable in black and white printout, i.e., don t refer to yellow, purple, etc. in the report. Make sure you read through the report after you print it! Generated text like Reference is missing does not look good! The report is delivered within the deadline

5 5/25 Literature References Why should you name your sources? Give credit to the original author Allow others to read what you have read Follow up the reader can get more information Quality control have you used the information correctly? Place your work in a wider context Plagiarism - Publishing other people s work as your own is illegal/cheating and you don t learn anything! Quotations Quotations are done as follows: Short quotes (up to 3 lines): use quotation marks Longer quotes (more than 3 lines): new paragraph, indented How to Cite Sources Here are some Examples: Refer to them in the text Create a Reference list (literature list) at the end of your document Examples: According to Murray (2002) Other studies have found similar results (Smith and Jones,2000, Lie et al., 2003) 2 different standards; Harvard or Vancouver, select one and stick to it! Harvard Author and year of publication in the text Example:

6 6/25 According to Murray (2002) Alphabetical reference list Alphabetical by author (or by title if no author) Example: Murray, R. (2002) How to Write a Thesis. Maidenhead: Open University Press. Vancouver References numbered in the text Example: Not every thesis has a literature review [1] Numerical reference list in the same order as in the text Example: [1] Murray R. How to write a thesis. Maidenhead: Open University Press, 2002; p. 101.

7 7/25 Screen Shots Screen shots should be good. To take a screenshot of a specific region is often better that a large image with lots of unnecessary information. Using a good tool for screen capture is also very important (e.g. SnagIt, etc.)! Don t use the built in Print Screen functionality in windows. There are lots of freeware/shareware/open source tools available for this purpose. Examples: In this example you shall explain where you find a certain tool: Probably this is a better way:

8 8/25 Or this way? If you use a Screen Shoot tool they have functionality for creating circles, etc. on your screen shots. Bade Example:

9 9/25 Better: Even better?

10 10/25 Sometimes it is best to cut-off just your code - or part of your code. Source Code Just showing small parts of the code (which you explain in the text) are often better than a long code listing. Cut out what is important you don t always need to show the whole program with a small code part inside. You can put source code in your report, but not too much. Software/Source Code should be well documented, well structured and look nice. Use straight lines, indents, etc. Examples: This example is probably not so good if the purpose is to show your code:

11 11/25 This Example is probably better if you want to show your code: This example keeps the focus on the code and not all the other information. In this case it is easy to explain and refer the code in the text using the line numbers. The text also has color codes which make it easier to read. Another (good) example:

12 12/25 % This is my code K = 1, T = 3; H = sys_order(k,t) Figure(1) bode(h) The code is written inside a box with a different background color and Font. Courier New is a good font to use in code listing. Remember what s may look good on a computer screen, may not look good on a piece of paper. Clean-up your Code Make sure you clean-up and structure your code. Make straight lines, indents, etc. Bad Example: Better: It does not take much time to clean-up and structure your code and it looks much better, it is easier to read and understand. In LabVIEW the code should flow from left to right.

13 13/25 Spelling Make sure your report has few spelling mistakes. Use the built-in capabilities in your Word Processor. Make sure you spell right when writing company names, Software names, etc. Example: The LabVIEW software is spelled LabVIEW not labview, Lab view, LABview, LabView, etc. Submission If you hand-in the report electronically, you should always create a PDF file! If you hand-in a PDF file you can be sure everybody can open and read it. The formatting, layout, etc. in the document will also be exactly the same. There are lots of free tools that can create PDF files and MS Word have built-in functionality for creating PDF files. Pitfalls Some tasks are more important than others in the assignment. The tasks in the beginning are usually introduction task to make you getting started. Normally you will indirectly use the results from these tasks in later tasks. The most important tasks are usually in the end. Use the advantage that you work in a group in a good way, one coding and two watching on each side is not a good learning process. Everybody should do some coding to get it into your fingertips! You all need more practice in programming. Everybody needs to install the necessary software on their own personal computers! Below I will use different examples from previous student reports as examples in order to explain what you should do or not.

14 14/25 Report Here is a list with pitfalls an average student does when writing a standard technical lab report. The report should be appealing to the reader! Good structure and layout. Correct use of fonts, No spelling mistakes, etc. Make your report special and interesting to read remember the teacher shall perhaps read through reports! (It is the same when you are going to apply for jobs!) Make sure to add your student number on the Front page/title page (together with your name of course) Make sure you read through the report after you print it! Generated text like Reference is missing or Error! Bookmark not defined does not look good! Spelling! How do we type LabVIEW? LabView, LABVIEW, Lab VIEW,..? At least type it in the same way in the entire report! You cannot just show a figure or an equation without some text explaining it! It is not normal to use a dot at the end of a sentence in headers

15 15/25 And why has the header 1.1 more indenting than 1.1.1? Equations. Equations should be centered. If you decide to use equation numbering, use it properly! Make also sure that the Font look nice. The formulas should be centered. If you decide to use equation numbering, it should be in the right margin (and no dots ). Formulas. Make sure they look nice! Formulas usually have a special font. Use the Equation Editor in Word, etc. Formulas/Equations should be centered Bad Example (Matrices should be in square brackets, not normal to use *, etc. in equations ): Bad Example 2 (what kind of font have been used here???): And use the same Font, font size, etc. for all of the formulas in the report! Another bad example:

16 16/25 This doesn t look nice! Different kinds of Fonts have been used. The equation should also have been on a new line (centered). And in addition, make sure the spelling is correct ( water tank not water tang ). Another example Bad example: What kinds of tools have been used to create this? If you use MS Word, it has built in tools for creating such equations. Keep good structure and a clean layout in the report. This is a bad example: Make sure headers and footers are correct according to which chapter you are in

17 17/25 A Conclusion is always needed in a Technical Report. Here you shall summarize your results and draw conclusions not how much you have learned, etc. Bad examples: I have learned much doing this assignment This was very useful, and I will need this when I get a job Another bad example: From this Lab, we understand the Kalman Filter much more and how to implement it in LabVIEW which also make us much better to use LabVIEW. We also learned how to design a feedforward controller to combine with a traditional PID controller and by comparison, we have better understanding that the usage of Kalman Filter and feedforward controller. Focus on your results, not just list up what you have done or how much you have learned by doing this, etc. - because this is not relevant!! Table Text: Figure text should be below the figure, but table text shall be above the table!! This should be known! It does not look good when doing these basic mistakes! Make also sure that the whole report is shown in the PDF version:

18 18/25 The column to the right is not shown correctly. Figures. Make sure the figures are clear. This is hard to read: Make the figure larger! Or focus only on a special part of it. To take a screenshot of a specific region is often better that a large image with lots of unnecessary information. Make also sure to use a proper tool for the job! A lots of good screen capture tools exists! List of Figures has no interest should be omitted (especially for a short report). Font size - use the same font size (for the body text) in the entirely report Referencing should be done properly. A picture says more than a thousand word they say still you can just show a picture without no text, explanations, discussion, etc.!! Create good Figures. Bad Example: This figure is supposed to show the results from some simulations:

19 19/25 It is almost impossible to get information about the simulation results in this figure. It is indistinct, and you can hardly see the text in the plots, etc. It is also in black &white. The figure also tries to give too much information in one figure. Focus on what s important, and show only that. Colors vs. Black & White in Figures, Plots, etc. Plots can look great on the screen in beautiful colors, but if you print it out in black & white, it might not look so good! It is hard to see the difference between two lines in a black & white figure if you use the same line width and same type of line (the only difference is the color). Another Bad example: This picture is only black & white (on the printed copy) it is hard to see what it is. The plot is also indistinct, you cannot read the text! The scaling should also be changed, to make it more easier to see what s important. Show figures of what s important

20 20/25 Bad Example: Is this figure important to have in the report? It gives me nothing! In addition you can t see the text, etc. Make sure to use a proper Screen Capture tool!! The figures/plots should be clear and readable!! Focus on what s important in the figure! Source Code Here is a list with pitfalls an average student does when creating the applications and hand-in the source code. You don t learn programming by watching others do it! You need to do it yourself in order to get it into the fingertips! Lots of practice is the best way to learn! Good structure of the files is important! It should be easy for me to find the proper file Good structure in the code is important. Bad example ( Spaghetti code):

21 21/25 It does not take long time to keep the code clean and neat! This makes it much easier to understand and it looks much better too! Note! In LabVIEW the flow should always be from left to right. Here is another bad example ( Spaghetti code):

22 Is it easy to understand this piece of code?? (Wires in all directions, SubVI without label or icons, not using SubVIs, variables and constants without names, etc.) Debugging this piece of code is also almost impossible! 22/25 A SubVI has been made. That s great! but what does this subvi really do?? It has no name nor any icon, etc. It is allowed to use/create Sub VIs (functions)!! This makes your code more structured, easier to maintain and reuse. It is also easier to debug the code. Always name your variables Bad Example: Use also good descriptive name for your variables, and always use English!

23 23/25 Make sure that the teacher can open the source code! Example: Here I try to open a VI that use a SubVI called Low Pass Filter but the file does not exists!! Keep good structure in the code files. Good and reasonable names of the Files are also important! Here are some Bad examples:

24 24/25

25 Hans-Petter Halvorsen, M.Sc. Blog: University College of Southeast Norway

EDITING YOUR THESIS Some useful pointers. Editing is all about making it easy for the reader to read your work.

EDITING YOUR THESIS Some useful pointers. Editing is all about making it easy for the reader to read your work. EDITING YOUR THESIS Some useful pointers What is involved? Editing is all about making it easy for the reader to read your work. The editing process involves looking at the work in three distinct ways:

More information

CHECKLIST FOR THE DEGREE PROJECT REPORT

CHECKLIST FOR THE DEGREE PROJECT REPORT Kerstin Frenckner, kfrenck@csc.kth.se Copyright CSC 25 mars 2009 CHECKLIST FOR THE DEGREE PROJECT REPORT This checklist has been written to help you check that your report matches the demands that are

More information

Pepperdine University Graduate School of Education and Psychology Dissertation Format Requirements Manual. APA 6 th edition format

Pepperdine University Graduate School of Education and Psychology Dissertation Format Requirements Manual. APA 6 th edition format Pepperdine University Graduate School of Education and Psychology Dissertation Format Requirements Manual APA 6 th edition format Version 10/29/2010 Table of Contents A. PEPPERDINE UNIVERSITY FORMAT...

More information

GUIDELINES FOR PREPARATION, CONTENT & EVALUATION OF TECHNICAL REPORTS

GUIDELINES FOR PREPARATION, CONTENT & EVALUATION OF TECHNICAL REPORTS GUIDELINES FOR PREPARATION, CONTENT & EVALUATION OF TECHNICAL REPORTS OBJECTIVE This document is intended to aid in the preparation and review of Technical reports prepared by applicants to CTTAM as required

More information

Exercise 10: Basic LabVIEW Programming

Exercise 10: Basic LabVIEW Programming Exercise 10: Basic LabVIEW Programming In this exercise we will learn the basic principles in LabVIEW. LabVIEW will be used in later exercises and in the project part, as well in other courses later, so

More information

In this topic we discuss a number of design decisions you can make to help ensure your course is accessible to all users.

In this topic we discuss a number of design decisions you can make to help ensure your course is accessible to all users. Accessible Course Design As a course designer you hold a pivotal role in ensuring that Learning Environment is accessible to all users, regardless of their learning needs. It is your content that students

More information

OTTO VON GUERICKE UNIVERSITY MAGDEBURG

OTTO VON GUERICKE UNIVERSITY MAGDEBURG OTTO VON GUERICKE UNIVERSITY MAGDEBURG Faculty for Process and Systems Engineering INSTRUCTIONS to Design and defend Master Theses Magdeburg, 09 th January 2012 Rules for Master Thesis 2 Contents Page

More information

Creating a table of contents quickly in Word

Creating a table of contents quickly in Word Creating a table of contents quickly in Word This note shows you how to set up a table of contents that can be generated and updated quickly and easily, even for the longest and most complex documents.

More information

Creating tables of contents and figures in Word 2013

Creating tables of contents and figures in Word 2013 Creating tables of contents and figures in Word 2013 Information Services Creating tables of contents and figures in Word 2013 This note shows you how to create a table of contents or a table of figures

More information

Guidelines and Requirements for Writing a Research Paper

Guidelines and Requirements for Writing a Research Paper Guidelines and Requirements for Writing a Research Paper Professor Hossein Saiedian Department of Electrical Engineering & Computer Science School of Engineering University of Kansas saiedian@eecs.ku.edu

More information

Creating APA Style Research Papers (6th Ed.)

Creating APA Style Research Papers (6th Ed.) Creating APA Style Research Papers (6th Ed.) All the recommended formatting in this guide was created with Microsoft Word 2010 for Windows and Word 2011 for Mac. If you are going to use another version

More information

Guidelines for Seminar Papers and Final Papers (BA / MA Theses) at the Chair of Public Finance

Guidelines for Seminar Papers and Final Papers (BA / MA Theses) at the Chair of Public Finance Guidelines for Seminar Papers and Final Papers (BA / MA Theses) at the Chair of Public Finance Version: 18 August 2015 1 General Requirements 1.1 Finding a Topic (Final Papers Only) 1.1.1 Come Up With

More information

II. Instructions for Formatting Your Thesis

II. Instructions for Formatting Your Thesis UNIVERSITY OF KANSAS Office of Research and Graduate Studies Thesis Formatting Guidelines for Master s Degree Candidates (rev. 10/22/10) This revision of guidelines supersedes prior instructions for formatting

More information

TECHNICAL REPORT WRITING GUIDELINES

TECHNICAL REPORT WRITING GUIDELINES TECHNICAL REPORT WRITING GUIDELINES Prepared by LEAH M. AKINS and JEFFERSON H. AKINS for TECHNICAL/ENGINEERING STUDENTS ABSTRACT This document specifies the recommended format to be used when submitting

More information

Producing a Thesis Using Word

Producing a Thesis Using Word Producing a Thesis Using Word Workbook Edition 4 May 2013 Document Reference: 3726-2013 Producing a Thesis Using Word Contents 1. Introduction University regulations... 1 Planning your document... 1 Using

More information

Decision Logic: if, if else, switch, Boolean conditions and variables

Decision Logic: if, if else, switch, Boolean conditions and variables CS 1044 roject 3 Fall 2009 Decision Logic: if, if else, switch, Boolean conditions and variables This programming assignment uses many of the ideas presented in sections 3 through 5 of the Dale/Weems text

More information

First of all, although there are no certain rules or predefined software packages you must use, you need to know very well how to use

First of all, although there are no certain rules or predefined software packages you must use, you need to know very well how to use Guidelines for Writing Reports for Basic Electrical Engineering (EE213) and Basic Electronics (EE214) Laboratory Courses under METU Electrical and Electronics Engineering As prospective engineers, you

More information

Create a report with formatting, headings, page numbers and table of contents

Create a report with formatting, headings, page numbers and table of contents Create a report with formatting, headings, numbers and table of contents MS Office Word 2010 Combine this model with instructions from your teacher and your report will be something you can be proud of.

More information

University of South Carolina

University of South Carolina University of South Carolina Electronic Thesis and Dissertation Formatting Guide http://gradschool.sc.edu/students/thesisdiss.asp Last Revised: January, 2014 I. Introduction...4 II. General Formatting...5

More information

Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102

Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102 Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102 Interneer, Inc. Updated on 2/22/2012 Created by Erika Keresztyen Fahey 2 Workflow - A102 - Basic HelpDesk Ticketing System

More information

0 Introduction to Data Analysis Using an Excel Spreadsheet

0 Introduction to Data Analysis Using an Excel Spreadsheet Experiment 0 Introduction to Data Analysis Using an Excel Spreadsheet I. Purpose The purpose of this introductory lab is to teach you a few basic things about how to use an EXCEL 2010 spreadsheet to do

More information

FINAL-YEAR PROJECT REPORT WRITING GUIDELINES

FINAL-YEAR PROJECT REPORT WRITING GUIDELINES FINAL-YEAR PROJECT REPORT WRITING GUIDELINES Expected Content...2 Content summary... 4 Example Layout...5 Report Format... 6 Stylistic And Grammar Advice... 9 Useful Web Based Resources... 10 FINAL-YEAR

More information

Liberty High School Science Department Lab Report Format

Liberty High School Science Department Lab Report Format Liberty High School Science Department Lab Report Format General Information: 12 pt Times New Roman font Double Spaced 1 inch margins Always write in third person Write in Full Sentences except for the

More information

REPORT WRITING GUIDE

REPORT WRITING GUIDE Report Writing Guide F2009 1 REPORT WRITING GUIDE Introduction The importance of good report writing and data presentation cannot be overemphasized. No matter how good an experiment, or how brilliant a

More information

BSN GUIDE 1 BSN GUIDE FOR SCHOLARLY PAPERS

BSN GUIDE 1 BSN GUIDE FOR SCHOLARLY PAPERS BSN GUIDE 1 BSN GUIDE FOR SCHOLARLY PAPERS This guide is to assist the BSN student in utilizing the American Psychological Association (APA) format and writing in a professional style. The focus of this

More information

USING MICROSOFT WORD 2008(MAC) FOR APA TASKS

USING MICROSOFT WORD 2008(MAC) FOR APA TASKS USING MICROSOFT WORD 2008(MAC) FOR APA TASKS MS WORD 2008(MAC), GENERAL TIPS Backspace and Delete The keyboard has two delete keys: Backspace and Delete. What s the difference? The Backspace key deletes

More information

FORMATTING OVERVIEW GUIDELINES FOR YOUR THESIS OR DISSSERTATION FOR SUBMISSION TO THE GRADUATE SCHOOL

FORMATTING OVERVIEW GUIDELINES FOR YOUR THESIS OR DISSSERTATION FOR SUBMISSION TO THE GRADUATE SCHOOL FORMATTING OVERVIEW GUIDELINES FOR YOUR THESIS OR DISSSERTATION FOR SUBMISSION TO THE GRADUATE SCHOOL NOTE: Please be sure to check with your advisor for specific guidelines for submitting your thesis/dissertation.

More information

Why do we need a theme?

Why do we need a theme? 2009-2010 Yearbook What is a yearbook? A memory book A reference book Make sure we have EVERYONE at LEAST once in the book. Check spelling of the name multiple times A history book Remember, we are history

More information

DEPARTMENT OF LEADERSHIP STUDIES DISSERTATION FORMATTING. The Publication Manual of the American Psychological Association, sixth edition

DEPARTMENT OF LEADERSHIP STUDIES DISSERTATION FORMATTING. The Publication Manual of the American Psychological Association, sixth edition DEPARTMENT OF LEADERSHIP STUDIES DISSERTATION FORMATTING The Publication Manual of the American Psychological Association, sixth edition (American Psychological Association, 2010, ISBN # 1-4338-0561-8),

More information

How to Format a Bibliography or References List in the American University Thesis and Dissertation Template

How to Format a Bibliography or References List in the American University Thesis and Dissertation Template PC Word 2010/2007 Bibliographies and References Lists Page 1 of 7 Click to Jump to a Topic How to Format a Bibliography or References List in the American University Thesis and Dissertation Template In

More information

How to Write a Formal Lab Report

How to Write a Formal Lab Report Union College Physics and Astronomy How to Write a Formal Lab Report A formal lab report is essentially a scaled-down version of a scientific paper, reporting on the results of an experiment that you and

More information

Focus on Essay Writing

Focus on Essay Writing Focus on Essay Writing Essay writing is a process and a product. You need to focus on the process in order to achieve a high quality product. What is an essay? The word essay originally meant to test or

More information

Student guide to creating and sharing a webfolio

Student guide to creating and sharing a webfolio Student guide to creating and sharing a webfolio This guide includes: An introduction to webfolios Reasons why you might choose to develop a webfolio Instructions on how to create, edit and add content

More information

MICROSOFT ACCESS STEP BY STEP GUIDE

MICROSOFT ACCESS STEP BY STEP GUIDE IGCSE ICT SECTION 11 DATA MANIPULATION MICROSOFT ACCESS STEP BY STEP GUIDE Mark Nicholls ICT Lounge P a g e 1 Contents Task 35 details Page 3 Opening a new Database. Page 4 Importing.csv file into the

More information

SPIE proceedings manuscript sample (U.S. letter size)

SPIE proceedings manuscript sample (U.S. letter size) SPIE proceedings manuscript sample (U.S. letter size) S. Gregory Jones* a, Titania A. R. Schmidt b, Kenneth M. Suzuki a a Nation s Research Laboratory, 345 Photon Drive, Los Angeles, CA, USA 95555-0345;

More information

Guidelines for Writing An APA Style Lab Report

Guidelines for Writing An APA Style Lab Report Guidelines for Writing An APA Style Lab Report Research articles in psychology follow a specific format as set forth by the American Psychological Association (APA Style). The following sections describe

More information

STUDENT S PACKET FOR THE SCIENCE FAIR PROJECT

STUDENT S PACKET FOR THE SCIENCE FAIR PROJECT STUDENT S PACKET FOR THE SCIENCE FAIR PROJECT SCIENCE PROJECT STEPS 1. Choose a topic. Be sure it interests you. Don t pick one because you think it will be easy. Talk it over with your parents and when

More information

Creating Custom Crystal Reports Tutorial

Creating Custom Crystal Reports Tutorial Creating Custom Crystal Reports Tutorial 020812 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical,

More information

Guidelines for the master s thesis

Guidelines for the master s thesis FACULTY OF ENGINEERING Guidelines for the master s thesis 1. Introduction Every master s degree requires the fulfillment of a master s thesis. The master s thesis consists of a personal and original manuscript

More information

FORMAT GUIDELINES FOR DISSERTATIONS, TREASTISES, THESES AND REPORTS

FORMAT GUIDELINES FOR DISSERTATIONS, TREASTISES, THESES AND REPORTS FORMAT GUIDELINES FOR DISSERTATIONS, TREASTISES, THESES AND REPORTS The University of Texas at Austin Graduate School July 2014 Formatting questions not addressed in these guidelines should be directed

More information

Excel Formatting: Best Practices in Financial Models

Excel Formatting: Best Practices in Financial Models Excel Formatting: Best Practices in Financial Models Properly formatting your Excel models is important because it makes it easier for others to read and understand your analysis and for you to read and

More information

A quick guide to... Effective HTML Messages

A quick guide to... Effective HTML Messages A quick guide to... Effective HTML Messages In this guide... Learn easy and effective ways to engage your subscribers, increase your click-through ratio (CTR), and get better results from your email marketing.

More information

EDITING AND PROOFREADING. Read the following statements and identify if they are true (T) or false (F).

EDITING AND PROOFREADING. Read the following statements and identify if they are true (T) or false (F). EDITING AND PROOFREADING Use this sheet to help you: recognise what is involved in editing and proofreading develop effective editing and proofreading techniques 5 minute self test Read the following statements

More information

THESIS GUIDE 2014-2015 Preparing a Thesis or Dissertation

THESIS GUIDE 2014-2015 Preparing a Thesis or Dissertation THESIS GUIDE 2014-2015 Preparing a Thesis or Dissertation Congratulations! You have arrived at an important step in the pursuit of your graduate degree the writing of your thesis or dissertation. Your

More information

2014 Hawaii High School Journalism Awards Sponsored by Hawaii Publishers Association, Honolulu Star-Advertiser, MidWeek and University of Hawaii

2014 Hawaii High School Journalism Awards Sponsored by Hawaii Publishers Association, Honolulu Star-Advertiser, MidWeek and University of Hawaii 2014 Hawaii High School Journalism Awards Sponsored by Hawaii Publishers Association, Honolulu Star-Advertiser, MidWeek and University of Hawaii Purpose: 1. To recognize and reward the work of students

More information

HOW TO WRITE A TECHNICAL REPORT. by Alan Smithee. A report submitted in partial fulfillment of the requirements for. ME 000 Some Course

HOW TO WRITE A TECHNICAL REPORT. by Alan Smithee. A report submitted in partial fulfillment of the requirements for. ME 000 Some Course HOW TO WRITE A TECHNICAL REPORT by Alan Smithee A report submitted in partial fulfillment of the requirements for ME 000 Some Course Department of Mechanical Engineering Fictitious Institute of Technology

More information

Contents 1. Introduction... 2

Contents 1. Introduction... 2 Preparing Your Thesis with Microsoft Word 2010: How to use the Rensselaer Polytechnic Institute Template Files Contents 1. Introduction... 2 2. Downloading the RPI Thesis Template and Prototype Files...

More information

The University of Manchester School of Mathematics MSc Dissertation Guidelines

The University of Manchester School of Mathematics MSc Dissertation Guidelines The University of Manchester School of Mathematics MSc Dissertation Guidelines 1 Introduction This document is intended to help you understand what you can expect and what is expected of you during the

More information

Projects. Diploma in Financial Management. Issue date: August 2010 Closing date for submission: 30 November 2010

Projects. Diploma in Financial Management. Issue date: August 2010 Closing date for submission: 30 November 2010 Diploma in Financial Management Issue date: August 2010 Closing date for submission: 30 November 2010 Projects The Association of Chartered Certified Accountants 2 CONTENTS Page Project Guidelines 4 Module

More information

WRITING EFFECTIVE REPORTS AND ESSAYS

WRITING EFFECTIVE REPORTS AND ESSAYS WRITING EFFECTIVE REPORTS AND ESSAYS A. What are Reports? Writing Effective Reports Reports are documents which both give a reader information and ask the reader to do something with that information.

More information

HUNTER COLLEGE SCHOOL OF SOCIAL WORK WRITING CENTER. DOCUMENTED ESSAY/RESEARCH PAPER Research Guidelines: Notetaking

HUNTER COLLEGE SCHOOL OF SOCIAL WORK WRITING CENTER. DOCUMENTED ESSAY/RESEARCH PAPER Research Guidelines: Notetaking HUNTER COLLEGE SCHOOL OF SOCIAL WORK WRITING CENTER DOCUMENTED ESSAY/RESEARCH PAPER Research Guidelines: Notetaking I. DEFINITION Notetaking is an indispensable part of writing a documented essay or research

More information

Dissertation Template for Princeton. University

Dissertation Template for Princeton. University Dissertation Template for Princeton University First Middle Last A Dissertation Presented to the Faculty of Princeton University in Candidacy for the Degree of Doctor of Philosophy Recommended for Acceptance

More information

Analyzing PDFs with Citavi 5

Analyzing PDFs with Citavi 5 Analyzing PDFs with Citavi 5 Introduction Just Like on Paper... 2 Methods in Detail Highlight Only (Yellow)... 3 Highlighting with a Main Idea (Red)... 4 Adding Direct Quotations (Blue)... 5 Adding Indirect

More information

Internal control and accounting systems A guide to writing your report

Internal control and accounting systems A guide to writing your report Internal control and accounting systems A guide to writing your report Ben Scott MAAT, recently completed his report: Put the report into perspective. You ve studied hard to get where you are and this

More information

CyI DOCTORAL THESIS TEMPLATE 1

CyI DOCTORAL THESIS TEMPLATE 1 CyI DOCTORAL THESIS TEMPLATE 1 Required Thesis Sections The following sections are required and must be included in doctoral dissertations: Title page Abstract (page ii) Table of contents Main text (separated

More information

GUIDELINES FOR MASTER OF SCIENCE INTERNSHIP THESIS

GUIDELINES FOR MASTER OF SCIENCE INTERNSHIP THESIS GUIDELINES FOR MASTER OF SCIENCE INTERNSHIP THESIS Dear Participant of the MScIS Program, If you have chosen to follow an internship, one of the requirements is to write a Thesis. This document gives you

More information

LabVIEW Day 6: Saving Files and Making Sub vis

LabVIEW Day 6: Saving Files and Making Sub vis LabVIEW Day 6: Saving Files and Making Sub vis Vern Lindberg You have written various vis that do computations, make 1D and 2D arrays, and plot graphs. In practice we also want to save that data. We will

More information

Thesis Format Guide. Denise Robertson Graduate School Office 138 Woodland Street Room 104 508-793-7676 gradschool@clarku.edu

Thesis Format Guide. Denise Robertson Graduate School Office 138 Woodland Street Room 104 508-793-7676 gradschool@clarku.edu Thesis Format Guide This guide has been prepared to help graduate students prepare their research papers and theses for acceptance by Clark University. The regulations contained within have been updated

More information

SCIENCE PROJECT PAGE 1

SCIENCE PROJECT PAGE 1 SCIENCE PROJECT PAGE 1 Introduction YES!!! It s that Science Fair time of year. No amount of groaning is going to make it go away. Just imagine the inquiry and organizational skills you ll learn and practice.

More information

How to write an Academic Business Report

How to write an Academic Business Report How to write an Academic Business Report Tessa Owens Writing an Academic Business Report Writing a report may be divided into six broad areas: 1. identification and acquisition of relevant sources 2. preliminary

More information

Preparing Your Thesis with Microsoft Word: How to use the Rensselaer Polytechnic Institute Template Files. Contents

Preparing Your Thesis with Microsoft Word: How to use the Rensselaer Polytechnic Institute Template Files. Contents Preparing Your Thesis with Microsoft Word: How to use the Rensselaer Polytechnic Institute Template Files Contents 1. Introduction... 2 2. Downloading the RPI Thesis Template and Prototype Files... 2 3.

More information

Dates count as one word. For example, December 2, 1935 would all count as one word.

Dates count as one word. For example, December 2, 1935 would all count as one word. What is an exhibit? An exhibit is a visual representation of your research and interpretation of your topic's significance in history. Your exhibit will look a lot like a small version of an exhibit you

More information

Student Writing Guide. Fall 2009. Lab Reports

Student Writing Guide. Fall 2009. Lab Reports Student Writing Guide Fall 2009 Lab Reports The manuscript has been written three times, and each rewriting has discovered errors. Many must still remain; the improvement of the part is sacrificed to the

More information

Guide for writing assignment reports

Guide for writing assignment reports l TELECOMMUNICATION ENGINEERING UNIVERSITY OF TWENTE University of Twente Department of Electrical Engineering Chair for Telecommunication Engineering Guide for writing assignment reports by A.B.C. Surname

More information

Spreading the word through smart communications :: How to write a press release

Spreading the word through smart communications :: How to write a press release Spreading the word through smart communications :: How to write a press release Version 1.0 March 2012 How to write a press release A press release (or media release, media alert) is the most basic and

More information

Final Revision Worksheet

Final Revision Worksheet Final Revision Worksheet Romeo and Juliet Essay Who s to Blame Author of Essay: Reviewer: Introductory paragraph 1. What opening strategy does the author use? (Descriptive, quote, statistics, anecdote,

More information

DIY Formatting and Layout Guidelines

DIY Formatting and Layout Guidelines DIY Formatting and Layout Guidelines Print-ready means that you give us your book PDFs once they re final. You ve written, edited and proofread your book, and you ve formatted it to look the way you want.

More information

MICROSOFT POWERPOINT STEP BY STEP GUIDE

MICROSOFT POWERPOINT STEP BY STEP GUIDE IGCSE ICT SECTION 16 PRESENTATION AUTHORING MICROSOFT POWERPOINT STEP BY STEP GUIDE Mark Nicholls ICT Lounge Page 1 Contents Importing text to create slides Page 4 Manually creating slides.. Page 5 Removing

More information

Formatting Your Thesis

Formatting Your Thesis Formatting Your Thesis Revised: October 2010 This document has been created to supplement the thesis guide available via the Registrar s website. It will show you how to format various items. When in doubt,

More information

Application Note. Building a Website Using Dreamweaver without Programming. Nan Xia. MSU ECE 480 Team 5

Application Note. Building a Website Using Dreamweaver without Programming. Nan Xia. MSU ECE 480 Team 5 Application Note Building a Website Using Dreamweaver without Programming Nan Xia MSU ECE 480 Team 5 11/16/2012 Table of Contents Abstract... 3 Introduction and Background... 3 Keywords... 3 Procedure...

More information

Basic Formatting of a Microsoft Word. Document for Word 2003 and 2007. Center for Writing Excellence

Basic Formatting of a Microsoft Word. Document for Word 2003 and 2007. Center for Writing Excellence Basic Formatting 1 Basic Formatting of a Microsoft Word Document for Word 2003 and 2007 Center for Writing Excellence Updated April 2009 Basic Formatting 2 Table of Contents GENERAL FORMATTING INFORMATION...

More information

Making the most of your conference poster. Dr Krystyna Haq Graduate Education Officer Graduate Research School

Making the most of your conference poster. Dr Krystyna Haq Graduate Education Officer Graduate Research School Making the most of your conference poster Dr Krystyna Haq Graduate Education Officer Graduate Research School Why present a conference poster? Why present a conference poster? communicate a message (your

More information

TAKING NOTES. II. Instructors usually give clues to what is important to take down:

TAKING NOTES. II. Instructors usually give clues to what is important to take down: TAKING NOTES I. There are many reasons for taking lecture notes. A. Making yourself take notes forces you to listen carefully and test your understanding of the material. B. When you are reviewing, notes

More information

and Certification What Does It Take To Get Certified? Steven Hoenig NJ Business Unit Manager

and Certification What Does It Take To Get Certified? Steven Hoenig NJ Business Unit Manager National Instruments Training and Certification What Does It Take To Get Certified? Steven Hoenig NJ Business Unit Manager Certified LabVIEW Architect Certified Professional Instructor 2008 Bloomy Controls.

More information

ClarisWorks 5.0. Graphics

ClarisWorks 5.0. Graphics ClarisWorks 5.0 Graphics Level 1 Training Guide DRAFT Instructional Technology Page 1 Table of Contents Objectives... Page 3 Course Description and Organization... Page 4 Technology Requirements... Page

More information

How to Make the Most of Excel Spreadsheets

How to Make the Most of Excel Spreadsheets How to Make the Most of Excel Spreadsheets Analyzing data is often easier when it s in an Excel spreadsheet rather than a PDF for example, you can filter to view just a particular grade, sort to view which

More information

FORMAT GUIDELINES FOR MASTER S THESES AND REPORTS

FORMAT GUIDELINES FOR MASTER S THESES AND REPORTS FORMAT GUIDELINES FOR MASTER S THESES AND REPORTS The University of Texas at Austin Graduate School September 2010 Formatting questions not addressed in these guidelines should be directed to a Graduate

More information

FGSR Minimum Thesis Formatting Requirements

FGSR Minimum Thesis Formatting Requirements FACULTY OF GRADUATE STUDIES AND RESEARCH FGSR Minimum Thesis Formatting Requirements As of April 3, 2014 Your thesis is your work. Matters of style are matters for you to decide, subject to certain minimum

More information

Using the Thesis and Dissertation Templates

Using the Thesis and Dissertation Templates Using the Thesis and Dissertation Templates For use with Microsoft Word on Windows and Macintosh computers January 2011 Graduate School e-mail: bpenman@austin.utexas.edu 2011 Graduate School Revised January

More information

HOW TO USE SOURCES IN YOUR PAPER. A Tutorial

HOW TO USE SOURCES IN YOUR PAPER. A Tutorial HOW TO USE SOURCES IN YOUR PAPER A Tutorial Using outside research sources I m lost!! Most writers who are asked to use outside research sources in their academic papers have problems at one time or another

More information

FACULTY OF MECHANICAL ENGINEERING. A GENERAL GUIDE TO WRITING AND DEFENDING MASTER'S THESIS MARM Industrial Engineering and Management

FACULTY OF MECHANICAL ENGINEERING. A GENERAL GUIDE TO WRITING AND DEFENDING MASTER'S THESIS MARM Industrial Engineering and Management FACULTY OF MECHANICAL ENGINEERING A GENERAL GUIDE TO WRITING AND DEFENDING MASTER'S THESIS MARM Industrial Engineering and Management Accepted: Council of Faculty of Mechanical Engineering 14 th of March

More information

Plots, Curve-Fitting, and Data Modeling in Microsoft Excel

Plots, Curve-Fitting, and Data Modeling in Microsoft Excel Plots, Curve-Fitting, and Data Modeling in Microsoft Excel This handout offers some tips on making nice plots of data collected in your lab experiments, as well as instruction on how to use the built-in

More information

Diploma in Insurance. About your continuous assessment (CA) course. 2014 Student guidelines. www.cii.co.uk A CENTURY OF PROFESSIONALISM

Diploma in Insurance. About your continuous assessment (CA) course. 2014 Student guidelines. www.cii.co.uk A CENTURY OF PROFESSIONALISM Diploma in Insurance 2014 Student guidelines About your continuous assessment (CA) course A CENTURY OF PROFESSIONALISM www.cii.co.uk Welcome to your continuous assessment course Overview of the course

More information

MSIE Engineering Management Capstone Description. Project Title: Knowledge Preservation in University Physical Plant Operations COMMITTEE

MSIE Engineering Management Capstone Description. Project Title: Knowledge Preservation in University Physical Plant Operations COMMITTEE MSIE Engineering Management Capstone Description Candidate: Project Title: Knowledge Preservation in University Physical Plant Operations COMMITTEE Advisor: Member: Member: Problem Statement: (What is

More information

Microsoft Office Word 2010: Level 1

Microsoft Office Word 2010: Level 1 Microsoft Office Word 2010: Level 1 Workshop Objectives: In this workshop, you will learn fundamental Word 2010 skills. You will start by getting acquainted with the Word user interface, creating a new

More information

How to write a Tech United Eindhoven wiki report

How to write a Tech United Eindhoven wiki report How to write a Tech United Eindhoven wiki report D. van Ummy Bachelor Final Project Tech United Eindhoven - Wiki Report Coach(es): Supervisor: C. Oach dr.ir. S. U. Pervisor Eindhoven University of Technology

More information

VISUAL GUIDE to. RX Scripting. for Roulette Xtreme - System Designer 2.0

VISUAL GUIDE to. RX Scripting. for Roulette Xtreme - System Designer 2.0 VISUAL GUIDE to RX Scripting for Roulette Xtreme - System Designer 2.0 UX Software - 2009 TABLE OF CONTENTS INTRODUCTION... ii What is this book about?... iii How to use this book... iii Time to start...

More information

Lab 3: Introduction to Data Acquisition Cards

Lab 3: Introduction to Data Acquisition Cards Lab 3: Introduction to Data Acquisition Cards INTRODUCTION: In this lab, you will be building a VI to display the input measured on a channel. However, within your own VI you will use LabVIEW supplied

More information

Catalog Creator by On-site Custom Software

Catalog Creator by On-site Custom Software Catalog Creator by On-site Custom Software Thank you for purchasing or evaluating this software. If you are only evaluating Catalog Creator, the Free Trial you downloaded is fully-functional and all the

More information

Advanced Drupal Features and Techniques

Advanced Drupal Features and Techniques Advanced Drupal Features and Techniques Mount Holyoke College Office of Communications and Marketing 04/2/15 This MHC Drupal Manual contains proprietary information. It is the express property of Mount

More information

Prepare your result file for input into SPSS

Prepare your result file for input into SPSS Prepare your result file for input into SPSS Isabelle Darcy When you use DMDX for your experiment, you get an.azk file, which is a simple text file that collects all the reaction times and accuracy of

More information

STYLE AND FORMAT REQUIREMENTS MASTERS OF SCIENCE THESIS

STYLE AND FORMAT REQUIREMENTS MASTERS OF SCIENCE THESIS OFFICE OF GRADUATE STUDIES STYLE AND FORMAT REQUIREMENTS MASTERS OF SCIENCE THESIS The University of Wisconsin-Green Bay graduate programs in Applied Leadership for Teaching and Learning and Environmental

More information

Enhanced Formatting and Document Management. Word 2010. Unit 3 Module 3. Diocese of St. Petersburg Office of Training Training@dosp.

Enhanced Formatting and Document Management. Word 2010. Unit 3 Module 3. Diocese of St. Petersburg Office of Training Training@dosp. Enhanced Formatting and Document Management Word 2010 Unit 3 Module 3 Diocese of St. Petersburg Office of Training Training@dosp.org This Page Left Intentionally Blank Diocese of St. Petersburg 9/5/2014

More information

GRADUATE DEGREE REQUIREMENTS INSTRUCTIONS FOR DOCTORAL DISSERTATION AND MASTER S THESIS PREPARATION

GRADUATE DEGREE REQUIREMENTS INSTRUCTIONS FOR DOCTORAL DISSERTATION AND MASTER S THESIS PREPARATION GRADUATE DEGREE REQUIREMENTS INSTRUCTIONS FOR DOCTORAL DISSERTATION AND MASTER S THESIS PREPARATION March 2015 General Guidelines for Formatting Dissertation or Thesis In formatting your dissertation or

More information

How to Write a Good, if not Perfect Lab Notebook

How to Write a Good, if not Perfect Lab Notebook How to Write a Good, if not Perfect Lab Notebook Ashley Carter - Advanced Optics Lab Why are good lab notebooks important? A complete, legible, thorough lab notebook allows anyone to be able to perform

More information

GUIDELINES FOR MASTER S THESIS PREPARATION GRADUATE EDUCATION AND SCHOLARSHIP THE COLLEGE AT BROCKPORT STATE UNIVERSITY OF NEW YORK

GUIDELINES FOR MASTER S THESIS PREPARATION GRADUATE EDUCATION AND SCHOLARSHIP THE COLLEGE AT BROCKPORT STATE UNIVERSITY OF NEW YORK GUIDELINES FOR MASTER S THESIS PREPARATION GRADUATE EDUCATION AND SCHOLARSHIP THE COLLEGE AT BROCKPORT STATE UNIVERSITY OF NEW YORK TABLE OF CONTENTS Introduction... 1 Parts of the Thesis... 1 Title Page...

More information

Formatting Briefs Using Microsoft Word

Formatting Briefs Using Microsoft Word Advocacy Spring 2014 Formatting Briefs Using Microsoft Word Good formatting matters. A cleanly formatted brief is not only easier to read, it gives a first impression of care and professionalism that makes

More information

BUILDING DIGITAL LITERACY PURPOSE DEFINING DIGITAL LITERACY USING THIS GUIDE

BUILDING DIGITAL LITERACY PURPOSE DEFINING DIGITAL LITERACY USING THIS GUIDE BUILDING PURPOSE In today s society, it is critical for students to be able to use the vast amount of technology available to them. Computer literacy will provide students with skills they need to succeed

More information

Review Your Thesis or Dissertation

Review Your Thesis or Dissertation Review Your Thesis or Dissertation This document shows the formatting requirements for UBC theses. Theses must follow these guidelines in order to be accepted at the Faculty of Graduate and Postdoctoral

More information

The Harvard style. Reference with confidence. (2012 Edition)

The Harvard style. Reference with confidence. (2012 Edition) Reference with confidence: The Harvard style 1 Reference with confidence The Harvard style (2012 Edition) As used in: Archaeology Biochemistry (as well as Vancouver) Biology (as well as Vancouver) Economics

More information