-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcookiecutter.yaml
More file actions
61 lines (61 loc) · 2.39 KB
/
cookiecutter.yaml
File metadata and controls
61 lines (61 loc) · 2.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
repo_directory: html
name: ICESat-2 Hackweek
# remove the apply button temporarily
#apply:
# url: '#'
# title: Applications by invitation only
banner:
description: Building Open Source Software Together
start_date: 18 August
end_date: 22 August
year: 2025
location: Seattle, WA
links:
- url: intro.html
title: Event Jupyter Book
new_window: false
image: https://geohackweek.github.io/assets/images/banner.jpg
# The opening session of the event with UTC offset
event_countdown: "2025-08-18T08:30:00-07:00"
about:
description: In this hackweek we will focus on software development in support
of the ICESat-2 mission. We'll center most of our work on streamlining
data access patterns within the NASA earthaccess library. Our goal is to
make it easier for people to access ICESat-2 data and make informed decisions
on which product, and which software solution, best supports their research
needs. We will also think about how to integrate data across multiple
(especially NISAR, but also GEDI, SnowEx, etc.).
learn_more: https://escience.washington.edu/using-data-science/hackweeks
links:
- url: 'https://2024.hackweek.io/'
title: NASA Earth Sciences Hackweek 2024
new_window: True
applicant_info: The ICESat-2 Hackweek 2025 will take place August 2025 in person
in Seattle, WA. We are in the process of inviting a team of attendees and
will finalize the list in mid-June. We are welcoming participants who have
experience in software development using Python, or who are actively
developing new skills to engage in open source software collaborations.
team:
!include team/team.yaml
schedule:
!include book/schedule.yaml
sponsors:
description: ''
organizations:
- name: eScience Institute
website: 'https://escience.washington.edu/'
logo_url: https://escience.washington.edu/wp-content/uploads/2015/10/Logo_eScience-stacked.png
- name: NASA ICESat-2 Mission
website: 'https://icesat-2.gsfc.nasa.gov/mission'
logo_url: https://github.com/ICESAT-2HackWeek/icesat-2hackweek.github.io/raw/2022.03.01/assets/images/ICESat2.png
- name: CryoCloud
website: 'https://book.cryointhecloud.com'
logo_url: 'https://escience.washington.edu/wp-content/uploads/2025/06/cryocloud_logo.png'
footer:
social:
- icon: github
link: https://github.com/uwhackweek/
_copy_without_render:
- assets
_extensions:
- jinja_markdown.MarkdownExtension