-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
221 lines (207 loc) · 10.5 KB
/
Copy pathindex.html
File metadata and controls
221 lines (207 loc) · 10.5 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
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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BioSymphony</title>
<meta name="description" content="AI agent tools for biological research.">
<meta name="theme-color" content="#151816">
<meta property="og:title" content="BioSymphony">
<meta property="og:description" content="AI agent tools for biological research.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://biosymphony.github.io/">
<!-- JPEG rather than the WebP the page itself renders: the social scrapers
are the one audience that still cannot be relied on to decode WebP. -->
<meta property="og:image" content="https://biosymphony.github.io/assets/og-biosymphony.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="675">
<meta property="og:image:alt" content="The word BioSymphony in white, centred inside a ring of red and blue nebula filaments on a black starfield, above the line “AI Agent Skills For Biological Research”.">
<meta property="og:site_name" content="BioSymphony">
<meta property="og:locale" content="en_US">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://biosymphony.github.io/assets/og-biosymphony.jpg">
<meta name="twitter:image:alt" content="The word BioSymphony in white, centred inside a ring of red and blue nebula filaments on a black starfield, above the line “AI Agent Skills For Biological Research”.">
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
<link rel="icon" href="assets/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon.png">
<link rel="canonical" href="https://biosymphony.github.io/">
<link
rel="preload"
href="assets/hero-biosymphony-900.webp"
as="image"
type="image/webp"
imagesrcset="assets/hero-biosymphony-900.webp 900w, assets/hero-biosymphony.webp 1672w"
imagesizes="100vw"
fetchpriority="high"
>
<link rel="stylesheet" href="styles.css">
<!-- Structured data — Organization + WebSite. The h1 is visually hidden and
the banners carry no alt text, so the page has little machine-readable
prose. This block supplies the facts instead. -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://biosymphony.github.io/#organization",
"name": "BioSymphony",
"url": "https://biosymphony.github.io/",
"logo": "https://biosymphony.github.io/assets/apple-touch-icon.png",
"image": "https://biosymphony.github.io/assets/og-biosymphony.jpg",
"description": "Toolkits for AI coding agents working in biology: structural design, small-molecule design, genome mining, biosynthesis, cryo-EM, and fermentation.",
"knowsAbout": [
"Structural biology",
"Structural design",
"Small-molecule design",
"Genome mining",
"Biosynthetic routes",
"Fermentation design",
"AI agents"
],
"founder": { "@id": "https://jvogan.github.io/#person" },
"sameAs": [
"https://github.com/BioSymphony"
]
},
{
"@type": "WebSite",
"@id": "https://biosymphony.github.io/#website",
"url": "https://biosymphony.github.io/",
"name": "BioSymphony",
"description": "AI agent tools for biological research.",
"inLanguage": "en",
"publisher": { "@id": "https://biosymphony.github.io/#organization" }
},
{
"@type": "Person",
"@id": "https://jvogan.github.io/#person",
"name": "Jacob Vogan",
"alternateName": "jvogan",
"url": "https://jvogan.github.io/",
"image": "https://github.com/jvogan.png?size=480",
"description": "Builds AI tools for biological research — agentic systems for bioinformatics, structural biology, biomanufacturing, and automated labs.",
"knowsAbout": [
"Bioinformatics",
"Structural biology",
"Biomanufacturing",
"Automated laboratory systems",
"AI agents",
"Agent orchestration",
"Local speech (TTS, ASR)",
"Long-horizon agentic workflows"
],
"sameAs": [
"https://github.com/jvogan",
"https://huggingface.co/JacobMolBio",
"https://x.com/jacobmolbio",
"https://houseofvogan.com/"
]
}
]
}
</script>
</head>
<body id="top">
<a class="skip-link" href="#content">Skip to content</a>
<header class="site-header" aria-label="Primary">
<a class="brand" href="#top" aria-label="BioSymphony home">
<span class="brand-mark" aria-hidden="true">B</span>
<span translate="no">BioSymphony</span>
</a>
<nav class="site-nav" aria-label="Site">
<a href="https://github.com/BioSymphony">GitHub</a>
</nav>
</header>
<main id="content" tabindex="-1">
<section class="hero" aria-labelledby="hero-title">
<img
class="hero-image"
src="assets/hero-biosymphony-900.webp"
srcset="assets/hero-biosymphony-900.webp 900w, assets/hero-biosymphony.webp 1672w"
sizes="100vw"
alt=""
width="1672"
height="941"
fetchpriority="high"
decoding="async"
>
<div class="hero-copy visually-hidden">
<h1 id="hero-title" translate="no">BioSymphony</h1>
<p class="hero-lede">AI agent tools for biological research.</p>
</div>
</section>
<section class="banner-stack" aria-label="BioSymphony repositories">
<a class="repo-banner banner-bioprospector" href="https://github.com/BioSymphony/bioprospector" aria-label="Open BioProspector on GitHub">
<img src="assets/banners/bioprospector.webp" alt="" width="1774" height="887" loading="lazy" decoding="async">
<span class="banner-label">Biosynthetic routes</span>
<h2>BioProspector</h2>
</a>
<a class="repo-banner banner-structure-factory" href="https://github.com/BioSymphony/structure-factory" aria-label="Open Structure Factory on GitHub">
<img src="assets/banners/structure-factory.webp" alt="" width="1774" height="887" loading="lazy" decoding="async">
<span class="banner-label">Structural design</span>
<h2>Structure Factory</h2>
</a>
<a class="repo-banner banner-small-molecules" href="https://github.com/BioSymphony/small-molecules" aria-label="Open Small Molecules on GitHub">
<img src="assets/banners/small-molecules.webp" alt="" width="1774" height="887" loading="lazy" decoding="async">
<span class="banner-label">Small-molecule design</span>
<h2>Small Molecules</h2>
</a>
<a class="repo-banner banner-genecluster" href="https://github.com/BioSymphony/genecluster" aria-label="Open GeneCluster on GitHub">
<img src="assets/banners/genecluster.webp" alt="" width="1774" height="887" loading="lazy" decoding="async">
<span class="banner-label">Genome mining</span>
<h2>GeneCluster</h2>
</a>
<a class="repo-banner banner-ferm-doe" href="https://github.com/BioSymphony/ferm-doe" aria-label="Open Ferm DoE on GitHub">
<img src="assets/banners/ferm-doe.webp" alt="" width="1774" height="887" loading="lazy" decoding="async">
<span class="banner-label">Fermentation design</span>
<h2>Ferm DoE</h2>
</a>
<a class="repo-banner banner-cryocore" href="https://github.com/BioSymphony/cryocore" aria-label="Open CryoCore on GitHub">
<img src="assets/banners/cryocore.webp" alt="" width="1774" height="887" loading="lazy" decoding="async">
<span class="banner-label">Structural biology</span>
<h2>CryoCore</h2>
</a>
<section class="related-repos" aria-labelledby="related-title">
<div class="related-copy">
<span class="banner-label">Related repos</span>
<h2 id="related-title">Companion tools</h2>
<p>Useful adjacent projects for cloud execution, protein-structure voice control, and structural biology agents.</p>
</div>
<div class="related-grid">
<a class="related-card" href="https://github.com/jvogan/symphony-neocloud-bridge" aria-label="Open Symphony NeoCloud on GitHub">
<span class="related-kicker">Agent infrastructure</span>
<h3>Symphony NeoCloud</h3>
<p>Run agent workflows on cloud compute with preflight checks, cost caps, artifact receipts, and cleanup.</p>
<span class="related-link">GitHub</span>
</a>
<a class="related-card" href="https://github.com/jvogan/biovoice" aria-label="Open BioVoice on GitHub">
<span class="related-kicker">BioTools</span>
<h3>BioVoice</h3>
<p>Voice control for PyMOL, ChimeraX, AlphaFold, and Rosetta on the OpenAI Realtime API.</p>
<span class="related-link">GitHub</span>
</a>
<a class="related-card" href="https://github.com/jvogan/proteus" aria-label="Open Proteus on GitHub">
<span class="related-kicker">BioTools</span>
<h3>Proteus</h3>
<p>Structural biology automation for AI coding agents across PyMOL, ChimeraX, AlphaFold, PDB, UniProt, and Rosetta.</p>
<span class="related-link">GitHub</span>
</a>
</div>
</section>
<a class="repo-banner banner-org" href="https://github.com/BioSymphony" aria-label="Open BioSymphony on GitHub">
<img src="assets/banners/github-org.webp" alt="" width="1774" height="887" loading="lazy" decoding="async">
<span class="banner-label">GitHub organization</span>
<h2 translate="no">BioSymphony</h2>
</a>
</section>
</main>
<footer class="site-footer">
<p translate="no">BioSymphony</p>
<span class="footer-links">
<a href="https://github.com/BioSymphony">github.com/BioSymphony</a>
<a href="https://jvogan.github.io/">jvogan.github.io</a>
</span>
</footer>
</body>
</html>