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
| license: gpl-3.0 | |
| height: 600 |
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
| { | |
| "persons": [ | |
| { | |
| "name": "Alan Arkin", | |
| "type": "actor", | |
| "x": 698, | |
| "y": 551, | |
| "label": { | |
| "x": 699, | |
| "y": 583 |
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
| http://theconversation.com/health-check-why-does-hair-change-colour-and-turn-grey-37966 | |
| http://theconversation.com/four-easy-tips-to-make-your-batteries-last-longer-41172 | |
| http://theconversation.com/health-check-five-supplements-that-may-help-with-depression-28889 | |
| http://theconversation.com/people-with-creative-personalities-really-do-see-the-world-differently-77083 | |
| http://theconversation.com/victoria-needs-a-big-picture-transport-plan-that-isnt-about-winners-v-losers-65567 | |
| http://theconversation.com/why-violent-psychopaths-dont-get-punishment-36837 | |
| http://theconversation.com/the-real-reason-more-women-dont-code-59663 | |
| http://theconversation.com/the-science-behind-the-nepal-earthquake-40835 | |
| http://theconversation.com/brains-genes-and-chemical-imbalances-how-explanations-of-mental-illness-affect-stigma-28324 | |
| http://theconversation.com/how-serious-is-inbreeding-in-show-dogs-56402 |
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
| license: gpl-3.0 |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <link rel="search" type="application/opensearchdescription+xml" title="Griffith Experts" href="/opensearch.xml"> |
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
| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <body> | |
| <script src="http://d3js.org/d3.v3.min.js"></script> | |
| <style> | |
| body { | |
| font-family: sans-serif; | |
| } | |
| g.arc path { | |
| stroke: #828282; |
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
| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <style> | |
| circle { | |
| fill: rgb(31, 119, 180); | |
| fill-opacity: .25; | |
| stroke: rgb(31, 119, 180); | |
| stroke-width: 1px; | |
| } | |
| .leaf circle { |
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
| { | |
| "name": "UniMelb", | |
| "children": [ | |
| { | |
| "name": "ABP", "colour": "#FF0000", | |
| "children": [ | |
| {"name": "UnderGrad", | |
| "children": [ | |
| {"name": "local", "size": 1055}, | |
| {"name": "international", "size": 695}] |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script> | |
| <style> | |
| @import url(../style.css?aea6f0a); | |
| circle { | |
| fill: none; | |
| fill-opacity: .2; | |
| stroke: black; |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script> | |
| </head> | |
| <body> | |
| <script type="text/javascript"> | |
| var w = 960, | |
| h = 500; |