Repository: calcite Updated Branches: refs/heads/master 3ba595a17 -> 87b0eb55b
Site: add upcoming talks, and fix link to Apache phonebook Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/87b0eb55 Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/87b0eb55 Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/87b0eb55 Branch: refs/heads/master Commit: 87b0eb55b531890ff181996593efa4ab224262a6 Parents: 3ba595a Author: Julian Hyde <[email protected]> Authored: Mon Mar 28 13:26:27 2016 -0700 Committer: Julian Hyde <[email protected]> Committed: Mon Mar 28 13:26:27 2016 -0700 ---------------------------------------------------------------------- avatica/site/community/index.md | 2 +- site/community/index.md | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/87b0eb55/avatica/site/community/index.md ---------------------------------------------------------------------- diff --git a/avatica/site/community/index.md b/avatica/site/community/index.md index 14b81dc..d437852 100644 --- a/avatica/site/community/index.md +++ b/avatica/site/community/index.md @@ -28,7 +28,7 @@ limitations under the License. Name (Apache ID) | Github | Org | Role :--------------- | :----- | :-- | :--- -{% for c in site.data.contributors %} {{ c.name }} (<a href="http://people.apache.org/committer-index#{{ c.apacheId }}">{{ c.apacheId }}</a>) | <a href="http://github.com/{{ c.githubId }}"><img width="64" src="{% unless c.avatar %}http://github.com/{{ c.githubId }}.png{% else %}{{ c.avatar }}{% endunless %}"></a> | {{ c.org }} | {{ c.role }} +{% for c in site.data.contributors %} {{ c.name }} (<a href="http://people.apache.org/phonebook.html?uid={{ c.apacheId }}">{{ c.apacheId }}</a>) | <a href="http://github.com/{{ c.githubId }}"><img width="64" src="{% unless c.avatar %}http://github.com/{{ c.githubId }}.png{% else %}{{ c.avatar }}{% endunless %}"></a> | {{ c.org }} | {{ c.role }} {% endfor %} # Mailing Lists http://git-wip-us.apache.org/repos/asf/calcite/blob/87b0eb55/site/community/index.md ---------------------------------------------------------------------- diff --git a/site/community/index.md b/site/community/index.md index ceacb76..61c5cbb 100644 --- a/site/community/index.md +++ b/site/community/index.md @@ -28,6 +28,8 @@ limitations under the License. * 2016/03/30 <a href="http://conferences.oreilly.com/strata/hadoop-big-data-ca/public/schedule/detail/48180">Strata + Hadoop World</a>, San Jose (developer showcase) * 2016/04/13 <a href="http://hadoopsummit.org/dublin/agenda/">Hadoop Summit</a>, Dublin +* 2016/04/13 [Hortonworks User Group](http://www.meetup.com/Washington-DC-Hortonworks-User-Group-Meetup/events/229494421/), Baltimore +* 2016/04/20 [Hortonworks User Group](http://www.meetup.com/Washington-DC-Hortonworks-User-Group-Meetup/events/229668371/), Herndon * 2016/04/26 <a href="http://kafka-summit.org/schedule/">Kafka Summit</a>, San Francisco * 2016/05/10 <a href="http://events.linuxfoundation.org/events/apache-big-data-north-america/program/schedule">ApacheCon Big Data North America</a>, Vancouver * 2016/05/24 <a href="http://www-conf.slac.stanford.edu/xldb2016/Program.asp">XLDB</a>, Palo Alto @@ -36,7 +38,7 @@ limitations under the License. Name (Apache ID) | Github | Org | Role :--------------- | :----- | :-- | :--- -{% for c in site.data.contributors %} {{ c.name }} (<a href="http://people.apache.org/committer-index#{{ c.apacheId }}">{{ c.apacheId }}</a>) | <a href="http://github.com/{{ c.githubId }}"><img width="64" src="{% unless c.avatar %}http://github.com/{{ c.githubId }}.png{% else %}{{ c.avatar }}{% endunless %}"></a> | {{ c.org }} | {{ c.role }} +{% for c in site.data.contributors %} {{ c.name }} (<a href="http://people.apache.org/phonebook.html?uid={{ c.apacheId }}">{{ c.apacheId }}</a>) | <a href="http://github.com/{{ c.githubId }}"><img width="64" src="{% unless c.avatar %}http://github.com/{{ c.githubId }}.png{% else %}{{ c.avatar }}{% endunless %}"></a> | {{ c.org }} | {{ c.role }} {% endfor %} # Mailing Lists @@ -81,7 +83,8 @@ Need help with Calcite? Try these resources: Want to learn more about Calcite? -Watch some presentations and read through some slide decks about Calcite. +Watch some presentations and read through some slide decks about +Calcite, or attend one of the [upcoming talks](#upcoming-talks). ## Apache Calcite: One planner fits all
