Skip to content

Commit

Permalink
Added Conflict Notebook (#84)
Browse files Browse the repository at this point in the history
* Added conflict analysis notebook

* Stop tracking .venv directory and update .gitignore

* Edited _toc to add acled notebook

* Stop tracking .venv directory and update .gitignore

* Added missing .env file with ACLED API keys

* Update notebook to improve rendering

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
dmatekenya and pre-commit-ci[bot] authored Oct 14, 2024
1 parent e3d52cf commit a318c8a
Show file tree
Hide file tree
Showing 5 changed files with 1,289 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/project_setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ body:
id: assignment-summary
attributes:
label: Project Assignment
description: Please provide a summary of the project and assignment and, when available, upload work plan shared with client.

description: Please provide a summary of the project and assignment and, when available, upload work plan shared with client.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ __pycache__/
*.so

# Distribution / packaging
.venv/
.Python
env/
build/
Expand Down
1 change: 1 addition & 0 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ parts:
chapters:
- file: notebooks/earthquake-intensity/earthquake_intensity.ipynb
- file: notebooks/conflict/acled.ipynb
- file: notebooks/conflict/acled-update-october24.ipynb
- file: notebooks/hsos-survey/README.md

- file: notebooks/ais-analysis/README
Expand Down
Loading

0 comments on commit a318c8a

Please sign in to comment.