{section: Remote Condor (RCondor) Module Description}
-Remote Condor allows a user to submit and monitor batch jobs through a remote instance of Condor from his or her computer without having to install Condor locally.  It is written entirely in Bash.  RCondor is an ideal solution for laptop users since it is lightweight and highly portable.
+Remote Condor allows a user to submit and monitor batch jobs through a remote instance of Condor from his or her computer without having to install Condor locally. It does this by providing wrappers of common Condor cmdline tools
+that will use ssh to execute these commands on the remote machine.
+Furthermore, it integrates with sshfs to provide transparent access to data.
+
+It is written entirely in Bash.  RCondor is an ideal solution for laptop users since it is lightweight and highly portable.
+
+{subsection: Presentations}
+*: Wedding convenience and control with RemoteCondor (http://www.slideshare.net/igor_sfiligoi/remote-condor-convenience-control)
 
 {subsection: Dependencies}
 *: ssh
@@ -16,7 +23,7 @@
 The module is included with the source of Condor as of version 7.5.5 and can be found in src/condor_contrib/rcondor/
 
 {section: Contact}
-The contact person for this module is Jeffrey M. Dost from UCSD <jdost@ucsd.edu>
+The contact persons for this module are Jeffrey M. Dost <jdost@ucsd.edu> and Igor Sfiligoi <isfiligoi@ucsd.edu> from UCSD.
 
 {section: Homepage}
 RemoteCondor