Home

Awesome

Code of Conduct

Environmental Enforcement Watch

This repo is for project management of the Environmental Enforcement Watch (EEW) series of events hosted by EDGI. Looking for something to do? Look for the needs more assignees label!

Planning Document

For planning meeting notes and information, please visit the Planning Doc.

EEW Tracker

Find an overview of the EEW investigation outcomes, spreadsheets of Jupyter Notebook and Primers on this tracking spreadsheet.

People of EEW

NameGithubRole/Area of responsibility/Tag me on conversations about...Assigned issues
Cole Alder@calderEDJEEW website maintenance; event support; participant offboarding, visualization / outcome development and management; media coverage trackinghttps://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/calderEDJ
Casey Greenleaf@crgreenleafEEW event support, participant onboarding, partnership and outreach co-coordinator, general questionshttps://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/crgreenleaf
Chris Sellers@csellers9Moderating Database/Notebook-writing group; Liaison to SBU faculty, also to EPA ECHO staffhttps://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/csellers9
Dietmar Offenhuber@dietoffData visualization track, UX research, EEW in the classroomhttps://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/dietoff
Kelly Wilkinson@EDGI-CommsEDGI communications and social mediahttps://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/EDGI-Comms
Eric Nost@ericnostGithub use & management, general questions, code reviews for Jupyter notebooks, data visualization and research/contextualization trackshttps://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/ericnost
Kelsey Breseman@FrijolGithub use & management, general questions, interfacing with EDGI, code reviews for Jupyter notebookshttps://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/frijol
Gabby Trudo@gabrielletrudoCommunications and social media internhttps://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/gabrielletrudo
Leslie Alanis@lesliealanisEEW Storytelling Internhttps://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/lesliealanis
Lourdes Vera@lourdesveraEEW event co-coordinator, intern management, Gihub project management, data visualization and story gathering tracks, website management and reviewhttps://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/lourdesvera
Maalvika Bhat@maalvikabhatEEW Data Science Internhttps://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/maalvikabhat
Megan Raisle@mraisleEEW Research and Contextualization Intern + Interview Editorhttps://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/mraisle
Paul St. Denis@pstdenisECHO database hosted at Stonybrook Universityhttps://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/pstdenis
Sara Wylie@saraannwylieEEW event co-coordinator, budget and hiring coordinator, fundraising and partnership outreach co-coordinatorhttps://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/saraannwylie
Steve Hansen@shansen5Programming and database support; Jupyter Notebook development; Mentoring on programming and development; Event notebook demonstrationshttps://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/shansen5
Sung-Gheel Jang@sunggheelECHO database hosted at Stonybrook Universityhttps://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/sunggheel

EEW-relevant Slack channels on EDGI's Slack

ChannelDescription
#data_wgEDGI's general channel for data and archiving topics, including EEW notebook development and decentralized web work
#echo_projectsThe general channel for all projects related to ECHO, including EEW, ECHO classes, ECHO UX research, and others.
#eew_coordinationThe general channel for everything related to EEW and EEW planning. This will be the main channel that you will be communicating in
#eew_daily_scrumA bot posts every day to ask check-in questions so the EEW team can share what they are working on
#eew_issuesA bot posts updates to Github issues in the EEW_Planning and Environmental_Enforcement_Watch repos
#envirodatajusticeThis is the channel about the broader theory behind environmental data justice and resources about environmental justice and data justice activism
#stupid_questionsFor asking questions, especially questions you feel like maybe you should know the answer to already

How to use this repo

We are using a Github Project attached to this repo to manage tasks associated with organizing the EEW events. You can find the Project board here (or look for the Projects tab at the top of this repo.)

To make a task in the project board:

  1. Go to the Project board
  2. In the To Do column, click the + icon:
  3. Write a note, save, then click on the three dots in the upper right corner of the note and click "Convert to issue"
  4. Now you can drag it around on the project boards, or access it in more depth in the Issues tab of this repo. If you close the issue, it will automatically move the card to the "Done" column.

Using Github Issues

To make an issue into a project task:

This is for if you make a Github issue first, then want it to show up in the Project board.

  1. Make a Github issue
  2. In the Project board, Click on "+ Add cards" near the top right of the screen
  3. Find your issue in the menu that pops out and click on it

Default branch - 'main'

The 'master' branch is no longer the repo's primary branch in line with EDGI's policy decided here: https://github.com/edgi-govdata-archiving/overview/issues/241

If someone has a local clone, they can update their locals like this:

$ git checkout master
$ git branch -m master main
$ git fetch
$ git branch --unset-upstream
$ git branch -u origin/main
$ git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main

The above steps accomplish:

(From @jywarren at Public Lab: https://github.com/publiclab/plots2/issues/8077)


License & Copyright

Copyright (C) <year> Environmental Data and Governance Initiative (EDGI) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3.0.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the LICENSE file for details.