diff --git a/2023/269583__deleted_user_3854053__bubble.mp3 b/2023/269583__deleted_user_3854053__bubble.mp3 new file mode 100644 index 0000000..cba96e8 Binary files /dev/null and b/2023/269583__deleted_user_3854053__bubble.mp3 differ diff --git a/2023/319107__duffybro__pop-made-by-duffybro.mp3 b/2023/319107__duffybro__pop-made-by-duffybro.mp3 new file mode 100644 index 0000000..c75b81b Binary files /dev/null and b/2023/319107__duffybro__pop-made-by-duffybro.mp3 differ diff --git a/2023/bubbles.css b/2023/bubbles.css new file mode 100644 index 0000000..f60c13e --- /dev/null +++ b/2023/bubbles.css @@ -0,0 +1,11 @@ +.bubble { + position: absolute; + z-index: 23; + width: 80px; +} +svg#bubble { + display: none; +} +.audio_pop { + display: none; +} \ No newline at end of file diff --git a/2023/bubbles.js b/2023/bubbles.js new file mode 100644 index 0000000..8f7d1fe --- /dev/null +++ b/2023/bubbles.js @@ -0,0 +1,141 @@ + +function randint (low, high) { + return low + Math.floor(Math.random()*(high + 1 - low)); +} + +function rand (low, high) { + return low + Math.random()*(high - low); +} + +function pick (elts) { + let ri = randint(0, elts.length-1); + // console.log("elts", ri, elts.length); + return elts[ri]; +} + +let bubble_size = 80; + +function nextFrame() { + return new Promise( resolve => requestAnimationFrame(resolve) ); +} + +function sleep (secs) { + return new Promise( resolve => window.setTimeout(resolve, secs*1000)) +} + +function rect_intersects (r1, r2) { + return (r1.bottom > r2.top + && r1.right > r2.left + && r1.top < r2.bottom + && r1.left < r2.right); +} + +function inPage (elt) { + let html = document.getElementsByTagName("html")[0]; + let html_rect = html.getBoundingClientRect(); + let elt_rect = elt.getBoundingClientRect(); + return rect_intersects(html_rect, elt_rect); +} + +function getPageRect () { + let html = document.getElementsByTagName("html")[0]; + return html.getBoundingClientRect(); +} +let bubble_border = 100; +let audio_pops = document.querySelectorAll(".audio_pop"); +let did_link = false; +async function blow () { + // console.log(""); + let svg_template = document.querySelector("svg#bubble"); + let svg = svg_template.cloneNode(true); + svg.removeAttribute("id"); + let div = document.createElement("div"); + let anchor = document.createElement("a"); + anchor.setAttribute("href", "https://worm.org/production/opening-experimental-publishing-graduation-show-shop-2023-making-things-bubblic-%f0%9f%ab%a7/"); + anchor.setAttribute("target", "worm"); + let pop = false; + anchor.addEventListener("click", e => { + pop = true; + pick(audio_pops).play(); + if (did_link) { + e.preventDefault(); + return; + } + did_link = true; + }); + div.appendChild(anchor); + div.classList.add("bubble"); + document.body.appendChild(div); + anchor.appendChild(svg); + const edge = (randint(0, 3) == 0); + let x = 0; + let y = 500; + let page_rect = getPageRect(); + let angle = 0; + if (edge == 0) { + y = bubble_border + (page_rect.height - bubble_size - bubble_border) * Math.random(); + x = -bubble_size; + angle = 0; + angle = rand(-(Math.PI/4), Math.PI/4); + } else if (edge == 2) { + y = bubble_border + (page_rect.height - bubble_size - bubble_border) * Math.random(); + x = page_right.width + bubble_border; + angle = rand(Math.PI*0.75, Math.PI*1.25); + // angle = -Math.PI; + } else if (edge == 1) { + // top + x = 100 + // x = bubble_border + (page_rect.width - bubble_size - bubble_border) * Math.random(); + y = -bubble_size - bubble_border; + angle = rand(Math.PI * 1.25, Math.PI * 1.75); + } else { + // bottom + x = bubble_border + (page_rect.width - bubble_size - bubble_border) * Math.random(); + y = bubble_size + page_rect.height + bubble_border; + angle = rand(Math.PI * 0.25, Math.PI * 0.75); + + } + let speed = rand(0.01, 2.5); + let count = 0; + let in_body = false; + while (count < 10000) { + div.style.left = `${x}px`; + div.style.top = `${y}px`; + x += speed * Math.cos(angle); + y += speed * -Math.sin(angle); + await nextFrame(); + count += 1; + let in_body_now = inPage(div); + if (!in_body) { + if (in_body_now) { + in_body = true; + } + } else { + if (!in_body_now) { + break; + } + } + if (pop) { + break; + } + // console.log(`bubble loop ${count} x:${x}, xspeed: ${speed * Math.cos(angle)}`); + } + document.body.removeChild(div); + //console.log(""); +} + + +async function blow_bubbles_periodically () { + while (true) { + blow(); + let w = rand(1, 10); + await sleep(w); + } +} + +// console.log("bubbles2"); +window.addEventListener("DOMContentLoaded", e => { + // console.log("DOMContentLoaded*"); + window.setTimeout(blow_bubbles_periodically, 500); +}); + diff --git a/index.html b/index.html index 2b6b9a2..63913f9 100644 --- a/index.html +++ b/index.html @@ -32,8 +32,8 @@

