Skip to content

Commit

Permalink
final improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder committed Oct 25, 2023
1 parent 3086c29 commit 3f1400a
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ exercises:
:::

::: {.column width="50%"}
We are passionate about writing research software well. Please talk to us about software, we like to help.
We are passionate about writing research software well. Please talk to us about software, we like to help (office 439).
:::
::::

Expand Down Expand Up @@ -85,7 +85,7 @@ Remark about RSE movement and its importance to research.
::: {.column width="50%"}
* a GitHub account
* followed setup instructions
* open these slides on your laptop
* open these slides on your laptop: [https://neuroinformatics.dev/software-good-practice-course/](https://neuroinformatics.dev/software-good-practice-course/)
:::

::::
Expand Down Expand Up @@ -159,6 +159,31 @@ pip install my_awesome_package

::::

## Set up your playground

:::: {.columns}

::: {.column width="50%" style="font-size: 0.5em;"}
![Photo by <a href="https://unsplash.com/@tlemaitre?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Thierry Lemaitre</a> on <a href="https://unsplash.com/photos/DCTz78QCY24?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>](img/thierry-lemaitre-DCTz78QCY24-unsplash.jpg){height=500}
:::

::: {.column width="50%"}
* fork and clone the repo locally as described
* set up a conda environment for today:

```{.bash}
conda create -n "software-good-practice-course" python=3.11
```
```{.bash}
conda activate software-good-practice-course
```

:::

::::



{{< include slides/collaborate.qmd >}}

{{< include slides/documentation.qmd >}}
Expand All @@ -179,5 +204,9 @@ pip install my_awesome_package
* evaluating and improving the quality of code 🤔 (code smells, refactoring, DRY)
* creating a python package 📦 (cookiecutter, pypi)

## Retrospective

* Anonymously tell us what you thought [on this ideaboardz](https://ideaboardz.com/for/Collaborative%20coding%20retrospective/5104750)...
* ... and talk to us anytime!

{{< include slides/resources.qmd >}}

0 comments on commit 3f1400a

Please sign in to comment.