From ce3fb3c53dc60c0abe775fb71b92c7ee07e16621 Mon Sep 17 00:00:00 2001 From: felix kleinert <f.kleinert@fz-juelich.de> Date: Wed, 27 May 2020 13:24:05 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4217731c..a40bbe18 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # MachineLearningTools -This project contains the source code to rerun "IntelliO3-ts v1.0: A neural network approach to predict near-surface -ozone concentrations in Germany" by F. Kleinert, L. H. Leufen and M. G. Schultz (2020, submitted to GMD). +This project contains the source code to rerun "__IntelliO3-ts v1.0: A neural network approach to predict near-surface +ozone concentrations in Germany__" by F. Kleinert, L. H. Leufen and M. G. Schultz (2020, submitted to GMD, gmd-2020-169). Moreover, the source code includes some functionality which is not used in the study named above. # Installation @@ -45,7 +45,7 @@ The example below assumes that the output of `echo $HOSTNAME` is "your_hostname" Please also consult the [installation instruction](https://scitools.org.uk/cartopy/docs/latest/installing.html#installing) of the cartopy package itself. -Example of all remarks given above: +Example of all remarks given above (run.py): ``` import [...] [...] -- GitLab