Study Wiki Index
Last updated: 2026-05-10 | Total pages: 284 (Unit 10 ingest: 2 new concepts, 1 summary, 1 tutor tracker; updated Bullshit + ImmediateInference pages)
Programming Reference Layer
Thinking in C++, Vol. 1 (Eckel)
Self-study book ingest — Preface + Ch.1 + Ch.2 (book pp. 1–120). Subject folder: concepts/Programming/.
Book overview: ThinkingInCPP
Concept pages:
- OOPFoundations — Alan Kay’s 5 OOP characteristics; problem vs. solution space; encapsulation, composition, inheritance, polymorphism, virtual/late binding, stack vs. heap, exceptions
- CppBuildProcess — Full build pipeline: preprocessor → parser → code generator → linker; static type checking; separate compilation; libraries; ODR
- CppProgramStructure — Declarations vs. definitions (extern, ODR); function syntax; header files (#include); namespaces (using namespace std); main(); free-form syntax; comments
- CppIOStreams — cout, cin, <<, >>; endl; output manipulators (dec/oct/hex); char arrays; fstream; getline; character array concatenation
- CppStringAndVector — std::string (dynamic, operators +/+=); std::vector
(template, push_back, [], size()); while/for loops; STL origin
Chapter summaries:
- TIC-Ch1-IntroToObjects — Ch.1: OOP foundations, Alan Kay, methodology, XP, why C++ succeeds
- TIC-Ch2-MakingAndUsingObjects — Ch.2: Build process, declarations, headers, namespaces, iostream, string, vector
Python Crash Course (Matthes) — Beginner’s Cheat Sheet
Self-study reference ingest — full 10-page cheat sheet covering all core Python beginner topics. Subject folder: concepts/Programming/.
Course overview: PythonCrashCourse Source page: PythonCrashCourse-CheatSheet
Concept pages:
- PythonVariablesStringsInput — variables, strings, f-strings,
input(), int/float conversion - PythonLists — lists, indexing, add/remove/sort/slice/copy, range(), min/max/sum, list comprehensions, tuples, PEP 8
- PythonDictionaries — key-value pairs, .get(), .items()/.keys()/.values(), nesting (list-of-dicts / lists-in-dict / dict-of-dicts), dict comprehensions, zip()
- PythonControlFlow — if/elif/else, comparison operators, and/or, boolean values, while loops, break/continue/flags
- PythonFunctions — def, positional/keyword args, default values, *args/**kwargs, return values, passing lists, modules
- PythonOOP — class,
__init__, self, instance attributes, methods, inheritance, super(), duck typing - PythonFileIOExceptions — pathlib Path, read_text(), write_text(), try/except/else, ValueError
Cross-language connection:
- PythonOOP-CppOOP — side-by-side Python vs. C++ class syntax; duck typing vs. virtual dispatch; GC vs. manual memory
Core Pages
- overview — executive summary of the whole vault (structure, active courses, skills, deployment)
- hot — rolling ~500-word cache of current focus
- weekly-plan — realistic weekly planning for full-time work plus full-time university
- claude-obsidian-cheatsheet — quick reference for the claude-obsidian skill set
- source-coverage — source-to-study-asset coverage matrix
- new-course-onboarding — checklist and template for scaffolding future courses
- lint-report-2026-04-24 — latest wiki health check (2026-04-24)
Concepts
TABLE description AS "Description", courses AS "Courses", last_updated AS "Last Updated"
FROM "wiki/concepts"
SORT file.name ASCCourse Overviews
- ThinkingInCPP — Thinking in C++ Vol. 1 (Eckel) — self-study; Ch.1–2 ingested
- PythonCrashCourse — Python Crash Course (Matthes) — self-study; beginner cheat sheet ingested
- ADMN233 — Writing in Organizations (active)
- PHIL252 — Critical Thinking (active)
- ADMN201 — Intro to Business Studies (archived — exam written 2026-04-29)
- ACC926 — Intermediate Financial Accounting I (archived; McMaster, passed 2024)
- ACC818 — Economics, Micro + Macro (archived; McMaster, passed 2023)
Accounting Reference Layer (ACC 926)
Direct links — these pages also surface in the dataview Concepts table above.
- ConceptualFramework — IFRS conceptual framework (objectives, qualitative characteristics, foundational principles)
- IFRSvsASPE — cross-cutting comparison of the two Canadian standards
- AccountingCycle — 10-step cycle: identify → journalize → post → trial balance → adjust → close
- StatementOfFinancialPosition — SFP classification, cash flow direct vs. indirect
- ReportingFinancialPerformance — OCI, EPS (basic + diluted), discontinued operations
- RevenueRecognition5Step — IFRS 15 asset-liability process; long-term contracts
- PresentValueMeasurement — PV/FV, annuities, IFRS 13 fair value hierarchy
- CashAndReceivables — cash equivalents, allowance method, factoring/securitization
- Inventory — FIFO/weighted-avg, LCNRV, ratios
- Investments — FV-NI / FV-OCI / amortized cost; equity method; consolidation
- PPE — capitalization, cost vs. revaluation model
- Depreciation — methods, impairment models, disposition
- IntangiblesAndGoodwill — recognition, finite/indefinite life, goodwill impairment
ACC 926 ↔ ADMN 201 Connection Pages
- Accounting-IFRS-Standards — standards-as-labels ↔ framework-as-mechanism
- RevenueRecognition-AccrualAccounting — accrual intuition ↔ IFRS 15 mechanics
- Inventory-COGS-Ratios — Inventory Turnover ↔ FIFO vs. weighted-average choice
- Depreciation-FixedAssets — “spreading the cost” ↔ methods + impairment + disposal
- Goodwill-IntangibleAssets — definitions ↔ recognition + no-amortization regime
- Investments-SecuritiesMarkets — markets framing ↔ investor accounting
- PresentValue-LongTermFinancing — NPV intuition ↔ PV/FV/annuity formulas
Economics Reference Layer (ACC 818)
Lighter-touch ingest — 12 module summaries only (no concept pages). Cross-links to ADMN 201 (banking, money, financial system) handled separately by GEMINI.MD.
Microeconomics
- ACC818-Module1 — Scarcity, opportunity cost, PPB, economic systems
- ACC818-Module2 — Demand, supply, equilibrium, movement vs. shift
- ACC818-Module3 — Price/income/cross elasticity, tax incidence
- ACC818-Module4 — Price ceilings/floors, externalities, short-run cost curves
- ACC818-Module5 — Perfect competition, entry barriers, network effects
- ACC818-Module6 — Monopolistic competition, oligopoly, game theory
Macroeconomics
- ACC818-Module7 — Real vs. nominal GDP, business cycle, Phillips curve
- ACC818-Module8 — National income measurement, Keynesian cross, multiplier
- ACC818-Module9 — Government, trade, AD/AS model
- ACC818-Module10 — Money, BoC, fractional-reserve banking
- ACC818-Module11 — Money demand, open market operations, monetary transmission
- ACC818-Module12 — Monetary policy, inflation targeting, lags, CBDC
Connections
TABLE description AS "Linkage", courses AS "Courses"
FROM "wiki/connections"
SORT file.name ASCSummaries
TABLE description AS "Focus", course AS "Course"
FROM "wiki/summaries"
SORT file.name ASCADMN 201 — New Exam-Prep Pages (added 2026-04-26)
Pages closing gaps from a two-pass raw-source audit before the Apr 29 exam:
First-pass additions (raw textbook .md extracts):
- CustomerRelationshipManagement — Ch12: CRM, data warehousing, data mining, crowdsourcing
- DiversificationAndROI — Ch15: diversification, asset allocation, dividend yield, total return %, compound growth
- CreditTermsAndCashFlow — Ch15: credit policy (“2/10 net 30”), factoring vs. pledging AR, three inventory categories
- BondPricingAndYields — Ch15: rate-vs-price inverse rule, premium/discount, yield calculation, Moody’s & S&P ratings
Second-pass additions (Exam Review docx extraction):
- CorporateStrategyOptions — Ch6: Concentration, Growth (Market Penetration / Geographic Expansion / Product Development), Integration (Horizontal/Vertical), Diversification (Related/Conglomerate), Investment Reduction
- CompetitiveStrategies — Ch6: Porter’s three generic strategies — Cost Leadership, Differentiation, Focus
- IndividualDifferences — Ch9 LO9.2: Locus of Control, Self-Efficacy, Authoritarianism, Machiavellianism, Self-Esteem, Risk Propensity, Emotional Intelligence (EQ)
ADMN 233 — Writing in Organizations
Course overview: ADMN233
Active planning: ADMN233-dashboard · weekly-plan · ADMN233-exam
Concept pages:
- WritingProcess — 5-step framework: Preparing, Organizing, Writing, Polishing, Revising [ADMN233]
- WritingProcess-Preparing — Step 1 deep-dive: scope, audience analysis, goal-setting, idea generation [ADMN233]
- WritingProcess-Organizing — Step 2 deep-dive: categorizing, ordering structures, outline building [ADMN233]
- WritingProcess-Writing — Step 3 deep-dive: intros/conclusions, signposts, skimming, plagiarism [ADMN233]
- WritingProcess-Polishing — Step 4 deep-dive: typography, layout, visual aids, accessibility [ADMN233]
- WritingProcess-Revising — Step 5 deep-dive: editing (4 Cs) vs. proofreading (mechanics) [ADMN233]
- AudienceAnalysis — demographics, psychographics, “you” focus, human vs. algorithmic audiences [ADMN233]
- CommunicationGoals — 5 goals: Inform, Persuade, Train, Engage, Promote Goodwill [ADMN233]
- CQualities — 8 C Qualities: Compelling, Clear, Correct, Concise, Concrete, Consistent, Courteous, Credible [ADMN233]
- DocumentDesign — titles, headings, fonts, spacing, lists, whitespace, visual aids; Step 4 Polishing [ADMN233]
- PASFramework — PAS (Purpose-Action-Structure) + PSA Triad + Scope; email planning mini-framework [ADMN233]
- Wordiness — 4 types: Redundancy, Unnecessary Intensifiers, Stretching Phrases, Thick Words [ADMN233]
- ProfessionalEthics — Potter Process (4 steps); Aristotle/Kant/Mill; loyalties hierarchy [ADMN233]
- Empathy — Emotional empathy vs. cognitive empathy in professional communication [ADMN233]
- PresentationSkills — Slide design + online presenting; sound/lighting priority [ADMN233]
- BusinessReports — Types (informational/analytical), 13 report types, common elements, preparation, 4Cs [ADMN233]
- ExecutiveSummary — Standalone digest for executives; ≠ Introduction; written last, placed first [ADMN233]
- RhetoricalAppeals — Aristotle’s ethos/pathos/logos; rhetorical triangle; fallacy boundary [ADMN233, PHIL252]
- PersuasiveMessages — 5-component structure (hook → intro → explanation → evidence → CTA) + 6 tips [ADMN233]
- WritingRubric — 5-category assessment rubric: Content, Organization, Mechanics & Grammar, Writing Style, Presentation & Formatting [ADMN233]
- BusinessProposal — Formal proposal structure (exec summary, intro, proposed solution, ethics, conclusion); proposal vs. report; persuasive techniques [ADMN233]
Summaries:
- ADMN233-WritingProcess — The Writing Process reading (Farrelly) — full 5-step breakdown, 4 Cs, signposts
- ADMN233-StyleAndTone — Professional Communication Style And Tone — 8 C Qualities, active voice, inclusive language, register
- ADMN233-EffectiveDocumentDesign — Effective Document Design — titles, headings, fonts, spacing, lists, whitespace, visual aids
- ADMN233-BusinessReports — How to Write Business Reports — types, structure (14 elements), preparation, executive summary, checklist
- ADMN233-PersuasiveCommunication — Persuasive Communication — rhetorical appeals, audience, 5-component structure, 6 tips
- ADMN233-Simulation — Communication for Business I–III simulation — all concept modules + Regency III scenario
- ADMN233-Assignments — Assignment 1 (email), Assignment 2 (report), and Assignment 3 (formal proposal) instructions, rubric, and submitted A1 sample
Connection pages:
- AudienceAnalysis-Argumentation — Audience analysis (ADMN 233) ↔ argumentation audience-awareness (PHIL 252)
- Communication-ManagementPersuasion — Communication goals (ADMN 233) ↔ management persuasion (ADMN 201)
- ProfessionalEthics-CriticalThinking — Potter Process (ADMN 233) ↔ structured argument analysis (PHIL 252)
- RhetoricalAppeals-ArgumentStructure — Pathos/logos/ethos as persuasion tools (ADMN 233) ↔ as fallacy boundaries (PHIL 252)
PHIL 252 — Unit 8 Pages (added 2026-05-09)
Concept pages:
- AppealToAuthority — Genuine vs. fallacious appeals to authority: 5 criteria for genuine, 9 for fallacious; testimonial knowledge; expertise decision tree [PHIL252]
- FallaciesOfExpertise — Five fallacy types: Snob Appeal, Appeal to Tradition, Appeal to Nature, Appeal to Anonymous Authority, Appeal to Ignorance [PHIL252]
- ScientificWorldview — Western science as worldview: falsifiability, scepticism vs. denialism, what makes a domain capable of generating consensus [PHIL252]
Comparison page:
- IndigenousScience-WesternScience — “Worlds of objects” (Western) vs. “community of beings” (Indigenous); six-dimension comparison [PHIL252]
Summary:
- PHIL252-Unit8 — Unit 8: Science and Worldviews — complete coverage of expertise fallacies, scientific methodology, worldview comparison, and cognitive biases [PHIL252]
PHIL 252 — Unit 9 (Emotions, Generalizations, and Justification)
Concept pages:
- FallaciesOfEmotionalBias — Seven fallacies: ad hominem (abuse/poisoning the well/tu quoque), mob appeal, appeal to pity, appeal to force/fear, two wrongs; Walton-condition table, worked exercises, reductio ad Hitlerum [PHIL252]
- FallaciesOfPresumption — Three fallacies: sweeping generalization (accident), hasty generalization (converse accident), bifurcation (false dichotomy); Linda/conjunction problem, false consensus effect [PHIL252]
- FallaciesOfEvadingTheFacts — Five fallacies: straw person, pooh-pooh, begging the question (3 forms), question-begging epithets (signal words), complex question (5 interrogative rules), special pleading [PHIL252]
- FairCharacterization — Cross-cutting Unit 9 principle; Principle of Charity; antidote to ad hominem/bifurcation/straw person; ADMN233 parallel (cognitive empathy) [PHIL252, ADMN233]
Summary:
- PHIL252-Unit9 — Unit 9: Emotions, Generalizations, and Justification — 15 fallacies across Chs. 15/18/19; key distinction tables; exam-critical comparisons; mindmap [PHIL252]
Tutor tracker:
- PHIL252-Unit9 — 20-concept tracker for all Unit 9 fallacies + FairCharacterization + PrincipleOfCharity
Connection pages:
- AdHominem-ProfessionalCommunication — Ad hominem (PHIL252 Ch.15) ↔ CQualities: Courteous/Credible (ADMN233) [PHIL252, ADMN233]
- FairCharacterization-EmpathyInCommunication — Principle of Charity / straw person antidote (PHIL252) ↔ cognitive empathy + audience analysis (ADMN233) [PHIL252, ADMN233]
- SpecialPleading-ProfessionalEthics — Special pleading double standard (PHIL252 Ch.19) ↔ Consistent C-Quality + Potter Process (ADMN233) [PHIL252, ADMN233]
PHIL 252 — Unit 10 (Putting Critical Thinking into Practice)
Concept pages:
- MaterialInferences — Four types of defeasible real-world inference: motivational, feature, resultative, functional (Ch. 20) [PHIL252]
- ArgumentAnalysisProcedure — Three-step argument analysis: identify → dialectical acceptability → logical connection; cogency conditions; Walton’s 5 criteria (Ch. 20) [PHIL252]
Updated concept pages:
- Bullshit — Now includes 6 Bergstrom & West spotting tools (Ch. 10), refuting tools (Ch. 11): calling bullshit, reductio ad absurdum, null model; illusory truth effect [PHIL252]
- ImmediateInference — Now includes distribution table (which terms A/E/I/O distribute) with explanation of why it determines conversion/contraposition validity [PHIL252]
Summary:
- PHIL252-Unit10 — Unit 10 complete: material inferences, 3-step analysis, fallacy round-up (all 6 categories), spotting bullshit 6 tools, refuting bullshit 3 tools, categorical equivalence review [PHIL252]
Tutor tracker:
- PHIL252-Unit10 — 30-concept tracker for all Unit 10 material
Utility Pages
- ADMN201-dashboard — Chapter-by-chapter proficiency tracker for the Apr 29 exam; links to tutor concept files (archived)
- ADMN233-dashboard — Active 7.5-week ADMN233 completion sprint and grade targets
- study-plan — Structured study schedule and priority list
- weekly-plan — Conservative weekly study queue and block model
- ADMN201-exam — Compact final-review sheet for the ADMN 201 exam
- ADMN233-exam — Compact final-review sheet for the ADMN 233 exam