-
Notifications
You must be signed in to change notification settings - Fork 5
/
leitches.html
executable file
·110 lines (95 loc) · 6.55 KB
/
leitches.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!doctype html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!-- Consider adding a manifest.appcache: h5bp.com/d/Offline -->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<!-- Use the .htaccess and remove these lines to avoid edge case issues.
More info: h5bp.com/i/378 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Simmons Hall</title>
<meta name="description" content="">
<!-- Mobile viewport optimized: h5bp.com/viewport -->
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root
directory: mathiasbynens.be/notes/touch-icons -->
<link href="favicon.png" rel="icon" type="image/x-icon" />
<link rel="stylesheet" href="css/style.css">
<!-- More ideas for your <head> here: h5bp.com/d/head-Tips -->
<!-- All JavaScript at the bottom, except this Modernizr build.
Modernizr enables HTML5 elements & feature detects for optimal performance.
Create your own custom Modernizr build: www.modernizr.com/download/ -->
<script src="js/libs/modernizr-2.5.3.min.js"></script>
</head>
<body>
<!-- Prompt IE 6 users to install Chrome Frame. Remove this if you support IE 6.
chromium.org/developers/how-tos/chrome-frame-getting-started -->
<!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
<img class="bg" src="img/bg.jpg" alt="" />
<header>
<h1>
<a href="/"><img id="simmons-logo" src="img/logo.png"
alt="Simmons Hall" title="Simmons Hall" /></a>
</h1>
<nav>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="prospectives.html">Prospectives</a></li>
<li><a href="visitors.html">Visitors</a></li>
<li><a href="residents.html">Residents</a></li>
</ul>
</nav>
</header>
<div role="main" id="content" class="container">
<h1>Resident Scholar Program</h1>
<h3><center><a href="scholars.html">About the Program</a> | <a href="currentScholars.html">Current Scholars</a> | <a href="scholarEmeriti.html">Scholar Emeriti</a> | Bill and Betsy Leitch<br/><a href="upcomingScholarEvents.html">Upcoming Events</a> | <a href="pastScholarEvents.html">Past Events</a></center></h3>
<h2>Bill and Betsy Leitch</h2>
<center><img src="https://essigmann.mit.edu/sites/default/files/images/Bill%20and%20Betsy.jpg" alt="Bill and Betsy Leitch" height=320 /></center>
<p>
Bill and his wife Betsy, a graduate of the University of Maine at Orono, have been active members of the MIT community for over fifty years. Bill and Betsy have generously donated both time and funds in support many MIT community programs. A long time supporter of The Technology and Culture Forum at MIT (T&C), Bill is currently a member of its Steering Committee. Sponsoring lectures and symposium that explore the role of science and technology in promoting positive social, ecological, and economic change, T&C aims to stimulate discussion about the ethical implications of scientific discovery and technological innovation. Bill and Betsy have also provided support for other student-oriented MIT projects, including the MIT International Development Network.
</p>
<p>
For over forty years, Bill worked in business and technical publishing, researching and writing about topics ranging from auto safety and noise pollution to Internet business models and computer privacy at McGraw Hill, Business Week, and International Data's computer research services. Bill serves on the MIT Corporation Visiting Committee on Student Life and on Steering Committee for The Technology and Culture Forum at MIT. He has long been an active member of the MIT Alumni Association and continues to volunteer his time and effort toward MIT Alumni programs and activities.
</p>
<h2>William R. '56 and Betsy P. Leitch Professorship</h2>
<p>
Since its inception in 2002, the financial resources to support the Simmons Resident Scholar program have been provided by a scholarly allowance associated with the William R. '56 and Betsy P. Leitch Professorship. This chair is currently held by Simmons Housemaster, Professor John M. Essigmann. The Simmons Hall community is indebted to the Leitch family for their generous support of this program. It also deeply appreciates their participation in many of the programs supported by their donations, including Simmons events associated with the 2009 visit by His Holiness The Dalai Lama.
</p>
</div>
<footer>
<a href="http://mit.edu"><img id="mit-logo" alt="MIT Logo"
src="img/mitWhite.gif" /></a>
<span id="credit">Designed by Simmons Tech<br />© 2012 Simmons Hall</span>
<div id="street-address" class="adr">
<address class="vcard">
<a href="http://maps.google.com/maps?q=Simmons+Hall,+MIT&hl=en&sll=37.0625,-95.677068&sspn=62.74193,129.550781&oq=simmons+hall,+massa&t=v&hnear=Simmons+Hall,+Mid-Cambridge,+Massachusetts+02139&z=17&iwloc=A">
<span class="street-address">229 Vassar St.</span>
<span class="locality">Cambridge</span>,
<span class="region">MA</span>
<span class="postal-code">02139</span>
</a>
</address>
</div>
</footer>
<!-- JavaScript at the bottom for fast page loading -->
<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script>
<!-- scripts concatenated and minified via build script -->
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
<script src="js/bootstrap.js"></script>
<!-- end scripts -->
<!-- Asynchronous Google Analytics snippet. Change UA-XXXXX-X to be your site's ID.
mathiasbynens.be/notes/async-analytics-snippet -->
<script>
var _gaq=[['_setAccount','UA-29172658-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>