# Challenges in Computational Projects

{% if slide %}
```{toctree}
:maxdepth: 3

./intro
./storage/index
./compute_challenges
./parallelism_challenges
./reproducibility_challenges
```
{% else %}
This section introduces the practical challenges when working on computational projects. 
Understanding these challenges provides context for the tools and approaches covered in this course.

```{include} ./intro.md
```

```{include} ./storage/intro.md
```

```{include} ./storage/quotas.md
```

```{include} ./storage/data_movement.md
```

```{include} ./storage/large_datasets.md
```

```{include} ./compute_challenges.md
```

```{include} ./parallelism_challenges.md
```

```{include} ./reproducibility_challenges.md
```

{% endif %}
