mars0i / popco2

Cultural transmission with analogy biases.
GNU General Public License v3.0
3 stars 0 forks source link

Implement graphical display of network structure #7

Closed mars0i closed 10 years ago

mars0i commented 10 years ago

Options: Translate popco1 GUESS code Write text interface to better network tool Write Java interface to better network tool Use existing Clojure network display lib Use existing Java network display lib

Note: Issue #6 must be dealt with in order to do this right.

mars0i commented 10 years ago

popco.nn.pprint/format-nn-gephi-csv-mat is a partial solution. It formats a string that can be read by Gephi, but the information that can be transmitted this way is limited. Better to create a GEXF file (or a GraphML file, but GEXF will allow including time-indexed network states).

mars0i commented 10 years ago

This done, but it's an ongoing project. I'm closing it. Specific variants of this issue can be raised later.