10,735
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 18: | Line 18: | ||
-- ["this is a subtopic of"] = {"this", "this too"}, | -- ["this is a subtopic of"] = {"this", "this too"}, | ||
["birds"] = | ["animals"] = "lifeforms", | ||
["birds"] = "animals", | |||
["insects"] = "animals", | |||
[" | ["plants"] = "lifeforms", | ||
["computing"] = "technology", | |||
["electronics"] = "technology", | |||
["months"] = "time", | |||
["seasons"] = "time", | |||
["days"] = "time", | |||
-- SCIENCES | |||
["astronomy"] = "sciences", | |||
["biology"] = {" | ["biology"] = "sciences", | ||
["anatomy"] = {"biology", "medicine"}, | |||
["organs"] = {"anatomy"}, | |||
["botany"] = "biology", | ["botany"] = "biology", | ||
["cytology"] = "biology", | ["cytology"] = "biology", | ||
Line 37: | Line 45: | ||
["physiology"] = "biology", | ["physiology"] = "biology", | ||
["taxonomy"] = "biology", | ["taxonomy"] = "biology", | ||
["taxonomic names"] = "taxonomy", | |||
["taxonomic names %s"] = "taxonomic names", | |||
["virology"] = "biology", | ["virology"] = "biology", | ||
["zoology"] = "biology", | ["zoology"] = "biology", | ||
["chemistry"] = "sciences", | |||
["inorganic chemistry"] = "chemistry", | |||
["organic chemistry"] = "chemistry", | |||
["sugars"] = "chemistry", | |||
["biochemistry"] = {"biology","chemistry"}, | ["biochemistry"] = {"biology","chemistry"}, | ||
["enzymes"] = "biochemistry", | ["enzymes"] = "biochemistry", | ||
["social sciences"] = | ["social sciences"] = "sciences", | ||
["linguistics"] = | ["linguistics"] = "social sciences", | ||
["phonetics"] = "linguistics", | ["phonetics"] = "linguistics", | ||
["phonology"] = "linguistics", | ["phonology"] = "linguistics", | ||
["psychology"] = | ["psychology"] = "social sciences", | ||
["formal sciences"] = | ["formal sciences"] = "sciences", | ||
["logic"] = | ["logic"] = "formal sciences", | ||
["mathematics"] = | ["mathematics"] = "formal sciences", | ||
["algebra"] = "mathematics", | ["algebra"] = "mathematics", | ||
["arithmetic"] = "mathematics", | ["arithmetic"] = "mathematics", | ||
Line 60: | Line 75: | ||
["trigonometric functions"] = "trigonometry", | ["trigonometric functions"] = "trigonometry", | ||
["medicine"] = | ["medicine"] = "sciences", | ||
["pharmacology"] = "medicine", | ["pharmacology"] = "medicine", | ||
["psychiatry"] = "medicine", | ["psychiatry"] = "medicine", | ||
["physics"] = | ["physics"] = "sciences", | ||
["nuclear physics"] = "physics", | ["nuclear physics"] = "physics", | ||
} | } | ||