Making Things Bubblic 🫧: Experimental Publishing Graduation Show & Shop 2023
Opening Thursday 29th June (18:00 - 22:30)
-Friday 30th June - Sunday 2nd July (12:00 - 18:00)

-

+Friday 30th June - Sunday 2nd July (12:00 - 18:00)
+

https://worm.org/production/opening-experimental-publishing-graduation-show-shop-2023-making-things-bubblic-%f0%9f%ab%a7/

WORM S/ash Gallery
Boomgaardsstraat 69, Rotterdam

diff --git a/index_bubble.html b/index_bubble.html new file mode 100644 index 0000000..45c121c --- /dev/null +++ b/index_bubble.html @@ -0,0 +1,258 @@ + + + + + + + xpubliverse + + + + +
+

xpubliverse

+
+
+
+

XPUB is the Master of Arts in Fine Art and Design: Experimental Publishing of the Piet Zwart Institute. XPUB focuses on the acts of making things public and creating publics in the age of post-digital networks.

+

XPUB’s interests in publishing are therefore twofold: first, publishing as the inquiry and participation into the technological frameworks, political context and cultural processes through which things are made public; and second, how these are, or can be, used to create publics.

+Read more on pzwart.nl +
+
+ Welcome to the XPUB homepage with links to tools and webpages we use in the course. 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. +
+
+
+

Making Things Bubblic 🫧: Experimental Publishing Graduation Show & Shop 2023
+Opening Thursday 29th June (18:00 - 22:30)
+Friday 30th June - Sunday 2nd July (12:00 - 18:00)
+

+

https://worm.org/production/opening-experimental-publishing-graduation-show-shop-2023-making-things-bubblic-%f0%9f%ab%a7/

+

WORM S/ash Gallery
+Boomgaardsstraat 69, Rotterdam

+

Opening: Thursday 29th June (18:00 - 22:30)

+ +

Expo: Friday 30th June - Sunday 2nd July (12:00 - 18:00)

+ + +

WARM UP: Broadcasts on Radio WORM, hosted by Ă…l Nik (Alexandra Nikolova) and Gersande Schellinx.

+ +
+ +
+

2023

+
+
+

Special Issue #21: Interim Release

+

+

+
+

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

+

Course syllabus
+Video documentation

+
+
+

Special Issue #20: Console

+

+

+

Special Issue #20: Console, was launched March 31, 2023, at Page Not Found in Den Haag.

+

Course syllabus
+Video documentation
+Mini site

+
+
+

not-just-a-fair: Friday, Saturday, and Sunday 7-9 April

+

XPUB students + staff will be on hand at the not-just-a-fair .

+

Come meet students + staff in person, and sample recent and in-progress publications!

+
+
+
+
+

public servers

+
+
+

Special Issues

+Special Issues
Special Issues are multi-form publications related to a theme initated by a guest editor and produced collectively by XPUB first year students. +
+
+

Graduation projects and theses

+

Screenshot of project.xpub.nl

+
Graduation projects and theses; representing the culmination of their two year Masters study, each XPUB student produces a graduation work and a thesis. +
+
+

