-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (83 loc) · 4.45 KB
/
Copy pathindex.html
File metadata and controls
90 lines (83 loc) · 4.45 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Shreyas Sriram | Clinical AI, Human Factors & Human Performance Systems</title>
<meta name="description" content="Portfolio for Shreyas Sriram, a human-centered product engineer working across clinical AI evaluation, human factors, biomedical engineering, full-stack prototyping, and applied biomechanics." />
<link rel="stylesheet" href="routes.css?v=19" />
</head>
<body class="route-home">
<div class="shell editorial-shell">
<header class="topbar">
<a class="mark" href="./">Codes by Shrey</a>
<nav class="links" aria-label="Primary">
<a href="education/">Education</a>
<a href="experiences/">Experiences</a>
<a href="expression/">Expression</a>
</nav>
</header>
<main>
<section class="home-hero" aria-labelledby="home-title">
<div class="home-box hero-copy-block">
<p class="eyebrow">Human-Centered Product Engineer</p>
<h1 id="home-title">Shreyas Sriram</h1>
<p class="status-line">MS Human Factors Design x BS Biomedical Engineering</p>
<p class="focus-tags">Clinical AI x Human Performance x Biomechanics</p>
</div>
<aside class="home-box focus-panel" aria-label="Current work">
<p class="eyebrow">Founder</p>
<h2><a class="inline-strong-link" href="https://www.linkedin.com/company/practice-intuition" target="_blank" rel="noopener noreferrer">Practice Intuition</a></h2>
<p class="philosophy-line">Learning is Unobstructed Self Expression.</p>
<p>Uncovering insights that mind and matter - especially where trust, safety, behavior, and outcomes matter.</p>
</aside>
</section>
<section class="home-ladder" aria-label="Credentials and experiences">
<a class="ladder-box learning-box" href="education/">
<h2>Learning</h2>
<div class="degree-items" aria-label="Degree foundations">
<span>MS Human Factors Information Design</span>
<span>BS Biomedical Engineering</span>
</div>
<div class="cert-items" aria-label="Certifications">
<span>NASM + Biomechanics</span>
<span>EMT + Lifeguard</span>
<span>AWS + CodingDojo</span>
</div>
</a>
<article class="ladder-box performance-box">
<h2>Performance</h2>
<div class="performance-links" aria-label="Experience links">
<a class="button secondary" href="expression/">Lead Product Engineer @ Somanaut</a>
<a class="button secondary" href="experiences/#mpathic">Clinical AI Evaluator @ mpathic</a>
<a class="button secondary" href="clinical-roleplay/">Lead Product Engineer @ NBME</a>
<a class="button secondary" href="haptrek/">Lead Product Engineer @ HapTrek</a>
<a class="button secondary" href="chatEMT/">Associate PM @ CCnC Solutions</a>
<a class="button secondary" href="patent/">Patent Inventor</a>
</div>
</article>
</section>
<section class="identity-row" aria-label="Identity perspectives">
<a class="identity-card" href="picsbyshrey/"><strong>picsbyshrey</strong><span>making the invisible, visible</span></a>
<a class="identity-card" href="codesbyshrey/"><strong>codesbyshrey</strong><span>architecting adaptive systems</span></a>
<a class="identity-card" href="gainsbyshrey/"><strong>gainsbyshrey</strong><span>engineering intuitive solutions</span></a>
</section>
<section class="identity-panel">
<div class="lens-venn" aria-label="Lenses">
<span class="lens-circle lens-top">EMT</span>
<span class="lens-circle lens-left">Athlete</span>
<span class="lens-circle lens-right">Patient</span>
<span class="lens-circle lens-bottom-left">Coach</span>
<span class="lens-circle lens-bottom-right">Engineer</span>
<span class="lens-circle lens-inventor">Inventor</span>
<span class="lens-center">these lenses inform how I design systems for learning, trust, and adaptation</span>
</div>
</section>
</main>
<footer class="editorial-footer">
<a class="quiet-link" href="https://practiceintuition.github.io" target="_blank" rel="noopener noreferrer">Practice Intuition</a>
<span>Shreyas Sriram © 2026</span>
</footer>
</div>
</body>
</html>