Friday, September 9, 2011

How to run a Jython script automatically when the GUESS starts?

If you have installed guess on your windows machine then generally the path of installation is
c:\program files\GUESS\
If you want to run a scripts as soon as you start the guess from the guess.bat file present in the above mentioned folder then here is the step by step process to do the following.
step1) place your script xyz.py in the parent folder of GUESS
step 2) Make a net .bat file naming newguess.bat in the above parent folder
step3) In the file write "start guess.bat null xyz.py"
step4) give the administrative privilege to the newguess.bat file

now it should run same as expected.





The data network graph in .gdf format

During the course of my studies i have created and compiled many graph networks from many formats to .gdf format. ".gdf" is the graph definition format which is the standard format of data for graph exploration system GUESS. There is no such repository for .gdf graph and the research scholars have to face many problems while compiling their data into the proper format with elegant positioning of the nodes.

I have good amount of data for both the signed and the unsigned networks. The list of the well known literature data i have in .gdf format is as below.

1)  9/11 terrorist attack data .gdf format. Originally compiled by Valdis Kerbs
2) 9/11 Terrorist attack data in weighted form
3) Social Network of Bottlenose Dolphin, weighed form
4) Gahuku-Gama subtribes network, signed form .gdf format
5) Jemaah Islamiah (JI) bali bombing terrorist network .gdf format
6) lesmis.gdf , the weighted network of characters from WILLIAM SHAKESPEAR's novel Les-Misreables 
7)Karate club network
8) communication network within a small enterprise: a sawmill.gdf
9)Networks who were analyzed by other researchers in the field of social Network analysis and terrorist network analysis are also available.
10) Few randomly generated network graphs.

Guess version 1.04 Beta



GUESS version 1.04 Beta was released on 24/08/2009. The latest version of guess that is available on the internet in the form of executable files is 1.03 Beta, but Eytan has also released the guess 1.04 Beta version which is really hard to find over the internet and it is really too very hard to compile it and make executable files out of it. If you need version 1.04 Beta which because of lots of change itself should have been something like Guess version 2.0, you can send me a mail at tushar.sharma.9@gmail.com. I am attaching few snapshots of Guess 1.04 Beta for you to figure it out at yourself how many changes it has gone through.