-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (45 loc) · 4.48 KB
/
Copy pathindex.html
File metadata and controls
73 lines (45 loc) · 4.48 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
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>HomePage.html</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<link rel='stylesheet' href='./simple.css'>
<link rel='stylesheet' href='./my-custom.css'>
</head>
<body>
<h1>Tom Naps UMN OLLI courses</h1>
<p>Below are the outlines for all courses I've taught since the Fall of 2022. <em>Complete slides sets for courses are only retained for four weeks after completion of the course</em>, so be sure to download the slides within that time frame if you want them. The overhead involved in maintaining my own webite at has made it prohibitive for me to store all slides longer than this. After four weeks, direct links to the slides within the outlines are no longer active, so expect <em>"404 - Not found"</em> errors if you click on them.
<br><br>
If you need a copy of the old slides from a course in the list, contact me at <a href="mailto:thomas.naps@gmail.com"> my email address</a> and I'll try get those slides to you by sending them as a very large attachment to your email address.</p>
<ul>
<li><a href="CryptographyCourse.html">No More Secrets? The Past, Present, and Future of Cryptography (Spring 2026)</a></li>
<li><a href="Symmetry.html">Symmetry in STEAM (Science, Technology, Engineering, Art, and Mathematics) - Winter 2026</a>, co-teaching with Joe De La Cova, Alice De La Cova, Jane Glazebrook, Ana-Marija Nedic</li>
<li><a href="CBI.html">Minnesota Computer History at the U of M Charles Babbage Institute (Fall 2025)</a>, co-teaching with Amanda Wick, CBI Curator</li>
<li><a href="VirtualRA.html" title="Using a Virtual Research Assistant - To Get Good Answers, We Must Ask Good Questions (OLLI Course No. 10867)" >Using a (Virtual) Research Assistant - To Get Good Answers, We Must Ask Good Questions (Fall 2025)</a></li>
<!--
<li><a href="OLLI-Zoom-workshop/home.html" title="Creating Interactive Experiences on Zoom">Creating Interactive Experiences on Zoom - Workshop at OLLI Spring Luncheon (May 22, 2025)</a> </li>
-->
<li><a href="HandleTruth.html" title="Can We Handle the Truth?">Can We Handle the Truth? (Spring 2025)</a>, co-teaching with Brian Tebbit
</li>
<li><a href="AI-Winter-25.html" title="Artificial Intelligence: With Great Power Comes Great Responsibility">Artificial Intelligence: With Great Power Comes Great Responsibility (Winter 2025)</a> </li>
<li><a href="LearnLikeKids.html" title="You’re Never Too Old to Learn Like a Kid">You're Never Too Old to Learn Like a Kid (Fall 2024)</a>, co-teaching with Sheilagh Johnson</li>
<li><a href="AI.html" title="I'm sorry, Dave, I'm Afraid I Can’t Do That: What History Could Teach Us About Designing Humane AI (Spring 2024)">I'm sorry, Dave, I'm Afraid I Can’t Do That: What History Could Teach Us About Designing Humane AI (Spring 2024)</a></li>
<li><a href="DecryptingCrypto.html" title="Decrypting Crypto (Winter 2024)">Decrypting Crypto (Winter 2024)</a>, co-teaching with Brad Horn</li>
<li><a href="Scratch.html" title="Know a Child Who Has an Itch To Learn Programming? Help Them Scratch It! (Fall 2023">Know a Child Who Has an Itch To Learn Programming? Help Them Scratch It! (Fall 2023)</a></li>
<li><a href="DejaVu.html" title="It's Déjà Vu All Over Again (Spring 2023">It's Déjà Vu All Over Again (Spring 2023)</a></li>
<li><a href="PvsNP.html" title="P = NP? (Winter 2023)">Does P = NP? (Winter 2023)</a></li>
<li><a href="PrimalObsessions.html" title="Primal Obsessions (Fall 2022)">PrimalObsessions (Fall 2022)</a></li>
</ul>
<hr />
<h1>Professional life before retiring and joining OLLI</h1>
<ul>
<li><a href="./naps-bio.pdf" target="_blank">One-page professional bio</a></li>
<!--<li><a href="./old-vita-and-bio/distinguished-2013.pdf" target="_blank">2013 Distinguished Educator Award from ACM</a></li>-->
<li>Association for Computing Machinery <a href="https://www.acm.org/media-center/2013/november/acm-honors-distinguished-computer-scientists-engineers-and-educators-for-innovations" target="_blank">2013 Distinguished Educator Award</a> and <a href="https://dl.acm.org/profile/81100504401" target="_blank">Research Publications</a></li>
<li><a href="./vita.pdf" target="_blank">Complete vita/resume</a></li>
</ul>
<hr>
</body>
</html>