Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TEST: Add ohw19 built files from master to source #315

Draft
wants to merge 5 commits into
base: source
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions about/pasthackweeks.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ OceanHackWeek started out as an in-person event in Seattle with limited virtual

- A distributed, hybrid event with 104 participants encompassing a global virtual event, several in-person "satellite" events, and satellites in Spanish and Portuguese
- Programming languages: Python + R
- [15 tutorials](https://oceanhackweek.org/ohw22/tutorials-index/index.html) + [20 projects](https://oceanhackweek.org/ohw22/projects/projects_thisyear.html). Some tutorials may not be listed under the Tutorials page. See also the Global and Satellite schedule pages
- [Schedule](https://oceanhackweek.org/ohw22/schedule.html)
- [15 tutorials](../ohw22/tutorials-index/index) + [20 projects](../ohw22/projects/projects_thisyear). Some tutorials may not be listed under the Tutorials page. See also the Global and Satellite schedule pages
- [Schedule](../ohw22/schedule)
- Participant testimonials: *Will be added later*
- [Web site](../ohw22/index)

Expand Down Expand Up @@ -56,7 +56,7 @@ OceanHackWeek started out as an in-person event in Seattle with limited virtual
- 8 tutorials + [11 projects](https://oceanhackweek.org/ohw19/projects_2019.html)
- [Participant testimonials](testimonials.md#ohw19-in-person)
- [Schedule](https://oceanhackweek.org/ohw19/curriculum_2019.html). Links to tutorials are found here
- [Web site](https://oceanhackweek.org/ohw19/)
- [Web site](https://oceanhackweek.org/ohw19/index.html)

## 2018 (OHW18)

Expand Down
6 changes: 5 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,11 @@
myst_deflist_enable = True
myst_heading_anchors = 3
myst_update_mathjax = False
myst_enable_extensions = ["substitution", "colon_fence"]
myst_enable_extensions = [
# "attrs_inline",
"colon_fence",
"substitution"
]

extensions += ["ablog"]

Expand Down
4 changes: 3 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ channels:
- conda-forge
dependencies:
- python>=3.8,<3.9
# - python>=3.11,<3.12
# website/blog building
# With Py311, change to >=0.19.0 to enable attrs-inline
- myst-nb>=0.16.0
- sphinx>= 5.0.2
- sphinx>=5.0.2
- jupytext
- pre-commit
# - sphinx-panels
Expand Down
61 changes: 61 additions & 0 deletions ohw18-21/ohw19/.doctr-files
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
ohw19/Gemfile
ohw19/Gemfile.lock
ohw19/README.md
ohw19/applicant-info.html
ohw19/assets/css/font-awesome.min.css
ohw19/assets/css/ie8.css
ohw19/assets/css/ie9.css
ohw19/assets/css/images/arrow.svg
ohw19/assets/css/images/bars.svg
ohw19/assets/css/images/close.svg
ohw19/assets/css/main.css
ohw19/assets/css/style.css
ohw19/assets/fonts/FontAwesome.otf
ohw19/assets/fonts/fontawesome-webfont.eot
ohw19/assets/fonts/fontawesome-webfont.svg
ohw19/assets/fonts/fontawesome-webfont.ttf
ohw19/assets/fonts/fontawesome-webfont.woff
ohw19/assets/fonts/fontawesome-webfont.woff2
ohw19/assets/images/COE_UW_purp.png
ohw19/assets/images/FKnuth_pic.jpg
ohw19/assets/images/apl_logo_blue.jpg
ohw19/assets/images/banner.jpg
ohw19/assets/images/col.png
ohw19/assets/images/escience.png
ohw19/assets/images/filipe.jpg
ohw19/assets/images/geohackweek_01.png
ohw19/assets/images/group_photo.jpg
ohw19/assets/images/ioos_logo.jpg
ohw19/assets/images/jgum.jpg
ohw19/assets/images/moore.png
ohw19/assets/images/nsf.jpeg
ohw19/assets/images/ohw-group-pic.jpg
ohw19/assets/images/ohw18-hacking2.JPG
ohw19/assets/images/ooi.jpg
ohw19/assets/images/pic01.jpg
ohw19/assets/images/pic02.jpg
ohw19/assets/images/pic03.jpg
ohw19/assets/images/pic04.jpg
ohw19/assets/images/pic05.jpg
ohw19/assets/images/sefs.png
ohw19/assets/images/sloan.png
ohw19/assets/images/uw.png
ohw19/assets/images/uwamath.gif
ohw19/assets/images/uwocean.jpg
ohw19/assets/js/ie/backgroundsize.min.htc
ohw19/assets/js/ie/html5shiv.js
ohw19/assets/js/ie/respond.min.js
ohw19/assets/js/jquery.min.js
ohw19/assets/js/jquery.scrollex.min.js
ohw19/assets/js/jquery.scrolly.min.js
ohw19/assets/js/main.js
ohw19/assets/js/skel.min.js
ohw19/assets/js/util.js
ohw19/curriculum_2019.html
ohw19/github_deploy_key_oceanhackweek_oceanhackweek_github_io.enc
ohw19/hackweek.html
ohw19/index.html
ohw19/our-team.html
ohw19/projects.html
ohw19/projects_2019.html
ohw19/schedule.html
3 changes: 3 additions & 0 deletions ohw18-21/ohw19/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# oceanhackweek.github.io

2018 is archived, this is the 2019 repo.
171 changes: 171 additions & 0 deletions ohw18-21/ohw19/applicant-info.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,171 @@
<!DOCTYPE HTML>
<!--
Spectral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>

<head>
<title>Oceanhackweek 2019</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="/ohw19/assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="/ohw19/assets/css/main.css" | relative_url }}" />
<!--[if lte IE 8]><link rel="stylesheet" href="/ohw19/assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="/ohw19/assets/css/ie9.css" /><![endif]-->
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha512-Rksm5RenBEKSKFjgI3a41vrjkw4EVPlJ3+OiI65vTjIdo9brlAacEuKOiQ5OFh7cOI1bkDwLqdLw3Zg0cRJAAQ=="
crossorigin=""/>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"
integrity="sha512-/Nsx9X4HebavoBvEBuyp3I7od5tA0UzAxs+j83KgC8PU0kgB4XiK4Lfe4y4cgBtaRJQEIFCW+oC506aPT2L1zw=="
crossorigin=""></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116958811-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-116958811-1');
</script>
</head>


<body>

<!-- Page Wrapper -->
<div id="page-wrapper">

<!-- Header -->
<header id="header" >
<h1><a href="/">Oceanhackweek 2019</a></h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<ul>

<li><a href="/ohw19/">Home</a></li>

<li><a href="/ohw19/applicant-info.html">Information for Applicants</a></li>

<li><a href="/ohw19/hackweek.html">What is a hackweek?</a></li>

<li><a href="/ohw19/curriculum_2019.html">2019 Curriculum</a></li>

<li><a href="/ohw19/projects_2019.html">2019 Hackweek Projects</a></li>

<li><a href="/ohw19/our-team.html">Organizing committee</a></li>

<li><a href="/ohw19/projects.html">2018 Hackweek Projects</a></li>

<li><a href="/ohw19/schedule.html">2018 Schedule & Materials</a></li>

</ul>
</div>
</li>
</ul>
</nav>
</header>


<!-- Main -->
<article id="main">
<header style="background-image: url('/ohw19/assets/images/ohw18-hacking2.JPG');">
<h2>Information for Applicants</h2>
</header>
<section class="wrapper style5">
<div class="inner">

<p>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.</p>

<p>If you are ready to apply, please use the application form <a href="https://form.jotform.com/oceanhack/2019">https://form.jotform.com/oceanhack/2019</a></p>

<hr />

<h2 id="faqs">FAQs</h2>

<p><strong>Q: I am an undergrad / first year grad / faculty / etc. Is this program right for me?</strong></p>

<p>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.</p>

<p><strong>Q: I am proficient in Matlab / R / other languages but have not used Python. It has been on my list to learn. How can I make my application stronger?</strong></p>

<p>We want to build an inclusive Oceanography community regardless of people’s language of choice and programming level. Since the event is only one week long, the tutorials will be presented in one language (Python), and participants will benefit the most if they have basic familiarity with this language. We expect that you have gone through the <a href="http://swcarpentry.github.io/python-novice-gapminder">Software Carpentry Python tutorial</a> to get familiar with the syntax in advance of the program. The more experience you can obtain before the beginning of the program, the easier it will be to follow the tutorials and contribute to the projects.</p>

<p><strong>Q: I do not have any programming experience. Is the program a good opportunity to get started?</strong></p>

<p>We believe that Oceanhackweek participants will benefit the most with some prior programming experience, and might not find the hackweek the best place to learn programming. If you do not have any programming experience we encourage you to start with some local or online training. Check if your institution runs a <a href="https://software-carpentry.org/workshops/">Software Carpentry workshop</a>, or try learning by going through the <a href="http://swcarpentry.github.io/python-novice-gapminder">Python Novice Lesson</a>.</p>

<p>Once you have gone through some training you will have a better understanding of whether Oceanhackweek is right for you. We expect that you have basic operational knowledge of Python in advance of the program.</p>

<p><strong>Q: Do I have to be a stellar Python programmer to be accepted?</strong></p>

<p>No, we aim to bring in motivated participants with a range of programming skills levels, but we do require basic familiarity with Python (see above) so that you will be able to learn and have fun in the tutorials and hack project time!</p>

<p><strong>Q: I already know a lot of what you plan to cover, should I apply / will I be bored?</strong></p>

<p>Oceanhackweek is not only a place to learn new skills but also a place to share expertise and build a community together. If you are already an expert but are interested in sharing and helping others, we welcome you to pitch project ideas, contribute to hacking, and assist other participants during the tutorials by being a teaching assistant! Please mention this in the application. Send us an email if you have any questions!</p>

<p><strong>Q: I have strong computational skills but have not worked in oceanography?</strong></p>

<p>To ensure that participants will be interested in the oceanography problems they are solving and can give back to the field later on, we require that participants have had at least some familiarity or prior experience with oceanography data.</p>

<p><strong>Q: I work in an ocean engineering/robotics/consulting company. Can I apply?</strong></p>

<p>Make sure to explain your motivation for participation in the application form! We expect participants from the private sector to pay for their own expenses. We will hold a career panel discussion, so please mention if you are interested in participating.</p>

<p><strong>Q: I work in a non-US institution / organization / company. Can I apply?</strong></p>

<p>Yes, we welcome applications from abroad. However please note that we are constrained by the amount of funding we could provide for people who travel internationally.</p>

<p><strong>Q: I was a participant in Oceanhackweek last year. Can I apply to again?</strong></p>

<p>Yes, we welcome applications from previous participants, but priority will be given to new applicants. If you are interested in being a TA (teaching assistant) during the hackweek, please mention that in the application.</p>

<hr />


</div>
</section>
</article>

<!-- Footer -->
<footer id="footer">
<ul class="icons">

<li><a href="https://github.com/oceanhackweek" class="icon fa-github" target="_blank"><span class="label">GitHub</span></a></li>

<li><a href="https://oceanhackweek.slack.com" class="icon fa-slack" target="_blank"><span class="label">Slack</span></a></li>

<li><a href="mailto:[email protected]" class="icon fa-envelope" target="_blank"><span class="label">email</span></a></li>

</ul>
<ul class="copyright">
<li>&copy; Oceanhackweek 2019</li>
<!--<li>Design: <a href="http://html5up.net" target="_blank">HTML5 UP</a>.</li>-->
<!--<li>Demo Images: <a href="https://unsplash.com/" target="_blank">Unsplash</a>.</li>-->
<!--<li>Jekyll integration: <a href="http://andrewbanchi.ch" target="_blank">Andrew Banchich</a>.</li>-->
</ul>
</footer>

</div>

<!-- Scripts -->
<script src="/ohw19/assets/js/jquery.min.js" | absolute_url }}"></script>
<script src="/ohw19/assets/js/jquery.scrollex.min.js" | absolute_url }}"></script>
<script src="/ohw19/assets/js/jquery.scrolly.min.js" | absolute_url }}"></script>
<script src="/ohw19/assets/js/skel.min.js" | absolute_url }}"></script>
<script src="/ohw19/assets/js/util.js" | absolute_url }}"></script>
<!--[if lte IE 8]><script src="/ohw19/assets/js/ie/respond.min.js" | absolute_url }}"></script><![endif]-->
<script src="/ohw19/assets/js/main.js" | absolute_url }}"></script>
</body>

