-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpast-versions.html
More file actions
54 lines (52 loc) · 2.91 KB
/
Copy pathpast-versions.html
File metadata and controls
54 lines (52 loc) · 2.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Past Versions - Machine Programming | Johns Hopkins University</title>
<!-- SEO Meta Tags -->
<meta name="description" content="Past offerings of EN.601.727 Machine Programming at Johns Hopkins University. Archived course websites for previous semesters.">
<meta name="keywords" content="machine programming, past versions, course archive, program synthesis, Johns Hopkins University, computer science">
<meta name="author" content="Ziyang Li">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://machine-programming.github.io/past-versions.html">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Past Versions - Machine Programming | Johns Hopkins University">
<meta property="og:description" content="Archived course websites for previous offerings of EN.601.727 Machine Programming.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://machine-programming.github.io/past-versions.html">
<meta property="og:site_name" content="Machine Programming Course">
<meta property="og:image" content="https://machine-programming.github.io/img/machine-programming-accent.png">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<header>
<h1>EN.601.727 Machine Programming</h1>
<p>Johns Hopkins University — Fall 2026</p>
<p><strong>Instructor:</strong> Ziyang Li | <strong>Email:</strong> <a href="mailto:ziyang@cs.jhu.edu">ziyang@cs.jhu.edu</a></p>
</header>
<nav>
<a href="index.html">Home</a>
<a href="assignments.html">Assignments</a>
<a href="readings.html">Readings</a>
<a href="project.html">Final Project</a>
<a href="presentation.html">Presentations</a>
<a href="index.html#calendar">Calendar</a>
</nav>
<main>
<section>
<h2>Past Versions</h2>
<p>
This course is offered every fall. Each past offering is archived as a tag in the
<a href="https://github.com/machine-programming/machine-programming.github.io" target="_blank">course website repository</a>,
which preserves that semester's schedule, readings, assignments, and lecture materials.
</p>
<ul class="info-list">
<li><strong><a href="index.html">Fall 2026</a></strong> — current offering</li>
<li><strong><a href="https://github.com/machine-programming/machine-programming.github.io/tree/2025-fa" target="_blank">Fall 2025</a></strong> — archived source (tag <code>2025-fa</code>)</li>
</ul>
</section>
</main>
</body>
</html>