-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (52 loc) · 2.59 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Brigitta | Biomedical Explorer</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Welcome to my page! Hello, I’m Brigitta</h1>
<p>I’m a college student passionate about biomedical engineering, human-centered AI, and genomics.</p>
<section id="about">
<h2>About Me</h2>
<p>
I'm a first-year student at Bard College at Simon’s Rock and a future biomedical engineer. I’m fascinated by human health, machine learning, and genetic technology — but what drives me is personal: my mom’s medical experience, veterans I grew up with, and my love for science as a tool for dignity and healing. I’ve co-authored an SCI paper, built AI health tools, and am currently preparing for BWSI’s Medlytics program this summer.
</p>
</section>
<section id="Activities">
<h2>Activities</h2>
<ul>
<li><strong> MetaForge</strong>-excellent platform for talented young generation talk about ideas and concepts</li>
<li><strong>veteran</strong>-care about marginalize veterans in china</li>
<li><strong> Painting.</strong>-oil painting.</li>
<li><strong>sports.</strong>-ski</li>
</ul>
</section>
<section id="projects">
<h2>Projects</h2>
<ul>
<li><strong>🔬 SCI Journal Paper (2023-2025)</strong> – Contributed metabolic pathway analysis using KBase and KEGG.</li>
<li><strong>🤖 TRIAGE-AI (in progress)</strong> – Built a symptom-to-department prediction tool using Flask, inspired by real-world misdiagnosis.</li>
<li><strong>📊 BWSI: Medlytics (Upcoming)</strong> – Accepted to MIT's summer program combining ML + medicine.</li>
<li><strong>🧬 Genomics Internship (BGI)</strong> – Analyzing sequence data and researching human gene expression (Summer 2025).</li>
</ul>
</section>
<section id="blog">
<h2>🧠 Reflections</h2>
<ul>
<li><a href="blog-why-bme.html">Why I Chose Biomedical Engineering</a> – A story of identity, family, and future medicine.</li>
<li><a href="blog-writing-sci.html">What I Learned Writing an SCI Paper at 18</a> – Lessons in communication and collaboration.</li>
</ul>
</section>
<section id="resume">
<h2>📄 Resume</h2>
<p><a href="Brigitta_Resume.pdf" target="_blank">Download Resume (PDF)</a></p>
</section>
<section id="contact">
<h2>📬 Contact</h2>
<p>Email: [email protected] | <a href="https://github.com/chenluyu-tt">GitHub</a></p>
</section>
</body>
</html>