-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (47 loc) · 1.61 KB
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<title>Scott N. Walck</title>
<link rel="stylesheet" href="walck1.css" type="text/css" />
</head>
<body>
<h1>Scott N. Walck</h1>
<h2>
<!--
<img
width="200"
src="walck20120828.jpg"
alt="Scott N. Walck"
/>
<br />
-->
Professor of Physics <br />
Lebanon Valley College
</h2>
<p>
Office: Neidig-Garber 223 <br />
Phone: 717-867-6153 <br />
Fax: 717-867-6075 <br />
E-mail: <a href="mailto:[email protected]">[email protected]</a> <br />
Web page: <a href="http://quantum.lvc.edu/walck/">http://quantum.lvc.edu/walck/</a>
or <a href="https://walck.github.io/">https://walck.github.io/</a>
</p>
<ul>
<li><a href="Teaching.html">Teaching</a></li>
<li>Research
<ul>
<li><a href="http://quantum.lvc.edu/mathphys/">Mathematical Physics Research Group</a></li>
<li><a href="http://arxiv.org/find/cs,quant-ph/1/au:+Walck_S/0/1/0/all/0/1">
My preprints at arXiv.org</a></li>
<li><a href="http://scholar.google.com/citations?user=3rRxt4UAAAAJ">
My Google Scholar Profile</a></li>
</ul></li>
<li><a href="code.html">Code</a> </li>
<li><a href="PFP-0.1.pdf">Book in Progress: Physics and Functional Programming</a> </li>
<li><a href="cv.pdf">CV</a></li>
<li><a href="current.txt">Schedule</a></li>
</ul>
</body>
</html>