objectivism cheatsheet

D David Veksler · 1 year ago 4e03a3a944819cc4d25a340bb42d469452b9d835
Parent: 0f4944120

1 file changed +395 −0

Diff

diff --git a/objectivism.html b/objectivism.html
new file mode 100644
index 0000000..d3f6523
--- /dev/null
+++ b/objectivism.html
@@ -0,0 +1,395 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>Objectivism: The Philosophy of Ayn Rand - A Cheatsheet</title>
+    <meta name="description" content="A concise cheatsheet covering the core principles of Objectivism, including Metaphysics, Epistemology, Ethics, Politics, and Aesthetics, based on Ayn Rand's philosophy. Features key quotes and detailed source references.">
+    <meta name="keywords" content="Objectivism, Ayn Rand, Leonard Peikoff, philosophy, cheatsheet, Metaphysics, Epistemology, Ethics, Politics, Aesthetics, Rational Self-Interest, Capitalism, Individual Rights, Reason, Quotes, Sources">
+    <meta name="author" content="Ayn Rand / Generated">
+    <link rel="canonical" href="[YOUR_URL_HERE]/objectivism-cheatsheet-sourced-v2.html"> <!-- Add canonical URL if deploying -->
+    <meta property="og:title" content="Objectivism: The Philosophy of Ayn Rand - A Cheatsheet">
+    <meta property="og:description" content="Quick reference to Ayn Rand's Objectivism: Metaphysics, Epistemology, Ethics, Politics, Aesthetics. Includes impactful quotes and detailed source references.">
+    <meta property="og:type" content="article">
+    <meta property="og:url" content="[YOUR_URL_HERE]/objectivism-cheatsheet-sourced-v2.html">
+    <meta property="og:image" content="[YOUR_IMAGE_URL_HERE]/objectivism-og-image-themed.png"> <!-- Create and link an OG image -->
+    <meta property="og:image:alt" content="Stylized overview of Objectivist concepts - Sourced">
+    <meta name="twitter:card" content="summary_large_image">
+    <meta name="twitter:title" content="Objectivism: The Philosophy of Ayn Rand - A Cheatsheet">
+    <meta name="twitter:description" content="A concise, themed summary of Ayn Rand's philosophy, covering its core branches, key terms, major works, common misconceptions, impactful quotes, and detailed sources.">
+    <meta name="twitter:url" content="[YOUR_URL_HERE]/objectivism-cheatsheet-sourced-v2.html">
+    <meta name="twitter:image" content="[YOUR_IMAGE_URL_HERE]/objectivism-og-image-themed.png">
+    <meta name="twitter:image:alt" content="Stylized overview of Objectivist concepts - Sourced">
+    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
+    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
+    <style>
+        /* --- Thematic Color Scheme --- */
+        :root {
+            --obj-bg-light: #f8f9fa;      /* Very light grey - main background */
+            --obj-bg-medium: #e9ecef;     /* Light grey - section/card accents */
+            --obj-border: #dee2e6;        /* Medium grey - borders */
+            --obj-text-dark: #212529;     /* Near black - primary text */
+            --obj-text-medium: #495057;   /* Dark grey - secondary text */
+            --obj-text-muted: #6c757d;    /* Muted grey */
+            --obj-primary-dark: #0d2c40;  /* Deep blue - main headings */
+            --obj-primary-medium: #2a4d6a;/* Medium blue - subheadings, strong */
+            --obj-accent: #0d6efd;        /* Standard Bootstrap blue - links, icons */
+            --obj-accent-hover: #0a58ca;  /* Darker blue for link hover */
+            --obj-rejected: #dc3545;      /* Red for rejected concepts */
+            --obj-corrected: #198754;     /* Green for corrections */
+            --obj-quote-bg: #e2e8f0;      /* Slightly different grey for quotes */
+            --obj-quote-border: #adb5bd;   /* Grey quote border */
+        }
+
+        body { background-color: var(--obj-bg-light); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; padding: 0 0 30px; font-size: 16px; line-height: 1.6; color: var(--obj-text-dark); }
+        .page-header { background-color: var(--obj-bg-medium); padding: 1.5rem 1.5rem; margin-bottom: 2rem; text-align: center; border-bottom: 1px solid var(--obj-border); }
+        .page-header h1 { color: var(--obj-primary-dark); font-weight: 300; margin-bottom: .25rem; font-size: 2.2rem; }
+        .page-header h1 i.bi { color: var(--obj-accent); position: relative; top: -2px;}
+        .page-header .lead { color: var(--obj-primary-medium); font-size: 1.05rem; margin-bottom: 0; }
+
+        .section { padding: 1.5rem 0; }
+        .section h2 { text-align: center; color: var(--obj-primary-dark); margin-bottom: 1.5rem; font-weight: 400; border-bottom: 2px solid var(--obj-border); padding-bottom: 0.75rem; font-size: 1.8rem; }
+        .section h3 { color: var(--obj-primary-medium); margin-top: 1.5rem; margin-bottom: 1rem; font-weight: 600; font-size: 1.4rem; border-left: 4px solid var(--obj-accent); padding-left: 0.75rem; }
+        .section h4 { color: var(--obj-primary-medium); margin-top: 1.25rem; margin-bottom: 0.75rem; font-weight: 600; font-size: 1.15rem; }
+        .section ul, .section ol { padding-left: 1.8rem; margin-bottom: 1rem; }
+        .section li { margin-bottom: 0.5rem; }
+        .section dl dt { font-weight: 600; color: var(--obj-primary-medium); margin-top: 0.5rem;}
+        .section dl dd { margin-left: 1.5rem; margin-bottom: 0.5rem; color: var(--obj-text-medium);}
+        .section dl dt.text-danger { color: var(--obj-rejected) !important; }
+
+        /* Foundations Section Specific Styles */
+        .foundations-section { background-color: #ffffff; padding: 2rem; border-radius: .5rem; box-shadow: 0 4px 10px rgba(0,0,0,.07); margin-bottom: 2.5rem; }
+        .foundations-section h3 { border-left: 4px solid var(--obj-accent); padding-left: 0.75rem; color: var(--obj-primary-medium); margin-bottom: 1rem; }
+        .foundations-section ul { list-style: none; padding-left: 0; }
+        .foundations-section li { margin-bottom: 0.8rem; padding-left: 1.8rem; position: relative; }
+        .foundations-section li i.bi { position: absolute; left: 0; top: 4px; color: var(--obj-accent); font-size: 1.1em; }
+        .foundations-section .concept-term { font-weight: 600; color: var(--obj-primary-medium); }
+        .foundations-section li ol { padding-left: 1.2rem; margin-top: 0.3rem; font-size: 0.95em;}
+
+        /* Branch Card Styles */
+        .branch-card { background-color: #ffffff; border: 1px solid var(--obj-border); border-radius: .35rem; box-shadow: 0 3px 8px rgba(0, 0, 0, .07); margin-bottom: 1.5rem; padding: 1.25rem; height: 100%; display: flex; flex-direction: column;}
+        .branch-card .card-body-content { flex-grow: 1; }
+        .branch-card h3 { border-left: none; padding-left: 0; margin-top: 0; margin-bottom: 1rem; text-align: center; border-bottom: 1px solid #eee; padding-bottom: 0.6rem; color: var(--obj-primary-dark);}
+        .branch-card h3 i.bi { margin-right: 0.5rem; color: var(--obj-accent); }
+        .branch-card strong { color: var(--obj-primary-medium); }
+        .branch-card ul { padding-left: 1.5rem; }
+        .branch-card .slogan { font-style: italic; color: var(--obj-text-medium); background-color: var(--obj-bg-medium); padding: 0.5rem 1rem; border-left: 3px solid var(--obj-border); margin-top: auto; border-radius: 0.2rem; }
+
+        .misconceptions li strong { color: var(--obj-rejected); }
+        .misconceptions li span { color: var(--obj-corrected); }
+
+        .disclaimer { font-size: 0.9em; color: var(--obj-text-muted); border-top: 1px solid var(--obj-border); padding-top: 1rem; margin-top: 1rem; }
+        footer { padding: 2rem 0; font-size: .9em; margin-top: 2rem; text-align: center; color: var(--obj-text-muted); }
+
+        /* Quote Trigger and Content Styling */
+        .key-quote-trigger { color: var(--obj-accent); text-decoration: none; font-size: .9em; margin-left: 8px; cursor: pointer; transition: color .2s ease; vertical-align: middle; white-space: nowrap; border-bottom: none; display: inline-block; padding: 2px 4px; line-height: 1; border-radius: 4px; }
+        .key-quote-trigger:hover { color: var(--obj-accent-hover); }
+        .key-quote-trigger .bi-quote { font-size: 1.1em; position: relative; top: 1px;}
+
+        .key-quote { font-size: .9em; color: var(--obj-text-medium); background-color: var(--obj-quote-bg); border-left: 3px solid var(--obj-quote-border); padding: .75rem 1rem; margin: .5rem 0 0 0; border-radius: .2rem; font-style: italic; }
+        .key-quote .quote-source { display: block; text-align: right; font-style: normal; font-size: 0.9em; color: var(--obj-text-muted); margin-top: 0.5rem; }
+
+        /* Reference Trigger Styling */
+        .ref-trigger { color: var(--obj-text-muted); font-size: .9em; cursor: help; vertical-align: middle; transition: color .2s ease; margin-left: 5px; white-space: nowrap; text-decoration: none; border-bottom: none; display: inline-block; /* Ensure it takes space */ }
+        .ref-trigger:hover { color: var(--obj-text-dark); }
+        .ref-trigger .bi { font-size: 1em; position: relative; top: -1px;} /* Slightly larger icon */
+
+        /* Tooltip styling */
+        .tooltip-inner { background-color: var(--obj-primary-dark); color: #fff; padding: 5px 10px; font-size: 0.85rem;}
+        .tooltip .tooltip-arrow::before { border-top-color: var(--obj-primary-dark); }
+        .popover-header { background-color: var(--obj-bg-medium); color: var(--obj-primary-dark); border-bottom: 1px solid var(--obj-border); font-size: 0.95em; padding: 0.5rem 1rem;}
+        .popover-body { font-size: 0.9em; padding: 0.75rem 1rem;}
+        .popover { border-color: var(--obj-border); max-width: 300px;}
+    </style>
+</head>
+<body>
+    <header class="page-header">
+        <div class="container">
+             <h1><i class="bi bi-building"></i> Objectivism: The Philosophy of Ayn Rand - A Cheatsheet</h1>
+            <p class="lead">A Quick Reference Guide to Core Principles</p>
+        </div>
+    </header>
+
+    <div class="container-lg">
+
+        <section id="introduction" class="section">
+             <h2>I. Introduction: What is Objectivism?</h2>
+            <ul>
+                <li><strong>Definition:</strong> A comprehensive, integrated philosophical system created by Ayn Rand.</li>
+                <li><strong>Core Idea:</strong> A philosophy for living on Earth, based on objective reality and man's use of reason as his absolute.</li>
+                <li><strong>Scope:</strong> Covers the traditional branches of philosophy: Metaphysics, Epistemology, Ethics, Politics, and Aesthetics.</li>
+                <li><strong>Rand's View:</strong> Philosophy isn't an intellectual game or luxury but a fundamental necessity for human survival and flourishing.
+                    <a class="key-quote-trigger" data-bs-toggle="collapse" data-bs-target="#quote-intro" role="button" aria-expanded="false" aria-controls="quote-intro" title="Impactful Quote"><i class="bi bi-quote"></i></a>
+                    <div class="collapse key-quote" id="quote-intro">"As a human being, you have no choice about the fact that you need a philosophy. Your only choice is whether you define your philosophy by a conscious, rational, disciplined process of thought... or let your subconscious accumulate a junk heap..."<span class="quote-source">- Ayn Rand, Philosophy: Who Needs It</span></div>
+                </li>
+                <li><strong>How to Use This Cheatsheet:</strong> Intended as a quick reference and overview of core principles. It is *not* a substitute for reading Ayn Rand's primary works for a full understanding and validation.</li>
+            </ul>
+        </section>
+
+        <section class="foundations-section">
+            <h2 class="section-heading">Foundational Pillars</h2>
+            <h3><i class="bi bi-key-fill"></i> Core Concepts Underlying the System</h3>
+            <ul>
+                <li><i class="bi bi-bricks"></i><span class="concept-term">The Axioms:</span> Self-evident, irreducible truths at the base of all knowledge.<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 1; IOE pp. 55-62"><i class="bi bi-book"></i></a>
+                    <ol>
+                        <li><span data-bs-toggle="tooltip" title="Reality is absolute.">Existence Exists</span></li>
+                        <li><span data-bs-toggle="tooltip" title="Consciousness perceives existence.">Consciousness is Conscious</span></li>
+                        <li><span data-bs-toggle="tooltip" title="Everything has a specific nature.">A is A (Identity)</span></li>
+                    </ol>
+                </li>
+                <li><i class="bi bi-link-45deg"></i><span class="concept-term">Law of Causality:</span> Identity applied to action; entities act according to their nature.<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 1"><i class="bi bi-book"></i></a></li>
+                <li><i class="bi bi-globe"></i><span class="concept-term">Primacy of Existence:</span> Reality is primary, consciousness is secondary (it perceives reality). Rejects all forms of idealism/subjectivism.<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 1; PWNI 'The Metaphysical vs. the Man-Made'"><i class="bi bi-book"></i></a></li>
+                <li><i class="bi bi-hand-index-thumb"></i><span class="concept-term">Volition:</span> Man possesses free will, primarily the choice to focus his consciousness ("to think or not to think"). Axiomatic via introspection.<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 2"><i class="bi bi-book"></i></a></li>
+                <li><i class="bi bi-brain"></i><span class="concept-term">Reason:</span> Man's faculty for knowing reality, operating via logic based on sensory evidence. His basic tool of knowledge and survival.<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 5; VOS 'The Objectivist Ethics'"><i class="bi bi-book"></i></a></li>
+                 <li><i class="bi bi-check2-all"></i><span class="concept-term">Objectivity:</span> Adherence to reality via logic within the full context of one's knowledge. Applies to concepts, knowledge, values. Neither intrinsic nor subjective.<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 4; IOE Ch. 5"><i class="bi bi-book"></i></a></li>
+           </ul>
+        </section>
+
+        <hr class="section-divider">
+
+        <h2 class="section-heading">Branches of Philosophy</h2>
+
+        <div class="row">
+            <!-- Metaphysics Card -->
+            <div class="col-lg-6">
+                <div class="info-card">
+                    <div class="card-body-content">
+                        <h3><i class="bi bi-box-seam"></i> A. Metaphysics: Objective Reality</h3>
+                        <p><strong>Core Principle:</strong> Existence Exists (Reality is absolute. Identity: A is A).
+                            <a class="key-quote-trigger" data-bs-toggle="collapse" data-bs-target="#quote-metaphysics" role="button" aria-expanded="false" aria-controls="quote-metaphysics" title="Impactful Quote"><i class="bi bi-quote"></i></a>
+                            <div class="collapse key-quote" id="quote-metaphysics">"Existence is Identity, Consciousness is Identification."<span class="quote-source">- Ayn Rand, Atlas Shrugged</span></div>
+                        </p>
+                        <h4>Key Ideas:</h4>
+                        <ul>
+                            <li>Reality exists objectively and absolutely, independent of anyone's consciousness.<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 1"><i class="bi bi-book"></i></a></li>
+                            <li>Primacy of Existence: Consciousness perceives reality, it does not create it.<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 1"><i class="bi bi-book"></i></a></li>
+                            <li>Rejection of Supernaturalism: Only this universe exists.<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 1"><i class="bi bi-book"></i></a></li>
+                            <li>Causality: Entities act according to their nature.<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 1"><i class="bi bi-book"></i></a></li>
+                        </ul>
+                    </div>
+                    <div class="slogan">Slogan/Takeaway: "Nature, to be commanded, must be obeyed." / "You can't fake reality."</div>
+                </div>
+            </div>
+
+            <!-- Epistemology Card -->
+            <div class="col-lg-6">
+                 <div class="info-card">
+                    <div class="card-body-content">
+                        <h3><i class="bi bi-lightbulb"></i> B. Epistemology: Reason</h3>
+                         <p><strong>Core Principle:</strong> Reason is man's only means of knowledge and his basic tool of survival.
+                             <a class="key-quote-trigger" data-bs-toggle="collapse" data-bs-target="#quote-epistemology" role="button" aria-expanded="false" aria-controls="quote-epistemology" title="Impactful Quote"><i class="bi bi-quote"></i></a>
+                             <div class="collapse key-quote" id="quote-epistemology">"Reason is not automatic. Those who deny it cannot be conquered by it. Do not count on them. Leave them alone."<span class="quote-source">- Ayn Rand, Atlas Shrugged</span></div>
+                         </p>
+                         <h4>Key Ideas:</h4>
+                        <ul>
+                            <li>Knowledge starts with valid sense perception.<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 2"><i class="bi bi-book"></i></a></li>
+                            <li>Concepts are formed objectively via measurement omission.<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 3; IOE"><i class="bi bi-book"></i></a></li>
+                            <li>Logic is the noncontradictory method.<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 4"><i class="bi bi-book"></i></a></li>
+                            <li>Objectivity demands adherence to reality via logic, context, and hierarchy.<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 4"><i class="bi bi-book"></i></a></li>
+                            <li>Rejects all non-rational paths to knowledge (faith, emotion, etc.).<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 5"><i class="bi bi-book"></i></a></li>
+                             <li>Certainty is contextual but achievable.<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 5"><i class="bi bi-book"></i></a></li>
+                        </ul>
+                     </div>
+                     <div class="slogan">Slogan/Takeaway: "Check your premises." / "Reason is man's only absolute." / "A is A."</div>
+                 </div>
+            </div>
+
+            <!-- Ethics Card -->
+            <div class="col-lg-6">
+                 <div class="info-card">
+                    <div class="card-body-content virtues-list">
+                        <h3><i class="bi bi-person-fill"></i> C. Ethics: Rational Self-Interest</h3>
+                        <p><strong>Core Principle:</strong> Each individual man is an end in himself. His own life is his ultimate standard of value; his own happiness is his highest moral purpose.
+                            <a class="key-quote-trigger" data-bs-toggle="collapse" data-bs-target="#quote-ethics" role="button" aria-expanded="false" aria-controls="quote-ethics" title="Impactful Quote"><i class="bi bi-quote"></i></a>
+                            <div class="collapse key-quote" id="quote-ethics">"The achievement of his own happiness is man's highest moral purpose."<span class="quote-source">- Ayn Rand, The Virtue of Selfishness</span></div>
+                        </p>
+                        <h4>Key Ideas:</h4>
+                        <ul>
+                            <li>Rational Self-Interest ("Selfishness"): Morality consists in pursuing values for one's rational survival and flourishing.<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 7; VOS"><i class="bi bi-book"></i></a></li>
+                             <li>Primary Value: Life.<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 7"><i class="bi bi-book"></i></a></li>
+                             <li>Cardinal Values: Reason, Purpose, Self-Esteem.<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 7"><i class="bi bi-book"></i></a></li>
+                            <li>Major Virtues: Rationality (primary)<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 7"><i class="bi bi-book"></i></a>, Productiveness<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 8"><i class="bi bi-book"></i></a>, Pride<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 8"><i class="bi bi-book"></i></a>, Independence<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 8"><i class="bi bi-book"></i></a>, Integrity<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 8"><i class="bi bi-book"></i></a>, Honesty<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 8"><i class="bi bi-book"></i></a>, Justice<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 8"><i class="bi bi-book"></i></a>.</li>
+                            <li>Rejection of Altruism (self-sacrifice for others).<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 7"><i class="bi bi-book"></i></a></li>
+                             <li>Rejection of Hedonism (whim-worship).<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 9"><i class="bi bi-book"></i></a></li>
+                        </ul>
+                     </div>
+                     <div class="slogan">Slogan/Takeaway: "The Virtue of Selfishness" / "Live for your own sake." / "Swear by my life and my love of it..."</div>
+                 </div>
+            </div>
+
+            <!-- Politics Card -->
+            <div class="col-lg-6">
+                 <div class="info-card">
+                    <div class="card-body-content">
+                        <h3><i class="bi bi-shield-check"></i> D. Politics: Laissez-Faire Capitalism</h3>
+                         <p><strong>Core Principle:</strong> The recognition and protection of individual rights is the foundation of a moral social system.
+                             <a class="key-quote-trigger" data-bs-toggle="collapse" data-bs-target="#quote-politics" role="button" aria-expanded="false" aria-controls="quote-politics" title="Impactful Quote"><i class="bi bi-quote"></i></a>
+                             <div class="collapse key-quote" id="quote-politics">"Individual rights are the means of subordinating society to moral law."<span class="quote-source">- Ayn Rand, The Virtue of Selfishness</span></div>
+                        </p>
+                         <h4>Key Ideas:</h4>
+                        <ul>
+                            <li>Individual Rights: Life, Liberty, Property, Pursuit of Happiness.<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 10; VOS 'Man's Rights'"><i class="bi bi-book"></i></a></li>
+                            <li>Government's Sole Purpose: Protect rights by banning initiated force (police, military, courts under objective law).<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 10; VOS 'The Nature of Government'"><i class="bi bi-book"></i></a></li>
+                            <li>Separation of State and Economics (Laissez-faire).<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 11; CUI 'What is Capitalism?'"><i class="bi bi-book"></i></a></li>
+                             <li>No Initiation of Physical Force is the core political principle.<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 8, 10"><i class="bi bi-book"></i></a></li>
+                             <li>Rejection of Collectivism (all forms).<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 10; VOS 'Collectivized Rights'"><i class="bi bi-book"></i></a></li>
+                         </ul>
+                    </div>
+                     <div class="slogan">Slogan/Takeaway: "The smallest minority on earth is the individual." / "Hands off!"</div>
+                 </div>
+            </div>
+
+            <!-- Aesthetics Card -->
+            <div class="col-md-6 offset-md-3"> <!-- Centered -->
+                 <div class="info-card">
+                     <div class="card-body-content">
+                        <h3><i class="bi bi-image-alt"></i> E. Aesthetics: Romantic Realism</h3>
+                         <p><strong>Core Principle:</strong> Art is a selective re-creation of reality according to an artist's metaphysical value-judgments.
+                             <a class="key-quote-trigger" data-bs-toggle="collapse" data-bs-target="#quote-aesthetics" role="button" aria-expanded="false" aria-controls="quote-aesthetics" title="Impactful Quote"><i class="bi bi-quote"></i></a>
+                             <div class="collapse key-quote" id="quote-aesthetics">"Art is the indispensable medium for the communication of a moral ideal."<span class="quote-source">- Ayn Rand, The Romantic Manifesto</span></div>
+                         </p>
+                         <h4>Key Ideas:</h4>
+                         <ul>
+                            <li>Concretizes metaphysics; allows direct perceptual grasp of worldview.<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 12; RM 'The Psycho-Epistemology of Art'"><i class="bi bi-book"></i></a></li>
+                            <li>Serves a fundamental human need: provides spiritual/emotional fuel (sense of life).<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 12; RM 'Art and Sense of Life'"><i class="bi bi-book"></i></a></li>
+                            <li>Favored Style: Romantic Realism – depicting life "as it could be and ought to be," focusing on volition and values.<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 12; RM 'What is Romanticism?'"><i class="bi bi-book"></i></a></li>
+                             <li>Emphasis on: Intelligibility, integration, plot, purpose, heroism.<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 12; RM 'Basic Principles of Literature'"><i class="bi bi-book"></i></a></li>
+                             <li>Objective esthetic judgment is possible.<a href="#" class="ref-trigger" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" data-bs-title="Source" data-bs-content="OPAR Ch. 12"><i class="bi bi-book"></i></a></li>
+                         </ul>
+                     </div>
+                     <div class="slogan">Slogan/Takeaway: "Art is the technology of the soul."</div>
+                 </div>
+            </div>
+
+        </div> <!-- /.row -->
+        </section>
+
+        <section id="key-terms" class="section">
+            <h2>IV. Key Terms & Concepts Summarized</h2>
+            <dl class="row">
+                <dt class="col-sm-3">A is A / Identity</dt><dd class="col-sm-9">Reality is absolute; things are what they are, independent of consciousness.</dd>
+                <dt class="col-sm-3">Primacy of Existence</dt><dd class="col-sm-9">Reality exists first and sets the terms; consciousness perceives reality.</dd>
+                <dt class="col-sm-3">Reason</dt><dd class="col-sm-9">Man's faculty for knowing reality, operating via logic based on sensory evidence.</dd>
+                <dt class="col-sm-3">Rational Self-Interest</dt><dd class="col-sm-9">The ethical principle that one should act to achieve one's own well-being, guided by reason.</dd>
+                <dt class="col-sm-3">Individual Rights</dt><dd class="col-sm-9">Moral sanction to act free from physical compulsion, based on man's nature.</dd>
+                <dt class="col-sm-3">Capitalism (Laissez-Faire)</dt><dd class="col-sm-9">The social system protecting individual rights, with complete separation of state and economics.</dd>
+                <dt class="col-sm-3 text-danger">Altruism (Rejected)</dt><dd class="col-sm-9">The ethical doctrine that man has no right to exist for his own sake, that service to others is the only justification of his existence, and that self-sacrifice is his highest moral duty, virtue and value.</dd>
+                <dt class="col-sm-3 text-danger">Collectivism (Rejected)</dt><dd class="col-sm-9">The political theory that subordinates the individual to the group or state.</dd>
+                <dt class="col-sm-3 text-danger">Mysticism/Faith (Rejected)</dt><dd class="col-sm-9">Acceptance of ideas without evidence or based on purported non-rational sources of knowledge.</dd>
+            </dl>
+        </section>
+
+        <section id="figures-works" class="section">
+            <h2>V. Key Figures & Works</h2>
+             <h4>A. Ayn Rand (1905-1982)</h4>
+             <ul><li>Originator of the philosophy of Objectivism.</li></ul>
+             <h4>B. Key Fictional Protagonists (Embodying Ideals)</h4>
+             <ul>
+                <li>Howard Roark (<em>The Fountainhead</em>)</li>
+                <li>John Galt, Dagny Taggart, Hank Rearden (<em>Atlas Shrugged</em>)</li>
+                <li>Equality 7-2521 (<em>Anthem</em>)</li>
+                <li>Kira Argounova (<em>We the Living</em> - embodies the struggle against collectivism)</li>
+             </ul>
+             <h4>C. Essential Non-Fiction by Ayn Rand</h4>
+             <ul>
+                <li><em>The Virtue of Selfishness</em> (Ethics)</li>
+                <li><em>Capitalism: The Unknown Ideal</em> (Politics/Economics)</li>
+                <li><em>Introduction to Objectivist Epistemology</em> (Epistemology)</li>
+                <li><em>Philosophy: Who Needs It</em> (Essays on philosophy's importance)</li>
+                <li><em>For the New Intellectual</em> (Overview and critique of Western philosophy)</li>
+                <li><em>The Romantic Manifesto</em> (Aesthetics)</li>
+             </ul>
+             <h4>D. Essential Fiction by Ayn Rand (Illustrating Principles)</h4>
+             <ul>
+                <li><em>Atlas Shrugged</em> (Her magnum opus, integrating all branches)</li>
+                <li><em>The Fountainhead</em> (Focus on individualism, integrity, creation)</li>
+                 <li><em>Anthem</em> (Dystopian novella illustrating collectivism's consequence)</li>
+                 <li><em>We the Living</em> (Semi-autobiographical novel set in Soviet Russia)</li>
+             </ul>
+             <h4>E. Other Key Objectivist Authors</h4>
+             <ul><li>Leonard Peikoff (Rand's intellectual heir; authored <em>Objectivism: The Philosophy of Ayn Rand</em>, <em>The Ominous Parallels</em>)</li></ul>
+        </section>
+
+        <section id="misconceptions" class="section">
+            <h2>VI. Common Misconceptions</h2>
+            <ul class="misconceptions">
+                 <li><strong>"Objectivist 'selfishness' means doing whatever you feel like (Hedonism)."</strong><br><span>Correction:</span> It means *rational* self-interest – pursuing long-term survival and flourishing via reason, which often requires overriding destructive feelings or short-term whims.</li>
+                 <li><strong>"Objectivism is anarchism because it distrusts government."</strong><br><span>Correction:</span> Objectivism advocates for a *limited* government whose sole function is protecting individual rights; it explicitly rejects anarchism as impractical and self-contradictory.</li>
+                 <li><strong>"Objectivism is the same as Libertarianism."</strong><br><span>Correction:</span> While sharing the political goal of laissez-faire capitalism, Objectivism bases it on a comprehensive philosophical system (metaphysics, epistemology, ethics) which differs significantly from the diverse and often contradictory bases of Libertarianism.</li>
+                 <li><strong>"Rejecting altruism means Objectivists are unkind or against charity."</strong><br><span>Correction:</span> Objectivism rejects the *moral duty* to sacrifice for others (altruism). It does not oppose voluntary benevolence, generosity, or emergency aid given freely, provided it doesn't involve self-sacrifice and aligns with one's rational values.</li>
+            </ul>
+        </section>
+
+        <section id="disclaimer" class="section">
+             <h2>VII. Disclaimer</h2>
+             <p class="disclaimer">This cheatsheet provides a highly condensed overview of a complex philosophical system. Many nuances, arguments, validations, and connections between principles are necessarily omitted for brevity. For a complete and accurate understanding, reading the primary works of Ayn Rand and associated Objectivist literature (like Peikoff's OPAR) is essential.</p>
+        </section>
+
+    </div> <!-- /.container-lg -->
+
+    <footer class="container">
+        <p>Cheatsheet based on the philosophy of Ayn Rand. Structure inspired by user request.</p>
+    </footer>
+    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
+    <script>
+        // Ensure DOM is ready before initializing JS components
+        document.addEventListener('DOMContentLoaded', function() {
+
+            // Initialize Bootstrap Tooltips
+            var ttTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'))
+            var ttList = ttTriggerList.map(function (el) {
+                return new bootstrap.Tooltip(el);
+             });
+
+            // Initialize Bootstrap Popovers for References
+            var poTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="popover"]'))
+            var poList = poTriggerList.map(function (el) {
+                 return new bootstrap.Popover(el, {
+                     trigger: 'focus', // Use focus trigger for better accessibility & behavior
+                     sanitize: false,
+                     html: true
+                 });
+            });
+
+            // Initialize collapsibles for Key Quotes
+             var quoteTriggerList = [].slice.call(document.querySelectorAll('.key-quote-trigger'))
+             var quoteList = quoteTriggerList.map(function (triggerEl) {
+                 var targetSelector = triggerEl.getAttribute('data-bs-target');
+                 if (targetSelector) {
+                     var target = document.querySelector(targetSelector);
+                     if (target) {
+                         var instance = bootstrap.Collapse.getInstance(target);
+                         if (!instance) {
+                             return new bootstrap.Collapse(target, {
+                                 toggle: false // Initialize collapsed
+                             });
+                         }
+                         return instance;
+                     }
+                 }
+                return null;
+             }).filter(Boolean);
+
+
+            // Optional: Close other popovers when one is shown
+            poTriggerList.forEach(function(popover) {
+                if (!popover) return;
+                var popoverElement = popover._element; // Element the popover is attached to
+                if (popoverElement) { // Ensure element exists
+                    popoverElement.addEventListener('shown.bs.popover', function () {
+                        poTriggerList.forEach(function(otherPopover) {
+                            if (otherPopover && otherPopover._element && otherPopover._element !== popoverElement) { // Check element exists
+                                 var otherPopoverInstance = bootstrap.Popover.getInstance(otherPopover._element);
+                                 if(otherPopoverInstance) {
+                                    otherPopoverInstance.hide();
+                                 }
+                            }
+                        });
+                    });
+                }
+            });
+        }); // End DOMContentLoaded
+
+    </script>
+</body>
+</html>
\ No newline at end of file