Skip to content

Commit

Permalink
Merge pull request carpentries#10 from gvwilson/removing-motivational…
Browse files Browse the repository at this point in the history
…-slideshow

Removing motivational slideshow
  • Loading branch information
Raniere Silva committed Jun 11, 2015
2 parents 398e688 + 6e1ae13 commit 729d5d5
Show file tree
Hide file tree
Showing 31 changed files with 22 additions and 23,139 deletions.
48 changes: 5 additions & 43 deletions LAYOUT.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ plots, and diagrams used in the lessons must go in a `fig/` directory.

Files used to display the lesson, such as artwork, CSS, and
Javascript, are stored in `img/`, `css/`, and `js/` directories of
their own, while the `deck.js/` directory contains files used to make
HTML slideshows. We keep website artwork in the `img/` directory
their own. We keep website artwork in the `img/` directory
separate from figures used in the lesson (which are stored in `fig/`)
to make it simple to update the former automatically. Most authors
should not need to modify any of the support files themselves.
Expand Down Expand Up @@ -98,22 +97,18 @@ The root directory holds the content of the lesson, and must contain:
this lesson, and is about the filesystem. (Note that we use hyphens
rather than underscores in filenames.) See "Topics" below.

4. `motivation.md`: slides for a short introductory presentation (three
minutes or less) explaining what the lesson is about and why people
would want to learn it. See "Introductory Slides" below.

5. `reference.md`: a cheat sheet summarizing key terms and commands,
4. `reference.md`: a cheat sheet summarizing key terms and commands,
syntax, etc., that can be printed and given to learners. See
"Reference Guide" below.

6. `discussion.md`: notes about more advanced ideas that would
5. `discussion.md`: notes about more advanced ideas that would
distract from the main lesson, and pointers to where to go next.
See "Discussion Page" below.

7. `instructors.md`: the instructor's guide for the lesson. See
6. `instructors.md`: the instructor's guide for the lesson. See
"Instructor's Guide" below.

8. `CONTRIBUTING.md`: instructions for people who want to contribute.
7. `CONTRIBUTING.md`: instructions for people who want to contribute.
This file should be edited to replace references to `lesson-template`
with references to your lesson's repository.

Expand Down Expand Up @@ -337,39 +332,6 @@ random number generation is outside the scope of the lesson,
summary(ex_dat)
```

## Motivational Slides

Every lesson must include a short slide deck in `motivation.md` suitable for a short
presentation (3 minutes or less) that the instructor can use to explain
to learners how knowing the subject will help them. The slides must
use level-2 headings as slide titles, but may use anything within the slide:

---
layout: slides
title: Lesson Title
subtitle: Motivation
---
## Our Mission

We make scientists and engineering more productive
by teaching them basic computing skills.


## The Problem

- Surveyed 1972 scientists in 2008.
- "How do you use computers?"
- "How did you learn what you know?"

**Notes:**

1. We use [deck.js](http://imakewebthings.com/deck.js/) for our slides
as it is simpler and prettier than alternatives like
[reveal.js](http://lab.hakim.se/reveal-js/).

2. For examples of slideshows, please see the
[slideshow repository](https://github.com/swcarpentry/slideshows).

## Reference Guide

The reference guide in `reference.md` is a cheat sheet for learners to print, doodle on,
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,6 @@ cover, and that coverage to include:

Along with the lesson materials themselves, each lesson must contain:

* *Introductory slides* to give learners a sense of where the next
two or three hours are going to take them.

* A *reference guide* that learners can use during the lesson and take
away afterward. This must include a glossary of terms, not only to
help learners, but also to help lesson authors summarize what the
Expand Down
6 changes: 5 additions & 1 deletion _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@
<article>
<div class="row">
<div class="col-md-10 col-md-offset-1">
$if(subtitle)$
<a href="index.html"><h1 class="title">$title$</h1></a>
<h2 class="subtitle">$subtitle$</h2>
$else$
<h1 class="title">$title$</h1>
$if(subtitle)$<h2 class="subtitle">$subtitle$</h2>$endif$
$endif$
$body$
</div>
</div>
Expand Down
47 changes: 0 additions & 47 deletions _layouts/slides.html

This file was deleted.

62 changes: 0 additions & 62 deletions _layouts/slides.revealjs

This file was deleted.

Loading

0 comments on commit 729d5d5

Please sign in to comment.