garywelz commited on
Commit
cfa3b18
·
verified ·
1 Parent(s): 9835247

Upload 25 files

Browse files
chemistry_batch_01.html CHANGED
@@ -4,7 +4,97 @@
4
  <meta charset="UTF-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
  <title>Chemistry Batch 01 - Organic Chemistry - Programming Framework Analysis</title>
7
- <link rel="stylesheet" href="style.css">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  <script src="https://cdn.jsdelivr.net/npm/mermaid@10.6.1/dist/mermaid.min.js"></script>
9
  <script>
10
  mermaid.initialize({
@@ -17,26 +107,22 @@
17
  nodeSpacing: 30,
18
  rankSpacing: 30,
19
  padding: 10
 
 
 
20
  }
21
  });
22
  </script>
23
  </head>
24
  <body>
25
  <div class="container">
26
- <header>
27
- <h1>🧪 Chemistry Batch 01 - Organic Chemistry</h1>
28
- <p class="subtitle">Reaction Mechanisms, Synthesis Pathways, and Stereochemistry</p>
29
- </header>
30
 
31
- <section class="batch-info">
32
- <h2>Organic Chemistry Processes</h2>
33
- <p>This batch demonstrates the Programming Framework's application to fundamental organic chemistry operations. Each process shows the computational logic behind reaction mechanisms, synthesis strategies, and stereochemical analysis.</p>
34
- </section>
35
-
36
- <section class="process">
37
- <h2>1. Organic Reaction Mechanisms Process</h2>
38
- <div class="figure">
39
- <div class="mermaid">
40
  graph TD
41
  A1[Reactant Molecules] --> B1[Reaction Type Classification]
42
  C1[Electron Flow Analysis] --> D1[Mechanism Determination]
@@ -124,36 +210,34 @@ graph TD
124
  style CC1 fill:#51cf66,color:#fff
125
 
126
  style CC1 fill:#b197fc,color:#fff
 
 
 
 
 
 
 
 
 
 
 
127
  </div>
128
-
129
- <div style="margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;">
130
- <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;">
131
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ff6b6b;"></span>Triggers & Inputs
132
- </div>
133
- <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;">
134
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ffd43b;"></span>Reaction Methods
135
- </div>
136
- <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;">
137
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#51cf66;"></span>Mechanism Operations
138
- </div>
139
- <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;">
140
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#74c0fc;"></span>Intermediates
141
- </div>
142
- <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;">
143
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#b197fc;"></span>Products
144
- </div>
145
  </div>
146
-
147
- <div class="figure-caption">
148
- <strong>Figure 1.</strong> Organic Reaction Mechanisms Process. This organic chemistry process visualization demonstrates nucleophilic substitution, elimination, and radical reactions. The flowchart shows reactant inputs and energy profiles, reaction methods and mechanisms, mechanism operations and analysis, intermediate results, and final organic reaction outputs.
149
  </div>
150
  </div>
151
- </section>
 
 
 
 
152
 
153
- <section class="process">
154
- <h2>2. Organic Synthesis Pathways Process</h2>
155
- <div class="figure">
156
- <div class="mermaid">
157
  graph TD
158
  A2[Starting Materials] --> B2[Target Molecule Analysis]
159
  C2[Retrosynthetic Analysis] --> D2[Disconnection Strategy]
@@ -231,36 +315,34 @@ graph TD
231
  style Z2 fill:#51cf66,color:#fff
232
 
233
  style Z2 fill:#b197fc,color:#fff
 
 
 
 
 
 
 
 
234
  </div>
235
-
236
- <div style="margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;">
237
- <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;">
238
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ff6b6b;"></span>Triggers & Inputs
239
- </div>
240
- <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;">
241
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ffd43b;"></span>Synthesis Methods
242
- </div>
243
- <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;">
244
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#51cf66;"></span>Synthesis Operations
245
- </div>
246
- <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;">
247
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#74c0fc;"></span>Intermediates
248
- </div>
249
- <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;">
250
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#b197fc;"></span>Products
251
- </div>
252
  </div>
253
-
254
- <div class="figure-caption">
255
- <strong>Figure 2.</strong> Organic Synthesis Pathways Process. This organic chemistry process visualization demonstrates retrosynthetic analysis and synthesis strategies. The flowchart shows starting material inputs and target analysis, synthesis methods and strategies, synthesis operations and purification, intermediate results, and final organic synthesis outputs.
256
  </div>
 
 
 
 
 
 
 
257
  </div>
258
- </section>
259
 
260
- <section class="process">
261
- <h2>3. Stereochemistry Analysis Process</h2>
262
- <div class="figure">
263
- <div class="mermaid">
264
  graph TD
265
  A3[Molecular Structure] --> B3[Stereocenter Identification]
266
  C3[Chirality Analysis] --> D3[Configuration Assignment]
@@ -328,42 +410,41 @@ graph TD
328
  style W3 fill:#51cf66,color:#fff
329
 
330
  style W3 fill:#b197fc,color:#fff
 
 
 
 
 
331
  </div>
332
-
333
- <div style="margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;">
334
- <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;">
335
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ff6b6b;"></span>Triggers & Inputs
336
- </div>
337
- <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;">
338
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ffd43b;"></span>Stereochemistry Methods
339
- </div>
340
- <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;">
341
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#51cf66;"></span>Stereochemistry Operations
342
- </div>
343
- <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;">
344
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#74c0fc;"></span>Intermediates
345
- </div>
346
- <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;">
347
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#b197fc;"></span>Products
348
- </div>
349
  </div>
350
-
351
- <div class="figure-caption">
352
- <strong>Figure 3.</strong> Stereochemistry Analysis Process. This organic chemistry process visualization demonstrates chiral center analysis and stereoisomer identification. The flowchart shows molecular structure inputs and chirality analysis, stereochemistry methods and configurations, stereochemistry operations and resolution, intermediate results, and final stereochemistry analysis outputs.
353
  </div>
 
 
 
 
 
 
 
 
 
 
354
  </div>
355
- </section>
356
 
357
- <section class="navigation">
358
- <h2>Navigation</h2>
359
  <div class="nav-links">
360
  <a href="chemistry_index.html" class="nav-link">← Back to Chemistry Index</a>
361
  <a href="chemistry_batch_02.html" class="nav-link">Next: Physical Chemistry →</a>
362
  <a href="index.html" class="nav-link">Programming Framework Home</a>
363
  </div>
364
- </section>
365
 
366
- <footer>
367
  <p><strong>Generated using the Programming Framework methodology</strong></p>
368
  <p>Each flowchart preserves maximum detail through optimized Mermaid configuration</p>
369
  <div class="contact-info">
@@ -374,7 +455,7 @@ graph TD
374
  <p>CUNY Graduate Center (New Media Lab)</p>
375
  <p>Email: gwelz@jjay.cuny.edu</p>
376
  </div>
377
- </footer>
378
  </div>
379
  </body>
380
  </html>
 
4
  <meta charset="UTF-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
  <title>Chemistry Batch 01 - Organic Chemistry - Programming Framework Analysis</title>
