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.
beetroot/pages/beetroot_to_ciao.html

48 lines
2.3 KiB
HTML

<!doctype html>
<html>
<head>
<title>b-e-e-t.r-o-o-t.net to ciao.urca.tv, richfolks.club</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial=scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css" media="screen"/>
</head>
<body>
<main>
<div class="text">
<h1>Unravelling knots</h1>
<p>The map I've been making by tracking myself over GPS does not display scale, or landmarks, or street names. It doesn't show which way is north, south, east or west.</p>
<p>When zoomed out, the line appears to be curved, jagged, definitely not straight. However, when zooming in there are many straight lines, and they only bend at anchor points where each snapshot is taken. The line becomes knotted at places, representing social interactions, financial transactions, backtracking, and places where the GPS signal was obscured, or confused by bouncing off buildings.</p>
<picture class="drawing">
<source media="(max-width: 1280px)" srcset="img/knot_scale_times_four_640.jpg">
<!-- image for screens below 1280px wide -->
<img class="drawing" src="img/knot_scale_times_four.jpg" />
<!-- fallback: used in PDF-->
</picture>
<p>In a vector program I begin to simplify the file, sliding a scale that removes anchor points and unravels the knot.</p>
<div>
<picture class="drawing">
<source media="(max-width: 1280px)" srcset="img/unravelled_knot_03_640.jpg">
<!-- image for screens below 1280px wide -->
<img class="drawing" src="img/unravelled_knot_03.jpg" />
<!-- fallback: used in PDF-->
</picture>
<br>
<picture class="drawing">
<source media="(max-width: 1280px)" srcset="img/unravelled_knot_02_640.jpg">
<!-- image for screens below 1280px wide -->
<img class="drawing" src="img/unravelled_knot_02.jpg" />
<!-- fallback: used in PDF-->
</picture>
<br>
<picture class="drawing">
<source media="(max-width: 1280px)" srcset="img/unravelled_knot_01_640.jpg">
<!-- image for screens below 1280px wide -->
<img class="drawing" src="img/unravelled_knot_01.jpg" />
<!-- fallback: used in PDF-->
</picture>
</div>
</div>
<img src="../archive/gps_drawings/beetroot_to_ciao.svg"></img>
</main>
</body>
</html>