File size: 980 Bytes
4881327 61d5370 4881327 | 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 | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>BotaBio</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<main>
<section class="hero">
<p class="eyebrow">BotaBio</p>
<h1>Open biological protocol evaluation resources.</h1>
<p class="lede">
Research artifacts, datasets, and evaluation workflows for biological
protocol representation and computational biology.
</p>
<a class="button" href="https://huggingface.co/datasets/BotaBio/BPL-EVAL">
View BPL-EVAL
</a>
</section>
<section class="panel">
<h2>Featured dataset</h2>
<p>
BPL-EVAL contains protocol inputs, BPL outputs, generated variants,
comparison outputs, figures, and reproducibility scripts.
</p>
</section>
</main>
</body>
</html>
|