BioStatica

BioStatica - Quarto Book Edition

Build Status License: MIT

A comprehensive, beginner-friendly biostatistics textbook built with Quarto, offering structured learning from foundational principles to modern methodologies used in cutting-edge research.

πŸš€ Quick Start

View the Book Online

Visit: https://pawanramamali.github.io/BioStatica/

Build Locally

Prerequisites

Quick Build

# Clone the repository
git clone https://github.com/PawanRamaMali/BioStatica.git
cd BioStatica

# Build the book
quarto render

# View locally
# Open _site/index.html in your browser

Platform-Specific Build Scripts

πŸ“š Book Structure

The book is organized into separate Quarto markdown files for optimal maintainability:

BioStatica/
β”œβ”€β”€ _quarto.yml              # Main configuration
β”œβ”€β”€ index.qmd                # Preface and introduction
β”œβ”€β”€ introduction.qmd         # Welcome to Biostatistics
β”œβ”€β”€ ch01-foundational-concepts.qmd
β”œβ”€β”€ ch02-comparative-inference.qmd
β”œβ”€β”€ ch03-multi-group-analysis.qmd
β”œβ”€β”€ ch04-interrelationships-modeling.qmd
β”œβ”€β”€ ch05-design-power-considerations.qmd
β”œβ”€β”€ ch06-specialized-modern-methods.qmd
β”œβ”€β”€ references.qmd           # Bibliography and resources
β”œβ”€β”€ references.bib           # BibTeX references
β”œβ”€β”€ styles.css              # Custom styling
β”œβ”€β”€ custom.scss             # SCSS theme customization
└── _site/                  # Generated website (after build)

πŸ“– Table of Contents

Introduction: Welcome to Biostatistics

Understanding the role of biostatistics in medical research

Chapter 1: Foundational Concepts

Chapter 2: Comparative Inference

Chapter 3: Multi-Group Analysis

Chapter 4: Interrelationships & Modeling

Chapter 5: Design & Power Considerations

Chapter 6: Specialized & Modern Methods

πŸ”§ Development

File Organization

Adding New Content

  1. Edit the relevant .qmd file
  2. Add new references to references.bib
  3. Update _quarto.yml if adding new chapters
  4. Build and test locally: quarto render

Quarto Features Used

πŸš€ Deployment

Automatic Deployment

Manual Deployment

# Build the book
quarto render

# Deploy to GitHub Pages (if configured)
quarto publish gh-pages

🀝 Contributing

We welcome contributions! Here’s how to get started:

  1. Fork the repository
  2. Clone your fork: git clone https://github.com/yourusername/BioStatica.git
  3. Create a new branch: git checkout -b feature/your-feature-name
  4. Edit the relevant .qmd files
  5. Test your changes: quarto render
  6. Commit your changes: git commit -am 'Add some feature'
  7. Push to the branch: git push origin feature/your-feature-name
  8. Submit a pull request

Contribution Guidelines

πŸ“„ Export Formats

The book can be exported to multiple formats:

To generate specific formats:

quarto render --to html
quarto render --to pdf
quarto render --to epub

πŸ” Features

πŸ“Š Technical Details

πŸ“ License

This project is licensed under the MIT License - see the LICENSE file for details.

πŸ‘₯ Maintainer

Pawan Rama Mali πŸ“§ Email: prm@outlook.in πŸ™ GitHub: PawanRamaMali

πŸ™ Acknowledgments


Ready to dive into biostatistics? Start reading the book online or build it locally!