Skip to content

Commit 4b99f5a

Browse files
committed
Release 1.0.0
1 parent d0641e0 commit 4b99f5a

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
site/
2+
.DS_Store
3+
docs/.DS_Store
4+
scratch/
5+
__pycache__/
6+
.vscode/
7+
make_tables/

.readthedocs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ mkdocs:
1717
python:
1818
install:
1919
- requirements: docs/requirements.txt
20+
21+
# Optionally build your docs in additional formats such as PDF and ePub
22+
# formats:
23+
# - pdf

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p style="text-align: center; font-size: 2em">🚧 🚧 COMING SOON 🚧 🚧</p>
1+
<p style="text-align: center; font-size: 2em">🚧 COMING SOON 🚧</p>
22

33
<p align="center">
44
<img src="images/logo_HBCD_final.png" alt="logo" width="500">
@@ -10,7 +10,7 @@
1010

1111
<br>
1212
<br>
13-
Annual data releases, hosted by the <a href="https://nbdc-splash-beta.lassoinformatics.com/hbcd-study">NIH Brain Development Cohorts (NBDC) Data Hub</a>, include information from the current participant cohort and all visits completed up to just before the release date. The inaugural HBCD Data Release 1.0, scheduled for Spring 2025, includes prenatal data from over 1300 pregnant participants as well as follow-up data from over half of their babies.
13+
Annual data releases, hosted by the <a href="https://nbdc-splash-beta.lassoinformatics.com/hbcd-study">NIH Brain Development Cohorts (NBDC) Data Hub</a>, include information from the current participant cohort and all visits completed up to just before the release date. The inaugural HBCD Data Release 1.0, scheduled for Summer 2025, includes prenatal data from over 1300 pregnant participants as well as follow-up data from over half of their babies.
1414

1515
<br>
1616
<br>

0 commit comments

Comments
 (0)