More actions
m →Jump Clones 101: updated with present.php |
|||
| (9 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{deprecated}} | |||
= EVE University slide repository = | = EVE University slide repository = | ||
| Line 6: | Line 8: | ||
Once you've created your presentation in your editor of choice follow these steps: | 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 | * 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. | * Add the Slides template by including <nowiki>{{Slides}}</nowiki> at the top of the page. | ||
* Save your changes. | * Save your changes. | ||
* Yes there will be <section> tags all over the place. | |||
A presentation version of | 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 === | === Examples === | ||
Example simple slide pack: | Example simple slide pack, the outcome of which can be viewed [http://s.fboyd.me/small_demo.html here]: | ||
<nowiki> | <nowiki> | ||
<section> | <section> | ||
| Line 25: | Line 33: | ||
<section> | <section> | ||
<h2>A talking point</h2> | <h2>A talking point</h2> | ||
< | <ul> | ||
<li>An unordered list</li> | <li>An unordered list</li> | ||
<li>of talking point details</li> | <li>of talking point details</li> | ||
</ | </ul> | ||
</section> | </section> | ||
</nowiki> | </nowiki> | ||
| Line 41: | Line 49: | ||
* [http://s.fboyd.me/present.php?page=Jump_Clones_101 reveal.js formatted example] | * [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