Skip to content

Commit 147a11e

Browse files
committed
remove link colors & fix program
1 parent eedbe0e commit 147a11e

File tree

2 files changed

+35
-18
lines changed

2 files changed

+35
-18
lines changed

css/styles.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,11 @@
2323
width: 100%;
2424
height: 100%;
2525
}
26+
27+
p.author a {
28+
color: #343A40;
29+
}
30+
31+
p.affiliation a {
32+
color: #343A40;
33+
}

index.qmd

Lines changed: 27 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,33 @@ applied to biodiversity research.
2323

2424
## Program {.unnumbered}
2525

26-
+---------------+-----------------------------------------------------+
27-
| **Monday** | - Open science & Reproducible research |
28-
| | - Project organization & Good practices |
29-
| | - Version control w/ `Git` (Part I) |
30-
+---------------+-----------------------------------------------------+
31-
| **Tuesday** | - Version control w/ `Git` (Part II) |
32-
| | - Collaboration & sharing w/ `GitHub` |
33-
+---------------+-----------------------------------------------------+
34-
| **Wednesday** | - Literate programming w/ `Quarto` |
35-
| | - Pipeline optimization w/ `targets` |
36-
| | - Developing an {{< fa brands r-project >}} package |
37-
+---------------+-----------------------------------------------------+
38-
| **Thursday** | - Freezing package versions w/ `renv` |
39-
| | - Containerization w/ `Docker` |
40-
| | - Subgroups projects |
41-
+---------------+-----------------------------------------------------+
42-
| **Friday** | - Subgroups projects |
43-
+---------------+-----------------------------------------------------+
26+
**Monday**
27+
28+
- Open science & Reproducible research
29+
- Project organization & Good practices
30+
- Version control w/ `Git` (Part I)
31+
32+
**Tuesday**
33+
34+
- Version control w/ `Git` (Part II)
35+
- Collaboration & sharing w/ `GitHub`
36+
37+
**Wednesday**
38+
39+
- Literate programming w/ `Quarto`
40+
- Pipeline optimization w/ `targets`
41+
- Developing an {{< fa brands r-project >}} package
42+
43+
**Thursday**
44+
45+
- Freezing package versions w/ `renv`
46+
- Containerization w/ `Docker`
47+
- Subgroups projects
48+
49+
**Friday**
50+
51+
- Subgroups projects
52+
4453

4554

4655
## Prerequisites {.unnumbered}

0 commit comments

Comments
 (0)