Skip to content

Commit

Permalink
Add links to case studies
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Apr 25, 2024
1 parent a952744 commit 1c24035
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@

A high level, end-to-end causal inference workflow.

## 💪 Getting Started

> TODO show in a very small amount of space the **MOST** useful thing your package can do.
> Make it as short as possible! You have an entire set of docs for later.
## 📚 Case Studies

1. [SARS-CoV-2 Model](notebooks/Case_study1_The_Sars_cov2_model.ipynb)
2. [T Cell Signaling](notebooks/Case_study2_The_Tsignaling_pathway.ipynb)
3. [E. Coli Signaling](notebooks/Case_study3_The_EColi.ipynb)

## 🚀 Installation

Expand Down
5 changes: 5 additions & 0 deletions notebooks/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Case Studies

1. [SARS-CoV-2 Model](Case_study1_The_Sars_cov2_model.ipynb)
2. [T Cell Signaling](Case_study2_The_Tsignaling_pathway.ipynb)
3. [E. Coli Signaling](Case_study3_The_EColi.ipynb)
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ keywords =

[options]
install_requires =
y0>=0.2.8
y0>=0.2.10
scipy
numpy
ananke-causal>=0.5.0
Expand Down

0 comments on commit 1c24035

Please sign in to comment.