layout | title | image | photos | ||||||
---|---|---|---|---|---|---|---|---|---|
page |
Team |
/images/about.jpg |
|
{% assign community = site.data.community %} {% assign people = site.data.people %}
We have high ethical standards, including:
- Education: Educate scientists about open science
- Transparency: Emphasize transparency and the sharing of resources, material, knowledge and experiences
- Open science: Promote citizen science and decentralized access to science
- Modesty: Know you don't know everything
- Community: Carefully listen to any concerns and questions and respond honestly
- Respect: Respect humans and all living systems
- Responsibility: Recognize the complexity and dynamics of science and research and our responsibility towards them
{% for entry in community.team.current %}
{% assign username = entry %}
{% assign user = people[username] %}
{% include _includes/people.html username=username user=user %}
{% endfor %}
{% for entry in community.team.alumni %}
{% assign username = entry %}
{% assign user = people[username] %}
{% include _includes/people.html username=username user=user %}
{% endfor %}
If you think you can help then please check out [our contributors' guidelines]({{ site.github.repository_url }}/blob/master/CONTRIBUTING.md) and our [project board]({{ site.github.repository_url }}/projects).
Please note that it's very important to us that we maintain a positive and supportive environment for everyone who wants to participate. When you join us we ask that you follow our [code of conduct]({% link code-of-conduct.md %}) in all interactions both on and offline.