kcl-digital-humanities-garden/_includes/notes_graph.html

8 lines
323 B
HTML
Raw Normal View History

2021-03-25 02:18:10 +00:00
<div id="graph-wrapper" class="relative vh-100 code f6">
2021-03-11 03:33:55 +00:00
<script>
2021-03-16 00:06:04 +00:00
window.graphData = {% include notes_graph.json %}
2021-03-11 03:33:55 +00:00
</script>
2021-03-25 02:18:10 +00:00
<div class="absolute bottom-1 left-1">
<p class="ma0 f7 measure-wide lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
</div>
2021-03-11 03:33:55 +00:00
</div>