2021-03-11 03:38:02 +00:00
<!doctype html>
< html lang = "en" > < head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< title > Protocols 🌱 Digital Garden< / title >
< meta name = "description" content = "
">
< link rel = "stylesheet" href = "/assets/css/style.css" > < link type = "application/atom+xml" rel = "alternate" href = "/feed.xml" title = "Digital Garden" / > < / head > < body class = "dark-green garamond links-dark-green bg-washed-green" > < header class = "f-6 flex" > < a class = "no-underline-hover" rel = "author" href = "/" > Digital Garden< / a > < nav > , < a class = "no-underline-hover" href = "/about/" > About< / a > < / nav > < / header > < main aria-label = "Content" >
< div class = "flex" >
< article class = "w-50" >
< div >
< h1 > Protocols< / h1 >
2021-03-15 18:16:45 +00:00
< time datetime = "2021-03-15T18:16:20+00:00" >
Last updated on March 15, 2021
2021-03-11 03:38:02 +00:00
< / time >
< / div >
< div id = "notes-entry-container" >
2021-03-12 03:08:06 +00:00
< div class = "note-contents" >
2021-03-11 03:38:02 +00:00
2021-03-12 03:08:06 +00:00
< / div >
2021-03-11 03:38:02 +00:00
< side style = "font-size: 0.9em" >
< h3 style = "margin-bottom: 1em" > Notes mentioning this note< / h3 >
< div style = "display: grid; grid-gap: 1em; grid-template-columns: repeat(1fr);" >
< div class = "backlink-box" >
< a class = "internal-link" href = "/statement-of-intent" > Statement of Intent< / a > < br >
< div style = "font-size: 0.9em" > Hypha’ s practice is situated across many topics that are present in the theme of Adaptive Reuse & Creative Misuse. Drawing...< / div >
< / div >
< / div >
< / side >
< / div >
< / article >
< div class = "w-50" >
< p > Here are all the notes in this garden, along with their links, visualized as a graph.< / p >
2021-03-12 03:08:06 +00:00
< div id = "zoom" > < / div >
2021-03-11 03:38:02 +00:00
< div id = "graph-wrapper" >
< script >
const graphData = {"edges":[{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"229320080329284392969231993","target":"72697617314704"},{"source":"229320080329284392969231993","target":"36028"}],"nodes":[{"id":"50678562812897","path":"/hypertext","label":"Hypertext"},{"id":"72697617314704","path":"/protocols","label":"Protocols"},{"id":"36028","path":"/rss","label":"RSS"},{"id":"229320080329284392969231993","path":"/statement-of-intent","label":"Statement of Intent"}]}
< / script >
< / div >
< / div >
< / div >
< / main > < footer >
< / footer > <!-- That file is not particularly elegant. This will need a refactor at some point. -->
< div style = "opacity: 0; display: none;" id = 'tooltip-wrapper' >
< div id = 'tooltip-content' >
< / div >
< / div >
< iframe style = "display: none; height: 0; width: 0;" id = 'link-preview-iframe' src = "" >
< / iframe >
2021-03-12 03:08:06 +00:00
< script src = "/assets/js/d3.v6.min.js" defer > < / script >
< script src = "/assets/js/scripts.js" defer > < / script >
2021-03-11 03:38:02 +00:00
< / body >
< / html >