diff --git a/05/index.html b/05/index.html index cbb7571..77cb4f5 100644 --- a/05/index.html +++ b/05/index.html @@ -33,8 +33,14 @@

Special Issue 5 - OuNuPo

+
+


- scanning +

XPUB, Varia and WORM invite you for an evening of book scanning, short presentations, discussions and software experiments in the context of text digitisation and processing. @@ -43,6 +49,7 @@

OuNuPo, Ouvroir de Numérisation Potentielle, the workshop of potential digitisation

+scanning

From January until the end of March 2018 the practitioners of the Media Design Experimental Publishing Master course (XPUB) of the Piet Zwart Institute, in collaboration with Manetta Berends & Cristina Cochior (Varia) and the WORM Pirate Bay, have set sail on the vast sea of DIY book scanning, feminist research methodologies, constraint writing, algorithmic literature and the cultures of text digitisation and processing.

The term OuNuPo is derived from OuLiPo (Ouvroir de littérature potentielle), founded in 1960. OuLiPo is a mostly French speaking gathering of writers and mathematicians interested in constrained writing techniques. A famous technique is for instance the lipogram that generates texts in which one or more letters have been excluded. OuLiPo eventually led to OuXPo to expand these creative constraints to other practices (OuCiPo for film making, OuPeinPo for painting, etc). Following this expansion, XPUB launches OuNuPo, Ouvroir de Numérisation Potentielle, the workshop of potential digitisation, turning the book scanner as a platform for media design and publishing experiments.

diff --git a/06/index.html b/06/index.html index 6b3ccf0..5b3f9f3 100644 --- a/06/index.html +++ b/06/index.html @@ -20,13 +20,14 @@ padding: 0; margin:0; } #description{ -width: 30%; +width: 25%; margin:0; float: left; height: 100vh; overflow-y: scroll; overflow-x: hidden; letter-spacing: 1px; + box-sizing: border-box; } #description p{ padding-top: 20px; @@ -48,12 +49,30 @@ margin:0; } #pdfs{ - width: 70%; + width: 25%; margin:0; padding: 0; float: left; height: 100vh; + box-sizing: border-box; } + +#video{ + width: 50%; +margin:0; +padding: 0; +box-sizing: border-box; +float: left; +display: flex; + align-items: center; + height: 100vh; + background-color: black; +} + +#video video{ + +} + #title{ cursor: pointer; font-size: 28px!important; @@ -65,12 +84,21 @@ float: left;
- + - + - +
+ +
+ +
+

SPECIAL ISSUE 6: Interfacing the Law

diff --git a/06/preview.png b/06/preview.png new file mode 100644 index 0000000..51768c2 Binary files /dev/null and b/06/preview.png differ