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

Index - Remove applicant info #44

Merged
merged 4 commits into from
Oct 10, 2023
Merged
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
13 changes: 5 additions & 8 deletions cookiecutter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ about:
welcoming spaces for participants to learn new things, build community and
gain hands-on experience with collaboration and team science.
</br></br>
The 2023 GeoSmart Hackweek will focus primarily on project work, with an emphasis on applications in Hydrology and Cryosphere science.
Project ideas will be shared in advance.
There will be space for new ideas to emerge during the Hackweek based on participant engagement.
We will provide about 5 hours of data science tutorials spread over the week, including space for participant-led tutorials.
The 2023 GeoSmart Hackweek will focus primarily on project work, with an emphasis on applications in Hydrology and Cryosphere science.
Project ideas will be shared in advance.
There will be space for new ideas to emerge during the Hackweek based on participant engagement.
We will provide about 5 hours of data science tutorials spread over the week, including space for participant-led tutorials.
</br></br>
During the week, participants will have the opportunity to collaborate with
their peers, share ideas, and work on projects leading to exciting results and
discoveries. This event is open to all experience levels in machine learning
knowledge, so whether you're a seasoned pro or just starting out, you're
welcome to join. However, to benefit most from the event, prior knowledge of
Python programming and data handling using common Python packages (pandas,
xarray, etc.) is desired. See the event Jupyter book for more details.
xarray, etc.) is desired. See the event Jupyter book for more details.
</br></br>
Preliminary project ideas include streamflow prediction from SAR-derived snowmelt timing or snow data, predicting snow water equivalent with machine learning, glacier dh/dt from DEMs using geospatial time series analysis, derivation of snow covered areas from satellite imagery, derivation of snow depth from SAR backscatter and lidar-derived snow data, predicting river discharge from seismic waves and others! Join one of these projects or pitch your own project idea at the event!
expanded_description:
Expand Down Expand Up @@ -60,9 +60,6 @@ about:
description: facilitated opportunities for networking and community
building will be provided.
# learn_more: https://escience.washington.edu/using-data-science/hackweeks
applicant_info: GeoSmart Hackweek will take place during October 23-27, 2023, at the University of Washington in Seattle, and remotely online.
We anticipate about 70% of participants to be attending in person, with 30% joining online.
Applications (via the red button at the top right of this webpage) are open until September 15, 2023!
team:
!include book/team.yaml
schedule:
Expand Down
204 changes: 107 additions & 97 deletions {{ cookiecutter.repo_directory }}/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
class="navbar-collapse collapse justify-content-lg-end me-lg-3">
<ul class="nav navbar-nav">
<li class="nav-item">
<a class="nav-link scrollto" href="#about-section">
About
<a class="nav-link scrollto" href="#schedule">
Schedule
</a>
</li>
<li class="nav-item">
Expand All @@ -77,8 +77,8 @@
</a>
</li>
<li class="nav-item">
<a class="nav-link scrollto" href="#schedule">
Schedule
<a class="nav-link scrollto" href="#about-section">
About
</a>
</li>
<li class="nav-item">
Expand Down Expand Up @@ -135,103 +135,20 @@ <h1 class="hero-heading mb-2">
<!--//hero-text-block-->
</div>
<!--//container-->

</div>
<!--//hero-block-->

<section id="about-section" class="about-section section theme-bg-light">
<div class="container">
<h3 class="section-heading text-center mb-3">
About {{ cookiecutter.name }}
</h3>
<div class="section-intro single-col-max mx-auto mb-4">
{{ cookiecutter.about.description }}
</div>

{%- if 'expanded_description' in cookiecutter.about %}
<div class="section-intro single-col-max mx-auto mb-4">
<div class="accordion" id="expandDescription">
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapseList"
aria-expanded="true"
aria-controls="collapseList">
{{ cookiecutter.about.expanded_description.header }}
</button>
</h2>
<div id="collapseList"
class="accordion-collapse collapse show"
aria-labelledby="headingOne"
data-bs-parent="#headingOne">
<div class="accordion-body">
{%- for item in cookiecutter.about.expanded_description.list %}
<ul>
<i><strong>
{{ item.header }}
</strong></i>: {{ item.description }}
</ul>
{%- endfor %}
</div>
</div>
</div>
</div>
</div>
{%- endif %}

{%- if 'learn more' in cookiecutter.about %}
<div class="about-cta text-center mb-4">
<a class="btn btn-secondary btn-lg"
href="{{ cookiecutter.about.learn_more }}"
target="_blank">
Learn about "Hackweeks"
<i class="fas fa-external-link-alt"></i>
</a>
</div>
{%- endif %}

{%- if 'links' in cookiecutter.about %}
<div class="hero-cta text-center mb-4">
<h4 class="mb-3 text-center">
Past Events:
</h4>
{%- for link in cookiecutter.about.links %}
<a class="btn btn-primary btn-lg mb-3 mx-2"
href="{{ link.url }}"
{{ 'target="_blank"' if link.new_window == 'True' else '' }}
>
{{ link.title }}
</a>
{%- endfor %}
</div>
{%- endif %}

