haneulpark commited on
Commit
e9c230e
·
verified ·
1 Parent(s): 65f0dec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -41
README.md CHANGED
@@ -9,47 +9,31 @@ license: apache-2.0
9
  short_description: "The Matthew O'Meara Lab at the University of Michigan"
10
  ---
11
  <h1>The MaomLab at the University of Michigan</h1>
 
12
 
13
- <h2 class="mb-2">Maom Lab</h2>
14
- <div>
15
- We are
16
- <a href="https://maomlab.github.io/">computational pharmacology group </a>
17
- in the Department of Computational Medicine and Bioinformatics <br>
18
- at the University of Michigan in Ann Arbor, Michigan.
19
- </div>
20
 
21
- <h2 class="mb-2">Our collections</h2>
22
- <div class="grid lg:grid-cols-3 gap-x-3 gap-y-0">
23
- <div class="lg:col-span-1">
24
- <h2 class="mt-0" style="font-size: 1.0em; margin-bottom: -20px;">
25
- <a href="https://huggingface.co/collections/maomlab/chempile-65ca7cc30077b4e77c2d8fa1"
26
- class="block overflow-hidden">
27
- ChemPile
28
- </a>
29
- </h2>
30
- <div style="width: 250px; height: 180px;">
31
- <img src="https://cdn.pixabay.com/photo/2023/10/30/18/49/ai-generated-8353545_1280.png"
32
- style="width: 100%; height: 100%; object-fit: cover; border-radius: 10px;" />
33
- </div>
34
- <p class="mt-3" style="font-size: 0.9em;">
35
- A collection of Chemistry-related datasets<br>
36
- for training general chemical foundation models
37
- </p>
38
- </div>
39
- <div class="lg:col-span-1">
40
- <h2 class="mt-0" style="font-size: 1.0em; margin-bottom: -20px;">
41
- <a href="https://huggingface.co/collections/maomlab/eukaryotic-pathogen-co-expression-networks-65c97d32068d8b82bdb639fe"
42
- class="block overflow-hidden">
43
- Eukaryotic Pathogen Co-Expression Networks
44
- </a>
45
- </h2>
46
- <div style="width: 250px; height: 180px;">
47
- <img src="https://cdn.pixabay.com/photo/2020/04/09/12/01/health-5021153_1280.jpg"
48
- style="width: 100%; height: 100%; object-fit: cover; border-radius: 10px;" />
49
- </div>
50
- <p class="mt-3" style="font-size: 0.9em;">
51
- Co-expression networks quantify the correlation expression<br>
52
- between genes across different experimental conditions
53
- </p>
54
- </div>
55
  </div>
 
9
  short_description: "The Matthew O'Meara Lab at the University of Michigan"
10
  ---
11
  <h1>The MaomLab at the University of Michigan</h1>
12
+ <a href="https://maomlab.github.io/">MaomLab Website</a>
13
 
 
 
 
 
 
 
 
14
 
15
+ <div class="grid lg:grid-cols-3 gap-x-4 gap-y-7">
16
+ <p class="lg:col-span-1">
17
+ <h2>
18
+ <a
19
+ href="https://huggingface.co/collections/maomlab/chempile-65ca7cc30077b4e77c2d8fa1"
20
+ class="block overflow-hidden">
21
+ ChemPile
22
+ </a>
23
+ </h2>
24
+ A collection of Chemistry related datasets for training general chemical foundation models
25
+ <divclass="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#ECFAFF]">
26
+ <img alt="" src="images/chempile_logo.png" class="w-40" />
27
+ </div>
28
+ </p>
29
+ <p class="lg:col-span-1">
30
+ <h2>
31
+ <a
32
+ href="https://huggingface.co/collections/maomlab/eukaryotic-pathogen-co-expression-networks-65c97d32068d8b82bdb639fe"
33
+ class="block overflow-hidden">
34
+ Eukaryotic Pathogen Co-Expression Networks
35
+ </a>
36
+ </h2>
37
+ Co-expression networks quantify the correlation expression between genes across different experimental conditions
38
+ </p>
 
 
 
 
 
 
 
 
 
 
39
  </div>