Skip to content

Commit

Permalink
Add schema definition
Browse files Browse the repository at this point in the history
  • Loading branch information
danjjl committed Oct 24, 2024
1 parent ca64df5 commit 5770d47
Show file tree
Hide file tree
Showing 2 changed files with 845 additions and 6 deletions.
12 changes: 6 additions & 6 deletions algorithms/algorithm.yaml
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
---
# Description of a seizure detection algorithm
title: My Research Software
repository-code: "https://github.com/citation-file-format/my-research-software"
image: "ghcr.io/username/image-name:tag"
authors:
- family-names: Druskat
given-names: Stephan
orcid: "https://orcid.org/1234-5678-9101-1121"
- name: "The Research Software project"
version: 0.11.2
date-released: "2024-10-24"
description: This algorithm performs random detection of epileptic seizures. On each epoch of 1 second it assigns a 30% probability of being a seizure.
abstract: This algorithm performs random detection of epileptic seizures. On each epoch of 1 second it assigns a 30% probability of being a seizure.
license: Apache-2.0
message: If you use this software, please cite it using these metadata.

# List all datasets that were used to train this algorithm
Dataset:
- title: Physionet CHB-MIT Scalp EEG Database
license: ODC-By v1.0
license: CC-BY-1.0
identifiers:
- description: Zenodo BIDS standardized version of CHB-MIT Scalp EEG database
type: doi
value: "10.5281/zenodo.123456"
- title: TUH EEG Seizure Corpus
license: Private
license: https://isip.piconepress.com/projects/nedc/forms/tuh_eeg.pdf
identifiers:
- description: Temple University Seizure Corpus
type: url
value: "https://isip.piconepress.com/projects/nedc/html/tuh_eeg/#c_tusz"
- title: Siena Scalp EEG
license: ODC-By v1.0
license: CC-BY-1.0
identifiers:
- description: Zenodo BIDS standardized version of Siena Scalp EEG database
type: doi
value: "10.5281/zenodo.10640762"
- title: SeizeIT1
license: Custom KU Leuven
license: https://www.kuleuven.be/rdm/en/rdr/custom-kuleuven
identifiers:
- description: KU Lueven SeizeIT1 dataset
type: doi
Expand Down
Loading

0 comments on commit 5770d47

Please sign in to comment.