-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
64 lines (64 loc) · 5.01 KB
/
Copy pathabout.html
File metadata and controls
64 lines (64 loc) · 5.01 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Mission, vision, and research philosophy of the Computational Pathology Lab, with focus on reproducible vascular image analysis, spatial biology, and translational pathology.">
<title>About Us | Computational Pathology Lab</title>
<link rel="icon" href="assets/images/logo/favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="assets/css/style.css?v=2">
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<header class="site-header">
<a class="brand" href="index.html"><img src="assets/images/logo/logo.svg" alt="" aria-hidden="true"><span>Computational Pathology Lab</span></a>
<button class="nav-toggle" type="button" aria-label="Toggle navigation" aria-expanded="false">☰</button>
<nav class="site-nav" aria-label="Primary navigation">
<a href="index.html">Home</a><a href="about.html">About</a><a href="team-leader.html">Leader</a><a href="members.html">Members</a><a href="projects.html">Projects</a><a href="publications.html">Publications</a><a href="software.html">Software</a><a href="resources.html">Resources</a><a href="contact.html">Contact</a><a class="github-link" href="https://github.com/ComputationalPathologyLab">GitHub</a>
</nav>
</header>
<main id="main">
<section class="page-hero">
<p class="eyebrow">About us</p>
<h1>Computational methods for vascular and spatial pathology</h1>
<p>The lab brings together pathology, bioinformatics, image analysis, and computational biology to develop reproducible methods for studying cancer tissue, vascular remodeling, and therapy delivery.</p>
</section>
<section class="section">
<div class="grid two">
<article class="card">
<p class="eyebrow">Mission</p>
<h2>Reliable tissue analytics for research discovery</h2>
<p>Our mission is to build computational pathology methods that help researchers extract meaningful, reproducible information from histological and multiplex tissue images. A central focus is robust vessel-feature extraction, including vascular segmentation, morphology, spatial distribution, and links to drug distribution.</p>
</article>
<article class="card">
<p class="eyebrow">Vision</p>
<h2>Open, interpretable, translational</h2>
<p>We envision computational pathology as a bridge between morphological expertise and scalable data science. The lab emphasizes methods that are interpretable, reusable, adaptable across imaging contexts, and suitable for interdisciplinary research in oncology, inflammation, fibrosis, and microvascular dysfunction.</p>
</article>
</div>
</section>
<section class="section alt">
<div class="section-header">
<p class="eyebrow">Research philosophy</p>
<h2>Reproducibility is part of the science</h2>
<p>We design workflows so analyses can be inspected, repeated, and adapted. This includes version-controlled code, structured metadata, clear documentation, and practical tools that support collaboration across pathology, bioinformatics, image analysis, and clinical teams.</p>
</div>
<div class="grid three">
<article class="card"><h3>Vessel-centered pathology</h3><p>VeSpA-inspired workflows quantify vessel morphology, spatial organization, and vascular remodeling in histological images.</p></article>
<article class="card"><h3>Spatial and multiplex biology</h3><p>The lab studies cells and tissue structures in context, including vascular organization, immune neighborhoods, and tumor microenvironment patterns.</p></article>
<article class="card"><h3>Open science</h3><p>Where possible, methods are shared through public repositories, reusable pipelines, and readable documentation.</p></article>
</div>
</section>
<section class="section">
<div class="section-header">
<p class="eyebrow">Collaboration</p>
<h2>Interdisciplinary by design</h2>
<p>Computational pathology research depends on sustained collaboration between pathologists, oncologists, biologists, statisticians, computer scientists, and software engineers. The lab welcomes projects where rigorous computational methods can clarify vascular biology, tissue organization, treatment delivery, and translational pathology questions.</p>
<a class="button primary" href="contact.html">Start a conversation</a>
</div>
</section>
</main>
<footer class="site-footer"><div class="footer-grid"><div><strong>Computational Pathology Lab</strong><p>Open, reproducible computational pathology research.</p></div><div class="footer-links"><a href="https://github.com/ComputationalPathologyLab">GitHub</a><a href="contact.html">Contact</a></div></div></footer>
<script src="assets/js/main.js?v=2"></script>
</body>
</html>