From c7f8c941701ea862dca68127101ec820fff6088d Mon Sep 17 00:00:00 2001 From: Lino Galiana Date: Fri, 1 Sep 2023 09:27:43 +0200 Subject: [PATCH] Ajoute un champ citation (#403) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * citation * page layout * citation * force * retour simplicité * delete --- _metadata.yml | 8 -------- _quarto.yml | 12 ++++++++++++ content/visualisation/maps.qmd | 4 +++- 3 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 _metadata.yml diff --git a/_metadata.yml b/_metadata.yml deleted file mode 100644 index 8e2051ad3..000000000 --- a/_metadata.yml +++ /dev/null @@ -1,8 +0,0 @@ -citation: - title: "Python pour la data science" - author: Lino Galiana - type: book - #container-title: "Journal of Data Science Software" - doi: "10.5281/zenodo.8229676" - url: https://pythonds.linogaliana.fr/ - issued: 2023 diff --git a/_quarto.yml b/_quarto.yml index 8312e2a31..220ebf6b4 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -142,4 +142,16 @@ keep-ipynb: true #bibliography: references.bib +page-layout: article + +citation: + title: "Python pour la data science" + author: Lino Galiana + type: book + doi: "10.5281/zenodo.8229676" + url: https://pythonds.linogaliana.fr/ + issued: 2023 + +google-scholar: true + commentable: true diff --git a/content/visualisation/maps.qmd b/content/visualisation/maps.qmd index 7cba42d15..516a5654a 100644 --- a/content/visualisation/maps.qmd +++ b/content/visualisation/maps.qmd @@ -1,6 +1,6 @@ --- title: "De belles cartes avec python: mise en pratique" -date: 2023-07-06T13:00:00Z +date: 2023-07-06 draft: false weight: 20 slug: cartoTP @@ -780,4 +780,6 @@ plt.figtext(0.3, 0.15, fontsize=8, style = "italic") ``` +## Références supplémentaires {.unnumbered} +- _[Geocomputation with `Python`](https://geocompx.org/)_