Skip to content

Commit

Permalink
Switch content
Browse files Browse the repository at this point in the history
  • Loading branch information
aturner-epcc committed Dec 23, 2024
1 parent 391e5e6 commit d72653a
Show file tree
Hide file tree
Showing 34 changed files with 93 additions and 3,438 deletions.
5 changes: 0 additions & 5 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
Jeremy Cohen
David Eyers
Christina Koch
Sarah Stevens
Andy Turner
Dave Welch
3 changes: 1 addition & 2 deletions CITATION
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
D. M. Eyers, S. L. R. Stevens, A. Turner, C. Koch and J. Cohen. "Reproducible computational environments using containers: Introduction to Docker".
Version 2020.09a (4a93bd67aa), September 2020. Carpentries Incubator. https://github.com/carpentries-incubator/docker-introduction
A. Turner, "Green software use on HPC"
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,10 @@
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/carpentries-incubator/docker-introduction)
[![The Carpentries Lab Review Status](https://badges.carpentries-lab.org/15_status.svg)](https://github.com/carpentries-lab/reviews/issues/15)

# Reproducible computational environments using containers: Introduction to Docker
# Green software use on HPC

[![Create a Slack Account with us](https://img.shields.io/badge/Create_Slack_Account-The_Carpentries-071159.svg)](https://swc-slack-invite.herokuapp.com/)

This repository generates the corresponding lesson website from [The Carpentries](https://carpentries.org/) repertoire of lessons.

If you are interested in Singularity as opposed to Docker, see the Singularity lesson in the Carpentries Incubator:

- [Reproducible Computational Environments Using Containers: Introduction to Singularity](https://github.com/carpentries-incubator/singularity-introduction)

## Contributing

Expand All @@ -35,11 +30,7 @@ Look for the tag ![good\_first\_issue](https://img.shields.io/badge/-good%20firs

Current maintainers of this lesson are

- [Jeremy Cohen](https://github.com/jcohen02)
- [David Eyers](https://github.com/dme26/)
- [Christina Koch](https://github.com/ChristinaLK)
- [Andy Turner](https://github.com/aturner-epcc)
- [Sarah Stevens](https://github.com/sstevens2/) - Send emails with questions here

## Authors

Expand Down
19 changes: 5 additions & 14 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,29 @@
carpentry: 'incubator'

# Overall title for pages.
title: 'Reproducible Computational Environments Using Containers: Introduction to Docker'
title: 'Green software use on HPC'

# Date the lesson was created (YYYY-MM-DD, this is empty by default)
created:

# Comma-separated list of keywords for the lesson
keywords: 'software, data, lesson, The Carpentries'
keywords: 'software, data, lesson, environment'

# Life cycle stage of the lesson
# possible values: pre-alpha, alpha, beta, stable
life_cycle: 'beta'
life_cycle: 'pre-alpha'

# License of the lesson materials (recommended CC-BY 4.0)
license: 'CC-BY 4.0'

# Link to the source repository for this lesson
source: 'https://github.com/carpentries-incubator/docker-introduction/'
source: 'https://github.com/EPCCed/green-software-archer2'

# Default branch of your lesson
branch: 'main'

# Who to contact if there are any issues
contact: 'docker-introduction+admins@lists.carpentries.org'
contact: 'a.turner@epcc.ed.ac.uk'

# Navigation ------------------------------------------------
#
Expand All @@ -60,14 +60,6 @@ contact: 'docker-introduction+admins@lists.carpentries.org'
# Order of episodes in your lesson
episodes:
- introduction.md
- meet-docker.md
- running-containers.md
- managing-containers.md
- docker-hub.md
- creating-container-images.md
- advanced-containers.md
- docker-image-examples.md
- reproduciblity.md

# Information for Learners
learners:
Expand All @@ -84,7 +76,6 @@ profiles:
# sandpaper and varnish versions) should live


url: https://preview.carpentries.org/docker-introduction
analytics: carpentries
lang: en
workbench-beta: yes
3 changes: 0 additions & 3 deletions docker-intro/basic/Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions docker-intro/sum/Dockerfile

This file was deleted.

8 changes: 0 additions & 8 deletions docker-intro/sum/sum.py

This file was deleted.

Loading

0 comments on commit d72653a

Please sign in to comment.