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 December 2024 - To: 04 January 2025
Total Time: 2 hrs 16 mins
Markdown 25 mins >>>>--------------------- 16.17 %
Other 24 mins >>>>--------------------- 15.28 %
Git Config 12 mins >>----------------------- 07.87 %
Python 11 mins >>----------------------- 07.21 %
Bash 1 min ------------------------- 01.12 %
I'm currently developing a genetic variation finder tool for the Dutch National Institute for Public Health and the Environment (RIVM)