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!
For planning meeting notes and information, please visit the Planning Doc.
Find an overview of the EEW investigation outcomes, spreadsheets of Jupyter Notebook and Primers on this tracking spreadsheet.
Name | Github | Role/Area of responsibility/Tag me on conversations about... | Assigned issues |
---|---|---|---|
Cole Alder | @calderEDJ | EEW website maintenance; event support; participant offboarding, visualization / outcome development and management; media coverage tracking | https://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/calderEDJ |
Casey Greenleaf | @crgreenleaf | EEW event support, participant onboarding, partnership and outreach co-coordinator, general questions | https://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/crgreenleaf |
Chris Sellers | @csellers9 | Moderating Database/Notebook-writing group; Liaison to SBU faculty, also to EPA ECHO staff | https://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/csellers9 |
Dietmar Offenhuber | @dietoff | Data visualization track, UX research, EEW in the classroom | https://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/dietoff |
Kelly Wilkinson | @EDGI-Comms | EDGI communications and social media | https://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/EDGI-Comms |
Eric Nost | @ericnost | Github use & management, general questions, code reviews for Jupyter notebooks, data visualization and research/contextualization tracks | https://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/ericnost |
Kelsey Breseman | @Frijol | Github use & management, general questions, interfacing with EDGI, code reviews for Jupyter notebooks | https://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/frijol |
Gabby Trudo | @gabrielletrudo | Communications and social media intern | https://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/gabrielletrudo |
Leslie Alanis | @lesliealanis | EEW Storytelling Intern | https://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/lesliealanis |
Lourdes Vera | @lourdesvera | EEW event co-coordinator, intern management, Gihub project management, data visualization and story gathering tracks, website management and review | https://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/lourdesvera |
Maalvika Bhat | @maalvikabhat | EEW Data Science Intern | https://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/maalvikabhat |
Megan Raisle | @mraisle | EEW Research and Contextualization Intern + Interview Editor | https://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/mraisle |
Paul St. Denis | @pstdenis | ECHO database hosted at Stonybrook University | https://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/pstdenis |
Sara Wylie | @saraannwylie | EEW event co-coordinator, budget and hiring coordinator, fundraising and partnership outreach co-coordinator | https://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/saraannwylie |
Steve Hansen | @shansen5 | Programming and database support; Jupyter Notebook development; Mentoring on programming and development; Event notebook demonstrations | https://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/shansen5 |
Sung-Gheel Jang | @sunggheel | ECHO database hosted at Stonybrook University | https://github.com/edgi-govdata-archiving/EEW_Planning/issues/assigned/sunggheel |
Channel | Description |
---|---|
#data_wg | EDGI's general channel for data and archiving topics, including EEW notebook development and decentralized web work |
#echo_projects | The general channel for all projects related to ECHO, including EEW, ECHO classes, ECHO UX research, and others. |
#eew_coordination | The general channel for everything related to EEW and EEW planning. This will be the main channel that you will be communicating in |
#eew_daily_scrum | A bot posts every day to ask check-in questions so the EEW team can share what they are working on |
#eew_issues | A bot posts updates to Github issues in the EEW_Planning and Environmental_Enforcement_Watch repos |
#envirodatajustice | This is the channel about the broader theory behind environmental data justice and resources about environmental justice and data justice activism |
#stupid_questions | For asking questions, especially questions you feel like maybe you should know the answer to already |
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.)
This is for if you make a Github issue first, then want it to show up in the Project board.
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:
- Go to the master branch
- Rename master to main locally
- Get the latest commits from the server
- Remove the link to origin/master
- Add a link to origin/main
- Update the default branch to be origin/main
(From @jywarren at Public Lab: https://github.com/publiclab/plots2/issues/8077)
Copyright (C)
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.