-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
163 lines (157 loc) · 6.72 KB
/
Copy pathindex.html
File metadata and controls
163 lines (157 loc) · 6.72 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AI2Science | When Models Become Theories</title>
<meta name="description" content="AI2Science explores when trained models in science become theory-bearing objects that encode mechanistic and relational structure." />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<header class="site-header">
<div class="container nav-wrap">
<a href="index.html" class="brand">
<span class="brand-mark">AI2S</span>
<span>AI2Science</span>
</a>
<nav class="site-nav">
<a href="#vizfold">VizFold</a>
<a href="#open-science">Open Science</a>
<a href="#artisan">ARTISAN</a>
</nav>
</div>
</header>
<main>
<section class="hero">
<div class="container hero-grid">
<div>
<p class="eyebrow">An early-stage research effort in scientific understanding</p>
<h1>When models become theories.</h1>
<p class="lede">
AI2Science explores a simple idea: trained models in science should be studied not only for what they predict,
but for what they may reveal about the structure of the world.
</p>
<p class="sublede">
This is early-stage work that will evolve over the next few months. We are starting with one concrete project,
<strong>VizFold</strong>, and using it to shape the broader philosophy behind AI2Science.
</p>
<div class="hero-actions">
<a class="button primary" href="#vizfold">See VizFold</a>
<a class="button secondary" href="#artisan">About ARTISAN</a>
</div>
</div>
<aside class="hero-panel card">
<p class="panel-label">Current focus</p>
<p class="claim">
AI2Science is in its early stage. The immediate goal is to develop the core ideas in public and ground them through
an initial case study in protein folding.
</p>
<ul class="signal-list">
<li>One emerging philosophy</li>
<li>One first project: VizFold</li>
<li>Open work that will expand soon</li>
</ul>
</aside>
</div>
</section>
<section class="section" id="vizfold">
<div class="container">
<div class="section-head stack-head">
<div>
<p class="section-label">First project</p>
<h2>VizFold is our starting point.</h2>
</div>
<p class="section-note narrow-note">
VizFold is the first project built around the AI2Science philosophy. It focuses on protein folding as a testbed for asking whether high-performing models can also become sources of scientific insight.
</p>
</div>
<article class="card vizfold-card">
<div class="vizfold-grid">
<div>
<div class="project-tag">Flagship case study</div>
<h3>VizFold</h3>
<p>
The goal is not only better structure prediction, but understanding what folding models learn about sequence,
geometry, interaction, and organization.
</p>
<p>
VizFold is where AI2Science becomes concrete: a first attempt to study learned biological representations as possible carriers of mechanistic structure.
</p>
</div>
<div class="vizfold-pointers">
<p class="panel-label">Pointers</p>
<ul class="signal-list compact-list">
<li>https://github.com/AI2Science/vizfold-foundation</li>
<li>Add a preprint or project note when available.</li>
<li>Add one figure or visual from the work.</li>
</ul>
<div class="hero-actions compact-actions">
<a href="https://vizfold.github.io/" target="_blank" class="button tertiary">VizFold Website</a>
<a href="#" class="button tertiary">Add project note</a>
</div>
</div>
</div>
</article>
</div>
</section>
<section class="section" id="open-science">
<div class="container two-col">
<div>
<p class="section-label">Open science</p>
<h2>Built in public from the beginning.</h2>
</div>
<div class="body-copy">
<p>
AI2Science is forming in public. As the work develops, we want the philosophy, code, experiments, and project artifacts to be inspectable,
shareable, and reproducible.
</p>
<p>
Openness matters especially at this stage. The ideas are still taking shape, and we want that evolution to be visible.
</p>
</div>
</div>
</section>
<section class="section" id="artisan">
<div class="container two-col">
<div>
<p class="section-label">Institutional home</p>
<h2>Supported by ARTISAN.</h2>
</div>
<div class="body-copy">
<p>
AI2Science is supported by Georgia Tech's Center for AI in Sience and Engingeeing (ARTISAN), a research center committed to open, interpretable, and computationally ambitious science.
ARTISAN provides the broader ecosystem for infrastructure, collaboration, and long-horizon research in AI-enabled scientific discovery.
</p>
<p>
This is an emerging direction with a clear philosophy, one initial project, and room to grow substantially over the coming months.
</p>
<a href="https://artisan.research.gatech.edu/" target="_blank" class="button secondary">ARTISAN Center Website</a>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container footer-grid">
<div>
<h3>AI2Science</h3>
<p>Studying when models in science become carriers of understanding.</p>
</div>
<div>
<p class="footer-label">Quick links</p>
<a href="#vizfold">VizFold</a>
<a href="#open-science">Open Science</a>
<a href="#artisan">ARTISAN</a>
</div>
<div>
<p class="footer-label">Get involved</p>
<a href="https://github.com/ai2science" target="_blank">GitHub</a>
<a href="mailto:artisan@groups.gatech.edu">Contact</a>
<a href="https://artisan.research.gatech.edu/" target="_blank">ARTISAN</a>
</div>
</div>
</footer>
</body>
</html>