Skip to content

Commit ef3fcf4

Browse files
authored
Revise README with additional badges and content
Updated README.md to enhance clarity and add badges.
1 parent 33050d4 commit ef3fcf4

1 file changed

Lines changed: 20 additions & 8 deletions

File tree

README.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,32 @@
11
# CCPBioSim Basic Statistics Workshop
22

3-
[![build](https://github.com/ccpbiosim/basic-statistics-workshop/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/ccpbiosim/basic-statistics-workshop/actions/workflows/build.yaml)
3+
[basic-statistics](https://github.com/ccpbiosim/basic-statistics-workshop)
4+
[![ci](https://github.com/ccpbiosim/basic-statistics-workshop/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/ccpbiosim/basic-statistics-workshop/actions/workflows/build.yaml)
5+
[![latest](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fccpbiosim.github.io%2Fworkshop.json&query=%24.containers.basic-statistics-workshop.latest&labelColor=grey&logo=github&logoColor=white&label=latest&color=purple)](https://github.com/ccpbiosim/basic-statistics-workshop/pkgs/container/basic-statistics-workshop)
6+
[![issues](https://img.shields.io/github/issues/ccpbiosim/basic-statistics-workshop?logo=github&labelColor=grey)](https://github.com/CCPBioSim/basic-statistics-workshop/issues)
7+
[![pr](https://img.shields.io/github/issues-pr/ccpbiosim/basic-statistics-workshop?logo=github&labelColor=grey)](https://github.com/CCPBioSim/basic-statistics-workshop/pulls)
48

5-
## Docker
6-
7-
This container is derived from the CCPBioSim JupyterHub image. This container
8-
adds the necessary software packages and notebook content to form a deployable
9-
course container. The source content for this course can be found at
10-
https://github.com/CCPBioSim/basic-statistics-workshop
9+
This workshop source repository contains the build recipe for a docker container derived from the CCPBioSim JupyterHub image. This container adds the necessary software packages and notebook content to form a deployable course container.
1110

1211
## How to Use
1312

13+
This training course is deployed on the [CCPBioSim](www.ccpbiosim.ac.uk) website via our cloud infrastructure, however you can deploy on your own machine with docker.
14+
15+
Pull the container from our repository::
16+
17+
docker pull ghcr.io/ccpbiosim/basic-statistics-workshop:latest
18+
1419
In our containers we are using the JupyterHub default port 8888, so you should
1520
forward this port when deploying locally::
1621

1722
docker run -p 8888:8888 ghcr.io/ccpbiosim/basic-statistics-workshop:latest
1823

24+
## Authors
25+
26+
Workshop Content Authors:
27+
28+
- Charlie Laughton
29+
1930
## Contact
20-
Please direct all enquiries and comments to [Charlie Laughton](mailto:charles.laughton@nottingham.ac.uk)
31+
32+
Please direct all questions and feedback to [Charlie Laughton](mailto:charles.laughton@nottingham.ac.uk)

0 commit comments

Comments
 (0)