From a0fb22f5d752b133411f86e0b5a578c828995318 Mon Sep 17 00:00:00 2001 From: Chris Burr Date: Mon, 13 Feb 2017 12:19:40 +0000 Subject: [PATCH] Add run on everware badge to the repository (#13) * Replace shield with local copy * Fix content type headers for the badge --- Images/badge.svg | 1 + README.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 Images/badge.svg diff --git a/Images/badge.svg b/Images/badge.svg new file mode 100644 index 0000000..21545de --- /dev/null +++ b/Images/badge.svg @@ -0,0 +1 @@ +run merun me@everware@everware \ No newline at end of file diff --git a/README.md b/README.md index 9c345d8..6f48da1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This project will take you through the process of analysing data from the LHCb e looking for a difference in the rate of production of matter and anti-matter from B-meson decay. The project is aimed at the level of advanced high school students, undergraduates and particle physics enthusiasts. As this is essentially large scale data analysis you will be doing -some programming. +some programming. This analysis will be done in the python programming language. Do not fear if you have not used python before, there is guidance and hints throughout @@ -18,11 +18,11 @@ to get started. If you have access to an [`everware`](https://github.com/everwar you can try out this repository simply by surfing there and then pasting a link to this repository or just by clicking this badge -[![run at everware](https://img.shields.io/badge/run%20me-@everware-blue.svg?style=flat)](https://everware.rep.school.yandex.net/hub/oauth_login?repourl=https://github.com/lhcb/opendata-project.git) +[![run at everware](https://cdn.rawgit.com/chrisburr/opendata-project/master/Images/badge.svg)](https://everware.rep.school.yandex.net/hub/oauth_login?repourl=https://github.com/lhcb/opendata-project.git) If you've come here through everware then just click the "LHCb open data portal project" -notebook to get started! +notebook to get started!