|
71 | 71 | },
|
72 | 72 | {
|
73 | 73 | "cell_type": "code",
|
74 |
| - "execution_count": null, |
| 74 | + "execution_count": 1, |
75 | 75 | "id": "30d0103f-b3fb-4e2b-91c2-fc5742eede56",
|
76 | 76 | "metadata": {},
|
77 |
| - "outputs": [], |
| 77 | + "outputs": [ |
| 78 | + { |
| 79 | + "data": { |
| 80 | + "text/markdown": [ |
| 81 | + "\n", |
| 82 | + "### Instructional Material\n", |
| 83 | + "\n", |
| 84 | + "The instructional material in this course is copyright © 2024 University of Exeter\n", |
| 85 | + "and is made available under the Creative Commons Attribution 4.0 International\n", |
| 86 | + "licence (https://creativecommons.org/licenses/by/4.0/). Instructional material\n", |
| 87 | + "consists of material that is contained within the \"individual_modules/improve_your_r_code\" directory, and images folders in\n", |
| 88 | + "this directory, with the exception of code snippets and example programs found\n", |
| 89 | + "in files within these folders. Such code snippets and example programs are\n", |
| 90 | + "considered software for the purposes of this licence. \n", |
| 91 | + "\n", |
| 92 | + "\n", |
| 93 | + "### Software\n", |
| 94 | + "\n", |
| 95 | + "Except where otherwise noted, software provided in this repository is made\n", |
| 96 | + "available under the MIT licence (https://opensource.org/licenses/MIT).\n", |
| 97 | + "\n", |
| 98 | + "Copyright © 2024 University of Exeter\n", |
| 99 | + "\n", |
| 100 | + "Permission is hereby granted, free of charge, to any person obtaining a copy\n", |
| 101 | + "of this software and associated documentation files (the \"Software\"), to deal\n", |
| 102 | + "in the Software without restriction, including without limitation the rights\n", |
| 103 | + "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n", |
| 104 | + "copies of the Software, and to permit persons to whom the Software is\n", |
| 105 | + "furnished to do so, subject to the following conditions:\n", |
| 106 | + "\n", |
| 107 | + "The above copyright notice and this permission notice shall be included in all\n", |
| 108 | + "copies or substantial portions of the Software.\n", |
| 109 | + "\n", |
| 110 | + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n", |
| 111 | + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n", |
| 112 | + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n", |
| 113 | + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n", |
| 114 | + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n", |
| 115 | + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n", |
| 116 | + "SOFTWARE.\n", |
| 117 | + "\n", |
| 118 | + "The software in this repository is adapted from software that is covered by the\n", |
| 119 | + "following copyright and permission notice:\n", |
| 120 | + "\n", |
| 121 | + " Copyright © 2024 Software Carpentry\n", |
| 122 | + "\n", |
| 123 | + " Permission is hereby granted, free of charge, to any person obtaining\n", |
| 124 | + " a copy of this software and associated documentation files (the\n", |
| 125 | + " \"Software\"), to deal in the Software without restriction, including\n", |
| 126 | + " without limitation the rights to use, copy, modify, merge, publish,\n", |
| 127 | + " distribute, sublicense, and/or sell copies of the Software, and to\n", |
| 128 | + " permit persons to whom the Software is furnished to do so, subject to\n", |
| 129 | + " the following conditions:\n", |
| 130 | + "\n", |
| 131 | + " The above copyright notice and this permission notice shall be\n", |
| 132 | + " included in all copies or substantial portions of the Software.\n", |
| 133 | + "\n", |
| 134 | + " THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n", |
| 135 | + " EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n", |
| 136 | + " MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n", |
| 137 | + " NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\n", |
| 138 | + " LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n", |
| 139 | + " OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n", |
| 140 | + " WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE." |
| 141 | + ], |
| 142 | + "text/plain": [ |
| 143 | + "<IPython.core.display.Markdown object>" |
| 144 | + ] |
| 145 | + }, |
| 146 | + "metadata": {}, |
| 147 | + "output_type": "display_data" |
| 148 | + } |
| 149 | + ], |
78 | 150 | "source": [
|
79 | 151 | "from IPython.display import Markdown, display\n",
|
80 | 152 | "\n",
|
|
92 | 164 | "file_path = '../individual_modules/improve_your_r_code/LICENSE.txt' # Replace with your file path\n",
|
93 | 165 | "display_markdown(file_path)"
|
94 | 166 | ]
|
| 167 | + }, |
| 168 | + { |
| 169 | + "cell_type": "code", |
| 170 | + "execution_count": null, |
| 171 | + "id": "1d92b748-89c2-4b8b-979e-95567ebb8dcc", |
| 172 | + "metadata": {}, |
| 173 | + "outputs": [], |
| 174 | + "source": [] |
95 | 175 | }
|
96 | 176 | ],
|
97 | 177 | "metadata": {
|
|
0 commit comments