You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
2.8 KiB
69 lines
2.8 KiB
{% extends "base.html" %}
|
|
|
|
{% block title %}{% if title %}{{ '| '+ title }}{% endif %}{% endblock %}
|
|
|
|
{% block content %}
|
|
<div id="main-wrapper">
|
|
{% include '_nav.html' %}
|
|
<div id="index-container">
|
|
|
|
<div id="index-info">
|
|
<div id="hyperlink-container">
|
|
<a href="/exhibitions"><div class="hyperlink-home">
|
|
|
|
<div>\Exhibitions</div>
|
|
</div></a>
|
|
<a href="/events"><div class="hyperlink-home">
|
|
|
|
<div>\Events</div>
|
|
</div></a>
|
|
<a href="/conferences"><div class="hyperlink-home">
|
|
|
|
<div>\Conferences</div>
|
|
</div></a>
|
|
<a href="/locations"><div class="hyperlink-home">
|
|
|
|
<div>\Locations</div>
|
|
</div></a>
|
|
</div>
|
|
<p>
|
|
Beta is a new festival of art and technology critically engaging with the impact of emerging technologies on society. Taking Ireland’s role as a central node in today's wired world as a starting point, Beta will showcase and celebrate Ireland’s research and artistic communities through a combination of creativity, debate and experimentation. Beta allows members of the public to engage playfully and critically with new technologies essentially beta testing ethical issues facing society.
|
|
</p>
|
|
<p>
|
|
The 2024 edition of Beta will explore a range of themes relating to AI and the politics of
|
|
resistance in an algorithmic age. Through a programme of exhibitions, workshops and
|
|
talks, the festival will interrogate what kinds of powers reside in technology.
|
|
</p>
|
|
<p>
|
|
Highlights include two exhibitions: Unsettling the Algorithm: Seeds of Resistance
|
|
curated by Aisling Murray and Nora O’Murchú, featuring Basil Al Rawi, Firas Shehadeh
|
|
and Winnie Soon, and “Local Artist Networks” - an exhibition showing new works from
|
|
Aisling Phelan, Cailean Finn & Screen Service.
|
|
</p>
|
|
|
|
<p>
|
|
The festival's dynamic programme of talks and workshops will return this year and
|
|
includes keynotes from Kay Watson and Abebe Birhane. New to Beta for the 2024
|
|
festival are three collaborations; with Fire Station Artist’s Studio, who present “New
|
|
Obsolescence: Critical Media Conversations”, an Assembly on Art and AI with members
|
|
of the AI Advisory Council, and with IMMA.
|
|
</p>
|
|
|
|
<p>
|
|
Performances includes the award winning NOIRE XR performance and live activations
|
|
of artworks by selected artists.
|
|
</p>
|
|
|
|
<div id="index-socials">
|
|
<a href="https://betafestival.ie/" target="_blank"><span>↑ beta-festival</span></a>
|
|
<a href="https://x.com/BetaFest_IRL" target="_blank"><span>↑ twitter</span></a>
|
|
<a href="https://www.instagram.com/betafest_irl/" target="_blank"><span>↑ instagram</span></a>
|
|
</div>
|
|
</div>
|
|
<div id="container-index">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script type="module" src="{{ url_for('static', filename='js/main.js') }}"></script>
|
|
<script type="module" src="{{ url_for('static', filename='js/skybox.js') }}"></script>
|
|
{% endblock content %}
|