Skip to content

Commit

Permalink
Merge pull request #32 from RehabAUmc/citation
Browse files Browse the repository at this point in the history
Add citation metadata
  • Loading branch information
svenvanderburg authored Dec 21, 2021
2 parents cfc1332 + 73d6294 commit d983039
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: Automated video-based assessment of dyskinetic cerebral palsy
message: Please cite this software using these metadata.
type: software
authors:
- given-names: Shankara
family-names: van de Ven
email: s.s.vandeven@amsterdamumc.nl
affiliation: Amsterdam UMC, Department of Rehabilitation medicine, Amsterdam Movement Sciences
- given-names: Sven
family-names: van der Burg
email: s.vanderburg@esciencecenter.nl
affiliation: Netherlands eScience Center
orcid: 'https://orcid.org/0000-0003-1250-6968'
- given-names: Florian
family-names: Huber
email: florian.huber@hs-duesseldorf.de
affiliation: Hochschule Düsseldorf, Netherlands eScience Center
orcid: 'https://orcid.org/0000-0002-3535-9406'
- given-names: Sonja
family-names: Georgievska
email: s.georgievska@esciencecenter.nl
orcid: 'https://orcid.org/0000-0002-8094-4532'
affiliation: Netherlands eScience Center
- given-names: Helga
family-names: Haberfehlner
affiliation: Amsterdam UMC, Department of Rehabilitation medicine, Amsterdam Movement Sciences; KU Leuven, Campus Brugge, Department of Rehabilitation Sciences
orcid: 'https://orcid.org/0000-0001-9307-4102'
email: h.haberfehlner@amsterdamumc.nl

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ The steps to run main.ipynb.
* There are two sections here: the standard algorithms imported from scikit-learn and the models made in Keras.
* These can be run in two ways: run_plot_standard/neural() to get the scores of the model and a plot. Or run_standard/neural_experiment() to run the chosen model multiple times. You provide these functions with the data, a splitting function, the settings, and the model.



## Citation
If you want to cite this software, please use the metadata in [CITATION.cff](CITATION.cff)

0 comments on commit d983039

Please sign in to comment.