-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
100 lines (80 loc) · 4.88 KB
/
news.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Page Information
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>MIT: REGRESSIONS, a documentary.</title>
<meta name="description" content="A feature-length film on the history of MIT, from World War 2 to COVID-19. Available soon on all platforms. Created by Wes and Luke.">
<meta name="author" content="Lucas Igel and Wesley Block">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://regressions.net">
<meta property="og:type" content="website">
<meta property="og:title" content="MIT: REGRESSIONS, a documentary.">
<meta property="og:description" content="A feature-length film on the history of MIT, from World War 2 to COVID-19. Available soon on all platforms. Created by Wes and Luke.">
<meta property="og:image" content="images/social-v1.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="regressions.net">
<meta property="twitter:url" content="https://regressions.net">
<meta name="twitter:title" content="MIT: REGRESSIONS, a documentary.">
<meta name="twitter:description" content="A feature-length film on the history of MIT, from World War 2 to COVID-19. Available soon on all platforms. Created by Wes and Luke.">
<meta name="twitter:image" content="images/social-v1.png">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="../favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap" rel="stylesheet">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<!-- Themes:
Dark: css/skeleton-dark.css
-->
<link rel="stylesheet" href="css/skeleton-dark.css">
<link rel="stylesheet" href="css/brands.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/avatar.png">
<!-- Utils
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LZK0NQV957"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LZK0NQV957');
</script>
</head>
<body>
<div class="container">
<div class="row">
<div class="column" style="margin-top: 5%">
<!-- left-justfiy -->
<h2>REGRESSIONS IN THE NEWS MEDIA</h2>
<ul style="text-align: left;">
<br>
<i>10.12.22</i><br><b><a class="creator-name" href="https://mitadmissions.org/blogs/entry/mit-regressions-2/">MIT: REGRESSIONS</a></b><br> by Ankita Devasia @ MIT Admissions
<br>
<br>
<i>10.12.22</i><br><b><a class="creator-name" href="https://thetech.com/2022/10/12/mit-regressions-second-screening">‘MIT: REGRESSIONS’ sparks debate over the Institute’s past and future</a></b><br> by Cindy Xie @ The Tech
<br>
<br>
<i>07.24.22</i><br><b><a class="creator-name" href="https://reboothq.substack.com/p/mit-regressions#details">MIT: Progressions & Regressions</a></b><br> by Jessica Dai @ Reboot
<br>
<br>
<i>04.28.22</i><br><b><a class="creator-name" href="https://thetech.com/2022/04/28/mit-regressions-documentary">Behind the scenes of ‘MIT: Regressions (a history of the Institute)'</a></b><br> by Srinidhi Narayanan @ The Tech
</ul>
</div>
</div>
<br>
<a href="index.html">home</a>
</body>
</html>