I am a theoretical/computational physicist with a primary interest in cosmology, from the point of view of theory and simulations. More specifically, I am interested in testing fundamental physics using information from Large-Scale Structures (LLS).
I obtained my undergrad and master's degree at the University of São Paulo (USP), Brazil, followed by a PhD at the University of Aix-Marseille.
During my masters, I worked with the multi-tracer technique to improve constrains on the growth-rate of structures, an important observable to test the standard model of cosmology.
During my PhD, I have studied one particular type of tracer - cosmic voids and the weak-lensing signal around them. I have proposed a method for measuring this signal, as well as conditions which might be satisfied to ensure that we have access to the dark-matter profile of voids through weak-lensing.
In the future, I would like to continue to contribute to the program of testing the ΛCDM paradigm by extracting relevant information from Large-Scale Structures.
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.';