-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmembers.html
More file actions
37 lines (37 loc) · 2.23 KB
/
Copy pathmembers.html
File metadata and controls
37 lines (37 loc) · 2.23 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Members of the Computational Pathology Lab.">
<title>Members | 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">Members</p>
<h1>Our team</h1>
<p>Lab members, collaborators, and alumni. Profiles are generated from <code>assets/data/members.json</code>.</p>
</section>
<section class="section">
<div data-render="members">
<div class="fallback grid three">
<article class="card"><h3>Principal Investigator</h3><p>Member data loads from JSON. If you can read this, check that local serving is enabled.</p></article>
</div>
</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>