Lab Notebooks

* Always in pen

Your goal is not to preserve the outcome of your thoughts — that’s your code. Your goal is to preserve the process of your thoughts. So no erasing, no blacking out. You can put a single line through anything spelled or written incorrectly.

* Always during

Write down what the problem is, what you’re about to do, and what you expect the result to be. Treat your work as an experiment! This is especially valuable for junior developers who are still in a “try everything until something works” frame of mind. Forcing yourself to hypothesize what’s actually wrong is really valuable; and there’s nothing wrong with expecting a negative result (“I don’t think the problem is X, but it’s easy to prove it, so…”) If during the actual process, you deviate from your written plan, write down the deviation, and why you’re doing so. Don’t wait until after you’re “done” — because “done” might mean six hours from now.

* Always forward.

If you write something on Monday and realize you were wrong on Tuesday, write the correction in Tuesday’s entry. This is a lab journal — from the French “daily”. If you had a misconception, you want a record of that, as well as a record of why you were wrong. You can (and should) add a small note to the original entry pointing to the page where you correct yourself — but don’t obscure what you originally wrote.

* Keep a table of contents

The first pages of your notebook should be a table of contents; with a few words summarizing what is on each page. Make it easy to answer questions about what you did, and why, even if years have passed.

* Keep a habit

At the start of each day, read yesterday’s pages. Write down what you intend to do today. At the end of each day, read through today’s pages, and add an entry to your table of contents.

* Summarize when necessary

If you’ve spent a messy week going round in circles, and you lab notebook has become hard to follow, feel free to take a page to summarize what you’ve learned and where you ended up. Flag it specially in your table of contents.

* Store safely

At the end of a project, label the spine of your notebook, and store it safely with your others. It should be easy to access if questions ever come up.”

—Sam Bleckley, “Lab Notebooks.” SamBleckley.com.

2 thoughts on “Lab Notebooks

  1. Back when I used to do the science thing, I followed all of these rules. I think I kept a super detailed lab notebook because my thesis project was based on work that was done by someone who did not keep an updated lab notebook. I spent so much of my PhD life re-optimizing experiments that had been previously done. I would never want someone to go through what I had to do.

    Since so much data is not electronic, I wrote the file names of the associated data sets for most of my experiments.

    1. I like the idea of a lab notebook, bullet journal, etc., but it’s a difficult habit to keep up. If you’re doing PhD level science, I’d think you have to do it. But, for everyone else? I see the value, but I also see it’s a lot of work. It really needs to become part of how you work, if you’re going to do it.

Comments are closed.