Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Analysis: Do high emissions predict reporting non-compliance? #147

Draft
wants to merge 35 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
b236f34
Feat: First draft of emissions predicting compliance blog
colton-lapp Dec 19, 2024
f06aeda
fixed plotly graphs not rendering in nbviewer
colton-lapp Dec 19, 2024
12a7664
finished draft of blog and cleaned up notebook
colton-lapp Dec 24, 2024
59cb9c5
Reduced memory by turning interactive plots to static images
colton-lapp Dec 24, 2024
174f66d
Cleaned up code in notebook, typos in blog, saved png images
colton-lapp Jan 8, 2025
c570860
Merge branch 'main' into compliance-analysis
colton-lapp Jan 15, 2025
9dfb65d
Run Prettier after ignoring auto-generated files
vkoves Jan 15, 2025
d1730f4
Move styles to CSS
vkoves Jan 15, 2025
f25fe26
reduced file size of html images by not saving javascript source code…
colton-lapp Jan 15, 2025
447a681
Reduced file size of graphs by dropping hover text and only plotting …
colton-lapp Jan 15, 2025
6721455
Tweak About page
vkoves Jan 18, 2025
613d695
Reorganized blog page and added publish dates
vkoves Jan 18, 2025
3fe0d61
Run Prettier
vkoves Jan 18, 2025
991002b
Updated requirements.txt to include dependencies for Jupyter notebook…
colton-lapp Jan 22, 2025
4065b79
Fixed ipython version that wasn't compatible with python 3.9 in requi…
colton-lapp Jan 22, 2025
b3fa757
Trying to fix dependencies with virtual env and python 3.9
colton-lapp Feb 9, 2025
2b38356
Updated language, fixed images for mobile, added authorship, tried to…
colton-lapp Feb 9, 2025
8c36999
Ran prettier
colton-lapp Feb 9, 2025
8ab5b1b
Fixed typo and linting errors
colton-lapp Feb 9, 2025
1bccc87
Ran prettier
colton-lapp Feb 9, 2025
7df4715
updated description of graphs to reflect it's only current year
colton-lapp Feb 9, 2025
0ca6540
Fix cranky ESLint
vkoves Feb 11, 2025
595ae08
Tweak blog post styling
vkoves Feb 11, 2025
704d0b1
Fix table on mobile
vkoves Feb 11, 2025
a60e769
Merge branch 'main' into compliance-analysis
vkoves Feb 14, 2025
048cd6e
Run Prettier
vkoves Feb 15, 2025
c34855f
More robust regression and new text, need to fix formatting
colton-lapp Feb 16, 2025
b674830
New Graphs
colton-lapp Feb 16, 2025
e184889
uploading graphs
colton-lapp Feb 17, 2025
316021f
New text on blog page, formatted graphs and page
colton-lapp Feb 18, 2025
6cf2dc0
Fixed types and formatting of distribution graph
colton-lapp Feb 18, 2025
1572979
Fixing merge conflicts
colton-lapp Feb 18, 2025
b4e3e74
Fixed png graph with text cutoff on mobile
colton-lapp Feb 18, 2025
52157de
New conclusion paragraphs
colton-lapp Feb 18, 2025
145db28
Editing blog text content
colton-lapp Feb 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ src/data/debug/*.json
**/__pycache__/*

.DS_Store

*my-venv/
*new-venv
node_modules
7 changes: 7 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# Ignore built files
dist

# Ignore data analysis HTML outputs, which are auto-generated
src/data/analysis/output

# Ignore static blog HTML and JSON files from data analysis
static/blog/**/*.json
static/blog/**/*.html
Loading
Loading