annotation tools for making the iterations publication (Manetta & Jara) - https://iterations.space/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

58 lines
2.2 KiB

{% extends "base.html" %}
{% block page %}
<svg id="index" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<path id="title" fill="none" stroke="blue"
d="M10,90 Q90,90 90,45 Q90,10 50,10 Q10,10 10,40 Q10,70 45,70 Q70,70 75,50" />
<text>
<textPath id="title" href="#title">
Iterative Annotation Tools
</textPath>
</text>
</svg>
<hr>
<div class="block">
<!-- <p><strong class="handle">*</strong></p> -->
<h2>handles</h2>
<p><strong class="handle">*1</strong>: systematics, temporalities (group formations)</p>
<p><strong class="handle">*2</strong>: “we”, temporary structures that condition work (who? where? how? why?)</p>
<p><strong class="handle">*3</strong>: conditions of possibility, units of measurement for succes, sharing how-to’s (how to co-exist, basically)</p>
<p><strong class="handle">*4</strong>: transitional moments of handing over, generative troublematics (collective response-ability)</p>
<br>
</div>
<div class="block">
<!-- <p><strong class="annotation">&nbsp;</strong></p> -->
<h2>annotations</h2>
<p><strong class="annotation">curves</strong>: What curves are used to engage with <strong class="handle">*1</strong>?</p>
<p><strong class="annotation">color</strong>: What colors are used to engage with <strong class="handle">*2</strong>?</p>
<p><strong class="annotation">text</strong>: Which anecdotes/questions/vocabulary/glossary/tags engage with <strong class="handle">*3</strong>?</p>
<p><strong class="annotation">visual traces</strong>: Which visual traces can we “cut out” that engage with <strong class="handle">*4</strong>? <!-- What questions can we formulate and attach as annotations to image documentation of the hand-over-moments? --></p>
</div>
<hr>
<p><u>stage a</u> - making markers: based upon each contribution using these tools</p>
<p><u>stage b</u> - annotate: throughout the publication</p>
<hr>
<!-- <p>< < iterations documentation from where the contributions were extracted > handles > annotation tools < contributions < handles > ></p>
-->
<!-- <hr> -->
<div class="info">
<p><strong class="handle">*1 shapes</strong></p>
<p><strong class="handle">*2 color</strong></p>
<p><strong class="handle">*3 text</strong></p>
<p><strong class="handle">*4 visual traces</strong></p>
</div>
<hr>
{% endblock %}