diff --git a/uhepp_org/uhepp_vault/templates/uhepp_vault/home.html b/uhepp_org/uhepp_vault/templates/uhepp_vault/home.html index 21862aec978edf812f70a8d610e451dc0c789ab9..077fe1ef41c189fd716c3f4a3e90cc05951827fa 100644 --- a/uhepp_org/uhepp_vault/templates/uhepp_vault/home.html +++ b/uhepp_org/uhepp_vault/templates/uhepp_vault/home.html @@ -13,7 +13,7 @@ <h2>What is uhepp?</h2> <p>The term uhepp might refer to one of three distinct projects. It should be -clear from the context, which component is meant. The three parts are:</p> +clear from the context which component is meant. The three parts are:</p> <div class="row"> <div class="col-lg-4 d-flex"> <div class="card"> @@ -23,9 +23,9 @@ clear from the context, which component is meant. The three parts are:</p> <p>The <a href="https://gitlab.cern.ch/fsauerbu/uhepp">Universal HEP plot</a> format defines a way to store the raw data and the visualization style in a single. This allows for easy changes to the appearance, including colors, - labels or binning.</p> - <p>The specification does not force a certain syntax. You can store the data - in your favorite format that supports lists and maps, for example YAML or + labels, or binning.</p> + <p>The specification does not force a particular syntax. You can store the data + in your favorite format that supports lists and maps, for example, YAML or JSON.</p> <p> <a class="btn btn-primary" href="https://gitlab.cern.ch/fsauerbu/uhepp/-/blob/master/README.md"> @@ -43,7 +43,7 @@ clear from the context, which component is meant. The three parts are:</p> <h3 class="card-title">A Python package</h3> <p>The <a href="https://gitlab.cern.ch/fsauerbu/uhepp">uhepp</a> Python - package provides simple method to access, manipulate and create data stored in + package provides a simple method to access, manipulate, and create data stored in UHepp format. The package also serves as the reference implementation to render these plots as PDFs or other graphics formats.</p> @@ -69,8 +69,8 @@ clear from the context, which component is meant. The three parts are:</p> <a href="{% url 'api-root' %}">REST API</a> to upload new plots or retrieve stored plots. Analysis code on remove computing notes can directly push results to this service.</p> - <p>The web service provides an interactive frontend which allows you - to review plots in your browser or to share plot books with + <p>The web service provides an interactive frontend that allows you + to review plots in your browser or share plot books with your colleagues. </p> <p>