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

Himalayas #784

Merged
merged 10 commits into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from 9 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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Our over-arching goal for TidyTuesday is to provide real-world datasets so that
| :---: | :---: | :--- | :--- | :---|
| 1 | `2025-01-07` | Bring your own data to start the year! | | |
| 2 | `2025-01-14` | [posit::conf talks](data/2025/2025-01-14/readme.md) | [posit::conf attendee portal 2023](https://reg.conf.posit.co/flow/posit/positconf23/attendee-portal/page/sessioncatalog), [posit::conf attendee portal 2024](https://reg.conf.posit.co/flow/posit/positconf24/attendee-portal/page/sessioncatalog) | [posit::conf(2025) in-person registration is now open!](https://posit.co/blog/positconf2025-in-person-registration-is-now-open/) |
| 3 | `2025-01-21` | [The History of Himalayan Mountaineering Expeditions](data/2025/2025-01-21/readme.md) | [The Himalayan Database](https://www.himalayandatabase.com/downloads.html) | [The Expedition Archives of Elizabeth Hawley](https://www.himalayandatabase.com/index.html) |

***

Expand Down
884 changes: 884 additions & 0 deletions data/2025/2025-01-21/exped_tidy.csv

Large diffs are not rendered by default.

Binary file added data/2025/2025-01-21/himalayas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions data/2025/2025-01-21/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
title: "The History of Himalayan Mountaineering Expeditions"
article:
title: "The Expedition Archives of Elizabeth Hawley"
url: "https://www.himalayandatabase.com/index.html"
data_source:
title: "The Himalayan Database"
url: "https://www.himalayandatabase.com/downloads.html"
images:
# Please include at least one image, and up to three images
- file: "himalayas.png"
alt: >
Cover of the book Himalayas by the Numbers by The Himalayan Database organization, featuring a detailed statistical breakdown of Himalayan mountaineering expeditions, with the title in bold white text on a dark blue background and a graphic of Himalayan peaks.
credit:
# We want to thank you for curating this dataset! If you do not want a
# particular type of credit, please delete the related line.
post: "Nicolas Foss, Ed.D., MS"
linkedin: "https://www.linkedin.com/in/nicolas-foss"
github: "https://github.com/nicolasfoss"
481 changes: 481 additions & 0 deletions data/2025/2025-01-21/peaks_tidy.csv

Large diffs are not rendered by default.

324 changes: 324 additions & 0 deletions data/2025/2025-01-21/readme.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions data/2025/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ Archive of datasets and articles from the 2025 series of `#TidyTuesday` events.
| :---: | :---: | :--- | :--- | :---|
| 1 | `2025-01-07` | Bring your own data from 2024! | | |
| 2 | `2025-01-14` | [posit::conf talks](2025-01-14/readme.md) | [posit::conf attendee portal 2023](https://reg.conf.posit.co/flow/posit/positconf23/attendee-portal/page/sessioncatalog), [posit::conf attendee portal 2024](https://reg.conf.posit.co/flow/posit/positconf24/attendee-portal/page/sessioncatalog) | [posit::conf(2025) in-person registration is now open!](https://posit.co/blog/positconf2025-in-person-registration-is-now-open/) |
| 3 | `2025-01-21` | [The History of Himalayan Mountaineering Expeditions](2025-01-21/readme.md) | [The Himalayan Database](https://www.himalayandatabase.com/downloads.html) | [The Expedition Archives of Elizabeth Hawley](https://www.himalayandatabase.com/index.html) |
2 changes: 2 additions & 0 deletions static/tt_data_type.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Week,Date,year,data_files,data_type,delim
3,2025-01-21,2025,exped_tidy.csv,csv,","
3,2025-01-21,2025,peaks_tidy.csv,csv,","
2,2025-01-14,2025,conf2023.csv,csv,","
2,2025-01-14,2025,conf2024.csv,csv,","
53,2024-12-31,2024,book.csv,csv,","
Expand Down