-
Notifications
You must be signed in to change notification settings - Fork 37
/
base.html
687 lines (638 loc) · 36 KB
/
base.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
<title>Coronavirus 10-day forecast</title>
<link rel="icon" href="https://cms.unimelb.edu.au/__data/assets/image/0006/1456044/favicon.gif" type="image/gif" sizes="16x16">
<link rel="stylesheet" href="https://d2h9b02ioca40d.cloudfront.net/v8.0.1/uom.css">
<!-- <script src="https://d2h9b02ioca40d.cloudfront.net/v8.0.1/uom.js"></script>-->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-105861992-6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-105861992-6');
</script>
{{ headContent() }}
<script src="https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
</head>
<body>
<div class="uomcontent" id="top">
<div class="page-header" role="banner">
<header style="background:#094183;">
<a class="page-header-logo" style="margin-left:29px;text-decoration:none;" href="https://www.unimelb.edu.au">
<img src="https://d2h9b02ioca40d.cloudfront.net/v8.0.1/assets/logo-105a9.svg" width="117" height="117" alt="The University of Melbourne homepage">
</a>
<nav class="page-header-navigation" aria-label="breadcrumbs" style="display:inline-block;">
<ol class="page-local-history" itemscope itemtype="http://schema.org/BreadcrumbList">
<li class="root" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" style="margin-left:0px;">
<a href="/" title="Home" itemprop="item" style="text-decoration:none;">
<span itemprop="name">
<span data-icon="home" data-bound-iconhelper="ck8hroqvj0001315vhnfr2bie">
<svg class="icon" role="img" focusable="false">
<use xlink:href="#icon-home">
<svg id="icon-home" viewBox="0 0 48 48" width="18px" length="auto" style="color:white;">
<path d="M20 41V29h8v12h10V25h6L24 7 4 25h6v16h10z"></path>
</svg>
</use>
</svg>
</span>Coronavirus 10-day forecast
</span>
</a>
</li>
</ol>
</nav>
</header>
</div>
</div>
<div class="uomcontent">
<div class="page-inner" style="padding-top:0px!important;">
<div role="main">
<br><br><br><br>
<header>
<h1 class="center" style="padding-top:20px;">
{{ textOutput(outputId = "country_name_in_header") }} {{ textOutput(outputId = "siteName") }}<br>
{{ textOutput(outputId = "asOf") }}
</h1>
<br>
<h3>
{{ textOutput(outputId = "byline") }}
</h3>
</header>
<br>
<div class="form-group shiny-input-container center">
<fieldset>
<label class="control-label" for="translationLanguage">{{ textOutput(outputId = "selectALanguage") }}</label>
<select class="form-control" style="padding-bottom:6px;padding-top:6px;border-color:lightgray;background-color:white;border-radius:3px;" id="translationLanguage" onchange="window.location.href = '/?lang='.concat(this.value);">
<option value="en">English</option>
<option value="de">Deutsch</option>
<option value="ru">Russian</option>
<option value="tr">Turkish</option>
<option value="hi">Hindi</option>
<option value="es">Español</option>
</select>
</fieldset>
</div>
<script>
const urlParams = new URLSearchParams(window.location.search);
const urlLanguage = urlParams.get('lang');
if (urlLanguage == 'tr') {
$('#translationLanguage').val('tr')
} else if (urlLanguage == 'hi') {
$('#translationLanguage').val('hi')
} else if (urlLanguage == 'de') {
$('#translationLanguage').val('de')
} else if (urlLanguage == 'es') {
$('#translationLanguage').val('es')
} else if (urlLanguage == 'ru') {
$('#translationLanguage').val('ru')
} else {
$('#translationLanguage').val('en')
}
</script>
<br>
<div class="form-group shiny-input-container center" id="div_global_or_country">
<label class="control-label" for="global_or_country">{{ textOutput(outputId = "selectGlobal") }}</label>
{{ selectizeInput(inputId = "global_or_country",
label = "",
choices = c("Global","Australia","Belgium","Brazil","Canada","China","Colombia","Germany","Haiti","Italy","India","Japan","Peru","Switzerland","US"),
selected = "Global") }}
<script type="application/json" data-for="global_or_country" data-nonempty="">{}</script>
</div>
<div id="go_to_main_site" style="display:none;" class="center">
{{ textOutput(outputId = "otherCountries") }}
<a class="button-small" href="http://covid19forecast.science.unimelb.edu.au">Main site</a>
</div>
<div class="center">
<p>
{{ textOutput(outputId = "specificSites") }}
<a href="http://cn.covid19forecast.science.unimelb.edu.au">{{ imageOutput("flagChina", inline = TRUE) }}</a><!-- pop: 1.4 billion -->
<a href="http://in.covid19forecast.science.unimelb.edu.au">{{ imageOutput("flagIndia", inline = TRUE) }}</a><!-- pop: 1.3 billion -->
<a href="http://us.covid19forecast.science.unimelb.edu.au">{{ imageOutput("flagUS", inline = TRUE) }}</a><!-- pop: 328 million -->
<a href="http://br.covid19forecast.science.unimelb.edu.au">{{ imageOutput("flagBrazil", inline = TRUE) }}</a><!-- pop: 209 million -->
<a href="http://jp.covid19forecast.science.unimelb.edu.au">{{ imageOutput("flagJapan", inline = TRUE) }}</a><!-- pop: 126 million -->
<a href="http://de.covid19forecast.science.unimelb.edu.au">{{ imageOutput("flagGermany", inline = TRUE) }}</a><!-- pop: 83 million -->
<a href="http://it.covid19forecast.science.unimelb.edu.au">{{ imageOutput("flagItaly", inline = TRUE) }}</a><!-- pop: 60 million -->
<a href="http://co.covid19forecast.science.unimelb.edu.au">{{ imageOutput("flagColombia", inline = TRUE) }}</a><!-- pop: 49 million -->
<a href="http://ca.covid19forecast.science.unimelb.edu.au">{{ imageOutput("flagCanada", inline = TRUE) }}</a><!-- pop: 37.59 million -->
<a href="http://pe.covid19forecast.science.unimelb.edu.au">{{ imageOutput("flagPeru", inline = TRUE) }}</a><!-- pop: 32 million -->
<a href="http://au.covid19forecast.science.unimelb.edu.au">{{ imageOutput("flagAustralia", inline = TRUE) }}</a><!-- pop: 25 million -->
<a href="http://be.covid19forecast.science.unimelb.edu.au">{{ imageOutput("flagBelgium", inline = TRUE) }}</a><!-- pop: 11.46 million -->
<a href="http://ht.covid19forecast.science.unimelb.edu.au">{{ imageOutput("flagHaiti", inline = TRUE) }}</a><!-- pop: 11.12 million -->
<a href="http://ch.covid19forecast.science.unimelb.edu.au">{{ imageOutput("flagSwitzerland", inline = TRUE) }}</a><!-- pop: 8.6 million -->
</p>
</div>
<div class="center">
{{ textOutput(outputId = "skipTo1") }} <a class="button-small" onclick="jQuery('html,body').animate({scrollTop: jQuery('#10-day-forecast').offset().top}, 1000);">10-day forecasts</a>
<a class="button-small" onclick="jQuery('html,body').animate({scrollTop: jQuery('#growth-rates').offset().top}, 1000);">Growth rates</a>
<a class="button-small" onclick="jQuery('html,body').animate({scrollTop: jQuery('#about').offset().top}, 1000);">About</a>
</div>
<script>
var hostname = window.location.hostname;
if (['covid19forecast','127','localhost'].indexOf(hostname.split('.')[0]) == -1) {
document.getElementById('div_global_or_country').style.display = 'none';
document.getElementById('go_to_main_site').style.display = 'block';
}
var language = window.navigator.userLanguage || window.navigator.language;
</script>
<section id="10-day-forecast">
<header>
<h1>{{ textOutput(outputId = "TenDayForecasts") }}</h1>
</header>
<br>
<div class="left-panel">
<h2>{{ textOutput(outputId = "location") }}</h2>
<div class="form-group shiny-input-container">
<label class="control-label" for="countryFinder">{{ textOutput(outputId = "selectCountryRegion1") }}</label>
{{ selectizeInput(inputId = "countryFinder",
label = "",
choices = ddReg) }}
<script type="application/json" data-for="countryFinder" data-nonempty="">{}</script>
</div>
<h3>{{ textOutput(outputId = "rawCaseNumbers") }}</h3>
{{ tableOutput(outputId = "rawStats") }}
<h3>{{ textOutput(outputId = "activeCases") }}</h3>
{{ tableOutput(outputId = "tablePredConf") }}
<p>{{ textOutput(outputId = "activeCasesP") }}</p>
<h5>{{ textOutput(outputId = "forecastMetricsH") }}</h5>
<div class="center" style="padding-bottom: 10px">{{ textOutput(outputId = "forecastMetrics") }}</div>
<br>
<div id="modelType" class="form-group shiny-input-radiogroup shiny-input-container">
<label class="control-label" for="modelType"></label>
<div class="shiny-options-group">
<legend>
{{ textOutput(outputId = "growthLegend", inline = TRUE) }}
</legend>
<input type="radio" name="modelType" value="True" id="growthTrue"/>
<label for="growthTrue">
{{ textOutput(outputId = "timeVaryingGrowth", inline=TRUE) }}
</label>
<input type="radio" name="modelType" value="False" checked="checked" id="growthFalse"/>
<label for="growthFalse">
{{ textOutput(outputId = "constantGrowth", inline=TRUE) }}
</label>
</div>
</div>
<br>
<div id="timeRange" class="form-group shiny-input-radiogroup shiny-input-container">
<label class="control-label" for="timeRange"></label>
<div class="shiny-options-group">
<legend>
{{ textOutput(outputId = "timeLegend", inline = TRUE) }}
</legend>
<input type="radio" name="timeRange" value="False" id="timeRangeFalse"/>
<label for="timeRangeFalse">
{{ textOutput(outputId = "allTime", inline = TRUE) }}
</label>
<input type="radio" name="timeRange" value="True" checked="checked" id="timeRangeTrue"/>
<label for="timeRangeTrue">
{{ textOutput(outputId = "recentTime", inline = TRUE) }}
</label>
</div>
</div>
<br>
<label class="control-label" for="fitWinSlider">{{ textOutput(outputId = "fitWindow") }}</label>
{{ sliderInput(inputId = "fitWinSlider", min = 3, max = 10, value = 7, ticks = FALSE, label = "", post = " days") }}
<p>{{ textOutput(outputId = "growthRatesP") }}</p>
<h2>{{ textOutput(outputId = "detection") }}</h2>
<p>{{ textOutput(outputId = "casesSuccessfullyDetected") }}</p>
<div class="center" style="padding-bottom: 24px">{{ textOutput(outputId = "detRate") }}</div>
<p>{{ textOutput(outputId = "possibleNumberOf") }} {{ tableOutput(outputId = "tablePredTrue") }}</p>
<label class="control-label" for="fatalityRatioSlider">{{ textOutput(outputId = "caseFatalityRatio") }}</label>
{{ sliderInput(inputId = "fatalityRatioSlider", min=0.5, max=3.5, value=1.6, step=0.1, label = "", post="%") }}
<p>{{ textOutput(outputId = "toSeeHowThe") }}</p>
<p>{{ textOutput(outputId = "takeTheseLast") }}</p>
<p>{{ textOutput(outputId = "theLastPlot") }}</p>
<p>{{ textOutput(outputId = "detectionCanOnly") }}</p>
<p>For more information, see <a class="button-small" onclick="jQuery('html,body').animate({scrollTop: jQuery('#about').offset().top}, 1000);">About</a></p>
</div>
<div class="right-panel">
{{ plotlyOutput("activeCasesPlot") }}
<div id="activeCasesPlotIsLinear" class="form-group shiny-input-radiogroup shiny-input-container">
<label class="control-label" for="activeCasesPlotIsLinear"></label>
<div class="shiny-options-group">
<div class="radio">
<label>
{{ textOutput("linearScale") }}
<input type="radio" name="activeCasesPlotIsLinear" value="True" checked="checked"/>
</label>
</div>
<div class="radio">
<label>
{{ textOutput("logScale") }}
<input type="radio" name="activeCasesPlotIsLinear" value="False"/>
</label>
</div>
</div>
</div>
<p></p>
{{ plotlyOutput("undiagPlot") }}
<p></p>
{{ plotlyOutput("newCases") }}
<p></p>
{{ plotlyOutput("detPlot") }}
</div>
</section>
<section>
<br><br>
<header>
<h1 id="growth-rates">{{ textOutput(outputId = "growthRates") }}</h1>
</header>
<br>
<div class="left-panel" style="width:700px!important;">
<h2>{{ textOutput(outputId = "locationH2") }}</h2>
<div class="form-group shiny-input-container">
<label class="control-label" for="countryGrowthRate">{{ textOutput(outputId = "selectCountryRegion2") }}</label>
{{ selectizeInput(inputId = "countryGrowthRate",
label = "",
choices = ddReg,
multiple = TRUE) }}
<script type="application/json" data-for="countryGrowthRate">{}</script>
</div>
<br>
{{ tableOutput(outputId = "daysSinceLast") }}
<p></p>
<div class="center">
{{ textOutput(outputId = "skipTo2") }} <a class="button-small" onclick="jQuery('html,body').animate({scrollTop: jQuery('#10-day-forecast').offset().top}, 1000);">10 day forecasts</a>
<a class="button-small" onclick="jQuery('html,body').animate({scrollTop: jQuery('#growth-rates').offset().top}, 1000);">Growth rates</a>
<a class="button-small" onclick="jQuery('html,body').animate({scrollTop: jQuery('#about').offset().top}, 1000);">About</a>
</div>
</div>
<div class="right-panel">
<h3>{{ textOutput(outputId = "growthTrajectories") }}</h3>
<p>{{ textOutput(outputId = "thisIsTheGrowth") }}</p>
<p>{{ textOutput(outputId = "thisPlotDoesNot") }}</p>
{{ plotlyOutput("log100casesPlot") }}
<br><br><br><br><br><br><br><br><br>
<h3>{{ textOutput(outputId = "growthRates2") }}</h3>
<p>{{ textOutput(outputId = "thisIsTheDaily") }}</p>
<p>{{ textOutput(outputId = "positiveIsBad") }}</p>
{{ plotlyOutput("growthRate") }}
<h3>{{ textOutput(outputId = "curveFlatteningIndex") }}</h3>
<p>{{ textOutput(outputId = "thisIsAMeasure") }}</p>
<p>{{ textOutput(outputId = "noteThisLast") }}</p>
{{ plotlyOutput("cfi") }}
<p>For more information, see <a class="button-small" href="#about">About</a></p>
</div>
</section>
<section>
<header>
<h1 id="about">{{ textOutput(outputId = "about") }}</h1>
</header>
<br>
{{ includeMarkdown("doc/about.Rmd") }}
<div class="center">
{{ textOutput(outputId = "skipTo3") }} <a class="button-small" onclick="jQuery('html,body').animate({scrollTop: jQuery('#10-day-forecast').offset().top}, 1000);">10 day forecasts</a>
<a class="button-small" onclick="jQuery('html,body').animate({scrollTop: jQuery('#growth-rates').offset().top}, 1000);">Growth rates</a>
<a class="button-small" onclick="jQuery('html,body').animate({scrollTop: jQuery('#about').offset().top}, 1000);">About</a>
</div>
</section>
</div>
<style>
section {
width: 95%;
margin: auto;
}
.left-panel {
background: #F0F0F0;
}
.right-panel {
width: 100%;
}
@media(min-width: 10px) {
.left-panel {
max-width: 100%!important;
}
.right-panel {
max-width: 100%!important;
}
}
@media(min-width: 768px) {
.left-panel {
max-width: 49%!important;
float: left;
padding: 20px;
}
.right-panel {
max-width: 49%!important;
float: right;
}
}
div.shiny-input-container {width:100%!important;}
.tablinks.active {
border-bottom-color: rgb(173, 205, 240)!important;
border-bottom-width: 6px;
border-bottom-style: solid;
}
@media(min-width: 10px) {
#div_global_or_country {width:95%!important;}
a.tablinks
{padding-left:2px!important;
padding-right:2px!important;}
}
@media(min-width: 768px) {
#div_global_or_country {width:50%!important;}
a.tablinks
{padding-left:30px!important;
padding-right:30px!important;}
}
</style>
<footer id="page-footer" class="page-footer gen-2-ported" style="padding-bottom:0px;">
<div class="page-footer__top">
<div class="page-footer__inner max">
<div class="page-footer__header">
<div class="page-footer__header-logo">
<div class="logo">
<a href="https://www.unimelb.edu.au" class="logo__link"><img alt="The University of Melbourne homepage" src="https://d2h9b02ioca40d.cloudfront.net/v8.0.1/assets/logo-105a9.svg" class="logo__image logo__image--lg logo--no-padding-lg"></a>
</div>
</div>
</div>
<div class="page-footer__main grid">
<div class="page-footer__main__users cell cell--wide-1of4">
<ul class="page-footer__users list-reset list-chevrons links-reset">
<li>
<a href="https://students.unimelb.edu.au/">Current students</a>
</li>
<li><a href="https://staff.unimelb.edu.au/">Staff</a></li>
<li><a href="https://www.alumni.unimelb.edu.au/">Alumni</a></li>
</ul>
</div>
<div class="page-footer__main__popular cell cell--wide-1of2">
<ul class="page-footer__popular list-reset links-reset">
<li>
<a href="https://about.unimelb.edu.au/strategy/our-structure/faculties-and-graduate-schools" class="link-icon"><svg aria-label="faculty" focusable="false" role="img" class="link-icon__icon svg">
<use xlink:href="#icon-faculty">
<svg id="icon-faculty" viewBox="0 0 48 48"><path d="M24 14V6H4v36h40V14H24zM12 38H8v-4h4v4zm0-8H8v-4h4v4zm0-8H8v-4h4v4zm0-8H8v-4h4v4zm8 24h-4v-4h4v4zm0-8h-4v-4h4v4zm0-8h-4v-4h4v4zm0-8h-4v-4h4v4zm20 24H24v-4h4v-4h-4v-4h4v-4h-4v-4h16v20zm-4-16h-4v4h4v-4zm0 8h-4v4h4v-4z"></path></svg>
</use>
<title>Faculty</title>
</svg>
<span class="link-icon__text">Faculties & graduate schools</span></a>
</li>
<li>
<a href="https://maps.unimelb.edu.au/" class="link-icon"><svg aria-label="location" focusable="false" role="img" class="link-icon__icon svg">
<use xlink:href="#icon-location">
<svg id="icon-location" viewBox="0 0 48 48"><path d="M24 4c-7.73 0-14 6.27-14 14 0 10.5 14 26 14 26s14-15.5 14-26c0-7.73-6.27-14-14-14zm0 19c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"></path></svg>
</use>
<title>Location</title>
</svg>
<span class="link-icon__text">Maps</span></a>
</li>
<li>
<a href="https://library.unimelb.edu.au/" class="link-icon"><svg aria-label="library" focusable="false" role="img" class="link-icon__icon svg">
<use xlink:href="#icon-library">
<svg id="icon-library" viewBox="0 0 48 48"><path d="M36 4H12C9.79 4 8 5.79 8 8v32c0 2.21 1.79 4 4 4h24c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4zM12 8h10v16l-5-3-5 3V8z"></path></svg>
</use>
<title>Library</title>
</svg>
<span class="link-icon__text">Library</span></a>
</li>
<li>
<a href="https://www.alumni.unimelb.edu.au/give" class="link-icon"><svg aria-label="campaign" focusable="false" role="img" class="link-icon__icon svg">
<use xlink:href="#icon-campaign">
<svg id="icon-campaign" viewBox="0 0 48 48"><path d="M9 21v14h6V21H9zm12 0v14h6V21h-6zM5 45h38v-6H5v6zm28-24v14h6V21h-6zM24 3L5 13v4h38v-4L24 3z"></path></svg>
</use>
<title>Campaign</title>
</svg>
<span class="link-icon__text">Support the campaign</span></a>
</li>
<li>
<a href="https://www.unimelb.edu.au/contact/" class="link-icon"><svg aria-label="phone" focusable="false" role="img" class="link-icon__icon svg">
<use xlink:href="#icon-phone">
<svg id="icon-phone" viewBox="0 0 48 48"><path d="M13.25 21.59c2.88 5.66 7.51 10.29 13.18 13.17l4.4-4.41c.55-.55 1.34-.71 2.03-.49C35.1 30.6 37.51 31 40 31c1.11 0 2 .89 2 2v7c0 1.11-.89 2-2 2C21.22 42 6 26.78 6 8c0-1.11.9-2 2-2h7c1.11 0 2 .89 2 2 0 2.49.4 4.9 1.14 7.14.22.69.06 1.48-.49 2.03l-4.4 4.42z"></path></svg>
</use>
<title>Phone</title>
</svg>
<span class="link-icon__text">Contact us</span></a>
</li>
<li>
<a href="https://about.unimelb.edu.au/careers" class="link-icon"><svg aria-label="jobs" focusable="false" role="img" class="link-icon__icon svg">
<use xlink:href="#icon-jobs">
<svg id="icon-jobs" viewBox="0 0 48 48"><path d="M38.4 14.2h-7.2v-3.6c0-1.998-1.602-3.6-3.6-3.6h-7.2c-1.998 0-3.6 1.602-3.6 3.6v3.6H9.6c-1.998 0-3.582 1.602-3.582 3.6L6 37.6c0 1.998 1.602 3.6 3.6 3.6h28.8c1.998 0 3.6-1.602 3.6-3.6V17.8c0-1.998-1.602-3.6-3.6-3.6zm-10.8 0h-7.2v-3.6h7.2v3.6z"></path></svg>
</use>
<title>Jobs</title>
</svg>
<span class="link-icon__text">Jobs</span></a>
</li>
</ul>
</div>
<div class="page-footer__main__contacts cell cell--wide-1of4">
<p class="screenreaders-only">Follow us on:</p>
<ul class="social-list list-reset links-reset page-footer__social">
<li>
<a href="https://www.facebook.com/unimelb" class="social-list__link"><svg width="22" height="22" aria-label="Facebook" focusable="false" role="img" class="social-list__icon">
<use xlink:href="#icon-facebook">
<svg id="icon-facebook" viewBox="0 0 48 48"><path d="M41.792382 4H6.207618C4.98810765 4 4 4.98810764 4 6.207618v35.584764C4 43.0115926 4.98810764 44 6.207618 44h19.1575682V28.5099553H20.15248v-6.0368536h5.2127062V18.021147c0-5.1665455 3.1555599-7.9797973 7.7644308-7.9797973 2.207618 0 4.1051504.1644099 4.658029.2378473v5.3992971l-3.196475.0014987c-2.5066131 0-2.9918994 1.1910346-2.9918994 2.9388446v3.8542643h5.9779538l-.7784364 6.0368536h-5.1995174V44H41.792382C43.0115926 44 44 43.0115926 44 41.792382V6.207618C44 4.98810765 43.0115926 4 41.792382 4"></path></svg>
</use>
<title>Facebook</title>
</svg>
<span class="screenreaders-only">Facebook</span></a>
</li>
<li>
<a href="https://twitter.com/unimelb" class="social-list__link"><svg width="22" height="22" aria-label="Twitter" focusable="false" role="img" class="social-list__icon">
<use xlink:href="#icon-twitter">
<svg id="icon-twitter" viewBox="0 0 48 48"><path d="M39.9 16.1v1.1c0 10.8-8.3 23.3-23.3 23.3-4.6 0-9-1.3-12.6-3.7.7.1 1.3.1 2 .1 3.8 0 7.4-1.3 10.2-3.5-3.6-.1-6.6-2.4-7.7-5.7.5.1 1 .1 1.5.1.7 0 1.5-.1 2.2-.3-3.8-.8-6.6-4.1-6.6-8v-.1c1.1.6 2.4 1 3.7 1-2.2-1.5-3.7-4-3.7-6.8 0-1.5.4-2.9 1.1-4.1 4 5 10.1 8.2 16.9 8.6-.1-.6-.2-1.2-.2-1.9 0-4.5 3.7-8.2 8.2-8.2 2.4 0 4.5 1 6 2.6 1.9-.4 3.6-1 5.2-2-.6 1.9-1.9 3.5-3.6 4.5 1.7-.2 3.2-.6 4.7-1.3-1 1.6-2.4 3.1-4 4.3z"></path></svg>
</use>
<title>Twitter</title>
</svg>
<span class="screenreaders-only">Twitter</span></a>
</li>
<li>
<a href="https://www.linkedin.com/school/university-of-melbourne/" class="social-list__link"><svg width="22" height="22" aria-label="LinkedIn" focusable="false" role="img" class="social-list__icon">
<use xlink:href="#icon-linkedin">
<svg id="icon-linkedin" viewBox="0 0 48 48"><path d="M44 36.5c0 4.1-3.4 7.5-7.5 7.5h-25C7.4 44 4 40.6 4 36.5v-25C4 7.4 7.4 4 11.5 4h25c4.1 0 7.5 3.4 7.5 7.5v25zM13.2 10.7c-2.1 0-3.4 1.4-3.4 3.1 0 1.7 1.3 3.1 3.3 3.1 2.1 0 3.4-1.4 3.4-3.1.1-1.7-1.2-3.1-3.3-3.1zm3 26.8V19.4h-6v18.1h6zm21.6 0V27.1c0-5.5-3-8.1-6.9-8.1-3.2 0-4.7 1.8-5.4 3h.1v-2.6h-6s.1 1.7 0 18.1h6V27.4c0-.5 0-1.1.2-1.5.4-1.1 1.4-2.2 3.1-2.2 2.2 0 3 1.6 3 4.1v9.7h5.9z"></path></svg>
</use>
<title>Linkedin</title>
</svg>
<span class="screenreaders-only">LinkedIn</span></a>
</li>
</ul>
<dl class="page-footer__contact list-def list-def--wrap">
<dt>Phone:</dt>
<dd>13 MELB
<small>
(<a href="tel:136352" rel="nofollow">13 6352</a>)
</small>
</dd>
<dt>International:</dt>
<dd>
<a href="tel:+61390355511" rel="nofollow">+61 3 9035 5511</a>
</dd>
<dt>ABN:</dt>
<dd>84 002 705 224</dd>
<dt>CRICOS Provider Code:</dt>
<dd>
00116K
<small>
(<a href="https://services.unimelb.edu.au/international/visas">visa information</a>)
</small>
</dd>
</dl>
</div>
</div>
<div class="page-footer__legal links-reset">
<a href="https://safety.unimelb.edu.au/emergency">Emergency information</a>
<span class="page-footer__legal__sep">|</span>
<a href="https://unimelb.edu.au/disclaimer">Disclaimer and copyright</a>
<span class="page-footer__legal__sep">|</span>
<a href="https://www.unimelb.edu.au/accessibility">Accessibility</a>
<span class="page-footer__legal__sep">|</span>
<a href="https://unimelb.edu.au/privacy">Privacy</a>
</div>
</div>
</div>
<div class="page-footer__bottom">
<div class="page-footer__inner max">
<div class="grid">
<div class="cell cell--wide-3of4">
<div class="toggleblock--mobile toggleblock">
<div id="ui-toggle-footer-sitemap" aria-controls="ui-toggle-footer-sitemap-panel" tabindex="0" class="toggleblock__default">
<h2>Site Map</h2>
</div>
<div id="ui-toggle-footer-sitemap-panel" aria-labelledby="ui-toggle-footer-sitemap" tabindex="-1" aria-hidden="true" role="region" class="toggleblock__hidden">
<div class="grid">
<div class="cell cell--tab-1of2 cell--desk-1of3">
<a href="https://study.unimelb.edu.au/" class="page-footer__sitemap-heading" tabindex="-1">Study at Melbourne</a>
<ul class="page-footer__sitemap-pages page-footer__sitemap-pages--minor list-reset list-chevrons">
<li>
<a href="https://study.unimelb.edu.au/find" class="link-reset" tabindex="-1">Find a course</a>
</li>
<li>
<a href="https://study.unimelb.edu.au/how-to-apply" class="link-reset" tabindex="-1">Admissions, fees & applications</a>
</li>
<li>
<a href="https://study.unimelb.edu.au/your-experience/getting-ready-for-study/information-for-international-students" class="link-reset" tabindex="-1">International students</a>
</li>
<li>
<a href="https://www.unimelb.edu.au/campustour" class="link-reset" tabindex="-1">Campus tour</a>
</li>
<li>
<a href="https://study.unimelb.edu.au/connect-with-us/" class="link-reset" tabindex="-1">Connect with us</a>
</li>
<li>
<a href="https://study.unimelb.edu.au/your-experience/accommodation/" class="link-reset" tabindex="-1">Accommodation</a>
</li>
</ul>
</div>
<div class="cell cell--tab-1of2 cell--desk-1of3">
<a href="https://about.unimelb.edu.au/" class="page-footer__sitemap-heading" tabindex="-1">About us</a>
<ul class="page-footer__sitemap-pages page-footer__sitemap-pages--minor list-reset list-chevrons">
<li>
<a href="https://about.unimelb.edu.au/strategy" class="link-reset" tabindex="-1">Strategy and governance</a>
</li>
<li>
<a href="https://about.unimelb.edu.au/facts-and-figures" class="link-reset" tabindex="-1">Tradition of excellence</a>
</li>
<li>
<a href="https://about.unimelb.edu.au/priorities-and-partnerships/international" class="link-reset" tabindex="-1">International connections</a>
</li>
<li>
<a href="https://maps.unimelb.edu.au" class="link-reset" tabindex="-1">Campuses and facilities</a>
</li>
<li>
<a href="https://about.unimelb.edu.au/strategy/our-structure" class="link-reset" tabindex="-1">Structure and governance</a>
</li>
<li>
<a href="https://about.unimelb.edu.au/news-resources/reports-and-publications" class="link-reset" tabindex="-1">Policy and publications</a>
</li>
<li>
<a href="https://about.unimelb.edu.au/careers" class="link-reset" tabindex="-1">Careers at Melbourne</a>
</li>
<li>
<a href="https://about.unimelb.edu.au/strategy/governance/regulatory-framework/supplying-to-the-university" class="link-reset" tabindex="-1">Supplying to the University</a>
</li>
</ul>
</div>
<div class="cell cell--tab-1of2 cell--desk-1of3 cell--tab-clear">
<a href="https://www.unimelb.edu.au/contact" class="page-footer__sitemap-heading" tabindex="-1">Contact & Maps</a>
<ul class="page-footer__sitemap-pages page-footer__sitemap-pages--minor list-reset list-chevrons">
<li>
<a href="https://ask.unimelb.edu.au/app/ask" class="link-reset" tabindex="-1">Enquiries</a>
</li>
<li>
<a data-notsecure="" href="http://newsroom.melbourne.edu/" class="link-reset" tabindex="-1">Media</a>
</li>
<li>
<a href="https://findanexpert.unimelb.edu.au/" class="link-reset" tabindex="-1">Find an expert</a>
</li>
<li>
<a href="https://maps.unimelb.edu.au/" class="link-reset" tabindex="-1">Campus maps</a>
</li>
<li>
<a href="https://about.unimelb.edu.au/news-resources/campus-services-and-facilities/transport-and-parking" class="link-reset" tabindex="-1">Traffic, parking & bicycles</a>
</li>
<li>
<a data-notsecure="" href="http://directory.unimelb.edu.au/" class="link-reset" tabindex="-1">Find a staff member</a>
</li>
</ul>
</div>
<div class="cell cell--tab-1of2 cell--desk-1of3 cell--desk-clear cell--wide-clear">
<a href="https://www.alumni.unimelb.edu.au/" class="page-footer__sitemap-heading" tabindex="-1">Alumni & friends</a>
<ul class="page-footer__sitemap-pages page-footer__sitemap-pages--minor list-reset list-chevrons">
<li>
<a href="https://www.alumni.unimelb.edu.au/benefits" class="link-reset" tabindex="-1">Benefits & services</a>
</li>
<li>
<a href="https://www.alumni.unimelb.edu.au/give/" class="link-reset" tabindex="-1">Give</a>
</li>
<li>
<a href="https://www.alumni.unimelb.edu.au/volunteer" class="link-reset" tabindex="-1">Volunteer</a>
</li>
<li>
<a href="https://mag.alumni.unimelb.edu.au/?sl=1" class="link-reset" tabindex="-1">3010: alumni magazine</a>
</li>
</ul>
</div>
<div class="cell cell--tab-1of2 cell--desk-1of3 cell--tab-clear">
<a href="https://research.unimelb.edu.au/" class="page-footer__sitemap-heading" tabindex="-1">Research</a>
<ul class="page-footer__sitemap-pages page-footer__sitemap-pages--minor list-reset list-chevrons">
<li>
<a href="https://research.unimelb.edu.au/melbourne-research-institutes" class="link-reset" tabindex="-1">Research institutes</a>
</li>
<li>
<a href="https://findanexpert.unimelb.edu.au/" class="link-reset" tabindex="-1">Find an expert or supervisor</a>
</li>
<li>
<a href="https://gradresearch.unimelb.edu.au/" class="link-reset" tabindex="-1">Graduate researchers</a>
</li>
<li>
<a href="https://pursuit.unimelb.edu.au/" class="link-reset" tabindex="-1">Pursuit: our research showcase</a>
</li>
</ul>
</div>
<div class="cell cell--tab-1of2 cell--desk-1of3">
<a href="https://engagement.unimelb.edu.au/" class="page-footer__sitemap-heading" tabindex="-1">Engagement</a>
<ul class="page-footer__sitemap-pages page-footer__sitemap-pages--minor list-reset list-chevrons">
<li>
<a href="https://events.unimelb.edu.au/" class="link-reset" tabindex="-1">Events</a>
</li>
<li>
<a data-notsecure="" href="http://www.sport.unimelb.edu.au/fitnesscentres" class="link-reset" tabindex="-1">Sports facilities</a>
</li>
<li>
<a href="https://shop.unimelb.edu.au/" class="link-reset" tabindex="-1">Shop</a>
</li>
</ul>
</div>
</div>
<a class="toggleblock__footer">Close panel</a>
</div>
</div>
</div>
<div class="page-footer__main__ack cell cell--wide-1of4">
<a href="https://unimelb.edu.au/reconciliation" class="page-footer__ack link-reset">We acknowledge and pay respect to the Traditional Owners of the
lands upon which our campuses are situated.</a>
</div>
</div>
</div>
</div>
<!-- START LIVEAGENT (DO NOT DELETE)-->
<div id="liveagent" class="liveagent">
<!-- END LIVEAGENT (DO NOT DELETE)-->
</div></footer>
</div>
</div>
</div>
</body>
</html>