My name is Mark van de Streek and I am a bioinformatician currently working at the Dutch National Institute for Public Health and the Environment (RIVM).
- 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 = "22";
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: 21 September 2025 - To: 28 September 2025
Total Time: 0 secs
No activity tracked
Still have to fill this in exactly, but in the meantime, you can check out the department's repositories: