Skip to content

Commit 7e8e6b1

Browse files
authored
add community page
1 parent 6cf9202 commit 7e8e6b1

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ title: code4math
22
url: https://code4math.org
33
logo: /code4math.svg
44
description: Consortium of Digital Ecosystems for Mathematics
5-
github: code4mathorg
6-
zulip: code4math
5+
github_url: https://github.com/code4mathorg/
6+
zulip_url: https://code4math.zulipchat.com/

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
<a href="/projects/">Projects</a>
6464
{% endif %}
6565

66-
<a href="https://github.com/{{site.github}}">GitHub</a>
66+
<a href="{{site.github_url}}">GitHub</a>
6767

68-
<a href="https://{{site.zulip}}.zulipchat.com">Zulip</a>
68+
<a href="{{site.zulip_url}}">Zulip</a>
6969

7070
</nav>
7171

community/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: default
3+
title: Community
4+
---
5+
6+
Any mathematics software developer or advocate who believe in
7+
[our consortium's principles](/#our-principles) is warmly invited
8+
to participate in our community.
9+
10+
New community members are encouraged to join our
11+
[Zulip chat]({% site.zulip %}) and say hello! You can also keep
12+
an eye on our [events](/events/) for opportunities to sync up
13+
with other community members.

index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ sociotechnical infrastructure: software, databases, communities, and more.
1818

1919
## Our principles
2020

21-
- We are a community of mathematics software developers and their advocates, dedicated to the advancement and accessibility of mathematics.- We create, develop, and maintain digital products for mathematics researchers, educators, and learners. These products include software, datasets, documentation, and infrastructure.
21+
- We are a community of mathematics software developers and their advocates, dedicated to the advancement and accessibility of mathematics.
22+
- We create, develop, and maintain digital products for mathematics researchers, educators, and learners. These products include software, datasets, documentation, and infrastructure.
2223
- Our community empowers this work by sharing knowledge and best practices.
2324
- We recognize and value this work as scholarly activity, and provide artifacts of these efforts recognized by both academic and industry stakeholders.
2425
- We ensure our products are accessible to everyone who needs them.

0 commit comments

Comments
 (0)