From 8325ff1055959532ade70211817df7ed7dd4304c Mon Sep 17 00:00:00 2001 From: Frank Sauerburger <frank@sauerburger.com> Date: Tue, 8 Dec 2020 19:44:43 +0100 Subject: [PATCH] Fix typos --- .../uhepp_vault/templates/uhepp_vault/home.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/uhepp_org/uhepp_vault/templates/uhepp_vault/home.html b/uhepp_org/uhepp_vault/templates/uhepp_vault/home.html index 21862ae..077fe1e 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> -- GitLab