From 74c94a46bf13e2b6479cac2dc63bfd53fad5609d Mon Sep 17 00:00:00 2001 From: Ulf Schiller Date: Wed, 27 Nov 2024 21:50:16 -0500 Subject: [PATCH 1/2] Add "Monitoring of wading birds" to examples of image processing in research in 01-introduction.md --- episodes/01-introduction.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/episodes/01-introduction.md b/episodes/01-introduction.md index c012354b3..f2ef0e83f 100644 --- a/episodes/01-introduction.md +++ b/episodes/01-introduction.md @@ -46,10 +46,11 @@ the type of objects in the image. Some examples of image processing methods applied in research include: -- [imaging a Black Hole](https://iopscience.iop.org/article/10.3847/2041-8213/ab0e85) -- [estimating the population of Emperor Penguins](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3325796/) -- [the global-scale analysis of marine plankton diversity](https://www.cell.com/cell/fulltext/S0092-8674\(19\)31124-9) -- [segmentation of liver and vessels from CT images](https://doi.org/10.1016/j.cmpb.2017.12.008) +- [Imaging a black hole](https://iopscience.iop.org/article/10.3847/2041-8213/ab0e85) +- [Segmentation of liver and vessels from CT images](https://doi.org/10.1016/j.cmpb.2017.12.008) +- [Monitoring wading birds in the Everglades using drones](http://dx.doi.org/10.1002/rse2.421) ([Blog article summarizing the paper](https://jabberwocky.weecology.org/2024/07/29/monitoring-wading-birds-in-near-real-time-using-drones-and-computer-vision/)) +- [Estimating the population of emperor penguins](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3325796/) +- [Global-scale analysis of marine plankton diversity](https://www.cell.com/cell/fulltext/S0092-8674\(19\)31124-9) With this lesson, we aim to provide a thorough grounding in the fundamental concepts and skills From 5f4d6ed600301c4818a945c5fd6d5b1ed1856d1d Mon Sep 17 00:00:00 2001 From: Ulf Schiller Date: Thu, 28 Nov 2024 10:08:55 -0500 Subject: [PATCH 2/2] Update http to https in episodes/01-introduction.md --- episodes/01-introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/01-introduction.md b/episodes/01-introduction.md index f2ef0e83f..7cd87bc4f 100644 --- a/episodes/01-introduction.md +++ b/episodes/01-introduction.md @@ -48,7 +48,7 @@ Some examples of image processing methods applied in research include: - [Imaging a black hole](https://iopscience.iop.org/article/10.3847/2041-8213/ab0e85) - [Segmentation of liver and vessels from CT images](https://doi.org/10.1016/j.cmpb.2017.12.008) -- [Monitoring wading birds in the Everglades using drones](http://dx.doi.org/10.1002/rse2.421) ([Blog article summarizing the paper](https://jabberwocky.weecology.org/2024/07/29/monitoring-wading-birds-in-near-real-time-using-drones-and-computer-vision/)) +- [Monitoring wading birds in the Everglades using drones](https://dx.doi.org/10.1002/rse2.421) ([Blog article summarizing the paper](https://jabberwocky.weecology.org/2024/07/29/monitoring-wading-birds-in-near-real-time-using-drones-and-computer-vision/)) - [Estimating the population of emperor penguins](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3325796/) - [Global-scale analysis of marine plankton diversity](https://www.cell.com/cell/fulltext/S0092-8674\(19\)31124-9)