Skip to content

Commit

Permalink
Merge pull request #1 from hschellman/Test-basics
Browse files Browse the repository at this point in the history
 try to make a version by adding stuff to a template
  • Loading branch information
hschellman authored Nov 4, 2024
2 parents 5af1a35 + 03f0981 commit 16a812f
Show file tree
Hide file tree
Showing 38 changed files with 5,919 additions and 22 deletions.
4 changes: 3 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# lc: Library Carpentry
# cp: Carpentries (to use for instructor traning for instance)
# incubator: Carpentries Incubator
carpentry: "swc"
carpentry: "dune"

# Overall title for pages.
title: "Test Lesson for DUNE"
Expand Down Expand Up @@ -62,6 +62,8 @@ lc_site: "https://librarycarpentry.org/"
swc_github: "https://github.com/swcarpentry"
swc_pages: "https://swcarpentry.github.io"
swc_site: "https://software-carpentry.org"
dune_site: "https://dunescience.org"
dune_github: "https://github.com/DUNE"
template_repo: "https://github.com/carpentries/styles"
training_site: "https://carpentries.github.io/instructor-training"
workshop_repo: "https://github.com/carpentries/workshop-template"
Expand Down
78 changes: 70 additions & 8 deletions _episodes/01-introduction.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,77 @@
---
title: "Introduction"
teaching: 0
title: Online Tutorial Welcome and Introduction
teaching: 5
exercises: 0
questions:
- "Key question (FIXME)"
objectives:
- "First learning objective. (FIXME)"
- What should I expect in participating in this Tutorial?
objectives:
- Introduce instructors and mentors.
- Provide overview of the modules
- Spotlight helpful network provided by Slack channel.
keypoints:
- "First key point. Brief Answer to questions. (FIXME)"
- This tutorial is brought to you by the DUNE Computing Consortium.
- The goals are to give you the computing basis to work on DUNE.
---
FIXME
## DUNE Computing Consortium

{% include links.md %}
The DUNE Computing Consortium works to establish a global computing network that will handle the massive data streams produced by distributing these across the computing grid.
Selected consortia members coordinate DUNE computing activities to new members to acquaint them with the specific and DUNE software and resources.

DUNE Computing Consortium Coordinator: Michael Kirby (Brookhave National Laboratory)

<!--
## A video from 2022 of a Welcome Session for a live event
The session will be captured on video a placed here after the workshop for asynchronous study.
A similar session from May 2022 was captured for your asynchronous review.
<center>
<iframe width="560" height="315" src="https://www.youtube.com/embed/B1mr3v1i7M8" title="DUNE Computing Tutorial May 2022 Introduction" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</center>
-->

## Schedule

The May 2023 DUNE computing training spanned two days: [Indico site](https://indico.fnal.gov/event/59762/timetable/#20230524).

## Instructional Crew

**Organizers:**
- Heidi Schellman (Oregon State University /FNAL)
- David DeMuth (Valley City State University)

**Module Authors (in order of appearance in the schedule):**
- Michael Kirby (FNAL): storage spaces
- Steven Timm (FNAL): data management
- Tom Junk (FNAL): art and LArSoft
- Kenneth Herner (FNAL): grid and batch job submission

**Mentors**
- Amit Bashyal (ANL)
- Aaron Higuera (Rice University)
- Pengfei Ding (FNAL)
- Barnali Chowdury (ANL)
- Lino Gerlach (BNL)
- Nilay Bostan (University of Iowa)

## Support

<!--
There will be live documents linked from [Indico][indico-event-link] for each [Zoom][zoom-link] session. You can write questions there, anonymously or not, and experts will reply. The chat on Zoom can quickly saturate so this is a more convenient solution and proved very successful at the previous training. We will collect all questions and release a Q&A after the event.
-->

You must be on the DUNE Collaboration member list and have a valid FNAL or CERN account. See the old [Indico Requirement page][indico-event-requirements] for more information. Windows users are invited to review the [Windows Setup page]({{ site.baseurl }}/Windows.html).

You should join the DUNE Slack instance and look in [#computing-training-basics](https://dunescience.slack.com/archives/C02TJDHUQPR) for help with this tutorial

go to [https://atwork.dunescience.org/tools/](https://atwork.dunescience.org/tools/) scroll down to Slack and request an invite. Please do not do this if you are already in DUNE Slack.




{%include links.md%}

[indico-event-link]: https://indico.fnal.gov/event/59762/
[slack-join-link]: https://dunescience.slack.com/
[zoom-link]: https://fnal.zoom.us/
[indico-event-requirements]: https://indico.fnal.gov/event/59762/page/3229-requirements
387 changes: 387 additions & 0 deletions _episodes/02-storage-spaces.md

Large diffs are not rendered by default.

Loading

0 comments on commit 16a812f

Please sign in to comment.