From 3a63211023bc7965f3703bc24ea1d90a7acac4ec Mon Sep 17 00:00:00 2001 From: Elle O'Brien Date: Mon, 6 Jul 2020 13:37:30 -0700 Subject: [PATCH 1/3] one more link missing --- content/blog/2020-06-26-scipy-2020-dvc-poster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2020-06-26-scipy-2020-dvc-poster.md b/content/blog/2020-06-26-scipy-2020-dvc-poster.md index a354af0cdb..3b9e5ad554 100644 --- a/content/blog/2020-06-26-scipy-2020-dvc-poster.md +++ b/content/blog/2020-06-26-scipy-2020-dvc-poster.md @@ -28,7 +28,7 @@ more complicated. For example, in a I wanted to understand how hair style (particularly size!) changed over the years. There were a lot of moving parts: -- A public dataset of yearbook photos released and maintained by Ginosar et al. +- A public dataset of yearbook photos released and maintained by [Ginosar et al.](https://people.eecs.berkeley.edu/~shiry/projects/yearbooks/yearbooks.html) - A deep learning model I trained to segment the hair in yearbook photos - A derivative dataset of "hair maps" for each photo in the original datasetr - All the code to train the deep learning model and analyse the derivative From 042241321ddad7e55808d4bf44ee489902ab5a94 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Mon, 6 Jul 2020 20:37:48 +0000 Subject: [PATCH 2/3] Restyled by prettier --- content/blog/2020-06-26-scipy-2020-dvc-poster.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/blog/2020-06-26-scipy-2020-dvc-poster.md b/content/blog/2020-06-26-scipy-2020-dvc-poster.md index 3b9e5ad554..aa7732dca8 100644 --- a/content/blog/2020-06-26-scipy-2020-dvc-poster.md +++ b/content/blog/2020-06-26-scipy-2020-dvc-poster.md @@ -28,7 +28,8 @@ more complicated. For example, in a I wanted to understand how hair style (particularly size!) changed over the years. There were a lot of moving parts: -- A public dataset of yearbook photos released and maintained by [Ginosar et al.](https://people.eecs.berkeley.edu/~shiry/projects/yearbooks/yearbooks.html) +- A public dataset of yearbook photos released and maintained by + [Ginosar et al.](https://people.eecs.berkeley.edu/~shiry/projects/yearbooks/yearbooks.html) - A deep learning model I trained to segment the hair in yearbook photos - A derivative dataset of "hair maps" for each photo in the original datasetr - All the code to train the deep learning model and analyse the derivative From 82a279612b9d11d0be756b343edf6cb74713be27 Mon Sep 17 00:00:00 2001 From: Elle O'Brien Date: Mon, 6 Jul 2020 13:39:08 -0700 Subject: [PATCH 3/3] corrected italics --- content/blog/2020-06-26-scipy-2020-dvc-poster.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/2020-06-26-scipy-2020-dvc-poster.md b/content/blog/2020-06-26-scipy-2020-dvc-poster.md index 3b9e5ad554..7e12ff213b 100644 --- a/content/blog/2020-06-26-scipy-2020-dvc-poster.md +++ b/content/blog/2020-06-26-scipy-2020-dvc-poster.md @@ -224,6 +224,6 @@ comment, reach out on Twitter, or send an email. ## Further reading -\_Check out our +_Check out our [tutorial about creating a data registry](https://dvc.org/doc/use-cases/data-registries) -for more code examples. +for more code examples._