Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 713 Bytes

computer-science.md

File metadata and controls

25 lines (18 loc) · 713 Bytes
title slug tags
Computer Science
computer-science
computer-science
<script src="https://d3js.org/d3.v6.min.js"></script>
<link rel="stylesheet" href="./static/css/2d-graph.css">

<div id="2d-graph-container"></div>

<script src="./static/js/2d-graph.js" type="module"></script>

Drag to pin a node. Ctrl + Click to unpin a node. Double click node to view note. Nodes are colored and sized based on incoming degree, so notes more heavily linked to will grow in relative size.

Credits goes to Devon Morris' Zettelkasten for his 2D force-directed graph made with D3.js

[[z:zettels?tag=computer-science/**&timeline&grouped]]