From 897f95eae816bb6d64487757aba405ff04e8479f Mon Sep 17 00:00:00 2001
From: Adam Caprez <acaprez2@unl.edu>
Date: Fri, 10 Jun 2022 18:46:02 -0500
Subject: [PATCH] Tweak paraview intro.

---
 content/applications/app_specific/running_paraview.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/content/applications/app_specific/running_paraview.md b/content/applications/app_specific/running_paraview.md
index 9786468c..977344b8 100644
--- a/content/applications/app_specific/running_paraview.md
+++ b/content/applications/app_specific/running_paraview.md
@@ -3,8 +3,10 @@ title = "Running Paraview"
 description = "How to run Paraview on HCC resources."
 +++
 
-## This document provides the steps to run ParaView on HCC resources in both client-only mode and client-server mode. 
-
+[Paraview](https://www.paraview.org/) is an open-source, multi-platform data analysis and visualization application.
+Paraview can run as a client (GUI) only, or can run as a client-server model, utilizing a MPI-based server process
+for extra computational power.
+This document provides the steps to run ParaView on HCC resources in both client-only mode and client-server mode.
 
 ### Running the ParaView client on HCC clusters
 
-- 
GitLab