Skip to content

Commit f2f2a62

Browse files
committed
update martin's info
1 parent f7fdcb0 commit f2f2a62

File tree

4 files changed

+6
-14
lines changed

4 files changed

+6
-14
lines changed

src/components/timetable/Tuesday.astro

+1-2
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,8 @@ const breaks = [
190190
duration={35}
191191
room={main}
192192
/>
193-
<!-- talk="caroline" -->
194193
<Item
195-
title="TBA"
194+
talk="caroline"
196195
color="yellow"
197196
track={1}
198197
time="14:45"

src/components/timetable/Wednesday.astro

+1-2
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,8 @@ const breaks = [
105105
duration={35}
106106
room={main}
107107
/>
108-
<!-- talk="martin" -->
109108
<Item
110-
title="TBA"
109+
talk="martin"
111110
color="yellow"
112111
track={1}
113112
time="12:15"

src/pages/talks/caroline.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
22
layout: "../../layouts/TalkLayout.astro"
3-
tracks:
3+
tracks:
44
- main
55
talkTitle: "Healthy Data, Rusty Code: Epidemiology Meets Modern Systems Programming"
66
talkLevel: "All"
77
talkTags: ["epidemiology", "scientific programming", "rust", "py03"]
88
talkDuration: 30 # 15 or 30 min
9-
draft: true
109

1110
speakers: [{
1211
name: "Caroline Morton",

src/pages/talks/martin.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ talkTitle: "Gigabytes per second of DNA: using Rust for matching genomic motifs"
77
talkLevel: "Intermediate"
88
talkTags: ["bioinformatics", "genomics", "simd", "science"]
99
talkDuration: 15 # 15 or 30 min
10-
draft: true
1110

1211
speakers: [{
1312
name: "Martin Larralde",
@@ -31,10 +30,6 @@ to C & C++, which are still in use predominantly in high-performance bioinformat
3130

3231
////// <!-- sepatator between abstract and bio -->
3332

34-
Hi, I'm Martin (or @althonos online)! Originally from Paris, I started my PhD at the [EMBL](https://www.embl.org/) in Heidelberg in 2019, in partnership with [ETH Zürich](https://ethz.ch/en.html), before moving to the [Leiden University Medical Center](https://www.lumc.nl/en/) in 2024. Molecular Biologist and Computer Scientist by training, I've been working on high-performance computing on the side of my main research project focusing on the human gut microbiome.
35-
36-
I started writing Rust code in 2017, used it primarily for my MSc thesis project in 2019, and since then I have eagerly followed the evolution of the core language as well as the flourishing ecosystem of libraries. I use Rust for high-performance computing when possible, although I also end up supporting legacy scientific code written in C/C++, and my main language for data analysis or quick prototyping remains Python.
37-
38-
I am interested in high-performance computing, but also in API design, embedded systems, and more. I'm leading a small programming club at our institute, where we go over various topics regarding software engineering. I play the bass and the guitar and I make random covers in my living room when I (rarely) get the time.
39-
40-
33+
Martin is a PhD student in Bioinformatics, originally from Paris. After starting his PhD at [EMBL](https://www.embl.org/) in Heidelberg in 2019, in co-supervision with [ETH Zürich](https://ethz.ch/en.html), he moved to the [Leiden University Medical Center in 2024](https://www.lumc.nl/en/).
34+
Molecular Biologist and Computer Scientist by training, he used part of his PhD to write Python APIs for legacy C and C++ scientific code ([PyHMMER](https://github.com/althonos/pyhmmer), [Pyrodigal](https://github.com/althonos/pyrodigal)), as well as new implementations for high-performance computing problems, where Rust is gaining traction.
35+
When he's not writing code or research papers, he plays the bass and the guitar for a solo post-punk project.

0 commit comments

Comments
 (0)