Relearn 2021 website
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.

76 lines
4.8 KiB

3 years ago
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!--<script>
$(function(){
$("#includedContent").load("https://vvvvvvaria.org/logs/relearn-2021-anarchive/");
});
</script> -->
<title>relearn.be/2021/</title>
3 years ago
</head>
<body>
<div class="content">
<div id="left">
<p id="title">Relearn
<select onchange="window.location.href=this.value" style="display: inline-block;">
<option value="http://relearn.be/2021/" selected="selected">2021</option>
<option value="http://relearn.be/2019/">2019</option>
<option value="http://relearn.be/2017/">2017</option>
<option value="http://relearn.be/2016/">2016</option>
<option value="http://relearn.be/2015/">2015</option>
<option value="http://relearn.be/2014/">2014</option>
<option value="http://relearn.be/2013/">2013</option>
</select>
</p>
3 years ago
<p id="subtitle">Relearning relearn</p>
<div class="description">
<p>
Relearn is a collective learning experiment with as many teachers as it has participants. It is motivated by the possibility to displace parameters of/for research, studying and learning. <a href='#' class='more'>Read more about Relearn.</a>
</p>
<p>////////////////////////////////////</p>
<div class='details'>
<p>
Relearn is a summerschool which welcomes persons, artists, students, teachers from all backgrounds and disciplines. Participants will gather to learn from and teach to each other, beyond the traditional paradigms of education.
Relearn researches convivial, experimental and deviant methods and means in the fields of design, computing and education, challenging the normal roles and separations in them (teacher/student, developer/user, art/life…).
</p>
<p>
Free, Libre and Open Source Software plays a fundamental role at Relearn, as it facilitates a different approach to the tools we commonly use in our practices and lives. For instance, it can allow us to understand the influence that tools themselves exert on the way they are used, or the different social relations and economies that are formed between who creates and uses them. Such a questioning approach to technology feels urgent, in a time in which more and more social, political and personal issues are addressed by solely technological means.
</p>
</div>
<p>Right now there is so very much to relearn. We can't assume that we will be able to travel, cross borders, be together indoors, all things that were a given in the previous editions of Relearn. <a href='#' class='more'>Read more about the 2021 edition.</a></p>
3 years ago
<div class="details"><p>This year, the material conditions of public moments of gathering such as Relearn come under scrutiny: the amount of energy, fuel, safety measures, etc. to make it possible with people coming from different places for a short amount of time.</p>
3 years ago
<p>
This is why we are thinking of this edition in terms of focusing on our local, Rotterdam. We do not see this as a turn towards some purely localist vision. We still wish to summon the best of what Relearn can offer: an transnationalist perspective and a chance to experience new and old ideas. We aim to explore the importance of self-organisation and the use of experimental tools to build alternative systems and economies within the urban fabric of Rotterdam. We will be focusing on the materialities of the everyday — e.g. even the most modest of actions, such as purchasing or disposing of any of the trillions of plastic objects causes them to circulate through the twenty-first century and thousands of years into the future.</p>
</div>
3 years ago
</div>
<div class="anarchive">
<p class="question">What is the anarchive</p>
<p>Our "anarchive" can be defined in many ways. An autonomous place for the Relearn community to dialogue without words. As the traces of our collective thinking-out-loud. A collective warm up exercise familiar to the materialities of the everyday group chat. A clutter of information that is not the documentation of a past activity but of something that evokes the not yet known. An unhierarchical accumulation of images, documents and links to spark the tracks that perhaps will run through Relearn.</p>
3 years ago
<p class="question">How does it work?</p>
<p>The anarchive is populated using a bot inside an XMPP chat.</p>
<p class="question">How to contribute</p>
<p>Join our XMPP chat here <a href="https://relearn2021.vvvvvvaria.org/">relearn2021.vvvvvvaria.org</a></p>
3 years ago
</div>
</div>
<div id="right">
<iframe width="100%" height="100%" style="border: none; src="https://vvvvvvaria.org/logs/relearn-2021-anarchive/"></iframe>
<!--<div id="includedContent"></div>-->
</div>
</div>
<script>
$('a.more').click(function(){
$(this).parent().next().toggle();
});
</script>
3 years ago
</body>
</html>