From ffe30fa2b4e7994092466a6ea1e8a805b3b88a57 Mon Sep 17 00:00:00 2001 From: Jose Gomez-Dans Date: Wed, 16 Oct 2019 19:01:53 +0100 Subject: [PATCH] Updated notebook --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 627a40a..c33e463 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ BRDF modelling using linear kernel models on satellite data. BRDF is an importan There's some software that you can play around. It is designed for *ahem* educational purposes, so you've been warned. -If this is useful to you and you end up using it, please consider citing it. +If this is useful to you and you end up using it, please consider citing it. It's on Zenodo. Somewhere. You find this, I'm sure you can find that ;) You can run the notebooks directly online (takes a while, be patient!) -* [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jgomezdans/BRDF_modelling/master?filepath=01-FunWithBRDF.ipynb) Introduction to linear BRDF models -* [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jgomezdans/BRDF_modelling/master?filepath=02-BayesianBRDF.ipynb) Some Bayesian concepts to improve on standard retrieval methods. +* [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jgomezdans/BRDF_modelling/master?urlpath=lab/tree/01-FunWithBRDF.ipynb) Introduction to linear BRDF models +* [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jgomezdans/BRDF_modelling/master?urlpath=lab/tree/02-BayesianBRDF.ipynb) Some Bayesian concepts to improve on standard retrieval methods. * More stuff coming whenever I feel like it ;)