garywelz commited on
Commit
d13d854
·
verified ·
1 Parent(s): 08cc526

Upload 5 files

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. index.html +1 -1
  3. mathematics_index.html +1 -1
README.md CHANGED
@@ -95,7 +95,7 @@ The Programming Framework has been applied across multiple scientific discipline
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 Processes Collection](https://huggingface.co/spaces/garywelz/programming_framework/blob/main/physics_processes.html) - Overview of physics process diagrams
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
 
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
index.html CHANGED
@@ -354,7 +354,7 @@
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_processes.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 →
 
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 →
mathematics_index.html CHANGED
@@ -308,7 +308,7 @@
308
  <a href="biology_processes.html" class="nav-link">Biology Processes</a>
309
  <a href="chemistry_processes.html" class="nav-link">Chemistry Processes</a>
310
  <a href="computer_science_processes.html" class="nav-link">Computer Science Processes</a>
311
- <a href="physics_processes.html" class="nav-link">Physics Processes</a>
312
  </div>
313
  </section>
314
 
 
308
  <a href="biology_processes.html" class="nav-link">Biology Processes</a>
309
  <a href="chemistry_processes.html" class="nav-link">Chemistry Processes</a>
310
  <a href="computer_science_processes.html" class="nav-link">Computer Science Processes</a>
311
+ <a href="physics_index.html" class="nav-link">Physics Processes</a>
312
  </div>
313
  </section>
314