From 68c91a303b0e4eb7a28798952af5a018b365f734 Mon Sep 17 00:00:00 2001
From: Erik Mannerfelt <33550973+erikmannerfelt@users.noreply.github.com>
Date: Fri, 2 Dec 2022 11:44:58 +0100
Subject: [PATCH] Changed to Anders's README version with an updated language
 section.

---
 README.md | 55 +++++++++++++++++++++++++++++++++----------------------
 1 file changed, 33 insertions(+), 22 deletions(-)

diff --git a/README.md b/README.md
index 6f615e6..46e1151 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
-# MarmaDEMs
+# Code to prepare, homogenise and analyse digital elevation models from Mårmaglaciären and Mårmapakteglaciären, northern Sweden
+
 ## Overview
-Code to prepare, homogenise and analyse DEMs from Mårmaglaciären, northern Sweden.
+Code to prepare, homogenise and analyse DEMs from Mårmaglaciären and Mårmapakteglaciären, northern Sweden.
 
 The inputs (downloaded in the `Dockerfile`) consist of:
 - Uncorrected DEMs from different sources from 1959–2021.
@@ -13,6 +14,10 @@ The outputs are provided as separate datasets in the Bolin Centre database:
 ## Prerequisites
 - [Docker](https://www.docker.com/) and `docker-compose`
 - bash, or knowledge to recreate the steps in the `build.sh` script.
+
+## Language
+Python
+
 ## File description
 Call the `build.sh` script to build and export the results.
 
@@ -28,38 +33,44 @@ Most of the code exists in the `marma_dems` python package:
 - `marma_dems.mb_parsing`: The entire logic of mass balance field data parsing.
 
 ## Citation
-Shows how the source code should be cited (filled in by database staff).
+Erik Schytt Mannerfelt (2022) Code to prepare, homogenise and analyse digital elevation models from Mårmaglaciären and Mårmapakteglaciären, northern Sweden. Software version 1.0.0. Bolin Centre Code Repository. https://doi.org/10.57669/schytt-mannerfelt-2022-marma-1.0.0
+
 ## References
-TODO
-## Comments
-TODO
-## Creators
-Erik Schytt Mannerfelt
-## Contact information
-Erik Schytt Mannerfelt
+Erik Schytt Mannerfelt (2022a) Digital elevation models from Mårmaglaciären and Mårmapakteglaciären, northern Sweden, 1959⁠ – ⁠2021. Dataset version 1. Bolin Centre Database. https://doi.org/10.17043/schytt-mannerfelt-2022-marma-dem-1
 
-Department of Physical Geography
+Erik Schytt Mannerfelt (2022b) Geodetic mass balance data from Mårmaglaciären, northern Sweden, 1959⁠ – ⁠2021. Dataset version 1. Bolin Centre Database. https://doi.org/10.17043/schytt-mannerfelt-2022-marma-geodetic-1
 
-Stockholm University.
+Erik Schytt Mannerfelt (2022c) Glacier outlines for Mårmaglaciären and Mårmapakteglaciären, northern Sweden, 1959⁠ – ⁠2021. Dataset version 1. Bolin Centre Database. https://doi.org/10.17043/schytt-mannerfelt-2022-marma-outlines-1
 
-SE-106 91 Stockholm
+## Comments
+The code can be used to reproduce the datasets by Schytt Mannerfelt (2022a, 2022b) and uses input data in the dataset by Schytt Mannerfelt (2022c).
 
-Sweden 
+## Authors
+Erik Schytt Mannerfelt
+
+## Contact information
+Erik Schytt Mannerfelt
+e.s.mannerfelt [at] geo.uio.no
+Department of Geosciences
+University of Oslo
+0316 Oslo
+Norway
 
-erik.mannerfelt@natgeo.su.se
-## Language
-English
 ## Publisher
 Bolin Centre Code Repository
+
 ## Version
-Version number of the release for which the indicated DOI is minted (we recommend 1.0.0 for an initial release).
+1.0.0
+
 ## Project URL
-Main URL of the source code project (filled in by database staff).
+https://git.bolin.su.se/bolin/schytt-mannerfelt-2022-marma
+
 ## DOI
-DOI of a particular version of the source code that shall be citable (filled in by database staff).
+https://doi.org/10.57669/schytt-mannerfelt-2022-marma-1.0.0
+
 ## License
 The source code is licensed under an MIT license.
 See `LICENSE` for further information.
-## Publication date
-Date when the version having the indicated DOI was made public (filled in by database staff).
 
+## Publication date
+2022-12-02
-- 
GitLab