Spaces:
Running
Running
Upload 11 files
Browse files- index.html +107 -47
index.html
CHANGED
|
@@ -28,63 +28,121 @@
|
|
| 28 |
<!-- Overview Tab -->
|
| 29 |
<div class="tab-content active" id="overview">
|
| 30 |
<div class="card">
|
| 31 |
-
<h2>Universal Color Coding</h2>
|
| 32 |
-
<div
|
| 33 |
-
<div
|
| 34 |
-
<
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
</div>
|
| 48 |
-
<div
|
| 49 |
-
<
|
| 50 |
-
<p>Intermediates & States</p>
|
| 51 |
-
<p>Biology: Metabolites · Chemistry: Intermediates · CS: Variables · Physics: States · Math: Intermediates</p>
|
| 52 |
-
</div>
|
| 53 |
-
<div class="resource">
|
| 54 |
-
<h3>Violet (#b197fc)</h3>
|
| 55 |
-
<p>Products & Outputs</p>
|
| 56 |
-
<p>Biology: Biomolecules · Chemistry: Final products · CS: Program outputs · Physics: Phenomena · Math: Results</p>
|
| 57 |
</div>
|
| 58 |
</div>
|
| 59 |
</div>
|
| 60 |
|
| 61 |
<div class="card">
|
| 62 |
-
<h2>
|
| 63 |
-
<
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
</div>
|
| 69 |
-
<div
|
| 70 |
-
<
|
| 71 |
-
<div class="mermaid">graph TD; A[Reactants]-->B[Catalyst]; B-->C[Reaction]; C-->D[Products]; style A fill:#ff6b6b,color:#fff; style B fill:#ffd43b,color:#000; style C fill:#51cf66,color:#fff; style D fill:#b197fc,color:#fff;</div>
|
| 72 |
-
<p><a href="chemistry_examples.html" target="_blank">Chemistry examples</a></p>
|
| 73 |
</div>
|
| 74 |
-
<div
|
| 75 |
-
<
|
| 76 |
-
<div class="mermaid">graph TD; A[Input Array]-->B[Partition]; B-->C[Recurse]; C-->D[Sorted Output]; style A fill:#ff6b6b,color:#fff; style B fill:#51cf66,color:#fff; style C fill:#74c0fc,color:#fff; style D fill:#b197fc,color:#fff;</div>
|
| 77 |
-
<p><a href="computer_science_processes.html" target="_blank">CS processes</a></p>
|
| 78 |
</div>
|
| 79 |
-
<div
|
| 80 |
-
<
|
| 81 |
-
<div class="mermaid">graph TD; A[Energy Input]-->B[State Prep]; B-->C[Evolution]; C-->D[Measurement]; style A fill:#ff6b6b,color:#fff; style B fill:#ffd43b,color:#000; style C fill:#51cf66,color:#fff; style D fill:#b197fc,color:#fff;</div>
|
| 82 |
-
<p><a href="physics_processes.html" target="_blank">Physics processes</a></p>
|
| 83 |
</div>
|
| 84 |
-
<div
|
| 85 |
-
<
|
| 86 |
-
<div class="mermaid">graph TD; A[Axioms]-->B[Deduction]; B-->C[Intermediate]; C-->D[Theorem]; style A fill:#ff6b6b,color:#fff; style B fill:#51cf66,color:#fff; style C fill:#74c0fc,color:#fff; style D fill:#b197fc,color:#fff;</div>
|
| 87 |
-
<p><a href="mathematics_processes.html" target="_blank">Math processes</a></p>
|
| 88 |
</div>
|
| 89 |
</div>
|
| 90 |
</div>
|
|
@@ -96,6 +154,7 @@
|
|
| 96 |
<h2>Explore Examples</h2>
|
| 97 |
<ul>
|
| 98 |
<li><a href="programming_framework_article.html" target="_blank">Full article with biology examples</a></li>
|
|
|
|
| 99 |
<li><a href="chemistry_examples.html" target="_blank">Chemistry examples</a></li>
|
| 100 |
<li><a href="computer_science_processes.html" target="_blank">Computer Science processes</a></li>
|
| 101 |
<li><a href="physics_processes.html" target="_blank">Physics processes</a></li>
|
|
@@ -120,6 +179,7 @@
|
|
| 120 |
<div class="resource">
|
| 121 |
<h3>Discipline Pages</h3>
|
| 122 |
<ul>
|
|
|
|
| 123 |
<li><a href="chemistry_examples.html" target="_blank">Chemistry</a></li>
|
| 124 |
<li><a href="computer_science_processes.html" target="_blank">Computer Science</a></li>
|
| 125 |
<li><a href="physics_processes.html" target="_blank">Physics</a></li>
|
|
|
|
| 28 |
<!-- Overview Tab -->
|
| 29 |
<div class="tab-content active" id="overview">
|
| 30 |
<div class="card">
|
| 31 |
+
<h2>Universal Color Coding System</h2>
|
| 32 |
+
<div style="background: #f8f9fa; padding: 1.5rem; border-radius: 8px; margin: 1.5rem 0; border-left: 4px solid #007bff;">
|
| 33 |
+
<div style="overflow-x: auto;">
|
| 34 |
+
<table style="width: 100%; border-collapse: collapse; margin: 1rem 0; background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1);">
|
| 35 |
+
<thead>
|
| 36 |
+
<tr style="background: #007bff; color: white;">
|
| 37 |
+
<th style="padding: 1rem; text-align: left; border: 1px solid #dee2e6; font-weight: 600;">Color Category</th>
|
| 38 |
+
<th style="padding: 1rem; text-align: center; border: 1px solid #dee2e6; font-weight: 600;">Biology</th>
|
| 39 |
+
<th style="padding: 1rem; text-align: center; border: 1px solid #dee2e6; font-weight: 600;">Chemistry</th>
|
| 40 |
+
<th style="padding: 1rem; text-align: center; border: 1px solid #dee2e6; font-weight: 600;">Computer Science</th>
|
| 41 |
+
<th style="padding: 1rem; text-align: center; border: 1px solid #dee2e6; font-weight: 600;">Physics</th>
|
| 42 |
+
<th style="padding: 1rem; text-align: center; border: 1px solid #dee2e6; font-weight: 600;">Mathematics</th>
|
| 43 |
+
</tr>
|
| 44 |
+
</thead>
|
| 45 |
+
<tbody>
|
| 46 |
+
<tr style="background: rgba(255, 107, 107, 0.1);">
|
| 47 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; font-weight: 600; text-align: center;">
|
| 48 |
+
<span style="width: 20px; height: 20px; border-radius: 4px; background: #ff6b6b; border: 1px solid #333; display: inline-block; margin-bottom: 0.5rem;"></span><br>
|
| 49 |
+
Red<br><span style="font-size: 0.8em; font-weight: normal; color: #666;">(#ff6b6b)</span><br><span style="font-size: 0.8em; font-weight: normal; color: #666;">Triggers & Inputs</span>
|
| 50 |
+
</td>
|
| 51 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; text-align: center;">Environmental signals<br>Nutrient availability<br>Stress conditions<br>Hormonal cues</td>
|
| 52 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; text-align: center;">Reactant supply<br>Temperature<br>Pressure<br>Catalyst addition</td>
|
| 53 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; text-align: center;">Input data<br>User commands<br>System parameters<br>External APIs</td>
|
| 54 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; text-align: center;">Energy input<br>Force application<br>Field strength<br>Initial conditions</td>
|
| 55 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; text-align: center;">Axioms<br>Given conditions<br>Initial values<br>Boundary conditions</td>
|
| 56 |
+
</tr>
|
| 57 |
+
<tr style="background: rgba(255, 212, 59, 0.1);">
|
| 58 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; font-weight: 600; text-align: center;">
|
| 59 |
+
<span style="width: 20px; height: 20px; border-radius: 4px; background: #ffd43b; border: 1px solid #333; display: inline-block; margin-bottom: 0.5rem;"></span><br>
|
| 60 |
+
Yellow<br><span style="font-size: 0.8em; font-weight: normal; color: #666;">(#ffd43b)</span><br><span style="font-size: 0.8em; font-weight: normal; color: #666;">Structures & Objects</span>
|
| 61 |
+
</td>
|
| 62 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; text-align: center;">Enzymes<br>Receptor proteins<br>Regulatory complexes<br>Structural proteins</td>
|
| 63 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; text-align: center;">Catalysts<br>Reaction vessels<br>Separation media<br>Analytical instruments</td>
|
| 64 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; text-align: center;">Data structures<br>Algorithms<br>Functions<br>Classes</td>
|
| 65 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; text-align: center;">Fields<br>Particles<br>Waves<br>Measurement devices</td>
|
| 66 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; text-align: center;">Theorems<br>Methods<br>Formulas<br>Logical frameworks</td>
|
| 67 |
+
</tr>
|
| 68 |
+
<tr style="background: rgba(81, 207, 102, 0.1);">
|
| 69 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; font-weight: 600; text-align: center;">
|
| 70 |
+
<span style="width: 20px; height: 20px; border-radius: 4px; background: #51cf66; border: 1px solid #333; display: inline-block; margin-bottom: 0.5rem;"></span><br>
|
| 71 |
+
Green<br><span style="font-size: 0.8em; font-weight: normal; color: #666;">(#51cf66)</span><br><span style="font-size: 0.8em; font-weight: normal; color: #666;">Processing & Operations</span>
|
| 72 |
+
</td>
|
| 73 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; text-align: center;">Metabolic reactions<br>Signal transduction<br>Gene expression<br>Protein synthesis</td>
|
| 74 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; text-align: center;">Chemical reactions<br>Equilibrium shifts<br>Phase changes<br>Kinetic processes</td>
|
| 75 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; text-align: center;">Algorithm execution<br>Data processing<br>Logical operations<br>Control flow</td>
|
| 76 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; text-align: center;">Wave propagation<br>Quantum operations<br>Energy transfer<br>Force interactions</td>
|
| 77 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; text-align: center;">Logical steps<br>Calculations<br>Proof construction<br>Deductive reasoning</td>
|
| 78 |
+
</tr>
|
| 79 |
+
<tr style="background: rgba(116, 192, 252, 0.1);">
|
| 80 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; font-weight: 600; text-align: center;">
|
| 81 |
+
<span style="width: 20px; height: 20px; border-radius: 4px; background: #74c0fc; border: 1px solid #333; display: inline-block; margin-bottom: 0.5rem;"></span><br>
|
| 82 |
+
Blue<br><span style="font-size: 0.8em; font-weight: normal; color: #666;">(#74c0fc)</span><br><span style="font-size: 0.8em; font-weight: normal; color: #666;">Intermediates & States</span>
|
| 83 |
+
</td>
|
| 84 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; text-align: center;">Metabolites<br>Signaling molecules<br>Protein complexes<br>Regulatory states</td>
|
| 85 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; text-align: center;">Reaction intermediates<br>Transition states<br>Product mixtures<br>Process streams</td>
|
| 86 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; text-align: center;">Variables<br>Memory states<br>Function calls<br>Data transformations</td>
|
| 87 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; text-align: center;">Quantum states<br>Energy levels<br>Wave functions<br>Measurement results</td>
|
| 88 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; text-align: center;">Intermediate results<br>Sub-proofs<br>Calculated values<br>Logical states</td>
|
| 89 |
+
</tr>
|
| 90 |
+
<tr style="background: rgba(177, 151, 252, 0.1);">
|
| 91 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; font-weight: 600; text-align: center;">
|
| 92 |
+
<span style="width: 20px; height: 20px; border-radius: 4px; background: #b197fc; border: 1px solid #333; display: inline-block; margin-bottom: 0.5rem;"></span><br>
|
| 93 |
+
Violet<br><span style="font-size: 0.8em; font-weight: normal; color: #666;">(#b197fc)</span><br><span style="font-size: 0.8em; font-weight: normal; color: #666;">Products & Outputs</span>
|
| 94 |
+
</td>
|
| 95 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; text-align: center;">Biomolecules<br>Cellular responses<br>Organismal behaviors<br>Population changes</td>
|
| 96 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; text-align: center;">Final products<br>Reaction yields<br>Process outputs<br>Analytical results</td>
|
| 97 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; text-align: center;">Program outputs<br>Computed results<br>System responses<br>User interfaces</td>
|
| 98 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; text-align: center;">Measured quantities<br>Physical phenomena<br>Energy states<br>System behaviors</td>
|
| 99 |
+
<td style="padding: 1rem; border: 1px solid #dee2e6; text-align: center;">Proven theorems<br>Mathematical results<br>Logical conclusions<br>Computed solutions</td>
|
| 100 |
+
</tr>
|
| 101 |
+
</tbody>
|
| 102 |
+
</table>
|
| 103 |
</div>
|
| 104 |
+
<div style="background: #fff3cd; padding: 1rem; border-radius: 6px; margin-top: 1rem; border-left: 4px solid #ffc107;">
|
| 105 |
+
<p style="margin: 0; font-size: 0.9em;"><strong>Note:</strong> Yellow nodes use black text for optimal readability, while all other colors use white text.</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 106 |
</div>
|
| 107 |
</div>
|
| 108 |
</div>
|
| 109 |
|
| 110 |
<div class="card">
|
| 111 |
+
<h2>Example: QuickSort Algorithm Process</h2>
|
| 112 |
+
<p>This example demonstrates how the Programming Framework visualizes a computer science process using the universal color coding system:</p>
|
| 113 |
+
<div class="mermaid">
|
| 114 |
+
graph TD
|
| 115 |
+
A[Input Array] --> B[Choose Pivot]
|
| 116 |
+
B --> C[Partition Array]
|
| 117 |
+
C --> D[Recursive Sort Left]
|
| 118 |
+
C --> E[Recursive Sort Right]
|
| 119 |
+
D --> F[Merge Results]
|
| 120 |
+
E --> F
|
| 121 |
+
F --> G[Sorted Array]
|
| 122 |
+
|
| 123 |
+
style A fill:#ff6b6b,color:#fff
|
| 124 |
+
style B fill:#ffd43b,color:#000
|
| 125 |
+
style C fill:#51cf66,color:#fff
|
| 126 |
+
style D fill:#74c0fc,color:#fff
|
| 127 |
+
style E fill:#74c0fc,color:#fff
|
| 128 |
+
style F fill:#51cf66,color:#fff
|
| 129 |
+
style G fill:#b197fc,color:#fff
|
| 130 |
+
</div>
|
| 131 |
+
<div style="display: grid; grid-template-columns: repeat(auto-fit,minmax(140px,1fr)); gap: .5rem 1rem; margin: 1rem 0 0; font-size: 10pt; color: #333;">
|
| 132 |
+
<div style="display:inline-flex; align-items:center; gap:.5rem; padding:.25rem .5rem; border-radius: 999px; border: 1px solid rgba(0,0,0,.08); background:#fff;">
|
| 133 |
+
<span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ff6b6b;"></span>Input Data
|
| 134 |
</div>
|
| 135 |
+
<div style="display:inline-flex; align-items:center; gap:.5rem; padding:.25rem .5rem; border-radius: 999px; border: 1px solid rgba(0,0,0,.08); background:#fff;">
|
| 136 |
+
<span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ffd43b;"></span>Algorithm Structure
|
|
|
|
|
|
|
| 137 |
</div>
|
| 138 |
+
<div style="display:inline-flex; align-items:center; gap:.5rem; padding:.25rem .5rem; border-radius: 999px; border: 1px solid rgba(0,0,0,.08); background:#fff;">
|
| 139 |
+
<span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#51cf66;"></span>Processing Operations
|
|
|
|
|
|
|
| 140 |
</div>
|
| 141 |
+
<div style="display:inline-flex; align-items:center; gap:.5rem; padding:.25rem .5rem; border-radius: 999px; border: 1px solid rgba(0,0,0,.08); background:#fff;">
|
| 142 |
+
<span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#74c0fc;"></span>Intermediate States
|
|
|
|
|
|
|
| 143 |
</div>
|
| 144 |
+
<div style="display:inline-flex; align-items:center; gap:.5rem; padding:.25rem .5rem; border-radius: 999px; border: 1px solid rgba(0,0,0,.08); background:#fff;">
|
| 145 |
+
<span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#b197fc;"></span>Final Output
|
|
|
|
|
|
|
| 146 |
</div>
|
| 147 |
</div>
|
| 148 |
</div>
|
|
|
|
| 154 |
<h2>Explore Examples</h2>
|
| 155 |
<ul>
|
| 156 |
<li><a href="programming_framework_article.html" target="_blank">Full article with biology examples</a></li>
|
| 157 |
+
<li><a href="biology_processes.html" target="_blank">Biology processes (GLMP examples)</a></li>
|
| 158 |
<li><a href="chemistry_examples.html" target="_blank">Chemistry examples</a></li>
|
| 159 |
<li><a href="computer_science_processes.html" target="_blank">Computer Science processes</a></li>
|
| 160 |
<li><a href="physics_processes.html" target="_blank">Physics processes</a></li>
|
|
|
|
| 179 |
<div class="resource">
|
| 180 |
<h3>Discipline Pages</h3>
|
| 181 |
<ul>
|
| 182 |
+
<li><a href="biology_processes.html" target="_blank">Biology</a></li>
|
| 183 |
<li><a href="chemistry_examples.html" target="_blank">Chemistry</a></li>
|
| 184 |
<li><a href="computer_science_processes.html" target="_blank">Computer Science</a></li>
|
| 185 |
<li><a href="physics_processes.html" target="_blank">Physics</a></li>
|