adding call + SI22 launch to xpub.nl + adding 320px gif

master
mb 4 months ago
parent 24fbfe87d3
commit 25626c495c

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB

@ -154,7 +154,7 @@
</p>
<p>Open days:</p>
<p>
<a href="mailto:l.j.drost-robbins@hr.nl?subject=Open Day (online)&amp;body=Hello, I will join the online open day on the February 6th on 10:00 CET or 16:00 CET" target="_blank">February 6, 2024</a> (online)<br>
<a href="mailto:l.j.drost-robbins@hr.nl?subject=XPUB Open Day (online)&amp;body=Hello, I will join the online open day on the February 6th on 10:00 CET or 16:00 CET" target="_blank">February 6, 2024</a> (online)<br>
<a href="https://www.pzwart.nl/blog/2023/10/10/open-day-saturday-29-october-2023/" target="_blank">February 10, 2024</a> (IRL)<br>
</p>
<p>

@ -0,0 +1,262 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"></meta>
<title>Apply?</title>
<link href="call.css" rel="stylesheet" type="text/css" />
<style>
form select {
display: block;
margin: 0.5em auto;
text-align: center;
font-size: 14px;
}
</style>
</head>
<body>
<div id="rain1"></div>
<form>
<fieldset>
<legend>XPUB</legend>
<div id="start">
The <a href="https://xpub.nl/" target="_blank">Master Experimental Publishing</a> at the <a href="https://www.pzwart.nl/" target="_blank">Piet Zwart Institute</a> in Rotterdam (NL) is a two-year master focused on the acts of making things public and creating publics in the age of post-digital networks. The course is centered around a variety of questions, such as:
</div>
<div id="dropdowns">
<div id="dropdown-options" class="hide">
<div class="row">
<span id="question-div"></span>
<select>
<option></option>
<option>How can</option>
<option>When do</option>
<option>Where can</option>
<option>Why do</option>
</select>
<select>
<!-- who -->
<option></option>
<option>(cross) makers</option>
<option>collectives</option>
<option>administrators</option>
<option>notebooks</option>
<option>bodies</option>
<option>social justice warriors</option>
<option>teletype machines</option>
<option>gardeners</option>
<option>oracles</option>
<option>archives</option>
<option>servers</option>
<option>bots</option>
<option>note takers</option>
</select>
<select class="verb">
<!-- what -->
<option></option>
<option>explore</option>
<option>address</option>
<option>hack</option>
<option>whisper</option>
<option>perform</option>
<option>situate</option>
<option>jam with</option>
<option>research</option>
<option>gender</option>
<option>build</option>
<option>explore</option>
<option>repair</option>
<option>read</option>
<option>annotate</option>
<option>write</option>
<option>underline</option>
<option>transmit</option>
<option>receive</option>
<option>improvise</option>
<option>resonate</option>
<option>create</option>
<option>print</option>
<option>solder</option>
<option>make</option>
<option>queer</option>
</select>
<select>
<!-- how -->
<option></option>
<option>interactive stories</option>
<option>tools</option>
<option>stories</option>
<option>forms</option>
<option>DIY electronics</option>
<option>training programs</option>
<option>letters</option>
<option>spreadsheets</option>
<option>printers</option>
<option>conflicts</option>
<option>conversations</option>
<option>social shelves</option>
<option>minor stories</option>
<option>bureaucracies</option>
<option>code documentation</option>
<option>memes</option>
<option>modular synths</option>
<option>counter-action strategies</option>
<option>first-aid kits</option>
<option>magical answers</option>
<option>books</option>
<option>rain</option>
<option>e-ink displays</option>
<option>bicycles</option>
<option>typewriters</option>
<option>interviews</option>
<option>protocols</option>
<option>video games</option>
<option>API's</option>
<option>vernacular tools</option>
<option>backdoors</option>
<option>wikidata</option>
<option>zines</option>
<option>terminals</option>
<option>radios</option>
<option>pen plotters</option>
</select>
<select>
<!-- in -->
<option></option>
<option>in</option>
<option>on</option>
<option>about</option>
<option>with</option>
<option>at</option>
</select>
<select>
<!-- where -->
<option></option>
<option>publishing houses</option>
<option>art collectives</option>
<option>festivals</option>
<option>algoraves</option>
<option>archives</option>
<option>bookshops</option>
<option>squats</option>
<option>print workshops</option>
<option>public benches</option>
<option>libraries</option>
<option>media labs</option>
<option>telecom musea</option>
<option>community radio stations</option>
<option>zine festivals</option>
<option>workshops</option>
<option>git repositories</option>
<option>performances</option>
<option>plotter parties</option>
<option>breakfast clubs</option>
</select>
</div> <!-- .row -->
</div> <!-- #options -->
</div> <!-- #dropdowns -->
<div id="info">
<p>Application deadlines:</p>
<p>
March 4, 2024 (non-EU + EU)<br>
May 8, 2024 (EU)<br>
</p>
<p>Open days:</p>
<p>
<a href="mailto:l.j.drost-robbins@hr.nl?subject=Open Day (online)&amp;body=Hello, I will join the online open day on the February 6th on 10:00 CET or 16:00 CET" target="_blank">February 6, 2024</a> (online)<br>
<a href="https://www.pzwart.nl/blog/2023/10/10/open-day-saturday-29-october-2023/" target="_blank">February 10, 2024</a> (IRL)<br>
</p>
<p>
<br>
<button><a href="https://www.pzwart.nl/experimental-publishing/apply/" target="_blank">Apply</a></button>
</p>
</div>
</fieldset>
</form>
<div id="rain2" style="z-index: 1;"></div>
<script>
for (const question of Array(1)) {
var dropdown_options = document.getElementById("dropdown-options");
var dropdowns_div = document.getElementById("dropdowns");
dropdowns_div.innerHTML += dropdown_options.innerHTML;
};
var dropping_count = 0;
// setInterval(dropping, 200);
function dropping(){
var dropdowns = document.querySelectorAll("select");
var random = Math.floor(Math.random() * dropdowns.length);
var dropdown = dropdowns[random];
var random_option = 1 + Math.floor(Math.random() * (dropdown.options.length - 1));
dropdown.selectedIndex = random_option;
var color = "black"; // pickcolor();
var backgroundcolor = pickcolor();
var font = pickfont();
dropdown.style.width = "auto";
dropdown.style.color = color;
dropdown.style.fontFamily = font;
if (++dropping_count <= 5000) {
setTimeout(dropping, 1000);
}
}
dropping();
function pickfont(){
fonts = [
// "https://project.xpub.nl/to-whom-it-may-affect/BBBBaskervvol-Base.woff",
"monospace",
"sans-serif",
"serif",
"script",
];
var random = Math.floor(Math.random() * fonts.length)
var font = fonts[random];
return font;
}
function pickcolor(){
var colors = ["Black","Blue","BlueViolet","Brown","CadetBlue","Chartreuse","Chocolate","Coral","CornflowerBlue","Crimson","DarkBlue","DarkCyan","DarkGoldenRod","DarkGray","DarkGrey","DarkGreen","DarkMagenta","DarkOliveGreen","DarkOrange","DarkOrchid","DarkRed","DarkSalmon","DarkSeaGreen","DarkSlateBlue","DarkSlateGray","DarkSlateGrey","DarkTurquoise","DarkViolet","DeepPink","DeepSkyBlue","DimGray","DimGrey","DodgerBlue","FireBrick","ForestGreen","Fuchsia","Gold","GoldenRod","Gray","Grey","Green","HotPink","IndianRed","Indigo","Lavender","Magenta","Maroon","MediumAquaMarine","MediumBlue","MediumOrchid","MediumPurple","MediumSeaGreen","MediumSlateBlue","MediumVioletRed","MidnightBlue","Navy","Olive","OliveDrab","Orange","OrangeRed","Orchid","PaleVioletRed","Peru","Plum","Purple","RebeccaPurple","Red","RosyBrown","RoyalBlue","SaddleBrown","Salmon","SandyBrown","SeaGreen","Silver","SlateBlue","SlateGray","SlateGrey","SteelBlue","Tan","Teal","Tomato","Turquoise","Violet","YellowGreen"];
// From: https://www.w3schools.com/colors/colors_names.asp
var random = Math.floor(Math.random() * colors.length)
var color = colors[random];
return color;
}
var message = " \n"+
" _ _ _ _ \n"+
"| | | | | | |\n"+
"| |__ ___| | | ___ | |\n"+
"| '_ \\ / _ \\ | |/ _ \\| |\n"+
"| | | | __/ | | (_) |_|\n"+
"|_| |_|\\___|_|_|\\___/(_)\n"+
"amazing that you opened the inspector to check the code. Please apply \n"+
"and mention that you have found the codeword 'opisop'! \n";
console.log(message);
dropcounter = 1;
dropamount = 100;
function makedrop(){
if(dropcounter < dropamount){
setTimeout(function(){
var drop = document.createElement("div");
drop.style.left = Math.random() * window.innerWidth+"px";
drop.style.animationDuration = Math.random() * 4 + 4 + "s";
drop.classList.add("drop");
var inside = document.createElement("INPUT");
inside.setAttribute("type", Math.floor(Math.random() > 0.5) ? "checkbox" : "radio");
inside.checked = Math.floor(Math.random() > 0.5) ? true : false;
inside.classList.add("sinus");
inside.style.animationDuration = Math.random() * 8 + 6 + "s";
drop.appendChild(inside);
document.getElementById( Math.floor(Math.random() > 0.25) ? "rain1" : "rain2").appendChild(drop);
makedrop();
}, 50);
}
dropcounter++;
}
// makedrop();
var checking = new URLSearchParams(window.location.search);
if(checking.get('easteregg') == "true"){
alert("🪄 You found the secret treasure word🌟. Its called 'Special tissue'🤧! Please mention it in your application 🪄");
}
</script>
</body>
</html>

