-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from esl-epfl/pr-yaml
Include Gotman algorithm
- Loading branch information
Showing
2 changed files
with
44 additions
and
42 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
# Description of a seizure detection algorithm | ||
title: "Gotman - Automatic recognition of epileptic seizures in the EEG (1982)" | ||
image: "ghcr.io/esl-epfl/gotman_1982:latest" | ||
authors: | ||
- family-names: Dan | ||
given-names: Jonathan | ||
orcid: "https://orcid.org/0000-0002-2338-572X" | ||
- family-names: Samanos | ||
given-names: Clément | ||
version: 0.1 | ||
date-released: "1982-01-01" | ||
abstract: > | ||
During prolonged EEG monitoring of epileptic patients, the continuous EEG | ||
tracing may be replaced by a selective recording of ictal and interictal | ||
epileptic activity. We have described previously methods for the EEG | ||
recording of seizures with overt clinical manifestations and for the automatic | ||
detection of spikes. This paper describes a method for the automatic detection | ||
of seizures in the EEG, independently of the presence of clinical signs; it is | ||
based on the decomposition of the EEG into elementary waves and the detection | ||
of paroxysmal bursts of rhythmic activity having a frequency between 3 and 20 | ||
c/sec. Simple procedures are used to measure the amplitude of waves relative | ||
to the background, their duration and rhythmicity. The evaluation of the | ||
method on 24 surface recordings (average duration 12.4 h) and 44 recordings | ||
from intracerebral electrodes (average duration 18.7 h) indicated that it was | ||
capable of recognizing numerous types of seizures. False detections due to | ||
non-epileptiform rhythmic EEG bursts and to artefacts were quite frequent but | ||
were not a serious problem because they did not unduly lengthen the EEG | ||
tracing and they could be easily identified by the electroencephalographer. | ||
The program can perform on-line and simultaneously the automatic recognition | ||
of spikes and of seizures in 16 channels." | ||
license: GPL-3.0 | ||
repository: https://github.com/esl-epfl/gotman_1982 | ||
|
||
# List all datasets that were used to train this algorithm | ||
Dataset: | ||
- title: "Gotman 1982" | ||
license: "https://doi.org/10.1016/0013-4694(82)90038-4" | ||
identifiers: | ||
- description: > | ||
Private dataset of 24 scalp-EEG recordings with an average duration | ||
of 12.4 h and 44 intracerebral recordings with an average duration of 18.7h. | ||
type: doi | ||
value: "10.5281/zenodo.123456" |