From f1700d88fe0bb99ae44c8f6d86ca682f70b830d3 Mon Sep 17 00:00:00 2001 From: Shubham Gupta Date: Fri, 11 Oct 2024 16:08:21 -0400 Subject: [PATCH 1/4] footer license fix --- _config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_config.yml b/_config.yml index f3f2d4be..a9abee46 100644 --- a/_config.yml +++ b/_config.yml @@ -5,6 +5,7 @@ title: Learning Machine Learning with Lorenz-96 author: The M2LInES Community logo: newlogo.png +copyright: "MIT for code, CC-BY for text and figures" exclude_patterns: ['env/*', '_build/*'] only_build_toc_files: true @@ -40,6 +41,7 @@ sphinx: config: bibtex_reference_style: author_year nb_merge_streams: true + html_show_copyright: true html_theme_options: # title of the notebook logo: From c89759cae13d1acc69a89ec860ee5c9cb477bc45 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 20:09:27 +0000 Subject: [PATCH 2/4] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index b791dfcd..bb8f42f1 100644 --- a/LICENSE +++ b/LICENSE @@ -43,4 +43,4 @@ Notices: You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation. -No warranties are given. The license may not give you +No warranties are given. The license may not give you From 8fa10dbfd5c844f1e676429cc9baba9e8d1ad7fb Mon Sep 17 00:00:00 2001 From: Shubham Gupta Date: Fri, 11 Oct 2024 16:36:07 -0400 Subject: [PATCH 3/4] updated footer again --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index a9abee46..d263f868 100644 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,7 @@ title: Learning Machine Learning with Lorenz-96 author: The M2LInES Community logo: newlogo.png -copyright: "MIT for code, CC-BY for text and figures" +copyright: "2024 Dhruv Balwada, Ryan Abernathey, Shantanu Acharya, et al. — License: MIT for code, CC-BY for text and figures" exclude_patterns: ['env/*', '_build/*'] only_build_toc_files: true From a44e5a52b753cff7a59f3c842c01b6ecc80bca99 Mon Sep 17 00:00:00 2001 From: Shubham Gupta Date: Fri, 11 Oct 2024 16:47:08 -0400 Subject: [PATCH 4/4] dual license notice in readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0c2375cf..05d4e1d4 100644 --- a/README.md +++ b/README.md @@ -186,3 +186,7 @@ Brajard, Julien, Alberto Carrassi, Marc Bocquet, and Laurent Bertino. “Combini Schneider, Tapio, Shiwei Lan, Andrew Stuart, and João Teixeira. “Earth System Modeling 2.0: A Blueprint for Models That Learn From Observations and Targeted High-Resolution Simulations.” Geophysical Research Letters 44, no. 24 (December 28, 2017): 12,396-12,417. https://doi.org/10.1002/2017GL076101. Wilks, Daniel S. “Effects of Stochastic Parametrizations in the Lorenz ’96 System.” Quarterly Journal of the Royal Meteorological Society 131, no. 606 (2005): 389–407. https://doi.org/10.1256/qj.04.03. + +## License + +The Learning Machine Learning with Lorenz-96 JupyterBook code is dual licensed: [MIT](./LICENSE) for code, [CC-BY](./LICENSE) for text and figures.