Test Form

“;

//mail industrial liaison staff
for($i = 0 ; $i < count($recipients); $i++){ mail($recipients[$i], $subject, stripslashes(stripslashes($liaisonTitle . $message)), $emailHeaders); } //email form submitter mail($email, $userResponseSubject, stripslashes(stripslashes($userResponseTitle . $message)), $emailHeaders); echo "Thank you for your submitting your dataset application! You will recieve a confirmation email shortly.”; }else{ //If any field is not vaild build the form again $formString = ‘

I would like to request use of the following ALERT Dataset. I understand that in order to obtain this data, I will be required to first complete a Non-Disclosure Agreement issued by ALERT.

‘;

//$formString is the variable that holds the form tags necessary for the page
$formString .= ‘

‘;
$formString .= ‘‘;
$formString .= ‘

Name *‘;
if($name_stat == false){
$formString .= ‘Please provide a name‘;
}
$formString .= ‘

Email *‘;
if($email_stat == false){
$formString .=’Please provide a valid email address‘;
}
$formString .= ‘

Phone

Which dataset are you interested in*‘;
if($dataSet_stat == false){
$formString .= ‘Please select a dataset‘;
}
$formString .= ‘

‘;
$formString .= ‘

‘;

echo $formString;
}
}else{

$formString = ‘

I would like to request use of the following ALERT Dataset. I understand that in order to obtain this data, I will be required to first complete a Non-Disclosure Agreement issued by ALERT.

‘;

//$formString is the variable that holds the form tags necessary for the page
$formString .= ‘

‘;
$formString .= ‘‘;
$formString .= ‘

Name *‘;
if($name_stat == false){
$formString .= ‘Please provide a name‘;
}
$formString .= ‘

Email *‘;
if($email_stat == false){
$formString .=’Please provide a valid email address‘;
}
$formString .= ‘

Phone

Which dataset are you interested in*‘;
if($dataSet_stat == false){
$formString .= ‘Please select a dataset‘;
}
$formString .= ‘

‘;
$formString .= ‘

‘;

echo $formString;

}
?>

Innovation Fast Track

EXCLUSIVE TO CENTER MEMBERS: Log in to explore your Innovation Fast Track, an online portal that gives you one-stop access to center researchers, funding opportunities, exclusive events and more.

Learn More
Student Central

Students, get connected with Industry Partners, find out about research and volunteer opportunities within ALERT, or get advice on how to best showcase your work at Student Central.

Learn More
The Partnership

ALERT is led by Northeastern University (NEU) and includes three key academic strategic partners: Boston University, Purdue University, and University of Rhode Island (URI).

Learn More