beetroot_to_ciao.html

master
Simon Browne 5 years ago
parent 6c9385a508
commit 2c71356929

@ -8,41 +8,41 @@
</head>
<body>
<main>
<object id="line" data="../archive/gps_drawings/beetroot_to_ciao.svg" type="image/svg+xml"></object>
<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>
<picture class="drawing">
<source media="(max-width: 1280px)" srcset="img/knot_scale_times_four_640.jpg">
<!-- image for screens below 1280px wide -->
<img src="img/knot_scale_times_four.jpg" />
<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>
<picture class="drawing">
<source media="(max-width: 1280px)" srcset="img/unravelled_knot_03_640.jpg">
<!-- image for screens below 1280px wide -->
<img src="img/unravelled_knot_03.jpg" />
<img class="drawing" src="img/unravelled_knot_03.jpg" />
<!-- fallback: used in PDF-->
</picture>
<br>
<picture>
<picture class="drawing">
<source media="(max-width: 1280px)" srcset="img/unravelled_knot_02_640.jpg">
<!-- image for screens below 1280px wide -->
<img src="img/unravelled_knot_02.jpg" />
<img class="drawing" src="img/unravelled_knot_02.jpg" />
<!-- fallback: used in PDF-->
</picture>
<br>
<picture>
<picture class="drawing">
<source media="(max-width: 1280px)" srcset="img/unravelled_knot_01_640.jpg">
<!-- image for screens below 1280px wide -->
<img src="img/unravelled_knot_01.jpg" />
<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>
Loading…
Cancel
Save