Skip to content

Ched3/D3-Researcher-Visualization

Repository files navigation

D3-Researcher-Visualization

https://observablehq.com/d/7c2e8265472a696e@229

View this notebook in your browser by running a web server in this folder. For example:

npx http-server

Or, use the Observable Runtime to import this module directly into your application. To npm install:

npm install @observablehq/runtime@5
npm install https://api.observablehq.com/d/7c2e8265472a696e@229.tgz?v=3

Then, import your notebook and the runtime as:

import {Runtime, Inspector} from "@observablehq/runtime";
import define from "7c2e8265472a696e";

To log the value of the cell named “foo”:

const runtime = new Runtime();
const main = runtime.module(define);
main.value("foo").then(value => console.log(value));

About

An interactive co-authorship network visualization built with D3.js, analyzing 54 authors from the IEEE VIS dataset. The project renders over 200 nodes and connections to reveal collaboration trends, author influence, and research patterns, providing an intuitive tool for exploring academic networks and supporting data-driven insights.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors