Skip to content

Commit

Permalink
Update tutorial_open-data-licenses.ipynb
Browse files Browse the repository at this point in the history
Fix typos, link name #226
  • Loading branch information
vismayajochem authored Jun 24, 2024
1 parent ad98f25 commit 48d4ff5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutorials/99_other/tutorial_open-data-licenses.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"3. to redistribute copies so you can help others\n",
"4. to distribute copies of modified versions to others\n",
"\n",
"These freedoms can be translated to open data. So they become the freedoms to freely use, analyse, share and modify the data. The main difference between open data licenes and free or open source software licenses, lies in the definition of the obligations that must be met in order to obtain the rights. There are already lists of open source licenses that guarantee the four freedoms. For example the Open Source Initiative (OSI) offers a list of [approved licenses](https://opensource.org/licenses) <br>\n",
"These freedoms can be translated to open data. So they become the freedoms to freely use, analyse, share and modify the data. The main difference between open data licenes and free or open source software licenses, lies in the definition of the obligations that must be met in order to obtain the rights. There are already lists of open source licenses that guarantee the four freedoms. For example the Open Source Initiative (OSI) offers a list of [approved licenses](https://opensource.org/licenses). <br>\n",
"\n",
"\n",
"\n",
Expand All @@ -69,7 +69,7 @@
"There are certain obligations that a license may formalise, which will prevent the data from being considered open! The Open Knowledge Foundation has a section on [non-conformant clauses](http://opendefinition.org/licenses/nonconformant/). In brief, the main relevant clauses are:\n",
"\n",
"* Non-commercial (NC) <br>\n",
"You may not use the material for commercial purposes. As there is no definition of what is considered commercial, and an NGO or a nonprofit organization may also be considered commercial entities, this clause renders data licensed under it not open. \n",
"You may not use the material for commercial purposes. As there is no definition of what is considered commercial, and an NGO or a non-profit organization may also be considered commercial entities, this clause renders data licensed under it not open. \n",
"* No Derivatives (ND) <br>\n",
"You may not alter, transform, or build upon this work. This limits your freedom to modify the data and is therefore not open."
]
Expand Down Expand Up @@ -112,7 +112,7 @@
"This obligation prescribes creating and placing an attribution string close to the created work. The string must contain the name of the author and/or copyright holder and has sometimes additional requirements, such as a link to the license text or the original source. Be aware that this _attribution_ string is different from the scientific _citation_ string, which is necessary for good scientific practice. <br>\n",
"Licenses that merely require an attribution are often referred to as [permissive licenses](https://en.wikipedia.org/wiki/Permissive_software_license)\n",
"\n",
"For more information, see [Best practices for attribution](https://wiki.creativecommons.org/wiki/Best_practices_for_attribution) and [Lizenzhinweisgenerator](https://lizenzhinweisgenerator.de/?lang=en).\n",
"For more information, see [Best practices for attribution](https://wiki.creativecommons.org/wiki/Best_practices_for_attribution) and [Attribution Generator](https://lizenzhinweisgenerator.de/?lang=en).\n",
"\n",
"__Usecase__: Data for which naming of the authors and/or copyright holders is required, e.g. \"input and result data\". Note: The holder of database rights under EU law is the investor, not the author. The same is true for works made for hire in the US.\n",
"\n",
Expand Down

0 comments on commit 48d4ff5

Please sign in to comment.