forked from capstone-coal/capstone-coal.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
team.html
91 lines (71 loc) · 3.85 KB
/
team.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
---
---
{% include header.html %}
<h1>Team</h1>
<h2>Senior Capstone</h2>
<p>COAL is being developed as a 2016 – 2017 senior capstone collaboration between the Jet Propulsion Laboratory (JPL) and Oregon State University (OSU). The <a class="external" href="http://eecs.oregonstate.edu/industry-relations/capstone-and-senior-design-projects">senior capstone</a> is a three-term design project led by industry professionals and developed by undergraduate computer science students at OSU. Visit the <a class="external" href="http://eecs.oregonstate.edu/capstone/cs/capstone.cgi?home=1">course homepage</a> for more details or keep reading to learn about our team.</p>
<h2>Members</h2>
<h3>Jet Propulsion Laboratory</h3>
<div class="team row">
<div class="team-member col-md-6">
<img src="{{ site.baseurl }}/images/avatar-lewismc.jpeg" class="team-avatar img-thumbnail" />
<h4>Lewis John McGibbney, Ph.D.</h4>
<p>Lewis is a data scientist in the Computer Science for Data Intensive Applications Group at JPL.</p>
<dl>
<dt>GitHub:</dt>
<dd><a class="external" href="https://github.com/lewismc">lewismc</a></dd>
<dt>Email:</dt>
<dd><a href="mailto:[email protected]">[email protected]</a></dd>
</dl>
</div>
<div class="team-member col-md-6">
<img src="{{ site.baseurl }}/images/avatar-kwhitehall.jpeg" class="team-avatar img-thumbnail" />
<h4>Kim Whitehall, Ph.D.</h4>
<p>Kim is a tropical climate variability and climate change researcher, an educator in Climate Science, and a Climate Informatics practitioner.</p>
<dl>
<dt>GitHub:</dt>
<dd><a class="external" href="https://github.com/kwhitehall">kwhitehall</a></dd>
<dt>Website:</dt>
<dd><a class="external" href="http://www.kimwhitehall.com/">www.kimwhitehall.com</a></dd>
</dl>
</div>
</div>
<h3>Oregon State University</h3>
<div class="team row">
<div class="team-member col-md-6">
<img src="{{ site.baseurl }}/images/avatar-browtayl.png" class="team-avatar img-thumbnail" />
<h4>Taylor Alexander Brown</h4>
<p>Taylor is majoring in computer science with an emphasis on computer systems and a minor in mathematics.</p>
<dl>
<dt>GitHub:</dt>
<dd><a class="external" href="https://github.com/browtayl/">browtayl</a></dd>
<dt>Website:</dt>
<dd><a class="external" href="http://www.teom.net/">www.teom.net</a></dd>
<dt>Email:</dt>
<dd><a href="mailto:[email protected]">[email protected]</a></dd>
</dl>
</div>
<div class="team-member col-md-6">
<img src="{{ site.baseurl }}/images/avatar-heidiaclayton.png" class="team-avatar img-thumbnail" />
<h4>Heidi Ann Clayton</h4>
<p>Heidi is double majoring in statistics and applied computer science.</p>
<dl>
<dt>GitHub:</dt>
<dd><a class="external" href="https://github.com/heidiaclayton">heidiaclayton</a></dd>
</dl>
</div>
</div>
<div class="team row">
<div class="team-member col-md-6">
<img src="{{ site.baseurl }}/images/avatar-xiaomei7.jpeg" class="team-avatar img-thumbnail" />
<h4>Xiaomei Wang</h4>
<p>Xiaomei is majoring in accounting with a minor in computer science.</p>
<dl>
<dt>GitHub:</dt>
<dd><a class="external" href="https://github.com/xiaomei7">xiaomei7</a></dd>
</dl>
</div>
</div>
<h2>Contact</h2>
<p>The best way to reach us is to contact us directly by email or to visit our <a class="external" href="https://github.com/capstone-coal">GitHub Organization</a>. Our geographically distributed team meets regularly by videoconference and collaborates on research and development primarily through our mailing list. You may view our messages on <a class="external" href="https://groups.google.com/forum/#!forum/coal-capstone">Google Groups</a> or ask to join, however only invited people will be able to post.</p>
{% include footer.html %}