My name is Mark van de Streek and I am a student bioinformatics at the University of applied Sciences Groningen π³π±.
- Genomics
- Genetics
- Transcriptomics
- Phylogenetics
- Systems Biology
- Immunology
- Microbiology
// AboutMe.java
import java.util.Collections;
public abstract class About extends Me {
public String NAME = "Mark";
public String SURNAME = "Van de Streek";
public String AGE = "20";
public List<String> getLanguages() {
return Collections.unmodifiableList(List.of("Dutch", "English", "German"));
}
@Override
public String toString() {
return "Welcome to the profile of " + this.NAME;
}
}
From: 28 May 2025 - To: 04 June 2025
Total Time: 6 hrs 35 mins
Python 4 hrs 14 mins >>>>>>>>>>>>>>>>--------- 63.00 %
Markdown 55 mins >>>---------------------- 13.63 %
RMarkdown 48 mins >>>---------------------- 11.90 %
Text 10 mins >------------------------ 02.58 %
Bash 8 mins >------------------------ 02.06 %
Other 7 mins ------------------------- 01.96 %
Git Config 7 mins ------------------------- 01.84 %
HTML 2 mins ------------------------- 00.63 %
I'm currently developing a genetic variation finder tool for the Dutch National Institute for Public Health and the Environment (RIVM)