Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dataspider committed Jul 16, 2024
1 parent d215691 commit 8286dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/tutorials/realworld.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8286dc1

Please sign in to comment.