@ -52,6 +52,71 @@ first hand experience with the materials of software and networks.
</div>
<details open>
<summary>
<p>Apply to XPUB!</p>
<img src="2024/call/call-320.gif" />
</summary>
<p><a href="https://xpub.nl/2024/call/"
class="uri">https://xpub.nl/2024/call/</a></p>
<p>Application deadlines:</p>
<ul>
<li>March 4, 2024 (non-EU + EU)</li>
<li>May 8, 2024 (EU)</li>
</ul>
<p>Open days:</p>
<ul>
<li><a
href="mailto:l.j.drost-robbins@hr.nl?subject=XPUB%20Open%20Day%20(online)&amp;body=Hello,%20I%20will%20join%20the%20online%20open%20day%20on%20the%20February%206th%20on%2010:00%20CET%20or%2016:00%20CET">February
6, 2024</a> (online)</li>
<li><a
href="https://www.pzwart.nl/blog/2023/10/10/open-day-saturday-29-october-2023/">February
10, 2024</a> (IRL)</li>
</ul>
<form action="https://www.pzwart.nl/experimental-publishing/apply/" method="get">
<input type="submit" value="Apply" />
</form>
<style>
form input[type=submit] {
padding: 0.75em 1em;
display: block;
margin: 2em 6.5em 3em;
font-size: 16px;
}
</style>
</details>
<section id="section" class="level2">
<h2>2023</h2>
<div class="flex">
<details>
<summary>
<p>Special Issue #22: Signal Lost: Archive Unzipped 7 Dec @ WORM</p>
<img src="2023/signal-lost.png" />
</summary>
<blockquote>
<p> — Radio makers, listeners and electromagnetic wave enthusiasts, do
you copy? — In the middle of an on-going apocalypse what should be
preserved, and what forgotten?</p>
</blockquote>
<p>Join us IRL on 7 December in the efforts of scavenging and
resurrecting a sonic archive. It is only a question of time until all
will be lost. Lend an ear as we collectively explore, activate and
transmit the archive of <a href="https://radio.worm.org/">Worm community
Radio</a>. We must listen closely, we must decide what remains and how
we can rebuild upon a fractured past. BYOR (Bring your own Radio).</p>
<p>Become absorbed by a re-imagined reality through an archival
deep-dive! Prepare (with us) for the event — and tune in to Radio
WORM on 5 December at 10.00 for further instructions — .</p>
<ul>
<li>Date: 7 December</li>
<li>Location: Wunderbar &amp; Pirate Bay <a
href="https://worm.org/">WORM</a>, Rotterdam</li>
<li>Open doors: 18:00</li>
<li>Duration: 19:00 22:00</li>
<li>More information: <a href="https://issue.xpub.nl/22/"
class="uri">https://issue.xpub.nl/22/</a></li>
</ul>
</details>
<details>
<summary>
<p>SUMMONS! 7 NOV 19:00, Leeszaal</p>
<img src="2023/xpub2_summons_deleeszaal_7nov23.360x.jpg" />
</summary>
@ -67,32 +132,6 @@ More Information:<br />
<a href="https://xpub.nl/2023/the-trial/"
class="uri">https://xpub.nl/2023/the-trial/</a>
</details>
<style>
.big{
font-size: 150%;
}
button.apply{
filter: drop-shadow(16px 16px 20px magenta);
}
a.video {
filter: drop-shadow(5px 5px 5px magenta);
}
#call_details {
max-width: unset;
}
div#call {
font-style: normal;
}
div#call span.phrase:last-of-type span.comma{
display: none;
}
strong{
color: magenta;
}
</style>
<section id="section" class="level2">
<h2>2023</h2>
<div class="flex">
<details id="call_details">
<summary>
<p>✨ XPUB at Zine Camp 2023! ✨</p>
@ -150,7 +189,7 @@ side…</p>
- Performance 21:00 mitsitron (mitsa chaida)
Expo
- Friday + Saturday + Sunday: daily
- Friday + Saturday + Sunday: daily
- Saturday: performance 16:00 mitsitron (mitsa chaida)
-->
<p>WARM UP: Broadcasts on <a href="https://radio.worm.org/">Radio
@ -486,7 +525,9 @@ href="https://www.pzwart.nl/experimental-publishing/apply/">here</a>.</p>
</section>
<section id="about-the-course" class="level2">
<h2>about the course</h2>
<p>Questions? Please write to: l.j.drost-robbins@hr.nl.</p>
<p>Questions? Please write to: <a
href="mailto:l.j.drost-robbins@hr.nl">Leslie Robbins
(l.j.drost-robbins@hr.nl)</a>.</p>
</section>
</body>
</html>

