In my free time, I enjoy drawing, painting, collage and calligraphy. Recently I have decided to dedicate more time to curating my work and sharing it with others. My medium of choice for paintings is acrylics, since it's a forgiving and fast-drying medium. Though most of my paintings have elements of ink, watercolors, oil pastels and scraps.
I have recently begun curating collections of my work with thematic links. I will be updating and adding new collections on a regular basis.
Collections
Science
I’m a computational biologist with a PhD in Biology from Boston College, where I focused on developing diagnostic and predictive tools for infectious disease using microbial genomics and machine learning.
Currently, I work as a Senior Research Scientist at Day Zero Diagnostics—recently acquired by bioMérieux—where I led the development of species identification pipelines and contributed directly to the technical due diligence supporting the acquisition. My work integrates large-scale sequencing, data science, and microbial systems biology to improve infectious disease detection and accelerate diagnostics.
I collaborate across R&D, regulatory, and engineering teams, and I advocate for open science through my contributions to reproducible, interpretable workflows. You can find my code and ongoing projects at
github.com/dsurujon.
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }. Finally, this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';