cross-link with hosted map
This commit is contained in:
parent
8721cbc160
commit
a5478377ef
2 changed files with 2 additions and 2 deletions
|
@ -6,4 +6,4 @@ It documents an exploration to rethink "distance" for maps of social movements,
|
|||
|
||||
The project contains two steps. The first is documented in the [Mapping Movements notebook](Mapping%20Movements.ipynb), which explores different ways to calculate similarity using text embeddings, relying on the off-the-shelf Doc2Vec model.
|
||||
|
||||
In a second step this notion of distance-as-similarity is rendered on [a map of movements](similarities_map.html), which changes depending on the initiative that is selected. There is thus no single, canonical rendering of the map, but a map that is different for each initiative.
|
||||
In a second step this notion of distance-as-similarity is rendered on [a map of movements](http://copernicus.rubenvandeven.com/similarities_map.html) ([code](similarities_map.html)), which changes depending on the initiative that is selected. There is thus no single, canonical rendering of the map, but a map that is different for each initiative.
|
|
@ -226,7 +226,7 @@
|
|||
|
||||
<body>
|
||||
<div class="about">This map was created by Ruben van de Ven for the <em>Mapping Movements</em> pressure cooker,
|
||||
organised by Creative Coding Utrecht for the Copernicus Institute of the Utrecht University.</div>
|
||||
organised by Creative Coding Utrecht for the Copernicus Institute of the Utrecht University. More information about the rationale is in <a href="https://git.rubenvandeven.com/r/mapping_movements/">the repository</a>.</div>
|
||||
<div id="map"></div>
|
||||
<svg preserveAspectRatio="xMidYMax meet" viewBox="-100,-100,200,100" id="lines"></svg>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue