Last active
January 7, 2019 17:52
-
-
Save feklee/873121fdb039e665231ef592e4baf05c to your computer and use it in GitHub Desktop.
SAN
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"nbformat": 4, | |
"nbformat_minor": 0, | |
"metadata": { | |
"colab": { | |
"name": "SAN", | |
"version": "0.3.2", | |
"provenance": [], | |
"collapsed_sections": [], | |
"toc_visible": true, | |
"include_colab_link": true | |
}, | |
"kernelspec": { | |
"name": "python3", | |
"display_name": "Python 3" | |
} | |
}, | |
"cells": [ | |
{ | |
"cell_type": "markdown", | |
"metadata": { | |
"id": "view-in-github", | |
"colab_type": "text" | |
}, | |
"source": [ | |
"<a href=\"https://colab.research.google.com/gist/feklee/873121fdb039e665231ef592e4baf05c/san.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>" | |
] | |
}, | |
{ | |
"metadata": { | |
"id": "VApsNymv_tAi", | |
"colab_type": "code", | |
"colab": {} | |
}, | |
"cell_type": "code", | |
"source": [ | |
"" | |
], | |
"execution_count": 0, | |
"outputs": [] | |
}, | |
{ | |
"metadata": { | |
"id": "CK0pMaKW_xZL", | |
"colab_type": "text" | |
}, | |
"cell_type": "markdown", | |
"source": [ | |
"# SAN — Self Aware Network" | |
] | |
}, | |
{ | |
"metadata": { | |
"id": "hzNDTB4LBQPA", | |
"colab_type": "text" | |
}, | |
"cell_type": "markdown", | |
"source": [ | |
"<h2>Introduction</h2>\n", | |
"The network contains of nodes (spheres) and edges (rods)." | |
] | |
}, | |
{ | |
"metadata": { | |
"id": "HLpAsQlVBdIR", | |
"colab_type": "text" | |
}, | |
"cell_type": "markdown", | |
"source": [ | |
"## Nodes\n", | |
"\n", | |
"\n", | |
"\n", | |
" * A node's *axis* is relevant if there is information about tilt.\n", | |
"\n", | |
" * Except for the root node, each node has four *ports* to which other nodes can be connected. The ports are numbered 1, 2, 3, and 4.\n", | |
" \n", | |
" * The root node has only one port, port 1.\n", | |
" \n", | |
" * The root node is connected to the computer by USB.\n", | |
" \n", | |
" * The ID of the root node is: `^`\n", | |
" \n", | |
" * All other nodes have IDs: A-Z" | |
] | |
}, | |
{ | |
"metadata": { | |
"id": "9W4JdJAnGi7B", | |
"colab_type": "text" | |
}, | |
"cell_type": "markdown", | |
"source": [ | |
"# New Section" | |
] | |
}, | |
{ | |
"metadata": { | |
"id": "tMHn0x8AETAv", | |
"colab_type": "text" | |
}, | |
"cell_type": "markdown", | |
"source": [ | |
"" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment