Skip to content

Commit e3e763d

Browse files
committed
Edit CV
1 parent 594f59b commit e3e763d

1 file changed

Lines changed: 123 additions & 8 deletions

File tree

cv.html

Lines changed: 123 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
.cv-item {
8282
display: flex;
8383
justify-content: space-between;
84-
margin-bottom: 1.5rem;
84+
margin-bottom: 2rem;
8585
}
8686

8787
.cv-content { flex: 1; }
@@ -90,13 +90,21 @@
9090
font-size: 0.85rem;
9191
text-align: right;
9292
margin-left: 20px;
93-
min-width: 120px;
93+
min-width: 140px;
9494
}
9595

96-
.cv-title { font-weight: 700; display: block; }
97-
.cv-subtitle { font-style: italic; color: var(--light-grey); display: block; margin-bottom: 5px; }
98-
.cv-description { font-size: 0.9rem; margin: 0; padding: 0; }
99-
.cv-description li { list-style: none; margin-bottom: 3px; }
96+
.cv-title { font-weight: 700; display: block; font-size: 1rem; }
97+
.cv-subtitle { font-style: italic; color: var(--light-grey); display: block; margin-bottom: 8px; }
98+
.cv-description { font-size: 0.95rem; margin: 0; padding: 0; list-style: none; }
99+
.cv-description li { margin-bottom: 5px; position: relative; padding-left: 15px; }
100+
.cv-description li::before { content: "+"; position: absolute; left: 0; }
101+
102+
.skills-grid {
103+
display: grid;
104+
grid-template-columns: 1fr 1fr;
105+
gap: 20px;
106+
font-size: 0.95rem;
107+
}
100108

101109
footer {
102110
padding: 3rem 2rem;
@@ -110,6 +118,7 @@
110118
@media (max-width: 600px) {
111119
.cv-item { flex-direction: column; }
112120
.cv-date { text-align: left; margin-left: 0; margin-top: 5px; }
121+
.skills-grid { grid-template-columns: 1fr; }
113122
}
114123
</style>
115124
</head>
@@ -128,5 +137,111 @@ <h2>Experience</h2>
128137

129138
<div class="cv-item">
130139
<div class="cv-content">
131-
<span class="cv-title">Postdoctoral Researcher</span>
132-
<span class="cv-subtitle">Berlin Institute for Medical Systems
140+
<span class="cv-title">Postdoctoral researcher</span>
141+
<span class="cv-subtitle">Berlin Institute for Medical Systems Biology | BIH</span>
142+
<ul class="cv-description">
143+
<li>Integrated single cell multi-omic characterization and clonal tracing in clonal hematopoiesis</li>
144+
</ul>
145+
</div>
146+
<div class="cv-date">2022 — 2025</div>
147+
</div>
148+
149+
<div class="cv-item">
150+
<div class="cv-content">
151+
<span class="cv-title">BSC access committee member</span>
152+
<span class="cv-subtitle">Barcelona Supercomputing Center (BSC)</span>
153+
</div>
154+
<div class="cv-date">2024 — Present</div>
155+
</div>
156+
157+
<div class="cv-item">
158+
<div class="cv-content">
159+
<span class="cv-title">Computational Biologist</span>
160+
<span class="cv-subtitle">Spanish National Cancer Research Center (CNIO)</span>
161+
<ul class="cv-description">
162+
<li>Analysis, quality control and functional characterization of NGS data</li>
163+
<li>Pipeline automation via snakemake</li>
164+
<li>Script programming in R</li>
165+
<li>Bioinformatic support</li>
166+
</ul>
167+
</div>
168+
<div class="cv-date">2015 — 2022</div>
169+
</div>
170+
</section>
171+
172+
<section>
173+
<h2>Teaching</h2>
174+
175+
<div class="cv-item">
176+
<div class="cv-content">
177+
<span class="cv-title">Lecturer</span>
178+
<span class="cv-subtitle">MSc in Applied Bioinformatics and Personalized Medicine | ISCIII</span>
179+
<ul class="cv-description">
180+
<li>Subject: OMICs data analysis and Interpretation</li>
181+
</ul>
182+
</div>
183+
<div class="cv-date">2019 — 2022</div>
184+
</div>
185+
186+
<div class="cv-item">
187+
<div class="cv-content">
188+
<span class="cv-title">Lecturer</span>
189+
<span class="cv-subtitle">MSc in Bioinformatics and Computational Biology | UAM</span>
190+
<ul class="cv-description">
191+
<li>Subject: Translational genomics</li>
192+
</ul>
193+
</div>
194+
<div class="cv-date">2019 — 2022</div>
195+
</div>
196+
197+
<div class="cv-item">
198+
<div class="cv-content">
199+
<span class="cv-title">Lecturer</span>
200+
<span class="cv-subtitle">Int. Master's Program in Molecular Medicine | Charité (Berlin)</span>
201+
</div>
202+
<div class="cv-date">2023</div>
203+
</div>
204+
</section>
205+
206+
<section>
207+
<h2>Education</h2>
208+
<div class="cv-item">
209+
<div class="cv-content">
210+
<span class="cv-title">PhD in Molecular Biosciences</span>
211+
<span class="cv-subtitle">Universidad Autónoma de Madrid</span>
212+
</div>
213+
<div class="cv-date">2018 — 2022</div>
214+
</div>
215+
<div class="cv-item">
216+
<div class="cv-content">
217+
<span class="cv-title">MSc in Bioinformatics and Computational Biology</span>
218+
<span class="cv-subtitle">Universidad Autónoma de Madrid</span>
219+
</div>
220+
<div class="cv-date">2016 — 2018</div>
221+
</div>
222+
<div class="cv-item">
223+
<div class="cv-content">
224+
<span class="cv-title">BSc in Biotechnology</span>
225+
<span class="cv-subtitle">Universitat de Barcelona</span>
226+
</div>
227+
<div class="cv-date">2008 — 2013</div>
228+
</div>
229+
</section>
230+
231+
<section>
232+
<h2>Tools</h2>
233+
<div class="skills-grid">
234+
<div>• R 📊</div>
235+
<div>• Snakemake 🐍</div>
236+
<div>• Python 💻</div>
237+
<div>• Linux/Shell 🐚</div>
238+
</div>
239+
</section>
240+
</main>
241+
242+
<footer>
243+
&copy; 2025 Coral Fustero-Torre
244+
</footer>
245+
246+
</body>
247+
</html>

0 commit comments

Comments
 (0)