|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | + <head> |
| 4 | + <title>IETF Hackathon - [Project Name] </title> |
| 5 | + <meta charset="utf-8"> |
| 6 | + <style> |
| 7 | + @import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz); |
| 8 | + @import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic); |
| 9 | + @import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic); |
| 10 | + div.left-column { width: 49%; float: left; } |
| 11 | + div.right-column { width: 49%; float: right; } |
| 12 | + |
| 13 | + div.right-column ~ p { clear: both; } |
| 14 | + div.right-column ~ ul { clear: both; } |
| 15 | + div.my-footer { |
| 16 | + border-top: 1px solid #ccc; |
| 17 | + font-size: 10pt; |
| 18 | + text-align: center; |
| 19 | + position: fixed; |
| 20 | + bottom: 0px; |
| 21 | + left: 0px; |
| 22 | + height: 30px; |
| 23 | + width: 100%; |
| 24 | + } |
| 25 | + |
| 26 | + div.my-footer p { |
| 27 | + margin-top: 10px; |
| 28 | + height: 30px; |
| 29 | + } |
| 30 | + |
| 31 | + body { font-family: 'Droid Serif'; } |
| 32 | + h1, h2, h3 { |
| 33 | + font-family: 'Yanone Kaffeesatz'; |
| 34 | + font-weight: normal; |
| 35 | + } |
| 36 | + .remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; } |
| 37 | + </style> |
| 38 | + </head> |
| 39 | + <body> |
| 40 | + <textarea id="source"> |
| 41 | +class: center, middle |
| 42 | + |
| 43 | +# IETF Hackathon |
| 44 | + |
| 45 | +IETF 121 |
| 46 | + |
| 47 | +2-3 November 2024 |
| 48 | + |
| 49 | +Dublin, Ireland |
| 50 | + |
| 51 | + |
| 52 | +--- |
| 53 | + |
| 54 | +# Hackathon Plan |
| 55 | + |
| 56 | +<What problem were you working on?> |
| 57 | + - <What drafts/RFC's were involved?> |
| 58 | + - <Specific problems to solve> |
| 59 | + |
| 60 | +<How you planned to solve it?> |
| 61 | + |
| 62 | +<div class="my-footer"><p>IETF Hackathon - project name </p></div> |
| 63 | +--- |
| 64 | + |
| 65 | +# What got done |
| 66 | + |
| 67 | +<What you achieved? (key results)> |
| 68 | + - <New ideas - what team agreed on> |
| 69 | + - <New code - links to github/gitlab/gitee/bitbucket> |
| 70 | + - <New design/architecture - what was novel?> |
| 71 | + - <New inter-op testing? - link to results> |
| 72 | + - <Demos - links to videos> |
| 73 | + |
| 74 | +<div class="my-footer"><p>IETF Hackathon - project name </p></div> |
| 75 | +--- |
| 76 | + |
| 77 | +# What we learned |
| 78 | + |
| 79 | +<Lessons learned from this hackathon> |
| 80 | + - <Issues with existing drafts/RFCs> |
| 81 | + - <New implementation guidance?> |
| 82 | + - <New feedback to take to WG?> |
| 83 | + - <New work to take to WG?> |
| 84 | + |
| 85 | +<div class="my-footer"><p>IETF Hackathon - project name </p></div> |
| 86 | +--- |
| 87 | + |
| 88 | +# Example slide with an image |
| 89 | + |
| 90 | +<!-- .left[] --> |
| 91 | + |
| 92 | + <img src="https://upload.wikimedia.org/wikipedia/commons/b/b8/Muito_fixe.png" alt="Computer network" width="300" height="400"> |
| 93 | + - Image sizing needs to be done in HTML at this point |
| 94 | + |
| 95 | +<div class="my-footer"><p>IETF Hackathon - project name </p></div> |
| 96 | + |
| 97 | +--- |
| 98 | +# Example slide with a video |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | +<!-- <iframe src="https://player.vimeo.com/video/134243897" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe> |
| 103 | +<p><a href="https://vimeo.com/134243897">BarBoF on QUIC at the IETF in Prague 22/07/2015</a> from <a href="https://vimeo.com/user42239424">William Diego</a> on <a href="https://vimeo.com">Vimeo</a>.</p> --> |
| 104 | + |
| 105 | + `<div style="position: relative; width: 50%; height: 0; padding-bottom: 37.5%;"><iframe src="https://player.bilibili.com/player.html?aid=412760976" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></div> |
| 106 | +<div class="my-footer"><p>IETF Hackathon - project name </p></div> |
| 107 | +--- |
| 108 | + # Wrap up |
| 109 | + --- |
| 110 | + |
| 111 | + |
| 112 | +.left-column[ |
| 113 | +#### Team members: |
| 114 | + |
| 115 | + - A.Y. Zer |
| 116 | + - P.O. Mta |
| 117 | + |
| 118 | + ] |
| 119 | +.right-column[ |
| 120 | +#### Other links: |
| 121 | + |
| 122 | + - |
| 123 | + - |
| 124 | + |
| 125 | + ] |
| 126 | + |
| 127 | +.left-column[ |
| 128 | +#### First timers @ IETF/Hackathon: |
| 129 | + |
| 130 | + - B.H. Kot |
| 131 | + - G.T. Dew |
| 132 | + |
| 133 | + ] |
| 134 | +.right-column[ |
| 135 | +#### Notes and contacts: |
| 136 | + |
| 137 | + - |
| 138 | + - |
| 139 | + |
| 140 | + ] |
| 141 | + |
| 142 | +<div class="my-footer"><p>IETF Hackathon - project name </p></div> |
| 143 | + |
| 144 | + </textarea> |
| 145 | + <script src="https://remarkjs.com/downloads/remark-latest.min.js"> |
| 146 | + </script> |
| 147 | + <script> |
| 148 | + var slideshow = remark.create(); |
| 149 | + </script> |
| 150 | + </body> |
| 151 | +</html> |
0 commit comments