Skip to content

Commit aa56f48

Browse files
authored
Merge pull request #39 from leewujung/master
Reorganize all pages and add 2019 project page
2 parents a3787aa + 657a4b7 commit aa56f48

9 files changed

Lines changed: 100 additions & 11 deletions

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
_site/
12
.idea/
2-
_site/
3+
.DS_Store
4+
.gitignore~

_config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ description: Data Science + Oceanography<br>
55
University of Washington<br>
66
Aug 26-30, 2019 <br> <br>
77

8-
Check out our <a href="https://oceanhackweek.github.io/wiki/">Wiki</a>
9-
<br>for logistics and pre-event preparation!
8+
Useful resources on the <a href="https://oceanhackweek.github.io/wiki/">Wiki</a>!
109

1110
# Banner button to lead to form, then schedule, then next year's website.
12-
banner_button_url: https://columbiauniversity.zoom.us/j/318805257
13-
banner_button_text: Join remotely during the event (via Zoom)!
11+
banner_button_url: projects_2019.html
12+
banner_button_text: 2019 Hack Projects
1413

1514

1615
baseurl: "" # the subpath of your site, e.g. /blog
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: 2019 Curriculum
4-
permalink: curriculum.html
4+
permalink: curriculum_2019.html
55
---
66

77
**Oceanhackweek curriculum consists of hands-on tutorials, visual presentations and collaborative hack projects.** Tutorials and presentations will take place mostly in the mornings, with the afternoons devoted to project work. The tutorials will be based on the scientific Python stack, which is an ecosystem of interrelated Python packages for scientific computing and analysis. This year we focus on access strategies for diverse data systems and workflow for interoperating different types of ocean data and models.

