diff --git a/_layouts/member.html b/_layouts/member.html index 96a2cd9e..f174976d 100644 --- a/_layouts/member.html +++ b/_layouts/member.html @@ -25,8 +25,8 @@
Projects
+Publications
{% else %} @@ -43,7 +43,7 @@The following list is a sample of research projects that the lab is involved in.
--#### [{{ project.name }}]({{ project.url }}) +### [{{ project.name }}]({{ project.url }}) {% if project.blurb %} {{ project.blurb }} {% else %} @@ -36,7 +36,7 @@ permalink: /research/projects/ |
-#### [{{ project.name }}]({{ project.url }})
+### [{{ project.name }}]({{ project.url }})
{% if project.blurb %}
{{ project.blurb }}
{% else %}
diff --git a/themes.md b/themes.md
index eaddbd9a..bc27dfe0 100644
--- a/themes.md
+++ b/themes.md
@@ -8,10 +8,10 @@ permalink: /research/themes/
Our research cuts across a diverse set of themes. We are interested in answering fundamental questions in both biology and data visualization. {% for theme in site.themes %} -### {{ theme.name }} +## {{ theme.name }} {{ theme.content }} {% if theme.projects.size > 0 %} -Projects+Projects
|