From 5b052df39f83eb03b9ef83b8c6edd2a58f2de6cd Mon Sep 17 00:00:00 2001 From: nglk Date: Mon, 1 Mar 2021 14:33:43 +0100 Subject: [PATCH] fixed style issue with popups --- index.html | 77 ++++++++++++++++++--------------------------- static/js/d3_map.js | 6 ++-- 2 files changed, 34 insertions(+), 49 deletions(-) diff --git a/index.html b/index.html index 2eda9dc..42c1b08 100644 --- a/index.html +++ b/index.html @@ -91,54 +91,39 @@ Through the map, we give shape to a common context in Turkish culture. The map a
-
×

Colophon

-

Wells of Knowledge: Poetry, Music and Rresistance in Turkey
- © 2020 at.wdka.nl/wellsofknowledge

-

Developed by Hybrid Publishing,
- Willem de Kooning Academy

-

Text and images © Merve Kılıçer
- All rights reserved

-

ISBN: 9789492479112

-

Author: Merve Kılıçer

-

- Graphic Design & Web Development: Angeliki Diakrousi - (https://w­i­t­m.net/) and Alice Strete (https://alicestrete.me/)

-

Editor: Liz Allan

-

Coordination: Kimmy Spreeuwenberg

-

Printer: De Raddraaier, Amsterdam
- Paper: Old Mill/Bianco 100g
- Print Run: 300

-

- Thanks for the generous support of Nihan Somay, Jake Caleb, - Ulufer Çelik and Carmen José

-

Hybrid Publishing
- This publication was developed by Hybrid Publishing, founded by - the Willem de Kooning Academy as a means of profiling and - disseminating outstanding research conducted by its students and - teaching staff, whether independently or in collaboration with - external partners. Researching and experimenting across a broad - range of processes native to digital and analog media, WdKA - Hybrid Publishing fosters novel approaches to design, authoring, - reading and dissemination made possible through ongoing - developments from the legacies of Gutenberg’s press to present­day - technologies. (hybridpublishing.wdka.nl)

-

HP Research Awards
- The HP Research Awards series showcases the work of recipients - or nominees of the Willem de Kooning Research Award. - Established by the Willem de Kooning Foundation, the awards are - granted to outstanding students whose graduation projects and - research have helped provide new insights to broader audiences. For - a digital version of this and other publications, go to - at.wdka.nl/hpresearchawards

- - -
+
×

colophon

+Wells of Knowledge: Poetry, music and resistance in Turkey © 2020
+at.wdka.nl/wellsofknowledge
+Developed by Hybrid Publishing,
+Willem de Kooning Academy
+Text and images © Merve Kılıçer
+All rights reserved
+ISBN: XXXX
+Author: Merve Kılıçer
+Graphic Design & Web Development: Angeliki Diakrousi and Alice Strete
+Editor: Liz Allan
+Coordination: Kimmy Spreeuwenberg
+[@Merve - ADD THANK YOU MESSAGE HERE]
+Hybrid Publishing
+This publication was developed by Hybrid Publishing, founded by the Willem de Kooning +Academy as a means of profiling and disseminating outstanding research conducted by its +students and teaching staff, whether independently or in collaboration with external +partners. Researching and experimenting across a broad range of processes native to digital +and analog media, WdKA Hybrid Publishing fosters novel approaches to design, authoring, +reading and dissemination made possible through ongoing developments from the legacies +of Gutenberg’s press to present-day technologies. (hybridpublishing.wdka.nl)
+HP Research Awards
+The HP Research Awards series showcases the work of recipients or nominees of the Willem +de Kooning Research Award. Established by the Willem de Kooning Foundation, the awards +are granted to outstanding students whose graduation projects and research have helped +provide new insights to broader audiences. For a digital version of this and other +publications, go to at.wdka.nl/hpresearchawards
-
×

How to use

- The map shows connections between various representatives in Turkish culture, be it poets, authors or musicians, traditional or contemporary.

Each name is presented in relation to a song, a poem, an image, or a fragment of text or audio.

-

When clickling once on one of the names, various kinds of media appear in connection to that name. The colors represent different categories (Folklore literature, Islamic Mysticism, etc).

-

When double clicking, a name is isolated and displayed alongside its closest connections.

All the elements of the map can be rearranged and moved.

+
×

How to use

+ The map shows connections between various representatives in Turkish culture, be it poets, authors or musicians, traditional or contemporary. Each name is presented in relation to a song, a poem, an image, or a fragment of text or audio.
+ When double clicking, a name is isolated and displayed alongside its closest connections.
+ When clickling once on one of the names, various kinds of media appear in connection to that name. The colors represent different categories (Folklore literature, Islamic Mysticism, etc).
All the elements of the map can be rearranged and moved.

diff --git a/static/js/d3_map.js b/static/js/d3_map.js index 1a2adaf..0d9ca61 100644 --- a/static/js/d3_map.js +++ b/static/js/d3_map.js @@ -69,10 +69,10 @@ d3.json("/static/js/group1.json", function(error, json) { console.log('vid') if (i.url) { divVideo.transition().duration(100); - divVideo.html("
  × 
"); + divVideo.html("
  × 
"); }; divBio.transition().duration(100); - divBio.html("
  × 
" + i.bio + "
"); + divBio.html("
  × 
" + i.bio + "
"); popup(i.id, i.time); }) .on("dblclick", connectedNodes) @@ -80,7 +80,6 @@ d3.json("/static/js/group1.json", function(error, json) { - force.on("tick", function() { link.attr("x1", function(d) { return d.source.x; @@ -103,6 +102,7 @@ d3.json("/static/js/group1.json", function(error, json) { + // highlight NodeLists//Toggle stores whether the highlighting is on var toggle = 0; //Create an array logging what is connected to what