mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-30 22:57:59 +00:00
b088086b06
Now, it's all under the notebook umbrella. Seems to be appropriate as it is just my notes after all. I also updated some notes from there. I didn't keep track of what it is this time. Something about more learning notes extracted from my "Learning how to learn" course notes and then some. Lack of time and hurriness just makes it difficult to track but it should be under version control already.
1.2 KiB
1.2 KiB
A good tagging system for files for reducing information overload
Stealing from this talk, the best (personal) practice for tagging include the following.
- Limiting the vocabulary into a set number. The author recommends to limit it to 100 but lesser is better.
- Tags should always be in plural.
- Keep tags general (e.g.,
sports
instead ofbowling
,basketball
, orvolleyball
). - No tags should be derived from file extensions (e.g., photographs, books, documents).
In my case, this is not enough since we want tags for specific things.
- Any topic-specific should be appended as a subtag (e.g.,
sports.bowling
,sports.basketball
,sports.volleyball
). If a subtag are established enough, then you may classify it as a general tag.
References
Reproducible research: principles for transparent science, Module 1: Lab books and notebooks, Section 5: Finding one's way with tags and desktop search application, retrieved as of June 2020 (2020-06-24)