diff --git a/gh-pages/docs/ION-Tutorials.md b/gh-pages/docs/ION-Tutorials.md new file mode 100644 index 000000000..c21944d60 --- /dev/null +++ b/gh-pages/docs/ION-Tutorials.md @@ -0,0 +1,10 @@ +# ION Tutorials + +The follow tutorials will help you get started with the ION BP Suite: + +* Introduction to Delay/Disruption Tolerant Networking (DTN) - [Presentation](./ion-tutorials/Day%201%20morning%20-%20DTN%20overview.pdf), [Video](https://www.youtube.com/watch?v=2RHzIxbBJgo) +* Introduction to the Interplanetary Overlay Network (ION) - [Presentation](./ion-tutorials/Day%201%20afternoon%20-%20ION%20overview.pdf), [Video](https://www.youtube.com/watch?v=CXqqIauO1qQ) +* ION's Technical Details - [Presentation](./ion-tutorials/Day%202%20afternoon%20-%20ION%20details.pdf), [Video](https://www.youtube.com/watch?v=8zvU1e_cyTc) +* ION In Action - [Presentation](./ion-tutorials/Day%203%20afternoon%20-%20ION%20in%20action.pdf), [Video](https://www.youtube.com/watch?v=GoOkYfCHFpA) + +_Note: These presentations/videos were released in 2020 and has not been updated since then. Some technical details and reference materials may be outdated. Please consult the latest man pages and released documentations._ \ No newline at end of file diff --git a/gh-pages/docs/ion-tutorials/Day 1 afternoon - ION overview.pdf b/gh-pages/docs/ion-tutorials/Day 1 afternoon - ION overview.pdf new file mode 100644 index 000000000..a300d4965 Binary files /dev/null and b/gh-pages/docs/ion-tutorials/Day 1 afternoon - ION overview.pdf differ diff --git a/gh-pages/docs/ion-tutorials/Day 1 morning - DTN overview.pdf b/gh-pages/docs/ion-tutorials/Day 1 morning - DTN overview.pdf new file mode 100644 index 000000000..466f6ddb5 Binary files /dev/null and b/gh-pages/docs/ion-tutorials/Day 1 morning - DTN overview.pdf differ diff --git a/gh-pages/docs/ion-tutorials/Day 2 afternoon - ION details.pdf b/gh-pages/docs/ion-tutorials/Day 2 afternoon - ION details.pdf new file mode 100644 index 000000000..0362d55eb Binary files /dev/null and b/gh-pages/docs/ion-tutorials/Day 2 afternoon - ION details.pdf differ diff --git a/gh-pages/docs/ion-tutorials/Day 3 afternoon - ION in action.pdf b/gh-pages/docs/ion-tutorials/Day 3 afternoon - ION in action.pdf new file mode 100644 index 000000000..86484e210 Binary files /dev/null and b/gh-pages/docs/ion-tutorials/Day 3 afternoon - ION in action.pdf differ diff --git a/gh-pages/mkdocs.yml b/gh-pages/mkdocs.yml index 22bbaf230..a130a5e0e 100644 --- a/gh-pages/mkdocs.yml +++ b/gh-pages/mkdocs.yml @@ -59,6 +59,7 @@ nav: - Publications/Papers: List-of-Papers.md - Contribute Code: community/Contributing-Code-to-ION.md - ION Test Set: ION-TestSet-Readme.md + - ION Tutorials: ION-Tutorials.md - Configuration: - Basic Configuration Tutorial: Basic-Configuration-File-Tutorial.md - Configuration Templates: ION-Config-File-Templates.md