This repository contains various projects related to data engineering, exploratory data analysis, and web scraping for energy news. Additionally, it includes assets for a personal resume/CV website. Below is a brief overview of the contents of each directory and file.
.
├── Dashboard_Report_Brasil_GenData
│ ├── ELT_Notebook.html
│ ├── ELT_Notebook_arquivos
│ ├── Exploratory_Analysis.html
│ └── Exploratory_Analysis_arquivos
├── EnergyNewsScrapping
│ ├── MME.html
│ ├── MME.png
│ ├── aneel.html
│ ├── aneel.png
│ ├── anp.html
│ ├── anp.png
│ ├── energia.html
│ └── energia.png
├── GeracaoANEEL_ParteI
│ ├── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ └── [email protected]
├── Two_Bubble_maps_of_data_from_Mexico
│ └── UPWORK_PROPOSAL_VINICIUSGRIBAS.html
├── assets
│ ├── css
│ ├── doc
│ ├── fontawesome
│ ├── images
│ ├── js
│ ├── makefiles
│ ├── scss
│ └── src
├── index.html
├── license.txt
This directory contains HTML reports for ELT (Extract, Load, Transform) processes and exploratory analysis:
ELT_Notebook.html
: HTML file of the ELT process notebook.ELT_Notebook_arquivos
: Directory with supporting files forELT_Notebook.html
.Exploratory_Analysis.html
: HTML file of the exploratory data analysis notebook.Exploratory_Analysis_arquivos
: Directory with supporting files forExploratory_Analysis.html
.
This directory contains HTML and PNG files related to web scraping of energy news:
MME.html
andMME.png
: HTML and screenshot of MME news.aneel.html
andaneel.png
: HTML and screenshot of ANEEL news.anp.html
andanp.png
: HTML and screenshot of ANP news.energia.html
andenergia.png
: HTML and screenshot of energy news.
This directory contains various HTML visualizations for data from ANEEL:
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
These files represent different visualizations of ANEEL data.
This directory contains a proposal related to bubble maps of data from Mexico:
UPWORK_PROPOSAL_VINICIUSGRIBAS.html
: HTML proposal for Upwork.
This directory contains various assets used in the website:
css
: CSS files for styling.doc
: Documentation files.fontawesome
: FontAwesome icons.images
: Images used in the website.js
: JavaScript files for interactivity.makefiles
: Makefiles for build processes.scss
: SCSS files for styling.src
: Source files.
The main HTML file for the personal resume/CV website.
License file for the repository.
- Parse the YAML File: Parse the
Vinicius_Guerra_e_Ribas_CV.yaml
file to extract the necessary information. - Update HTML: Manually update the
index.html
file with the parsed data from the YAML file. Replace placeholder text with the corresponding data from the YAML file. - Verify: Open the
index.html
file in a web browser to verify that the data is displayed correctly. - Export as PDF: Use the "Export as PDF" button to generate a PDF of the resume/CV.
By following this documentation, you can understand the structure of the repository and how to manually update the index.html
file with data from the Vinicius_Guerra_e_Ribas_CV.yaml
file.