From f7d41bda2cd114de5c85dd085d108bef45865637 Mon Sep 17 00:00:00 2001 From: Andreas Herten <a.herten@fz-juelich.de> Date: Mon, 25 Feb 2019 17:48:24 +0100 Subject: [PATCH] Add temporary index --- index2.html | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 index2.html diff --git a/index2.html b/index2.html new file mode 100644 index 0000000..2af8d63 --- /dev/null +++ b/index2.html @@ -0,0 +1,94 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" lang xml:lang> +<head> + <meta charset="utf-8" /> + <meta name="generator" content="pandoc" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> + <meta name="author" content="Andreas Herten a.herten@fz-juelich.de" /> + <title>Introduction to Plotting with Pandas</title> + <style type="text/css"> + code{white-space: pre-wrap;} + span.smallcaps{font-variant: small-caps;} + span.underline{text-decoration: underline;} + div.column{display: inline-block; vertical-align: top; width: 50%;} + </style> + <style type="text/css"> + body { + font-family: 'PT Serif', Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; + line-height: 1.33; + padding: 1em; + margin: auto; + max-width: 800px; + } + header { + max-width: 600px; + } + p.author { + display: inline; + } + p.author:after { + content: ","; + } + .note { + background-color: #FFF9C4; + border-left: 3px solid #FFEB3B; + padding-left: 3px; + } + .git-footer { + font-size: smaller; + color: gray; + text-align: center; + margin-top: 2em; + font-style: italic; + } + .git-hash { + font-family: monospace; + } + @media print { + .no-print, .no-print * { + display: none !important; + } + } + header, section#main { + margin-bottom: 6ex; + } + section#main h1 { + font-size: 1.2em; + font-style: italic; + } + code { + background-color: #EEEEEE; + padding: 3px; + } + </style> +</head> +<body> + <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> + </header> + <section id="main"> + <h1>Tutorial Material</h1> + <ul> + <li><a href="pandas-tutorial-tasks.tar.gz">Task bundle</a></li> + <li>Slides + <ul> + <li><a href="Introduction-to-Pandas--slides.pdf">PDF</a></li> + <li><a href="Introduction-to-Pandas--slides.ipynb">Jupyter Notebook</a></li> + <li><a href="pandas-tutorial-slides.tar.gz">HTML presentation bundle</a></li> + </ul> + </li> + </ul> + <h1>Further Information</h1> + <ul> + <li><a href="https://pollev.com/aherten538">Poll</a></li> + <li>Install Python packages: <code>pip3 install jupyterlab pandas seaborn</code></li> + <li><a href="https://gitlab.version.fz-juelich.de/herten1/jsc-pandas-introduction/">Gitlab repository with <emph>all</emph> the things</a></li> + </ul> + </section> + <footer> + <a href="mailto:a.herten@fz-juelich.de" rel="author">—Andreas Herten</a> + </footer> +</body> +</html> -- GitLab