Spaces:
Running
Running
Upload index.html with huggingface_hub
Browse files- index.html +1 -0
index.html
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>[K-RnD Lab] SPHERE FRONTIER (HF)</title><link rel="stylesheet" href="./assets/css/rnd-lab.css"></head><body><button class="theme-toggle" id="themeToggle" aria-label="Toggle theme">π</button><script>const t=localStorage.getItem("theme")||"light";document.documentElement.setAttribute("data-theme",t);document.getElementById("themeToggle").textContent=t==="dark"?"βοΈ":"π";</script><main class="page"><section class="hero"><p class="eyebrow">[K-RnD Lab] / HuggingFace frontier</p><h1>SPHERE FRONTIER</h1><p class="lede">Computational science research across oncology, plant science, metabolomics, neuroscience, ecology, and life systems.</p><div class="hero-links"><a href="./registry.html">Study Registry</a><a href="https://k-rnd-lab.vercel.app/quest.html">Quest Viewer</a><a href="https://k-rnd-lab.vercel.app/trainer.html">π Training</a><a href="https://github.com/K-RnD-Lab" target="_blank" rel="noreferrer">GitHub</a><a href="https://k-rnd-lab.vercel.app" target="_blank" rel="noreferrer">Vercel</a></div></section><section class="stats-row"><div class="stat-card science"><div class="stat-value">3</div><div class="stat-label">Research Spheres</div></div><div class="stat-card"><div class="stat-value">6+</div><div class="stat-label">Research Domains</div></div><div class="stat-card"><div class="stat-value">12</div><div class="stat-label">Quests</div></div><div class="stat-card"><div class="stat-value">OSS</div><div class="stat-label">All Open</div></div></section><section class="panel-section"><h2>Research Spheres</h2><div class="sphere-grid"><div class="glow-wrap"><article class="sphere-card sphere-s"><h3>π©Ί Sphere I β Science</h3><p>Computational research across oncology, plant science, metabolomics, neuroscience, ecology, and life systems.</p><div class="card-links"><a href="https://github.com/K-RnD-Lab/SPHERE-I-SCIENCE" target="_blank" rel="noreferrer" class="link-pill">Repo β</a><a href="https://huggingface.co/spaces/K-RnD-Lab/Cancer-Research-Suite_03-2026" class="link-pill">Cancer Suite β</a><a href="https://huggingface.co/spaces/K-RnD-Lab/PHYLO-03_2026-01_A1-brca2-mirna" class="link-pill">PHYLO β</a><a href="https://huggingface.co/spaces/K-RnD-Lab/Learning-Playground_03-2026" class="link-pill">Playground β</a></div></article></div><div class="glow-wrap"><article class="sphere-card sphere-e"><h3>πΌ Sphere II β Entrepreneurship</h3><p>Applied research for venture design, market intelligence, ecosystem mapping, and public cases.</p><div class="card-links"><a href="https://github.com/K-RnD-Lab/SPHERE-II-ENTREPRENEURSHIP" target="_blank" rel="noreferrer" class="link-pill">Repo β</a><a href="https://sphere-venture-studio.vercel.app" target="_blank" rel="noreferrer" class="link-pill">[K Venture Studio] β</a></div></article></div><div class="glow-wrap"><article class="sphere-card sphere-t"><h3>π» Sphere III β Technology</h3><p>Reusable research tools, scoring systems, dashboards, and open infrastructure.</p><div class="card-links"><a href="https://github.com/K-RnD-Lab/SPHERE-III-TECHNOLOGY" target="_blank" rel="noreferrer" class="link-pill">Repo β</a><a href="https://huggingface.co/spaces/K-RnD-Lab/bioscore" class="link-pill">bioscore β</a><a href="https://huggingface.co/spaces/K-RnD-Lab/set-method" class="link-pill">set-method β</a><a href="https://huggingface.co/spaces/K-RnD-Lab/studyreg" class="link-pill">studyreg β</a></div></article></div><article class="sphere-card sphere-t" style="border-left-color:var(--technology)"><h3>π Master Training</h3><p>Adaptive testing across SET spheres. Practice or simulation mode with 4-level analytics and readiness tracking.</p><div class="card-links"><a href="https://k-rnd-lab.vercel.app/trainer.html" class="link-pill">Start Training β</a><a href="https://k-rnd-lab.vercel.app/training-analytics.html" class="link-pill">Analytics β</a></div></article></div></section><section class="panel-section"><div style="display:grid;grid-template-columns:1fr 1fr;gap:18px"><div><h2>Study Registry</h2><p style="color:var(--muted);font-size:14px;line-height:1.6">Browse and filter research studies across all domains with full search and filtering.</p><a href="./registry.html" class="link-pill" style="margin-top:12px;display:inline-block">Open Registry β</a></div><div><h2>SET Ecosystem</h2><div style="background:var(--card-bg);border:1px solid var(--line);border-radius:16px;padding:16px;font-size:14px;line-height:1.8"><div style="display:flex;align-items:center;gap:8px"><span class="chip chip-s">LEARN</span> <a href="https://sphere-mentorship-hub.vercel.app" target="_blank" rel="noreferrer">[K Mentorship Hub]</a></div><div style="text-align:center;color:var(--muted)">β</div><div style="display:flex;align-items:center;gap:8px"><span class="chip chip-t">RESEARCH</span> <strong>[K-RnD Lab]</strong> β you are here</div><div style="text-align:center;color:var(--muted)">β</div><div style="display:flex;align-items:center;gap:8px"><span class="chip chip-e">BUILD</span> <a href="https://sphere-venture-studio.vercel.app" target="_blank" rel="noreferrer">[K Venture Studio]</a></div></div></div></div></section></main><script>document.getElementById("themeToggle").addEventListener("click",function(){const c=this.textContent==="π"?"dark":"light";document.documentElement.setAttribute("data-theme",c);localStorage.setItem("theme",c);this.textContent=c==="dark"?"βοΈ":"π";});</script></body></html>
|