Skip to main content

Chapter 10 Guide to Laboratory Notebooks

In Physics 352, you will learn to keep a formal laboratory notebook. Rather than using a paper lab notebook, we are instead going to keep electronic notebooks. Electronic lab notebooks are seeing increasing use in research labs for several reasons:
  • It is easier to back-up an electronic document than it is for a physical document.
  • Data tables and graphs are almost always generated using computers. These objects are more easily incorporated into an electronic notebook (rather than taping physical sheets into a physical notebook).
  • Electronic lab notebooks can easily be shared amongst multiple people collaborating on the same project.
  • Lab instructors can grade notebooks without having to collect them from students. This allows students to continue work on other lab notebook entries during the grading process.
Good notebook skills will be essential to you as a practicing scientist, so it is important that you get in the habit of keeping good records early. The lab notebook is a diary of your activities each time you sit down to conduct an experiment. The following information is intended to help you practice good scientific record-keeping skills.

General Formatting and Info.

  1. Discuss with your instructor the site to be used for electronic lab notebooks. For example, an instructor may provide a lab notebook template through Google Docs. If using Google Docs, create in Google Drive a folder for your Electronics course. Place your lab notebook Google Doc in this folder.
  2. Enter notes, data, etc. directly into your electronic lab notebook. You should NOT be writing things down on paper for entry at a later time.
  3. Cross out any mistakes with a single line. Do not delete anything once you’ve entered something into your notebook! This includes mistakes in the development of theory, mistakes in procedure, data entry, and analysis. You can learn from your mistakes, even minor ones, if you keep a record of them.
  4. Do not refer to your lab manual in your notebook, except in the case where warnings or hardware specifications in the manual affect your procedure. In real life, you will not have a lab manual, but you will often have technical manuals for the equipment.
  5. You may insert images directly into your lab notebook. You can also directly paste data or code into your notebook, though I’d suggest also inserting a hyperlink to the original files. In order to do this, place the file that you’d like to link to in the same Google Drive folder as your Lab Notebook document. Then, in your Google Doc, choose Insert -> Link. Search for and select the desired file.
  6. I will not be grading explicitly on grammar/spelling/etc. That said, your notebook needs to be clear enough that someone else (me in this case) can read your notebook and understand what you are doing or the point you are trying to make with a statement.

Sections of Your Lab Notebook.

I would recommend creating a new subfolder for each experiment in the ‘Labs’ folder of your electronic lab notebook. Inside a lab’s subfolder, you can include further subfolders or pages as you see fit. Your notebook entry for each lab should be divided into several sections which are described below. If the lab has multiple sub-experiments, group all sections for a single sub-experiment together and keep it separate from other sub-experiment details.
  1. PREFACE – In this section, provide a brief introductory paragraph (20-40 words or so) describing the theme and goals of the experiment.
  2. THEORY – Provide a circuit sketch (with components labeled with variables rather than specific values) for the circuit type that you intend to study in this lab activity. This will typically accompany either theoretical derivations or a report of theoretical results that you intend to investigate experimentally.
  3. APPARATUS – In this section, you should include details about the equipment and circuits you are working with. This should include:
    • A list of instruments used, including make and model.
    • Pin designations (showing the layout of integrated circuit chips, for instance) or other important information regarding parts
    • A schematic diagram, including
      • Components labeled with values or part numbers (e.g. 1N914 diode or 2-kΩ resistor)
      • Clearly-labeled input/output terminals
      • Major connections to external power supplies, etc.
  4. PROCEDURE – Use two to three sentences to explain 1) what was measured, 2) what was varied, and 3) how you intend to compare experimental results to theory. Typically, you do not need to include each and every little step along the way of accomplishing this task, but if there is information that you think is critical to remember (odd steps you needed to take), issues that arose, or changes that were made, these details would be included in this section, after your initial procedure summary.
    If you obtain unexpected results, try and find out why. Record any debugging you do. Leave wrong results or mistakes in your lab book, crossed out with a single line.
    Note: In other lab courses, this section may need to expand with more detail than what I’m asking for above. In electronics, the equipment setup and use is pretty standard from experiment to experiment. As a result, detailed notes regarding circuit construction on the prototyping board (for instance) is not necessary in this course, but similar types of information may be critical to record in other courses.
  5. RAW DATA TABLES – Data should be entered directly into an electronic file if at all possible; do not record data on paper as an intermediate step unless absolutely necessary. This electronic file should be inserted into your electronic notebook before you leave the lab room. Include units.
  6. RESULTS – In this section, you should include tables or graphs that display your experimental results. Your experimental data should be represented using symbols when you are graphing. Axes should be labeled and should include units. If possible, produce a theoretical curve as well for direct comparison to your experimental results. Depending on the lab activity, there may be other methods of reporting your results.
  7. DISCUSSION - Write one paragraph, at least, in conclusion, whether you needed to do any analysis or not. Did you see evidence for the effect you set out to observe? What was the value, with units and uncertainties, of the quantity you set out to measure? If your results did not agree with your expectations, as is sometimes the case, speculate on possible reasons. This should be similar to the Conclusions section of a formal lab report.
  8. APPENDIX - Here, you can include longer spreadsheets of data as well as printouts of the code used for data analysis. When including code, include both a printout but also attach a .py file containing the executable code that you used along with any ancillary files that the code calls (e.g. data files).