-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathi.html
More file actions
107 lines (90 loc) · 2.37 KB
/
i.html
File metadata and controls
107 lines (90 loc) · 2.37 KB
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
<html>
<head>
<link href="https://cdn.ncsu.edu/brand-assets/fonts/include.css"
rel="stylesheet" type="text/css" />
<style type="text/css">
h2 {
font-family: UniversRoman;
color: #CC0000;
}
h3 {
font-family: UniversRoman;
color: #CC0000;
}
blockquote {
font-family: UniversLight;
color: #000000;
}
p {
font-family: UniversLight;
color: #000000;
}
ul {
font-family: UniversLight;
color: #000000;
}
a:link {
color: #CC0000;
text-decoration: none;
}
a:visited {
color: #CC0000;
}
</style>
<BODY>
<script src="https://cdn.ncsu.edu/brand-assets/utility-bar/ub.php"></script>
<IMG SRC="images/jwb-coast.jpg" ALT="John Baugh" ALIGN=left HEIGHT=240 VSPACE=20 HSPACE=60 BORDER=0>
<br>
<h3>John Baugh</h3>
<p>
Professor<br><br>
Department of Civil Engineering<br>
Campus Box 7908, North Carolina State University<br>
Raleigh, North Carolina 27695-7908<br>
<p>
Email: jwb at ncsu dot edu<br>
Phone: 919.515.7697<br>
</p>
<br clear=left>
<hr>
<blockquote>
John Baugh is a Professor of <a href="http://www.ccee.ncsu.edu/">Civil
Engineering</A> and <a href="http://www.or.ncsu.edu/">Operations
Research</a> at <a href="http://www.ncsu.edu/">North Carolina State
University</a>. <p>
His research interests include systems engineering and computing
applications in civil engineering; concurrent and distributed
algorithms and systems; formal methods for specifying and verifying
software systems; mathematical modeling, optimization, and support for
engineering design.
</blockquote>
<blockquote>
<ul>
<li> My CCEE departmental page:
<a href="http://go.ncsu.edu/jwb">http://go.ncsu.edu/jwb</a>
<p>
<li> Computational Modeling Group:
<a href="http://go.ncsu.edu/cmg">http://go.ncsu.edu/cmg</a>
<p>
<li> Courses I teach:
<a href="./courses/339/s16">CE 339</a>,
<a href="./courses/537/f16">CE 437</a>,
<a href="./courses/537/f16">CE/OR 537</a>,
<a href="./courses/591/s17">CE 591</a>,
<a href="./courses/737/">CE 737</a>
<p>
<li> After a long, hard day: original <a href="images/WillyNilly.bmp">"art"</a>
<!--
<li> NCSU Thesis <a href="tex">Style File</a> for LaTeX
<li> <a HREF="main/mit-workshop.gif">Picture</a> from the 1st International
Workshop on
<a HREF="http://www.sds.lcs.mit.edu/spd/larch/">Larch</a>.<br>
Can you find me? Here's the
<a HREF="main/jwb-at-mit.gif">spoiler</a>.
<li> Favorite <a href="main/links.html">links</a>
-->
</ul>
</blockquote>
<hr>
<br>
</BODY>