Table of Contents

How to Write a Lab Report

Here we provide some basic guidelines for writing lab reports. The guidelines are kept general and offer a framework for writing reports. Many of them are analogous to the general criteria for writing scientific texts, such as Bachelor's and Master's theses or scientific publications.

General Guidelines

A scientific text generally serves two important functions:

  1. Presentation of results and conclusions. This is the fundamental message you want to convey to the readers. All the important (new) information and ideas need to be included.
  2. Transparency and reproducibility of results. Scientific findings only have value if they are reproducible. Write your text in a way that allows others to follow your steps and reproduce your results using your data. This strengthens the credibility and persuasiveness of your findings. In the context of a lab report, this is also important for us to assess how well you have engaged with the topic and understood the details.

These two points are of particular importance in the evaluation of the lab report.

Structure and Content of a Lab Report

A typical lab report is divided into the following sections:

  1. A brief introduction that leads into the topic (can be kept very short in the age of AI).
  2. A section on the theoretical background, laying out all the scientific foundations needed to understand the results and conclusions and to follow their derivation (can be kept very short in the age of AI).
  3. A general description of the observational data, often together with the data reduction, describing how the raw data are processed into reduced data products. The acquisition of the raw data is also described here.
  4. A presentation of the results, including the final data products and direct measurements from the data.
  5. The data analysis covers all quantities derived from the results. This includes more extensive calculations based on models and assumptions, as well as derivations of broader relationships and model comparisons.
  6. The discussion places the results of the analysis and measurements in a scientific context. The results are examined with regard to their plausibility and possible measurement uncertainties. Potential sources of error are addressed, as well as a comparison with similar experiments from the literature.
  7. A references section lists all literature sources used in the course of writing the report, including sources for adapted figures as well as literature values used for assumptions and comparisons.
  8. An appendix contains any additional information and figures that are too important to omit but would disrupt the flow of the main text too much.

This is a general overview applicable to most types of scientific texts. Depending on the content or context of the report, however, deviations from this structure may be useful or even necessary to improve readability.

Further Advice

Lab Report Template

To support you, we have prepared a LaTeX template for a lab report. The template is written in LaTeX and should compile without issues using a standard LaTeX installation. A zipped archive contains all necessary source files, including the template to be edited as well as additional files required for successful compilation. The archive contains the following files:

Filename Purpose To be edited by you?
lab_report_empty.tex The empty template for you to fill in yes
bibliography.bib Contains BibTeX entries for all cited sources yes
aa.bst BibTeX style file determining the appearance of references no
lab_report.tex Source file for the guide (see below) no
bibdefinitions.tex Predefined LaTeX commands for astronomical journals (used for BibTeX) no

All other files are generated automatically during compilation.

Based on this template, we have written a short guide that provides advice on how to write a lab report. It is somewhat more comprehensive than what is written here and additionally contains general instructions on typesetting, scientific writing, and a list of useful LaTeX commands.