Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- index.html +6 -4
index.html
CHANGED
|
@@ -128,21 +128,23 @@
|
|
| 128 |
</p>
|
| 129 |
|
| 130 |
<div class="grid md:grid-cols-3 gap-6 mb-12">
|
| 131 |
-
<div class="shadcn-card p-8 bg-white hover:border-emerald-500 transition-all cursor-default">
|
| 132 |
<div class="w-12 h-12 bg-emerald-50 text-emerald-600 rounded-xl flex items-center justify-center mb-6 text-xl">🧬</div>
|
| 133 |
<h4 class="font-bold text-lg mb-3">RDKit</h4>
|
| 134 |
<p class="text-sm text-slate-500 leading-relaxed italic">"Keeping molecules physically possible"</p>
|
| 135 |
-
<p class="text-sm text-slate-600 mt-4 leading-relaxed">
|
| 136 |
RDKit acts as the fundamental chemistry ruleset. It checks for molecular valency, ensures every edit is chemically plausible, and calculates core descriptors like Lipophilicity and TPSA.
|
| 137 |
</p>
|
|
|
|
| 138 |
</div>
|
| 139 |
-
<div class="shadcn-card p-8 bg-white hover:border-blue-500 transition-all cursor-default">
|
| 140 |
<div class="w-12 h-12 bg-blue-50 text-blue-600 rounded-xl flex items-center justify-center mb-6 text-xl">💊</div>
|
| 141 |
<h4 class="font-bold text-lg mb-3">TDC Oracles</h4>
|
| 142 |
<p class="text-sm text-slate-500 leading-relaxed italic">"Predicting biomedical fate"</p>
|
| 143 |
-
<p class="text-sm text-slate-600 mt-4 leading-relaxed">
|
| 144 |
Utilizing the Therapeutics Data Commons, MolForge predicts real-world ADMET properties, toxicity risks, and synthesizability scores (SA_Score) for every candidate.
|
| 145 |
</p>
|
|
|
|
| 146 |
</div>
|
| 147 |
<div class="shadcn-card p-8 bg-white hover:border-indigo-500 transition-all cursor-default">
|
| 148 |
<div class="w-12 h-12 bg-indigo-50 text-indigo-600 rounded-xl flex items-center justify-center mb-6 text-xl">🎯</div>
|
|
|
|
| 128 |
</p>
|
| 129 |
|
| 130 |
<div class="grid md:grid-cols-3 gap-6 mb-12">
|
| 131 |
+
<div class="shadcn-card p-8 bg-white hover:border-emerald-500 transition-all cursor-default group">
|
| 132 |
<div class="w-12 h-12 bg-emerald-50 text-emerald-600 rounded-xl flex items-center justify-center mb-6 text-xl">🧬</div>
|
| 133 |
<h4 class="font-bold text-lg mb-3">RDKit</h4>
|
| 134 |
<p class="text-sm text-slate-500 leading-relaxed italic">"Keeping molecules physically possible"</p>
|
| 135 |
+
<p class="text-sm text-slate-600 mt-4 leading-relaxed mb-6">
|
| 136 |
RDKit acts as the fundamental chemistry ruleset. It checks for molecular valency, ensures every edit is chemically plausible, and calculates core descriptors like Lipophilicity and TPSA.
|
| 137 |
</p>
|
| 138 |
+
<a href="https://www.rdkit.org" target="_blank" class="text-xs font-bold text-emerald-600 uppercase tracking-widest hover:underline">Visit RDKit.org →</a>
|
| 139 |
</div>
|
| 140 |
+
<div class="shadcn-card p-8 bg-white hover:border-blue-500 transition-all cursor-default group">
|
| 141 |
<div class="w-12 h-12 bg-blue-50 text-blue-600 rounded-xl flex items-center justify-center mb-6 text-xl">💊</div>
|
| 142 |
<h4 class="font-bold text-lg mb-3">TDC Oracles</h4>
|
| 143 |
<p class="text-sm text-slate-500 leading-relaxed italic">"Predicting biomedical fate"</p>
|
| 144 |
+
<p class="text-sm text-slate-600 mt-4 leading-relaxed mb-6">
|
| 145 |
Utilizing the Therapeutics Data Commons, MolForge predicts real-world ADMET properties, toxicity risks, and synthesizability scores (SA_Score) for every candidate.
|
| 146 |
</p>
|
| 147 |
+
<a href="https://tdcommons.ai" target="_blank" class="text-xs font-bold text-blue-600 uppercase tracking-widest hover:underline">Explore TDCommons.ai →</a>
|
| 148 |
</div>
|
| 149 |
<div class="shadcn-card p-8 bg-white hover:border-indigo-500 transition-all cursor-default">
|
| 150 |
<div class="w-12 h-12 bg-indigo-50 text-indigo-600 rounded-xl flex items-center justify-center mb-6 text-xl">🎯</div>
|