Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# flux-tools
Code and demos for running scripts on FLUX
This is a repo containing demos for how to get started with the University of Michigan FLUX HPC cluster and run some basic bioinformatics/microbiome scripts.

You can access lessons at [http://deneflab.github.io/flux-tools/](http://deneflab.github.io/flux-tools/).

This repo was created by @michberr. As of September 2016 updates to flux may not be reflected in the demos.

12 changes: 12 additions & 0 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<link rel="shortcut icon" type="image/x-icon" href="{{page.root}}/favicon.ico" />
<link href="{{page.root}}/css/bootstrap/bootstrap.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="{{page.root}}/css/bootstrap/bootstrap-responsive.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="{{page.root}}/css/swc.css" />
<link rel="stylesheet" type="text/css" href="{{page.root}}/css/swc-bootstrap.css" />
<meta charset="UTF-8" />
<meta http-equiv="last-modified" content="{{site.timestamp}}" />
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
5 changes: 5 additions & 0 deletions _includes/javascript.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="{{page.root}}/js/jquery-1.9.1.min.js"></script>
<script src="{{page.root}}/js/bootstrap/bootstrap.min.js"></script>
29 changes: 29 additions & 0 deletions _layouts/lesson.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
---
<!DOCTYPE html>
<html>
<head>
{% if page.title %}
<title>{{ page.title }}</title>
{% endif %}
{% include header.html %}
<link rel="stylesheet" type="text/css" href="{{page.root}}/css/lesson.css" />
</head>
<body>
<div class="container">

<div class="row-fluid">
<div class="span10 offset1">
<!-- start content -->
{% if page.title %}
<h1>{{page.title}}</h1>
{% endif %}
{{content}}
<!-- end content -->
</div>
</div>

</div>
{% include javascript.html %}
</body>
</html>
60 changes: 60 additions & 0 deletions _layouts/slides.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
cdn: http://files.software-carpentry.org/cdn
---
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>{{page.title}}</title>
<meta name="description" content="{{page.title}}" />
<meta name="author" content="{{page.author}}" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="{{page.cdn}}/reveal.js/css/reveal.min.css" />
<link rel="stylesheet" href="{{page.cdn}}/reveal.js/css/theme/default.css" id="theme" />
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
<link rel="stylesheet" href="{{page.cdn}}/bootstrap/bootstrap.css" />
</head>
<body>

<div class="reveal">
<div class="slides">
{{content}}
</div>
</div>

<script src="{{page.cdn}}/reveal.js/lib/js/head.min.js"></script>
<script src="{{page.cdn}}/reveal.js/js/reveal.min.js"></script>

<script>
// Full list of configuration options available at http://github.com/hakimel/reveal.js#configuration.
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,

theme: 'sky',
transition: 'none',

// Parallax scrolling
// parallaxBackgroundImage: 'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg',
// parallaxBackgroundSize: '2100px 900px',

// Optional libraries used to extend on reveal.js
dependencies: [
{ src: '{{page.cdn}}/reveal.js/lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: '{{page.cdn}}/reveal.js/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: '{{page.cdn}}/reveal.js/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: '{{page.cdn}}/reveal.js/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: '{{page.cdn}}/reveal.js/plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: '{{page.cdn}}/reveal.js/plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});
</script>

</body>
</html>
42 changes: 42 additions & 0 deletions _layouts/workshop.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
---
<!DOCTYPE html>
<html>
<head>
{% if page.title %}
<title>{{ page.title }}</title>
{% else %}
<title>{{ page.venue }}</title>
{% endif %}
{% include header.html %}
<meta name="venue" content="{{page.venue}}" />
<meta name="date" content="{{page.humandate}}" />
<meta name="startdate" content="{{page.startdate}}" />
<meta name="enddate" content="{{page.enddate}}" />
</head>
<body>
<div class="container">
<div class="span10 offset1">
{% include banner.html %}

<div class="hero-unit">
<div class="row-fluid">
<div class="span10">
<h2>A Data Carpentry Workshop</h2>
<h4>Organized by ... </h4>
<h2>{{page.venue}}</h2>
{% if page.address %}{{page.address}}<br/>{% endif %}
{{page.humandate}}
{% if page.humantime %}<br/>{{page.humantime}}{% endif %}
</div>
</div>
</div>

{{content}}

{% include footer.html %}
</div>
</div>
{% include javascript.html %}
</body>
</html>
Loading