Browse Source

Merge branch 'master' of ssh://vvvvvvaria.org:12345/alicestrt/vvvw

master
nglk 3 years ago
parent
commit
3fa77bafde
  1. 77
      index.html
  2. 10
      static/css/style.css

77
index.html

@ -91,39 +91,54 @@ Through the map, we give shape to a common context in Turkish culture. The map a
</div>
</div><br>
<div id="showcolophon" class="draggable"><span onclick="this.parentElement.style.display='none'" class="topleft">&times</span><div><h2>colophon</h2>
Wells of Knowledge: Poetry, music and resistance in Turkey © 2020<br>
at.wdka.nl/wellsofknowledge<br>
Developed by Hybrid Publishing,<br>
Willem de Kooning Academy<br>
Text and images © Merve Kılıçer<br>
All rights reserved<br>
ISBN: XXXX<br>
Author: Merve Kılıçer<br>
Graphic Design &amp; Web Development: Angeliki Diakrousi and Alice Strete<br>
Editor: Liz Allan<br>
Coordination: Kimmy Spreeuwenberg<br>
[@Merve - ADD THANK YOU MESSAGE HERE]<br>
Hybrid Publishing<br>
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)<br>
HP Research Awards<br>
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</div>
<div id="showcolophon" class="draggable"><span onclick="this.parentElement.style.display='none'" class="topleft">&times</span><div><h3>Colophon</h3>
<p>Wells of Knowledge: Poetry, Music and Rresistance in Turkey<br>
© 2020 at.wdka.nl/wellsofknowledge</p>
<p>Developed by Hybrid Publishing,<br>
Willem de Kooning Academy</p>
<p>Text and images © Merve Kılıçer<br>
All rights reserved</p>
<p>ISBN: 9789492479112</p>
<p>Author: Merve Kılıçer</p>
<p>
Graphic Design & Web Development: Angeliki Diakrousi
(https://w­i­t­m.net/) and Alice Strete (https://alicestrete.me/)</p>
<p>Editor: Liz Allan</p>
<p>Coordination: Kimmy Spreeuwenberg</p>
<p>Printer: De Raddraaier, Amsterdam<br>
Paper: Old Mill/Bianco 100g<br>
Print Run: 300</p>
<p>
Thanks for the generous support of Nihan Somay, Jake Caleb,
Ulufer Çelik and Carmen José</p>
<p>Hybrid Publishing<br>
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) </p>
<p>HP Research Awards<br>
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</p>
<img class="logo" src="static/images/HP_Logo.png"></img>
<img class="logo" src="static/images/wdka_logo.png"></img>
<img class="logo" src="static/images/pzi_logo.png"></img></div>
</div>
<div id="showhow" class="draggable"><span onclick="this.parentElement.style.display='none'" class="topleft">&times</span><div><h2>How to use</h2><p>
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.<br>
When double clicking, a name is isolated and displayed alongside its closest connections. <br>
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).<br> All the elements of the map can be rearranged and moved. </p></div>
<div id="showhow" class="draggable"><span onclick="this.parentElement.style.display='none'" class="topleft">&times</span><div><h3>How to use</h3><p>
The map shows connections between various representatives in Turkish culture, be it poets, authors or musicians, traditional or contemporary.</p> <p>Each name is presented in relation to a song, a poem, an image, or a fragment of text or audio.</p>
<p>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).</p>
<p> When double clicking, a name is isolated and displayed alongside its closest connections. </p><p>All the elements of the map can be rearranged and moved. </p></div>
</div>
<script src="static/js/d3_map.js"></script>

10
static/css/style.css

@ -374,6 +374,9 @@ h2 {
max-width: 700px;
scrollbar-color: #d87fa0 #dbf6f9;
opacity: 0.4;
font-family: 'Vesper Libre', serif;
font-size: 16px;
}
@ -454,6 +457,9 @@ color: #d81159;
border: 1px solid black;
padding: 2%;
z-index: 5;
font-family: 'Vesper Libre', serif;
font-size: 16px;
}
#showcolophon {
@ -509,6 +515,10 @@ color: #d81159;
}
}
.logo {
width: 60px;
display: inline-block;
}
@media (max-width: 550px) {
.map_legend p {

Loading…
Cancel
Save