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

Add tutorial prerequisite #111

Merged
merged 3 commits into from
Sep 13, 2024
Merged
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
14 changes: 8 additions & 6 deletions pages/program/abstracts/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ conference.

_Kyle Chard and Yadu Babuji_

Oct 7, 11:00 AM - 2:00 PM (30 minute break)
Oct 7, 11:00 AM - 2:00 PM MT (30 minute break)

This tutorial will focus on teaching modern approaches for running code on diverse, remote
computing resources. As hardware continues to become yet more diverse, it is increasingly
Expand All @@ -40,7 +40,7 @@ where allocations are available, etc.

_Rajshree Deshmukh, Cody O'Donnell, Lavanya Ramakrishnan_

Oct 7, 3:00 PM - 6:00 PM (30 minute break)
Oct 7, 3:00 PM - 6:00 PM MT (30 minute break)

This tutorial will be a hands-on introduction to web application development using STRUDEL, an open source project making it easier for RSEs and domain scientists to build usable user
interfaces (UIs). Attendees will learn how to go from a UI need, to identifying a Task Flow
Expand All @@ -61,7 +61,7 @@ scientific projects and target a broad range of people involved in web applicati

_Diego Menéndez and Danying Shao_

Oct 10, 11:00 AM - 2:00 PM (30 minute break)
Oct 10, 11:00 AM - 2:00 PM MT (30 minute break)

Web applications are increasingly adopted in the research community, e.g. for data collection,
information dissemination and workflow management. Django is a Python-based open-sourced
Expand All @@ -76,6 +76,8 @@ the object level using the django-guardian package.
Slides accompanying the code will illustrate the project under development with Use Cases
as well as a conceptual class diagram and other artifacts.

_For a hands-on experience, participants should have access to a terminal (readily available on GNU/Linux and macOS, WSL recommended, if on Windows) with Python and Git installed._

<a href="https://zoom.us/meeting/register/tJMtd--hqTooHtKXAz0AIVo6qx-3EJUwVeZZ#/registration" target="_blank" class="btn btn-light btn-lg" role="button" alt="Button link to register for a tutorial">Register</a>

------
Expand All @@ -85,7 +87,7 @@ as well as a conceptual class diagram and other artifacts.

_Lee Liming and Steve Turoscy_

Oct 11, 8:00 AM - 11:00 AM (30 minute break)
Oct 11, 8:00 AM - 11:00 AM MT (30 minute break)

This tutorial equips Research Software Engineers (RSEs) to automate research data processes
using Globus Compute and Globus Flows : two parts of the Globus Platform.
Expand All @@ -103,7 +105,7 @@ construct data processing pipelines that are reliably managed and executed by Gl

_Valentina Staneva_

Oct 7, 3:00 PM - 6:00 PM (30 minute break)
Oct 7, 3:00 PM - 6:00 PM MT (30 minute break)

In this tutorial we will introduce Github Actions to scientific programmers as a tool for lightweight
automation of scientific data workflows. We will demonstrate that GitHub Actions are not just a
Expand All @@ -123,7 +125,7 @@ integrate Github Actions in their own work.

_Dennis Milechin_

Oct 8, 11:00 AM - 12:30 PM
Oct 8, 11:00 AM - 12:30 PM MT

Researchers are finding spatial-analysis as a valuable tool to answer new research questions
that were not considered before. This is made possible because many of the open source
Expand Down
Loading