From 1f9f54c8fe0f82282b1b417684b8ac175fe481ea Mon Sep 17 00:00:00 2001 From: Lucy Hao Date: Mon, 25 Dec 2023 21:49:58 -0700 Subject: [PATCH] update journal notes --- src/SUMMARY.md | 2 +- src/dry-lab/index.md | 7 +++++++ src/wet-lab/notebook/index.md | 9 ++++++++- src/wet-lab/notebook/month.md | 6 ++++++ src/wet-lab/notebook/yyyy-mm-dd.md | 1 - 5 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 src/wet-lab/notebook/month.md delete mode 100644 src/wet-lab/notebook/yyyy-mm-dd.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 2d3ccd8..85cec4c 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -11,7 +11,7 @@ - [Overview](./wet-lab/index.md) - [Notebook](./wet-lab/notebook/index.md) - - [yyyy-mm-dd](./wet-lab/notebook/yyyy-mm-dd.md) + - [month](./wet-lab/notebook/month.md) - [Design](./wet-lab/design/index.md) - [Plasmid Design](./wet-lab/design/plasmid.md) - [Experiment Design](./wet-lab/design/experiment.md) diff --git a/src/dry-lab/index.md b/src/dry-lab/index.md index feea908..b52a817 100644 --- a/src/dry-lab/index.md +++ b/src/dry-lab/index.md @@ -2,6 +2,13 @@ [Meeting Notes](https://drive.google.com/drive/folders/1QzOAnP1XhyycN8l5DmcQIVxX-E-CWuap?usp=sharing) +## Individual Pages +Everytime you work on your project, add a journal entry to your personal page. Use this format and put recent entries at the top of your page; this means the first entry is at the bottom of the page. + +## yyyy-mm-dd +### Tasks: +### Notes: + ## Goals [TODO] diff --git a/src/wet-lab/notebook/index.md b/src/wet-lab/notebook/index.md index 1661412..bba88cc 100644 --- a/src/wet-lab/notebook/index.md +++ b/src/wet-lab/notebook/index.md @@ -1,3 +1,10 @@ # Notebook -Welcome to the Wet Lab notebook. For each new entry, create a new file in SUMMARY.md with the naming convention: yyyy-mm-dd.md. Organize files into month subsections. +Welcome to the Wet Lab notebook. For each month, create a new file in SUMMARY.md with the naming convention: month.md. For each day you add a journal entry, go to the corresponding month.md file, and at the top of the file, and add an entry with the format below: + +## yyyy-mm-dd +### People: +### Tasks: +### Notes: + +This means the most recent entries will be at the top of the page. \ No newline at end of file diff --git a/src/wet-lab/notebook/month.md b/src/wet-lab/notebook/month.md new file mode 100644 index 0000000..bda535e --- /dev/null +++ b/src/wet-lab/notebook/month.md @@ -0,0 +1,6 @@ +# month + +## yyyy-mm-dd +### People: +### Tasks: +### Notes: \ No newline at end of file diff --git a/src/wet-lab/notebook/yyyy-mm-dd.md b/src/wet-lab/notebook/yyyy-mm-dd.md deleted file mode 100644 index 656f3cd..0000000 --- a/src/wet-lab/notebook/yyyy-mm-dd.md +++ /dev/null @@ -1 +0,0 @@ -# yyyy-mm-dd