@ -2,7 +2,6 @@
title: xpubliverse
---
::: {.flex #intro}
<details open>
@ -23,55 +22,86 @@ XPUBs interests in publishing are therefore twofold: first, publishing as the
Welcome to the XPUB homepage with links to tools and webpages we use in
the course.
</summary>
An important part of the XPUB course is considering the implications of the technologies and tools we use, how the choices have an impact socially, environmentally, politically. In this spirit, rather than relying heavily on cloud services, XPUB (self-) hosts and maintains many of the servers and services that the course uses. Students learn and practice skills of programming and server maintenance in order to gain first hand experience with the materials of software and networks.
An important part of the XPUB course is considering the implications of the technologies and tools we use, how the choices have an impact socially, environmentally, politically. In this spirit, rather than relying heavily on cloud services, XPUB (self-) hosts and maintains many of the servers and services that the course uses. Students learn and practice skills of programming and server maintenance in order to gain first hand experience with the materials of software and networks.
</details>
:::
<details open>
<summary>
SUMMONS! 7 NOV 19:00, Leeszaal
Apply to XPUB!
![](2023/xpub2_summons_deleeszaal_7nov23.360x.jpg)
![](2024/call/call-320.gif)
</summary>
You have been summoned by Experimental Publishing second year (XPUB2) students! Feel free to join them on the 7th of November at Leeszaal West. The evening aims to make their graduation proposals public and open for judgement :)
Date: 7th of November 2023
Time: 19:00 - 21:00
Location: Leeszaal Rotterdam West, Rijnhoutplein 3, 3014 TZ Rotterdam
More Information:
<https://xpub.nl/2023/the-trial/>
</details>
<https://xpub.nl/2024/call/>
Application deadlines:
- March 4, 2024 (non-EU + EU)
- May 8, 2024 (EU)
Open days:
- [February 6, 2024](mailto:l.j.drost-robbins@hr.nl?subject=XPUB Open Day (online)&body=Hello, I will join the online open day on the February 6th on 10:00 CET or 16:00 CET) (online)
- [February 10, 2024](https://www.pzwart.nl/blog/2023/10/10/open-day-saturday-29-october-2023/) (IRL)
<form action="https://www.pzwart.nl/experimental-publishing/apply/" method="get"><input type="submit" value="Apply" /></form>
<style>
.big{
font-size: 150%;
}
button.apply{
filter: drop-shadow(16px 16px 20px magenta);
}
a.video {
filter: drop-shadow(5px 5px 5px magenta);
}
#call_details {
max-width: unset;
}
div#call {
font-style: normal;
}
div#call span.phrase:last-of-type span.comma{
display: none;
}
strong{
color: magenta;
form input[type=submit] {
padding: 0.75em 1em;
display: block;
margin: 2em 6.5em 3em;
font-size: 16px;
}
</style>
</details>
2023
------
::: {.flex}
<details>
<summary>
Special Issue #22: Signal Lost: Archive Unzipped 7 Dec @ WORM
![](2023/signal-lost.png)
</summary>
> — Radio makers, listeners and electromagnetic wave enthusiasts, do you copy? — In the middle of an on-going apocalypse what should be preserved, and what forgotten?
Join us IRL on 7 December in the efforts of scavenging and resurrecting a sonic archive.
It is only a question of time until all will be lost. Lend an ear as we collectively explore,
activate and transmit the archive of [Worm community Radio](https://radio.worm.org/). We must listen closely, we must
decide what remains and how we can rebuild upon a fractured past. BYOR (Bring your own Radio).
Become absorbed by a re-imagined reality through an archival deep-dive!
Prepare (with us) for the event — and tune in to Radio WORM
on 5 December at 10.00 for further instructions — .
* Date: 7 December
* Location: Wunderbar & Pirate Bay [WORM](https://worm.org/), Rotterdam
* Open doors: 18:00
* Duration: 19:00 22:00
* More information: <https://issue.xpub.nl/22/>
</details>
<details>
<summary>
SUMMONS! 7 NOV 19:00, Leeszaal
![](2023/xpub2_summons_deleeszaal_7nov23.360x.jpg)
</summary>
You have been summoned by Experimental Publishing second year (XPUB2) students! Feel free to join them on the 7th of November at Leeszaal West. The evening aims to make their graduation proposals public and open for judgement :)
Date: 7th of November 2023
Time: 19:00 - 21:00
Location: Leeszaal Rotterdam West, Rijnhoutplein 3, 3014 TZ Rotterdam
More Information:
<https://xpub.nl/2023/the-trial/>
</details>
<details id="call_details">
<summary>
✨ XPUB at Zine Camp 2023! ✨
@ -127,7 +157,7 @@ Reading: "To whom it may affect" by Kimberley Cosmilla
- Performance 21:00 mitsitron (mitsa chaida)
Expo
- Friday + Saturday + Sunday: daily
- Friday + Saturday + Sunday: daily
- Saturday: performance 16:00 mitsitron (mitsa chaida)
-->
@ -147,7 +177,7 @@ WARM UP: Broadcasts on [Radio WORM](https://radio.worm.org/), hosted by Ål Nik
</summary>
> Special Issue #21 starts from a single technical object: a teletype machine. The teletype is the meeting point between typewriters and computer interfaces, a first automated translator of letters into bits. Equipped with a keyboard, a transmitter and a punchcard read-writer, it is a historical link between early transmission technology such as the telegraph and the Internet of today.
> Special Issue #21 starts from a single technical object: a teletype machine. The teletype is the meeting point between typewriters and computer interfaces, a first automated translator of letters into bits. Equipped with a keyboard, a transmitter and a punchcard read-writer, it is a historical link between early transmission technology such as the telegraph and the Internet of today.
Guest Editor: Martino Morandi
@ -377,7 +407,7 @@ XPUB, Anaïs Berck and queer artivist/wikimedian Z. Blace join forces to explore
<summary>
Paged.js Workshop
![](./images/650x400_thumb_pagedjs.png)
![](./images/650x400_thumb_pagedjs.png)
</summary>
Julie Blanc and Julien Taquet from the paged.js project share their experiences at the intersection of design practice and technical standards.
@ -428,7 +458,7 @@ Screen Walk with Aymeric Mansoux and Roel Roscam-Abbing
![](images/dropinvsengagement.320x.jpg)
</summary>
Online presentation by Aymeric Mansoux & Roel Roscam-Abbing including a description of XPUB as an example of making "systemic shifts" with alternative infrastructure.
Online presentation by Aymeric Mansoux & Roel Roscam-Abbing including a description of XPUB as an example of making "systemic shifts" with alternative infrastructure.
[Recorded video presentation](https://thephotographersgallery.org.uk/whats-on/watch-screen-walk-aymeric-mansoux-and-roel-roscam-abbing){.video}
</details>
@ -437,15 +467,13 @@ Online presentation by Aymeric Mansoux & Roel Roscam-Abbing including a descript
colophon
------------
-------------------------
This site is made with [pandoc](https://pandoc.org/), [markdown](https://pandoc.org/MANUAL.html#pandocs-markdown), and [git](https://git.xpub.nl/XPUB/xpub.nl/).
apply
-----------------
-------------------------
Information about the application process can be found [here](https://www.pzwart.nl/experimental-publishing/apply/).
about the course
-------------------------
Questions? Please write to: l.j.drost-robbins@hr.nl.
Questions? Please write to: [Leslie Robbins (l.j.drost-robbins@hr.nl)](mailto:l.j.drost-robbins@hr.nl).

Loading…
Cancel
Save