garywelz commited on
Commit
d1c15da
Β·
verified Β·
1 Parent(s): 1c5b9cd

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +4 -1
  2. index.html +42 -21
README.md CHANGED
@@ -88,16 +88,19 @@ The Programming Framework has been applied across multiple scientific discipline
88
  - [Biology Processes Collection](https://huggingface.co/spaces/garywelz/programming_framework/blob/main/biology_processes.html) - Links to the Genome Logic Modeling Project (GLMP)
89
 
90
  ### βš—οΈ Chemistry
 
91
  - [Chemistry Index](https://huggingface.co/spaces/garywelz/programming_framework/blob/main/chemistry_index.html) - Main index for chemistry processes with links to all chemistry batches
92
 
93
  ### πŸ”’ Mathematics
 
94
  - [Mathematics Index](https://huggingface.co/spaces/garywelz/programming_framework/blob/main/mathematics_index.html) - Main index for mathematics processes with links to all mathematics batches
95
- - **Note:** A comprehensive mathematics processes database with ~50 processes is planned for implementation. Mathematics processes are accessible through the [Knowledge Engine Dashboard](https://copernicus-frontend-phzp4ie2sq-uc.a.run.app/knowledge-engine) (12,000+ indexed mathematics papers).
96
 
97
  ### βš›οΈ Physics
 
98
  - [Physics Index](https://huggingface.co/spaces/garywelz/programming_framework/blob/main/physics_index.html) - Main index for physics processes with links to all physics batches
99
 
100
  ### πŸ’» Computer Science
 
101
  - [Computer Science Index](https://huggingface.co/spaces/garywelz/programming_framework/blob/main/computer_science_index.html) - Main index for computer science processes
102
 
103
  ## πŸ”§ Technical Architecture
 
88
  - [Biology Processes Collection](https://huggingface.co/spaces/garywelz/programming_framework/blob/main/biology_processes.html) - Links to the Genome Logic Modeling Project (GLMP)
89
 
90
  ### βš—οΈ Chemistry
91
+ - [Chemistry Database Table](https://storage.googleapis.com/regal-scholar-453620-r7-podcast-storage/chemistry-processes-database/chemistry-database-table.html) - Interactive database with 56 processes across 14 subcategories
92
  - [Chemistry Index](https://huggingface.co/spaces/garywelz/programming_framework/blob/main/chemistry_index.html) - Main index for chemistry processes with links to all chemistry batches
93
 
94
  ### πŸ”’ Mathematics
95
+ - [Mathematics Database Table](https://storage.googleapis.com/regal-scholar-453620-r7-podcast-storage/mathematics-processes-database/mathematics-database-table.html) - Interactive database with 20 processes across 7 subcategories
96
  - [Mathematics Index](https://huggingface.co/spaces/garywelz/programming_framework/blob/main/mathematics_index.html) - Main index for mathematics processes with links to all mathematics batches
 
97
 
98
  ### βš›οΈ Physics
99
+ - [Physics Database Table](https://storage.googleapis.com/regal-scholar-453620-r7-podcast-storage/physics-processes-database/physics-database-table.html) - Interactive database with 21 processes across 7 subcategories
100
  - [Physics Index](https://huggingface.co/spaces/garywelz/programming_framework/blob/main/physics_index.html) - Main index for physics processes with links to all physics batches
101
 
102
  ### πŸ’» Computer Science
103
+ - [Computer Science Database Table](https://storage.googleapis.com/regal-scholar-453620-r7-podcast-storage/computer-science-processes-database/computer-science-database-table.html) - Interactive database with 21 processes across 7 subcategories
104
  - [Computer Science Index](https://huggingface.co/spaces/garywelz/programming_framework/blob/main/computer_science_index.html) - Main index for computer science processes
105
 
106
  ## πŸ”§ Technical Architecture
index.html CHANGED
@@ -336,13 +336,20 @@
336
  <p class="text-gray-600 text-sm mb-3">
337
  Mathematical algorithms, proof methods, and computational processes.
338
  </p>
339
- <a href="mathematics_index.html"
340
- class="text-orange-600 hover:text-orange-700 font-medium text-sm inline-block"
341
- target="_blank" rel="noopener noreferrer">
342
- Mathematics Index β†’
343
- </a>
344
- <p class="text-xs text-gray-500 mt-2 italic">
345
- Note: New comprehensive database coming soon
 
 
 
 
 
 
 
346
  </p>
347
  </div>
348
 
@@ -354,13 +361,20 @@
354
  <p class="text-gray-600 text-sm mb-3">
355
  Physical processes including quantum mechanics, thermodynamics, and particle physics.
356
  </p>
357
- <a href="physics_index.html"
358
- class="text-orange-600 hover:text-orange-700 font-medium text-sm inline-block"
359
- target="_blank" rel="noopener noreferrer">
360
- Physics Processes β†’
361
- </a>
362
- <p class="text-xs text-gray-500 mt-2 italic">
363
- Note: New comprehensive database coming soon
 
 
 
 
 
 
 
364
  </p>
365
  </div>
366
 
@@ -372,13 +386,20 @@
372
  <p class="text-gray-600 text-sm mb-3">
373
  Algorithms, software engineering workflows, and computational processes.
374
  </p>
375
- <a href="computer_science_index.html"
376
- class="text-orange-600 hover:text-orange-700 font-medium text-sm inline-block"
377
- target="_blank" rel="noopener noreferrer">
378
- Computer Science Index β†’
379
- </a>
380
- <p class="text-xs text-gray-500 mt-2 italic">
381
- Note: New comprehensive database coming soon
 
 
 
 
 
 
 
382
  </p>
383
  </div>
384
  </div>
 
336
  <p class="text-gray-600 text-sm mb-3">
337
  Mathematical algorithms, proof methods, and computational processes.
338
  </p>
339
+ <div class="space-y-2">
340
+ <a href="https://storage.googleapis.com/regal-scholar-453620-r7-podcast-storage/mathematics-processes-database/mathematics-database-table.html"
341
+ class="text-orange-600 hover:text-orange-700 font-medium text-sm inline-block mr-4"
342
+ target="_blank" rel="noopener noreferrer">
343
+ πŸ—„οΈ Mathematics Database Table β†’
344
+ </a>
345
+ <a href="mathematics_index.html"
346
+ class="text-orange-600 hover:text-orange-700 font-medium text-sm inline-block"
347
+ target="_blank" rel="noopener noreferrer">
348
+ πŸ“š Mathematics Index β†’
349
+ </a>
350
+ </div>
351
+ <p class="text-xs text-gray-500 mt-2">
352
+ 20 processes across 7 subcategories
353
  </p>
354
  </div>
355
 
 
361
  <p class="text-gray-600 text-sm mb-3">
362
  Physical processes including quantum mechanics, thermodynamics, and particle physics.
363
  </p>
364
+ <div class="space-y-2">
365
+ <a href="https://storage.googleapis.com/regal-scholar-453620-r7-podcast-storage/physics-processes-database/physics-database-table.html"
366
+ class="text-orange-600 hover:text-orange-700 font-medium text-sm inline-block mr-4"
367
+ target="_blank" rel="noopener noreferrer">
368
+ πŸ—„οΈ Physics Database Table β†’
369
+ </a>
370
+ <a href="physics_index.html"
371
+ class="text-orange-600 hover:text-orange-700 font-medium text-sm inline-block"
372
+ target="_blank" rel="noopener noreferrer">
373
+ πŸ“š Physics Index β†’
374
+ </a>
375
+ </div>
376
+ <p class="text-xs text-gray-500 mt-2">
377
+ 21 processes across 7 subcategories
378
  </p>
379
  </div>
380
 
 
386
  <p class="text-gray-600 text-sm mb-3">
387
  Algorithms, software engineering workflows, and computational processes.
388
  </p>
389
+ <div class="space-y-2">
390
+ <a href="https://storage.googleapis.com/regal-scholar-453620-r7-podcast-storage/computer-science-processes-database/computer-science-database-table.html"
391
+ class="text-orange-600 hover:text-orange-700 font-medium text-sm inline-block mr-4"
392
+ target="_blank" rel="noopener noreferrer">
393
+ πŸ—„οΈ Computer Science Database Table β†’
394
+ </a>
395
+ <a href="computer_science_index.html"
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 β†’
399
+ </a>
400
+ </div>
401
+ <p class="text-xs text-gray-500 mt-2">
402
+ 21 processes across 7 subcategories
403
  </p>
404
  </div>
405
  </div>