Shorelines Project

2020-21 Team

  1. Madison Castelazo
  2. Ka Hei Ng
  3. Emily Gin
  4. Lily Sperling
  5. Rachel Lu
  6. Vanessa Saucedo
  7. George Shenusay

2019-20 Team

  1. Connor Bercik
  2. Rachel Bressler
  3. Meagan Gramatikov
  4. Mateen Hassan
  5. Ryan Miller
  6. Steph Kwiatkowski
  7. Carter Webb

Advisor

  1. Robert Eagle

Support

  1. Scott Gruber

Tech

  • mapbox
  • bootstrap
  • html
  • css
  • youtube

Links

Files

├── README.md
├── audio
│   ├── cassie.mp3
│   └── max.mp3
├── bootstrap-4.5.0-dist
│   ├── css
│   │   ├── bootstrap-grid.css
│   │   ├── bootstrap-grid.css.map
│   │   ├── bootstrap-grid.min.css
│   │   ├── bootstrap-grid.min.css.map
│   │   ├── bootstrap-reboot.css
│   │   ├── bootstrap-reboot.css.map
│   │   ├── bootstrap-reboot.min.css
│   │   ├── bootstrap-reboot.min.css.map
│   │   ├── bootstrap.css
│   │   ├── bootstrap.css.map
│   │   ├── bootstrap.min.css
│   │   └── bootstrap.min.css.map
│   └── js
│       ├── bootstrap.bundle.js
│       ├── bootstrap.bundle.js.map
│       ├── bootstrap.bundle.min.js
│       ├── bootstrap.bundle.min.js.map
│       ├── bootstrap.js
│       ├── bootstrap.js.map
│       ├── bootstrap.min.js
│       └── bootstrap.min.js.map
├── css
│   └── style.css
├── data
│   ├── restoration.geojson
│   └── restoration_map.csv
├── ecology.html
├── favicon.ico
├── icons
│   ├── eco1.png
│   ├── eco2-alt.png
│   ├── eco2.png
│   ├── eco3.png
│   ├── grass-line.svg
│   ├── grass.svg
│   ├── seagrass.png
│   ├── seagrass.svg
│   ├── shield.svg
│   ├── wetland.png
│   └── wetland.svg
├── img
│   ├── about
│   │   ├── Emily.JPG
│   │   ├── George.jpg
│   │   ├── KaHei.jpg
│   │   ├── Lily.jpg
│   │   ├── Madison.jpg
│   │   ├── Rachel.jpg
│   │   ├── Vanessa.jpg
│   │   ├── carter-square.jpg
│   │   ├── carter.jpg
│   │   ├── connor-square.jpg
│   │   ├── connor.jpg
│   │   ├── mateen-square.jpg
│   │   ├── mateen.jpg
│   │   ├── meg-square.jpg
│   │   ├── meg.jpg
│   │   ├── rachel-2020.jpg
│   │   ├── rachel-square.jpg
│   │   ├── ryan-square.jpg
│   │   ├── ryan.jpg
│   │   ├── steph-square.jpg
│   │   ├── steph.jpg
│   │   ├── team-web.jpg
│   │   └── team.jpg
│   ├── ecology
│   │   ├── distribution-web.jpg
│   │   ├── distribution.png
│   │   ├── threats-web.jpg
│   │   └── threats.png
│   ├── funding_pie.png
│   ├── home
│   │   ├── fish1-web.jpg
│   │   ├── fishie_grass-web.jpg
│   │   ├── graph1-web.jpg
│   │   ├── graph1.png
│   │   ├── grass-banner.jpg
│   │   ├── grass-web.jpg
│   │   ├── grass2-web.jpg
│   │   ├── grass4-web.jpg
│   │   ├── grass_diver-web.jpg
│   │   ├── kelp5-web.jpg
│   │   └── kelp6-web.jpg
│   ├── ioes-alt-caption.svg
│   ├── ioes-alt.svg
│   ├── ioes-short-shade.svg
│   ├── ioes-short-transparent.svg
│   ├── ioes-short.jpg
│   ├── ioes-short.png
│   ├── ioes-short.svg
│   ├── ioes.svg
│   ├── library
│   │   ├── pract1617_result1.png
│   │   ├── pract1718_result1.png
│   │   ├── pract1718_result2.png
│   │   ├── pract1819_result1.png
│   │   └── pract1819_result2.png
│   ├── seagrass.svg
│   └── stock
│       ├── eelgrass2.jpg
│       ├── eelgrass3.jpg
│       ├── eelgrass4.jpg
│       ├── eelgrass_ford.png
│       ├── fish1.jpg
│       ├── fishie_grass.jpg
│       ├── grass.jpg
│       ├── grass2.jpg
│       ├── grass4.jpg
│       ├── grass_1.JPG
│       ├── grass_3.JPG
│       ├── grass_diver.JPG
│       ├── kelp1-web-v.jpg
│       ├── kelp1-web.jpg
│       ├── kelp1.jpg
│       ├── kelp2.jpg
│       ├── kelp3.jpg
│       ├── kelp5.jpg
│       ├── kelp6.jpg
│       ├── on_top.jpg
│       ├── profile_water.jpg
│       ├── seagrass_silho-web-v.jpg
│       ├── seagrass_silho-web.jpg
│       └── seagrass_silho.jpg
├── index.html
├── js
│   └── mapbox-custom.js
├── library.html
├── methods.html
├── resources.html
├── team-2019-20.html
└── tools.html

14 directories, 124 files