diff --git a/_includes/list.html b/_includes/list.html
index 4f8c4cab..7fb6f9ae 100644
--- a/_includes/list.html
+++ b/_includes/list.html
@@ -42,6 +42,7 @@
name=d.name
pmid=d.pmid
pmcid=d.pmcid
+ pronouns=d.pronouns
publisher=d.publisher
repo=d.repo
role=d.role
diff --git a/_includes/portrait.html b/_includes/portrait.html
index f700a06c..83059b1d 100644
--- a/_includes/portrait.html
+++ b/_includes/portrait.html
@@ -44,6 +44,11 @@
{{ member.description | default: type.description }}
{% endif %}
+ {% if member.pronouns %}
+
+ {{ member.pronouns }}
+
+ {% endif %}
{% if member.years_worked %}
{{ member.years_worked }}
diff --git a/_members/andrew-su.md b/_members/andrew-su.md
index 76191bee..fda84636 100644
--- a/_members/andrew-su.md
+++ b/_members/andrew-su.md
@@ -4,6 +4,7 @@ image: images/Andrew_Su_smll.jpg
role: pi
group: active
aliases:
+pronouns: he/him
links:
home-page: https://sulab.org
orcid: 0000-0002-9859-4104