10,735
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) m (Changed single quotes to double quotes for Maria's sanity) |
||
Line 15: | Line 15: | ||
------------------------- | ------------------------- | ||
local subtopics = { | local subtopics = { | ||
-- [ | -- ["this is a subtopic of"] = "just this", | ||
-- [ | -- ["this is a subtopic of"] = {"this", "this too"}, | ||
[ | ["birds"] = {"animals"}, | ||
[ | ["insects"] = {"animals"}, | ||
[ | ["biochemistry"] = {"biology","chemistry"}, | ||
[ | ["enzymes"] = "biochemistry", | ||
[ | ["organic chemistry"] = "chemistry", | ||
[ | ["sugars"] = "chemistry", | ||
[ | ["botany"] = "biology", | ||
[ | ["cytology"] = "biology", | ||
[ | ["genetics"] = "biology", | ||
[ | ["microbiology"] = "biology", | ||
[ | ["molecular biology"] = "biology", | ||
[ | ["physiology"] = "biology", | ||
[ | ["taxonomy"] = "biology", | ||
[ | ["virology"] = "biology", | ||
[ | ["zoology"] = "biology", | ||
[ | ["phonetics"] = "linguistics", | ||
[ | ["phonology"] = "linguistics", | ||
[ | ["algebra"] = "mathematics", | ||
[ | ["arithmetic"] = "mathematics", | ||
[ | ["calculus"] = "mathematics", | ||
[ | ["geometry"] = "mathematics", | ||
[ | ["statistics"] = "mathematics", | ||
[ | ["trigonometry"] = "mathematics", | ||
[ | ["trigonometric functions"] = "trigonometry", | ||
[ | ["nuclear physics"] = "physics", | ||
[ | ["months"] = "time", | ||
[ | ["seasons"] = "time", | ||
[ | ["days"] = "time", | ||
} | } | ||