Skip to content

Commit ded5c94

Browse files
committed
add projects and community issue templates
1 parent 2638852 commit ded5c94

File tree

6 files changed

+55
-12
lines changed

6 files changed

+55
-12
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Add [NAME] to Community directory
3+
about: Request to add your name to the directory on the `code4math` community page.
4+
title: community-directory
5+
labels: community
6+
assignees: ''
7+
8+
---
9+
10+
Please add me to the `code4math` community directory:
11+
12+
```
13+
- YOUR NAME
14+
- YOUR AFFILIATION
15+
- [@GITHUB_USER](https://github.com/GITHUB_USER)
16+
- <EMAIL>
17+
- <LINK>
18+
- BRIEF DESCRIPTION / KEYWORDS
19+
```

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Add [NAME] to Projects page
3+
about: Request to add your project to the `code4math` Projects page.
4+
title: project-request
5+
labels: projects
6+
assignees: ''
7+
8+
---
9+
10+
Please add my project to the `code4math` Projects page:
11+
12+
```
13+
- [PROJECT NAME](PROJECT_LINK)
14+
- BRIEF PROJECT DESCRIPTION
15+
```

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_site

community/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,18 @@ an eye on our [events](/events/) for opportunities to sync up
1313
with other community members.
1414

1515
![AIM workshop photo](/community/photo.png)
16+
17+
---
18+
19+
All members of `code4math` are encouraged to add their name to our directory
20+
below by making an [Issue](https://github.com/code4mathorg/code4mathorg.github.io/issues)
21+
with their information or directly opening a pull request directly
22+
[editing this page](https://github.com/code4mathorg/code4mathorg.github.io/blob/main/community/index.md).
23+
24+
- Steven Clontz
25+
- University of South Alabama
26+
- [@StevenClontz](https://github.com/StevenClontz)
27+
- <sclontz@southalabama.edu>
28+
- <https://clontz.org>, <https://topology.pi-base.org>, <https://g4m.code4math.org>
29+
- Databases, formalized math, general topology, math research sociotechincal infrastructure
30+
math education sociotechincal infrastructure

projects/index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ title: Projects
66
Following is an (incomplete!) list of all the projects our community
77
is engaged with. If you are a community member working on digital infrastructure
88
for advancing mathematics research, please
9-
[make a pull request](https://github.com/code4mathorg/code4mathorg.github.io)
10-
adding a link to your project to
9+
[open an Issue](https://github.com/code4mathorg/code4mathorg.github.io/issues)
10+
or directly add a link to your project to
1111
[this page on GitHub](https://github.com/code4mathorg/code4mathorg.github.io/blob/main/projects/index.md).
1212

1313
- [GitHub for Mathematicians](https://g4m.code4math.org)
14+
- Handbook for mathematicians learning Git and GitHub
1415
- [Index of Mathematical DataBases](https://mathbases.org/)
16+
- Database of mathematical databases
1517
- [π-Base, a community database of topological counterexamples](https://topology.pi-base.org/)
18+
- Database of topological spaces, properties, and theorems, with automatic deduction

0 commit comments

Comments
 (0)