|
110 | 110 | <body> |
111 | 111 | <div class="reveal"> |
112 | 112 | <div class="slides"> |
113 | | - <!-- Title slide --> |
114 | 113 | <section> |
115 | | - <h1 class="r-fit-text"> |
116 | | - Build a Jupyter Book <br />with The Turing Way |
117 | | - </h1> |
118 | | - <img |
119 | | - class="r-stretch" |
120 | | - alt="Two smiling people, with outstretched arms, stand infront of banner text saying welcome! The text is sorrounded by marks implying lights and fireworks." |
121 | | - src="static/bannerwelcome.svg" |
122 | | - /> |
123 | | - </section> |
124 | | - <!-- Introduction to presenters --> |
125 | | - <section> |
126 | | - <img src="static/angus.jpg" width="200px" /> |
127 | | - <img src="static/arielle.jpg" width="200px" /> |
128 | | - <img src="static/chris.jpg" width="200px" /> |
129 | | - <img src="static/franklin.jpg" width="200px" /> |
130 | | - <img src="static/jim.jpg" width="200px" /> |
131 | | - <img src="static/kirstie.jpg" width="200px" /> |
132 | | - <img src="static/robert.jpg" width="200px" /> |
133 | | - <img src="static/rowan.png" width="200px" /> |
| 114 | + <!-- Title slide --> |
| 115 | + <section> |
| 116 | + <h1 class="r-fit-text"> |
| 117 | + Build a Jupyter Book <br />with The Turing Way |
| 118 | + </h1> |
| 119 | + <img |
| 120 | + class="r-stretch" |
| 121 | + alt="Two smiling people, with outstretched arms, stand infront of banner text saying welcome! The text is sorrounded by marks implying lights and fireworks." |
| 122 | + src="static/bannerwelcome.svg" |
| 123 | + /> |
| 124 | + </section> |
| 125 | + <!-- Introduction to presenters --> |
| 126 | + <section> |
| 127 | + <img src="static/angus.jpg" width="200" /> |
| 128 | + <img src="static/arielle.jpg" width="200" /> |
| 129 | + <img src="static/chris.jpg" width="200" /> |
| 130 | + <img src="static/franklin.jpg" width="200" /> |
| 131 | + <img src="static/jim.jpg" width="200" /> |
| 132 | + <img src="static/kirstie.jpg" width="200" /> |
| 133 | + <img src="static/robert.jpg" width="200" /> |
| 134 | + <img src="static/rowan.png" width="200" /> |
| 135 | + </section> |
| 136 | + <!-- Schedule --> |
| 137 | + <section> |
| 138 | + <table style="font-size: 36px"> |
| 139 | + <tr> |
| 140 | + <th>Time</th> |
| 141 | + <th>Activity</th> |
| 142 | + </tr> |
| 143 | + <tr> |
| 144 | + <td>09:00</td> |
| 145 | + <td>Introduction</td> |
| 146 | + </tr> |
| 147 | + <tr> |
| 148 | + <td>09:20</td> |
| 149 | + <td>Installation</td> |
| 150 | + </tr> |
| 151 | + <tr> |
| 152 | + <td>09:30</td> |
| 153 | + <td>Jupyter Book Showcase</td> |
| 154 | + </tr> |
| 155 | + <tr> |
| 156 | + <td>09:45</td> |
| 157 | + <td>Jupyter Book Fundamentals</td> |
| 158 | + </tr> |
| 159 | + <tr> |
| 160 | + <td>10:30</td> |
| 161 | + <td>Coffee Break ☕️</td> |
| 162 | + </tr> |
| 163 | + <tr> |
| 164 | + <td>10:45</td> |
| 165 | + <td>Executable Content and Building a PDF</td> |
| 166 | + </tr> |
| 167 | + <tr> |
| 168 | + <td>11:20</td> |
| 169 | + <td>Advanced MyST Showcase</td> |
| 170 | + </tr> |
| 171 | + <tr> |
| 172 | + <td>11:40</td> |
| 173 | + <td>Join us!</td> |
| 174 | + </tr> |
| 175 | + <tr> |
| 176 | + <td>12:00</td> |
| 177 | + <td>Close and Lunch 🍽️</td> |
| 178 | + </tr> |
| 179 | + </table> |
| 180 | + </section> |
134 | 181 | </section> |
135 | 182 | <!-- Early prompt to install, can be done during introduction slides --> |
136 | 183 | <section data-visibility="hidden"> |
@@ -1007,11 +1054,11 @@ <h2>The Turing Way Community</h2> |
1007 | 1054 | src="static/community.svg" |
1008 | 1055 | style="height: 8em" |
1009 | 1056 | /> |
1010 | | - <blockquote> |
1011 | | - Community-written handbook for reproducible, ethical and |
1012 | | - collaborative data science. |
1013 | | - </blockquote> |
1014 | 1057 | </a> |
| 1058 | + <blockquote> |
| 1059 | + Community-written handbook for reproducible, ethical and |
| 1060 | + collaborative data science. |
| 1061 | + </blockquote> |
1015 | 1062 | <!-- prettier-ignore --> |
1016 | 1063 | <aside data-markdown class="notes"> |
1017 | 1064 | - Community-written handbook for reproducible, ethical and collaborative data science |
|
0 commit comments