Course wiki

+

Wiki

+
The wiki is the lifeblood of the course: visit the calendar to get an idea of a typical week, or see the list of current students to see traces and sketches of work in progress. NB: The wiki is shared with the lens-based master, items specific to XPUB are indicated by XPUB1 and XPUB2 (to indicate the first and second years). The wiki is an example of a self-hosted instance of mediawiki, the free software that underpins Wikipedia. +
+
+

Piet Zwart Institute

+Piet Zwart Institute
XPUB is one of six masters programs collectively known as the Piet Zwart Institute. +
+
+

Willem de Kooning Academy

+Willem de Kooning academy
XPUB is a part of the Willem de Kooning academy, and can be found on the fourth floor of the Wijnhaven building, with convenient access to the many facilities of the Art academy. +
+
+

Gitea

+GIT
XPUB self-hosts a gitea code respository. This provides a public outlet to support the many code works done within the course such as this page. +
+
+

Etherpad

+Etherpad
The XPUB etherpad is another crucial piece of course self-hosted infrastructure. Etherpads are all about realtime group collaboration with a minimum of prescriptive structures. Pads are used heavily in the course as a means of collective note taking, planning, writing and annotation. +
+
+
+
+

servers for students & staff

+
+
+

Hub

+hub
The xpub hub is a public relay to a collection of self-hosted and student-maintained local servers. Using a combination of VPN (virtual private network) and reverse proxy, the hub enables experimentation with self-hosting, server portability, local-first and low power infrastructure and convivial and feminist server practices. +
+
+

Zulip

+Zulip
The zulip server functions as a private bulletin board system for the XPUB community, and as a self-hosted free software acts as an alternative to centralized proprietary services like Slack and Discord. +
+
+

Mailing list

+

+The course uses a mailing list provided by neighbor network lurk.org. +
+
+

Hotline

+Hotline
The hotline is a self-hosted Jitsi Meet server, an alternative to proprietary services like Zoom, Teams, and Meet. +
+
+
+
+

2022

+
+
+

XPUB@zinecamp

+

XPUB was a proud participant in 2022’s edition of zinecamp Rotterdam @ WORM. Watch the video impression, featuring current and past XPUB/Media Design staff and students: Clara Balaguer, Aymeric Mansoux, Mara Karagianni, joak and a plotter, and more!

+Video documentation +
+
+

Walkie Talkie

+

+

The XPUB 2022 graduation was hosted at Worm and the academy.

+Project pages and theses
+Video documentation
+Catalog Collective publication made with pagedjs +
+
+

Special Issue #19: garden ? @ leeszaal

+

+

Special Issue #19 was launched in December, 2023 at Leeszaal, a local library and community center in Rotterdam West.

+Online publication
+Video documentation +
+
+

Queerying Wikidata

+

queerying wikidata

XPUB, AnaĂŻs Berck and queer artivist/wikimedian Z. Blace join forces to explore automatic writing experiments querying and queering Wikidata.

+Workshop announcement
+Recorded video presentation
+Archived notes +
+
+

Paged.js Workshop

+

Julie Blanc and Julien Taquet from the paged.js project share their experiences at the intersection of design practice and technical standards.

+

Paged.js is a rendering tool for previewing, inspecting and designing a PDF in the browser, that is known for specifically accommodating designers using web-to-print techniques in their publications and book making practice. Julie and Julien both work (or have worked) as developers on the project, so the workshop gave students an opportunity to ask them about Paged.js as an open source project, and what it means to develop and maintain it. A nice example of paged.js in action is Walkie Talkie, the 2022 XPUB graduation catalog.

+Workshop announcement
+Recorded video presentation +
+
+

X-unPub

+

XPUB first years students presented their work during Special Issue #18 at a residency in Paris.

+Recorded audio presentation +
+
+
+
+

2021

+
+
+

SWAAT #00

+

Software with an Attitude (SWAAT), Issue #00

+

Zine edited by Manetta Berends and Michael Murtaugh reflecting on the experiences of teaching programming and alternative tools in the context of the XPUB Prototyping class.

+

Zine (pdf)
+Printable A5 booklet (pdf)

+
+
+

Screen Walk with Aymeric Mansoux and Roel Roscam-Abbing

