[Assorted-commits] SF.net SVN: assorted: [307] personal-site/trunk/src/index.txt
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-02-04 03:47:22
|
Revision: 307 http://assorted.svn.sourceforge.net/assorted/?rev=307&view=rev Author: yangzhang Date: 2008-02-03 19:47:27 -0800 (Sun, 03 Feb 2008) Log Message: ----------- updated site Modified Paths: -------------- personal-site/trunk/src/index.txt Modified: personal-site/trunk/src/index.txt =================================================================== --- personal-site/trunk/src/index.txt 2008-02-04 03:47:00 UTC (rev 306) +++ personal-site/trunk/src/index.txt 2008-02-04 03:47:27 UTC (rev 307) @@ -51,41 +51,111 @@ <a name="projects" /> -Publicly released projects --------------------------- +Projects +-------- Here are the publicly released software projects in which I've been involved. More details when I have time! -- MIT - <!-- - JOSMP: an exokernel for multi-core x86 systems --> - - [Collaborative Filtering for the NetFlix - Prize](http://code.google.com/p/netflix6867/): explored low-rank matrix - factorization and MLE of a flexible mixture model using EM +<!-- multi-core stuff --> +<!-- JOSMP: an exokernel for multi-core x86 systems --> +<!-- [WebTables]: asdfasdf --> + +- [Scalable Resilient Overlay Networks]: making RON scale to thousands of + nodes. +- [Collaborative Filtering Techniques for the NetFlix + Prize](http://code.google.com/p/netflix6867/): an exploration of low-rank + matrix factorization and MLE of a flexible mixture model using EM +- [CarTel]: vehicular sensor network platform. - [Intermittently Connected Embedded - Database](http://cartel.csail.mit.edu/icedb/) (ICEDB): system for data - management and adaptive data collection in mobile sensor networks - - One-hop shortest paths routing for [Resilient Overlay - Networks](http://nms.lcs.mit.edu/projects/ron/) (RON) - - Guarded Atomic Actions for Haskell -- Berkeley - - Data Triage in [TelegraphCQ](http://telegraph.cs.berkeley.edu/): stream query - processing - - [Technology and Infrastructure for Emerging - Regions](http://tier.cs.berkeley.edu/) (TIER) - - [Recovery-Oriented Computing](http://roc.cs.berkeley.edu/) (ROC), Windows - crash dump analysis - - [802.15.4 Simulation in TinyOS](http://tinyos.net/) -- Other - - ZDB: a personal data management system - - [Microsoft - Search](http://www.microsoft.com/windows/products/winfamily/desktopsearch/) - and [Microsoft SharePoint Portal - Server](http://www.microsoft.com/sharepoint/) - - [Simple Publications Manager](http://pubmgr.sf.net/): publication - management web application -- [Assorted Projects](http://assorted.sf.net/): my code dump + Database] (ICEDB): adaptive continuous + query processing system for environments with intermittent and highly + variable network connectivity. + - [CafNet]: delay-tolerant carry-and-forward networking stack that enables + mobile data muling and provides reliable transport on intermittently + connected networks. +- [Guarded Atomic Actions for Haskell]: a Haskell implementation of the + parallelism paradigm known as guarded atomic actions, a form of transactional + memory (used in [Bluespec System Verilog]). <!-- +add more info in a subpage: A module consists of a set of actions, each of +which has a guard. At any given time, all actions whose guards are satisfied +can fire in parallel. Actions running in parallel are always guaranteed an +atomic view of the module's state and their modifications of the state are +transactional. --> +- Data Triage in the [TelegraphCQ] stream query processing system: an adaptive + architecture for load shedding +- [Technology and Infrastructure for Emerging Regions] (TIER): practical + information and communications technology for developing regions +- [Recovery-Oriented Computing] (ROC) +- [802.15.4] Simulation Platform in [TinyOS]/[TOSSIM] +- [Microsoft Search] and [Microsoft SharePoint Portal Server] +[Scalable Resilient Overlay Networks]: http://nms.csail.mit.edu/ron/ + +[CarTel]: http://cartel.csail.mit.edu/ +[Intermittently Connected Embedded Database]: http://cartel.csail.mit.edu/icedb/ +[CafNet]: http://cartel.csail.mit.edu/cafnet/ + +<!-- TODO: mirror this pdf --> + +[Guarded Atomic Actions for Haskell]: http://www.mit.edu/~amdragon/projects/gaah-6.827.pdf + +[TelegraphCQ]: http://telegraph.cs.berkeley.edu/ +[Technology and Infrastructure for Emerging Regions]: http://tier.cs.berkeley.edu/ +[Recovery-Oriented Computing]: http://roc.cs.berkeley.edu/ +[802.15.4]: http://www.networkworld.com/details/6549.html +[Bluespec System Verilog]: http://www.bluespec.com/ +[TinyOS]: http://tinyos.net/ +[TOSSIM]: http://www.cs.berkeley.edu/~pal/research/tossim.html +[Microsoft Search]: http://www.microsoft.com/windows/products/winfamily/desktopsearch/ +[Microsoft SharePoint Portal Server]: http://www.microsoft.com/sharepoint/ + +<a name="software" /> + +Software +-------- + +These are various other software I've worked on, not exclusively associated +with any particular project above. + +- [Assorted Projects]: my code dump +- [Simple Publications Manager]: publication management web application + +[Assorted Projects]: http://assorted.sf.net/ +[Simple Publications Manager]: http://pubmgr.sf.net/ + +<a name="papers" /> + +Papers +------ + +<!-- TODO: mirror papers. --> +<!-- TODO: sigcomm --> +<!-- TODO: webtables --> + +- Yang Zhang. _ICEDB: Intermittently-Connected Continuous Query Processing_. + MS Thesis, January 2008. [PDF](icedb-thesis.pdf) + +- Yang Zhang, Bret Hull, Hari Balakrishnan, Samuel Madden. _ICEDB: + Intermittently-Connected Continuous Query Processing_. ICDE 2007. + [PDF](http://db.csail.mit.edu/pubs/icde07cr.pdf) + +- Bret Hull, Vladimir Bychkovsky, Yang Zhang, Kevin Chen, Michel Goraczko, + Allen Miu, Eugene Shih, Hari Balakrishnan, Samuel Madden. _CarTel: a + distributed mobile sensor computing system_. Sensys 2006. + [PDF](http://portal.acm.org/ft_gateway.cfm?id=1182821&type=pdf&coll=GUIDE&dl=GUIDE&CFID=53267823&CFTOKEN=16451677) + +<!-- * means that the authors contributed equally to the project. --> + +<!-- +Co-Authors +---------- + +- Alon Halevy +- Sam Madden +- Hari Balakrishnan +--> + <a name="classes" /> MIT classes This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |