-
Notifications
You must be signed in to change notification settings - Fork 0
/
usf.html
53 lines (51 loc) · 2.01 KB
/
usf.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
<html>
<head>
<title>Paul Haskell personal webpage</title>
<meta charset="UTF-8">
<meta name="author" content="Paul Haskell">
<link rel="stylesheet" href="phaskell.css">
</head>
<body>
<iframe class="yellowBanner"></iframe>
<div class="grid-container">
<div class="grid-left">
<H1>Paul Haskell</H1>
<p> <a href="index.html">Professional History</a></p>
<p> <a href="usf.html">College Professor</a></p>
<p> <a href="personal.html">Personal Trivia</a></p>
<p> <a href="stories.html">Stories</a></p>
</div>
<div class="grid-right">
<p>
Paul has been teaching Computer Science at the
<a href="usfca.edu">University of San Francisco</a> since 2022.
He teaches several introductory courses that cover:
<ul>
<li>Java programming</li>
<li>Object oriented programming, inheritance, and polymorphism,</li>
<li>Advanced data structures such as linked lists, rings and trees,</li>
<li>Algorithm complexity,</li>
<li>Recursion,</li>
<li>Basic graphics.</li>
</ul></p>
<p>
A highlight of Paul's courses are the projects in which students write software to
play multiplayer games against other students' programs.
Past games have included Blackjack, Acey-Deucey, Poker, and Liar's Dice.
At the end of each project, students compete for prizes in a Game Night to see who's programs
have the best strategy (or most luck).</p>
<p>
<a href="https://www.cs.usfca.edu/~phaskell">Paul's USF webpage</a></p>
</div>
</div>
<iframe class="yellowBanner" data="final.html"></iframe>
<p style="text-align: center;">
<img src="baddesign.jpg" style="height: 400px;"> </p>
<p style="color:white">
This image is used in Paul's classes as an example of bad design.
The orange bottle contains spray-on sunscreen, and to be environmentally conscious,
the designer used propane as a propellant rather than fluorocarbons.
Thousands of teenagers discovered a fun use for spray bottles of propane,
and the product was recalled in less than one week.</p>
</body>
</html>