7
+ <style>
8
+ body {
9
+ font-family: 'Times New Roman', Times, serif, 'Arial Unicode MS';
10
+ margin: 0;
11
+ background: #ffffff;
12
+ color: #000000;
13
+ line-height: 1.6;
14
+ font-size: 12pt;
15
+ }
16
+ .container {
17
+ max-width: 1000px;
18
+ margin: 0 auto;
19
+ padding: 1.5rem;
20
+ }
21
+ h1, h2, h3 {
22
+ color: #000000;
23
+ margin-top: 1.5rem;
24
+ margin-bottom: 0.75rem;
25
+ }
26
+ h1 {
27
+ font-size: 18pt;
28
+ text-align: center;
29
+ }
30
+ h2 {
31
+ font-size: 16pt;
32
+ border-bottom: 2px solid #000;
33
+ padding-bottom: 0.5rem;
34
+ }
35
+ h3 {
36
+ font-size: 14pt;
37
+ }
38
+ p {
39
+ margin-bottom: 1rem;
40
+ text-align: justify;
41
+ }
42
+ .figure {
43
+ margin: 2rem 0;
44
+ text-align: center;
45
+ border: 1px solid #ccc;
46
+ padding: 1rem;
47
+ background: #f9f9f9;
48
+ }
49
+ .figure-caption {
50
+ margin-top: 1rem;
51
+ font-style: italic;
52
+ text-align: left;
53
+ }
54
+ .mermaid {
55
+ background: white;
56
+ padding: 1rem;
57
+ border-radius: 4px;
58
+ }
59
+ .navigation {
60
+ margin: 3rem 0;
61
+ padding: 1rem;
62
+ background: #f8f9fa;
63
+ border-radius: 8px;
64
+ }
65
+ .nav-links {
66
+ display: flex;
67
+ flex-wrap: wrap;
68
+ gap: 1rem;
69
+ justify-content: center;
70
+ }
71
+ .nav-link {
72
+ color: #007bff;
73
+ text-decoration: none;
74
+ padding: 0.5rem 1rem;
75
+ border: 1px solid #007bff;
76
+ border-radius: 4px;
77
+ transition: all 0.3s ease;
78
+ }
79
+ .nav-link:hover {
80
+ background: #007bff;
81
+ color: white;
82
+ }
83
+ .footer {
84
+ margin-top: 3rem;
85
+ padding: 1rem;
86
+ background: #f8f9fa;
87
+ border-radius: 8px;
88
+ text-align: center;
89
+ }
90
+ .contact-info {
91
+ margin-top: 1rem;
92
+ }
93
+ .contact-info p {
94
+ margin: 0.25rem 0;
95
+ text-align: center;
96
+ }
97
+ </style>
98
  <script src="https://cdn.jsdelivr.net/npm/mermaid@10.6.1/dist/mermaid.min.js"></script>
99
  <script>
100
  mermaid.initialize({
 
107
  nodeSpacing: 30,
108
  rankSpacing: 30,
109
  padding: 10
110
+ },
111
+ themeVariables: {
112
+ fontFamily: 'Arial Unicode MS, Arial, sans-serif'
113
  }
114
  });
115
  </script>
116
  </head>
117
  <body>
118
  <div class="container">
119
+ <h1>Chemistry Batch 01 - Organic Chemistry - Programming Framework Analysis</h1>
120
+
121
+ <p>This document presents organic chemistry processes analyzed using the Programming Framework methodology. Each process is represented as a computational flowchart with standardized color coding: Red for triggers/inputs, Yellow for structures/objects, Green for processing/operations, Blue for intermediates/states, and Violet for products/outputs. Yellow nodes use black text for optimal readability, while all other colors use white text.</p>
 
122
 
123
+ <h2>1. Organic Reaction Mechanisms Process</h2>
124
+ <div class="figure">
125
+ <div class="mermaid">
 
 
 
 
 
 
126
  graph TD
127
  A1[Reactant Molecules] --> B1[Reaction Type Classification]
128
  C1[Electron Flow Analysis] --> D1[Mechanism Determination]
 
210
  style CC1 fill:#51cf66,color:#fff
211
 
212
  style CC1 fill:#b197fc,color:#fff
213
+ </div>
214
+
215
+ <div style="margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;">
216
+ <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;">
217
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ff6b6b;"></span>Triggers & Inputs
218
+ </div>
219
+ <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;">
220
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ffd43b;"></span>Reaction Methods
221
+ </div>
222
+ <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;">
223
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#51cf66;"></span>Mechanism Operations
224
  </div>
225
+ <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;">
226
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#74c0fc;"></span>Intermediates
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
227
  </div>
228
+ <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;">
229
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#b197fc;"></span>Products
 
230
  </div>
231
  </div>
232
+
233
+ <div class="figure-caption">
234
+ <strong>Figure 1.</strong> Organic Reaction Mechanisms Process. This organic chemistry process visualization demonstrates nucleophilic substitution, elimination, and radical reactions. The flowchart shows reactant inputs and energy profiles, reaction methods and mechanisms, mechanism operations and analysis, intermediate results, and final organic reaction outputs.
235
+ </div>
236
+ </div>
237
 
238
+ <h2>2. Organic Synthesis Pathways Process</h2>
239
+ <div class="figure">
240
+ <div class="mermaid">
 
241
  graph TD
242
  A2[Starting Materials] --> B2[Target Molecule Analysis]
243
  C2[Retrosynthetic Analysis] --> D2[Disconnection Strategy]
 
315
  style Z2 fill:#51cf66,color:#fff
316
 
317
  style Z2 fill:#b197fc,color:#fff
318
+ </div>
319
+
320
+ <div style="margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;">
321
+ <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;">
322
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ff6b6b;"></span>Triggers & Inputs
323
+ </div>
324
+ <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;">
325
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ffd43b;"></span>Synthesis Methods
326
  </div>
327
+ <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;">
328
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#51cf66;"></span>Synthesis Operations
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
329
  </div>
330
+ <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;">
331
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#74c0fc;"></span>Intermediates
 
332
  </div>
333
+ <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;">
334
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#b197fc;"></span>Products
335
+ </div>
336
+ </div>
337
+
338
+ <div class="figure-caption">
339
+ <strong>Figure 2.</strong> Organic Synthesis Pathways Process. This organic chemistry process visualization demonstrates retrosynthetic analysis and synthesis strategies. The flowchart shows starting material inputs and target analysis, synthesis methods and strategies, synthesis operations and purification, intermediate results, and final organic synthesis outputs.
340
  </div>
341
+ </div>
342
 
343
+ <h2>3. Stereochemistry Analysis Process</h2>
344
+ <div class="figure">
345
+ <div class="mermaid">
 
346
  graph TD
347
  A3[Molecular Structure] --> B3[Stereocenter Identification]
348
  C3[Chirality Analysis] --> D3[Configuration Assignment]
 
410
  style W3 fill:#51cf66,color:#fff
411
 
412
  style W3 fill:#b197fc,color:#fff
413
+ </div>
414
+
415
+ <div style="margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;">
416
+ <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;">
417
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ff6b6b;"></span>Triggers & Inputs
418
  </div>
419
+ <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;">
420
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ffd43b;"></span>Stereochemistry Methods
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
421
  </div>
422
+ <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;">
423
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#51cf66;"></span>Stereochemistry Operations
 
424
  </div>
425
+ <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;">
426
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#74c0fc;"></span>Intermediates
427
+ </div>
428
+ <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;">
429
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#b197fc;"></span>Products
430
+ </div>
431
+ </div>
432
+
433
+ <div class="figure-caption">
434
+ <strong>Figure 3.</strong> Stereochemistry Analysis Process. This organic chemistry process visualization demonstrates chiral center analysis and stereoisomer identification. The flowchart shows molecular structure inputs and chirality analysis, stereochemistry methods and configurations, stereochemistry operations and resolution, intermediate results, and final stereochemistry analysis outputs.
435
  </div>
436
+ </div>
437
 
438
+ <div class="navigation">
439
+ <h3>Navigation</h3>
440
  <div class="nav-links">
441
  <a href="chemistry_index.html" class="nav-link">← Back to Chemistry Index</a>
442
  <a href="chemistry_batch_02.html" class="nav-link">Next: Physical Chemistry →</a>
443
  <a href="index.html" class="nav-link">Programming Framework Home</a>
444
  </div>
445
+ </div>
446
 
447
+ <div class="footer">
448
  <p><strong>Generated using the Programming Framework methodology</strong></p>
449
  <p>Each flowchart preserves maximum detail through optimized Mermaid configuration</p>
450
  <div class="contact-info">
 
455
  <p>CUNY Graduate Center (New Media Lab)</p>
456
  <p>Email: gwelz@jjay.cuny.edu</p>
457
  </div>
458
+ </div>
459
  </div>
460
  </body>
461
  </html>
