From ef23520a6f5d2710b4c0553a8cd9c0c04f8522b6 Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Fri, 2 Jul 2021 21:01:05 +0100 Subject: Move presentation to markdown. Add an image for classic design. --- README.html | 14 ++++++- README.md | 21 +++++++++- compile.sh | 7 ++-- formatting.tex | 71 +++++++++++++++++++++++++++++++++ paper-planes.zip | Bin 41163 -> 142613 bytes presentation-interactive.html | 32 +++++++++------ presentation-plain.html | 32 +++++++-------- presentation.md | 29 ++++++++++++++ presentation.pdf | Bin 15063 -> 94084 bytes presentation.pptx | Bin 27137 -> 53233 bytes presentation.tex | 90 ------------------------------------------ 11 files changed, 171 insertions(+), 125 deletions(-) create mode 100644 formatting.tex create mode 100644 presentation.md delete mode 100644 presentation.tex diff --git a/README.html b/README.html index b660050..f4783e8 100644 --- a/README.html +++ b/README.html @@ -1,6 +1,18 @@

A lesson plan about paper planes

A simple lesson structure, aimed to appeal to a broad range of students, presented as a fun lesson, where the aim is not curriculum based learning, but instead an enjoyable activity for both the students and the teacher.

The design intends to leave a lot of flexibility for the teacher, such that there is room for variation in format and content.

-

How to use this

+

Downloading

You could download a zip file with all of the files: https://git.mohit.uk/?p=paper-planes.git;a=blob;f=paper-planes.zip.

Or use this website to browse all of the files, and download the ones that you need from the tree view (https://git.mohit.uk/?p=paper-planes.git;a=tree).

+

Usage

+

The important files are presentation.pdf A PDF of the presentation presentation.pptx A PowerPoint of the presentation

+

All versions of the presentation are identical in content. A html version is offered as well.

+

A good idea may be not to stick to the presentation, but to

+

Talking points

+ diff --git a/README.md b/README.md index 117411b..355efd4 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ students and the teacher. The design intends to leave a lot of flexibility for the teacher, such that there is room for variation in format and content. -## How to use this +## Downloading You could download a zip file with all of the files: . @@ -16,3 +16,22 @@ You could download a zip file with all of the files: Or use this website to browse all of the files, and download the ones that you need from the tree view (). + +## Usage + +The important files are + presentation.pdf A PDF of the presentation + presentation.pptx A PowerPoint of the presentation + +All versions of the presentation are identical in content. A html +version is offered as well. + +A good idea may be not to stick to the presentation, but to + +## Talking points + +* Weight and garvity +* Acceleration/deceleration +* Surface area +* Lift and aerodynamics +* SUVAT/Projectile motion diff --git a/compile.sh b/compile.sh index 2c0a67c..8f21d98 100755 --- a/compile.sh +++ b/compile.sh @@ -1,6 +1,7 @@ -latexrun --latex-cmd xelatex presentation.tex -pandoc presentation.tex -t revealjs -s -o presentation-interactive.html -pandoc presentation.tex -s -o presentation-plain.html +pandoc -t beamer -H formatting.tex -V aspectratio:169 presentation.md -o presentation.pdf +pandoc presentation.md -t revealjs -s -o presentation-interactive.html +pandoc presentation.md -s -o presentation-plain.html +pandoc presentation.md -o presentation.pptx pandoc README.md -o README.html mkdir paper-planes rm -rf paper-planes.zip diff --git a/formatting.tex b/formatting.tex new file mode 100644 index 0000000..0c56549 --- /dev/null +++ b/formatting.tex @@ -0,0 +1,71 @@ +%% If you have any problems using this template, please contact the author: %% +%% timhosgood@gmail.com %% + +%% Modified by Mohit Agarwal [2021] + +%\usepackage{charter} +\usepackage{tikz} +\usepackage{graphicx} +\usepackage{amsmath} +\usepackage{amssymb} +\usepackage{hyperref} + +\hypersetup{ + colorlinks, + citecolor=red, + filecolor=black, + linkcolor=black, + urlcolor=teal +} + +\beamertemplatenavigationsymbolsempty % remove navigation bar + +\setbeamertemplate{headline} + +%% Title slide formatting %% + +\setbeamerfont{subtitle}{size=\tiny} +\setbeamertemplate{title page}{ + \begin{center} + \textit{\Large\inserttitle} + + \vspace{20pt} + \insertauthor + + \vspace{20pt} + \textbf{\small\insertinstitute} + + \small\insertdate + \end{center} +} + + + +%% General slide formatting %% + +\definecolor{oxfordblue}{RGB}{4,30,66} + +\setbeamertemplate{frametitle}{ + \begin{flushleft} + \vspace{10pt} + \textit{\textbf{\large\color{oxfordblue}\insertframetitle}} + + \normalsize\color{oxfordblue}\insertframesubtitle + \end{flushleft} +} + +\setbeamertemplate{itemize items}{\color{oxfordblue}\texttt{>}} + +%% Information (author, title, etc.) %% + +\title[Paper planes]{Paper Planes} % short title, long title +\author{ + Mohit Agarwal +} +\institute{ +} +\date[]{Last modified July 2021} % short date for footer + + +\usefonttheme{serif} + diff --git a/paper-planes.zip b/paper-planes.zip index aaa0285..8ab791b 100644 Binary files a/paper-planes.zip and b/paper-planes.zip differ diff --git a/presentation-interactive.html b/presentation-interactive.html index b54943f..a0e5fe3 100644 --- a/presentation-interactive.html +++ b/presentation-interactive.html @@ -4,7 +4,7 @@ - Paper Planes + presentation @@ -31,24 +31,30 @@

Last modified July 2021

-
-

Why does a plane fly?

+
+

Why does a plane fly?

Discuss

    -
  • Why does a plane fly?

  • -
  • Why does a paper plane fly?

  • -
  • What makes a good plane?

  • -
  • What makes a good paper plane?

  • +
  • Why does a plane fly?
  • +
  • Why does a paper plane fly?
  • +
  • What makes a good plane?
  • +
  • What makes a good paper plane?
-
-

The value of a paper plane

+
+

The value of a paper plane

+

Placeholder text

-
-

The classic design

+
+

The classic design

+
+Classical Plane Design +
-
-

A different design

+
+

A different design

+

John Collins designed the current world record plane for distance.

+

(Optional) See the world record throw: https://example.com

diff --git a/presentation-plain.html b/presentation-plain.html index 5c0ea3b..1d8073b 100644 --- a/presentation-plain.html +++ b/presentation-plain.html @@ -5,7 +5,7 @@ - Paper Planes + presentation