notes

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit dd2822894666456eacfbfd1c0a808b3f762e93a3
parent 328ff4fe867d3661dceee1becc1dd19621d60111
Author: Andrew Laack <andrew@laack.co>
Date:   Sun, 15 Feb 2026 01:06:13 -0600

Testing frontmatter

Diffstat:
Adocs/CognitiveCostsAndBenefitsOfNoteTaking.md | 17+++++++++++++++++
Adocs/NoteTaking.md | 13+++++++++++++
Mdocs/index.md | 1+
3 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/docs/CognitiveCostsAndBenefitsOfNoteTaking.md b/docs/CognitiveCostsAndBenefitsOfNoteTaking.md @@ -0,0 +1,17 @@ +--- +title: My Article Title +date: 2024-01-15 +author: John Doe +tags: [markdown, tutorial, web] +--- + +# An integrative review of the cognitive costs and benefits of note-taking + +## Background Information + +There are generally two categories of benefits seen from note taking: + +1. External Storage Effect + - This allows for notes to be referenced at a later time for review and rehearsal +2. Encoding Effect + - Value derived from considering the information deeply diff --git a/docs/NoteTaking.md b/docs/NoteTaking.md @@ -0,0 +1,13 @@ +# Note Taking + +## Explanation + +I am curious about note taking. There are so many different approaches to taking notes. Of them, are any backed by science? What does modern research tell us about how we should be taking notes, and how does this differ across domains? + +## Links + +### Research + +#### 2017 + +- [An integrative review of the cognitive costs and benefits of note-taking](CognitiveCostsAndBenefitsOfNoteTaking.md) diff --git a/docs/index.md b/docs/index.md @@ -8,3 +8,4 @@ Welcome to my notes, I hope you can learn something - Andrew - [Math](Math.md) - [Machine Learning](MachineLearning.md) - [Self Hosting](SelfHosting.md) +- [Note Taking](NoteTaking.md)