up:: [[Thinking Vault]], [[About Me|Francis Wang]]
x:: [[Thinking MOC]]
tags:: #map/atlas #on/learning
# Learning and Knowledge Management
Lifelong Learning and Knowledge Management is a pillar of my domains of study.
> *(Personal Statement | Note to Self)*
>
> ...
I try to organize practical applications of my understanding in [[Lifelong Learner's Toolkit (LLTK)]] on a continuous basis.
...
##### My Influences
[[Leonardo Da Vinci]]
##### My Works
[[Sensemaking Workshop]]
---
### Author's Corner
##### Unrequited notes
Notes that reference this Atlas but yet to be mentioned from here. This query is not meant to work on web (published) versions.
```dataview
table file.mtime.year + "-" + file.mtime.month + "-" + file.mtime.day as Modified
from [[]]
and !#system and !#my
and !outgoing([[]])
sort file.mtime desc
```
##### My Course Notes
List of courses that I have enrolled since starting these linked notes.
```dataview
table file.mtime.year + "-" + file.mtime.month + "-" + file.mtime.day as Modified
from "Thinking/Sources/Courses"
and !#system and !#my
and !outgoing([[]])
sort file.mtime desc
```