This repository contains the source code used to create my professional website built using Quarto (qmd files) in R.
The main project on my website is titled 'AI sentiment' and aims to analyze, interactively visualize whether AI sentiments are socio-economically reinforced.
My professional website includes my data visualizations project, resume, and writing samples.
To run this code and build the website locally on your own computer, follow the instructions below.
You will need to install the following software:
- RStudio (or alternatively PyCharm if using Python instead of R)
- Github repository linked with a personal website (naming convention: githubusername.github.io)
- Quarto to render the site
You must install the necessary R packages before rendering the site:
- Plotly
- Ggplot2
- Scales
- Shiny
All datasets files are included in this repository (e.g., gapminder_master.csv, gendereq_idea.csv, ppp.csv, religion.csv). However, if desired you can use any dataset of your choice.