chemistry_batch_02.html CHANGED
@@ -4,7 +4,97 @@
4
  <meta charset="UTF-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
  <title>Chemistry Batch 02 - Physical Chemistry - Programming Framework Analysis</title>
7
- <link rel="stylesheet" href="style.css">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  <script src="https://cdn.jsdelivr.net/npm/mermaid@10.6.1/dist/mermaid.min.js"></script>
9
  <script>
10
  mermaid.initialize({
@@ -17,26 +107,22 @@
17
  nodeSpacing: 30,
18
  rankSpacing: 30,
19
  padding: 10
 
 
 
20
  }
21
  });
22
  </script>
23
  </head>
24
  <body>
25
  <div class="container">
26
- <header>
27
- <h1>⚛️ Chemistry Batch 02 - Physical Chemistry</h1>
28
- <p class="subtitle">Thermodynamics, Kinetics, and Spectroscopy</p>
29
- </header>
30
 
31
- <section class="batch-info">
32
- <h2>Physical Chemistry Processes</h2>
33
- <p>This batch demonstrates the Programming Framework's application to fundamental physical chemistry operations. Each process shows the computational logic behind thermodynamic calculations, reaction kinetics, and spectroscopic analysis.</p>
34
- </section>
35
-
36
- <section class="process">
37
- <h2>1. Thermodynamic Calculations Process</h2>
38
- <div class="figure">
39
- <div class="mermaid">
40
  graph TD
41
  A1[System Definition] --> B1[State Variables Analysis]
42
  C1[Energy Conservation] --> D1[First Law Application]
@@ -114,36 +200,34 @@ graph TD
114
  style Z1 fill:#51cf66,color:#fff
115
 
116
  style Z1 fill:#b197fc,color:#fff
 
 
 
 
 
 
 
 
 
 
 
117
  </div>
118
-
119
- <div style="margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;">
120
- <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;">
121
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ff6b6b;"></span>Triggers & Inputs
122
- </div>
123
- <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;">
124
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ffd43b;"></span>Thermodynamic Methods
125
- </div>
126
- <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;">
127
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#51cf66;"></span>Thermodynamic Operations
128
- </div>
129
- <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;">
130
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#74c0fc;"></span>Intermediates
131
- </div>
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:#b197fc;"></span>Products
134
- </div>
135
  </div>
136
-
137
- <div class="figure-caption">
138
- <strong>Figure 1.</strong> Thermodynamic Calculations Process. This physical chemistry process visualization demonstrates thermodynamic state functions and equilibrium calculations. The flowchart shows system inputs and energy conservation, thermodynamic methods and laws, thermodynamic operations and calculations, intermediate results, and final thermodynamic analysis outputs.
139
  </div>
140
  </div>
141
- </section>
 
 
 
 
142
 
143
- <section class="process">
144
- <h2>2. Chemical Kinetics Process</h2>
145
- <div class="figure">
146
- <div class="mermaid">
147
  graph TD
148
  A2[Reaction System] --> B2[Rate Law Determination]
149
  C2[Concentration Analysis] --> D2[Reaction Order]
@@ -221,36 +305,34 @@ graph TD
221
  style Z2 fill:#51cf66,color:#fff
222
 
223
  style Z2 fill:#b197fc,color:#fff
 
 
 
 
 
 
 
 
224
  </div>
225
-
226
- <div style="margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;">
227
- <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;">
228
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ff6b6b;"></span>Triggers & Inputs
229
- </div>
230
- <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;">
231
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ffd43b;"></span>Kinetic Methods
232
- </div>
233
- <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;">
234
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#51cf66;"></span>Kinetic Operations
235
- </div>
236
- <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;">
237
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#74c0fc;"></span>Intermediates
238
- </div>
239
- <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;">
240
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#b197fc;"></span>Products
241
- </div>
242
  </div>
243
-
244
- <div class="figure-caption">
245
- <strong>Figure 2.</strong> Chemical Kinetics Process. This physical chemistry process visualization demonstrates reaction rate analysis and mechanism determination. The flowchart shows reaction system inputs and concentration analysis, kinetic methods and rate laws, kinetic operations and calculations, intermediate results, and final chemical kinetics outputs.
246
  </div>
 
 
 
 
 
 
 
247
  </div>
248
- </section>
249
 
250
- <section class="process">
251
- <h2>3. Spectroscopy Analysis Process</h2>
252
- <div class="figure">
253
- <div class="mermaid">
254
  graph TD
255
  A3[Sample Preparation] --> B3[Spectroscopic Method Selection]
256
  C3[Energy Source] --> D3[Wavelength Selection]
@@ -328,43 +410,42 @@ graph TD
328
  style Z3 fill:#51cf66,color:#fff
329
 
330
  style Z3 fill:#b197fc,color:#fff
 
 
 
 
 
331
  </div>
332
-
333
- <div style="margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;">
334
- <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;">
335
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ff6b6b;"></span>Triggers & Inputs
336
- </div>
337
- <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;">
338
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ffd43b;"></span>Spectroscopic Methods
339
- </div>
340
- <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;">
341
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#51cf66;"></span>Spectroscopic Operations
342
- </div>
343
- <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;">
344
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#74c0fc;"></span>Intermediates
345
- </div>
346
- <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;">
347
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#b197fc;"></span>Products
348
- </div>
349
  </div>
350
-
351
- <div class="figure-caption">
352
- <strong>Figure 3.</strong> Spectroscopy Analysis Process. This physical chemistry process visualization demonstrates spectroscopic techniques and molecular analysis. The flowchart shows sample inputs and energy sources, spectroscopic methods and techniques, spectroscopic operations and analysis, intermediate results, and final spectroscopy analysis outputs.
353
  </div>
 
 
 
 
 
 
 
 
 
 
354
  </div>
355
- </section>
356
 
357
- <section class="navigation">
358
- <h2>Navigation</h2>
359
  <div class="nav-links">
360
  <a href="chemistry_index.html" class="nav-link">← Back to Chemistry Index</a>
361
  <a href="chemistry_batch_01.html" class="nav-link">← Previous: Organic Chemistry</a>
362
  <a href="chemistry_batch_03.html" class="nav-link">Next: Analytical Chemistry →</a>
363
  <a href="index.html" class="nav-link">Programming Framework Home</a>
364
  </div>
365
- </section>
366
 
367
- <footer>
368
  <p><strong>Generated using the Programming Framework methodology</strong></p>
369
  <p>Each flowchart preserves maximum detail through optimized Mermaid configuration</p>
370
  <div class="contact-info">
@@ -375,7 +456,7 @@ graph TD
375
  <p>CUNY Graduate Center (New Media Lab)</p>
376
  <p>Email: gwelz@jjay.cuny.edu</p>
377
  </div>
378
- </footer>
379
  </div>
380
  </body>
381
  </html>
 
4
  <meta charset="UTF-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
  <title>Chemistry Batch 02 - Physical Chemistry - Programming Framework Analysis</title>
