Skip to content

Commit a732bf8

Browse files
authored
Add an example contributors table in markdown (#147)
Add attempt at contributors table in rst, integrate with sphinx.
1 parent e8e3472 commit a732bf8

File tree

3 files changed

+59
-1
lines changed

3 files changed

+59
-1
lines changed

CONTRIBUTORS.rst

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
ASPIRE has contributions from a growing team of collaborators.
2+
To learn more about them please visit our `Team webpage <http://spr.math.princeton.edu/team>`_.
3+
4+
Developers of the Python and Matlab collection of ASPIRE codes are listed below.
5+
6+
7+
|
8+
9+
10+
.. table:: Python Contributors
11+
12+
+------------------+--------------+---------------------------+----------------------+
13+
| Name | GithubID | Email | Affiliations |
14+
+==================+==============+===========================+======================+
15+
| Joakim Andén | janden | [email protected] | Princeton University |
16+
+------------------+--------------+---------------------------+----------------------+
17+
| Vineet Bansal | vineetbansal | [email protected] | Princeton University |
18+
+------------------+--------------+---------------------------+----------------------+
19+
| Robbie Brook | rbrook | [email protected] | Princeton University |
20+
+------------------+--------------+---------------------------+----------------------+
21+
| Ayelet Heimowitz | ayeltg | [email protected] | Princeton University |
22+
+------------------+--------------+---------------------------+----------------------+
23+
| Gabi Pragier | pgabi | [email protected] | Tel Aviv University |
24+
+------------------+--------------+---------------------------+----------------------+
25+
| Itay Sason | itaysason | [email protected] | Tel Aviv University |
26+
+------------------+--------------+---------------------------+----------------------+
27+
| Yoel Shkolnisky | yoelsh | [email protected] | Tel Aviv University |
28+
+------------------+--------------+---------------------------+----------------------+
29+
| Amit Singer | amitsinger | [email protected] | Princeton University |
30+
+------------------+--------------+---------------------------+----------------------+
31+
| Garrett Wright | garrettwrong | [email protected] | Princeton University |
32+
+------------------+--------------+---------------------------+----------------------+
33+
| Junchao Xia | junchaoxia | [email protected] | Princeton University |
34+
+------------------+--------------+---------------------------+----------------------+
35+
36+
|
37+
38+
39+
.. table:: Additional MATLAB Contributors not listed above:
40+
41+
42+
+-------------+----------+-------+----------------------+
43+
| Name | GithubID | Email | Affiliations |
44+
+=============+==========+=======+======================+
45+
| Mar Cohen | | | Tel Aviv University |
46+
+-------------+----------+-------+----------------------+
47+
| Lanhui Wang | | | Princeton University |
48+
+-------------+----------+-------+----------------------+
49+
| Jane Zhao | | | Princeton University |
50+
+-------------+----------+-------+----------------------+
51+
52+
53+
If we've missed you or would like to update your details, please contact us and we'll be happy to do so.

docs/source/authors.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Authors
2+
=======
3+
4+
.. include:: ../../CONTRIBUTORS.rst

docs/source/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ linear and nonlinear dimensionality reduction, randomized algorithms in numerica
1717
installation
1818
quickstart
1919
modules
20+
authors
2021

2122

2223
Indices and tables
@@ -30,4 +31,4 @@ Indices and tables
3031
References
3132
==========
3233

33-
.. bibliography:: references.bib
34+
.. bibliography:: references.bib

0 commit comments

Comments
 (0)