Spaces:
Running
Running
Upload 3 files
Browse files- index.html +5 -84
- physics_processes.html +6 -6
index.html
CHANGED
|
@@ -235,85 +235,6 @@
|
|
| 235 |
</div>
|
| 236 |
</section>
|
| 237 |
|
| 238 |
-
<!-- Applications -->
|
| 239 |
-
<section class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
|
| 240 |
-
<div class="bg-white rounded-xl shadow-lg p-8">
|
| 241 |
-
<h2 class="text-3xl font-bold text-gray-900 mb-6">π Applications</h2>
|
| 242 |
-
|
| 243 |
-
<div class="grid md:grid-cols-2 gap-6">
|
| 244 |
-
<div class="border-l-4 border-green-500 pl-4 py-3">
|
| 245 |
-
<h3 class="font-semibold text-gray-900 mb-2">𧬠GLMP - Genome Logic Modeling</h3>
|
| 246 |
-
<p class="text-gray-600 mb-2">
|
| 247 |
-
First specialized application: visualizing biochemical processes like DNA replication,
|
| 248 |
-
metabolic pathways, and cell signaling.
|
| 249 |
-
</p>
|
| 250 |
-
<a href="https://huggingface.co/spaces/garywelz/glmp" class="text-green-600 hover:text-green-700 text-sm font-semibold">
|
| 251 |
-
Explore GLMP β
|
| 252 |
-
</a>
|
| 253 |
-
</div>
|
| 254 |
-
|
| 255 |
-
<div class="border-l-4 border-blue-500 pl-4 py-3">
|
| 256 |
-
<h3 class="font-semibold text-gray-900 mb-2">𧬠Biology Processes</h3>
|
| 257 |
-
<p class="text-gray-600 mb-2">
|
| 258 |
-
Comprehensive collection of biological process visualizations using the Programming Framework.
|
| 259 |
-
</p>
|
| 260 |
-
<a href="https://huggingface.co/spaces/garywelz/programming_framework/blob/main/biology_processes.html"
|
| 261 |
-
class="text-blue-600 hover:text-blue-700 text-sm font-semibold"
|
| 262 |
-
target="_blank" rel="noopener noreferrer">
|
| 263 |
-
View Biology Processes β
|
| 264 |
-
</a>
|
| 265 |
-
</div>
|
| 266 |
-
|
| 267 |
-
<div class="border-l-4 border-purple-500 pl-4 py-3">
|
| 268 |
-
<h3 class="font-semibold text-gray-900 mb-2">βοΈ Chemistry Processes</h3>
|
| 269 |
-
<p class="text-gray-600 mb-2">
|
| 270 |
-
Extensive collection of chemistry process diagrams across all major branches of chemistry.
|
| 271 |
-
</p>
|
| 272 |
-
<a href="https://huggingface.co/spaces/garywelz/programming_framework/blob/main/chemistry_index.html"
|
| 273 |
-
class="text-purple-600 hover:text-purple-700 text-sm font-semibold"
|
| 274 |
-
target="_blank" rel="noopener noreferrer">
|
| 275 |
-
View Chemistry Processes β
|
| 276 |
-
</a>
|
| 277 |
-
</div>
|
| 278 |
-
|
| 279 |
-
<div class="border-l-4 border-orange-500 pl-4 py-3">
|
| 280 |
-
<h3 class="font-semibold text-gray-900 mb-2">π’ Mathematics Processes</h3>
|
| 281 |
-
<p class="text-gray-600 mb-2">
|
| 282 |
-
Mathematical algorithms, proof methods, and computational processes visualized as flowcharts.
|
| 283 |
-
</p>
|
| 284 |
-
<a href="https://huggingface.co/spaces/garywelz/programming_framework/blob/main/mathematics_processes.html"
|
| 285 |
-
class="text-orange-600 hover:text-orange-700 text-sm font-semibold"
|
| 286 |
-
target="_blank" rel="noopener noreferrer">
|
| 287 |
-
View Mathematics Processes β
|
| 288 |
-
</a>
|
| 289 |
-
</div>
|
| 290 |
-
|
| 291 |
-
<div class="border-l-4 border-indigo-500 pl-4 py-3">
|
| 292 |
-
<h3 class="font-semibold text-gray-900 mb-2">βοΈ Physics Processes</h3>
|
| 293 |
-
<p class="text-gray-600 mb-2">
|
| 294 |
-
Physical processes including quantum mechanics, thermodynamics, and particle physics.
|
| 295 |
-
</p>
|
| 296 |
-
<a href="https://huggingface.co/spaces/garywelz/programming_framework/blob/main/physics_processes.html"
|
| 297 |
-
class="text-indigo-600 hover:text-indigo-700 text-sm font-semibold"
|
| 298 |
-
target="_blank" rel="noopener noreferrer">
|
| 299 |
-
View Physics Processes β
|
| 300 |
-
</a>
|
| 301 |
-
</div>
|
| 302 |
-
|
| 303 |
-
<div class="border-l-4 border-teal-500 pl-4 py-3">
|
| 304 |
-
<h3 class="font-semibold text-gray-900 mb-2">π» Computer Science Processes</h3>
|
| 305 |
-
<p class="text-gray-600 mb-2">
|
| 306 |
-
Algorithms, software engineering workflows, and computational processes.
|
| 307 |
-
</p>
|
| 308 |
-
<a href="https://huggingface.co/spaces/garywelz/programming_framework/blob/main/computer_science_index.html"
|
| 309 |
-
class="text-teal-600 hover:text-teal-700 text-sm font-semibold"
|
| 310 |
-
target="_blank" rel="noopener noreferrer">
|
| 311 |
-
View Computer Science Processes β
|
| 312 |
-
</a>
|
| 313 |
-
</div>
|
| 314 |
-
</div>
|
| 315 |
-
</div>
|
| 316 |
-
</section>
|
| 317 |
|
| 318 |
<!-- Process Diagram Collections -->
|
| 319 |
<section class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
|
|
@@ -332,7 +253,7 @@
|
|
| 332 |
<p class="text-gray-600 text-sm mb-3">
|
| 333 |
Biological process visualizations linking to the Genome Logic Modeling Project (GLMP).
|
| 334 |
</p>
|
| 335 |
-
<a href="
|
| 336 |
class="text-orange-600 hover:text-orange-700 font-medium text-sm inline-block"
|
| 337 |
target="_blank" rel="noopener noreferrer">
|
| 338 |
Biology Processes β
|
|
@@ -347,7 +268,7 @@
|
|
| 347 |
<p class="text-gray-600 text-sm mb-3">
|
| 348 |
Comprehensive chemistry process diagrams across all major branches.
|
| 349 |
</p>
|
| 350 |
-
<a href="
|
| 351 |
class="text-orange-600 hover:text-orange-700 font-medium text-sm inline-block"
|
| 352 |
target="_blank" rel="noopener noreferrer">
|
| 353 |
Chemistry Index β
|
|
@@ -362,7 +283,7 @@
|
|
| 362 |
<p class="text-gray-600 text-sm mb-3">
|
| 363 |
Mathematical algorithms, proof methods, and computational processes.
|
| 364 |
</p>
|
| 365 |
-
<a href="
|
| 366 |
class="text-orange-600 hover:text-orange-700 font-medium text-sm inline-block"
|
| 367 |
target="_blank" rel="noopener noreferrer">
|
| 368 |
Mathematics Processes β
|
|
@@ -377,7 +298,7 @@
|
|
| 377 |
<p class="text-gray-600 text-sm mb-3">
|
| 378 |
Physical processes including quantum mechanics, thermodynamics, and particle physics.
|
| 379 |
</p>
|
| 380 |
-
<a href="
|
| 381 |
class="text-orange-600 hover:text-orange-700 font-medium text-sm inline-block"
|
| 382 |
target="_blank" rel="noopener noreferrer">
|
| 383 |
Physics Processes β
|
|
@@ -392,7 +313,7 @@
|
|
| 392 |
<p class="text-gray-600 text-sm mb-3">
|
| 393 |
Algorithms, software engineering workflows, and computational processes.
|
| 394 |
</p>
|
| 395 |
-
<a href="
|
| 396 |
class="text-orange-600 hover:text-orange-700 font-medium text-sm inline-block"
|
| 397 |
target="_blank" rel="noopener noreferrer">
|
| 398 |
Computer Science Index β
|
|
|
|
| 235 |
</div>
|
| 236 |
</section>
|
| 237 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 238 |
|
| 239 |
<!-- Process Diagram Collections -->
|
| 240 |
<section class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
|
|
|
|
| 253 |
<p class="text-gray-600 text-sm mb-3">
|
| 254 |
Biological process visualizations linking to the Genome Logic Modeling Project (GLMP).
|
| 255 |
</p>
|
| 256 |
+
<a href="biology_processes.html"
|
| 257 |
class="text-orange-600 hover:text-orange-700 font-medium text-sm inline-block"
|
| 258 |
target="_blank" rel="noopener noreferrer">
|
| 259 |
Biology Processes β
|
|
|
|
| 268 |
<p class="text-gray-600 text-sm mb-3">
|
| 269 |
Comprehensive chemistry process diagrams across all major branches.
|
| 270 |
</p>
|
| 271 |
+
<a href="chemistry_index.html"
|
| 272 |
class="text-orange-600 hover:text-orange-700 font-medium text-sm inline-block"
|
| 273 |
target="_blank" rel="noopener noreferrer">
|
| 274 |
Chemistry Index β
|
|
|
|
| 283 |
<p class="text-gray-600 text-sm mb-3">
|
| 284 |
Mathematical algorithms, proof methods, and computational processes.
|
| 285 |
</p>
|
| 286 |
+
<a href="mathematics_processes.html"
|
| 287 |
class="text-orange-600 hover:text-orange-700 font-medium text-sm inline-block"
|
| 288 |
target="_blank" rel="noopener noreferrer">
|
| 289 |
Mathematics Processes β
|
|
|
|
| 298 |
<p class="text-gray-600 text-sm mb-3">
|
| 299 |
Physical processes including quantum mechanics, thermodynamics, and particle physics.
|
| 300 |
</p>
|
| 301 |
+
<a href="physics_processes.html"
|
| 302 |
class="text-orange-600 hover:text-orange-700 font-medium text-sm inline-block"
|
| 303 |
target="_blank" rel="noopener noreferrer">
|
| 304 |
Physics Processes β
|
|
|
|
| 313 |
<p class="text-gray-600 text-sm mb-3">
|
| 314 |
Algorithms, software engineering workflows, and computational processes.
|
| 315 |
</p>
|
| 316 |
+
<a href="computer_science_index.html"
|
| 317 |
class="text-orange-600 hover:text-orange-700 font-medium text-sm inline-block"
|
| 318 |
target="_blank" rel="noopener noreferrer">
|
| 319 |
Computer Science Index β
|
physics_processes.html
CHANGED
|
@@ -115,14 +115,14 @@
|
|
| 115 |
<h2>Physics Process Batches</h2>
|
| 116 |
|
| 117 |
<div class="batch-links">
|
| 118 |
-
<a href="
|
| 119 |
<span class="batch-number">Batch 01</span>
|
| 120 |
<span class="batch-title">Physics Processes - Batch 1</span>
|
| 121 |
</a>
|
| 122 |
</div>
|
| 123 |
|
| 124 |
<div class="batch-links">
|
| 125 |
-
<a href="
|
| 126 |
<span class="batch-number">Batch 02</span>
|
| 127 |
<span class="batch-title">Physics Processes - Batch 2</span>
|
| 128 |
</a>
|
|
@@ -133,10 +133,10 @@
|
|
| 133 |
<h3>Navigation</h3>
|
| 134 |
<div class="nav-links">
|
| 135 |
<a href="index.html" class="nav-link">β Back to Programming Framework</a>
|
| 136 |
-
<a href="
|
| 137 |
-
<a href="
|
| 138 |
-
<a href="
|
| 139 |
-
<a href="
|
| 140 |
</div>
|
| 141 |
</div>
|
| 142 |
|
|
|
|
| 115 |
<h2>Physics Process Batches</h2>
|
| 116 |
|
| 117 |
<div class="batch-links">
|
| 118 |
+
<a href="physics_batch_01.html" class="batch-link" target="_blank">
|
| 119 |
<span class="batch-number">Batch 01</span>
|
| 120 |
<span class="batch-title">Physics Processes - Batch 1</span>
|
| 121 |
</a>
|
| 122 |
</div>
|
| 123 |
|
| 124 |
<div class="batch-links">
|
| 125 |
+
<a href="physics_batch_02.html" class="batch-link" target="_blank">
|
| 126 |
<span class="batch-number">Batch 02</span>
|
| 127 |
<span class="batch-title">Physics Processes - Batch 2</span>
|
| 128 |
</a>
|
|
|
|
| 133 |
<h3>Navigation</h3>
|
| 134 |
<div class="nav-links">
|
| 135 |
<a href="index.html" class="nav-link">β Back to Programming Framework</a>
|
| 136 |
+
<a href="biology_processes.html" class="nav-link" target="_blank">Biology Processes</a>
|
| 137 |
+
<a href="chemistry_index.html" class="nav-link" target="_blank">Chemistry Processes</a>
|
| 138 |
+
<a href="mathematics_processes.html" class="nav-link" target="_blank">Mathematics Processes</a>
|
| 139 |
+
<a href="computer_science_index.html" class="nav-link" target="_blank">Computer Science Processes</a>
|
| 140 |
</div>
|
| 141 |
</div>
|
| 142 |
|