7
+ <style>
8
+ body {
9
+ font-family: 'Times New Roman', Times, serif, 'Arial Unicode MS';
10
+ margin: 0;
11
+ background: #ffffff;
12
+ color: #000000;
13
+ line-height: 1.6;
14
+ font-size: 12pt;
15
+ }
16
+ .container {
17
+ max-width: 1000px;
18
+ margin: 0 auto;
19
+ padding: 1.5rem;
20
+ }
21
+ h1, h2, h3 {
22
+ color: #000000;
23
+ margin-top: 1.5rem;
24
+ margin-bottom: 0.75rem;
25
+ }
26
+ h1 {
27
+ font-size: 18pt;
28
+ text-align: center;
29
+ }
30
+ h2 {
31
+ font-size: 16pt;
32
+ border-bottom: 2px solid #000;
33
+ padding-bottom: 0.5rem;
34
+ }
35
+ h3 {
36
+ font-size: 14pt;
37
+ }
38
+ p {
39
+ margin-bottom: 1rem;
40
+ text-align: justify;
41
+ }
42
+ .figure {
43
+ margin: 2rem 0;
44
+ text-align: center;
45
+ border: 1px solid #ccc;
46
+ padding: 1rem;
47
+ background: #f9f9f9;
48
+ }
49
+ .figure-caption {
50
+ margin-top: 1rem;
51
+ font-style: italic;
52
+ text-align: left;
53
+ }
54
+ .mermaid {
55
+ background: white;
56
+ padding: 1rem;
57
+ border-radius: 4px;
58
+ }
59
+ .navigation {
60
+ margin: 3rem 0;
61
+ padding: 1rem;
62
+ background: #f8f9fa;
63
+ border-radius: 8px;
64
+ }
65
+ .nav-links {
66
+ display: flex;
67
+ flex-wrap: wrap;
68
+ gap: 1rem;
69
+ justify-content: center;
70
+ }
71
+ .nav-link {
72
+ color: #007bff;
73
+ text-decoration: none;
74
+ padding: 0.5rem 1rem;
75
+ border: 1px solid #007bff;
76
+ border-radius: 4px;
77
+ transition: all 0.3s ease;
78
+ }
79
+ .nav-link:hover {
80
+ background: #007bff;
81
+ color: white;
82
+ }
83
+ .footer {
84
+ margin-top: 3rem;
85
+ padding: 1rem;
86
+ background: #f8f9fa;
87
+ border-radius: 8px;
88
+ text-align: center;
89
+ }
90
+ .contact-info {
91
+ margin-top: 1rem;
92
+ }
93
+ .contact-info p {
94
+ margin: 0.25rem 0;
95
+ text-align: center;
96
+ }
97
+ </style>
98
  <script src="https://cdn.jsdelivr.net/npm/mermaid@10.6.1/dist/mermaid.min.js"></script>
99
  <script>
100
  mermaid.initialize({
 
107
  nodeSpacing: 30,
108
  rankSpacing: 30,
109
  padding: 10
110
+ },
111
+ themeVariables: {
112
+ fontFamily: 'Arial Unicode MS, Arial, sans-serif'
113
  }
114
  });
115
  </script>
116
  </head>
117
  <body>
118
  <div class="container">
119
+ <h1>Chemistry Batch 02 - Physical Chemistry - Programming Framework Analysis</h1>
120
+
121
+ <p>This document presents physical chemistry processes analyzed using the Programming Framework methodology. Each process is represented as a computational flowchart with standardized color coding: Red for triggers/inputs, Yellow for structures/objects, Green for processing/operations, Blue for intermediates/states, and Violet for products/outputs. Yellow nodes use black text for optimal readability, while all other colors use white text.</p>
 
122
 
123
+ <h2>1. Thermodynamic Calculations Process</h2>
124
+ <div class="figure">
125
+ <div class="mermaid">
 
 
 
 
 
 
126
  graph TD
127
  A1[System Definition] --> B1[State Variables Analysis]
128
  C1[Energy Conservation] --> D1[First Law Application]
 
200
  style Z1 fill:#51cf66,color:#fff
201
 
202
  style Z1 fill:#b197fc,color:#fff
203
+ </div>
204
+
205
+ <div style="margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;">
206
+ <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;">
207
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ff6b6b;"></span>Triggers & Inputs
208
+ </div>
209
+ <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;">
210
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ffd43b;"></span>Thermodynamic Methods
211
+ </div>
212
+ <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;">
213
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#51cf66;"></span>Thermodynamic Operations
214
  </div>
215
+ <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;">
216
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#74c0fc;"></span>Intermediates
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
217
  </div>
218
+ <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;">
219
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#b197fc;"></span>Products
 
220
  </div>
221
  </div>
222
+
223
+ <div class="figure-caption">
224
+ <strong>Figure 1.</strong> Thermodynamic Calculations Process. This physical chemistry process visualization demonstrates thermodynamic state functions and equilibrium calculations. The flowchart shows system inputs and energy conservation, thermodynamic methods and laws, thermodynamic operations and calculations, intermediate results, and final thermodynamic analysis outputs.
225
+ </div>
226
+ </div>
227
 
228
+ <h2>2. Chemical Kinetics Process</h2>
229
+ <div class="figure">
230
+ <div class="mermaid">
 
231
  graph TD
232
  A2[Reaction System] --> B2[Rate Law Determination]
233
  C2[Concentration Analysis] --> D2[Reaction Order]
 
305
  style Z2 fill:#51cf66,color:#fff
306
 
307
  style Z2 fill:#b197fc,color:#fff
308
+ </div>
309
+
310
+ <div style="margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;">
311
+ <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;">
312
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ff6b6b;"></span>Triggers & Inputs
313
+ </div>
314
+ <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;">
315
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ffd43b;"></span>Kinetic Methods
316
  </div>
317
+ <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;">
318
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#51cf66;"></span>Kinetic Operations
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
319
  </div>
320
+ <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;">
321
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#74c0fc;"></span>Intermediates
 
322
  </div>
323
+ <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;">
324
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#b197fc;"></span>Products
325
+ </div>
326
+ </div>
327
+
328
+ <div class="figure-caption">
329
+ <strong>Figure 2.</strong> Chemical Kinetics Process. This physical chemistry process visualization demonstrates reaction rate analysis and mechanism determination. The flowchart shows reaction system inputs and concentration analysis, kinetic methods and rate laws, kinetic operations and calculations, intermediate results, and final chemical kinetics outputs.
330
  </div>
331
+ </div>
332
 
333
+ <h2>3. Spectroscopy Analysis Process</h2>
334
+ <div class="figure">
335
+ <div class="mermaid">
 
336
  graph TD
337
  A3[Sample Preparation] --> B3[Spectroscopic Method Selection]
338
  C3[Energy Source] --> D3[Wavelength Selection]
 
410
  style Z3 fill:#51cf66,color:#fff
411
 
412
  style Z3 fill:#b197fc,color:#fff
413
+ </div>
414
+
415
+ <div style="margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;">
416
+ <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;">
417
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ff6b6b;"></span>Triggers & Inputs
418
  </div>
419
+ <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;">
420
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ffd43b;"></span>Spectroscopic Methods
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
421
  </div>
422
+ <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;">
423
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#51cf66;"></span>Spectroscopic Operations
 
424
  </div>
425
+ <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;">
426
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#74c0fc;"></span>Intermediates
427
+ </div>
428
+ <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;">
429
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#b197fc;"></span>Products
430
+ </div>
431
+ </div>
432
+
433
+ <div class="figure-caption">
434
+ <strong>Figure 3.</strong> Spectroscopy Analysis Process. This physical chemistry process visualization demonstrates spectroscopic techniques and molecular analysis. The flowchart shows sample inputs and energy sources, spectroscopic methods and techniques, spectroscopic operations and analysis, intermediate results, and final spectroscopy analysis outputs.
435
  </div>
436
+ </div>
437
 
438
+ <div class="navigation">
439
+ <h3>Navigation</h3>
440
  <div class="nav-links">
441
  <a href="chemistry_index.html" class="nav-link">← Back to Chemistry Index</a>
442
  <a href="chemistry_batch_01.html" class="nav-link">← Previous: Organic Chemistry</a>
443
  <a href="chemistry_batch_03.html" class="nav-link">Next: Analytical Chemistry →</a>
444
  <a href="index.html" class="nav-link">Programming Framework Home</a>
445
  </div>
446
+ </div>
447
 
448
+ <div class="footer">
449
  <p><strong>Generated using the Programming Framework methodology</strong></p>
450
  <p>Each flowchart preserves maximum detail through optimized Mermaid configuration</p>
451
  <div class="contact-info">
 
456
  <p>CUNY Graduate Center (New Media Lab)</p>
457
  <p>Email: gwelz@jjay.cuny.edu</p>
458
  </div>
459
+ </div>
460
  </div>
461
  </body>
462
  </html>
computer_science_batch_01.html CHANGED
@@ -4,7 +4,97 @@
4
  <meta charset="UTF-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
  <title>Computer Science Batch 01 - Algorithms & Data Structures - Programming Framework Analysis</title>
