Browse Source

Mark SA2 abbrev

Petra Lamborn 3 years ago
parent
commit
ded4b97a46
1 changed files with 4 additions and 3 deletions
  1. 4
    3
      viz/extras.R

+ 4
- 3
viz/extras.R View File

@@ -169,7 +169,7 @@ infotext <- div(class="overflowable", id="infoint", tabindex="2",
169 169
     "https://datafinder.stats.govt.nz/data/category/census/2018/commuter-view/", 
170 170
     "commuter data"), 
171 171
   "to help visualise transport ",
172
-    "connections. It is ", a(href="http://petras.space/page/cv/", title="Hire me!",
172
+    "connections. It is ", a(href="http://petras.space", title="Hire me!",
173 173
     "Petra Lamborn's"),
174 174
     " entry for the ", em("There and Back Again"),
175 175
     a(href=
@@ -196,8 +196,9 @@ again-data-visualisation-competition", "data visualisation competition",
196 196
     a(href=paste0(
197 197
 "http://archive.stats.govt.nz/methods/classifications-and-standards/",
198 198
 "classification-related-stats-standards/geographic-areas/pg4.aspx#gsc.tab=0"),
199
-   "Statistical Area 2", .noWS = "after"), ". ",
200
-    "SA2 boundaries typically enclose areas with a population of a few ",
199
+   "Statistical Area 2", .noWS = "after"), ".",
200
+    shiny::tags$abbr(title = "Statistical Area 2", "SA2"),
201
+    "boundaries typically enclose areas with a population of a few ",
201 202
     "thousand, corresponding approximately to urban suburbs and rural towns. ",
202 203
     "The shapes of these areas have been heavily simplified in this map ",
203 204
     "to reduce bandwidth and memory usage. ",