View My GitHub Profile

A simple electronic lab notebook using Markdown and Git

Go Back to Protocols

by Shaohe Wang

The most commonly used elements in a lab notebook are text, tables and images, which can be easily organized in Markdown files. This can be greatly facilitated by a modern text editor, such as Visual Studio Code. The most important feature of an electronic lab notebook is to trace editing history, which can be conveniently achieved by Git.

1. Use Markdown to organize text, tables and images

2. Use Git and GitHub for version control and cloud backup

If you are new to Git, I highly recommend the Software Carpentry Lesson for Git. Specifically, you can: