-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
59 lines (53 loc) · 4.8 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Network Navigator</title>
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.12.0/css/tachyons.min.css" />
<link href="https://emoji-css.afeld.me/emoji.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/dt/dt-1.10.22/b-1.6.5/b-html5-1.6.5/datatables.min.css"/>
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🧭</text></svg>">
</head>
<body class="helvetica bg-near-white">
<header class="w-100 pa3 gradient">
<nav class="w-100 f4 fw6 tracked i white bb">
<h2 class="retro-font">
<a class="link white dim" href="/">NETWORK NAVIGATOR</a> <span class="f7 fs-normal">v2.0</span>
</h2>
</nav>
</header>
<main class="center pv3 measure-wide lh-copy">
<p><em>Network Navigator</em> is a browser tool designed for network analysis, built with humanities data in mind. It's meant as a bird's-eye-view of network metrics and some standard visualization forms, a way of exploring network data in classroom or research settings. Our intention is to emphasize the useful measurements and statistics that can be drawn from network data, while still providing the visualization tools offered by other network analysis software. Network Navigator was first released in 2017; the site was redesigned, expanded, and re-released as v2.0 in 2021.</p>
<p><strong>This website does not collect or store <em>any</em> data. Your data remains on your computer alone and is not sent to an external server. No one can view your data or results but you.</strong></p>
<h1>People</h1>
<div class="dt">
<img src="img/ladd.jpg" class="dtc v-mid br-100 pa1 ba b--black-10 h4 w4" alt="avatar">
<h2 class="di dtc v-mid pl3">John Ladd</h2>
</div>
<p>John is a postdoctoral fellow in Digital Humanities at Northwestern University. He specializes in network analysis and computational approaches to early modern literature. He's also worked on <a class="link dim b black" href="https://earlyprint.org" target="_blank">EarlyPrint</a>, <a class="link dim b black" href="http://sixdegreesoffrancisbacon.com" target="_blank">Six Degrees of Francis Bacon</a>, and a range of <a class="link dim b black" href="https://jrladd.com/projects" target="_blank">other projects</a>.</p>
<p><a class="link dim b black" href="https://jrladd.com" target="_blank">Website</a>. <a class="link dim b black" href="https://twitter.com/johnrladd" target="_blank">Twitter</a>. <a class="link dim b black" href="https://github.com/jrladd/" target="_blank">Github</a>.
<div class="dt">
<img src="img/leblanc.jpg" class="dtc v-mid br-100 pa1 ba b--black-10 h4 w4" alt="avatar">
<h2 class="di dtc v-mid pl3">Zoe LeBlanc</h2>
</div>
<p>Zoe is currently a Postdoctoral Associate and Weld Fellow at the Center for Digital Humanities at Princeton University. She received her Ph.D. in History at Vanderbilt University in August 2019 and previously worked as a DH Developer at the Scholars' Lab at UVA. </p>
<p><a class="link dim b black" href="https://zoeleblanc.com/" target="_blank">Website</a>. <a class="link dim b black" href="https://twitter.com/Zoe_LeBlanc" target="_blank">Twitter</a>. <a class="link dim b black" href="https://github.com/ZoeLeBlanc" target="_blank">Github</a>.
<h1>Credits</h1>
<p>We would like to thank Ruth and Sebastian Ahnert, Dan Evans, Doug Knox, Matt Lincoln, Steve Pentecost, Melanie Walsh, and Scott Weingart for their inspiration, suggestions, and feedback on this project.</p>
<p>Hosting and technical support for Network Navigator v1.0 was generously supplied by:</p>
<p><a class="link" href="http://library.cmu.edu/" target="_blank"><img class="mw5" src="img/CMU_Logo_Horiz_Red.png" /></a></p>
<h1>Code</h1>
<p>The complete code for this site can be found in its <a class="link dim b black" href="https://github.com/jrladd/network_navigator" target="_blank">Github repository</a>.</p>
<p>Network Navigator makes use of the following libraries and stylesheets:</p>
<p><a class="link dim b black" href="https://felix-kling.de/jsnetworkx/" target="_blank">JSNetworkX</a>, for calculating network metrics.</p>
<p><a class="link dim b black" href="https://d3js.org/" target="_blank">D3</a>, for interactive visualizations.</p>
<p><a class="link dim b black" href="https://datatables.net/" target="_blank">DataTables</a>, for handling tabular data and CSV export.</p>
<p><a class="link dim b black" href="http://tachyons.io/" target="_blank">Tachyons</a>, for styling and page layout.</p>
<p><em>Last Updated: March 2021</em></p>
</main>
</body>
</html>