initial page
Browse files
README.md
CHANGED
|
@@ -1,10 +1,40 @@
|
|
| 1 |
---
|
| 2 |
title: README
|
| 3 |
emoji: 👀
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: README
|
| 3 |
emoji: 👀
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: yellow
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
license: apache-2.0
|
| 9 |
+
short_description: "The Matthew O'Meara Lab at the University of Michigan"
|
| 10 |
---
|
| 11 |
|
| 12 |
+
<h1>The MaomLab at the University of Michigan</h1>
|
| 13 |
+
<a href="https://maomlab.github.io/">MaomLab Website</a>
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
<div class="grid lg:grid-cols-3 gap-x-4 gap-y-7">
|
| 17 |
+
<p class="lg:col-span-3">
|
| 18 |
+
<h2>
|
| 19 |
+
<a
|
| 20 |
+
href="https://huggingface.co/collections/maomlab/chempile-65ca7cc30077b4e77c2d8fa1"
|
| 21 |
+
class="block overflow-hidden">
|
| 22 |
+
ChemPile
|
| 23 |
+
</a>
|
| 24 |
+
</h2>
|
| 25 |
+
A collection of Chemistry related datasets for training general chemical foundation models
|
| 26 |
+
<divclass="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#ECFAFF]">
|
| 27 |
+
<img alt="" src="images/chempile_logo.png" class="w-40" />
|
| 28 |
+
</div>
|
| 29 |
+
</p>
|
| 30 |
+
<p class="lg:col-span-3">
|
| 31 |
+
<h2>
|
| 32 |
+
<a
|
| 33 |
+
href=https://huggingface.co/collections/maomlab/eukaryotic-pathogen-co-expression-networks-65c97d32068d8b82bdb639fe"
|
| 34 |
+
class="block overflow-hidden">
|
| 35 |
+
Eukaryotic Pathogen Co-Expression Networks
|
| 36 |
+
</a>
|
| 37 |
+
</h2>
|
| 38 |
+
Co-expression networks quantify the correlation expression between genes across different experimental conditions
|
| 39 |
+
</p>
|
| 40 |
+
</div>
|