Skip to main content

Resources

Comments

Popular posts from this blog

Hands-on 'Gephi'

Compiling and Analyzing Network Data using a Sample Infrastructure Network . Tool Used: Gephi   Dataset Used: GML (Power Grid): An undirected, unweighted network representing the topology of the Western States Power Grid of the United States. Citation: D. J. Watts and S. H. Strogatz, Nature 393, 440-442 (1998). Original Source: http://cdg.columbia.edu/cdg/datasets Gephi Source:   https://github.com/gephi/gephi/wiki/Datasets Basic Description: ? nodes ? edges Undirected Static Unweighted Summary: An undirected, unweighted network representing the topology of the Western States Power Grid of the United States. Data compiled by D. Watts and S. Strogatz. Name     N              E            Directed      Description power    4941       6594     False              Power grid: An undirected, unweighted network representing the topology of the Western States Power Grid of the United States. Data compiled by D. Watts and S. Strogatz and made availab

The NetLego Experiment

Model Taken for Experiment: Virus on a Network ( NetLogo Models Library : Sample Models/Networks) Stonedahl, F. and Wilensky, U. (2008).  NetLogo Virus on a Network model.  http://ccl.northwestern.edu/netlogo/models/VirusonaNetwork.  Center for Connected Learning and Computer-Based Modeling, Northwestern University, Evanston, IL. §   Tool Used:  NetLogo 5.2.1 (NetLego: * Wilensky, U. (1999). NetLogo. http://ccl.northwestern.edu/netlogo/. Center for Connected Learning and Computer-Based Modeling, Northwestern University, Evanston, IL.) Brief Description About The Model: This model demonstrates the spread of a virus through a network.  Although the model is somewhat abstract, one interpretation is that each node represents a computer, and we are modeling the progress of a computer virus (or worm) through this network.  Each node may be in one of three states:  susceptible, infected, or resistant.  In the academic literature such a model is sometimes referred to as an SIR

Installing and configuring VMWare to run Devstack on Ubuntu 14.04

Let's go step by step: Install VMWare Configure VMWare Install Devstack 1. Installing VMware-Player-6.0.2-1744117.i386.bundle on Ubuntu 14.04 Get the Bundle from here: https://softwareupdate.vmware.com/cds/vmw-desktop/player/6.0.2/1744117/linux/core/ Download VMware Player in your home folder. You'll have to register before downloading (or search for some alternate download link).  Note: if you're using Google Chrome, the downloaded file will have ".txt" extension - rename the extension to ".bundle".   Now let's install the required dependencies and run the downloaded VMware .bundle file:  Terminal:~$     sudo apt-get install build-essential linux-headers-`uname -r` 32 Bit: chmod +x VMware-Player-6.0.2-1744117.i386.bundle sudo ./VMware-Player-6.0.2-1744117.i386.bundle 64 Bit: chmod +x VMware-Player-6.0.2-1744117.x86_64.bundle sudo ./VMware-Player-6.0.2-1744117.x86_64.bundle The filename in the commands above may be different, d