Skip to content

Latest commit

 

History

History
66 lines (52 loc) · 5.13 KB

README.md

File metadata and controls

66 lines (52 loc) · 5.13 KB

Table of Contents

Network Graph: D3 force directed graph

Features:

  • Node color represents the juridical status
  • Text label represent the family names
  • Node size represents the number of dragomans in service
  • Edge thickness represents the intensity of marriage ties
  • Tooltip
  • Legends

Files

  • forceDirectedGraph.html: An HTML file that launch the JS file below
    • forceDirected.js: A JS file where the main code goes
    • Data:
      • viz1.json (53 dragoman families): Figure 1.3, Intermarriage across Istanbul’s dragomanate, ca. 1570-1720
      • viz2.json (29 dragoman families): Figure 1.2, Families represented in the Venetian dragomanate, ca. 1570-1720

Kinship Diagram: D3-dag

Code based on js_family_tree by BenPortner

Features:

  • Dragoman icon indicate whether the person is a dragoman
  • Portrait icon indicate whether the person has a portrait
  • Node color indicate different families
  • Tooltip
  • Legends

Files

MediaCat Network: force-graph

Code based on force-graph by vasturiano

Features:

  • Pan & zoom using mouse
  • Tooltip
  • Left click on nodes for information box
  • Right click on nodes to zoom and focus

Files