diff --git a/README.md b/README.md index f499cb4..643b4eb 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,20 @@ For instance, to spin the web of devices with signal strength (RSSI) > 70 dBm, u charlotte.spin(devices, target, { filters: { minRSSI: -70 } }); ``` +![charlotte logo](https://reelyactive.github.io/charlotte/images/charlotte-bubble.png) + + +What's in a name? +----------------- + +In the classic children's story [Charlotte's Web](https://en.wikipedia.org/wiki/Charlotte's_Web), Charlotte is a barn spider who communicates human-readable information through the webs she spins. Her webs ultimately influence decisions that change the life of "some pig" for the better. + +While in the story, Charlotte spins _words_ into her webs, in her client-side habitat, __charlotte.js__ will spin _graphs_ that allow humans to visualise real-time physical and semantic relationships between people, places and things. Her "humble" hope is that the webs she spins in your browser will positively influence data-based decision-making, so that you don't have to rely on your spidey senses alone! + +As in the story, __charlotte.js__ can't do it all by herself. She uses [Cytoscape.js](https://js.cytoscape.org/) to help her with the graphs themselves, while her unlikely client-side barnyard companions—[beaver](), [cormorant]() and the "radiant" [cuttlefish]()—collect and prepare the source data. + +Speaking of barnyard companions, __charlotte.js__ is actually our second barn-themed mascot after barnowl. Hay, isn't that "terrific"! + Acknowledgements ---------------- diff --git a/images/charlotte-bubble.png b/images/charlotte-bubble.png new file mode 100644 index 0000000..0564956 Binary files /dev/null and b/images/charlotte-bubble.png differ