maom commited on
Commit
e743f71
·
verified ·
1 Parent(s): 3fc3f90

Create initial Org Card

Browse files
Files changed (1) hide show
  1. README.md +50 -4
README.md CHANGED
@@ -1,10 +1,56 @@
1
  ---
2
  title: README
3
- emoji: 🏢
4
- colorFrom: red
5
- colorTo: gray
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
+ short_description: Rosetta Commons
9
  ---
10
+ <h1>The RosettaCommons</h1>
11
 
12
+ <h2 class="mb-2">Maom Lab</h2>
13
+ <div style="font-size: 1.0em;">
14
+ <a href="https://rosettacommons.org/">RosettaCommons</a> is the central hub for hundreds of developers and scientists from
15
+ more than 100 universities and laboratories to contribute and share the Rosetta source code.
16
+
17
+ It has enabled notable scientific advances in computational biology, including but not limited to de novo protein design, enzyme design,
18
+ ligand docking, and structure prediction of biological macromolecules and macromolecular complexes.
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;">
25
+ <a href="https://huggingface.co/collections/RosettaCommons/rosetta-data-bazaar-66b6388a83cbf76a213c5f78"
26
+ class="block overflow-hidden">
27
+ Rosetta Data Bazaar
28
+ </a>
29
+ </h2>
30
+ <div style="width: 250px; height: 200px;">
31
+ <img src="https://huggingface.co/datasets/maomlab/Organization_Card/resolve/main/RosettaDataBazaar_logo.jpg"
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 experimental and simulated molecular datasets<br>
36
+ for training and evaluating molecular structure prediction and design methods.
37
+ </p>
38
+ </div>
39
+ </div>
40
+ <!-- Add when we have spaces
41
+ <h2 class="mb-2">Our Spaces</h2>
42
+ <div class="grid lg:grid-cols-3 gap-x-3 gap-y-0">
43
+ <div class="lg:col-span-1">
44
+ <h2 class="mt-0" style="font-size: 1.0em;">
45
+ <a href=""
46
+ class="block overflow-hidden">
47
+ SPACES NAME
48
+ </a>
49
+ </h2>
50
+ <p style="font-size: 0.9em;">
51
+ DESCRIPTION
52
+ </p>
53
+ </div>
54
+ </div>
55
+ </div>
56
+ -->