garywelz commited on
Commit
4327723
·
verified ·
1 Parent(s): 0ddc42e

Upload index.html

Browse files
Files changed (1) hide show
  1. index.html +39 -8
index.html CHANGED
@@ -238,6 +238,37 @@
238
  <p>Here, we present the Programming Framework, a systematic methodology that translates complex system dynamics into standardized computational representations using Mermaid Markdown syntax and LLM processing.</p>
239
  </div>
240
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
241
  <div class="color-system">
242
  <h2>Universal Color Coding System</h2>
243
  <p style="text-align: center; margin-bottom: 20px; font-size: 1.1rem;">The framework uses a standardized five-color system across all disciplines:</p>
@@ -285,25 +316,25 @@
285
  </div>
286
 
287
  <div class="resource-card">
288
- <h3>🧬 Biology Processes</h3>
289
- <p>Biological system analysis with GLMP integration and examples</p>
290
  <a href="biology_processes.html">Explore Biology</a>
291
  </div>
292
 
293
  <div class="resource-card">
294
- <h3>⚗️ Chemistry Examples</h3>
295
- <p>Chemical reaction mechanisms and process visualizations</p>
296
- <a href="chemistry_examples.html">Explore Chemistry</a>
297
  </div>
298
 
299
  <div class="resource-card">
300
  <h3>💻 Computer Science</h3>
301
- <p>Algorithm and computational process analysis</p>
302
  <a href="computer_science_processes.html">Explore CS</a>
303
  </div>
304
 
305
  <div class="resource-card">
306
- <h3>⚛️ Physics Processes</h3>
307
  <p>Physical system dynamics and quantum processes</p>
308
  <a href="physics_processes.html">Explore Physics</a>
309
  </div>
@@ -323,7 +354,7 @@
323
  <div class="resource-card">
324
  <h3>🔬 GLMP Foundation</h3>
325
  <p>Original biological systems analysis project</p>
326
- <a href="https://huggingface.co/spaces/garywelz/glmp">Visit GLMP</a>
327
  </div>
328
  </div>
329
  </div>
 
238
  <p>Here, we present the Programming Framework, a systematic methodology that translates complex system dynamics into standardized computational representations using Mermaid Markdown syntax and LLM processing.</p>
239
  </div>
240
 
241
+ <div class="overview">
242
+ <h2>Technical Foundation: Mermaid Markdown</h2>
243
+
244
+ <h3 style="color: #667eea; margin: 20px 0 15px 0; font-size: 1.4rem;">The Invention of Mermaid</h3>
245
+ <p><strong>Knut Sveidqvist</strong> invented the Mermaid markdown format. He created Mermaid, a JavaScript-based diagramming and charting tool, to simplify diagram creation in documentation workflows. The project was inspired by his experience trying to update a diagram in a document, which was difficult due to the file format.</p>
246
+
247
+ <p>Sveidqvist's innovation revolutionized how diagrams are created and maintained in documentation by providing a text-based syntax that can be version-controlled, easily edited, and automatically rendered into visual diagrams. This approach eliminates the need for external diagramming tools and ensures diagrams stay synchronized with their documentation.</p>
248
+
249
+ <h3 style="color: #667eea; margin: 20px 0 15px 0; font-size: 1.4rem;">Mermaid Markdown (.mmd) Format</h3>
250
+ <p>The Programming Framework leverages Mermaid's <code>.mmd</code> file format, which provides:</p>
251
+ <ul style="margin: 15px 0; padding-left: 30px;">
252
+ <li><strong>Text-based syntax</strong> for creating complex flowcharts and diagrams</li>
253
+ <li><strong>Version control compatibility</strong> - diagrams can be tracked in Git repositories</li>
254
+ <li><strong>LLM-friendly format</strong> - AI systems can generate and modify diagram code</li>
255
+ <li><strong>Cross-platform compatibility</strong> - works in any environment that supports JavaScript</li>
256
+ <li><strong>Embeddable rendering</strong> - diagrams can be displayed in HTML, Markdown, and other formats</li>
257
+ </ul>
258
+
259
+ <h3 style="color: #667eea; margin: 20px 0 15px 0; font-size: 1.4rem;">LLM Integration and Workflow</h3>
260
+ <p>Our methodology uses Large Language Models to:</p>
261
+ <ol style="margin: 15px 0; padding-left: 30px;">
262
+ <li><strong>Generate .mmd files</strong> - LLMs create detailed Mermaid syntax for complex processes</li>
263
+ <li><strong>Apply color coding</strong> - Systematic application of the 5-category color system</li>
264
+ <li><strong>Ensure consistency</strong> - Standardized node naming and connection patterns</li>
265
+ <li><strong>Embed in HTML</strong> - .mmd files are embedded in HTML for web display</li>
266
+ <li><strong>Maintain quality</strong> - LLMs can validate and optimize diagram structure</li>
267
+ </ol>
268
+
269
+ <p>This workflow enables rapid creation of sophisticated visualizations that would be impractical to create manually, while maintaining the flexibility and editability of text-based formats.</p>
270
+ </div>
271
+
272
  <div class="color-system">
273
  <h2>Universal Color Coding System</h2>
274
  <p style="text-align: center; margin-bottom: 20px; font-size: 1.1rem;">The framework uses a standardized five-color system across all disciplines:</p>
 
316
  </div>
317
 
318
  <div class="resource-card">
319
+ <h3>🧬 Biology</h3>
320
+ <p>Biological system analysis with GLMP integration</p>
321
  <a href="biology_processes.html">Explore Biology</a>
322
  </div>
323
 
324
  <div class="resource-card">
325
+ <h3>⚗️ Chemistry</h3>
326
+ <p>Chemical reaction mechanisms and visualizations</p>
327
+ <a href="chemistry_processes.html">Explore Chemistry</a>
328
  </div>
329
 
330
  <div class="resource-card">
331
  <h3>💻 Computer Science</h3>
332
+ <p>Algorithm and computational analysis</p>
333
  <a href="computer_science_processes.html">Explore CS</a>
334
  </div>
335
 
336
  <div class="resource-card">
337
+ <h3>⚛️ Physics</h3>
338
  <p>Physical system dynamics and quantum processes</p>
339
  <a href="physics_processes.html">Explore Physics</a>
340
  </div>
 
354
  <div class="resource-card">
355
  <h3>🔬 GLMP Foundation</h3>
356
  <p>Original biological systems analysis project</p>
357
+ <a href="https://huggingface.co/spaces/garywelz/glmp" target="_blank">Visit GLMP</a>
358
  </div>
359
  </div>
360
  </div>