Skip to content

Commit 7039525

Browse files
committed
Updated readme for Jan 2025.
1 parent d82723c commit 7039525

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

readme.markdown

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# CARMA Short Course 2024: Introduction to Python for Research
1+
# CARMA Short Course 2025: Introduction to Python for Research
22

33
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8003201.svg)](https://doi.org/10.5281/zenodo.8003201)
44
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
5-
![Test Notebooks](https://github.com/jtkiley/carma_python/actions/workflows/test_notebooks.yml/badge.svg
6-
)
5+
![Test Notebooks](https://github.com/jtkiley/carma_python/actions/workflows/test_notebooks.yml/badge.svg)
76
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
87

98

@@ -61,7 +60,7 @@ There is both a notebook and a slide deck for most segments.
6160
The slides are available in zip archives containing Keynote and Powerpoint versions in the releases section (on Github).
6261
Please note that the Keynote slides are (usually) the ones actually presented.
6362

64-
**Note:** For June 2024, I am testing a [new slide technology](https://quarto.org/docs/presentations/revealjs/) for the first slide deck only, which is included in the slides folder. A full set of slides is available as described above.
63+
**Note:** For January 2025, I am testing a [new slide technology](https://quarto.org/docs/presentations/revealjs/) for the first slide deck only, which is included in the slides folder. A full set of slides is available as described above.
6564

6665

6766
## Preparing for the course
@@ -71,11 +70,11 @@ If you encounter issues, get as far as you can, and we will work through them in
7170

7271
There are two alternative approaches (choose one):
7372

74-
1. Use cloud-hosted Codespaces on Github (recommended). This is the easiest option, and the Github free account tier has more than enough time for the course.
73+
1. Use cloud-hosted Codespaces on Github (highly recommended). This is the easiest option, and the Github free account tier has more than enough time for the course.
7574
1. Install VS Code and Docker on your computer. This is also relatively easy and free.
7675

7776

78-
### Github Codespaces (recommended)
77+
### Github Codespaces (highly recommended)
7978

8079
1. Go to <https://github.com>.
8180
1. Sign in with your Github account (or create one).

0 commit comments

Comments
 (0)