spaghetti-open-data / eu-research-funding-network

Exploring the network of partnerships in EU research funded under FP7 and Horizon2020
MIT License
8 stars 0 forks source link

H2020DeathStar.json edit #7

Closed Federicopvs closed 8 years ago

Federicopvs commented 8 years ago

Allberto avrei bisogno che il file sia strutturato in modo leggermente diverso. Ora la struttura e' la seguente:

{"nodes" : 
    [
         {"node"  : 
               {"name":"name01", "ID":"ID01", ... , etc } 
               {"name":"name02", "ID":"ID02", ... , etc }
         }
    ]
}
{"edges":
    [
         {"edge" : {"source":""source01", "target":"target01", ... , etc } }
    ]
}

Io invece lo vorrei cosi'

{"nodes" : 
    [
          {"name":"name01", "ID":"ID01", ... , etc } 
          {"name":"name02", "ID":"ID02", ... , etc }
    ]
}
{"edges":
    [
         {"source":""source01", "target":"target01", ... , etc } 
    ]
}

OPTIONAL (1): Visto che ci sei ti chiederei di cambiare un attimo i nomi degli output (anche se volendo si potrebbe fare in un secondo momento. Metto dei suggerimenti per quelli che vorrei cambiare, l'importante e' che siano corti.

OPTIONAL(2): Per ogni node mancherebbero anche gruppo, citta', paese, e url sito.

albertocottica commented 8 years ago

Fatto con commit eed6427.

Devo capire perché i paesi non vengono su dal primo import, ma lì ci vuole un po' di più.