diff --git a/docs/citation.md b/docs/citation.md deleted file mode 100644 index c49fb61..0000000 --- a/docs/citation.md +++ /dev/null @@ -1,11 +0,0 @@ -# Cite Biosiglib - -When reproducibility matters, cite the repository and the exact commit used by your analysis: - -```text -BSICoS Biosiglib. Biomedical signal-processing method specifications and validation resources. https://github.com/BSICoS/biosiglib, commit . -``` - -Also cite the original publication for each method you use. The relevant references are listed on its page in the [method catalog](methods/index.md). - -If you used an executable implementation, identify [Biosigpy or Biosigmat](implementations.md) and its version as well. diff --git a/mkdocs.yml b/mkdocs.yml index 69b083b..40e6e72 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -53,7 +53,6 @@ nav: - NaN-aware zero-phase filter: methods/tools.nan_filtfilt.md - Snap to peak: methods/tools.snap_to_peak.md - Implementations: implementations.md - - Cite: citation.md markdown_extensions: - admonition