From fba7109975b0e12c3680b8b8c2f24f84407b7530 Mon Sep 17 00:00:00 2001 From: mine-cetinkaya-rundel Date: Tue, 9 May 2023 15:43:39 -0400 Subject: [PATCH] Fix typo --- webscraping.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webscraping.qmd b/webscraping.qmd index 4f7a5cc..d7d58ae 100644 --- a/webscraping.qmd +++ b/webscraping.qmd @@ -75,7 +75,7 @@ For example, in 2016, a group of researchers scraped public profile information While the researchers felt that there was nothing wrong with this since the data were already public, this work was widely condemned due to ethics concerns around identifiability of users whose information was released in the dataset. If your work involves scraping personally identifiable information, we strongly recommend reading about the OkCupid study[^webscraping-4] as well as similar studies with questionable research ethics involving the acquisition and release of personally identifiable information. -[^webscraping-4]: One example of an article on the OkCupid study was published by the [https://www.wired.com/2016/05/okcupid-study-reveals-perils-big-data-science](https://www.wired.com/2016/05/okcupid-study-reveals-perils-big-data-science/). +[^webscraping-4]: One example of an article on the OkCupid study was published by Wired, . ### Copyright