diff --git a/index.html b/index.html index 4caaa7deb9530538629fd9658da6e46f98b54739..a96043f2b6f2668e88107cde7bbfee6f557517e4 100644 --- a/index.html +++ b/index.html @@ -18,9 +18,6 @@ line-height: 1.33; padding: 1em; margin: auto; - max-width: 800px; - } - header { max-width: 600px; } p.author { @@ -69,13 +66,17 @@ <header> <h1>Introduction to Plotting with Pandas</h1> <h2>Internal JSC Tutorial</h2> - <p>Tuesday, 26 Feb 2019, 14:00, <strong>Lecture Room</strong> JSC</p> + <div clsas="sidenote"> + <p>Held: Tuesday, 26 Feb 2019, 14:00, <strong>Lecture Room</strong> JSC</p> + <p>Duration: 120 min <em>(It was suppose to go 60 min, but there is just too much content; we were able to extend it to 120 min on-the-fly; 3 h would be more fitting, though.)</em></p> + <p>Abstract: Pandas is a Python package for data analysis and plotting which I come to like very much. Even though I don't do proper fancy-pants data analysis, I use it all the time to visualize some HPC-related data. I think you'll like it, too! 🐼 💖</p> + <p>Setup: Lecture/hands-on sessions with prepared Jupyter Notebooks</p> + </div> </header> <section id="main"> <h1>Tutorial Material</h1> <ul> - <li><a href="pandas-tutorial-tasks.tar.gz">Task bundle</a><br/> - <em class="sidenote">(<a href="#jureca_jupyter">see below</a> for JURECA Jupyter task bundle)</em></li> + <li><a href="pandas-tutorial-tasks.tar.gz">Task bundle</a> (Notebooks, data)</li> <li>Slides <ul> <li><a href="Introduction-to-Pandas--slides.pdf">PDF</a> (exported from HTML presentation; imperfect)</li> @@ -86,9 +87,9 @@ </ul> <h1>Further Information</h1> <ul> - <li><a href="https://pollev.com/aherten538">Poll</a></li> + <li><a href="https://pollev.com/aherten538">Feedback poll</a></li> <li>Install Python packages: <code>pip3 install jupyterlab pandas seaborn</code> or <a href="https://jupyter-jsc.fz-juelich.de">use Jupyter JSC</a></li> - <li><a href="https://gitlab.version.fz-juelich.de/herten1/jsc-pandas-introduction/">Gitlab repository with <em>all</em> the things</a></li> + <li><a href="https://gitlab.version.fz-juelich.de/herten1/jsc-pandas-introduction/">Gitlab repository</a> with <em>all</em> the things (incl. some behind-the-scenes info on the setup)</li> </ul> </section> <footer>