<divid="notused">This word could not be found.</div>
{% else %}
<divclass="cross">
<pclass="note">[Note on the search results]</p>
<pclass="tfidf">Once a search query is submitted, the <em>TF-IDF</em> starts to go through all the manifestos in the dataset, to see if a word is used, and if yes, to put it in the list of search results. The list is sorted according to the importance of the word <strong>{{ query }} </strong> to each manifesto. </p>
<pclass="techfem">The search results are snippets, statements, quotes or questions, threaded together by one single word, create a cross-reading index. The occurances of <strong> {{ query }}</strong> in the different manifestos, become eachother complexifiers. </p>
<br>
<br>
</div>
<divid="results">
<h1>Cross-reading through the manifestos along the axes of <strongclass="query">{{ query }}</strong>:</h1>
<divclass="results">
{% for x, manifesto in results.items() %}
{% for sentence in manifesto.html %}
<divid="{{ x }}_{{ loop.index }}"class="result">
<divclass="title">
{{ manifesto.name }}
</div>
<divclass="sentence">{{ sentence }}</div>
</div>
{% endfor %}
{% endfor %}
</div>
</div>
{% endif %}
{% endblock %}
{% block suggestions %}
<divid="suggestions">
<h1>SUGGESTIONS</h1>
{% if analytics %}
{% if analytics.stemmer %}
<divid="similars"class="analytics stemmer">
<h2>Similar but not the same to <em>{{ query }}</em>:</h2>
{% for word in analytics.stemmer %}
<strongclass="word"><ahref="/{{ lang}}/?q={{ word }}">{{ word }}</a></strong>
The <em>TF-IDF algorithm</em> is an activator. Activating non-linear threads through a dataset of words.
<br><br>
As a navigator the algorithm is a provider of order, deciding on the importance of the search term for a manifesto.
</p>
<pclass="techfem">
The <em>cyber- and technofeminist manifesto</em> are written and published to activate. Declaring intentions, motives or specific views on technology. Their writing styles, different as they are, are often statement-based, short and sometimes militant.
<br><br>
<em>"Nothing should be accepted as fixed, permanent, or 'given' -- neither material conditions nor social forms.."</em> (Xenofeminist manifesto), <br>
<em>"So that is why no revolution should be without her."</em> (The Manifesto of Futurist Woman)