CINXE.COM
Lance Fortnow
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Lance Fortnow</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { font-family: Arial, sans-serif; background-color: #f8f9fa; margin: 0; padding: 0; } header { background-color: #571963; color: white; padding: 1em 0; text-align: center; } .profile-image { border-radius: 50%; width: 200px; height: auto; } .content-section { padding: 2em; } .content-section h1 { color: #571963; } footer { background-color: #212529; color: white; text-align: center; padding: 1em 0; } a { color: #007bff; text-decoration: none; } a:hover { text-decoration: underline; } </style> </head> <body> <header> <h1>Lance Fortnow</h1> <p>Dean of the <a href="https://iit.edu/computing" class="text-light">College of Computing</a>, <a href="https://iit.edu" class="text-light">Illinois Institute of Technology</a></p> </header> <div class="container content-section"> <div class="row align-items-center"> <div class="col-md-4 text-center"> <img src="lance-fortnow_0_0.jpg" alt="Lance Fortnow" class="profile-image"> <div class="mt-3"> <a href="https://blog.computationalcomplexity.org">Blog</a><br> <a href="bio.php">Biography</a><br> <a href="fortnow-cv.pdf">Curriculum Vitae</a><br> <a href="https://papers.fortnow.com">Publications</a><br> <a href="https://lance.fortnow.com/students.php">Students</a><br> </div> </div> <div class="col-md-8"> <p><strong>Email:</strong> <span id="email"></span></p> <p><strong>Office:</strong> <a href="https://goo.gl/maps/tedSMJbji2SCLpFQ7">Michael Paul Galvin Tower, 14th Floor, Room 14F9-1</a></p> <p><strong>Phone:</strong> <span id="phone"></span></p> <p><strong>Postal Mail:</strong><br>10 W. 35th Street, Suite 1400<br>Chicago, Illinois 60616</p><p></p> <p>Back in my long-gone hacker days: <a href="https://lance.fortnow.com/ribbit/">Ribbit</a>, <a href="https://lance.fortnow.com/othello/">Excalibur</a>, and an early <a href="https://blog.computationalcomplexity.org/2011/06/creating-email-system-at-cornell.html">Cornell Email System</a>.</p> <p></p> <p> <strong>Social:</strong> </strong><a href="https://www.linkedin.com/in/fortnow/">LinkedIn</a>, <a href="https://bsky.app/profile/fortnow.bsky.social">Bluesky</a>, <a href="https://x.com/fortnow">X</a>, <a rel="me" href="https://fediscience.org/@fortnow">Mastodon</a>, <a href="https://www.threads.net/@fortnow">Threads</a>, <a href="https://facebook.com/fortnow">Facebook</a> </p> </div> </div> <div class="text-center mt-5"> <a href="https://goldenticket.fortnow.com/"> <img src="book.gif" alt="Golden Ticket Book" class="img-fluid" width="150"> </a> </div> </div> <footer> <p>© 2025 Lance Fortnow. All rights reserved.</p> </footer> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script> <script src="email.js"></script> <script> myemail(); phone(579, 9310, 847); </script> </body> </html>