| MUARC home | About MUARC | Reports | Projects | VISU | Links | Contact MUARC |
| Monash Staff directory | A-Z index | Site map |
#!/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('\n");
}
|
|
Full Name |
Dr Sjaanie Koppel |
|
Position |
Senior Research Fellow |
|
Contact Details |
Phone: + 61 3 9905 4739 |
|
Qualifications |
Ph.D. (Psychophysiology), BAppSc (Hons) |
|
Research Interests |
The appropriateness of restraints for child vehicle occupants, the attitudes of both parents and children towards child restraints and road safety, Older drivers, and Psychological and/or Medical conditions, functional impairments and at-risk drivers. |
Dr Sjaan Koppel is a Senior Research Fellow at the Monash University Accident Research Centre. Sjaan completed her PhD thesis in the area of psychophysiology and during her 8 years at MUARC she has been involved in a range of road safety research projects involving vulnerable road users, such as child road users (e.g. child vehicle occupants, pedestrians and cyclists), older drivers, and drivers with psychological and/or medical conditions or functional impairments. Sjaan has published widely in the area of vulnerable road users and has presented at many national and international conferences. In 2004, she was awarded the John Kirby Memorial Road Safety Award for best paper by an early career researcher. In 2010, Sjaan was the recipient of an Australian Research Council Australian Postdoctoral Fellowship and was also recently the recipient of MUARC's Early Career Researcher award, which recognises research excellence by early career researchers.