|
|
|
#!/usr/local/bin/perl
print("Content-type: text/html\n\n");
use CGI;
$query = new CGI;
$puri = $query->param('URI');
$endp = $query->param('ENDPAR');
$sep = $query->param('SEP');
$nomonash = $query->param('NOMONASH');
$noroot = $query->param('NOROOT');
$startpoint = $query->param('STARTPOINT');
if (defined($puri)) {
$var = $puri
}
else {
$var = $ENV{'REQUEST_URI'};
}
$filename = $ENV{'SCRIPT_FILENAME'};
$directory = substr($filename,0,rindex($filename,'/'));
%replacenames = ();
@array = split("/",$var);
if (-e("$directory/breadcrumbs.conf")) {
open(CONFIGFILE,"$directory/breadcrumbs.conf");
$config = new CGI(CONFIGFILE);
close(CONFIGFILE);
foreach $key ($config->param) {
$value = $config->param("$key");
$replacenames{"$key"} = "$value";
}
}
$s = scalar(@array);
$start = 1;
$end = $s - 2;
$count = $start;
$display_count = $count;
if (defined($startpoint)) {
foreach (1..$s) {
if ($startpoint eq $array[$_]) {
$display_count = $_;
}
}
}
print('');
if (!defined($nomonash)) {
if (defined($sep)) {
print(" Monash University");
}
else {
print(" Monash University > ");
}
}
if (defined($sep)) {
print("$sep");
}
if (!defined($noroot)) {
if (defined($replacenames{"/"})) {
$dis = $replacenames{"/"};
if (defined($sep)) {
print(" $dis");
}
else {
print(" $dis > ");
}
if (defined($sep)) {
print("$sep");
}
}
}
$str = "";
while ($count <= $end) {
$dis = $replacenames{$array[$count]};
if ($dis eq '') {
$dis = ucfirst($array[$count]);
}
$str = "$str/$array[$count]";
if ($count >= $display_count) {
if (defined($sep)) {
print(" $dis");
}
else {
print(" $dis > ");
}
if (defined($sep)) {
print("$sep");
}
}
$count = $count + 1;
}
if (substr($var,-1,1) eq "/") {
$last = $replacenames{$array[$s-1]};
if ($last eq '') {
$last = ucfirst($array[$s-1]);
}
if (defined($sep)) {
print(" $last");
}
else {
print(" $last");
}
}
if (!defined($endp)) {
print(" \n");
}
Behavioural Safety Science
The research activity of the Behavioural Safety Science Team is focused on understanding human behaviour in a safety context across a range of environments. The current research priority is driver and pedestrian behaviour of children, youth and seniors. Health and fitness to drive in the ageing population is a significant feature of the team's activity. A range of research methods are used to study human performance in the road environment. Techniques include simulation and real-world instrumented vehicles, population surveys and mass data analysis. The emphasis of the research is to understand risk factors and develop effective countermeasures for the prevention and reduction of injury.
Team members:
|
 |
|
|
|
 |
|
|
Lorraine Atkinson |
Megan Bohensky |
Anna Devlin |
Marilyn Johnson |
Dr. Sjaanie Koppel |
|
|
 |
|
|
 |
|
|
Carlyn Muir |
|
Julie Suker |
Michelle Whelan |
|
|
    |
- Child occupant safety and child restraints
- Medical conditions and driving
|
Recruitment – how to participate in our research
Senior Drivers project:
- Research results from the Older Driver Simulator Study were launched on 2 December, 2009
- New ARC Linkage grant - OzDrive - Driving research for older adults in Australia and New Zealand
MUARC Postgraduate students:
- Hafez Alavi - "Developing safety models to predict pedestrian crashes and assess innovative crash and injury risk reduction measures"
- Marilyn Johnson - "Cycling safety from the perspective of all road users"
- Carlyn Muir - "Vision and driving with Hemianopia"
Student supervision (enrolled through other faculties and institutions):
- DPsych candidate (Faculty of Medicine, Nursing and Health Sciences) - Kelly Bryden "Wayfinding in older drivers and drivers with Alzheimer's disease"
- DPsych candidate (Faculty of Medicine, Nursing and Health Sciences) - Karen Scally "Factors influencing driving performance in Parkinson's disease"
|