Skip to content

Commit 4a748cd

Browse files
authored
Merge pull request #62 from emiliom/em_updates
Updates to content to reflect changes from COVID19
2 parents 40e8c4b + 0350d70 commit 4a748cd

7 files changed

Lines changed: 38 additions & 20 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
.idea/
55
.jekyll-metadata
66
.sass-cache/
7+
_site/
78

89
_config_localdev.yml

_InstructionSiteUpdates.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Clone the GitHub repo locally, then edit the content of files following the docu
2323
Install Jekyll locally through conda with:
2424

2525
```shell
26-
conda create --name JEKYLL rb-bundler compilers
26+
conda create --name JEKYLL -c conda-forge rb-bundler compilers
2727
conda activate JEKYLL
2828
bundle install
2929
```
@@ -35,3 +35,5 @@ bundle exec jekyll serve
3535
```
3636

3737
The site will be available at `http://127.0.0.1:4000/`.
38+
39+
Note that the main branch is actually called `source`, not `master`! Ignore the `master` branch (we may delete it later).

_config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: Oceanhackweek 2020
33
email: oceanhackweek@uw.edu
44
description: Data Science + Oceanography<br>
5-
Aug 10-14, 2020<br>
6-
Two parallel, coordinated events:<br>
7-
<b>East</b> @ Bigelow Laboratory for Ocean Sciences<br>
8-
<b>West</b> @ University of Washington<br>
5+
COVID-19 has impacted OceanHackweek 2020 plans.<br>
6+
There will be no in-person event in 2020.<br>
7+
A virtual event around August is being discussed.<br><br>
8+
<b>Please check back in early May.</b>
99

1010
baseurl: "" # the subpath of your site, e.g. /blog
1111
url: "" # the base hostname & protocol for your site
@@ -20,7 +20,7 @@ featured-image-source:
2020
# Social settings
2121
github_url: https://github.com/oceanhackweek
2222
slack_url: https://oceanhackweek.slack.com
23-
email_url: oceanhackweek@uw.edu
23+
email_url: oceanhkw@uw.edu
2424
500px_url:
2525
facebook_url:
2626
gitlab_url:

_pages/01-applicants.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,38 @@
11
---
22
layout: applicant
33
title: Information for Applicants
4-
description: In OceanHackWeek we will explore the intersection of data science
5-
and oceanography through tutorials and hands-on “hacking” projects.
6-
To best benefit from the program, participants are expected to have some experience with Python programming and data analysis.
4+
description: <b>Due to COVID-19, there will be no in-person event in 2020.
5+
A virtual event around August is being discussed.
6+
Applications will open soon.
7+
Please check back in early May.</b><br><br>
8+
9+
In OceanHackWeek we will explore the intersection of data science
10+
and oceanography through tutorials and hands-on “hacking” projects.
11+
To best benefit from the program, participants are expected to have some experience with Python programming and data analysis.
712
permalink: applicant-info.html
813
image: ohw18-hacking2.JPG
914

1015
---
1116

12-
In Oceanhackweek we will explore the intersection of data science and oceanography through tutorials and hands-on “hacking” projects. In tutorials, we will learn data science tools, cloud computing, visualization, and a suite of software assets to interact with data sets of complex temporal-spatial structures or high volume. In project sessions, we will immediately put these skills to use by implementing research, computation, or visualization ideas in a group setting. To best benefit from the program, participant are expected to have some experience with Python programming and data analysis.
17+
**Due to COVID-19, there will be no in-person event in 2020. A virtual event around August is
18+
being discussed. Applications will open soon. Please check back in early May.**
1319

14-
If you are ready to apply, please use the application form [https://form.jotform.com/oceanhack/2020](https://form.jotform.com/oceanhack/2020)
20+
In Oceanhackweek we will explore the intersection of data science and oceanography through tutorials and hands-on “hacking” projects. In tutorials, we will learn data science tools, cloud computing, visualization, and a suite of software assets to interact with data sets of complex temporal-spatial structures or high volume. In project sessions, we will immediately put these skills to use by implementing research, computation, or visualization ideas in a group setting. To best benefit from the program, participant are expected to have some experience with Python programming and data analysis.
1521

1622
---
1723

18-
1924
## FAQs
2025

26+
**Q: How will the coronavirus (COVID-19) impact OceanHackweek plans?**
27+
28+
**2020-4-23.** We are monitoring the COVID-19 situation and are in ongoing discussions
29+
about its impact on plans for a virtual event in 2020 and in-person events in 2021.
30+
Please check this web site regularly for updates.
31+
To stay up to date on the current impact of the coronavirus emergency and government recommendations,
32+
see the US Federal web site <a href="https://www.coronavirus.gov">https://www.coronavirus.gov</a>
33+
and your state and local positions.
34+
35+
2136
**Q: I am an undergrad / first year grad / faculty / etc. Is this program right for me?**
2237

2338
We welcome participants from all career stages. We strongly encourage applications from graduate students, postdocs and early career researchers. There are different ways to contribute to the event: by pitching a project, by your knowledge of data sets, by your computational skills, by your project management skills. We want you to grow/learn during the event! We expect all participants to be engaged in the team projects and focus during the week. If in doubt, simply apply and explain your motivation for participation.

jekyll-spectral-theme/_includes/banner.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<div class="inner">
44
<h2>{{ site.title }}</h2>
55
<p>{{ site.description }}</p>
6-
<ul class="actions">
6+
<!-- <ul class="actions">
77
<li><a href="/wiki/" class="button special">wiki</a></li>
88
<li><a href="projects_2019.html" class="button special">2019 Hack Projects</a></li>
9-
</ul>
9+
</ul> -->
1010
</div>
1111
<a href="#one" class="more scrolly">Learn More</a>
1212
</section>

jekyll-spectral-theme/_includes/covid19.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
<header class="major">
44
<h2>Coronavirus (COVID-19) Contingency</h2>
55
<p>
6-
We are monitoring the COVID-19 situation and will make a decision by late May about whether to proceed with
7-
the event in mid August, as planned, or postpone to January 2021. If it is postponed,
8-
OceanHackweek West may be moved to San Diego.
9-
6+
<b>2020-4-23.</b> We are monitoring the COVID-19 situation and are in ongoing discussions
7+
about its impact on plans for a virtual event in 2020 and in-person events in 2021.
8+
Please check this web site regularly for updates.
109
To stay up to date on the current impact of the coronavirus emergency and government recommendations,
1110
see the US Federal web site <a href="https://www.coronavirus.gov">https://www.coronavirus.gov</a>
1211
and your state and local positions.

jekyll-spectral-theme/_includes/section-01.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ <h2>ABOUT OCEANHACKWEEK</h2>
2828
with diverse interests will be welcome at both events.
2929
</p>
3030
<p>
31-
<a href="https://oceanhackweek.github.io/ohw2018/">See the previously held Oceanhackweek 2018</a>
32-
|
3331
<a href="hackweek.html">What is a Hackweek?</a>
32+
|
33+
See the previously held <a href="https://oceanhackweek.github.io/ohw2019/"></a>Oceanhackweek 2019</a> and
34+
<a href="https://oceanhackweek.github.io/ohw2018/"></a>Oceanhackweek 2018</a>
3435
</p>
3536
</header>
3637
</div>

0 commit comments

Comments
 (0)