fix mispelling in about screen
[selectricity-live] / app / views / about / thanks.rhtml
1 <div id="title-header">
2   <span class="header">Acknowledgments</span>
3   <span class="subheader"></span>
4 </div>
5
6 <p>Selectricity is made possible through the generous support of a
7 series of organizations and groups.</p>
8
9 <p>The <%= link_to "MIT Media Lab", "http://www.media.mit.edu" %> funded
10 work on the project during its first year as a research prototype. In
11 particular, the <%= link_to("Electronic Publishing",
12 "http://ep.media.mit.edu") %> research group supported the creation of
13 the <%= link_to("RubyVote", "http://rubyvote.rubyforge.org") %> library
14 while the <%= link_to("Computing Culture",
15 "http://compcult.media.mit.edu") %> research group supported the
16 creation of much of Selectricity and an earlier research prototype
17 called <em>HyperChad</em>.</p>
18
19 <p>Funding for the current version of the project comes from the <%=
20 link_to("Digital Incubator", "http://www.digitalincubator.net/") %>
21 initiative -- a joint effort between <%= link_to("mtv",
22 "http://www.mtv.com") %>/<%= link_to("mtvU", "http://www.mtvu.com") %>
23 and <%= link_to("Cisco", "http://www.cisco.com") %>. <em>MTVu</em> has
24 also played an important role in publicizing the project.</p>
25
26 <div class="photo">
27 <a href="http://www.digitalincubator.net">
28 <img src="/images/digital_incubator_logo.jpg" alt="Digital Incubator Logo" />
29 </a>
30 </div>

Benjamin Mako Hill || Want to submit a patch?