Intro

Hi! My name is Roshane Jochum. I am a U3 student at McGill University studying Computer Science and Mathematics. While I am not sure what my specialization will be in the future, I am currently very interested in learning more about Machine Learning and Intelligent Systems! By the way, feel free to check out my resume to learn more about me.

Random fact about me: My favorite movie is Gattaca (Andrew Niccol, 1997) and you should definitely check it out!

Resume

Projects

* Section in Progress *

Here will be projects I worked on as a Computer Science student and during my free time.

Contact Me

Contact Info

Email: roshane.jochum@mail.mcgill.ca

Tel: +33 643 92 41 08

Elements

Text

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.';