Project

General

Profile

Statistics
| Branch: | Revision:

colonymech / docs / www / colonyscout / team.php @ f59acf11

History | View | Annotate | Download (5.19 KB)

1
<?php
2
$cacheFile="cache/team.html";
3
if (file_exists($cacheFile)) //we can read this cache file back reduce database load
4
{
5
   header("Content-Type: text/html");
6
   readfile($cacheFile);
7
   exit;
8
} else {
9
   ob_start(); //start buffering so we can cache for future accesses
10
}
11
?>
12

    
13
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
14
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> 
15
                <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>        
16
                <meta name="description" content="Meet the Scout Team from Carnegie Mellon's Institute of Technology"/> 
17
                <meta name="keywords" content="Carnegie Mellon, robotics, technology, CMU, students, members, meet"/> 
18

    
19
<?php include("header.php"); ?>
20
<title>Team | ColonyScout.com</title>
21

    
22
</head>
23

    
24
<body bgcolor="#eeeeee"> 
25

    
26
<div id="general"> 
27
<?php include("nav.php"); ?> 
28
        <div id="body">
29
                <div id="body-boxes">
30
                        <div class="box-row" style="margin-top: 10px;">
31
                                <div class="white-top"></div>
32
                                <div class="white-body text-box">
33
                                        <h1>Scout Design Team</h1>
34
                                        <p><span class="description">Meet the members of the Scout design team.</span>
35
                                        <a href="http://www.twitter.com/colonyscout/" target="about:blank:" title="Colony Scout Twitter Feed">
36
                                                <img id="team-twitter" src="/images/team_twitter.jpg"></a>
37
                                        </p>
38
                                        <div class="hr"></div>
39
                                        
40
                                        <div class="team-box">
41
                                                <h2 class="blue">Dan</h2>
42
                                                <img src="images/team_dan.jpg" alt="Dan, Project Manager, Colony Scout"/>
43
                                                <p><em>Project Manager</em></p>
44
                                                <p>Howdy! I'm a mechanical engineering student by day, and a roboticist by night. I make sure things 
45
                                                are pixel perfect from our websites to SolidWorks CAD models. As manager of the Scout team, I oversee 
46
                                                a talented group of engineers who make every design decision worthwhile.</p>
47
                                        </div>
48
                                        <div class="team-box">
49
                                                <h2 class="blue">Kevin</h2>
50
                                                <img src="images/team_kevin.jpg" alt="Kevin, Lead Electrical Engineer, Colony Scout"/>
51
                                                <p><em>Lead Electrical Engineer</em></p>
52
                                                <p>I am an electrical and computer engineering student specializing in computer hardware and firmware. 
53
                                                My passion? Designing awesome embedded systems that you use everyday. I also enjoy naming boards after types of
54
                                                flies. I designed the Scoutfly board as well as work with the Mechanical and OS team to provide the hardware 
55
                                                needed for the robot.</p>
56
                                        </div>
57
                                        <div class="team-box" style="border-right:none;clear:right;">
58
                                                <h2 class="blue">Brad</h2>
59
                                                <img src="images/team_brad.jpg" alt="Brad, OS, Colony Scout"/>
60
                                                <p><em>Operating System Master</em></p>
61
                                                <p>Hi, I am a computer science student who loves robots! I lead the OS team and I'm also designing Scout's 
62
                                                software architecture. I'm hoping to spread my love of robots by creating a system that is reliable and
63
                                                easy to program and understand.</p>
64
                                        </div>
65
                                        
66
                                        <div class="bot-gray"></div>
67
                                        
68
                                        <div class="team-box-small">
69
                                                <h3>James</h3>
70
                                                <img src="images/team_james.jpg" alt="James, Colony Scout"/>
71
                                                <em>Tech Consultant</em>
72
                                                <p>I consult on design issues, researched potential operating systems and localization module designs, 
73
                                                and provided initial encouragement for the Colony Scout project.</p>
74
                                        </div>
75
                                        <div class="team-box-small">
76
                                                <h3>Chris</h3>
77
                                                <img src="images/team_chris.jpg" alt="Chris, BOM, Colony Scout"/>
78
                                                <em>BOM/Wireless</em>
79
                                                <p>I'm an electrical and computer engineering major designing some of the additional hardware for the Scout, 
80
                                                including the BOM daughter board. I am also interested in software engineering on embedded systems, and I look 
81
                                                forward to building and using this new platform.</p>
82
                                        </div>        
83
                                        <div class="team-box-small">
84
                                                <h3>Rich</h3>
85
                                                <img src="images/team_rich.jpg" alt="Rich, OS, Colony Scout"/>
86
                                                <em>Operating System</em>
87
                                                <p>I am the 1337 h4x0r who helps on the Scout's OS. In my spare time I enjoy keeping servers from exploding 
88
                                                and bringing organizations into the social networking scene. Oh, also I <i>am</i> really a monkey.</p>
89
                                        </div>
90
                                        <div class="team-box-small" style="border:none;">
91
                                                <h3>David</h3>
92
                                                <img src="images/team_david.jpg" alt="David, Wireless Systems, Colony Scout"/>
93
                                                <em>Wireless Systems</em>
94
                                                <p>I'm a physics and computer science student, and 
95
                                                dabble in robotics in my free time.  I manage the wireless communication 
96
                                                subsystem both on the main board and as a bridge between the robots and 
97
                                                the internet.</p>
98
                                        </div>
99

    
100
                                        <div class="bot-gray"></div>
101
                                        
102
                                </div>
103
                                
104
                                <div class="white-body text-box">
105
                                        <div class="hr"></div>
106
                                        <div id="bottom-nav">
107
                                                <ul id="pagenav">
108
                                                        <li class="previous">
109
                                                                <a href="<?php echo $nav[$nav_id['team']-1]; ?></a></li>
110
                                                </ul>
111
                                        </div>
112
                                </div>                                
113
                                
114
                                <div class="white-bottom"></div>
115
                        </div>                                        
116
                        
117
                        
118
                </div>        
119
        </div> <!--BODY!--> 
120

    
121

    
122
<?php include("footer.php"); ?>
123
<a name="contact" href="#"></a>
124

    
125
</div><!--GENERAL!--> 
126
</body></html>
127
<?php
128
$buffer = ob_get_contents();
129
ob_end_flush();
130
$fp = fopen($cacheFile, "w"); fwrite($fp, $buffer); fclose($fp);
131
?>