Topics¶
Welcome to the Topics hub!
This section provides an overview of all major subjects and disciplines covered across the Wanna be Polymath platform. Each topic will eventually link to a dedicated hub page aggregating all related content from our various "Corners" (Round Table, Academy, Observatory, etc.).
(This page will be populated or dynamically generated as content and topic hubs are developed.)
tags: - topics - fields - areas - themes
Library¶
What is it¶
group of topics and sub-topics that I study and summarize.
this shouldn't be a wikipedia 2, nor an AI generated summarized data. the purpose is to write down specific data for myself.
Why is it done this way¶
when I study something, its helpful to write some things down because then it stored better in my head.
writing summaries can save time when revisiting some topics, as well as getting me better at explaining topics to other people - when I write down summaries in my own words it feels like I need to understand better the topic and explain it to someone new in a simple understandable way.
Layout / Architecture¶
it really depends on the topics. when I sit and study something, I just create files of the sub-topics and write to them, and then wrap them in a folder of larger theme or topic. so the creation goes from bottom to top and you never know what is the final large topic that consists of all of this.
Library
├── 0. Templates
│ ├── template-1.md
│ ├── template-2.md
│ └── ...
├── Topic-1
│ ├── sub-topic-1
│ │ ├── sub-sub-topic-1.md
│ │ ├── sub-sub-topic-2.md
│ │ └── ...
│ └── ...
└── ...
Templates¶
we need to define standards for writing down a topic, for consistency and readability. so I wrote a template for writing a generic topic.
when discussing a topic, there are helpful parts or sections that we write down and every topic should have them, like a "sources" section, or a "questions" section. we can build a pattern and template it for all the topics to use.
it should be like puzzle blocks. each topic should have its format and places at the bottom, and we can wrap it in wrappers to group topics and place them in the field.
op 4¶
field
- wrapper-1
- wrapper-2
...
- wrapper-x
- topic-1/
- index.md - intro + goals
- sources.md
- info.md
- keywords.md
- questions.md
- blogs and guides.md
- problems and solutions discussion.md
- ideas and projects.md
- ...
- topic-1/
- wrapper-x
- wrapper-2
...
- ...
op 1¶
field
- sources.md
- topics/
- topic-1/
- sub-topics/
- sub-topic-1.md
- ...
- keywords.md
- blogs and guides.md
- problems and solutions discussion.md
- ideas and projects.md
- sub-topics/
- ...
- topic-1/
op 2¶
field
- sources.md
- topic-1/
- sub-topics/
- sub-topic-1.md
- ...
- keywords.md
- blogs and guides.md
- problems and solutions discussion.md
- ideas and projects.md
- sub-topics/
- ...
op 3¶
field
- sources.md
- topics/
- topic-1/
- sub-topics/
- sub-topic-1/
- exploration.md
- keywords.md
- blogs and guides.md
- problems and solutions discussion.md
- ideas and projects.md
- ...
- sub-topic-1/
- sub-topics/
- ...
- topic-1/