This is an automated email from the ASF dual-hosted git repository.

github-actions[bot] pushed a commit to branch site
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/site by this push:
     new f980c4651b [CALCITE-7576] Add an 'In memoriam' section to the 
website's Community page
f980c4651b is described below

commit f980c4651b77c5bcbe121ad8b017e72aa1bb04bd
Author: Julian Hyde <[email protected]>
AuthorDate: Tue Jun 2 11:24:48 2026 -0700

    [CALCITE-7576] Add an 'In memoriam' section to the website's Community page
    
    The page notes the passing of Istvan Toth on April 3rd, 2026.
---
 site/_data/contributors.yml |  6 +++++-
 site/community/index.md     | 11 +++++++++--
 2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/site/_data/contributors.yml b/site/_data/contributors.yml
index 9c46540786..bff1855844 100644
--- a/site/_data/contributors.yml
+++ b/site/_data/contributors.yml
@@ -23,7 +23,8 @@
 # // lint: sort where ' name:' erase '^.*name:'
 #
 - name: Alan Gates
-  emeritus: 2018/05/04
+  status: emeritus
+  status_date: 2018/05/04
   apacheId: gates
   githubId: alanfgates
   org: Hortonworks
@@ -144,6 +145,9 @@
   org: Tencent
   role: Committer
 - name: Istvan Toth
+  status: deceased
+  status_date: 2026/04/03
+  status_url: 
https://calcite.apache.org/avatica/news/2026/05/12/release-1.28.0/
   apacheId: stoty
   githubId: stoty
   org: Cloudera
diff --git a/site/community/index.md b/site/community/index.md
index bb9edb7ea2..130967f66a 100644
--- a/site/community/index.md
+++ b/site/community/index.md
@@ -32,14 +32,21 @@ # Project Members
 
 Name (Apache ID) | Github                                                      
                                                                                
                                             | Org | Role
 :--------------- 
|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 :-- | :---
-{% for c in site.data.contributors %}{% unless c.emeritus %}{% if c.homepage 
%}<a href="{{ c.homepage }}">{{ c.name }}</a>{% else %}{{ c.name }}{% endif %} 
(<a href="https://people.apache.org/phonebook.html?uid={{ c.apacheId }}">{{ 
c.apacheId }}</a>) {{ c.pronouns }} | <a href="https://github.com/{{ c.githubId 
}}"><img width="64" src="{% unless c.avatar %}{{ site.baseurl }}/img/avatars/{{ 
c.githubId }}.png{% else %}{{ c.avatar }}{% endunless %}"></a> | {{ c.org }} | 
{{ c.role }}
+{% for c in site.data.contributors %}{% unless c.status %}{% if c.homepage 
%}<a href="{{ c.homepage }}">{{ c.name }}</a>{% else %}{{ c.name }}{% endif %} 
(<a href="https://people.apache.org/phonebook.html?uid={{ c.apacheId }}">{{ 
c.apacheId }}</a>) {{ c.pronouns }} | <a href="https://github.com/{{ c.githubId 
}}"><img width="64" src="{% unless c.avatar %}{{ site.baseurl }}/img/avatars/{{ 
c.githubId }}.png{% else %}{{ c.avatar }}{% endunless %}"></a> | {{ c.org }} | 
{{ c.role }}
 {% endunless %}{% endfor %}
 
 Emeritus members
 
 Name (Apache ID) | Github | Org | Role
 :--------------- | :----- | :-- | :---
-{% for c in site.data.contributors %}{% if c.emeritus %}{% if c.homepage %}<a 
href="{{ c.homepage }}">{{ c.name }}</a>{% else %}{{ c.name }}{% endif %} (<a 
href="https://people.apache.org/phonebook.html?uid={{ c.apacheId }}">{{ 
c.apacheId }}</a>) {{ c.pronouns }} | <a href="https://github.com/{{ c.githubId 
}}"><img width="64" src="{% unless c.avatar %}{{ site.baseurl }}/img/avatars/{{ 
c.githubId }}.png{% else %}{{ c.avatar }}{% endunless %}"></a> | {{ c.org }} | 
{{ c.role }}
+{% for c in site.data.contributors %}{% if c.status == 'emeritus' %}{% if 
c.homepage %}<a href="{{ c.homepage }}">{{ c.name }}</a>{% else %}{{ c.name 
}}{% endif %} (<a href="https://people.apache.org/phonebook.html?uid={{ 
c.apacheId }}">{{ c.apacheId }}</a>) {{ c.pronouns }} | <a 
href="https://github.com/{{ c.githubId }}"><img width="64" src="{% unless 
c.avatar %}{{ site.baseurl }}/img/avatars/{{ c.githubId }}.png{% else %}{{ 
c.avatar }}{% endunless %}"></a> | {{ c.org }} | {{ c.role }}
+{% endif %}{% endfor %}
+
+In memoriam
+
+Name (Apache ID) | Github | Org | Role
+:--------------- | :----- | :-- | :---
+{% for c in site.data.contributors %}{% if c.status == 'deceased' %}{% if 
c.homepage %}<a href="{{ c.homepage }}">{{ c.name }}</a>{% else %}{{ c.name 
}}{% endif %} (<a href="https://people.apache.org/phonebook.html?uid={{ 
c.apacheId }}">{{ c.apacheId }}</a>) {{ c.pronouns }} | <a 
href="https://github.com/{{ c.githubId }}"><img width="64" src="{% unless 
c.avatar %}{{ site.baseurl }}/img/avatars/{{ c.githubId }}.png{% else %}{{ 
c.avatar }}{% endunless %}"></a> | {{ c.org }} | {{ c.role }}{ [...]
 {% endif %}{% endfor %}
 
 # Mailing Lists

Reply via email to