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

changing all references from 2023 fall to 2024 winter #66

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "2023-fall-clinic-climate-cabinet-devcontainer",
"name": "2024-winter-clinic-climate-cabinet-devcontainer",
"build": {
"dockerfile": "../Dockerfile",
"context": "..",
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ current_abs_path := $(subst Makefile,,$(mkfile_path))

# pipeline constants
# PROJECT_NAME
project_image_name := "2023-fall-clinic-climate-cabinet"
project_container_name := "2023-fall-clinic-climate-cabinet-container"
project_image_name := "2024-winter-clinic-climate-cabinet"
project_container_name := "2024-winter-clinic-climate-cabinet-container"
project_dir := "$(current_abs_path)"

# environment variables
Expand Down
28 changes: 22 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2023-fall-clinic-climate-cabinet
# 2024-winter-clinic-climate-cabinet

## Data Science Clinic Project Goals

Expand Down Expand Up @@ -45,15 +45,31 @@ If you prefer to develop inside a container with VS Code then do the following s

## Team Members

Student Name: April Wang
Student Email: [email protected]
## Repository Structure

### utils
Project python code

### notebooks
Contains short, clean notebooks to demonstrate analysis.

### data

Contains details of acquiring all raw data used in repository. If data is small (<50MB) then it is okay to save it to the repo, making sure to clearly document how to the data is obtained.

If the data is larger than 50MB than you should not add it to the repo and instead document how to get the data in the README.md file in the data directory.

This [README.md file](/data/README.md) should be kept up to date.

### output
Should contain work product generated by the analysis. Keep in mind that results should (generally) be excluded from the git repository.


## Team Member

Student Name: Nicolas Posner
Student Email: [email protected]

Student Name: Aïcha Camara
Student Email: [email protected]

Student Name: Alan Kagiri
Student Email: [email protected].

Expand Down
Loading