File size: 5,058 Bytes
fe12ba5
21591db
 
 
 
 
 
 
 
 
 
 
bc78423
904bafb
21591db
 
 
 
904bafb
 
21591db
904bafb
21591db
 
904bafb
21591db
 
 
904bafb
 
bc78423
 
904bafb
21591db
 
904bafb
21591db
 
904bafb
bc78423
904bafb
21591db
 
904bafb
 
 
 
bc78423
904bafb
21591db
 
904bafb
21591db
904bafb
bc78423
21591db
 
904bafb
21591db
904bafb
 
 
 
21591db
 
904bafb
21591db
904bafb
 
 
21591db
 
 
 
 
904bafb
21591db
 
 
 
 
904bafb
 
bc78423
904bafb
 
21591db
 
 
 
904bafb
 
 
21591db
 
 
904bafb
 
21591db
 
 
bc78423
904bafb
bc78423
21591db
904bafb
21591db
 
 
 
bc78423
21591db
bc78423
21591db
 
bc78423
 
21591db
904bafb
 
 
 
 
bc78423
904bafb
bc78423
904bafb
 
 
 
bc78423
 
904bafb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21591db
 
 
 
904bafb
 
 
 
 
21591db
904bafb
21591db
 
904bafb
 
 
 
 
 
 
21591db
904bafb
21591db
904bafb
 
 
21591db
 
 
904bafb
 
 
 
 
 
 
 
 
 
 
 
 
21591db
 
fe12ba5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="description" content="Observation-grounded benchmarks for scientific modeling and design agents.">
  <title>SciModelingBench</title>
  <style>
    * { box-sizing: border-box; }

    body {
      margin: 0;
      color: #20272d;
      background: #fff;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      letter-spacing: 0;
    }

    .shell {
      width: min(1120px, calc(100% - 40px));
      margin: 0 auto;
      padding: 24px 0 20px;
    }

    .topbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding-bottom: 16px;
      border-bottom: 1px solid #dce2df;
      color: #5c676d;
      font-size: 13px;
    }

    .status {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #087c52;
      font-weight: 700;
    }

    .status::before {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #087c52;
      content: "";
    }

    .top-links { display: flex; gap: 18px; }

    a { color: inherit; text-decoration: none; }
    a:hover { color: #087c52; }

    .hero {
      min-height: 190px;
      display: grid;
      grid-template-columns: 126px minmax(0, 1fr) auto;
      align-items: center;
      gap: 28px;
      padding: 24px 0;
    }

    .logo {
      display: block;
      width: 126px;
      height: 126px;
      border-radius: 6px;
      object-fit: cover;
    }

    h1 {
      margin: 0;
      font-size: 42px;
      line-height: 1.05;
      font-weight: 780;
    }

    .lead {
      max-width: 650px;
      margin: 12px 0 0;
      color: #5c676d;
      font-size: 17px;
      line-height: 1.5;
    }

    .actions {
      display: flex;
      flex-direction: column;
      gap: 9px;
      min-width: 156px;
    }

    .button {
      min-height: 40px;
      padding: 9px 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #087c52;
      border-radius: 5px;
      background: #087c52;
      color: #fff;
      font-size: 13px;
      font-weight: 700;
    }

    .button.secondary {
      border-color: #dce2df;
      background: #fff;
      color: #20272d;
    }

    .button:hover { border-color: #066a46; background: #066a46; color: #fff; }
    .button.secondary:hover { background: #f4f7f5; color: #087c52; }

    .domains {
      display: flex;
      align-items: center;
      gap: 10px;
      padding-top: 16px;
      border-top: 1px solid #dce2df;
      overflow-x: auto;
      color: #5c676d;
      font-size: 12px;
      white-space: nowrap;
    }

    .domains strong { color: #20272d; }
    .separator { color: #e85643; }

    @media (max-width: 760px) {
      .shell { width: min(100% - 28px, 1120px); padding-top: 16px; }
      .top-links a:first-child { display: none; }
      .hero {
        grid-template-columns: 84px minmax(0, 1fr);
        gap: 18px;
        padding: 20px 0;
      }
      .logo { width: 84px; height: 84px; }
      h1 { font-size: 30px; overflow-wrap: anywhere; }
      .lead { font-size: 14px; }
      .actions {
        grid-column: 1 / -1;
        flex-direction: row;
      }
      .button { flex: 1; }
    }
  </style>
</head>
<body>
  <main class="shell">
    <div class="topbar">
      <span class="status">Public preview</span>
      <nav class="top-links" aria-label="Project links">
        <a href="https://pypi.org/project/sci-modeling-bench/" target="_blank" rel="noreferrer">PyPI</a>
        <a href="https://github.com/xukp20/sci-modeling-bench" target="_blank" rel="noreferrer">GitHub</a>
      </nav>
    </div>

    <section class="hero">
      <img
        class="logo"
        src="https://huggingface.co/spaces/sci-modeling-bench/README/resolve/main/logo.png"
        alt="SciModelingBench logo"
      >
      <div>
        <h1>SciModelingBench</h1>
        <p class="lead">Observation-grounded benchmarks for scientific modeling and design agents, with explicit Dataset, Protocol, Objective, and Task interfaces.</p>
      </div>
      <div class="actions">
        <a class="button" href="https://huggingface.co/datasets/sci-modeling-bench/design-bench" target="_top">Explore datasets</a>
        <a class="button secondary" href="https://github.com/xukp20/sci-modeling-bench/tree/main/docs" target="_blank" rel="noreferrer">Documentation</a>
      </div>
    </section>

    <div class="domains" aria-label="Available scientific domains">
      <strong>8 configurations</strong>
      <span class="separator">/</span>
      <span>DNA binding</span>
      <span class="separator">/</span>
      <span>sequence design</span>
      <span class="separator">/</span>
      <span>materials</span>
      <span class="separator">/</span>
      <span>toxicology</span>
      <span class="separator">/</span>
      <span>NAS and control</span>
    </div>
  </main>
</body>
</html>