README / index.html
hiro2333's picture
Fix static Space configuration
61d5370 verified
Raw
History Blame Contribute Delete
980 Bytes
<!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>