From 2091f9d414b54f85310d903bed9283a106f040c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20S=C3=B8gaard?= Date: Fri, 26 Aug 2022 08:28:53 +0200 Subject: [PATCH] Update README.md Closes #228 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 555639f5e..678c45445 100644 --- a/README.md +++ b/README.md @@ -96,4 +96,13 @@ $ wandb online The [examples/train_model.py](examples/train_model.py) script shows how to train a model and log the results to W&B. +## :memo: License + +GraphNeT has an Apache 2.0 license, as found in the [LICENSE](LICENSE) file. + +## :raised_hands: Acknowledgements + +This project has received funding from the European Union’s Horizon 2020 research and innovation programme under the Marie Skłodowska-Curie grant agreement No. 890778. + + [^1]: Examples of this are shown in the [examples/convert_i3_to_sqlite.py](examples/convert_i3_to_sqlite.py) and [examples/convert_i3_to_parquet.py](examples/convert_i3_to_parquet.py) scripts