Pomilon commited on
Commit
c3dc473
·
verified ·
1 Parent(s): 44a059d

Update about.html

Browse files
Files changed (1) hide show
  1. about.html +18 -9
about.html CHANGED
@@ -263,7 +263,7 @@
263
  <!-- Projects -->
264
  <div class="project-grid">
265
 
266
- <!-- CRSM Card (Private) -->
267
  <div class="project-card card-crsm">
268
  <div>
269
  <div style="display:flex; justify-content:space-between; align-items:flex-start;">
@@ -271,20 +271,29 @@
271
  <img src="static/assets/CRSM_logo.png" width="24" height="24">
272
  CRSM
273
  </h3>
274
- <span class="status-badge status-private">Classified</span>
275
  </div>
276
  <p class="card-desc">
277
- <strong>[REDACTED]</strong><br>
278
- Project details are currently classified. Access restricted to authorized personnel only.
279
  <br><br>
280
- <em>Optimized for: [REDACTED]</em>
281
  </p>
282
  </div>
283
 
284
- <!-- Private Repo Placeholder -->
285
- <div class="private-placeholder">
286
- <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" style="margin-right:8px;"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path></svg>
287
- Repository Access Restricted
 
 
 
 
 
 
 
 
 
288
  </div>
289
  </div>
290
 
 
263
  <!-- Projects -->
264
  <div class="project-grid">
265
 
266
+ <!-- CRSM Card (Public) -->
267
  <div class="project-card card-crsm">
268
  <div>
269
  <div style="display:flex; justify-content:space-between; align-items:flex-start;">
 
271
  <img src="static/assets/CRSM_logo.png" width="24" height="24">
272
  CRSM
273
  </h3>
274
+ <span class="status-badge status-public">Open Source</span>
275
  </div>
276
  <p class="card-desc">
277
+ <strong>Continuous Reasoning State Model.</strong><br>
278
+ An experimental architecture decoupling generation from deep planning. It combines a Mamba backbone with an asynchronous MCTS planner.
279
  <br><br>
280
+ <em>Optimized for: Complex Reasoning, Autonomous Agents, Low-Latency Planning.</em>
281
  </p>
282
  </div>
283
 
284
+ <!-- Public Repo Embed -->
285
+ <div class="repo-embed">
286
+ <a href="https://github.com/Pomilon-Intelligence-Lab/CRSM" target="_blank" style="text-decoration:none; color:inherit;">
287
+ <div class="repo-header">
288
+ <svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor" style="color: #00f0ff;"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 15h-2v-6h2v6zm0-8h-2V7h2v2z"/></svg>
289
+ Pomilon-Intelligence-Lab/CRSM
290
+ </div>
291
+ <div class="repo-stats">
292
+ <span>⭐ ?? Stars</span> <!-- Placeholder for stars -->
293
+ <span>⚡ Experimental</span>
294
+ <span>MIT License</span>
295
+ </div>
296
+ </a>
297
  </div>
298
  </div>
299