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

Research questions #4

Closed
6 tasks done
chendaniely opened this issue Mar 31, 2020 · 2 comments
Closed
6 tasks done

Research questions #4

chendaniely opened this issue Mar 31, 2020 · 2 comments
Assignees
Labels
setup Tasks to get things started

Comments

@chendaniely
Copy link
Member

chendaniely commented Mar 31, 2020

I realized we might actually run into big problems with code and output all over the repository if we all just push directly on master. I currently locked the master branch so no changes can be made to it directly.
This also means I get to look through your code as we work on things and we won't affect anyone else in this repository.

Here were the instructions @datajonbrig sent out initially:

Creating a PR with your question/plan

I'm assuming all the commands are being run in your terminal in this projects root folder

  1. Create and switch to a new branch: git checkout -b branch_name you can name it something like dan_ques
  2. Create a folder (without spaces or caps) in the analysis/db folder, e.g., dan
  3. Inside this folder create a README.md and put down some questions you want to ask from the dataset you downloaded in Download the kaggle dataset #3
  4. add and commit your changes (the README.md file you just edited)
  5. Send your branch with the commit up to GitHub: git push origin branch_name, note you need to use the same branch name from earlier
  6. Visit the repo page on GitHub (https://github.com/databridgevt/covid19)
  7. A new alert will show up to create a "Pull Request"
    • Create your pull request by clicking through the first page
    • You know you did it correctly when your PR shows up on the PR page: https://github.com/databridgevt/covid19/pulls
    • I'll work with you on your question here and you'll make edits to the README.md file until we all settle on a feasible question
@chendaniely
Copy link
Member Author

If you don't have make instaleld you can also run this command in your environment:

conda config --add channels conda-forge
conda config --set channel_priority strict 

@chendaniely chendaniely mentioned this issue Apr 9, 2020
@mitchdolby
Copy link
Collaborator

The main research topic that I'm interested in as of now is doing something that analyzes how the environment has rebounded due to human inactivity. I was thinking I could maybe do something related to emissions and focus on a heavily polluted area(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
setup Tasks to get things started
Projects
None yet
Development

No branches or pull requests

7 participants