+

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 +
+
+
+
+

colophon

+

This site is made with pandoc, markdown, and git.

+
+
+

about the course

+

Questions? Please write to: l.j.drost-robbins@hr.nl.

+ + + + + + image/svg+xmlOpenclipart + +
+ + diff --git a/index_bubble.md b/index_bubble.md new file mode 100644 index 0000000..9f879f1 --- /dev/null +++ b/index_bubble.md @@ -0,0 +1,507 @@ +--- +title: xpubliverse +--- + + +::: {.flex #intro} + +
+ +XPUB is the Master of Arts in Fine Art and Design: Experimental +Publishing of the Piet Zwart Institute. XPUB focuses on the acts of +making things public and creating publics in the age of post-digital +networks. + + +XPUB’s interests in publishing are therefore twofold: first, publishing as the inquiry and participation into the technological frameworks, political context and cultural processes through which things are made public; and second, how these are, or can be, used to create publics. + +[Read more on pzwart.nl](https://pzwart.nl/experimental-publishing/) +
+ +
+ +Welcome to the XPUB homepage with links to tools and webpages we use in +the course. + +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. +
+ +::: + + +
+ +**[Making Things Bubblic 🫧: Experimental Publishing Graduation Show & Shop 2023]{.big}** +Opening Thursday 29th June (18:00 - 22:30) +Friday 30th June - Sunday 2nd July (12:00 - 18:00) + + + + +WORM S/ash Gallery +Boomgaardsstraat 69, Rotterdam + +Opening: Thursday 29th June (18:00 - 22:30) + +- 20:00 Commencement speech by Erica Gargaglione and Kimberley Cosmilla +- 21:00 Performance by mitsitron (mitsa chaida) + +Expo: Friday 30th June - Sunday 2nd July (12:00 - 18:00) + +- 12:00 - 13:00 on Friday + Saturday + Sunday +Free Collective lunch served daily, everyone is welcome! +Small loaf of Minor Stories by Chaeyoung Kim will be served on the side... +- 16:00 on Saturday +Performance by mitsitron (mitsa chaida) + + + +WARM UP: Broadcasts on [Radio WORM](https://radio.worm.org/), hosted by Ål Nik (Alexandra Nikolova) and Gersande Schellinx. + +- Friday 23rd June 20:00 - 21:00 +- Tuesday 27th June 19:00 - 20:00 + +
+ + + + +2023 +------ +::: {.flex} + + +
+Special Issue #21: Interim Release + +![](2023/IMG_20230424_142511.resize.jpg) + + + +> 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 + +[Course syllabus](https://pzwiki.wdka.nl/mediadesign/TTY) +[Video documentation](https://media.xpub.nl/2023/20230424_si21_teletype_performance.mp4){.video} + +
+ + +
+Special Issue #20: Console + +![](2023/console_box_opening.360x.jpg) + + + +Special Issue #20: Console, was launched March 31, 2023, at [Page Not Found](https://page-not-found.nl) in Den Haag. + +[Course syllabus](https://pzwiki.wdka.nl/mediadesign/Candles_Tarot_Joysticks) +[Video documentation](https://media.xpub.nl/2023/si20.mp4){.video} +[Mini site](https://issue.xpub.nl/20/) + +
+ +
+not-just-a-fair: Friday, Saturday, and Sunday 7-9 April + +![](2023/not-just-a-fair-xpub.jpg) + +XPUB students + staff will be on hand at the [not-just-a-fair](https://platformpost.nl/programma/events/alliances-not-just-a-fair) . + +Come meet students + staff in person, and sample recent and in-progress publications! + + +
+ +::: + + +public servers +-------------------- + +::: {.flex} + + +
+ +Special Issues + +![Special Issues](images/issue2021.webp) + +[Special Issues](https://issue.xpub.nl) are multi-form publications related to a theme initated by a guest editor and produced collectively by XPUB first year students. +
+ + +
+ +Graduation projects and theses + +![Screenshot of project.xpub.nl](images/grad.webp "Graduation projects") + + +[Graduation projects and theses](https://project.xpub.nl); representing the culmination of their two year Masters study, each XPUB student produces a graduation work and a thesis. +
+ + +
+ +Course wiki + +![Wiki](images/wiki.webp) + + +[The wiki](https://pzwiki.wdka.nl/mediadesign/) is the lifeblood of the course: visit the [calendar](https://pzwiki.wdka.nl/mediadesign/Calendars:Networked_Media_Calendar) to get an idea of a typical week, or see the list of current [students](https://pzwiki.wdka.nl/mediadesign/Students) to see traces and sketches of work in progress. NB: The wiki is shared with the lens-based master, items specific to XPUB are indicated by *XPUB1* and *XPUB2* (to indicate the first and second years). The wiki is an example of a self-hosted instance of [mediawiki](https://mediawiki.org), the free software that underpins Wikipedia. +
+ + +
+ +Piet Zwart Institute + +![Piet Zwart Institute](images/pzwart.webp) + +XPUB is one of six masters programs collectively known as the [Piet Zwart Institute](https://www.pzwart.nl/experimental-publishing/). +
+ + +
+ +Willem de Kooning Academy + +![Willem de Kooning academy](images/wdka.webp) + +XPUB is a part of the [Willem de Kooning](https://www.wdka.nl/programmes/master-media-design-experimental-publishing) academy, and can be found on the fourth floor of the Wijnhaven building, with convenient access to the many facilities of the Art academy. +
+ + +
+ +Gitea + +![GIT](images/gitea.webp) + +XPUB self-hosts a [gitea code respository](https://git.xpub.nl). This provides a public outlet to support the many code works done within the course such as [this page](https://git.xpub.nl/XPUB/xpub.nl/src/branch/master/index.md). +
+ + +
+ +Etherpad + +![Etherpad](images/pad.webp) + +The [XPUB etherpad](https://pad.xpub.nl) is another crucial piece of course self-hosted infrastructure. Etherpads are all about realtime group collaboration with a minimum of prescriptive structures. Pads are used heavily in the course as a means of collective note taking, planning, [writing and annotation](https://pzwiki.wdka.nl/mediadesign/Methods_xpub). +
+ +::: + +servers for students & staff +------------------------------------ + +::: {.flex} + +
+ +Hub + +![hub](images/hub.320x.jpg) + +The [xpub hub](https://hub.xpub.nl/) is a public relay to a collection of self-hosted and student-maintained local servers. Using a combination of [VPN](https://tinc-vpn.org/) (virtual private network) and [reverse proxy](https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/), the hub enables experimentation with self-hosting, server portability, local-first and low power infrastructure and [convivial](http://damaged.bleu255.com/Convivial_Computing/) and [feminist](http://damaged.bleu255.com/Feminist_Technology/) server practices. +
+ + +
+ +Zulip + +![Zulip](images/zulip.webp) + +The [zulip](https://zulip.xpub.nl) server functions as a private bulletin board system for the XPUB community, and as a [self-hosted free software](https://zulip.com/) acts as an alternative to centralized proprietary services like Slack and Discord. +
+ + +
+ +Mailing list + +![](images/we.lurk.org.320x.jpg) + + +The course uses a mailing list provided by neighbor network [lurk.org](https://we.lurk.org). +
+ +
+ +Hotline + +![Hotline](images/jitsi.320x.jpg "hotline") + +The [hotline](https://hotline.xpub.nl) is a self-hosted [Jitsi Meet](https://jitsi.org) server, an alternative to proprietary services like Zoom, Teams, and Meet. +
+ + +::: + + + +2022 +------ +::: {.flex} + +
+ +XPUB@zinecamp + +![](2022/zinecamp2022.hotglue.png) + +XPUB was a proud participant in 2022's edition of [zinecamp Rotterdam @ WORM](https://zinecamp2022.hotglue.me/). Watch the [video impression](https://media.xpub.nl/2022/zinecamp.mp4){.video}, featuring current and past XPUB/Media Design staff and students: Clara Balaguer, Aymeric Mansoux, Mara Karagianni, joak and a plotter, and more! + +[Video documentation](https://media.xpub.nl/2022/zinecamp.mp4){.video} +
+ +
+ +Walkie Talkie + +![](2022/walkie-talkie-ref.320x.jpg) + + +The XPUB 2022 graduation was hosted at [Worm](https://worm.org/production/xpub-pzi-graduation-show/) and the academy. + +[Project pages and theses](https://project.xpub.nl/) +[Video documentation](https://media.xpub.nl/2022/gradshow/Walkie_Talkie.720p.mp4){.video} +[Catalog](https://media.xpub.nl/2022/walkie-talkie-final.email.pdf) Collective publication made with [pagedjs](http://pagedjs.org) +
+ + +
+ +Special Issue #19: garden ? @ leeszaal + +![](2022/xpub-si19-invite.320x.jpg) + + +Special Issue #19 was launched in December, 2023 at [Leeszaal](https://www.leeszaalrotterdamwest.nl/), a local library and community center in Rotterdam West. + +[Online publication](https://issue.xpub.nl/19/index.html) +[Video documentation](https://media.xpub.nl/2022/si19.mp4){.video} +
+ + +
+ +Queerying Wikidata + +![queerying wikidata](./2022/queeryingwikidata/xpub_queeryingwikidata_icon.png) + +XPUB, AnaĂŻs Berck and queer artivist/wikimedian Z. Blace join forces to explore automatic writing experiments querying and queering Wikidata. + +[Workshop announcement](/2022/queeryingwikidata/) +[Recorded video presentation](https://media.xpub.nl/2022/queerying-wikidata.mp4){.video} +[Archived notes](https://git.xpub.nl/XPUB/queerying_wikidata/src/branch/main/pad_wikidata_xpub.md) +
+ + +
+ +Paged.js Workshop + +![](./images/650x400_thumb_pagedjs.png) + +Julie Blanc and Julien Taquet from the paged.js project share their experiences at the intersection of design practice and technical standards. + +[Paged.js](https://pagedjs.org/) is a rendering tool for previewing, inspecting and designing a PDF in the browser, that is known for specifically accommodating designers using web-to-print techniques in their publications and book making practice. Julie and Julien both work (or have worked) as developers on the project, so the workshop gave students an opportunity to ask them about Paged.js as an open source project, and what it means to develop and maintain it. A nice example of paged.js in action is [Walkie Talkie](https://media.xpub.nl/2022/walkie-talkie-final.email.pdf), the 2022 XPUB graduation catalog. + +[Workshop announcement](/2022/pagedjs/) +[Recorded video presentation](https://media.xpub.nl/2022/2022-10-13-pagedjs.html){.video} +
+ + +
+ +X-unPub + +![](./2022/xunpub.320x.jpg) + +XPUB first years students presented their work during Special Issue #18 at a residency in Paris. + +[Recorded audio presentation](https://unpublic.bandcamp.com/album/paris-22-june-2022?fbclid=IwAR0i1kkNAKDhjbYlqrWgB_Em58f0Q9PaPAbfhg0XiaZbguPMEafLhENfLuQ) +
+ +::: + +2021 +------ + +::: {.flex} + +
+ +SWAAT #00 + +![](2021/SWAAT.320x.jpg) + +Software with an Attitude (SWAAT), Issue #00 + +Zine edited by Manetta Berends and Michael Murtaugh reflecting on the experiences of teaching programming and alternative tools in the context of the XPUB [Prototyping](https://pzwiki.wdka.nl/mediadesign/Prototyping) class. + +[Zine (pdf)](https://media.xpub.nl/2021/SWAAT-00.pdf) +[Printable A5 booklet (pdf)](https://media.xpub.nl/2021/SWAAT-00-book.pdf) + +
+ + +
+ +Screen Walk with Aymeric Mansoux and Roel Roscam-Abbing + +![](images/dropinvsengagement.320x.jpg) + +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} +
+ +::: + + +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/). + + +about the course +------------------------- +Questions? Please write to: l.j.drost-robbins@hr.nl. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +image/svg+xmlOpenclipart diff --git a/makefile b/makefile index d7c4806..9445a25 100644 --- a/makefile +++ b/makefile @@ -1,10 +1,20 @@ -index.html: index.md + + +%.html: %.md pandoc --from markdown-implicit_figures+auto_identifiers \ --section-divs \ --to html5 \ --css index.css \ - --standalone index.md \ - -o index.html + --standalone $< \ + -o $@ + +# index.html: index.md +# pandoc --from markdown-implicit_figures+auto_identifiers \ +# --section-divs \ +# --to html5 \ +# --css index.css \ +# --standalone index.md \ +# -o index.html all: index.json