7
- <link rel="stylesheet" href="style.css">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  <script src="https://cdn.jsdelivr.net/npm/mermaid@10.6.1/dist/mermaid.min.js"></script>
9
  <script>
10
  mermaid.initialize({
@@ -17,26 +107,22 @@
17
  nodeSpacing: 30,
18
  rankSpacing: 30,
19
  padding: 10
 
 
 
20
  }
21
  });
22
  </script>
23
  </head>
24
  <body>
25
  <div class="container">
26
- <header>
27
- <h1>🔧 Computer Science Batch 01 - Algorithms & Data Structures</h1>
28
- <p class="subtitle">Sorting Algorithms, Graph Algorithms, and Dynamic Programming</p>
29
- </header>
30
 
31
- <section class="batch-info">
32
- <h2>Algorithms & Data Structures Processes</h2>
33
- <p>This batch demonstrates the Programming Framework's application to fundamental algorithmic operations. Each process shows the computational logic behind sorting algorithms, graph traversal, and dynamic programming solutions.</p>
34
- </section>
35
-
36
- <section class="process">
37
- <h2>1. Sorting Algorithms Process</h2>
38
- <div class="figure">
39
- <div class="mermaid">
40
  graph TD
41
  A1[Input Array] --> B1[Algorithm Selection]
42
  C1[Array Analysis] --> D1[Complexity Analysis]
@@ -114,36 +200,34 @@ graph TD
114
  style Z1 fill:#51cf66,color:#fff
115
 
116
  style Z1 fill:#b197fc,color:#fff
 
 
 
 
 
 
 
 
 
 
 
117
  </div>
118
-
119
- <div style="margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;">
120
- <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;">
121
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ff6b6b;"></span>Triggers & Inputs
122
- </div>
123
- <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;">
124
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ffd43b;"></span>Algorithm Methods
125
- </div>
126
- <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;">
127
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#51cf66;"></span>Sorting Operations
128
- </div>
129
- <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;">
130
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#74c0fc;"></span>Intermediates
131
- </div>
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:#b197fc;"></span>Products
134
- </div>
135
  </div>
136
-
137
- <div class="figure-caption">
138
- <strong>Figure 1.</strong> Sorting Algorithms Process. This computer science process visualization demonstrates comparison-based sorting algorithms. The flowchart shows input array and complexity analysis, algorithm methods and selection, sorting operations and comparisons, intermediate results, and final sorted array outputs.
139
  </div>
140
  </div>
141
- </section>
 
 
 
 
142
 
143
- <section class="process">
144
- <h2>2. Graph Algorithms Process</h2>
145
- <div class="figure">
146
- <div class="mermaid">
147
  graph TD
148
  A2[Graph Representation] --> B2[Graph Type Analysis]
149
  C2[Vertex Edge Analysis] --> D2[Traversal Strategy]
@@ -221,36 +305,34 @@ graph TD
221
  style Z2 fill:#51cf66,color:#fff
222
 
223
  style Z2 fill:#b197fc,color:#fff
 
 
 
 
 
 
 
 
224
  </div>
225
-
226
- <div style="margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;">
227
- <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;">
228
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ff6b6b;"></span>Triggers & Inputs
229
- </div>
230
- <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;">
231
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ffd43b;"></span>Graph Methods
232
- </div>
233
- <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;">
234
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#51cf66;"></span>Traversal Operations
235
- </div>
236
- <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;">
237
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#74c0fc;"></span>Intermediates
238
- </div>
239
- <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;">
240
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#b197fc;"></span>Products
241
- </div>
242
  </div>
243
-
244
- <div class="figure-caption">
245
- <strong>Figure 2.</strong> Graph Algorithms Process. This computer science process visualization demonstrates graph traversal and path finding algorithms. The flowchart shows graph representation and vertex analysis, graph methods and traversal strategies, traversal operations and path finding, intermediate results, and final graph algorithm outputs.
246
  </div>
 
 
 
 
 
 
 
247
  </div>
248
- </section>
249
 
250
- <section class="process">
251
- <h2>3. Dynamic Programming Process</h2>
252
- <div class="figure">
253
- <div class="mermaid">
254
  graph TD
255
  A3[Problem Analysis] --> B3[Optimal Substructure]
256
  C3[Overlapping Subproblems] --> D3[Recursive Formulation]
@@ -272,12 +354,12 @@ graph TD
272
  N3 --> P3[Time Complexity]
273
  O3 --> Q3[Dynamic Programming Process]
274
 
275
- P3 --> R3[Space Complexity]
276
- Q3 --> S3[Solution Reconstruction]
277
  R3 --> T3[Dynamic Programming Result]
278
 
279
- S3 --> U3[Algorithm Validation]
280
- T3 --> V3[Optimal Solution]
281
  U3 --> W3[Dynamic Programming Output]
282
 
283
  V3 --> X3[Dynamic Programming Analysis]
@@ -328,42 +410,41 @@ graph TD
328
  style Z3 fill:#51cf66,color:#fff
329
 
330
  style Z3 fill:#b197fc,color:#fff
 
 
 
 
 
331
  </div>
332
-
333
- <div style="margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;">
334
- <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;">
335
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ff6b6b;"></span>Triggers & Inputs
336
- </div>
337
- <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;">
338
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ffd43b;"></span>Dynamic Programming Methods
339
- </div>
340
- <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;">
341
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#51cf66;"></span>Optimization Operations
342
- </div>
343
- <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;">
344
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#74c0fc;"></span>Intermediates
345
- </div>
346
- <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;">
347
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#b197fc;"></span>Products
348
- </div>
349
  </div>
350
-
351
- <div class="figure-caption">
352
- <strong>Figure 3.</strong> Dynamic Programming Process. This computer science process visualization demonstrates optimal substructure and overlapping subproblems. The flowchart shows problem analysis and subproblem identification, dynamic programming methods and strategies, optimization operations and solution construction, intermediate results, and final dynamic programming outputs.
353
  </div>
 
 
 
 
 
 
 
 
 
 
354
  </div>
355
- </section>
356
 
357
- <section class="navigation">
358
- <h2>Navigation</h2>
359
  <div class="nav-links">
360
  <a href="computer_science_index.html" class="nav-link">← Back to Computer Science Index</a>
361
  <a href="computer_science_batch_02.html" class="nav-link">Next: Software Engineering →</a>
362
  <a href="index.html" class="nav-link">Programming Framework Home</a>
363
  </div>
364
- </section>
365
 
366
- <footer>
367
  <p><strong>Generated using the Programming Framework methodology</strong></p>
368
  <p>Each flowchart preserves maximum detail through optimized Mermaid configuration</p>
369
  <div class="contact-info">
@@ -374,7 +455,7 @@ graph TD
374
  <p>CUNY Graduate Center (New Media Lab)</p>
375
  <p>Email: gwelz@jjay.cuny.edu</p>
376
  </div>
377
- </footer>
378
  </div>
379
  </body>
380
  </html>
 
4
  <meta charset="UTF-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
  <title>Computer Science Batch 01 - Algorithms & Data Structures - Programming Framework Analysis</title>
