Skip to content

Commit bd83d52

Browse files
committed
update citation and put in both maps
1 parent 723be6a commit bd83d52

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

0_utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ download_data_files <- list(
8888

8989
dropdown_width <- "100%"
9090

91-
citation <- "Jamieson Trauma Institute, Retrieval Services Queensland and Queensland University of Technology, 2022. iTRAQI: injury Treatment & Rehabilitation Accessibility Queensland Index"
91+
citation <- "iTRAQI: injury Treatment & Rehabilitation Accessibility Queensland Index version 1.2"

ui.R

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,11 @@ navbarPage("iTRAQI", id="nav",
7676
tags$head(
7777
includeCSS("styles.css")
7878
),
79-
leafletOutput("map_rehab", width="100%", height="100%")
79+
leafletOutput("map_rehab", width="100%", height="100%"),
80+
tags$div(
81+
id="cite",
82+
citation
83+
)
8084
)
8185
),
8286
tabPanel(

0 commit comments

Comments
 (0)