forked from scrippscollege/MS_053_S24
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathassignment-1.html
129 lines (113 loc) · 3.67 KB
/
assignment-1.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Socially-Engaged Software 2024 – Assignment 1</title>
<link rel="stylesheet" href="style.css" />
<script src="/script.js" defer></script>
</head>
<!-- this page looks at nav, background image/video -->
<header>
<h1>
<a href="index.html">Socially-Engaged Software</a>
</h1>
</header>
<nav>
<ul>
<li>
<a
href="syllabus.html"
>Syllabus</a
>
</li>
<li id="selected">
<a href="assignments.html">Assignments</a>
</li>
<li>
<a href="tutorials.html">Tutorials</a>
</li>
<li>
<a href="people.html">People</a>
</li>
</ul>
</nav>
<main>
<img src="https://d1v7jayx2s9clc.cloudfront.net/user/pages/07.floodnet/carmin.jpg" style="width:50%" alt=""/>
<p>FloodNet. Courtesy of Carmin Karasic.
</p>
<h2>Case Study</h2>
<h3>Objective</h3>
<p>
Research and build a compelling case study on a sociall engaged software.
</p>
<h3>Description</h3>
<p>
For your first assignment, you will work in groups of two to present a case study on a socially-engaged software. You can choose to present your materials in the form of a slideshow or a simple website.
</p>
<p>Elements to include in your case study:</p>
<details>
<summary>Context</summary>
<ul>
<li>When was it made?</li>
<li>Who made it?</li>
<li>Who was it for?</li>
<li>How was it funded?</li>
</ul>
</details>
<details>
<summary>Relevance</summary>
<ul>
<li>What was the social-cultural-political backdrop?</li>
<li>What was the intention of the proejct?</li>
<li>What was the relevance of the project?</li>
<li>Were there similar projects being created at the same time?</li>
</ul>
</details>
<details>
<summary>Infrastructure</summary>
<ul>
<li>How did it work?</li>
<li>Include visual aids such as diagrams or screen recordings / screenshots of the software when possible</li>
</ul>
</details>
<details>
<summary>Impact</summary>
<ul>
<li>Who used it?</li>
<li>How was it used?</li>
<li>Did the project fulfills its original intention? If not, how did it diverge?</li>
<li>Did the project inspire dialogues or the creation of other projects?</li>
</ul>
</details>
<details>
<summary>Summary</summary>
<ul>
<li>In retrospect, did the project come out of a lineage of social / art / political movements?</li>
<li>What is the significance of the software as a cultural artifact?</li>
</ul>
</details>
<details>
<summary>Bibliography</summary>
<ul>
<li>Citations in MLA style</li>
</ul>
</details>
<p>
As a duo, you will be giving a 20-minutes presentaion, followed by a 10 minutes Q&A on a scheduled date. You will be graded based on the depth of your research and the effectiveness of your presentation.
</p>
<h3>List of Software</h3>
<ol>
<li>Transborder Immigrant Tool, EDT 2.0</li>
<li>Have I Been Trained?, Spawning AI</li>
<li>FEMALE EXTENSION, Cornelia Solfrank</li>
<li>Bail Bloc, The Dark Inquiry Collective</li>
<li>forkonomy(), Winnie Soon and Tzu-Tung Lee</li>
<li>Queering the Map</li>
<li>Native-Land.ca</li>
<li>Anti-Eviction Map</li>
</ol>
<h3>Submission Guidelines</h3>
<p>Please submit your presentation to Canvas Assignment 1.</p>
</main>
</html>