Skip to content

Instantly share code, notes, and snippets.

View rodighiero's full-sized avatar

Dario Rodighiero rodighiero

View GitHub Profile
This file has been truncated, but you can view the full file.
{"nodes":[{"id":"Petris, Marco","docs":1},{"id":"Aida, Toshiaki","docs":1},{"id":"Aida, Aiko","docs":1},{"id":"Akdag Salah, Alkim Almila","docs":1},{"id":"Ocak, Meral","docs":1},{"id":"Kaya, Heysem","docs":1},{"id":"Kavcar, Evrim","docs":1},{"id":"Salah, Albert Ali","docs":1},{"id":"Alassi, Sepideh","docs":2},{"id":"Schweizer, Tobias","docs":2},{"id":"Hawkins, Michael","docs":1},{"id":"Iliffe, Robert","docs":1},{"id":"Rosenthaler, Lukas","docs":2},{"id":"Mattmüller, Martin","docs":2},{"id":"Harbrecht, Helmut","docs":2},{"id":"Alexander, Eric Carlson","docs":1},{"id":"Nichols, Elizabeth","docs":1},{"id":"Bayer, Estelle","docs":1},{"id":"Alshanqiti, Ahmed Mohammed","docs":1},{"id":"Amendola, Cristiano","docs":1},{"id":"Alfredo, Cosco","docs":1},{"id":"Anderson, Carrie J.","docs":1},{"id":"Kehoe, Marsely L.","docs":1},{"id":"Anderson, Clifford B.","docs":1},{"id":"Ramey, Lynn T.","docs":2},{"id":"Adelmann, Benedikt","docs":1},{"id":"Andresen, Melanie","docs":1},{"id":"Begerow, Anke","docs":1},{"id":"Franken, Li
This file has been truncated, but you can view the full file.
{
"nodes": [{
"name": "N/A",
"id": "2474"
}, {
"name": "N/A",
"id": "10809"
}, {
"name": "N/A",
"id": "4011"
{
"nodes": [{
"group": "Asia",
"id": "BKK",
"name": "Bangkok"
}, {
"group": "Indian subcontinent",
"id": "BOM",
"name": "Mumbai"
}, {
{
"nodes": [{
"group": "Asia",
"id": "BKK",
"name": "Bangkok"
}, {
"group": "India",
"id": "BOM",
"name": "Mumbai"
}, {
{
"nodes": [{
"group": "Asia",
"id": "BKK",
"name": "Bangkok"
}, {
"group": "Asia",
"id": "BOM",
"name": "Mumbai"
}, {
{
"nodes": [{
"id": "Henry Jenkins, III.",
"text": "Decloaking disability : images of disability and technology in science fiction media This work examines how images of disability are used to frame cultural narratives regarding technology. As advances in biotechnology ensure that more people will be living with technological prosthetics against and beneath their skin, there is an increasing importance in examining how such bodies challenge traditional cultural attitudes regarding identity and non-normative bodies. This work uses a cultural studies approach to explore the intersections between disability and technology. Additionally, memoir is often included to illustrate some of the complexities regarding how experiences with disability and technological prosthetics can influence aspects of identity. Like disability, technology is often framed in gothic terms of lack or excess, and thus a discussion of the \"techno-gothic\" also features in this work. Furthermore, such a discussion is als
{
"nodes": [{
"id": "BOM"
}, {
"id": "CAI"
}, {
"id": "CAN"
}, {
"id": "CCU"
}, {
@rodighiero
rodighiero / canvasClickLocation.js
Created March 18, 2018 09:08 — forked from ogiermaitre/canvasClickLocation.js
[Canvas click location] #d3 #javascript
// when the user click on the map, find what objects are under the mouse pointer.
// inspired by: https://bl.ocks.org/mbostock/444757cc9f0fde320a5f469cd36860f4
clickSubject:()=>{
// check if data are loaded
if( internal.data.json ){
// compute the pointer position, relative to the canvas origin
let eventX = d3.event.x-internal.canvas.bb.left, eventY = d3.event.y-internal.canvas.bb.top
// if a zoom transformation has been applied, compute the mouse position in data space coordinates.
@rodighiero
rodighiero / Hexagonal force-directed graph
Last active April 2, 2024 02:39 — forked from mbostock/.block
Hexagonal force-directed graph
license: gpl-3.0
height: 500
border: no