-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (45 loc) · 1.78 KB
/
index.html
File metadata and controls
51 lines (45 loc) · 1.78 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
---
layout: default
title: BioIntelligence Lab
---
<section class="hero">
<h1>BioIntelligence Lab</h1>
<p class="subtitle">Understanding biological systems with Artificial Intelligence.</p>
<p class="lead">
We develop AI methods and imaging-based models to reveal hidden structure in disease and population health.
Our work spans foundational AI, computational biomedical discovery, and the informatics tools that make
these advances usable in practice.
</p>
<a href="{{ '/research/biomedical-imaging/' | relative_url }}" class="btn-primary">
Explore our research
</a>
</section>
<section>
<h2 class="section-title">Research Pillars</h2>
<div class="pillar-grid">
<div class="pillar-card">
<h3>Fundamental AI</h3>
<p>
Algorithms for safe, trustworthy, and collaborative AI systems, including bias modeling,
uncertainty, and human–AI ecosystems such as SheLL.
</p>
<a href="{{ '/research/fundamental-ai/' | relative_url }}">Learn more →</a>
</div>
<div class="pillar-card">
<h3>Computational Biomedical Discovery</h3>
<p>
Imaging-based models that characterize disease mechanisms and population-level patterns, from tumor
connectomics to opportunistic screening and dementia risk.
</p>
<a href="{{ '/research/biomedical-imaging/' | relative_url }}">Learn more →</a>
</div>
<div class="pillar-card">
<h3>Informatics & Tools</h3>
<p>
Software platforms such as MIST and VoxelInsight that enable scalable data access, analysis, and
automated research workflows in medical imaging.
</p>
<a href="{{ '/research/informatics/' | relative_url }}">Learn more →</a>
</div>
</div>
</section>