From 793bcf9fefc822f75231c58535c1c7834231291e Mon Sep 17 00:00:00 2001
From: Anders Bjorholm Dahl <abda@dtu.dk>
Date: Sat, 12 Nov 2022 23:05:23 +0100
Subject: [PATCH] Update about.html

---
 about.html | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/about.html b/about.html
index c3d214e..5bdd576 100644
--- a/about.html
+++ b/about.html
@@ -27,16 +27,11 @@ body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}
 
   <div class="w3-container w3-padding-large" style="margin-bottom:32px">
     <h4><b>About</b></h4>
-      <p>The QIM data repository is a collection of µCT scans of different samples.
-
+      <p>The QIM data repository is a collection of µCT scans of different samples, and can be freely used for example for developing and testing
       <ul>
-        <li>The images can be freely used</li>
-        <li>Can be used for developing and testing</li>
-        <ul>
-          <li>new image analysis methods,</li>
-          <li>new visualization tools,</li>
-          <li>other use of 3D volumetric scans.</li>
-        </ul>
+        <li>new image analysis methods,</li>
+        <li>new visualization tools, or</li>
+        <li>other use of 3D volumetric scans.</li>
       </ul></p>
 
       <p>Most of the scans are recorded on our lab scanners in the <a href="https://danfix.dtu.dk/" target="_blank">3D Imaging Center at DTU (3DIM)</a> and have a resolution of about 1000 voxels cubed, so most of the images are several GB in size. Therefore, it can take time to download the data. To make it easier to decide which image to download, we have made visualizations of the scans showing example slices, 3D renderings, and intensity distributions, so you can get an idea of the image content. We have also created downscaled versions of some of the scans, such that you can download a smaller sample.</p>
-- 
GitLab