Recent Changes - Search:

edit SideBar

Papers

As of June, 2013, Professor Lee's group uses the ealpapers svn repository. The contents of the ptpapers cvs repository were migrated to the ealpapers svn repository.

To check out the svn repository, use:

svn co https://repo.eecs.berkeley.edu/svn/projects/eal/ealpapers/16 ealpapers/16

The account name and password is your UCB EECS LDAP account name and password.

If your login name on your machine is not the same as your UCB EECS LDAP password try:

svn co --username yourusername https://repo.eecs.berkeley.edu/svn/projects/eal/ealpapers/16 ealpapers/16

If you do not have a UCB EECS account and you have been invited to collaborate on a paper, then please email Christopher Brooks and he will set up an external account for you.

If you are an external user:

svn co --username yourusername@yourdomain.com https://repo.eecs.berkeley.edu/svn/projects/eal/ealpapers/14 ealpapers/14

The ealpapers repository is hosted on the EECS Repository (https://repo.eecs.berkeley.edu)

The repository can be accessed either via an EECS account or an external account. For details, see The EECS Repo Documentation.

For details about writing papers, see How do I use LaTeX/Miktex to write papers?

Creating a new folder

First, check out the current year:

svn co https://repo.eecs.berkeley.edu/svn/projects/eal/ealpapers/13 ealpapers/13

Go to the ealpapers/13 directory:

cd ealpapers/13

Create the directory for the paper:

mkdir JournalOfIrreproducibleResults

Add the folder:

svn add JournalOfIrreproducibleResults

Add files to the directory and then commit: (:source:) svn commit -m "My exciting new paper for the Journal of Irreproducible Results" JournalOfIrreproducibleResults

Eclipse

  1. See Setting up Ptolemy II and Eclipse for hints about using Eclipse and setting up svn
  2. File | Import
  3. a window pops-out; choose SVN | Projects from SVN, then Next (If "SVN | Projects from SVN" does not exists, then see step 1 above.) If it's the *first time*, you need to fill some information:
  4. In the Select Resource window, hit Finish.
  5. In the Check Out As window, select "Check out as a project with the name specified" and change the name from 13 to ealpapers13 (No slash - we don't check out the entire ealpapers repo here because of space considerations.)
  6. Hit finish
Edit - History - Print - Recent Changes - Search
Page last modified on January 27, 2016, at 11:09 PM