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.

69 lines
2.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>The Network We (de)Served</title>
<meta charset="UTF-8">
<meta name="date" content="April 2019">
<meta name="author" content="XPUB">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="img/favicon.png">
<link rel="stylesheet" type="text/css" href="reset.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<!--Fixed content throughout pages-->
<div class="static">
<header><a href="index.html">
<h1>ALIVE, FULLY IN MOTION, UNSTABLE, DECAYING, DYING, RESTARTING.</h1>
<h2>HOW TO PUBLISH A NETWORK?</h2>
</a></header>
<aside>
<p> This website is a node of a <a target="_blank" href="https://issue.xpub.nl/08/"> bigger project. </a></p> </p>
<p> Here I reflect on the ephemeral aspect of networks. All pages listed bellow exist or existed before in the life span of this project. Together we produced texts, images, and research based on the topic of decentralized networks.</p>
<div class="questions">
<p> <a href="./january.html"> Who is we? </a> </p>
<p> <a href="#footer"> What is this?</a> </p>
</div>
</aside>
</div>
<!--Content that scrolls up-->
<div class="move">
<div class="menus">
<div class="menu">
<p> <a href="./index.html"> LIFESPAN </a><a href="./documentation.html"> DOCUMENTATION </a><a id="grey" href="./tools.html"> TOOLS </a> </p>
</div>
</div>
<div class="tools">
<p> These small scripts are written in Python and are based on web scraping methods. Web scraping is the process of gathering data, in this case, through automated actions. During this project, I was using these tools to crawl information from our network: images, the status of links, names of pages. By exploring and using this content I was hoping to overview the success or failure of our pages. The fragility of the network, but also the ability to grow and to discover new connections, really relates to our learning process throughout this trimester. </p>
<p><a target="_blank" href="https://git.xpub.nl/rita/tools"> You can find the scripts in the XPUB git repository.</a></p>
<div class="page_break">
<img src="./img/img_list.png" alt="image list scheme">
<img src="./img/img_list_screenshot.png" alt="image list scheme">
</div>
<div class="page_break">
<img src="./img/status_list.png" alt="image list scheme">
<img src="./img/status_list_screenshot.png" alt="image list scheme">
</div>
<div class="page_break">
<img src="./img/url_list.png" alt="image list scheme">
<img style="page-break-after: always" src="./img/url_list_screenshot.png" alt="image list scheme">
</div>
</div>
</div>
<footer id="footer">
<p>This is a project produced and published in the Experimental Publishing (XPUB) program of the Piet Zwart Institute. Rotterdam, April 2019</p>
</footer>
</body>
</html>