You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

94 lines
3.1 KiB
HTML

6 years ago
<!DOCTYPE html>
6 years ago
<html>
6 years ago
<head>
6 years ago
<meta charset="ISO-8859-1">
<title>SPECIAL ISSUE 6: Interfacing the Law</title>
6 years ago
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style>
body{
margin:0;
padding: 0;
6 years ago
6 years ago
}
#container{
width: 100%;
margin:0;
}
#description{
width: 30%;
margin:0;
float: left;
height: 100vh;
overflow-y: scroll;
overflow-x: hidden;
}
#description p{
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
font-family: "Courier New", monospace;
font-size: 14px;
6 years ago
6 years ago
padding-bottom: 0;
}
#pdfs{
width: 70%;
margin:0;
float: left;
height: 100vh;
}
#title{
cursor: pointer;
}
</style>
</head>
<body>
<div id="container">
<div id="pdfs">
<embed src="https://pzwiki.wdka.nl/mw-mediadesign/images/9/9d/XPPL-SPECIALISSUE4.pdf" width="100%" height="25%" alt="pdf" pluginspage="http://www.adobe.com/products/acrobat/readstep2.html">
<embed id="main_pdf" src="https://pzwiki.wdka.nl/mw-mediadesign/images/c/c5/XPPL-POSTER2.pdf" width="100%" height="50%" alt="pdf" pluginspage="http://www.adobe.com/products/acrobat/readstep2.html">
<embed src="https://pzwiki.wdka.nl/mw-mediadesign/images/b/b2/XPPL-SPECIALISSUE3.pdf" width="100%" height="25%" alt="pdf" pluginspage="http://www.adobe.com/products/acrobat/readstep2.html">
</div>
<div id="description">
<p>SPECIAL ISSUE 6: Interfacing the Law</p>
<b><p id="title">XPERIMENTAL POTENTIAL PIRATE LIBRARY</p></b>
<p>How can the right to access to knowledge be held up against claims of copyright? How can we battle the terror of the mind produced by the current intellectual property regime? Interfacing the law is an attempt to build a series of platforms, both in the sense of on-line interfaces and of public discourse, that allow us to experiment with, to openly discuss and to reflect on reading together while the next wave of court cases is waiting to happen. It is urgent that we find ways to make the public debate transcend the juridical binary of illegal vs. legal, and claim political legitimacy for acting out the potential of digital publishing, and the possibility of sharing and reading digital books.</p>
<p>Special Thanks to Femke Snelting, Bodó Balázs, Dušan Barok, André Castro, Séverine Dusollier, Aymeric Mansoux, Marcell Mars, Ania Molenda, Michael Murtaugh, Dubravka Sekulic, Steve Rushton</p>
<p><a href = "#"> potential link to XPPL</a></p>
<p>by: Natasha Berting, Angeliki Diakrousi, Joca van der Horst, Alexander Roidl, Alice Strete and Zalán Szakács</p>
<br><br>
</div>
</div>
<script>
$( "#title" ).click(function() {
generateTitle(this);
});
$( document ).ready(function() {
generateTitle("#title");
});
function generateTitle(elem){
var x = ["XPERIMENTAL"]
var p1 = ["POTENTIAL", "PUBLIC", "POST", "PI", "PLATFORM FOR", "PRETENTIOUS"]
var p2 = ["PIRATE", "PERFORMATIVE", "PUBLIC", "PUBLISHING", "POTENTIAL"]
var l = ["LIBRARY", "LIAISON", "LAB", "LEGALITY", "LABOUR"]
$(elem).text(x[Math.floor(Math.random()*x.length)]+" "+p1[Math.floor(Math.random()*p1.length)]+" "+p2[Math.floor(Math.random()*p2.length)]+" "+l[Math.floor(Math.random()*l.length)]);
}
</script>
</body>
6 years ago
</html>