-
Notifications
You must be signed in to change notification settings - Fork 0
/
symposium.html
101 lines (84 loc) · 3.41 KB
/
symposium.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
---
layout: default
title: Symposium
section_id: symposium
---
<div class='full parallax' style='background-image: url(images/headers/notes.jpg); color: #fff;'>
<div class='row'>
<div class='twelve columns'>
{% include section-header.html title="The Symposium" color="#fff" tagline="" class="big" %}
</div>
</div>
<div class='four spacing'></div>
</div>
<div class='full'>
<div class='row'>
<div class='medium-12 columns'>
<h2>About the Symposium</h2>
<p>Inter/sections culminates in a Symposium on Friday 8 September. This is a day-long event for discussion and exchange between academia, industry and activists. Featuring keynote speakers who are experts in emerging trends in science and media, the Inter/sections Symposium creates a space to debate new ethical frameworks for emerging technologies.
<p>The workshop Technology, Ethics and the Arts Now, run by Evelyn Wilson with guests Prof. John Sloboda (Guildhall School of Music and Drama) and Ruth Catlow (Co-Director, Furtherfield), will unpick some timely and also challenging and complex questions around how the arts are using digital technologies now and the wider political, social, ethical and indeed economic contexts in which such uses and relationships are unfolding.</p>
<p>Attendance is free, but booking is essential as lunch will be provided.</p>
<a href="https://www.eventbrite.co.uk/e/intersections-symposium-tickets-35385982426" class="button-link register-now">Register now (via Eventbrite)</a>
</div>
</div>
</div>
<!-- <div class='full'>
<div class='row'>
<h3>Our Speakers</h3>
{% for member in site.data.members %}
<div class='small-6 medium-3 large-3 columns'>
<div class='mod modTeamMember'>
<div class='member'>
<img class="avatar" alt="" src="{{ member.avatar }}" />
<div class='overlay'>
<div class='intro'>
<h3>{{member.name}}</h3>
<p>{{member.position}}</p>
<ul class='socials'>
{% for social in member.socials %}
<li>
<a href='{{social.link}}'>
<i class='fa fa-{{social.icon}}'></i>
</a>
</li>
{% endfor %}
</ul>
</div>
</div>
</div>
<p class='centered-text'>{{member.desc}}</p>
<div class='two spacing'></div>
</div>
</div>
{% endfor %}
</div>
</div> -->
<div class='full'>
<div class='row'>
<div class='medium-12 columns'>
<h2>Keynote Speakers</h2>
{% for speaker in site.data.speakers %}
<div class='row team-section'>
<div class='small-5 medium-3 columns people'>
<img class="avatar team-pic" alt="" src="{{ speaker.image }}" />
</div>
<div class='small-7 medium-9 columns'>
<h3 class='name'>{{speaker.name}}</h3>
<p class='pos'>{{speaker.position}}</p>
<p class='bio'>{{speaker.bio}}</p>
<ul class='socials'>
{% for social in speaker.socials %}
<li>
<a href='{{social.link}}'><i class='fa fa-{{social.icon}}'></i></a>
</li>
{% endfor %}
</ul>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
<div class='four spacing'></div>
</div> <!-- end full div -->
{% include our-supporters.html %}