This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
executable file
·54 lines (49 loc) · 2.04 KB
/
index.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
---
layout: default
boxes:
- label: Media Analytics
url: /media-analytics
- label: Learning
url: /learning
- label: Cortico
url: /cortico
- label: Publications and Press
url: /publications
- label: Admissions
url: /admissions
- label: Life at the Lab
url: /life-at-the-lab
---
<div class="hero main-hero-header">
<div class="hero-content">
<div>The Laboratory for
<span class="hero-second">Social Machines</span>
</div>
</div>
</div>
<div class="ui container">
<div class="ui two column stackable grid">
<div class="column">
<p>
The <strong>Laboratory for Social Machines</strong> (LSM) at the <a href="https://www.media.mit.edu/">MIT Media Lab</a> develops data science methods – based primarily on natural language processing, network science and machine learning – to map and analyze communication and interaction in human networks, and to design tools and field experiments to investigate new forms of human networks. LSM’s core research areas of media analytics and design are being applied in three ways:
</p>
</div>
<div class="column">
<ol class="spaced-list">
<li>Analysis of large-scale media ecosystems and design of network interventions that encourage new kinds of media consumption behavior</li>
<li>Design and deployment of technologies that support children’s early literacy through small-scale networks connecting children, parents and coaches</li>
<li>Development of scalable listening technologies designed to surface underheard voices and create empathic bridges among communities</li>
</ol>
</div>
</div>
</div>
<div class="ui container">
<div class="box-container has-labels">
<div class="box-labels">
<div class="box-label"><span class="box-label-text">Research</span></div>
<div class="box-label"><span class="box-label-text">Deployment</span></div>
<div class="box-label"><span class="box-label-text">Lab</span></div>
</div>
{% include boxes.html boxes=page.boxes columns="two" %}
</div>
</div>