7
+ <style>
8
+ body {
9
+ font-family: 'Times New Roman', Times, serif, 'Arial Unicode MS';
10
+ margin: 0;
11
+ background: #ffffff;
12
+ color: #000000;
13
+ line-height: 1.6;
14
+ font-size: 12pt;
15
+ }
16
+ .container {
17
+ max-width: 1000px;
18
+ margin: 0 auto;
19
+ padding: 1.5rem;
20
+ }
21
+ h1, h2, h3 {
22
+ color: #000000;
23
+ margin-top: 1.5rem;
24
+ margin-bottom: 0.75rem;
25
+ }
26
+ h1 {
27
+ font-size: 18pt;
28
+ text-align: center;
29
+ }
30
+ h2 {
31
+ font-size: 16pt;
32
+ border-bottom: 2px solid #000;
33
+ padding-bottom: 0.5rem;
34
+ }
35
+ h3 {
36
+ font-size: 14pt;
37
+ }
38
+ p {
39
+ margin-bottom: 1rem;
40
+ text-align: justify;
41
+ }
42
+ .figure {
43
+ margin: 2rem 0;
44
+ text-align: center;
45
+ border: 1px solid #ccc;
46
+ padding: 1rem;
47
+ background: #f9f9f9;
48
+ }
49
+ .figure-caption {
50
+ margin-top: 1rem;
51
+ font-style: italic;
52
+ text-align: left;
53
+ }
54
+ .mermaid {
55
+ background: white;
56
+ padding: 1rem;
57
+ border-radius: 4px;
58
+ }
59
+ .navigation {
60
+ margin: 3rem 0;
61
+ padding: 1rem;
62
+ background: #f8f9fa;
63
+ border-radius: 8px;
64
+ }
65
+ .nav-links {
66
+ display: flex;
67
+ flex-wrap: wrap;
68
+ gap: 1rem;
69
+ justify-content: center;
70
+ }
71
+ .nav-link {
72
+ color: #007bff;
73
+ text-decoration: none;
74
+ padding: 0.5rem 1rem;
75
+ border: 1px solid #007bff;
76
+ border-radius: 4px;
77
+ transition: all 0.3s ease;
78
+ }
79
+ .nav-link:hover {
80
+ background: #007bff;
81
+ color: white;
82
+ }
83
+ .footer {
84
+ margin-top: 3rem;
85
+ padding: 1rem;
86
+ background: #f8f9fa;
87
+ border-radius: 8px;
88
+ text-align: center;
89
+ }
90
+ .contact-info {
91
+ margin-top: 1rem;
92
+ }
93
+ .contact-info p {
94
+ margin: 0.25rem 0;
95
+ text-align: center;
96
+ }
97
+ </style>
98
  <script src="https://cdn.jsdelivr.net/npm/mermaid@10.6.1/dist/mermaid.min.js"></script>
99
  <script>
100
  mermaid.initialize({
 
107
  nodeSpacing: 30,
108
  rankSpacing: 30,
109
  padding: 10
110
+ },
111
+ themeVariables: {
112
+ fontFamily: 'Arial Unicode MS, Arial, sans-serif'
113
  }
114
  });
115
  </script>
116
  </head>
117
  <body>
118
  <div class="container">
119
+ <h1>Computer Science Batch 01 - Algorithms & Data Structures - Programming Framework Analysis</h1>
120
+
121
+ <p>This document presents computer science processes analyzed using the Programming Framework methodology. Each process is represented as a computational flowchart with standardized color coding: Red for triggers/inputs, Yellow for structures/objects, Green for processing/operations, Blue for intermediates/states, and Violet for products/outputs. Yellow nodes use black text for optimal readability, while all other colors use white text.</p>
 
122
 
123
+ <h2>1. Sorting Algorithms Process</h2>
124
+ <div class="figure">
125
+ <div class="mermaid">
 
 
 
 
 
 
126
  graph TD
127
  A1[Input Array] --> B1[Algorithm Selection]
128
  C1[Array Analysis] --> D1[Complexity Analysis]
 
200
  style Z1 fill:#51cf66,color:#fff
201
 
202
  style Z1 fill:#b197fc,color:#fff
203
+ </div>
204
+
205
+ <div style="margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;">
206
+ <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;">
207
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ff6b6b;"></span>Triggers & Inputs
208
+ </div>
209
+ <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;">
210
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ffd43b;"></span>Algorithm Methods
211
+ </div>
212
+ <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;">
213
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#51cf66;"></span>Sorting Operations
214
  </div>
215
+ <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;">
216
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#74c0fc;"></span>Intermediates
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
217
  </div>
218
+ <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;">
219
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#b197fc;"></span>Products
 
220
  </div>
221
  </div>
222
+
223
+ <div class="figure-caption">
224
+ <strong>Figure 1.</strong> Sorting Algorithms Process. This computer science process visualization demonstrates comparison-based sorting algorithms. The flowchart shows input array and complexity analysis, algorithm methods and selection, sorting operations and comparisons, intermediate results, and final sorted array outputs.
225
+ </div>
226
+ </div>
227
 
228
+ <h2>2. Graph Algorithms Process</h2>
229
+ <div class="figure">
230
+ <div class="mermaid">
 
231
  graph TD
232
  A2[Graph Representation] --> B2[Graph Type Analysis]
233
  C2[Vertex Edge Analysis] --> D2[Traversal Strategy]
 
305
  style Z2 fill:#51cf66,color:#fff
306
 
307
  style Z2 fill:#b197fc,color:#fff
308
+ </div>
309
+
310
+ <div style="margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;">
311
+ <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;">
312
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ff6b6b;"></span>Triggers & Inputs
313
+ </div>
314
+ <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;">
315
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ffd43b;"></span>Graph Methods
316
  </div>
317
+ <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;">
318
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#51cf66;"></span>Traversal Operations
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
319
  </div>
320
+ <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;">
321
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#74c0fc;"></span>Intermediates
 
322
  </div>
323
+ <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;">
324
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#b197fc;"></span>Products
325
+ </div>
326
+ </div>
327
+
328
+ <div class="figure-caption">
329
+ <strong>Figure 2.</strong> Graph Algorithms Process. This computer science process visualization demonstrates graph traversal and path finding algorithms. The flowchart shows graph representation and vertex analysis, graph methods and traversal strategies, traversal operations and path finding, intermediate results, and final graph algorithm outputs.
330
  </div>
331
+ </div>
332
 
333
+ <h2>3. Dynamic Programming Process</h2>
334
+ <div class="figure">
335
+ <div class="mermaid">
 
336
  graph TD
337
  A3[Problem Analysis] --> B3[Optimal Substructure]
338
  C3[Overlapping Subproblems] --> D3[Recursive Formulation]
 
354
  N3 --> P3[Time Complexity]
355
  O3 --> Q3[Dynamic Programming Process]
356
 
357
+ P3 --> R3[Algorithm Validation]
358
+ Q3 --> S3[Solution Construction]
359
  R3 --> T3[Dynamic Programming Result]
360
 
361
+ S3 --> U3[Dynamic Programming Validation]
362
+ T3 --> V3[Dynamic Programming Parameters]
363
  U3 --> W3[Dynamic Programming Output]
364
 
365
  V3 --> X3[Dynamic Programming Analysis]
 
410
  style Z3 fill:#51cf66,color:#fff
411
 
412
  style Z3 fill:#b197fc,color:#fff
413
+ </div>
414
+
415
+ <div style="margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;">
416
+ <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;">
417
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ff6b6b;"></span>Triggers & Inputs
418
  </div>
419
+ <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;">
420
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ffd43b;"></span>Dynamic Programming Methods
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
421
  </div>
422
+ <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;">
423
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#51cf66;"></span>Optimization Operations
 
424
  </div>
425
+ <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;">
426
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#74c0fc;"></span>Intermediates
427
+ </div>
428
+ <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;">
429
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#b197fc;"></span>Products
430
+ </div>
431
+ </div>
432
+
433
+ <div class="figure-caption">
434
+ <strong>Figure 3.</strong> Dynamic Programming Process. This computer science process visualization demonstrates optimal substructure and overlapping subproblems. The flowchart shows problem analysis and subproblem identification, dynamic programming methods and strategies, optimization operations and solution construction, intermediate results, and final dynamic programming outputs.
435
  </div>
436
+ </div>
437
 
438
+ <div class="navigation">
439
+ <h3>Navigation</h3>
440
  <div class="nav-links">
441
  <a href="computer_science_index.html" class="nav-link">← Back to Computer Science Index</a>
442
  <a href="computer_science_batch_02.html" class="nav-link">Next: Software Engineering →</a>
443
  <a href="index.html" class="nav-link">Programming Framework Home</a>
444
  </div>
445
+ </div>
446
 
447
+ <div class="footer">
448
  <p><strong>Generated using the Programming Framework methodology</strong></p>
449
  <p>Each flowchart preserves maximum detail through optimized Mermaid configuration</p>
