Skip to content

Commit 9ef1295

Browse files
committed
Changes:
1. June 25 --> Day 1 2. June 26 --> Day 2 3. June 27 --> Day3 4. Home page: welcome box contents 5. Pre-workshop prepartion: June 25 --> Day 1 6. Pre-worshop prepartion -- Introduction to R: add a important tip
1 parent 15599eb commit 9ef1295

10 files changed

Lines changed: 23 additions & 18 deletions

File tree

_quarto.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ website:
7070
- prework/intro-r.qmd
7171
# - prework/setup-check.qmd
7272
# - prework/preparation-exercises.qmd
73-
- prework/video-lectures-june25.qmd
74-
- prework/video-lectures-june26.qmd
75-
- prework/video-lectures-june27.qmd
73+
- prework/video-lectures-day1.qmd
74+
- prework/video-lectures-day2.qmd
75+
- prework/video-lectures-day3.qmd
7676
# - prework/readings.qmd
7777
- section: "Workshop Days"
7878
contents:
79-
- days/june-25.qmd
80-
- days/june-26.qmd
81-
- days/june-27.qmd
79+
- days/day1.qmd
80+
- days/day2.qmd
81+
- days/day3.qmd
8282
# - section: "Materials"
8383
# contents:
8484
# - materials/index.qmd

days/june-25.qmd renamed to days/day1.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "June 25: Decision Trees and Markov Models"
2+
title: "Day 1: Decision Trees and Markov Models"
33
---
44

55
## Learning objectives
@@ -47,9 +47,9 @@ By the end of Day 1, participants should be able to:
4747

4848
<a href="../slides/day1/CEA%20and%20Decision%20Modeling%20Overview_with%20Decision%20tree%20slides.pptx" download>Download slides: Cost-effectiveness and Decision Modeling</a>
4949

50-
<a href="../code/day1/01-decision-tree.R" download>Download code: Decision tree code</a>
50+
<!-- <a href="../code/day1/01-decision-tree.R" download>Download code: Decision tree code</a> -->
5151

52-
<a href="../code/day1/02-markov-model.R" download>Download code: Markov model demo code</a>
52+
<!-- <a href="../code/day1/02-markov-model.R" download>Download code: Markov model demo code</a> -->
5353

5454
<!-- - [Exercise 1](../exercises/exercise-01-decision-tree.qmd) -->
5555

days/june-26.qmd renamed to days/day2.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "June 26: Microsimulation Modeling"
2+
title: "Day 2: Microsimulation Modeling"
33
---
44

55
## Learning objectives

days/june-27.qmd renamed to days/day3.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "June 27: Sensitivity Analysis"
2+
title: "Day 3: Sensitivity Analysis"
33
---
44

55
## Learning objectives

index.qmd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ subtitle: "Oslo, June 2026"
44
---
55

66
::: {.hero}
7-
Welcome! This website is the official home for all information related to the Cost-Effectiveness and Decision Modeling workshop. This site contains all the information you’ll need to get the most out of this workshop, including software, R packages, and additional resources.
7+
<!-- Welcome! This website is the official home for all information related to the Cost-Effectiveness and Decision Modeling workshop. This site contains all the information you’ll need to get the most out of this workshop, including software, R packages, and additional resources. -->
8+
Welcome! This site contains all the key information for this workshop, including required software, R packages, and additional resources. Please note that completing the mandatory preparation (see Pre-work Preparation) and joining our Slack workspace are essential steps to ensure you are fully prepared before the workshop begins.
89
:::
910

1011
## Workshop dates and location
@@ -19,7 +20,8 @@ The course will use Auditorium 2 on Floor 1 of the University of Oslo's main lib
1920

2021
## Expected workload
2122

22-
On workshop days, participants will spend approximately **5-6 hours in live interactive sessions**. We recommend investing an additional **2-4 hours per day** to review material and complete exercises.
23+
<!-- On workshop days, participants will spend approximately **5-6 hours in live interactive sessions**. -->
24+
We recommend investing an additional **2-4 hours per day** to review material and complete exercises.
2325

2426
## Suggested daily schedule
2527

prework/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Please let Alex or Petros know if you encounter difficulties installing the *dar
1515

1616
You are expected to do some preparatory work before coming to class which largely consists of a few readings and watching videos about the theory. During the live sessions (10am-4pm GMT+2 Oslo time) there will be coding demonstrations and time for hands-on practice with coding exercises so please watch the videos ahead of the live session as you will be risking not being able to sufficiently follow the course.
1717

18-
You can find the preparation materials using the menu on the left side of this website. The materials are labelled by day (e.g., June 25 video lectures)
18+
You can find the preparation materials using the menu on the left side of this website. The materials are labelled by day (e.g., Day 1 video lectures)
1919

prework/intro-r.qmd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ format: html
88
<div class="section-box">
99

1010
<div class="section-text">
11-
Follow installation instructions to install R, RStudio, and R packages required for the workshop/course.
11+
Follow installation instructions to install R, RStudio, and R packages required for the workshop/course.
12+
13+
Important tips: While solutions will be provided during the sessions, it is important that you actively engage with the material before reviewing them.
14+
1215
</div>
1316

1417
</div>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "June 25 Video Lectures"
2+
title: "Day 1 Video Lectures"
33
---
44

55
## Readings
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "June 26 Video Lectures"
2+
title: "Day 2 Video Lectures"
33
---
44

55
## Readings
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "June 27 Video Lectures"
2+
title: "Day 3 Video Lectures"
33
---
44

55
## Readings

0 commit comments

Comments
 (0)