{ "cells": [ { "cell_type": "code", "execution_count": 2, "metadata": { "slideshow": { "slide_type": "skip" } }, "outputs": [], "source": [ "#I'm not expecting you to run the code cells, but for completeness, the code can be found at https://github.com/strawpants/jupylecture\n", "from jupylecture.tools import hideCode,FlexSlide \n", "\n", "# Note to show this presentation as a slide show, one must have the rise extension installed and run the notebook as `jupyter notebook` (does not yet work from jupyterlab)" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "### WRS Hackathon June 30th 2021\n", "\"Drawing\"\n", "your hosts: Harm-Jan Benninga, Serkan Girgin, Roelof Rietbroek" ] }, { "cell_type": "code", "execution_count": 3, "metadata": { "cell_style": "center", "slideshow": { "slide_type": "slide" } }, "outputs": [ { "data": { "text/html": [ "
\n", " " ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "

Overall aim of the workshop: Hands-on experience and learn from each other

\n", "\n", "\n", "
\n", "\n", "
\n", "
\n", "\n", "
\n", "\n", "
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "slide=FlexSlide(\"# Overall aim of the workshop: Hands-on experience and learn from each other\")\n", "slide.addItems([\"Adapt to your group's speed\",\"Make it dynamic: program in pairs/triplets and exchange roles now and then\",\"Tell us what you're thinking/and where you have problems\",\"Create a little showcase/pitch to show at the end of the day\"],frag=True,flxwidth=\"flx40\")\n", "slide.addVideo(\"images/pairprogramming.mp4\",html_attributes=\"controls muted autoplay loop\",flxwidth=\"flx60\")\n", "slide.display()" ] }, { "cell_type": "code", "execution_count": 8, "metadata": { "slideshow": { "slide_type": "slide" } }, "outputs": [ { "data": { "text/html": [ "
\n", " " ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "

Overall aim of the workshop: Hands-on experience and learn from each other

\n", "\n", "\n", "
\n", "\n", "
  • 14:00 - 14:10: Introduction. We will start plenary in 5-144 and online
  • 14:10 - 15:00: Getting started. Teams can work in room 5-136, room 5-144 or online
    • Setting up your environments
    • Quick online research
    • Formulate your specialized challenge
  • 15:00 - 15:10: Quick get together to see where we are
    • What is your group going to do/doing?
  • 15:10 - 16:40: Continue challenge
  • 16:40 - 17:00: Concluding pitch round (3min pitch per group)
  • 17:00 - :Informal walk in the park
\n", "\n", "
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "sslide=FlexSlide(\"# Overall aim of the workshop: Hands-on experience and learn from each other\")\n", "sslide.addItems([\"14:00 - 14:10: Introduction. We will start plenary in 5-144 and online \",\n", " \"14:10 - 15:00: Getting started. Teams can work in room 5-136, room 5-144 or online\",\n", " [\"Setting up your environments\", \"Quick online research\",\"Formulate your specialized challenge\"],\n", " \"15:00 - 15:10: Quick get together to see where we are\",\n", " [\"What is your group going to do/doing?\"],\n", " \"15:10 - 16:40: Continue challenge\",\n", " \"16:40 - 17:00: Concluding pitch round (3min pitch per group)\",\n", " \"17:00 - :Informal walk in the park\"],frag=True,flxwidth=\"flx80\")\n", "sslide.display()" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "# Tips and Tricks\n", "* You can login with your UTwente credentials at crib.utwente.nl. The hackathon content will be living in the shared folder `shared/ITC-WRS/Hackathon2021`. This presentation and the challenge skeletons are in the `info` subfolder\n", "* Create a dedicated folder for your group\n", "* Choose your weapon of choice (Python or R notebooks)\n", "* Create a 'master' notebook which will contain the consensus code. You are encouraged to create additional (personal) scratch notebooks to test smaller code snippets. Note that you have to agree on who will be editing the master notebook in order not to overwrite each other's changes. \n", "* For online participation and reaching the other groups, please use the MS teams chat of the official Hackathon event. You can of course use private messages but we hope that sharing among all participants may create a more lively discussion" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "# Today's Teams\n", "\n", "## Team 1 (GlobalET 👽): *search and process data from DIAS*\n", "Egor, Mewcha and Gabriel, Christiaan\n", "\n", "## Team 2 (Cape): *search and process data from DIAS*\n", "Sammy and Chiel (🌐?), Chris\n", "\n", "## Team 3 (NaN): *water body mapping using the Google Earth Engine*\n", "Hong (🌐?) and Harm-Jan, Zeng, Xuhui\n", "\n", "## Team 4 (MAD):*search and process data from DIAS* (Ch. 1)\n", "Diana, Marloes, Arno (🌐)\n", "\n", "## Team 5 (GFS): *Open challenge* (Ch. 3)\n", "Bas, Ben\n", " " ] } ], "metadata": { "celltoolbar": "Slideshow", "kernelspec": { "display_name": "Python", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.8.5" }, "rise": { "autolaunch": true, "enable_chalkboard": true, "footer": "

Intro WRS Hackathon 30th June 2021

", "slideNumber": "c/t", "theme": "black", "transition": "None" } }, "nbformat": 4, "nbformat_minor": 4 }