Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/getting-started/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Common questions about ODE installation, usage, and development.

## General Questions

### How do you pronounce ODE?

ODE is pronounced like "code", without the "C."

### What is ODE?

Open Data Ensemble (ODE) is a platform for mobile data collection and synchronization. It provides tools for creating forms, collecting data offline, and synchronizing data across devices and servers.
Expand Down
4 changes: 4 additions & 0 deletions docs/getting-started/what-is-ode.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ sidebar_position: 1

# What is ODE?

:::tip Pronunciation
ODE is pronounced like "code", without the "C."
:::

Open Data Ensemble (ODE) is a platform designed to simplify mobile data collection and management. It provides tools and infrastructure for creating forms, collecting data in the field, and synchronizing information across devices and servers.

## Overview
Expand Down
4 changes: 4 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ sidebar_position: 1

# Open Data Ensemble

:::tip Pronunciation
ODE is pronounced like "code", without the "C."
:::

Open Data Ensemble (ODE) is a comprehensive platform for mobile data collection and synchronization. Built for researchers, health professionals, implementers, and developers, ODE provides a robust solution for designing forms, managing data securely, and synchronizing seamlessly across devices, even in offline conditions.

:::info Pre-release Available
Expand Down
3 changes: 3 additions & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ export default function Home(): ReactNode {
The Open Data Ensemble
</Heading>
<div className={styles.sectionContent}>
<p className={styles.descriptionText} style={{ fontStyle: 'italic', color: 'var(--ifm-color-content-secondary)', marginBottom: '0.5rem' }}>
ODE is pronounced like "code", without the "C."
</p>
<p className={styles.descriptionText}>
The Open Data Ensemble (ODE) is a comprehensive platform for building sophisticated data collection
instruments. It provides a collection of open source technologies and resources that help you build and
Expand Down