diff --git a/_pages/people.md b/_pages/people.md
new file mode 100644
index 0000000..7c7e290
--- /dev/null
+++ b/_pages/people.md
@@ -0,0 +1,10 @@
+---
+layout: page
+permalink: /people/
+title: people
+description:
+nav: true
+---
+
+
+
diff --git a/_pages/people_.md b/_pages/people_.md
deleted file mode 100644
index 53294dd..0000000
--- a/_pages/people_.md
+++ /dev/null
@@ -1,124 +0,0 @@
----
-layout: page
-permalink: /people/
-title: people
-description:
-nav: true
----
-
-
-{% for person in site.data.members %}
-
-
-
-

-
-
-
{{person.description | markdownify}}
-
-
-
-{% endfor %}
-
-{% if site.data.affiliates %}
- affiliate members
- {% for person in site.data.affiliates %}
-
-

-
-
-
{{person.description | markdownify}}
-
-
-
- {% endfor %}
-{% endif %}
-
-
-{% for student in site.data.students %}
-
-
-
-
{{student.name}}{% if student.degrees %}, {{student.degrees}} {% endif %}
- {{student.position}}
-
{{student.email}}
- {% if student.description %}
-
{{student.description}}
- {% else %}
- {% for paper in site.data.publications %}
- {% if paper.authors contains student.pubmed_name %}
-
- {% endif %}
- {% endfor %}
- {% endif %}
-
-
-{% endfor %}
----
-
-## alumni
-{% for alum in site.data.alumni %}
-
-
-
- {{alum.name}}{% if alum.degrees %}, {{alum.degrees}} {% endif %}
- previously: {{alum.previously}}
- first position: {{alum.now}}
- {% if alum.website %} {{alum.website}} {% endif %}
- {% for paper in site.data.publications %}
- {% if paper.authors contains alum.pubmed_name %}
-
- {% endif %}
- {% endfor %}
-
-{% endfor %}
-
----
-
-
-
-{% for collaborator in site.data.collaborators %}
-- {{collaborator.name}}{% if collaborator.degrees %}, {{collaborator.degrees}} {% endif %}
- {{collaborator.position}}
- {% if collaborator.website %} {{collaborator.website}} {% endif %}
-{% endfor %}