diff --git a/ohw23/tutorials-index/data-access-in-python.md b/ohw23/tutorials-index/data-access-in-python.md new file mode 100644 index 00000000..3a052621 --- /dev/null +++ b/ohw23/tutorials-index/data-access-in-python.md @@ -0,0 +1,10 @@ +# Data access in Python + +```{toctree} + +../tutorials/01-Tue/00-data-access-in-python/00-data-access.ipynb +../tutorials/01-Tue/00-data-access-in-python/01-extras-https.ipynb +../tutorials/01-Tue/00-data-access-in-python/02-extras-data-clean-up.ipynb +../tutorials/01-Tue/00-data-access-in-python/03-extras-argopy-erddap.ipynb +../tutorials/01-Tue/00-data-access-in-python/04-extras-erddapy_saildrone.ipynb +``` diff --git a/ohw23/tutorials-index/data-access-in-r.md b/ohw23/tutorials-index/data-access-in-r.md new file mode 100644 index 00000000..77f819c8 --- /dev/null +++ b/ohw23/tutorials-index/data-access-in-r.md @@ -0,0 +1,7 @@ +# Data access in R + +```{toctree} +../tutorials/01-Tue/00-data-access-in-R/01_data_access.Rmd +../tutorials/01-Tue/00-data-access-in-R/02_get_nbdc.Rmd +../tutorials/01-Tue/00-data-access-in-R/03_get_nao.Rmd +``` diff --git a/ohw23/tutorials-index/data-vis-in-python.md b/ohw23/tutorials-index/data-vis-in-python.md new file mode 100644 index 00000000..092255f0 --- /dev/null +++ b/ohw23/tutorials-index/data-vis-in-python.md @@ -0,0 +1,13 @@ +# Data visualization in Python + +```{toctree} + +../tutorials/02-Wed/01-data-visualization-in-python/tutorial/index.ipynb +../tutorials/02-Wed/01-data-visualization-in-python/tutorial/00_Setup.ipynb +../tutorials/02-Wed/01-data-visualization-in-python/tutorial/01_Overview.ipynb +../tutorials/02-Wed/01-data-visualization-in-python/tutorial/02_Building_Panels.ipynb +../tutorials/02-Wed/01-data-visualization-in-python/tutorial/03_Interlinked_Panels.ipynb +../tutorials/02-Wed/01-data-visualization-in-python/tutorial/04_Basic_Plotting.ipynb +../tutorials/02-Wed/01-data-visualization-in-python/tutorial/05_Composing_Plots.ipynb + +``` diff --git a/ohw23/tutorials-index/espanol/index.md b/ohw23/tutorials-index/espanol/index.md new file mode 100644 index 00000000..00af5373 --- /dev/null +++ b/ohw23/tutorials-index/espanol/index.md @@ -0,0 +1,6 @@ +# Espanol Tutorials + +```{toctree} +python-cientifico +../../tutorials/optional/espanol/datos-espaciales-tidy/Notas.Rmd +``` diff --git a/ohw23/tutorials-index/espanol/python-cientifico.md b/ohw23/tutorials-index/espanol/python-cientifico.md new file mode 100644 index 00000000..a1ddbc68 --- /dev/null +++ b/ohw23/tutorials-index/espanol/python-cientifico.md @@ -0,0 +1,8 @@ +# Python Cientifico + +```{toctree} +Intro to Python <../../tutorials/optional/espanol/python-cientifico/intro_to_python_ohw2022.ipynb> +Read tabular data<../../tutorials/optional/espanol/python-cientifico/read_tabulardata.ipynb> +Intro to Plotting <../../tutorials/optional/espanol/python-cientifico/Intro_to_plot.ipynb> +Intro to NetCDF <../../tutorials/optional/espanol/python-cientifico/intro_to_netcdf.ipynb> +``` diff --git a/ohw23/tutorials-index/index.md b/ohw23/tutorials-index/index.md new file mode 100644 index 00000000..f4ae9259 --- /dev/null +++ b/ohw23/tutorials-index/index.md @@ -0,0 +1,16 @@ +# Tutorials + +The universe of coding online tutorials is vast, but here we have assembled a listing of tutorials delivered at past Ocean Hack Weeks. Many of these tutorials were recorded and can be found on the [Ocean Hack Week YouTube channel](https://www.youtube.com/results?search_query=oceanhackweek). + +```{toctree} +:maxdepth: 1 + +../../resources/tutorials/getting_started +../tutorials/00-Mon/xarray-in-45-min.ipynb +data-access-in-python +data-access-in-r +data-vis-in-python +machine-learning-applications +espanol/index +../tutorials/optional/managing-conda-envs/README.md +``` diff --git a/ohw23/tutorials-index/machine-learning-applications.md b/ohw23/tutorials-index/machine-learning-applications.md new file mode 100644 index 00000000..555b9c46 --- /dev/null +++ b/ohw23/tutorials-index/machine-learning-applications.md @@ -0,0 +1,7 @@ +# Machine learning applications + +```{toctree} +../tutorials/03-Thu/00-machine-learning/00-unsupervised-PCA.ipynb +../tutorials/03-Thu/00-machine-learning/01-unsupervised-kmeans.ipynb +../tutorials/03-Thu/00-machine-learning/02-supervised-knn.ipynb +```