Campustream 1.0
A social network MQP for WPI
|
00001 <!DOCTYPE html> 00002 <html lang="en"> 00003 <head> 00004 <title>Campustream</title> 00005 00006 <link href="http://fonts.googleapis.com/css?family=Lobster:regular&subset=latin" rel="stylesheet" type="text/css" > 00007 <link type="text/css" rel="stylesheet" href="/css/reset.css" /> 00008 <link type="text/css" rel="stylesheet" href="/css/wait.css" /> 00009 00010 <script type="text/javascript" src="/js/head.js"></script> 00011 <script type="text/javascript"> 00012 head.js( 00013 {jquery: "https://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"}, 00014 {confirm: "/js/confirm.js"} 00015 ); 00016 </script> 00017 </head> 00018 <body> 00019 <!-- Survey modal box --> 00020 <div id="modal-bg" style="display: none"> 00021 <div id="modal-wrap"> 00022 <div id="modal-title">Campustream MQP Survey</div> 00023 <div id="modal-content"> 00024 <p>Before finishing your registration with Campustream, please note that Campustream has been built as part of a Computer Science MQP at WPI. Our main goal is to study and understand student preferences and behaviors. Data shall be gathered and analyzed scientifically.</p> 00025 <p>All collected information will be kept confidential. This MQP and our data gathering methodology has approval from the Institutional Review Board (IRB) and follows its requirements.</p> 00026 00027 <p>With collected data...</p> 00028 00029 <p>we will:</p> 00030 <ul> 00031 <li>Use data only in aggregate/statistics form and no names or personal information shall be used except in aggregate/statistics form.</li> 00032 <li>Convert collated data into summary graphs for visualization purposes</li> 00033 <li>Discuss observed trends and outliers of the data</li> 00034 <li>Use the (non-identifying) data in the final report for this MQP</li> 00035 </ul> 00036 00037 <p>we will <b>not</b>:</p> 00038 <ul> 00039 <li>Reveal or discuss any personally identifiable information</li> 00040 <li>Use your name or email address in any part of the analysis (unless we contact you and are given explicit permission)</li> 00041 <li>Give or show the raw survey data to anyone except for the members of the Campustream team and our advisor</li> 00042 </ul> 00043 00044 <p>To get a feel for the current situation before Campustream was released, it would help us greatly if you could take a really short survey.</p> 00045 <p>Of course, if you do not wish to take this survey, you may disregard this message and begin using Campustream.</p> 00046 00047 <div id="modal-actions"> 00048 <input id="survey-close" class="fancy-button-grey" type="button" value="Opt-Out and Close" /> 00049 <input id="survey-open" class="fancy-button-blue" type="button" value="Agree and Open Survey" /> 00050 </div> 00051 </div> 00052 </div> 00053 </div> 00054 00055 <!-- End survey modal box --> 00056 00057 <div id="header"> 00058 <h1><a href="/">Campustream</a></h1> 00059 </div> 00060 00061 <div id="content-wrap"> 00062 <div id="content"> 00063 <p>Whoa there, buddy. Before you use Campustream, you'll need to confirm your email address.</p> 00064 <p>An email with a confirmation link has been sent to:</p> 00065 00066 <div id="confirm-email"><?=$user->email?></div> 00067 00068 <div id="controls"> 00069 <input id="logout-button" type="button" class="fancy-button-grey" value="Logout" /> 00070 <input id="enter-code" type="button" class="fancy-button-blue" value="Enter Code" /> 00071 </div> 00072 00073 <div class="other-actions"> 00074 Didn't get the email? <a href="mailto:ryan@campustream.com">Let me know.</a> 00075 </div> 00076 </div> 00077 </div> 00078 </body> 00079 </html>