Skip to content

Commit

Permalink
docs(authors): add list of contributors (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Feb 5, 2024
1 parent 1a24778 commit f4ea6cb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
with:
commands: |
rm -rf snakemake-local-run && mkdir -p snakemake-local-run && cd snakemake-local-run
pip install snakemake papermill ipykernel pandas matplotlib
pip install 'pulp<2.8' snakemake papermill ipykernel pandas matplotlib
cp -a ../code ../data .
snakemake -s ../workflow/snakemake/Snakefile --configfile ../workflow/snakemake/inputs.yaml -p --cores 1
ls -l `pwd`/results/plot.png
Expand Down
16 changes: 16 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Authors
=======

The list of contributors in alphabetical order:

- `Alizee Pace <https://www.linkedin.com/in/aliz%C3%A9e-pace-516b4314b/>`_
- `Anton Khodak <https://orcid.org/0000-0003-3263-4553>`_
- `Audrius Mecionis <https://orcid.org/0000-0002-3759-1663>`_
- `Diego Rodriguez <https://orcid.org/0000-0003-0649-2002>`_
- `Dinos Kousidis <https://orcid.org/0000-0002-4914-4289>`_
- `Jan Okraska <https://orcid.org/0000-0002-1416-3244>`_
- `Marco Donadoni <https://orcid.org/0000-0003-2922-5505>`_
- `Marco Vidal <https://orcid.org/0000-0002-9363-4971>`_
- `Maria Fernando <https://github.com/MMFernando>`_
- `Tibor Simko <https://orcid.org/0000-0001-7202-5803>`_
- `Vladyslav Moisieienkov <https://orcid.org/0000-0001-9717-0775>`_
12 changes: 0 additions & 12 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -233,15 +233,3 @@ the resulting plots:
Please see the `REANA-Client <https://reana-client.readthedocs.io/>`_
documentation for more detailed explanation of typical ``reana-client`` usage
scenarios.

Contributors
============

The list of contributors in alphabetical order:

- `Alizee Pace <https://www.linkedin.com/in/aliz%C3%A9e-pace-516b4314b/>`_
- `Anton Khodak <https://orcid.org/0000-0003-3263-4553>`_
- `Diego Rodriguez <https://orcid.org/0000-0003-0649-2002>`_
- `Dinos Kousidis <https://orcid.org/0000-0002-4914-4289>`_
- `Marco Vidal <https://orcid.org/0000-0002-9363-4971>`_
- `Tibor Simko <https://orcid.org/0000-0001-7202-5803>`_

0 comments on commit f4ea6cb

Please sign in to comment.