_pages/04-projects_2019.md

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
---
2+
layout: page
3+
title: 2019 Hackweek Projects
4+
permalink: projects_2019.html
5+
---
6+
7+
Oceanhackweek is not just about learning, it is also about using what is learned to create exciting new tools in collaboration with others. We strive to foster an inclusive and supportive learning environment based on the shared interests of all participants, and are proud to share outcome of the hack projects here.
8+
9+
YouTube links to the final presentations are coming soon.
10+
11+
12+
---
13+
14+
### Project: TMIFVP
15+
16+
Template Matching to Identify Features in Vertical Profiles, or TMIFVP, is a tool designed to match and quantify the difference between a template profile and user-submitted data, clearly highlighting features for quality matching scores and location of problematic or interesting attributes. More broadly, this pipeline could be used to analyze and compare many types of graphs and profiles, including but not limited to: Michaelis-Menten population curves, Metabolomic and proteomic spectrographic peaks, and environmental time series data to identify outliers.
17+
18+
**Github Page**: [https://github.com/oceanhackweek/ohw19-projects-TMIVP](https://github.com/oceanhackweek/ohw19-projects-TMIVP)\
19+
**Presentation**: [video](https://www.dropbox.com/sh/lqvin95rcqyq4tq/AAAbrhKHy-ZUDA9F47LUKFj-a?dl=0&preview=proj1_TMIFVP.mp4)
20+
21+
### Project: Trackpy
22+
23+
This project allows Python beginners a way to easily link and visualize animal movement data with sensed oceanographic data and databases of mesoscale oceanographic features.
24+
25+
26+
**Github Page**: [https://github.com/oceanhackweek/ohw19-projects-Trackpy](https://github.com/oceanhackweek/ohw19-projects-Trackpy)\
27+
**Presentation**: [video](https://www.dropbox.com/sh/lqvin95rcqyq4tq/AAAbrhKHy-ZUDA9F47LUKFj-a?dl=0&preview=proj2_TRACKPY.mp4)
28+
29+
### Project: Isopy
30+
31+
Isopy is a python package that allows users to calculate isosurfaces, and variables along isopycnals, from 3d datasets.
32+
33+
**Github Page**: [https://github.com/oceanhackweek/DataAccess/tree/master/isopy](https://github.com/oceanhackweek/DataAccess/tree/master/isopy)\
34+
**Presentation**: [video](https://www.dropbox.com/sh/lqvin95rcqyq4tq/AAAbrhKHy-ZUDA9F47LUKFj-a?dl=0&preview=proj3_ISOPY.mp4)
35+
36+
### Project: Underwater Currency Counter
37+
38+
Called, "a Semi Supervised Annotation Tool: Kickass AI to count sand dollars", the Underwater Currency Counter is an effort to train a deep object recognition algorithm to count sand dollars from benthic habitat imagery data collected from ROVs.
39+
40+
**Github Page**: [https://github.com/oceanhackweek/ohw19-project-computer_vision_club](https://github.com/oceanhackweek/ohw19-project-computer_vision_club)\
41+
**Presentation**: [video](https://www.dropbox.com/sh/lqvin95rcqyq4tq/AAAbrhKHy-ZUDA9F47LUKFj-a?dl=0&preview=proj4_SANDDOLLARS.mp4)
42+
43+
### Project: Co-Locators
44+
45+
This team aims to provide a way to Co-locate oceanographic data by establishing constraints. The tools they developed allow users to provide geospacial bounds in a temporal range to get an aggregated response of all available data.
46+
47+
**Github Page**: [https://github.com/oceanhackweek/ohw19-project-co_locators](https://github.com/oceanhackweek/ohw19-project-co_locators)\
48+
**Presentation**: [video](https://www.dropbox.com/sh/lqvin95rcqyq4tq/AAAbrhKHy-ZUDA9F47LUKFj-a?dl=0&preview=proj5_COLOCATORS.mp4)
49+
50+
### Project: 21st Century Prediction of Fish Larvae Catch Using ML
51+
52+
This project is a machine learning effort to predict fish larvae catch numbers.
53+
54+
**Github Page**: [https://github.com/oceanhackweek/ohw19-project-CMIP6-larvae-ML](https://github.com/oceanhackweek/ohw19-project-CMIP6-larvae-ML)\
55+
**Presentation**: [video](https://youtube.com)
56+
57+
### Project: Modeling Volcano Deformation at Axial Seamount
58+
59+
A Jupyter notebook intended to teach and demonstrate to undergraduates about volcano and seafloor deformation, and how previous volcanic eruptions of Axial Seamount were used to forecast future eruptions. This notebook also allows students to forecast the next eruption themselves!
60+
61+
**Presentation**: [video](https://www.dropbox.com/sh/lqvin95rcqyq4tq/AAAbrhKHy-ZUDA9F47LUKFj-a?dl=0&preview=proj7_VOLCANOS.mp4)
62+
63+
### Project: DataStreamSync
64+
65+
The objective is to create an interface that allows to visualize the spectrogram and waveform of the fish sounds detected as well as the video and sonar data at the time of the detection.
66+
67+
**Github Page**: [https://github.com/oceanhackweek/ohw19-projects-DataStreamSync](https://github.com/oceanhackweek/ohw19-projects-DataStreamSync)\
68+
**Presentation**: [video](https://www.dropbox.com/sh/lqvin95rcqyq4tq/AAAbrhKHy-ZUDA9F47LUKFj-a?dl=0&preview=proj8_DataStreamSync.mp4)
69+
70+
### Project: MLQC
71+
72+
Applying machine learning techniques to QC timeseries data, and compare against established algorithmic approaches (e.g. QARTOD).
73+
74+
**Github Page**: [https://github.com/oceanhackweek/ohw19-project-mlqc-for-timeseries](https://github.com/oceanhackweek/ohw19-project-mlqc-for-timeseries)\
75+
**Presentation**: [video](https://www.dropbox.com/sh/lqvin95rcqyq4tq/AAAbrhKHy-ZUDA9F47LUKFj-a?dl=0&preview=proj9_MLQC.mp4)
76+
77+
### Project: Working with Chlorophyll Data from the Cloud
78+
79+
Notebooks demonstrating how to work with chlorophyll data including how to remotely access chlorophyll data from OceanData.sci, how to read the data, and how to compute local gradients in the measured values.
80+
81+
**Github Page**: [https://github.com/oceanhackweek/DataAccess/tree/master/Chlorophyll](https://github.com/oceanhackweek/DataAccess/tree/master/Chlorophyll)\
82+
**Presentation**: [video](https://www.dropbox.com/sh/lqvin95rcqyq4tq/AAAbrhKHy-ZUDA9F47LUKFj-a?dl=0&preview=proj10_CHLOROPHYLL.mp4)
83+
84+
### Project: Amazon Fires
85+
86+
A learning tool used to show Amazon data including bushfires, daily surface temperature over 10 years, El Nino events, and signals in river discharge.
87+
88+
**Presentation**: [video](https://www.dropbox.com/sh/lqvin95rcqyq4tq/AAAbrhKHy-ZUDA9F47LUKFj-a?dl=0&preview=proj11_FIRES.mp4)

_pages/team.md renamed to _pages/05-team.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: page
3-
title: Organizing committee and instructors
3+
title: Organizing committee
44
permalink: our-team.html
55
description:
66
team:
@@ -29,7 +29,7 @@ team:
2929
github_user: ocefpaf
3030

3131
- name: Emilio Mayorga
32-
title: Ocean data systems, IOOS
32+
title: Ocean data systems, IOOS
3333
affiliate: Senior Oceanographer, APL, UW
3434
image_url: https://geohackweek.github.io/ghw2017/images/742403.jpg
3535
github_user: emiliom
@@ -40,13 +40,13 @@ team:
4040
image_url: https://avatars2.githubusercontent.com/u/1197350?s=400&v=4
4141
github_user: rabernat
4242

43-
- - name: Joseph Gum
43+
- - name: Joseph Gum
4444
title: Data science education, ship data
4545
affiliate: Data Analyst, Scripps
46-
image_url: https://oceanhackweek.github.io/assets/images/jgum.jpg
46+
image_url: https://oceanhackweek.github.io/assets/images/jgum.jpg
4747
github_user: asx-
4848

49-
- name: Timothy Crone
49+
- name: Timothy Crone
5050
title: Pangeo, OOI
5151
affiliate: Associate Research Professor, LDEO, Columbia University
5252
image_url: https://avatars1.githubusercontent.com/u/5667194?s=400&v=4
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)