</html>


</body>

</html>
4 changes: 4 additions & 0 deletions ohw18-21/ohw19/assets/css/font-awesome.min.css

Large diffs are not rendered by default.

95 changes: 95 additions & 0 deletions ohw18-21/ohw19/assets/css/ie8.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
/*
Spectral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Icon */

.icon.major {
border: none;
}

.icon.major:before {
font-size: 3em;
}

/* Form */

label {
color: #2E3842;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
border: solid 1px #dfdfdf;
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
border: solid 2px #dfdfdf;
}

input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
button.special,
.button.special {
border: 0 !important;
}

/* Page Wrapper + Menu */

#menu {
display: none;
}

body.is-menu-visible #menu {
display: block;
}

/* Header */

#header nav > ul > li > a.menuToggle:after {
display: none;
}

/* Banner + Wrapper (style4) */

#banner,
.wrapper.style4 {
-ms-behavior: url("assets/js/ie/backgroundsize.min.htc");
}

#banner:before,
.wrapper.style4:before {
display: none;
}

/* Banner */

#banner .more {
height: 4em;
}

#banner .more:after {
display: none;
}

/* Main */

#main > header {
-ms-behavior: url("assets/js/ie/backgroundsize.min.htc");
}

#main > header:before {
display: none;
}
Loading
Loading