leouieda / 2022-05-06-spin-open-science

Workshop about Open Science practices for the SPIN Training Network

Home Page:https://www.leouieda.com/2022-05-06-spin-open-science

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started with Open Science

Slides: https://www.leouieda.com/2022-05-06-spin-open-science

Recording: TBD

Presentation for a short workshop about open science practices for the SPIN: Seismological Parameters and INstrumentation doctoral training network.

Serving the slides locally

Unfortunately, you can't just open the index.html file on browser to view your slides. Reveal.js requires an actual local server. You can set one up however you'd like. Below, I provide instructions for doing so in Python (which is what I use most of the time) but it would work with any other local server.

First, install the livereload Python package:

pip install livereload

or

conda install livereload -c conda-forge

Then, start a server at http://localhost:8008 by running:

python serve.py

The slides will open on your default browser and will automatically reload when you update any of the files in the repository.

License

The template (slides.md, index.html, and css/style.less) is licensed under a Creative Commons Attribution 4.0 International License.

About

Workshop about Open Science practices for the SPIN Training Network

https://www.leouieda.com/2022-05-06-spin-open-science

License:Other


Languages

Language:JavaScript 50.6%Language:HTML 25.8%Language:CSS 16.0%Language:Less 6.1%Language:Python 1.4%Language:Makefile 0.0%