From c4c2713f251e9e9e7a87cea9e797836b4a75d3f1 Mon Sep 17 00:00:00 2001 From: heyarne Date: Wed, 10 Mar 2021 12:24:29 +0100 Subject: [PATCH] Reconcile `unpushed-changes` with master --- README.md | 2 +- _config.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 567babb..71c4bb8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Earth Observation for Journalism +# Using Earth Observation for Journalism This repository contains a series of notebooks describing interaction with the Copernicus Open Access Hub in order to obtain, manipulate and analyze earth observation data. The aim is to document common tasks that might make the data from the Copernicus Sentinel-2 mission attractive for usage in data journalism. diff --git a/_config.yml b/_config.yml index bcf0753..1141cc4 100644 --- a/_config.yml +++ b/_config.yml @@ -5,9 +5,9 @@ ####################################################################################### # Book settings -title: Earth Observation for Journalism # The title of the book. Will be placed in the left navbar. +title: Using Earth Observation for Journalism # The title of the book. Will be placed in the left navbar. author: Arne Schlüter # The author of the book -copyright: "CC-BY-SA 4.0 2021. The header image is a picture of \"Herschel's 40-foot telescope\" which is in the public domain." # Copyright year to be placed in the footer +copyright: "CC-BY-SA 4.0 2021. Header image: \"Herschel's 40-foot telescope\" (public domain)" # Copyright year to be placed in the footer logo: great-forty-foot-telescope-wikipedia.png # A path to the book logo execute: execute_notebooks: "off"