%%
#moc | #moc/growing
Why do I want to make this MOC?
MOC Process:
> - _**Cluster**_ ideas/notes together.
> - Add lines between clusters (add the gaps).
> - _**Chart**_ the empty spaces between clusters (map the gaps).
> - _**Create**_ a new “thing” note.
> - _**Create**_ a new “statement” note.
> - _**Collide**_ your ideas.
> - _**Clarify**_ your note titles.
> - _**Connect**_ your notes.
> - _**Cut up**_ a note into two.
> - _**Combine**_ two notes into one.
> - _**Cast aside**_ notes that are no longer relevant.
> - _**Categorize**_ the notes in the MOC.
_Mapping Concepts_ includes mostly creating links to other ideas. It is a higher order of note making.
Creating Maps of concepts include finding the [[emergence]] and [[Convergence]].
This is an inherently [[Constructivism]] way of creating knowledge and storing ideas.
It mirrors the way our brain works. It is a way of organizing and [[dealing with complexity]]
[[Knowledge Value Making]] allows us to keep each note small, but to create meaning in and between each note.
```toc style: number
min_depth: 2
max_depth: 6
```
%%
## Overview
The human brain is designed for action. It's just not designed for action in a way that is most helpful to us in the modern world. We have a [[modern ancient mismatch]] in our brain design and our bodies and brains haven't caught up.
%%
## Unrequited notes (by link)
These notes point directly to this note. But this note doesn't point back.
```dataview
table file.mtime.year + "-" + file.mtime.month + "-" + file.mtime.day as Modified
from [[Action]]
and !outgoing([[Action]])
sort file.mtime desc
```
## Associated notes (by tag)
These notes have this associated tag: `#on/action`.
```dataview
table file.mtime.year + "-" + file.mtime.month + "-" + file.mtime.day as Modified
from #on/action
and !outgoing([[Action]])
sort file.mtime desc
```