rnaseq-cwl-training.git
10 years agoReplace bootcamp with workshop
Raniere Silva [Thu, 25 Sep 2014 15:59:59 +0000 (12:59 -0300)]
Replace bootcamp with workshop

~~~
$ for file in $(grep -r -l 'bootcamp' .); do sed -i 's/bootcamp/workshop/g' $file; done
$ for file in $(grep -r -l 'boot camp' .); do sed -i 's/boot camp/workshop/g' $file; done
~~~

and others minors changes.

Close #240.

10 years agoMerge pull request #535 from gvwilson/rewriting-shell-lesson-using-nelle
Greg Wilson [Tue, 22 Jul 2014 19:52:11 +0000 (15:52 -0400)]
Merge pull request #535 from gvwilson/rewriting-shell-lesson-using-nelle

Rewriting novice shell lesson so that everything refers to Nelle instead of Vlad.

10 years agoUpdate IPython Notebook template
Raniere Silva [Sat, 14 Jun 2014 03:10:02 +0000 (00:10 -0300)]
Update IPython Notebook template

- Improve to handle err class
- Improve pandoc support

10 years agoShrink the font size for print version
Raniere Silva [Mon, 23 Jun 2014 21:09:47 +0000 (18:09 -0300)]
Shrink the font size for print version

10 years agoAdd CSS for printing
Raniere Silva [Sun, 22 Jun 2014 14:51:55 +0000 (11:51 -0300)]
Add CSS for printing

The CSS was add at our main CSS and remove from printing:

- Logo at header
- GitHub ribbon
- Footnote

Close #561.

10 years agoUpdate template for book to rely on CSS
Raniere Silva [Fri, 13 Jun 2014 17:15:42 +0000 (14:15 -0300)]
Update template for book to rely on CSS

Use h2 tag for "subtitle" will break any tool used to convert HTML
for another format. This commit replace h2 with span and rely on
CSS for have the same look.

10 years agoMerge pull request #447 from r-gaia-cs/github
Greg Wilson [Tue, 10 Jun 2014 15:49:38 +0000 (11:49 -0400)]
Merge pull request #447 from r-gaia-cs/github

Add GitHub Ribbon to our lessons

10 years agoNovice shell lesson is now written in terms of Nelle instead of Vlad.
Greg Wilson [Mon, 9 Jun 2014 17:29:58 +0000 (13:29 -0400)]
Novice shell lesson is now written in terms of Nelle instead of Vlad.

10 years agoImprove CSS for GitHub ribbon
Raniere Silva [Sat, 7 Jun 2014 16:43:05 +0000 (13:43 -0300)]
Improve CSS for GitHub ribbon

- For small screen, preserve margin.
- Use css-beautify

10 years agoAdd GitHub Ribbon to our lessons
Raniere Silva [Fri, 18 Apr 2014 13:52:12 +0000 (10:52 -0300)]
Add GitHub Ribbon to our lessons

Backport of 9a19e91 from swcarpentry/site.

All credits to Abigail Cabunoc <abigail.cabunoc@oicr.on.ca>
for the awesome work with CSS.

10 years agoConverting to individual challenge div's in the novice shell lessons
Greg Wilson [Mon, 26 May 2014 16:44:43 +0000 (12:44 -0400)]
Converting to individual challenge div's in the novice shell lessons

10 years agoMerge pull request #385 from r-gaia-cs/css-mobile
Greg Wilson [Sun, 6 Apr 2014 13:50:02 +0000 (09:50 -0400)]
Merge pull request #385 from r-gaia-cs/css-mobile

Add CSS media query to improve logo position

10 years agoCleaning up novice extras
Greg Wilson [Tue, 25 Mar 2014 18:06:49 +0000 (14:06 -0400)]
Cleaning up novice extras

10 years agoAdd CSS media query to improve logo
Raniere Silva [Mon, 17 Mar 2014 16:52:50 +0000 (13:52 -0300)]
Add CSS media query to improve logo

10 years agoGetting the pre-formatted code's color right
Greg Wilson [Mon, 3 Mar 2014 16:12:54 +0000 (11:12 -0500)]
Getting the pre-formatted code's color right

10 years agoMerge branch 'sticking-with-jekyll' of github.com:gvwilson/bc into sticking-with...
Greg Wilson [Fri, 28 Feb 2014 12:51:05 +0000 (07:51 -0500)]
Merge branch 'sticking-with-jekyll' of github.com:gvwilson/bc into sticking-with-jekyll

10 years ago* Getting rid of old cheat sheets
Greg Wilson [Thu, 27 Feb 2014 15:15:46 +0000 (10:15 -0500)]
*   Getting rid of old cheat sheets
*   Indenting error output cells
*   Removing explicit 'level' keys from Markdown files
*   Storing the generated files so that people who don't use those tools won't have to regenerate them.
*   Modifying .gitignore to reflect this.
*   Updating the Makefile to run Jekyll exactly once.
*   Command to install on the server
*   No longer worrying about making a page of images
*   Better (more guessable) name for the target that builds the website
*   Fixing image paths
*   Fixing up glossary entries

10 years agoIndenting error output cells
Greg Wilson [Thu, 27 Feb 2014 15:38:04 +0000 (10:38 -0500)]
Indenting error output cells

11 years agoCSS arrow to mark input and output
Raniere Silva [Tue, 18 Feb 2014 01:57:50 +0000 (22:57 -0300)]
CSS arrow to mark input and output

**Note**: This is a prototype.

Instead of "In" and "Out" use arrow to mark the input and output
of IPython lessons.

To construct the arrows we only use CSS.

11 years agoInlining contents of generic bootcamp index page
Greg Wilson [Sun, 16 Feb 2014 12:52:03 +0000 (07:52 -0500)]
Inlining contents of generic bootcamp index page

11 years ago1. Moving general information about bootcamps and setup instruction into `index...
Greg Wilson [Sun, 9 Feb 2014 19:15:51 +0000 (14:15 -0500)]
1.  Moving general information about bootcamps and setup instruction into `index.html`
    (instead of using %include directives).
2.  Deleting unused include files containing general bootcamp information.
3.  Leaving the setup instruction snippets in place for now.
4.  Modifying CSS to format things more cleanly now that they're inlined.

11 years agoPreparing material for Version 5 novice release
Greg Wilson [Fri, 7 Feb 2014 17:05:02 +0000 (12:05 -0500)]
Preparing material for Version 5 novice release

11 years agoFix for issue #44 with large font size
Raniere Silva [Tue, 1 Oct 2013 15:00:47 +0000 (12:00 -0300)]
Fix for issue #44 with large font size

When using large font it will overflow the width so I add
max-width in the css.

11 years agoSolve issue #44
Raniere Silva [Tue, 1 Oct 2013 13:00:43 +0000 (10:00 -0300)]
Solve issue #44

The 'box' class overflow the window width for some screen size.
This patch fix it using CSS media query.

11 years agoInitializing template for Software Carpentry bootcamp home pages.
Greg Wilson [Sun, 14 Jul 2013 11:13:41 +0000 (07:13 -0400)]
Initializing template for Software Carpentry bootcamp home pages.