Name: Farzin Houshmand
Email: fhous001@ucr.edu
Research interest: 
- Programming Synthesis
 - Formal Methods
 - Distributed Systems
 
Project Description:
- Comparative analysis of Protein-Protein interaction graph of fly and yeast
 
Project Update:
- Decided to use GridGraph (or similar) graph processing tool to write programs for analysis the two graphs.
 - First step is to prepare the input to the tool based on the given graph (tool get's binary edge list in specific format)
 - Use betweenness centrality and other related measures to compare two networks
 
Update:
- Changed the framework to NetworkX python (since the dataset is not very large)