# I'm **Abstrax** > I study Mathematical Statistics and am transitioning from a PhD to a Masters. > I spend most of my time as a TA or exploring resources related to my field of study. __Current topics I've been interested in and some random facts are below:__ > ||* My studies were mostly theoretical and I used `RStudio` for `LaTex`/`R`/`Md`, but I've very recently discovered resources such as `GitHub`, `VSCode` and `CSS` scripts for grading.|| ![image](https://media0.giphy.com/media/yCGRPeG1Jg8hVnacDM/giphy.gif?cid=9b38fe91zrfl1sxp16omn8qtshed2up7su9v2wviqa897p6o&ep=v1_gifs_username&rid=giphy.gif&ct=g) > ||* If you ever want to compare notes or study together, I'd love to since most of my *coding* knowledge is from consuming open-source material while aimlessly pressing render/compile. || > ||* Recently, I've been interested in integrative programming related to statistics, exploring more accessible sources and spending inordinate amounts of time on formatting trivialities. I torturously switched from `RStudio` to `VScode` with `Quarto` and have been fervently reading random things related to inclusive environments and how people utilize `GitHub`. || ![image](https://github.com/user-attachments/assets/d53a3f8c-ca81-42b0-b656-866166fc0c9d) quarto

quarto

Quarto

Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see https://quarto.org.

print(1:10)
 [1]  1  2  3  4  5  6  7  8  9 10
x = c(1:100)

p = plot(x,main="what")

p
NULL