| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains the source code for the official Waveform Database (WFDB) project website, built using Jekyll and the Just the Docs theme. The site serves as a central resource for the WFDB community, providing:
The website is hosted at https://wfdb.io.
The Waveform Database (WFDB) is a set of open file format standards for physiological waveform and annotation data. Originally developed by George B. Moody in 1989 at the Harvard-MIT Division of Health Sciences and Technology, WFDB has become a widely adopted standard in the field of biomedical signal processing.
WFDB files typically consist of:
For more details, refer to the WFDB Format Specification.
To build and serve the website locally, follow these steps:
Install Ruby and Bundler
Ensure you have Ruby installed. Then, install Bundler:
gem install bundlerClone the Repository
git clone https://github.com/wfdb/wfdb.github.io.git
cd wfdb.github.ioInstall Dependencies
bundle installServe the Site Locally
bundle exec jekyll serveThe site will be available at http://127.0.0.1:4000/.
Contributions are welcome! If you'd like to contribute to the WFDB website, please fork the repository, make your changes, and submit a pull request. For major changes, please open an issue first to discuss what you'd like to change.
This project is licensed under the MIT License.
| Back | FazBrowse Home | New Git URL |