From 8286dc132173cb3ca25fdf83a87d80566002a6dd Mon Sep 17 00:00:00 2001 From: dataspider Date: Tue, 16 Jul 2024 19:44:03 +0200 Subject: [PATCH] typo fixes --- doc/tutorials/realworld.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorials/realworld.ipynb b/doc/tutorials/realworld.ipynb index 7b4aee7..1436ea7 100644 --- a/doc/tutorials/realworld.ipynb +++ b/doc/tutorials/realworld.ipynb @@ -8,10 +8,10 @@ "\n", "As an example of how `pymnet` can be used to analyze real-world data, we take a look at data that *interesting* data that actually *matters*. \n", "The Convention on International Trade in Endangered Species of Wild Fauna and Flora (CITES) is an international agreement governing the *legal* trade in endangered species. \n", - "Data on trade in endangered species is crucial for monitoring progress toward the United Nation's Sustainable Development Goal 15, and the [CITES database](https://trade.cites.org/) makes such data available at a very high granularity, accompanied by great [documentation](https://trade.cites.org/cites_trade_guidelines/en-CITES_Trade_Database_Guide.pdf). \n", + "Data on trade in endangered species is crucial for monitoring progress toward the United Nations' Sustainable Development Goal 15, and the [CITES database](https://trade.cites.org/) makes such data available at a very high granularity, accompanied by great [documentation](https://trade.cites.org/cites_trade_guidelines/en-CITES_Trade_Database_Guide.pdf). \n", "\n", "To keep matters simple, we analyze an excerpt from the database, which is shipped with this tutorial for convenience and licensed under the [UN Data License](https://data.un.org/Host.aspx?Content=UNdataUse) (see [here](https://github.com/mnets/pymnet/tree/master/doc/tutorials/preprocessing.py) for a documentation of the preprocessing steps). \n", - "More precisely, we take a look at the trade in endangered species two different years (2010 and 2020), for two different trade terms (live specimens and meat), restricting ourselves to species taken from the wild and traded for commercial purposes. \n", + "More precisely, we take a look at the trade in endangered species for two different years (2010 and 2020), focusing on two different trade terms (live specimens and meat), and restricting ourselves to species taken from the wild and traded for commercial purposes. \n", "\n", "Our multilayer-network model will be the following:\n", "- Nodes: importing and exporting countries or territories (represented by their ISO-2 codes)\n",