From 31a4b31fa2fc5318c4208d7f7468ad48ed66b656 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Wed, 14 Jul 2021 12:04:52 -0500
Subject: [PATCH] Rejigger plots

---
 layouts/custom/research.html |  4 ++++
 layouts/custom/sc.data.html  | 10 +---------
 layouts/index.html           |  6 ++++--
 3 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/layouts/custom/research.html b/layouts/custom/research.html
index d2dc31d..2df3455 100644
--- a/layouts/custom/research.html
+++ b/layouts/custom/research.html
@@ -44,6 +44,10 @@
     }
 </style>
 <div class="content">
+    <div style="display:block; margin-left:auto; margin-right:auto; width:50%; text-align:center">
+        <img src="/images/CT_huLUT.gif" style="display:block; margin-left:auto; margin-right:auto; width:75%;">
+        <p style="font-size:10px; line-height:1em">nanoCT of a healthy human prostate and bladder in the transverse plane performed in collaboration with Julia Bittencourt at the University of Florida in the Cohn lab</p>
+    </div>
     <div class="section">
         <H1 align="center">Overview</H1>
         <p style="text-align:justify; font-size:18px">
diff --git a/layouts/custom/sc.data.html b/layouts/custom/sc.data.html
index ac27698..b8a273d 100644
--- a/layouts/custom/sc.data.html
+++ b/layouts/custom/sc.data.html
@@ -65,15 +65,7 @@
     }
 </style>
 
-<br>
-<div style="display:block; margin-left:auto; margin-right:auto; width:25%; text-align:center">
-    <img src="/images/CT_huLUT_seg.gif" style="display:block; margin-left:auto; margin-right:auto; width:100%;">
-    <i style="font-size:12.5px">purple represents prostatic urethra, yellow are ejaculatory ducts and green are primary prostatic ducts</i>
-    <p style="font-size:15px">nanoCT of a healthy human prostate and bladder in the transverse plane performed in collaboration with Julia Bittencourt at the University of Florida in the Cohn lab, segmentation was done by Zhiguo Shang from the Bioinformatics Core Facility at the University of Texas Southwestern Medical Center</p>
-  </div>
-
 <div class="content">
-    <hr>
     <h2>Visualization of Published Data with <a href="https://cellxgene.cziscience.com/">CZI's cellxgene</a></h2>
     {{ range where (where (where .Pages.ByWeight "Params.cellxgene" true) "Params.pending" false) "Params.date.Year" 2021 }}
         {{ if in .Params.name "Human" }}
@@ -121,13 +113,13 @@
             <div class="contentsFull">
                 <div class="row">
                     <div class="columnImg">
-                        <p class="GenesName" style="background-color:black;"></p>
                         <img class="Genes img" src="/gene.cloud/Genes.hu.2020.png"
                             alt="Human Genes searched in 2020 using the legacy visualization" style="height:75%; width:75%">
                         <img class="Genes img" src="/gene.cloud/Genes.mu.2020.png"
                             alt="Mouse Genes searched in 2020 using the legacy visualization" style="height:75%; width:75%">
                         <img class="Genes img" src="/gene.cloud/City.ALL.2020.png"
                             alt="Origination City of Gene Searchers searched in 2020 using the legacy visualization" style="height:75%; width:75%">
+                        <p class="GenesName" style="background-color:black;"></p>
                 </div>
                 <div class="row">
                     <div class="columnNav">
diff --git a/layouts/index.html b/layouts/index.html
index 7194a42..cce3a07 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -13,9 +13,11 @@
   {{ end }}
   <br>
   <div style="display:block; margin-left:auto; margin-right:auto; width:50%; text-align:center">
-    <img src="/images/CT_huLUT.gif" style="display:block; margin-left:auto; margin-right:auto; width:100%;">
-    <p style="font-size:15px">nanoCT of a healthy human prostate and bladder in the transverse plane performed in collaboration with Julia Bittencourt at the University of Florida in the Cohn lab</p>
+    <img src="/images/CT_huLUT_seg.gif" style="display:block; margin-left:auto; margin-right:auto; width:100%;">
+    <i style="font-size:12.5px">purple represents prostatic urethra, yellow are ejaculatory ducts and green are primary prostatic ducts</i>
+    <p style="font-size:15px">nanoCT of a healthy human prostate and bladder in the transverse plane performed in collaboration with Julia Bittencourt at the University of Florida in the Cohn lab, segmentation was done by Zhiguo Shang from the Bioinformatics Core Facility at the University of Texas Southwestern Medical Center</p>
   </div>
+  <br>
   {{ partial "pagination.html" . }}
 </div>
 
-- 
GitLab