maom commited on
Commit
22261d0
·
verified ·
1 Parent(s): d6dea18

initial page

Browse files
Files changed (1) hide show
  1. README.md +33 -3
README.md CHANGED
@@ -1,10 +1,40 @@
1
  ---
2
  title: README
3
  emoji: 👀
4
- colorFrom: green
5
- colorTo: red
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>