website for beta festival 2024
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.

75 lines
2.9 KiB

4 months ago
{% extends "base.html" %}
4 months ago
{% block title %}{% if title %}{{ '| '+ title }}{% endif %}{% endblock %}
4 months ago
{% block content %}
4 months ago
<div id="main-wrapper">
4 months ago
{% include '_nav.html' %}
<div id="index-container">
2 months ago
<div id="index-info">
4 months ago
<div id="hyperlink-container">
1 month ago
<a href="/exhibitions"><div class="hyperlink-home">
1 month ago
<div>\Exhibitions</div>
4 months ago
</div></a>
1 month ago
<a href="/events"><div class="hyperlink-home">
1 month ago
<div>\Events</div>
4 months ago
</div></a>
1 month ago
<a href="/conferences"><div class="hyperlink-home">
2 weeks ago
<div>\Conference</div>
4 months ago
</div></a>
1 month ago
<a href="/locations"><div class="hyperlink-home">
1 month ago
<div>\Locations</div>
</div></a>
</div>
1 month ago
<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 showcases and celebrates 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
1 month ago
</p>
<p>
The 2024 edition of Beta will explore a range of themes relating to AI, Automated Systems, 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.
1 month ago
</p>
<p>
2 weeks ago
The festival is co-founded by The Digital Hub and supported by Science Week with additional support for the 2024 programme from the French Embassy, Institut français, British Council, Smart Dublin, Screen Ireland and Arts Council Festival Investment Scheme.
1 month ago
</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>
4 weeks ago
2 weeks ago
<div id="index-support-prio-top">
2 weeks ago
{% for img in prio_img_top %}
<div class="index-prio-img">
<img src="{{ url_for('static', filename='images/support/' + img) }}">
</div>
{% endfor %}
</div>
3 weeks ago
<div id="index-support-prio">
{% for img in prio_img %}
<div class="index-prio-img">
<img src="{{ url_for('static', filename='images/support/' + img) }}">
</div>
{% endfor %}
</div>
4 weeks ago
<div id="index-support">
4 weeks ago
{% for img in sup_img_list %}
<div class="index-support-img">
<img src="{{ url_for('static', filename='images/support/' + img) }}">
</div>
{% endfor %}
4 weeks ago
</div>
</div>
<div id="container-index">
</div>
4 months ago
</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>
4 months ago
{% endblock content %}