|
| 1 | +{ |
| 2 | + "cells": [ |
| 3 | + { |
| 4 | + "cell_type": "markdown", |
| 5 | + "id": "83030b08-ddf4-4251-b4de-f5ec0f27024f", |
| 6 | + "metadata": {}, |
| 7 | + "source": [ |
| 8 | + "<img align=\"centre\" src=\"Supplementary_data/Github_banner.jpg\" width=\"100%\" style=\"padding:0px\">\n", |
| 9 | + "<h1 style=\"font-family:Arial; font-weight: 700; text-align: center;color: white; padding: 10px; background-color: #0b1026; text-shadow: 1px 1px 1px black;\">Categorisation of Digital Earth Africa Tools and Services </h1>\n", |
| 10 | + "\n", |
| 11 | + "---------------------------------" |
| 12 | + ] |
| 13 | + }, |
| 14 | + { |
| 15 | + "cell_type": "markdown", |
| 16 | + "id": "c71434bd-645d-4b21-9421-1102a58b8d87", |
| 17 | + "metadata": {}, |
| 18 | + "source": [ |
| 19 | + "\n", |
| 20 | + "<div style=\"display: flex;text-align: center;\">\n", |
| 21 | + "\n", |
| 22 | + "\n", |
| 23 | + " <div style=\"background-color:#f8d7da;width:33%;margin:1%; box-shadow: 10px 10px #cce5ff;\">\n", |
| 24 | + " <h2>SDGs</h2>\n", |
| 25 | + " <p style=\"text-align: center;height:100px\"> Notebooks to support Sustainable Development Goals</p>\n", |
| 26 | + " <a style=\" font-weight: bold\" href=\"SDGs/DEAfrica_Notebooks_and_SDG_Indicators.ipynb\"> Click to access </a>\n", |
| 27 | + " </div>\n", |
| 28 | + " \n", |
| 29 | + " <div style=\"background-color:#d4edda;width:33%;margin:1%; box-shadow: 10px 10px #cce5ff;\">\n", |
| 30 | + " <h2> Thematic </h2>\n", |
| 31 | + " <p style=\"text-align: center;height:100px\"> Notebooks organized into Thematic Categories</p>\n", |
| 32 | + " <a style=\" font-weight: bold\" href=\"DEAfricaThematic.ipynb\"> Click to access </a>\n", |
| 33 | + " </div>\n", |
| 34 | + " \n", |
| 35 | + " <div style=\"background-color:#d1ecf1;width:33%;margin:1%; box-shadow: 10px 10px #cce5ff;\">\n", |
| 36 | + " <h2> Sandbox Info Page </h2>\n", |
| 37 | + " <p style=\"text-align: center;height:100px;\"> Updates on the Digital Earth Africa Sandbox and Packages </p>\n", |
| 38 | + " <a style=\" font-weight: bold\" href=\"DEAfricaInfo.ipynb\"> Click to access </a>\n", |
| 39 | + " </div>\n", |
| 40 | + "\n", |
| 41 | + "</div>\n", |
| 42 | + "\n", |
| 43 | + "------------------------------" |
| 44 | + ] |
| 45 | + }, |
| 46 | + { |
| 47 | + "cell_type": "markdown", |
| 48 | + "id": "d784e888-142e-45aa-a6ed-e82ddcf45bde", |
| 49 | + "metadata": {}, |
| 50 | + "source": [ |
| 51 | + "<h3 style=\"font-family:Arial; font-weight: bold; text-align: center;color: white; padding: 10px;margin-top:0; background-color: #0b1026; text-shadow: 1px 1px 1px black;\">Citing Digital Earth Africa Notebooks </h3>\n", |
| 52 | + "\n", |
| 53 | + "If you use any of the notebooks, code or tools, please reference them using the following citation:\n", |
| 54 | + "\n", |
| 55 | + "Burton, C., Neema, V., Boamah, E., Chong, E., Adams, C., Wellington, M., Sadiki, M., Moghaddam, N., Liu, L., Bishop-Taylor, R., Yuan, F., Leith, A., Jorand, C., Halabisky, M., Rebelo, L-M, DE Africa Notebooks contributors 2024. Digital Earth Africa notebooks and tools repository. Geoscience Australia, Canberra. https://dx.doi.org/10.26186/148997" |
| 56 | + ] |
| 57 | + }, |
| 58 | + { |
| 59 | + "cell_type": "markdown", |
| 60 | + "id": "67dbd5d3-bb8d-4c4a-bfd5-867a60135da4", |
| 61 | + "metadata": {}, |
| 62 | + "source": [ |
| 63 | + "---\n", |
| 64 | + "\n", |
| 65 | + "## Additional information\n", |
| 66 | + "\n", |
| 67 | + "<b> License </b> The code in this notebook is licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).\n", |
| 68 | + "\n", |
| 69 | + "Digital Earth Africa data is licensed under the [Creative Commons by Attribution 4.0](https://creativecommons.org/licenses/by/4.0/) license.\n", |
| 70 | + "\n", |
| 71 | + "<b> Contact </b> If you need assistance, please post a question on the [DE Africa Slack channel](https://digitalearthafrica.slack.com/) or on the [GIS Stack Exchange](https://gis.stackexchange.com/questions/ask?tags=open-data-cube) using the `open-data-cube` tag (you can view previously asked questions [here](https://gis.stackexchange.com/questions/tagged/open-data-cube)).\n", |
| 72 | + "\n", |
| 73 | + "If you would like to report an issue with this notebook, you can file one on [Github](https://github.com/digitalearthafrica/deafrica-sandbox-notebooks).\n" |
| 74 | + ] |
| 75 | + } |
| 76 | + ], |
| 77 | + "metadata": { |
| 78 | + "kernelspec": { |
| 79 | + "display_name": "Python 3 (ipykernel)", |
| 80 | + "language": "python", |
| 81 | + "name": "python3" |
| 82 | + }, |
| 83 | + "language_info": { |
| 84 | + "codemirror_mode": { |
| 85 | + "name": "ipython", |
| 86 | + "version": 3 |
| 87 | + }, |
| 88 | + "file_extension": ".py", |
| 89 | + "mimetype": "text/x-python", |
| 90 | + "name": "python", |
| 91 | + "nbconvert_exporter": "python", |
| 92 | + "pygments_lexer": "ipython3", |
| 93 | + "version": "3.10.12" |
| 94 | + } |
| 95 | + }, |
| 96 | + "nbformat": 4, |
| 97 | + "nbformat_minor": 5 |
| 98 | +} |
0 commit comments