From a85eeac45bc8620b2ad2dd6c99dec42a5b281759 Mon Sep 17 00:00:00 2001 From: Joachim Meyer Date: Mon, 11 Mar 2024 08:39:59 -0600 Subject: [PATCH 1/7] Index - Advertise OT applications. --- cookiecutter.yaml | 20 +++++++++++++++----- {{ cookiecutter.repo_directory }}/index.html | 7 +++++++ 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/cookiecutter.yaml b/cookiecutter.yaml index c394aeb..7bd8db9 100644 --- a/cookiecutter.yaml +++ b/cookiecutter.yaml @@ -1,9 +1,19 @@ repo_directory: html name: ICESat-2 Hackweek about: - description: Hackweeks are participant-driven events that strive to create welcoming spaces - for participants to learn new things, build community and gain hands-on experience - with collaboration and team science + description: + "We are in early stages to organize a third event as part of this series. + Currently we are actively seeking volunteers from the community to help plan + and execute the event. There are three possible roles to help out: + + Visit the + information page to learn more about this year's event. + " learn_more: https://escience.washington.edu/using-data-science/hackweeks links: - url: https://icesat-2-2023.hackweek.io/ @@ -26,8 +36,8 @@ hackweek_mission: https://escience.washington.edu/using-data-science/hackweeks # url: https://icesat-2-2023.hackweek.io banner: description: An in person, collaborative learning event. - start_date: Late - end_date: Summer + start_date: 19 + end_date: 23 Aug year: 2024 location: Seattle, WA image: https://geohackweek.github.io/assets/images/banner.jpg diff --git a/{{ cookiecutter.repo_directory }}/index.html b/{{ cookiecutter.repo_directory }}/index.html index 83a15c3..89bfbbc 100644 --- a/{{ cookiecutter.repo_directory }}/index.html +++ b/{{ cookiecutter.repo_directory }}/index.html @@ -142,6 +142,13 @@

{{ cookiecutter.about.description }}
+
Date: Mon, 11 Mar 2024 11:35:02 -0400 Subject: [PATCH 2/7] unpin python and jupyterbook --- conda/environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/environment.yml b/conda/environment.yml index 0976f73..ab021d4 100644 --- a/conda/environment.yml +++ b/conda/environment.yml @@ -10,13 +10,13 @@ dependencies: - cookiecutter - git - ipyleaflet - - jupyter-book=0.13 + - jupyter-book>=0.13 - jupyter-resource-usage - jupyterhub-singleuser - jupyterlab=3 - jupytext - pip - - python=3.10 + - python>=3.10 - sphinxcontrib-bibtex - vim - wget From 4e9e694714e551dc1567d77d8c84bd4ef4cfa40b Mon Sep 17 00:00:00 2001 From: Jessica Scheick Date: Mon, 11 Mar 2024 11:35:19 -0400 Subject: [PATCH 3/7] update number of events and remove application button to nowhere --- cookiecutter.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/cookiecutter.yaml b/cookiecutter.yaml index 7bd8db9..18d5996 100644 --- a/cookiecutter.yaml +++ b/cookiecutter.yaml @@ -2,7 +2,7 @@ repo_directory: html name: ICESat-2 Hackweek about: description: - "We are in early stages to organize a third event as part of this series. + "We are in early stages to organize a fifth event as part of this series. Currently we are actively seeking volunteers from the community to help plan and execute the event. There are three possible roles to help out:
- {%- if cookiecutter.apply %} + {%- if 'apply' in cookiecutter %} +
+ Ready to jump right in and apply? +
+ {%- if 'links' in cookiecutter.about %}