Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
trey-stafford committed Apr 26, 2024
0 parents commit 65367ea
Show file tree
Hide file tree
Showing 10 changed files with 121 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/.quarto/
_site/
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# QGreenland 2023 Workshops Poster Webpage

This repository defines a GitHub site that serves as a landing page for people
who want to learn more about QGreenland and its 2023 workshops after viewing the
**Insights from QGreenland workshops: lessons for anyone seeking to improve
learning with open science** poster developed for [CIRES Rendezvous
2024](https://ciresevents.colorado.edu/rendezvous/).
Binary file added _assets/qgreenland_logo_with_text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
project:
type: website

website:
title: "Insights from QGreenland workshops"
navbar:
left:
- href: index.qmd
text: Abstract
- href: references.qmd
text: References

format:
html:
theme: cosmo
css: styles.css
toc: true



5 changes: 5 additions & 0 deletions about.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "About"
---

About this site
7 changes: 7 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: qgreenland-workshops-poster-site
channels:
- conda-forge
- nodefaults
dependencies:
- python ~=3.11.0
- quarto
43 changes: 43 additions & 0 deletions index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
title: "Insights from QGreenland workshops"
subtitle: "lessons for anyone seeking to improve learning with open science"
author:
- name: "Matt Fisher"
orcid: "0000-0003-3260-5445"
- name: "Twila Moon"
orcid: "0000-0003-0968-7008"
- name: "Alyse Thurber"
orcid: "0009-0003-2026-0002"
- name: "Trey Stafford"
orcid: "0000-0002-5510-0055"
---


{{< include "/logos.md" >}}


## Abstract

This poster highlights the successes and challenges of educational workshops
facilitated by the QGreenland team in 2023. QGreenland is an NSF-funded
initiative to improve accessibility and usability of geospatial data related to
Greenland. The QGreenland data package is a curated collection of online and
offline interdisciplinary data intended for use with QGIS, a geospatial analysis
and visualization suite like ArcGIS, but free and open-source.QGreenland has
developed resources such as workshops and tutorials to make QGreenland
easy-to-use by the general public. Video tutorials and how-to guides are
available for new and advanced GIS users. Moreover, curricula have been
developed to use QGreenland in high-school and undergraduate classrooms for
teaching about Greenland.

In addition to these resources, the QGreenland team has developed and
facilitated virtual and in-person workshops that target new, intermediate, and
advanced GIS users and researchers. This poster details our experiences with
facilitating these workshops and includes recommendations for other workshop
planners. In April 2023, the QGreenland team conducted in-person workshops in
Denmark and Greenland that focused on beginner and intermediate GIS skills. In
May, a virtual researcher workshop focused on best practices for geospatial data
management. Finally, a workshop focused on educators was conducted in June. In
addition, the poster touches on educational materials currently in development
and planned for the next few years as part of a new collaboration with the
Arctic Data Center (ADC), titled QGreenland-Net.
13 changes: 13 additions & 0 deletions logos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<p align="center">
[![](/_assets/qgreenland_logo_with_text.png){height="150" fig-alt="QGreenland Logo"}](https://qgreenland.org)
[![](https://book.cryointhecloud.com/_static/logo.png){height="150" fig-alt="CryoCloud logo"}](https://cryointhecloud.com)
<a href="https://nsidc.org">
<img alt="NSIDC logo" src="https://nsidc.org/themes/custom/nsidc/logo.svg" height="150" />
</a>
<a href="https://nsf.gov">
<img alt="NSF logo" src="https://nsidc.org/sites/default/files/images/Logo/NSF.svg" height="150" />
</a>
<a href="https://nasa.gov">
<img alt="NASA logo" src=https://www.nasa.gov/wp-content/themes/nasa/assets/images/nasa-logo.svg" height="150" />
</a>
</p>
23 changes: 23 additions & 0 deletions references.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "References"
---

{{< include "/logos.md" >}}


* [QGreenland official site](https://qgreenland.org)
* [QGreenland 2023 Researcher Workshop](https://qgreenland-workshop-2023-researcher.github.io/)
* [Workshop outcomes](https://qgreenland-workshop-2023-researcher.github.io/outcomes/)
* [Workshop open-source software](https://qgreenland-workshop-2023-researcher.github.io/content/built-with-open-source.html)
* [QGreenland & CryoCloud Jupyter Blog post](https://blog.jupyter.org/desktop-gis-software-in-the-cloud-with-jupyterhub-ddced297019a)!
* [CryoCloud official site](https://cryointhecloud.com/)
* [QGreenland 2023 Educator Workshop](https://qgreenland-workshop-2023-educator.github.io/)
* TODO: youtube ref, others!


### Find us on GitHub and elsewhere

* [Trey Stafford (GitHub)](https://github.com/trey-stafford)
* [Matt Fisher](https://mfisher87.github.io) | [GitHub](https://github.com/mfisher87)
* [Twila Moon](https://nsidc.org/about/about-nsidc/what-we-do/our-people/twila_moon)
* [Alyse Thurber](https://cires.colorado.edu/outreach/)
1 change: 1 addition & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* css styles */

0 comments on commit 65367ea

Please sign in to comment.