-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.html
More file actions
46 lines (45 loc) · 2.63 KB
/
Copy pathresources.html
File metadata and controls
46 lines (45 loc) · 2.63 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Computational Pathology Lab resources and practical reference material.">
<title>Resources | 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=3">
</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">Lab resources</p>
<h1>Resources</h1>
<p>Reference material for Computational Pathology Lab workflows, HPC usage, and practical research infrastructure.</p>
</section>
<section class="section">
<div class="section-header">
<p class="eyebrow">Available resources</p>
<h2>Resource pages</h2>
<p>Curated pages for commonly used lab infrastructure and workflow guidance.</p>
</div>
<div class="grid three">
<article class="data-card">
<p class="eyebrow">HPC resources</p>
<h3>HPC Usage</h3>
<p>Humanitas HPC resource allocation, Slurm partition limits, interactive allocation examples, storage areas, and key commands.</p>
<div class="link-row"><a href="resources/hpc-usage.html">Open HPC Usage</a></div>
</article>
</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"></script>
</body>
</html>