Skip to content

Commit f6734b4

Browse files
authored
Update index.md
1 parent 4989163 commit f6734b4

1 file changed

Lines changed: 50 additions & 12 deletions

File tree

index.md

Lines changed: 50 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,36 @@
1-
# 👩‍⚕️ Patricia C. Torrell — Clinical Data Analyst & Machine Learning Practitioner
1+
<style>
2+
h1, h2, h3 {
3+
font-family: Arial, sans-serif;
4+
color: #1a3c6e; /* blau clínic */
5+
}
6+
7+
body {
8+
font-family: Arial, sans-serif;
9+
line-height: 1.6;
10+
}
11+
12+
.project-card {
13+
border: 1px solid #d9e2ec;
14+
border-radius: 8px;
15+
padding: 16px;
16+
margin-bottom: 20px;
17+
background: #f7f9fc;
18+
}
19+
20+
.banner {
21+
background: #e8f0fe;
22+
padding: 20px;
23+
border-radius: 10px;
24+
text-align: center;
25+
margin-bottom: 30px;
26+
}
27+
</style>
28+
29+
<div class="banner">
30+
<h1>Patricia C. Torrell — Clinical Data Analyst</h1>
31+
<p>Machine Learning · Clinical Research · Reproducible Science</p>
32+
</div>
33+
234
### Portfolio of Clinical Data Science Projects
335

436
---
@@ -17,22 +49,28 @@ My work focuses on building **clinically meaningful, transparent and reproducibl
1749

1850
## 📁 Featured Projects
1951

20-
### 🧪 Renal Lithiasis Risk Prediction
21-
Machine learning model for early risk stratification of kidney stone disease.
22-
👉 [View project](https://patrict240.github.io/renal_litiasis_risk/)
23-
👉 [GitHub repository](https://github.com/PatriCT240/renal_litiasis_risk)
24-
25-
---
52+
<div class="project-card">
53+
<h3>🧬 Renal Lithiasis Risk Prediction</h3>
54+
<p>Machine learning model for early risk stratification of kidney stone disease.</p>
55+
<p>
56+
👉 <a href="https://patrict240.github.io/renal_litiasis_risk/">View project website</a><br>
57+
👉 <a href="https://github.com/PatriCT240/renal_litiasis_risk">GitHub repository</a>
58+
</p>
59+
</div>
2660

27-
### 🧠 Migraine Prediction
28-
Predictive modeling for migraine onset using clinical and lifestyle variables.
29-
👉 [View project](https://patrict240.github.io/antimicrobial-resistance-spain/)
30-
👉 [GitHub repository](https://github.com/PatriCT240/antimicrobial-resistance-spain)
61+
<div class="project-card">
62+
<h3>🧠 Migraine Prediction</h3>
63+
<p>Predictive modeling for migraine onset using clinical and lifestyle variables.</p>
64+
<p>
65+
👉 <a href="https://patrict240.github.io/antimicrobial-resistance-spain/">View project website</a><br>
66+
👉 <a href="https://github.com/PatriCT240/antimicrobial-resistance-spain">GitHub repository</a>
67+
</p>
68+
</div>
3169

3270
---
3371

3472
### 📊 Additional Projects
35-
More clinical data science projects will be added here as the portfolio grows.
73+
More clinical data science projects will be added shortly.
3674

3775
---
3876

0 commit comments

Comments
 (0)