<div id="countdown-intro" class="event-countdown text-center mb-4">
<h4 class="countdown-intro mb-2 text-center">
{{ cookiecutter.banner.year }} Event Starts In:
</h4>
<div id="countdown-box"
class="countdown-box"
data-start-date="{{ cookiecutter.banner.start_date }}/{{ cookiecutter.banner.year}}">
</div>
</div>
</div>

<div class="media-block theme-bg-primary py-5">
<div class="container">
<h4 class="text-white text-center mb-3">
Information for Applicants
</h4>
<div
class="section-intro text-center single-col-max mx-auto text-white mb-3">
{{cookiecutter.applicant_info}}
</div>
<section id="countdown" class="section theme-bg-light pt-4 pb-3">
<div id="countdown-intro" class="event-countdown text-center">
<h4 class="countdown-intro mb-2 text-center">
{{ cookiecutter.banner.year }} Event Starts In:
</h4>
<div id="countdown-box"
class="countdown-box"
data-start-date="{{ cookiecutter.banner.start_date }}/{{ cookiecutter.banner.year}}">
</div>
</div>
</section>
<!--//about-section-->

{%- if cookiecutter.schedule %}
<section id="schedule" class="schedule-section section">
Expand All @@ -243,7 +160,9 @@ <h4 class="text-center mb-5">
<a href="https://www.timeanddate.com/time/map/" target="_blank">
Time Zone Map
</a>
to figure out times in your location.</h4>
to figure out times in your location.
Tutorials will be located in
<a href= "https://hfs.uw.edu/Meeting-Spaces/Alder-Auditorium" target="_blank"> Alder Auditorium.</a></h4>
{%- if cookiecutter.schedule["tabs"] %}
<!-- Nav tabs -->
<ul class="schedule-nav nav nav-pills nav-fill" id="myTab"
Expand Down Expand Up @@ -535,6 +454,98 @@ <h5>Interests / Expertise</h5>
<!--//team-->
{%- endif %}

<div class="container">
<hr>
</div>

<!--//about-section-->
<section id="about-section" class="about-section section">
<div class="container">
<h3 class="section-heading text-center mb-3">
About {{ cookiecutter.name }}
</h3>
<div class="section-intro single-col-max mx-auto mb-4">
{{ cookiecutter.about.description }}
</div>

{%- if 'expanded_description' in cookiecutter.about %}
<div class="section-intro single-col-max mx-auto mb-4">
<div class="accordion" id="expandDescription">
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapseList"
aria-expanded="true"
aria-controls="collapseList">
{{ cookiecutter.about.expanded_description.header }}
</button>
</h2>
<div id="collapseList"
class="accordion-collapse collapse show"
aria-labelledby="headingOne"
data-bs-parent="#headingOne">
<div class="accordion-body">
{%- for item in cookiecutter.about.expanded_description.list %}
<ul>
<i><strong>
{{ item.header }}
</strong></i>: {{ item.description }}
</ul>
{%- endfor %}
</div>
</div>
</div>
</div>
</div>
{%- endif %}

{%- if 'learn more' in cookiecutter.about %}
<div class="about-cta text-center mb-4">
<a class="btn btn-secondary btn-lg"
href="{{ cookiecutter.about.learn_more }}"
target="_blank">
Learn about "Hackweeks"
<i class="fas fa-external-link-alt"></i>
</a>
</div>
{%- endif %}

{%- if 'links' in cookiecutter.about %}
<div class="hero-cta text-center mb-4">
<h4 class="mb-3 text-center">
Past Events:
</h4>
{%- for link in cookiecutter.about.links %}
<a class="btn btn-primary btn-lg mb-3 mx-2"
href="{{ link.url }}"
{{ 'target="_blank"' if link.new_window == 'True' else '' }}
>
{{ link.title }}
</a>
{%- endfor %}
</div>
{%- endif %}

</div>

{%- if 'applicant_info' in cookiecutter %}
<div class="media-block theme-bg-primary py-5">
<div class="container">
<h4 class="text-white text-center mb-3">
Information for Applicants
</h4>
<div
class="section-intro text-center single-col-max mx-auto text-white mb-3">
{{cookiecutter.applicant_info}}
</div>
</div>
</div>
{%- endif %}
</section>

<!--//sponsors-section-->
{%- if cookiecutter.sponsors %}
<section id="sponsors-section" class="sponsors-section section theme-bg-light">
<div class="container">
Expand All @@ -561,7 +572,6 @@ <h3 class="section-heading text-center mb-3">Our Sponsors</h3>
</div>
<!--//container-->
</section>
<!--//sponsors-section-->
{%- endif %}

<footer class="footer py-5 theme-bg-primary">
Expand Down
Loading