diff --git a/content/people/henry_g.md b/content/people/henry_g.md
index 232fcf45c00409cdda913ece06e623f30e3cf061..49a3605a8244a885fb707c2a6c7482ff4c537eac 100644
--- a/content/people/henry_g.md
+++ b/content/people/henry_g.md
@@ -8,8 +8,10 @@ pic: "henry_g.jpg"
 tit: "Computatonal Biologist"
 orcid: "0000-0001-7772-9578"
 weight: "10"
-current: true
+current: false
 ---
 <!--Weight: 1=PI 2=Faculty 3=Instructors 4=PostDocs 5=Techs 6=GradStudents 10=Other 15=Interns-->
 
-Gervaise obtained his master's degree at American University in 2014. He joined Dr. Strand's lab in 2015. His previous experience involved the utilization of a diverse set of molecular techniques to investigate cancer biology. He also has a strong background in early-stage drug discovery, including the use of lab robotics. After a very successful fellowship with UT Southwestern Bioinformatics Department's Bioinformatics Core Facility (BICF), he transitioned to a more computational role in the lab. He is responsible for the analysis of sequencing, in particular single-cell RNA-sequencing analysis. He also builds pipelines for automated analysis, and tools for easy data exploration.
\ No newline at end of file
+Gervaise obtained his master's degree at American University in 2014. He joined Dr. Strand's lab in 2015. His previous experience involved the utilization of a diverse set of molecular techniques to investigate cancer biology. He also has a strong background in early-stage drug discovery, including the use of lab robotics. After a very successful fellowship with UT Southwestern Bioinformatics Department's Bioinformatics Core Facility (BICF), he transitioned to a more computational role in the lab. He is responsible for the analysis of sequencing, in particular single-cell RNA-sequencing analysis. He also builds pipelines for automated analysis, and tools for easy data exploration.
+
+Gervaise has moved on the work at DNAnexus in 2021 and his contact info is accessible at his [personal website](ghenry.info).
\ No newline at end of file
diff --git a/layouts/custom/people.html b/layouts/custom/people.html
index 0efd43dfebce3477131380a37717103a4501d7a0..9f47299e720e58c73642b1063315e6eb631a77bf 100644
--- a/layouts/custom/people.html
+++ b/layouts/custom/people.html
@@ -48,13 +48,8 @@
             {{ end }}
             <div class="column left">
                 {{ if not (eq .Params.pic "") }}
-                {{ if (ne .Params.title "Henry_g") }}
                 <img src="images/{{.Params.pic}}" id={{.Params.title}} alt="" class="pic">
                 {{ end }}
-                {{ if (eq .Params.title "Henry_g") }}
-                <img src="images/{{.Params.pic}}" id={{.Params.title}} alt="" class="pic" onmouseover="changeImage({{.Params.title}}, 'images/henry_g_hat.jpg')" onmouseleave="changeImage({{.Params.title}}, 'images/{{.Params.pic}}')">
-                {{ end }}
-                {{ end }}
             </div>
             <div class="column right" style="text-align: justify">
                 <p>{{.Content}}</p>
@@ -78,7 +73,12 @@
             {{ end }}
             <div class="column left">
                 {{ if not (eq .Params.pic "") }}
-                <img src="images/{{.Params.pic}}" alt="" class="pic">
+                {{ if (ne .Params.title "Henry_g") }}
+                <img src="images/{{.Params.pic}}" id={{.Params.title}} alt="" class="pic">
+                {{ end }}
+                {{ if (eq .Params.title "Henry_g") }}
+                <img src="images/{{.Params.pic}}" id={{.Params.title}} alt="" class="pic" onmouseover="changeImage({{.Params.title}}, 'images/henry_g_hat.jpg')" onmouseleave="changeImage({{.Params.title}}, 'images/{{.Params.pic}}')">
+                {{ end }}
                 {{ end }}
             </div>
             <div class="column right" style="text-align: justify">