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

jhyde pushed a commit to branch stage
in repository https://gitbox.apache.org/repos/asf/calcite.git

commit 81d3eabf0de896976a8016627af4a45b39044131
Author: Julian Hyde <[email protected]>
AuthorDate: Thu Oct 14 00:25:09 2021 -0700

    Site: Pronouns, talks
---
 site/community/index.md | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/site/community/index.md b/site/community/index.md
index b4b2842..eb31c55 100644
--- a/site/community/index.md
+++ b/site/community/index.md
@@ -26,22 +26,20 @@ limitations under the License.
 
 # Upcoming talks
 
-## Morel, a functional query language (Julian Hyde)
-
-At [Strange Loop 
2021](https://thestrangeloop.com/2021/morel-a-functional-query-language.html), 
St. Louis, Missouri, September 30, 2021.
+None scheduled.
 
 # 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>) | <a href="https://github.com/{{ c.githubId }}"><img 
width="64" src="{% unless c.avatar %}https://github.com/{{ c.githubId }}.png{% 
else %}{{ c.avatar }}{% endunless %}"></a> | {{ c.org }} | {{ c.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 %}https://github.com/{{ 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>) | <a href="https://github.com/{{ c.githubId }}"><img 
width="64" src="{% unless c.avatar %}https://github.com/{{ c.githubId }}.png{% 
else %}{{ c.avatar }}{% endunless %}"></a> | {{ c.org }} | {{ c.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 %}https://github.com/{{ c.githubId 
}}.png{% else %}{{ c.avatar }}{% endunless %}"></a> | {{ c.org }} | {{ c.role }}
 {% endif %}{% endfor %}
 
 # Mailing Lists
@@ -89,6 +87,12 @@ Want to learn more about Calcite?
 Watch some presentations and read through some slide decks about
 Calcite, or attend one of the [upcoming talks](#upcoming-talks).
 
+## Morel, a functional query language (Julian Hyde)
+
+At [Strange Loop 
2021](https://thestrangeloop.com/2021/morel-a-functional-query-language.html),
+St. Louis, Missouri, September 30, 2021;
+[[slides](https://www.slideshare.net/julianhyde/morel-a-functional-query-language)].
+
 ## Building modern SQL query optimizers with Apache Calcite
 
 At [ApacheCon 
2021](https://www.apachecon.com/acah2021/tracks/bigdatasql.html), September 22, 
2021.

Reply via email to