450
  <div class="contact-info">
 
455
  <p>CUNY Graduate Center (New Media Lab)</p>
456
  <p>Email: gwelz@jjay.cuny.edu</p>
457
  </div>
458
+ </div>
459
  </div>
460
  </body>
461
  </html>
physics_batch_01.html CHANGED
@@ -4,7 +4,97 @@
4
  <meta charset="UTF-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
  <title>Physics Batch 01 - Classical Mechanics - Programming Framework Analysis</title>
7
- <link rel="stylesheet" href="style.css">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  <script src="https://cdn.jsdelivr.net/npm/mermaid@10.6.1/dist/mermaid.min.js"></script>
9
  <script>
10
  mermaid.initialize({
@@ -17,26 +107,22 @@
17
  nodeSpacing: 30,
18
  rankSpacing: 30,
19
  padding: 10
 
 
 
20
  }
21
  });
22
  </script>
23
  </head>
24
  <body>
25
  <div class="container">
26
- <header>
27
- <h1>🔬 Physics Batch 01 - Classical Mechanics</h1>
28
- <p class="subtitle">Newtonian Dynamics, Lagrangian Mechanics, and Hamiltonian Mechanics</p>
29
- </header>
30
 
31
- <section class="batch-info">
32
- <h2>Classical Mechanics Processes</h2>
33
- <p>This batch demonstrates the Programming Framework's application to fundamental classical mechanics operations. Each process shows the computational logic behind Newtonian dynamics, Lagrangian formulations, and Hamiltonian mechanics.</p>
34
- </section>
35
-
36
- <section class="process">
37
- <h2>1. Newtonian Dynamics Process</h2>
38
- <div class="figure">
39
- <div class="mermaid">
40
  graph TD
41
  A1[System Definition] --> B1[Force Analysis]
42
  C1[Mass Distribution] --> D1[Inertia Calculation]
@@ -114,36 +200,34 @@ graph TD
114
  style Z1 fill:#51cf66,color:#fff
115
 
116
  style Z1 fill:#b197fc,color:#fff
 
 
 
 
 
 
 
 
 
 
 
117
  </div>
118
-
119
- <div style="margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;">
120
- <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;">
121
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ff6b6b;"></span>Triggers & Inputs
122
- </div>
123
- <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;">
124
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ffd43b;"></span>Newtonian Methods
125
- </div>
126
- <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;">
127
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#51cf66;"></span>Dynamics Operations
128
- </div>
129
- <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;">
130
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#74c0fc;"></span>Intermediates
131
- </div>
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:#b197fc;"></span>Products
134
- </div>
135
  </div>
136
-
137
- <div class="figure-caption">
138
- <strong>Figure 1.</strong> Newtonian Dynamics Process. This classical mechanics process visualization demonstrates Newton's laws of motion and force analysis. The flowchart shows system definition and initial conditions, Newtonian methods and laws, dynamics operations and energy analysis, intermediate results, and final Newtonian dynamics outputs.
139
  </div>
140
  </div>
141
- </section>
 
 
 
 
142
 
143
- <section class="process">
144
- <h2>2. Lagrangian Mechanics Process</h2>
145
- <div class="figure">
146
- <div class="mermaid">
147
  graph TD
148
  A2[Generalized Coordinates] --> B2[Configuration Space]
149
  C2[Constraint Analysis] --> D2[Virtual Displacement]
@@ -221,36 +305,34 @@ graph TD
221
  style Z2 fill:#51cf66,color:#fff
222
 
223
  style Z2 fill:#b197fc,color:#fff
 
 
 
 
 
 
 
 
224
  </div>
225
-
226
- <div style="margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;">
227
- <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;">
228
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ff6b6b;"></span>Triggers & Inputs
229
- </div>
230
- <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;">
231
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ffd43b;"></span>Lagrangian Methods
232
- </div>
233
- <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;">
234
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#51cf66;"></span>Variational Operations
235
- </div>
236
- <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;">
237
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#74c0fc;"></span>Intermediates
238
- </div>
239
- <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;">
240
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#b197fc;"></span>Products
241
- </div>
242
  </div>
243
-
244
- <div class="figure-caption">
245
- <strong>Figure 2.</strong> Lagrangian Mechanics Process. This classical mechanics process visualization demonstrates variational principles and generalized coordinates. The flowchart shows generalized coordinates and constraint analysis, Lagrangian methods and variational principles, variational operations and symmetry analysis, intermediate results, and final Lagrangian mechanics outputs.
246
  </div>
 
 
 
 
 
 
 
247
  </div>
248
- </section>
249
 
250
- <section class="process">
251
- <h2>3. Hamiltonian Mechanics Process</h2>
252
- <div class="figure">
253
- <div class="mermaid">
254
  graph TD
255
  A3[Phase Space] --> B3[Canonical Variables]
256
  C3[Legendre Transform] --> D3[Hamiltonian Function]
@@ -328,42 +410,41 @@ graph TD
328
  style Z3 fill:#51cf66,color:#fff
329
 
330
  style Z3 fill:#b197fc,color:#fff
 
 
 
 
 
331
  </div>
332
-
333
- <div style="margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;">
334
- <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;">
335
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ff6b6b;"></span>Triggers & Inputs
336
- </div>
337
- <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;">
338
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ffd43b;"></span>Hamiltonian Methods
339
- </div>
340
- <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;">
341
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#51cf66;"></span>Canonical Operations
342
- </div>
343
- <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;">
344
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#74c0fc;"></span>Intermediates
345
- </div>
346
- <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;">
347
- <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#b197fc;"></span>Products
348
- </div>
349
  </div>
350
-
351
- <div class="figure-caption">
352
- <strong>Figure 3.</strong> Hamiltonian Mechanics Process. This classical mechanics process visualization demonstrates phase space dynamics and canonical transformations. The flowchart shows phase space and canonical variables, Hamiltonian methods and transformations, canonical operations and perturbation theory, intermediate results, and final Hamiltonian mechanics outputs.
353
  </div>
 
 
 
 
 
 
 
 
 
 
354
  </div>
355
- </section>
356
 
357
- <section class="navigation">
358
- <h2>Navigation</h2>
359
  <div class="nav-links">
360
  <a href="physics_index.html" class="nav-link">← Back to Physics Index</a>
361
  <a href="physics_batch_02.html" class="nav-link">Next: Electromagnetism →</a>
362
  <a href="index.html" class="nav-link">Programming Framework Home</a>
363
  </div>
364
- </section>
365
 
366
- <footer>
367
  <p><strong>Generated using the Programming Framework methodology</strong></p>
368
  <p>Each flowchart preserves maximum detail through optimized Mermaid configuration</p>
369
  <div class="contact-info">
@@ -374,7 +455,7 @@ graph TD
374
  <p>CUNY Graduate Center (New Media Lab)</p>
375
  <p>Email: gwelz@jjay.cuny.edu</p>
376
  </div>
377
- </footer>
378
  </div>
379
  </body>
380
  </html>
 
4
  <meta charset="UTF-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
  <title>Physics Batch 01 - Classical Mechanics - Programming Framework Analysis</title>
