Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
copyable

Check warning on line 1 in .github/actions/spelling/expect.txt

View workflow job for this annotation

GitHub Actions / Check Spelling

Skipping `.github/actions/spelling/expect.txt` because it seems to have more noise (9) than unique words (3) (total: 9 / 3). (noisy-file)
endunless
Galin
genomics
optimizing
previndex
pubtit
Reoptimization
reoptimization
Resugaring
Expand Down
2 changes: 2 additions & 0 deletions _includes/email-display.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{% assign obfuscated_email = include.email | replace: "@", "[at]" | replace: ".", "[dot]" %}
<p><i>email: {{ obfuscated_email }}</i></p>
2 changes: 1 addition & 1 deletion _includes/team-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1>{{ member.name }}</h1>
<p> {{ member.responsibilities | markdownify | remove: '<p>' | remove: '</p>'}} </p>
{% endif %}
{% if member.email %}
<i>email: <{{ member.email }}></i>
{% include email-display.html email=member.email %}
{% endif %}
{% if member.education %}
<p> <strong>Education:</strong> {{ member.education }} </p>
Expand Down
2 changes: 1 addition & 1 deletion _pages/team.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ permalink: /team/
<p> {{ member.responsibilities | markdownify | remove: '<p>' | remove: '</p>'}} </p>
{% endif %}
{% if member.email %}
<i>email: <{{ member.email }}></i>
{% include email-display.html email=member.email %}
{% endif %}
{% if member.education %}
<p> <strong>Education:</strong> {{ member.education }} </p>
Expand Down
Loading