From a0ab1d0b92f5c607927d3243c24d5399454fafb7 Mon Sep 17 00:00:00 2001 From: Garrett Wright Date: Tue, 21 Apr 2020 13:42:03 -0400 Subject: [PATCH 1/6] Add an example contributors table in markdown --- CONTRIBUTORS.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CONTRIBUTORS.md diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 0000000000..ffad0fb3b9 --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,12 @@ +| Name | GithubID | Email | Affiliations | +| ---------------- | ------------ | ---------------------------- | -------------------- | +| Joakim Andén | janden | janden@flatironinstitute.org | Princeton University | +| Vineet Bansal | vineetbansal | vineetb@princeton.edu | Princeton University | +| Robbie Brook | rbrook | cs123k@gmail.com | Princeton University | +| Ayelet Heimowitz | ayeltg | ayeleth@princeton.edu | Princeton University | +| Gabi Pragier | pgabi | gabipragier@gmail.com | Tel Aviv University | +| Itay Sason | itaysason | itaysason@mail.tau.ac.il | Tel Aviv University | +| Yoel Shkolnisky | yoelsh | yoelsh@tauex.tau.ac.il | Tel Aviv University | +| Amit Singer | amitsinger | amits@princeton.edu | Princeton University | +| Garrett Wright | garrettwrong | gbwright@princeton.edu | Princeton University | +| Junchao Xia | junchaoxia | junchao.xia@princeton.edu | Princeton University | From 0b0ca50cdf22c2736f6f38970f6e53ec0c274cec Mon Sep 17 00:00:00 2001 From: Garrett Wright Date: Tue, 12 May 2020 15:12:27 -0400 Subject: [PATCH 2/6] Migrate to rst so mates with existing sphinx docs --- CONTRIBUTORS.md | 12 ------------ CONTRIBUTORS.rst | 25 +++++++++++++++++++++++++ docs/source/authors.rst | 4 ++++ docs/source/index.rst | 3 ++- 4 files changed, 31 insertions(+), 13 deletions(-) delete mode 100644 CONTRIBUTORS.md create mode 100644 CONTRIBUTORS.rst create mode 100644 docs/source/authors.rst diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md deleted file mode 100644 index ffad0fb3b9..0000000000 --- a/CONTRIBUTORS.md +++ /dev/null @@ -1,12 +0,0 @@ -| Name | GithubID | Email | Affiliations | -| ---------------- | ------------ | ---------------------------- | -------------------- | -| Joakim Andén | janden | janden@flatironinstitute.org | Princeton University | -| Vineet Bansal | vineetbansal | vineetb@princeton.edu | Princeton University | -| Robbie Brook | rbrook | cs123k@gmail.com | Princeton University | -| Ayelet Heimowitz | ayeltg | ayeleth@princeton.edu | Princeton University | -| Gabi Pragier | pgabi | gabipragier@gmail.com | Tel Aviv University | -| Itay Sason | itaysason | itaysason@mail.tau.ac.il | Tel Aviv University | -| Yoel Shkolnisky | yoelsh | yoelsh@tauex.tau.ac.il | Tel Aviv University | -| Amit Singer | amitsinger | amits@princeton.edu | Princeton University | -| Garrett Wright | garrettwrong | gbwright@princeton.edu | Princeton University | -| Junchao Xia | junchaoxia | junchao.xia@princeton.edu | Princeton University | diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst new file mode 100644 index 0000000000..d60f94926c --- /dev/null +++ b/CONTRIBUTORS.rst @@ -0,0 +1,25 @@ ++------------------+--------------+------------------------------+----------------------+ +| Name | GithubID | Email | Affiliations | ++==================+==============+==============================+======================+ +| Joakim Andén | janden | janden@flatironinstitute.org | Princeton University | ++------------------+--------------+------------------------------+----------------------+ +| Vineet Bansal | vineetbansal | vineetb@princeton.edu | Princeton University | ++------------------+--------------+------------------------------+----------------------+ +| Robbie Brook | rbrook | cs123k@gmail.com | Princeton University | ++------------------+--------------+------------------------------+----------------------+ +| Mar Cohen | | | Tel Aviv University | ++------------------+--------------+------------------------------+----------------------+ +| Ayelet Heimowitz | ayeltg | ayeleth@princeton.edu | Princeton University | ++------------------+--------------+------------------------------+----------------------+ +| Gabi Pragier | pgabi | gabipragier@gmail.com | Tel Aviv University | ++------------------+--------------+------------------------------+----------------------+ +| Itay Sason | itaysason | itaysason@mail.tau.ac.il | Tel Aviv University | ++------------------+--------------+------------------------------+----------------------+ +| Yoel Shkolnisky | yoelsh | yoelsh@tauex.tau.ac.il | Tel Aviv University | ++------------------+--------------+------------------------------+----------------------+ +| Amit Singer | amitsinger | amits@princeton.edu | Princeton University | ++------------------+--------------+------------------------------+----------------------+ +| Garrett Wright | garrettwrong | gbwright@princeton.edu | Princeton University | ++------------------+--------------+------------------------------+----------------------+ +| Junchao Xia | junchaoxia | junchao.xia@princeton.edu | Princeton University | ++------------------+--------------+------------------------------+----------------------+ diff --git a/docs/source/authors.rst b/docs/source/authors.rst new file mode 100644 index 0000000000..4948e482ea --- /dev/null +++ b/docs/source/authors.rst @@ -0,0 +1,4 @@ +Authors +======= + +.. include:: ../../CONTRIBUTORS.rst diff --git a/docs/source/index.rst b/docs/source/index.rst index cea5e26bc7..cdf545dfc1 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -17,6 +17,7 @@ linear and nonlinear dimensionality reduction, randomized algorithms in numerica installation quickstart modules + authors Indices and tables @@ -30,4 +31,4 @@ Indices and tables References ========== -.. bibliography:: references.bib \ No newline at end of file +.. bibliography:: references.bib From 1488c640c5067b03035609985d18ee35306724df Mon Sep 17 00:00:00 2001 From: Garrett Wright Date: Wed, 13 May 2020 12:09:20 -0400 Subject: [PATCH 3/6] Add Zhao and Wang to contributors --- CONTRIBUTORS.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index d60f94926c..5d4c29e860 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -19,7 +19,11 @@ +------------------+--------------+------------------------------+----------------------+ | Amit Singer | amitsinger | amits@princeton.edu | Princeton University | +------------------+--------------+------------------------------+----------------------+ +| Lanhui Wang | | | Princeton University | ++------------------+--------------+------------------------------+----------------------+ | Garrett Wright | garrettwrong | gbwright@princeton.edu | Princeton University | +------------------+--------------+------------------------------+----------------------+ | Junchao Xia | junchaoxia | junchao.xia@princeton.edu | Princeton University | +------------------+--------------+------------------------------+----------------------+ +| Jane Zhao | | | Princeton University | ++------------------+--------------+------------------------------+----------------------+ From b40de6cfea267d05fd1c3c48d7f269b91d7e253d Mon Sep 17 00:00:00 2001 From: Garrett Wright Date: Mon, 18 May 2020 09:20:29 -0400 Subject: [PATCH 4/6] add top of file and bottom of file note. includes link to webpage --- CONTRIBUTORS.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 5d4c29e860..1157dec136 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -1,3 +1,8 @@ +ASPIRE has contributions from a growing team of collaborators. +To learn more about them please visit our `Team `_ webpage. + +Code contributors to the Python and Matlab collection of ASPIRE codes are listed below. + +------------------+--------------+------------------------------+----------------------+ | Name | GithubID | Email | Affiliations | +==================+==============+==============================+======================+ @@ -27,3 +32,6 @@ +------------------+--------------+------------------------------+----------------------+ | Jane Zhao | | | Princeton University | +------------------+--------------+------------------------------+----------------------+ + + +If we've missed you or would like to update your details, please contact us and we'll be happy to do so. From 86bf6b092e5df4b1c2e2d9793de594a4afe7e78f Mon Sep 17 00:00:00 2001 From: Garrett Wright Date: Mon, 18 May 2020 09:58:39 -0400 Subject: [PATCH 5/6] Split table into Python and Additional MATLAB contributors --- CONTRIBUTORS.rst | 82 +++++++++++++++++++++++++++++------------------- 1 file changed, 49 insertions(+), 33 deletions(-) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 1157dec136..dffcd10a54 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -1,37 +1,53 @@ ASPIRE has contributions from a growing team of collaborators. -To learn more about them please visit our `Team `_ webpage. - -Code contributors to the Python and Matlab collection of ASPIRE codes are listed below. - -+------------------+--------------+------------------------------+----------------------+ -| Name | GithubID | Email | Affiliations | -+==================+==============+==============================+======================+ -| Joakim Andén | janden | janden@flatironinstitute.org | Princeton University | -+------------------+--------------+------------------------------+----------------------+ -| Vineet Bansal | vineetbansal | vineetb@princeton.edu | Princeton University | -+------------------+--------------+------------------------------+----------------------+ -| Robbie Brook | rbrook | cs123k@gmail.com | Princeton University | -+------------------+--------------+------------------------------+----------------------+ -| Mar Cohen | | | Tel Aviv University | -+------------------+--------------+------------------------------+----------------------+ -| Ayelet Heimowitz | ayeltg | ayeleth@princeton.edu | Princeton University | -+------------------+--------------+------------------------------+----------------------+ -| Gabi Pragier | pgabi | gabipragier@gmail.com | Tel Aviv University | -+------------------+--------------+------------------------------+----------------------+ -| Itay Sason | itaysason | itaysason@mail.tau.ac.il | Tel Aviv University | -+------------------+--------------+------------------------------+----------------------+ -| Yoel Shkolnisky | yoelsh | yoelsh@tauex.tau.ac.il | Tel Aviv University | -+------------------+--------------+------------------------------+----------------------+ -| Amit Singer | amitsinger | amits@princeton.edu | Princeton University | -+------------------+--------------+------------------------------+----------------------+ -| Lanhui Wang | | | Princeton University | -+------------------+--------------+------------------------------+----------------------+ -| Garrett Wright | garrettwrong | gbwright@princeton.edu | Princeton University | -+------------------+--------------+------------------------------+----------------------+ -| Junchao Xia | junchaoxia | junchao.xia@princeton.edu | Princeton University | -+------------------+--------------+------------------------------+----------------------+ -| Jane Zhao | | | Princeton University | -+------------------+--------------+------------------------------+----------------------+ +To learn more about them please visit our `Team webpage `_. + +Developers of the Python and Matlab collection of ASPIRE codes are listed below. + + +| + + +.. table:: Python Contributors + + +------------------+--------------+------------------------------+----------------------+ + | Name | GithubID | Email | Affiliations | + +==================+==============+==============================+======================+ + | Joakim Andén | janden | janden@flatironinstitute.org | Princeton University | + +------------------+--------------+------------------------------+----------------------+ + | Vineet Bansal | vineetbansal | vineetb@princeton.edu | Princeton University | + +------------------+--------------+------------------------------+----------------------+ + | Robbie Brook | rbrook | cs123k@gmail.com | Princeton University | + +------------------+--------------+------------------------------+----------------------+ + | Ayelet Heimowitz | ayeltg | ayeleth@princeton.edu | Princeton University | + +------------------+--------------+------------------------------+----------------------+ + | Gabi Pragier | pgabi | gabipragier@gmail.com | Tel Aviv University | + +------------------+--------------+------------------------------+----------------------+ + | Itay Sason | itaysason | itaysason@mail.tau.ac.il | Tel Aviv University | + +------------------+--------------+------------------------------+----------------------+ + | Yoel Shkolnisky | yoelsh | yoelsh@tauex.tau.ac.il | Tel Aviv University | + +------------------+--------------+------------------------------+----------------------+ + | Amit Singer | amitsinger | amits@princeton.edu | Princeton University | + +------------------+--------------+------------------------------+----------------------+ + | Garrett Wright | garrettwrong | gbwright@princeton.edu | Princeton University | + +------------------+--------------+------------------------------+----------------------+ + | Junchao Xia | junchaoxia | junchao.xia@princeton.edu | Princeton University | + +------------------+--------------+------------------------------+----------------------+ + +| + + +.. table:: Additional MATLAB Contributors not listed above: + + + +-------------+----------+-------+----------------------+ + | Name | GithubID | Email | Affiliations | + +=============+==========+=======+======================+ + | Mar Cohen | | | Tel Aviv University | + +-------------+----------+-------+----------------------+ + | Lanhui Wang | | | Princeton University | + +-------------+----------+-------+----------------------+ + | Jane Zhao | | | Princeton University | + +-------------+----------+-------+----------------------+ If we've missed you or would like to update your details, please contact us and we'll be happy to do so. From c51c3afc1aeee1d3ef415bd5eee15b0afa9aeef2 Mon Sep 17 00:00:00 2001 From: Garrett Wright Date: Tue, 19 May 2020 12:05:19 -0400 Subject: [PATCH 6/6] updated Joakim email --- CONTRIBUTORS.rst | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index dffcd10a54..9bc9d3c54a 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -9,29 +9,29 @@ Developers of the Python and Matlab collection of ASPIRE codes are listed below. .. table:: Python Contributors - +------------------+--------------+------------------------------+----------------------+ - | Name | GithubID | Email | Affiliations | - +==================+==============+==============================+======================+ - | Joakim Andén | janden | janden@flatironinstitute.org | Princeton University | - +------------------+--------------+------------------------------+----------------------+ - | Vineet Bansal | vineetbansal | vineetb@princeton.edu | Princeton University | - +------------------+--------------+------------------------------+----------------------+ - | Robbie Brook | rbrook | cs123k@gmail.com | Princeton University | - +------------------+--------------+------------------------------+----------------------+ - | Ayelet Heimowitz | ayeltg | ayeleth@princeton.edu | Princeton University | - +------------------+--------------+------------------------------+----------------------+ - | Gabi Pragier | pgabi | gabipragier@gmail.com | Tel Aviv University | - +------------------+--------------+------------------------------+----------------------+ - | Itay Sason | itaysason | itaysason@mail.tau.ac.il | Tel Aviv University | - +------------------+--------------+------------------------------+----------------------+ - | Yoel Shkolnisky | yoelsh | yoelsh@tauex.tau.ac.il | Tel Aviv University | - +------------------+--------------+------------------------------+----------------------+ - | Amit Singer | amitsinger | amits@princeton.edu | Princeton University | - +------------------+--------------+------------------------------+----------------------+ - | Garrett Wright | garrettwrong | gbwright@princeton.edu | Princeton University | - +------------------+--------------+------------------------------+----------------------+ - | Junchao Xia | junchaoxia | junchao.xia@princeton.edu | Princeton University | - +------------------+--------------+------------------------------+----------------------+ + +------------------+--------------+---------------------------+----------------------+ + | Name | GithubID | Email | Affiliations | + +==================+==============+===========================+======================+ + | Joakim Andén | janden | janden@kth.se | Princeton University | + +------------------+--------------+---------------------------+----------------------+ + | Vineet Bansal | vineetbansal | vineetb@princeton.edu | Princeton University | + +------------------+--------------+---------------------------+----------------------+ + | Robbie Brook | rbrook | cs123k@gmail.com | Princeton University | + +------------------+--------------+---------------------------+----------------------+ + | Ayelet Heimowitz | ayeltg | ayeleth@princeton.edu | Princeton University | + +------------------+--------------+---------------------------+----------------------+ + | Gabi Pragier | pgabi | gabipragier@gmail.com | Tel Aviv University | + +------------------+--------------+---------------------------+----------------------+ + | Itay Sason | itaysason | itaysason@mail.tau.ac.il | Tel Aviv University | + +------------------+--------------+---------------------------+----------------------+ + | Yoel Shkolnisky | yoelsh | yoelsh@tauex.tau.ac.il | Tel Aviv University | + +------------------+--------------+---------------------------+----------------------+ + | Amit Singer | amitsinger | amits@princeton.edu | Princeton University | + +------------------+--------------+---------------------------+----------------------+ + | Garrett Wright | garrettwrong | gbwright@princeton.edu | Princeton University | + +------------------+--------------+---------------------------+----------------------+ + | Junchao Xia | junchaoxia | junchao.xia@princeton.edu | Princeton University | + +------------------+--------------+---------------------------+----------------------+ |