{{ partial "header.html" . }} <div class="header"> <h1>{{ .Title }}</h1> <h2><a href="{{ .Site.Params.isite }}" target="_blank">{{ .Site.Params.institution }}</a></h2> <h3><a href="{{ .Site.Params.dsite }}" target="_blank">{{ .Site.Params.department }}</a></h3> <h4>{{ .Site.Params.description }}</h3> </div> <div class="content"> {{ range ( .Paginate (where .Data.Pages "Type" "post")).Pages }} {{ .Render "summary"}} {{ end }} <br> <div style="display:block; margin-left:auto; margin-right:auto; width:50%; 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 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> {{ partial "footer.html" . }}