From 1d002475aa818a1786eb291ee458b978946242a7 Mon Sep 17 00:00:00 2001 From: Wessel Bruinsma Date: Mon, 29 Jul 2024 14:52:58 +0200 Subject: [PATCH] Implement RCT requirements --- CONTRIBUTING.md | 15 +++++++++++++++ LICENSE => LICENSE.txt | 4 +++- README.md | 12 +++++++++--- 3 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 CONTRIBUTING.md rename LICENSE => LICENSE.txt (93%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..d1ead30 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,15 @@ +# Contributing + +This project welcomes contributions and suggestions. +Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, +and actually do, grant us the rights to use your contribution. +For details, visit [https://cla.microsoft.com](https://cla.microsoft.com). + +When you submit a pull request, a CLA-bot will automatically determine whether you need +to provide a CLA and decorate the PR appropriately (e.g., label, comment). +Simply follow the instructions provided by the bot. +You will only need to do this once across all repositories using our CLA. + +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). +For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) +or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. diff --git a/LICENSE b/LICENSE.txt similarity index 93% rename from LICENSE rename to LICENSE.txt index dfc8421..d64685e 100644 --- a/LICENSE +++ b/LICENSE.txt @@ -1,6 +1,8 @@ MIT License -Copyright (c) 2024 authors of "Aurora: A Foundation Model of the Atmosphere". +Implementation of the Aurora model. + +Copyright (c) Microsoft Corporation. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 683c904..ef9bd1f 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,13 @@ pip install microsoft-aurora Example here. -## FAQ -FAQ. +## Trademarks + +This project may contain trademarks or logos for projects, products, or services. +Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). +Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. +Any use of third-party trademarks or logos are subject to those third-party's policies. ## Responsible AI Transparency Documentation @@ -88,7 +92,9 @@ These evaluations are the main topic of [the paper](https://arxiv.org/pdf/2405.1 *Note: The documentation included in this file is for informational purposes only and is not intended to supersede the applicable license terms.* -## Developing Locally +## FAQ + +### How do I setup the repo for local development? First, install the repository in editable mode and setup `pre-commit`: