--- --- {% include header.html %}

Team & Community

Originally, SDAP represented a collaboration between NASA Jet Propulsion Laboratory (JPL), Center for Ocean-Atmospheric Prediction Studies, Florida State University, the Computational Information Systems Laboratory (CISL) / National Center for Atmospheric Research (NCAR), and George Mason University (GMU). As the SDAP community expands, so will the happy faces below...

The SDAP team happily welcomes contributors and supporters of our work. Contributions, bug reports, and suggestions are welcome for the core products, website, documentation, and everything else! See below for more information on joining our community, submitting effective contributions and bug reports.

Team

{% for org in site.data.team.team %}

{{ org.org }}

{% for member in org.members %}
{%if member.github %} {% else %} {% endif %}

{{member.name}}

{%if member.github %}
GitHub:
{{member.github}}
{% endif %}
Email:
{{member.email.text}}
{% endfor %}
{% endfor %}

Community Hubs

Mailing Lists

The SDAP mailing lists are the official form of communication for the SDAP community, where we hold discussions and votes on new features and releases as well as make project announcements.

Dev@

For contributors to Apache SDAP or those interested in ongoing design and development efforts.
MessageSubscribeUnsubscribeArchive

Commits@

For emails-on-commit across all Apache SDAP products.
MessageSubscribeUnsubscribeArchive

Slack

The SDAP project developers maintain a Slack channel #sdap in the the-asf organization.
Link

GitHub

SDAP's codebase is spread across 3 repositories for the 3 major components:

Issues and Bugs

Visit our JIRA Issue Tracker for full information on current developments, bugs, etc.

Wiki

See our wiki for detailed information on project organization, roadmaps, etc.

Social Media

Twitter

Follow us on Twitter to keep up to date on Apache SDAP and related developments.

{% include footer.html %}