7
+ <style>
8
+ body {
9
+ font-family: 'Times New Roman', Times, serif, 'Arial Unicode MS';
10
+ margin: 0;
11
+ background: #ffffff;
12
+ color: #000000;
13
+ line-height: 1.6;
14
+ font-size: 12pt;
15
+ }
16
+ .container {
17
+ max-width: 1000px;
18
+ margin: 0 auto;
19
+ padding: 1.5rem;
20
+ }
21
+ h1, h2, h3 {
22
+ color: #000000;
23
+ margin-top: 1.5rem;
24
+ margin-bottom: 0.75rem;
25
+ }
26
+ h1 {
27
+ font-size: 18pt;
28
+ text-align: center;
29
+ }
30
+ h2 {
31
+ font-size: 16pt;
32
+ border-bottom: 2px solid #000;
33
+ padding-bottom: 0.5rem;
34
+ }
35
+ h3 {
36
+ font-size: 14pt;
37
+ }
38
+ p {
39
+ margin-bottom: 1rem;
40
+ text-align: justify;
41
+ }
42
+ .figure {
43
+ margin: 2rem 0;
44
+ text-align: center;
45
+ border: 1px solid #ccc;
46
+ padding: 1rem;
47
+ background: #f9f9f9;
48
+ }
49
+ .figure-caption {
50
+ margin-top: 1rem;
51
+ font-style: italic;
52
+ text-align: left;
53
+ }
54
+ .mermaid {
55
+ background: white;
56
+ padding: 1rem;
57
+ border-radius: 4px;
58
+ }
59
+ .navigation {
60
+ margin: 3rem 0;
61
+ padding: 1rem;
62
+ background: #f8f9fa;
63
+ border-radius: 8px;
64
+ }
65
+ .nav-links {
66
+ display: flex;
67
+ flex-wrap: wrap;
68
+ gap: 1rem;
69
+ justify-content: center;
70
+ }
71
+ .nav-link {
72
+ color: #007bff;
73
+ text-decoration: none;
74
+ padding: 0.5rem 1rem;
75
+ border: 1px solid #007bff;
76
+ border-radius: 4px;
77
+ transition: all 0.3s ease;
78
+ }
79
+ .nav-link:hover {
80
+ background: #007bff;
81
+ color: white;
82
+ }
83
+ .footer {
84
+ margin-top: 3rem;
85
+ padding: 1rem;
86
+ background: #f8f9fa;
87
+ border-radius: 8px;
88
+ text-align: center;
89
+ }
90
+ .contact-info {
91
+ margin-top: 1rem;
92
+ }
93
+ .contact-info p {
94
+ margin: 0.25rem 0;
95
+ text-align: center;
96
+ }
97
+ </style>
98
  <script src="https://cdn.jsdelivr.net/npm/mermaid@10.6.1/dist/mermaid.min.js"></script>
99
  <script>
100
  mermaid.initialize({
 
107
  nodeSpacing: 30,
108
  rankSpacing: 30,
109
  padding: 10
110
+ },
111
+ themeVariables: {
112
+ fontFamily: 'Arial Unicode MS, Arial, sans-serif'
113
  }
114
  });
115
  </script>
116
  </head>
117
  <body>
118
  <div class="container">
119
+ <h1>Physics Batch 01 - Classical Mechanics - Programming Framework Analysis</h1>
120
+
121
+ <p>This document presents classical mechanics processes analyzed using the Programming Framework methodology. Each process is represented as a computational flowchart with standardized color coding: Red for triggers/inputs, Yellow for structures/objects, Green for processing/operations, Blue for intermediates/states, and Violet for products/outputs. Yellow nodes use black text for optimal readability, while all other colors use white text.</p>
 
122
 
123
+ <h2>1. Newtonian Dynamics Process</h2>
124
+ <div class="figure">
125
+ <div class="mermaid">
 
 
 
 
 
 
126
  graph TD
127
  A1[System Definition] --> B1[Force Analysis]
128
  C1[Mass Distribution] --> D1[Inertia Calculation]
 
200
  style Z1 fill:#51cf66,color:#fff
201
 
202
  style Z1 fill:#b197fc,color:#fff
203
+ </div>
204
+
205
+ <div style="margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;">
206
+ <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;">
207
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ff6b6b;"></span>Triggers & Inputs
208
+ </div>
209
+ <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;">
210
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ffd43b;"></span>Newtonian Methods
211
+ </div>
212
+ <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;">
213
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#51cf66;"></span>Dynamics Operations
214
  </div>
215
+ <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;">
216
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#74c0fc;"></span>Intermediates
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
217
  </div>
218
+ <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;">
219
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#b197fc;"></span>Products
 
220
  </div>
221
  </div>
222
+
223
+ <div class="figure-caption">
224
+ <strong>Figure 1.</strong> Newtonian Dynamics Process. This classical mechanics process visualization demonstrates Newton's laws of motion and force analysis. The flowchart shows system definition and initial conditions, Newtonian methods and laws, dynamics operations and energy analysis, intermediate results, and final Newtonian dynamics outputs.
225
+ </div>
226
+ </div>
227
 
228
+ <h2>2. Lagrangian Mechanics Process</h2>
229
+ <div class="figure">
230
+ <div class="mermaid">
 
231
  graph TD
232
  A2[Generalized Coordinates] --> B2[Configuration Space]
233
  C2[Constraint Analysis] --> D2[Virtual Displacement]
 
305
  style Z2 fill:#51cf66,color:#fff
306
 
307
  style Z2 fill:#b197fc,color:#fff
308
+ </div>
309
+
310
+ <div style="margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;">
311
+ <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;">
312
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ff6b6b;"></span>Triggers & Inputs
313
+ </div>
314
+ <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;">
315
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ffd43b;"></span>Lagrangian Methods
316
  </div>
317
+ <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;">
318
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#51cf66;"></span>Variational Operations
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
319
  </div>
320
+ <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;">
321
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#74c0fc;"></span>Intermediates
 
322
  </div>
323
+ <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;">
324
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#b197fc;"></span>Products
325
+ </div>
326
+ </div>
327
+
328
+ <div class="figure-caption">
329
+ <strong>Figure 2.</strong> Lagrangian Mechanics Process. This classical mechanics process visualization demonstrates variational principles and generalized coordinates. The flowchart shows generalized coordinates and constraint analysis, Lagrangian methods and variational principles, variational operations and symmetry analysis, intermediate results, and final Lagrangian mechanics outputs.
330
  </div>
331
+ </div>
332
 
333
+ <h2>3. Hamiltonian Mechanics Process</h2>
334
+ <div class="figure">
335
+ <div class="mermaid">
 
336
  graph TD
337
  A3[Phase Space] --> B3[Canonical Variables]
338
  C3[Legendre Transform] --> D3[Hamiltonian Function]
 
410
  style Z3 fill:#51cf66,color:#fff
411
 
412
  style Z3 fill:#b197fc,color:#fff
413
+ </div>
414
+
415
+ <div style="margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;">
416
+ <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;">
417
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ff6b6b;"></span>Triggers & Inputs
418
  </div>
419
+ <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;">
420
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#ffd43b;"></span>Hamiltonian Methods
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
421
  </div>
422
+ <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;">
423
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#51cf66;"></span>Canonical Operations
 
424
  </div>
425
+ <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;">
426
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#74c0fc;"></span>Intermediates
427
+ </div>
428
+ <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;">
429
+ <span style="width: 12px; height: 12px; border-radius: 2px; border:1px solid rgba(0,0,0,.15); background:#b197fc;"></span>Products
430
+ </div>
431
+ </div>
432
+
433
+ <div class="figure-caption">
434
+ <strong>Figure 3.</strong> Hamiltonian Mechanics Process. This classical mechanics process visualization demonstrates phase space dynamics and canonical transformations. The flowchart shows phase space and canonical variables, Hamiltonian methods and transformations, canonical operations and perturbation theory, intermediate results, and final Hamiltonian mechanics outputs.
435
  </div>
436
+ </div>
437
 
438
+ <div class="navigation">
439
+ <h3>Navigation</h3>
440
  <div class="nav-links">
441
  <a href="physics_index.html" class="nav-link">← Back to Physics Index</a>
442
  <a href="physics_batch_02.html" class="nav-link">Next: Electromagnetism →</a>
443
  <a href="index.html" class="nav-link">Programming Framework Home</a>
444
  </div>
445
+ </div>
446
 
447
+ <div class="footer">
448
  <p><strong>Generated using the Programming Framework methodology</strong></p>
449
  <p>Each flowchart preserves maximum detail through optimized Mermaid configuration</p>
450
  <div class="contact-info">
 
455
  <p>CUNY Graduate Center (New Media Lab)</p>
456
  <p>Email: gwelz@jjay.cuny.edu</p>
457
  </div>
458
+ </div>
459
  </div>
460
  </body>
461
  </html>