From 3e038d480d1e16bce482fed344a0c498d7601d76 Mon Sep 17 00:00:00 2001 From: Hu Zhao <zhao@mbd.rwth-aachen.de> Date: Wed, 2 Nov 2022 17:27:33 +0100 Subject: [PATCH] docs: update README --- CHANGELOG.md | 4 +--- CONTRIBUTING.md | 3 --- README.md | 17 ++++++++--------- 3 files changed, 9 insertions(+), 15 deletions(-) delete mode 100644 CONTRIBUTING.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 170d106..5ddad42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1 @@ -# Changelog - -To be input... \ No newline at end of file +# Changelog \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 44c9723..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,3 +0,0 @@ -# Contributing - -To be input... \ No newline at end of file diff --git a/README.md b/README.md index 2dd8200..1823d85 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ -# psimpy +# Description -Predictive and probabilistic simulation tools. +`PSimPy` (Predictive and probabilistic simulation with Python) implements +a Gaussian process emulation-based framework that enables systematically and +efficiently inverstigating uncertainties associated with physics-based models +(i.e. simulators). ## Installation @@ -8,12 +11,8 @@ To be input... ## Usage -To be input... - -## Contributing - -To be input... - ## License -`psimpy` was created by Hu Zhao. It is licensed under the terms of the MIT license. \ No newline at end of file +`PSimPy` was created by Hu Zhao at the Chair of Methods for Model-based +Development in Computational Engineering. It is licensed under the terms of +the MIT license. \ No newline at end of file -- GitLab