I’m a PhD candidate at Western University studying how supermassive black holes interact and grow. Using N-body and hydrodynamical simulations, I explore the complex dynamics of systems containing multiple black holes.
About Me
I am an astrophysicist in training born on the sunny twin isles of Trinidad and Tobago! Currently, however, you will find me hibernating during the long Canadian winters as I survive grad school.
I always had a passion for the night sky -- growing up on an island with little light pollution instilled in me a deep wonder for the cosmos. One of the best places to be is on a dark, windy beach gazing up into the heart of the Milky Way as she gazes right back at you.
CV
You can view or download my highlighted CV here:
Download CV (PDF)
For my complete CV please send me an email!
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.';