diff --git a/README.md b/README.md index 5a635ff..a54fcb1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ # Advanced Visualization Cookbook -[![nightly-build](https://github.com/ProjectPythia/advanced-viz-cookbook-template/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/ProjectPythia/advanced-viz-cookbook/actions/workflows/nightly-build.yaml) [![Binder](https://binder.projectpythia.org/badge_logo.svg)](https://binder.projectpythia.org/v2/gh/ProjectPythia/advanced-viz-cookbook/main?labpath=notebooks) [![DOI](https://zenodo.org/badge/671205314.svg)](https://zenodo.org/badge/latestdoi/671205314) diff --git a/notebooks/good-viz.ipynb b/notebooks/good-viz.ipynb index d73989b..8db38ba 100644 --- a/notebooks/good-viz.ipynb +++ b/notebooks/good-viz.ipynb @@ -296,8 +296,13 @@ "- [Same Stats Different Graphs: Generating Datasets with Varied Appearance and\n", "Identical Statistics through Simulated Annealing](https://www.research.autodesk.com/app/uploads/2023/03/same-stats-different-graphs.pdf_rec2hRjLLGgM7Cn2T.pdf)\n", "- Alberto Cairo's How Charts Lie: Getting Smarter about Visual Information\n", - "- [Misleading Data Visualization – What to Avoid](https://blog.coupler.io/misleading-data-visualization-examples/#:~:text=A%20very%20common%20misleading%20data,truncated%20graph%20might%20distort%20data.)" + "- [Misleading Data Visualization – What to Avoid](https://blog.coupler.io/misleading-data-visualization-examples/)" ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [] } ], "metadata": { diff --git a/notebooks/taylor-diagrams.ipynb b/notebooks/taylor-diagrams.ipynb index d75d952..8e396d5 100644 --- a/notebooks/taylor-diagrams.ipynb +++ b/notebooks/taylor-diagrams.ipynb @@ -504,8 +504,8 @@ "source": [ "## Resources and references\n", "\n", - "- [Karl E. Taylor - \"Summarizing multiple aspects of model performance in a single diagram\", AGU 2001](https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2000JD900719)\n", - "- [Plotting with GeoCAT Tutorial](https://github.com/anissa111/plotting-with-geocat-tutorial/blob/main/notebooks/02-geocat-viz.ipyn)\n", + "- Karl E. Taylor - \"Summarizing multiple aspects of model performance in a single diagram\", AGU 2001\n", + "- [Plotting with GeoCAT Tutorial](https://github.com/anissa111/plotting-with-geocat-tutorial/blob/main/notebooks/02-geocat-viz.ipynb)\n", "- [NCL Graphics: Taylor Diagrams](https://www.ncl.ucar.edu/Applications/taylor.shtml)" ] }