A computational chemist, born and raised in CT, but moved to Vermont for grad school in 2016. Currently residing in Denver Colorado. My favorite things to do in my free time are learning to code, videogames, and spending time outside. I am an avid lover of the outdoors, and enjoy skiing, hiking, camping, running marathons and OCR's, pretty much anything that gets me outside. I am currently training for an – and you can follow my journey .
I also enjoy travelling, even though Im way to poor to afford plane tickets. One day my plan is to retire to a log cabin in the middle of the woods so I can spend all day enjoying the mountains. Until then, I continue to pursue my passions in science, mathematics, coding, and outdoor activities. To find out more about my research, follow the links above. This page is currently under construction.
Computational Chemistry
My life in chemistry began all the way back in high school when chemistry was the only class I could stay focused in. My father – also a chemist – was instrumental in helping me develop a passion for the field I would go on to study at the University of Connecticut. After I graduated from UConn in 2016, I started grad school at the University of Vermont that same year. As a member of the Schneebeli and Li labs, I studied both computational and synthetic organic chemistry, focusing on the design, development, and in silico design of catalytic rotaxanes and DNA nanocages.
After graduating from UVM in July of 2022, I joined the Janssen Pharmaceutical companies of Johnson and Johnson in Spring House PA as a postdoc in their Computer Aided Drug Design group modeling RNA-based therapeutics in order to design more effective drugs. This page is currently under construction.
About
This page is currently under construction.
I also have experience in Molecular Dyanmics, Computer Aided Drug Design, Coding in Python (proficient), HTML (basic), R (functional), C++ (basic), Tcl (proficient), Bash Shell Scripting (functional), SQL (basic), and synthetic organic chemistry. I am currently attempting to learn C++, C#, C, and JavaScript.
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.';