Difference between revisions of "Slides"
From EVE University Wiki
(Created page with "= EVE University slide repository = == Guide == ''how to create a deck'' == List == === Jump Clones 101 === * reveal.js slides * [[Jump_Clones_...") |
|||
(13 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{deprecated}} | ||
+ | |||
= EVE University slide repository = | = EVE University slide repository = | ||
== Guide == | == Guide == | ||
− | '' | + | Slides are denoted using <section>your slide</section> and accept standard html. A demonstration deck can be found [http://lab.hakim.se/reveal-js/#/ here]. To see how individual slides were created view the source for that page. A simple example is provided below. |
+ | |||
+ | Once you've created your presentation in your editor of choice follow these steps: | ||
+ | * Upload the raw slides to http://wiki.eveuniversity.org/Slides/Class_name ''While it is possible to add slides to other areas of the wiki they will not work with the presentation framework detailed below.'' | ||
+ | * Add the Slides template by including <nowiki>{{Slides}}</nowiki> at the top of the page. | ||
+ | * Save your changes. | ||
+ | * Yes there will be <section> tags all over the place. | ||
+ | |||
+ | A presentation version of your slides (using reveal.js) can be viewed by modifying the following url: http://s.fboyd.me/present.php?page=Class_name so that "Class_name" points to your class slides. | ||
+ | |||
+ | Reveal.js tips: | ||
+ | * Slides can be both vertical and horizontal | ||
+ | * ESC to view overall slide layout | ||
+ | * Navigate through slides with either the arrow keys, the control in the corner or a touch input | ||
+ | * 'S' for presenter tools including clock, timer and slide preview. | ||
+ | |||
+ | === Examples === | ||
+ | |||
+ | Example simple slide pack, the outcome of which can be viewed [http://s.fboyd.me/small_demo.html here]: | ||
+ | <nowiki> | ||
+ | <section> | ||
+ | <h1>The title of the class</h1> | ||
+ | <p> | ||
+ | Description of the class | ||
+ | </p> | ||
+ | </section> | ||
+ | <section> | ||
+ | <h2>A talking point</h2> | ||
+ | <ul> | ||
+ | <li>An unordered list</li> | ||
+ | <li>of talking point details</li> | ||
+ | </ul> | ||
+ | </section> | ||
+ | </nowiki> | ||
+ | * [[Slides/Jump_Clones_101|Functional raw slides]] (edit the page to see the nowiki tags and slides category) | ||
+ | * Presented version of above: http://s.fboyd.me/present.php?page=Jump_Clones_101 | ||
== List == | == List == | ||
Line 9: | Line 46: | ||
=== Jump Clones 101 === | === Jump Clones 101 === | ||
− | * [[slides/Jump_Clones_101|reveal.js | + | * [[slides/Jump_Clones_101|Raw slides]] |
+ | * [http://s.fboyd.me/present.php?page=Jump_Clones_101 reveal.js formatted example] | ||
* [[Jump_Clones_101|Class syllabus]] | * [[Jump_Clones_101|Class syllabus]] | ||
+ | |||
+ | === Fleet Boosting 101 === | ||
+ | |||
+ | * [[slides/Fleet_Boosting_101|Raw slides]] | ||
+ | * [http://s.fboyd.me/present.php?page=Fleet_Boosting_101 reveal.js formatted example] | ||
+ | * [http://gdurl.com/SRSl Presentation slides] created by [[User:Titus tallang|Titus Tallang]] | ||
+ | * ''A syllabus for this class has not been created'' |
Latest revision as of 16:18, 1 May 2017
This article is deprecated and no longer in use. There is no replacement information available.
EVE University slide repository
Guide
Slides are denoted using
and accept standard html. A demonstration deck can be found here. To see how individual slides were created view the source for that page. A simple example is provided below.
Once you've created your presentation in your editor of choice follow these steps:
- Upload the raw slides to http://wiki.eveuniversity.org/Slides/Class_name While it is possible to add slides to other areas of the wiki they will not work with the presentation framework detailed below.
- Add the Slides template by including {{Slides}} at the top of the page.
- Save your changes.
- Yes there will be
tags all over the place.
A presentation version of your slides (using reveal.js) can be viewed by modifying the following url: http://s.fboyd.me/present.php?page=Class_name so that "Class_name" points to your class slides.
Reveal.js tips:
- Slides can be both vertical and horizontal
- ESC to view overall slide layout
- Navigate through slides with either the arrow keys, the control in the corner or a touch input
- 'S' for presenter tools including clock, timer and slide preview.
Examples
Example simple slide pack, the outcome of which can be viewed here:
<nowiki>
<section>
The title of the class
Description of the class
A talking point
- An unordered list
- of talking point details
</nowiki>
- Functional raw slides (edit the page to see the nowiki tags and slides category)
- Presented version of above: http://s.fboyd.me/present.php?page=Jump_Clones_101
List
Jump Clones 101
Fleet Boosting 101
- Raw slides
- reveal.js formatted example
- Presentation slides created by Titus Tallang
- A syllabus for this class has not been created