From bd1f6084299cc85e5dec0bc7efd490f26da23d6b Mon Sep 17 00:00:00 2001
From: Isaac Morales
Date: Sun, 9 Nov 2025 18:29:45 +0000
Subject: [PATCH 1/2] Add email obfuscation to team member profiles
---
_includes/email-display.html | 2 ++
_includes/team-profile.html | 2 +-
_pages/team.md | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
create mode 100644 _includes/email-display.html
diff --git a/_includes/email-display.html b/_includes/email-display.html
new file mode 100644
index 00000000..b7893b01
--- /dev/null
+++ b/_includes/email-display.html
@@ -0,0 +1,2 @@
+{% assign obfuscated_email = include.email | replace: "@", "[at]" | replace: ".", "[dot]" %}
+email: {{ obfuscated_email }}
\ No newline at end of file
diff --git a/_includes/team-profile.html b/_includes/team-profile.html
index b9930fc0..1f5d1b1b 100644
--- a/_includes/team-profile.html
+++ b/_includes/team-profile.html
@@ -18,7 +18,7 @@ {{ member.name }}
{{ member.responsibilities | markdownify | remove: '
' | remove: '
'}}
{% endif %}
{% if member.email %}
- email: <{{ member.email }}>
+ {% include email-display.html email=member.email %}
{% endif %}
{% if member.education %}
Education: {{ member.education }}
diff --git a/_pages/team.md b/_pages/team.md
index 9e107ddc..a77cf48f 100644
--- a/_pages/team.md
+++ b/_pages/team.md
@@ -68,7 +68,7 @@ permalink: /team/
{{ member.responsibilities | markdownify | remove: '
' | remove: '
'}}
{% endif %}
{% if member.email %}
- email: <{{ member.email }}>
+ {% include email-display.html email=member.email %}
{% endif %}
{% if member.education %}
Education: {{ member.education }}
From 7c5d5da750b61ce4469357707fb050206bebfc21 Mon Sep 17 00:00:00 2001
From: Isaac Morales Santana
Date: Sun, 9 Nov 2025 18:30:43 +0000
Subject: [PATCH 2/2] Update metadata
check-spelling run (pull_request) for email-obfuscation
Signed-off-by: check-spelling-bot
on-behalf-of: @check-spelling
---
.github/actions/spelling/expect.txt | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt
index ab6e6da8..05187f7f 100644
--- a/.github/actions/spelling/expect.txt
+++ b/.github/actions/spelling/expect.txt
@@ -1,7 +1,10 @@
copyable
+endunless
Galin
genomics
optimizing
+previndex
+pubtit
Reoptimization
reoptimization
Resugaring