From 3d8ac3ba159dfc5a2577d731fa745f948e5bf0b0 Mon Sep 17 00:00:00 2001 From: 6a057d4c0b5da227e313d46089968294 <6a057d4c0b5da227e313d46089968294@app-learninglab.inria.fr> Date: Sat, 3 Sep 2022 11:41:42 +0000 Subject: [PATCH] name file + intro + credits --- .../exo3/carbon_dioxyde_concentration.ipynb | 38 +++++++++++++++++++ module3/exo3/exercice.ipynb | 25 ------------ 2 files changed, 38 insertions(+), 25 deletions(-) create mode 100644 module3/exo3/carbon_dioxyde_concentration.ipynb delete mode 100644 module3/exo3/exercice.ipynb diff --git a/module3/exo3/carbon_dioxyde_concentration.ipynb b/module3/exo3/carbon_dioxyde_concentration.ipynb new file mode 100644 index 0000000..8598db4 --- /dev/null +++ b/module3/exo3/carbon_dioxyde_concentration.ipynb @@ -0,0 +1,38 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Concentration de CO2 dans l'atmosphère depuis 1958\n", + "\n", + "Ce document analyse l'évolution de la concentration de CO2 dans l'atmosphère depuis 1958 à aujourd'hui, en se basant sur les données disponibles sur le site du [Scripps CO2 Program](https://scrippsco2.ucsd.edu/data/atmospheric_co2/primary_mlo_co2_record.html). Les données utilisées proviennent de relevés mensuels effectués à la station de Mauna Loa.\n", + "\n", + "Pour plus d'informations, vous pouvez consulter :\n", + "\n", + "_C. D. Keeling, S. C. Piper, R. B. Bacastow, M. Wahlen, T. P. Whorf, M. Heimann, and H. A. Meijer, Exchanges of atmospheric CO2 and 13CO2 with the terrestrial biosphere and oceans from 1978 to 2000. I. Global aspects, SIO Reference Series, No. 01-06, Scripps Institution of Oceanography, San Diego, 88 pages, 2001._\n" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.6.4" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/module3/exo3/exercice.ipynb b/module3/exo3/exercice.ipynb deleted file mode 100644 index 0bbbe37..0000000 --- a/module3/exo3/exercice.ipynb +++ /dev/null @@ -1,25 +0,0 @@ -{ - "cells": [], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.6.3" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} - -- 2.18.1