About Us
+ +About Us
- -Our Mission
-+
{{ .Params.mission }}
Meet Our Team
-Meet Our Team
{{ .name }}
-{{ .position }}
++ {{ $member.name }} +
+{{ $member.position }}
{{ .name }}
- {{ .Title }} - {{ $img := resources.Get `img/logos/hiddenfigs_logo.png` }} - {{ $imgSmall := $img.Resize "400x" }} - {{ $imgMedium := $img.Resize "1000x" }} - -
-
+
- A Cottrell Scholars Collaborative funded by the
- Research Corporation for Science Advancement
+ {{ .Title }}
+ {{ $img := resources.Get `img/logos/hiddenfigs_logo.png` }}
+ {{ $imgSmall := $img.Resize "400x" }}
+ {{ $imgMedium := $img.Resize "1000x" }}
+
+
+
-
-
- {{ .Content }}
+ A Cottrell Scholars Collaborative funded by the
+ Research Corporation for Science Advancement
+
+
+ {{ .Content }}
+
+
+
-
@@ -101,42 +116,47 @@
-
- {{ partial "search.html" . }}
-
+
+
+ {{ partial "search.html" . }}
+
-
- {{ $secHedClass := `text-2xl font-sans font-bold leading-tight mb-2` }}
-
-
-
- Meet our Scientists
-
- {{ $scientists := .GetPage "scientist" }}
- {{ $people := $scientists.RegularPages }}
-
- {{ range $people }}
- -
- {{ partial "person-box.html" . }}
-
- {{ end }}
-
-
-
-
-
+
+ {{ $secHedClass := `text-2xl font-sans font-bold leading-tight mb-2` }}
+
+
+
+ Meet our Scientists
+
+ {{ $scientists := .GetPage "scientist" }}
+ {{ $people := $scientists.RegularPages }}
+
+ {{ range $people }}
+ -
+ {{ partial "person-box.html" . }}
+
+ {{ end }}
+
+
+
+
+
+
-
+
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 1822aea..8c5ba5d 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,5 +1,8 @@
{{ define "main" }}
-
+
>
»
{{ end }}
- {{ .Title }}
+ {{ .Title }}
-
+
{{ if not (or (eq .Params.linktitle "Research Areas") (eq .Params.linktitle "Relevant Courses")) }}
-
-- Meet our Scientists -
- {{ $scientists := .GetPage "scientist" }} - {{ $people := $scientists.RegularPages }} --
- {{ range $people }}
-
- - {{ partial "person-box.html" . }} - - {{ end }} -
- -
+ + {{ $secHedClass := `text-2xl font-sans font-bold leading-tight mb-2` }} ++ Meet our Scientists +
+ {{ $scientists := .GetPage "scientist" }} + {{ $people := $scientists.RegularPages }} +-
+ {{ range $people }}
+
- + {{ partial "person-box.html" . }} + + {{ end }} +
+ +
+