-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathkeynotes.php
50 lines (35 loc) · 1.35 KB
/
keynotes.php
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
<?php
?>
<!DOCTYPE html>
<html>
<?php $thisPage="Keynotes"; ?>
<head>
<?php include('inc/header.php') ?>
<link rel="shortcut icon" href="http://conference.scipy.org/scipy2013/favicon.ico" />
</head>
<body>
<div id="container">
<?php include('inc/page_headers.php') ?>
<section id="sidebar">
<?php include("inc/sponsors.php") ?>
</section>
<section id="main-content">
<h1>SciPy 2014 Keynote Speakers</h1>
<div class="biobox">
<h2><a id="Wilson" name="Wilson">Greg Wilson</a></h2>
<div class="cell" style="width: 10em;">
<img src="img/hs_wilson.jpg" class="sideslung" width="161" height="120" alt="Greg Wilson" />
</div>
<div class="cell" style="width: 65%;">
<p>Greg Wilson is the creator of Software Carpentry, a crash course in computing skills for scientists and engineers. He has worked for 25 years in high-performance computing, data visualization, computer security, and academia, and is the author or editor of several books on computing (including the 2008 Jolt Award winner "Beautiful Code") and two for children. Greg received a Ph.D. in Computer Science from the University of Edinburgh in 1993, and presently works for the Mozilla Foundation.</p>
</div>
</div>
<p>More to be announced soon.</p>
</section>
<div style="clear:both;"></div>
<footer id="page_footer">
<?php include('inc/page_footer.php') ?>
</footer>
</div>
</body>
</html>