generated from esciencecenter-digital-skills/workshop-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit e3fbc57
Showing
158 changed files
with
14,994 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,253 @@ | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta http-equiv="last-modified" content="2024-07-15 10:13:40 +0000"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<!-- meta "search-domain" used for google site search function google_search() --> | ||
<meta name="search-domain" value=""> | ||
<link rel="stylesheet" type="text/css" href="./assets/css/bootstrap.css" /> | ||
<link rel="stylesheet" type="text/css" href="./assets/css/bootstrap-theme.css" /> | ||
<link rel="stylesheet" type="text/css" href="./assets/css/lesson.css" /> | ||
<link rel="stylesheet" type="text/css" href="./assets/css/syntax.css" /> | ||
<link rel="license" href="#license-info" /> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!-- Favicons for everyone --> | ||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="./assets/favicons/ds/apple-touch-icon-57x57.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="./assets/favicons/ds/apple-touch-icon-114x114.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="./assets/favicons/ds/apple-touch-icon-72x72.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="./assets/favicons/ds/apple-touch-icon-144x144.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="./assets/favicons/ds/apple-touch-icon-60x60.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="./assets/favicons/ds/apple-touch-icon-120x120.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="./assets/favicons/ds/apple-touch-icon-76x76.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="./assets/favicons/ds/apple-touch-icon-152x152.png" /> | ||
<link rel="icon" type="image/png" href="./assets/favicons/ds/favicon-196x196.png" sizes="196x196" /> | ||
<link rel="icon" type="image/png" href="./assets/favicons/ds/favicon-96x96.png" sizes="96x96" /> | ||
<link rel="icon" type="image/png" href="./assets/favicons/ds/favicon-32x32.png" sizes="32x32" /> | ||
<link rel="icon" type="image/png" href="./assets/favicons/ds/favicon-16x16.png" sizes="16x16" /> | ||
<link rel="icon" type="image/png" href="./assets/favicons/ds/favicon-128.png" sizes="128x128" /> | ||
<meta name="application-name" content="Digital Skills - Collaborative version control with Git and GitHub for Erasmus MC"/> | ||
<meta name="msapplication-TileColor" content="#FFFFFF" /> | ||
<meta name="msapplication-TileImage" content="./assets/favicons/ds/mstile-144x144.png" /> | ||
<meta name="msapplication-square70x70logo" content="./assets/favicons/ds/mstile-70x70.png" /> | ||
<meta name="msapplication-square150x150logo" content="./assets/favicons/ds/mstile-150x150.png" /> | ||
<meta name="msapplication-wide310x150logo" content="./assets/favicons/ds/mstile-310x150.png" /> | ||
<meta name="msapplication-square310x310logo" content="./assets/favicons/ds/mstile-310x310.png" /> | ||
|
||
|
||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> | ||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | ||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
|
||
<title> | ||
Collaborative version control with Git and GitHub for Erasmus MC | ||
</title> | ||
|
||
</head> | ||
<body> | ||
|
||
|
||
|
||
|
||
|
||
<div class="container"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<nav class="navbar navbar-default"> | ||
<div class="container-fluid"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
|
||
|
||
<a href="https://www.esciencecenter.nl/" class="pull-left"> | ||
<img class="navbar-logo" src="./assets/img/netherlands-escience-center-logo-RGB.svg" alt="The Netherlands eScience Center logo" /> | ||
</a> | ||
|
||
|
||
|
||
<a class="navbar-brand" href="./">Home</a> | ||
|
||
</div> | ||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||
<ul class="nav navbar-nav"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="https://esciencecenter-digital-skills.github.io/license">License</a></li> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
|
||
<h1 style="text-align: center;" id="oops-we-cant-find-that-page">Oops! We can’t find that page.</h1> | ||
|
||
<blockquote class="caution"> | ||
<h2 id="our-apologies">Our apologies!</h2> | ||
|
||
<p>We can’t seem to find the page you’re looking for. | ||
Try going back to the <a href="javascript:history.back()">previous page</a> or | ||
navigate to any other page using the navigation bar above | ||
. | ||
If you got here by clicking on a link in the | ||
workshop, | ||
please report this link to the | ||
workshop organizers.</p> | ||
</blockquote> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<footer> | ||
<hr/> | ||
<div class="row"> | ||
<div class="col-md-6" align="left"> | ||
<h4> | ||
Copyright © 2016–2024 | ||
|
||
<a href="https://carpentries.org/">The Carpentries</a> | ||
|
||
</h4> | ||
</div> | ||
<div class="col-md-6" align="right"> | ||
<h4> | ||
|
||
<a href="mailto:training@esciencecenter.nl">Contact The Training Team</a> | ||
|
||
</h4> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
||
</div> | ||
|
||
|
||
|
||
<script src="./assets/js/jquery.min.js"></script> | ||
<script src="./assets/js/bootstrap.min.js"></script> | ||
<script src="./assets/js/lesson.js"></script> | ||
|
||
<script> | ||
/* Based on https://stackoverflow.com/a/30894829/1802726 */ | ||
var show_instructions = function() { | ||
//set all nav tabs to inactive | ||
$('.nav-tabs li').removeClass('active'); | ||
|
||
//get all nav tabs matching the os and set to active | ||
$('.nav-tabs li a[href*="'+localStorage.os+'"]').closest('li').addClass('active'); | ||
|
||
//set all tabs to inactive | ||
$('.tab-pane').removeClass('active'); | ||
|
||
//get all tabs matching the os and set to active | ||
$('.tab-pane[id*="'+localStorage.os+'"]').addClass('active'); | ||
} | ||
|
||
if (typeof(Storage) !== "undefined") { | ||
if (localStorage.os == "undefined") { | ||
localStorage.os = "windows"; | ||
} | ||
show_instructions(); | ||
} else { | ||
console.log("No localStorage"); | ||
} | ||
|
||
/* Based on https://stackoverflow.com/a/30894829/1802726 */ | ||
$('.nav-tabs li a').click(function(){ | ||
//get selected os | ||
localStorage.os = $(this)[0].dataset.os; | ||
show_instructions(); | ||
}); | ||
|
||
// detect misssing iframe for Eventbrite | ||
$(document).ready(function(){ | ||
if ($('iframe').height() == 0) { | ||
$('iframe').before('<p>Looks like your adblocker blocked the registration window. Please navigate to <a href="https://www.eventbrite.com/tickets-external?eid=&ref=etckt">https://www.eventbrite.com/tickets-external?eid=&ref=etckt</a> to register.</p>'); | ||
} | ||
}); | ||
|
||
// hide alerts when site is rendered on carpentries.github.io | ||
$(document).ready(function() { | ||
if (location.href.startsWith("https://carpentries.github.io/workshop-template/")) { | ||
$("div.alert").hide(); | ||
} | ||
}); | ||
|
||
</script> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
Aron Ahmadia | ||
Phillip Alderman | ||
James Allen | ||
Piotr Banaszkiewicz | ||
Pauline Barmby | ||
Radovan Bast | ||
John Blischak | ||
Olga Botvinnik | ||
Andy Boughton | ||
Erik M. Bray | ||
Amy Brown | ||
C. Titus Brown | ||
Greg Caporaso | ||
Sarah Clayton | ||
Matt Davis | ||
Neal Davis | ||
Jonah Duckles | ||
Marianna Foos | ||
Yashasvi Girdhar | ||
Ivan Gonzalez | ||
John Gosset | ||
Alistair Grant | ||
Thomas Guignard | ||
Konrad Hinsen | ||
Xavier Ho | ||
Damien Irving | ||
Mike Jackson | ||
Ben Jolly | ||
Jan T. Kim | ||
W. Trevor King | ||
David LeBauer | ||
Joona Lehtomäki | ||
Kunal Marwaha | ||
Sheldon McKay | ||
Lauren Michael | ||
François Michonneau | ||
Lex Nederbragt | ||
Aleksandra Nenadic | ||
Jeramia Ory | ||
Fernando Perez | ||
Leighton Pritchard | ||
Andrey Prokopenko | ||
Scott Ritchie | ||
Maneesha Sane | ||
Raniere Silva | ||
Arfon Smith | ||
Ashwin Srinath | ||
Sarah Stevens | ||
Julia Stewart Lowndes | ||
Tracy Teal | ||
Stefan Topfstedt | ||
Olav Vahtras | ||
Philipp Von Bieberstein | ||
Andrew Walker | ||
Ben Waugh | ||
Lukas Weber | ||
Ethan White | ||
Jason Williams | ||
Carol Willing | ||
Greg Wilson | ||
Tom Wright | ||
Andrea Zonca | ||
Alex Thompson | ||
Jonathan Cooper | ||
Marcel Stimberg | ||
Mark A. Matienzo | ||
Steve Moss |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Please cite as: | ||
|
||
Greg Wilson (ed): "Software Carpentry: Workshop Template." Version | ||
2016.06, June 2016, https://github.com/carpentries/workshop-template, | ||
10.5281/zenodo.58156. |
Oops, something went wrong.