Skip to content

Commit 0e3a0ea

Browse files
authored
Merge pull request #4 from wfdb/tp/footer
Adds MIT Accessibility message to the footer
2 parents 435f4d5 + 9ebd36a commit 0e3a0ea

12 files changed

Lines changed: 9 additions & 26 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,6 @@ TAGS
124124

125125
# Pycharm / JetBrains / IntelliJ project specific settings folder
126126
.idea/
127+
128+
# Jekyll build folder
129+
_site/

_config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ callouts:
1414
color: blue
1515
citation:
1616
title: Citation
17-
color: yellow
17+
color: yellow
18+
19+
footer_content: |
20+
For more accessibility options, see the <a href="https://accessibility.mit.edu/" target="_blank" rel="noopener">MIT Accessibility Page</a>.

index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ nav_order: 1
66

77
# Waveform Database (WFDB) Project
88

9-
Welcome to the official website for the **Waveform Database (WFDB)** project.
9+
Welcome to the website for the **Waveform Database (WFDB)** project.
1010

1111
WFDB defines a set of open standards and software tools for the storage, sharing, and analysis of physiologic signal and annotation data. It has been widely used for decades to support biomedical research, clinical studies, and education.
1212

@@ -51,5 +51,3 @@ If you would like to get involved, please [contact us](https://physionet.org/abo
5151
## Acknowledgments
5252

5353
The WFDB project builds on decades of work by George B. Moody, Roger G. Mark, and the broader research community. We thank all contributors who have helped shape and maintain WFDB standards and tools.
54-
55-
---

software/c.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,3 @@ If you use the WFDB Software Package in your research, please cite:
113113
{: .citation }
114114
> Moody, G., Pollard, T., & Moody, B. (2022). WFDB Software Package (version 10.7.0). PhysioNet. [https://doi.org/10.13026/gjvw-1m31](https://doi.org/10.13026/gjvw-1m31)
115115
116-
---

software/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ has_children: true
77

88
# WFDB Software
99

10-
Official implementations of the WFDB tools and libraries.
10+
Implementations of the WFDB tools and libraries.
1111

1212

1313

software/matlab.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,3 @@ If you use the WFDB Toolbox for MATLAB in your research, please cite:
8585

8686
{: .citation }
8787
> Silva, I., Moody, B., & Moody, G. (2021). Waveform Database Software Package (WFDB) for MATLAB and Octave (version 0.10.0). PhysioNet. [https://doi.org/10.13026/6zcz-e163](https://doi.org/10.13026/6zcz-e163)
88-
89-
---

software/python.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,3 @@ This example reads record `100` from the MIT-BIH Arrhythmia Database hosted on P
7474
## Citing
7575

7676
If you use the WFDB Python package in your research, please cite the software publication available on [PhysioNet](https://physionet.org/content/wfdb-python/).
77-
78-
---

spec/annotation-files.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,3 @@ WFDB software can automatically distinguish between MIT and AHA formats when rea
7474
| AHA format | Legacy support; rarely used except for archival data. |
7575

7676
Annotations are essential for interpreting WFDB signals, supporting applications like heartbeat detection, arrhythmia analysis, and rhythm classification.
77-
78-
---
79-

spec/file-structure.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,3 @@ To fully read or analyze a WFDB recording, you need:
5353
- And optionally, any **annotation files** (e.g., `.atr`).
5454

5555
Each file provides a piece of the complete information needed to reconstruct the signals and their clinical context.
56-
57-
---

spec/header-files.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,3 @@ Each signal has its own line immediately following the record line (for single-s
8888
- A header file may describe signals stored in multiple files or multiple signals in a single file.
8989
- Fields like sampling frequency, counter frequency, and base time/date improve time-aligned analysis but are optional.
9090
- Multi-segment records use a slightly different structure (described separately).
91-
92-
---
93-
94-
[Return to Format Specification Overview](../)
95-
96-

0 commit comments

Comments
 (0)