Beginner's guide to working in Wales group: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
===How to add papers to group bib?=== |
===How to add papers to group bib?=== |
||
*Make sure you are logged in to your workstation at the department. Whenever asked for a password, enter your admitto password. |
*Make sure you are logged in to your workstation at the department. Whenever asked for a password, enter your admitto password. |
||
*In your |
*In your home directory create a working copy of the bib directory. |
||
<pre> |
<pre> |
||
cd ~ |
|||
cd /scratch/CRSid |
|||
mkdir djwpapers |
|||
cd djwpapers |
|||
svn checkout https://svn.ch.cam.ac.uk/svn/wales/groups/djwpapers/bib |
svn checkout https://svn.ch.cam.ac.uk/svn/wales/groups/djwpapers/bib |
||
cd bib |
cd bib |
||
| Line 11: | Line 9: | ||
</pre> |
</pre> |
||
* Open the file you want to edit using vi, make desired changes and save them. |
* Open the file you want to edit using vi, make desired changes and save them. |
||
Note that bib entry for a paper can easily be obtained by googling the paper first, find the link 'cite this' somewhere, choose 'Bib Tex' option when asked to select citation manager/file format and then download it (or directly open it) to see the bib entry. |
Note that bib entry for a paper can easily be obtained by googling the paper first, find the link 'cite this' somewhere, choose 'Bib Tex' option when asked to select citation manager/file format and then download it (or directly open it) to see the bib entry. For naming the keys follow the group practice as given in https://wikis.ch.cam.ac.uk/wales/wiki/index.php/Wales_Group_Conventions_when_using_LaTex |
||
*Commit your changes with a descriptive messages so that others know why you made this commit. |
*Commit your changes with a descriptive messages so that others know why you made this commit. |
||
<pre> |
<pre> |
||
svn commit -m "Your message here" |
svn commit -m "Your message here" |
||
</pre> |
|||
*Delete the directory you created in scratch once you are done. |
|||
<pre> |
|||
rm -rf /scratch/CRSid/djwpapers |
|||
</pre> |
</pre> |
||
Revision as of 15:15, 13 April 2020
How to add papers to group bib?
- Make sure you are logged in to your workstation at the department. Whenever asked for a password, enter your admitto password.
- In your home directory create a working copy of the bib directory.
cd ~ svn checkout https://svn.ch.cam.ac.uk/svn/wales/groups/djwpapers/bib cd bib svn update
- Open the file you want to edit using vi, make desired changes and save them.
Note that bib entry for a paper can easily be obtained by googling the paper first, find the link 'cite this' somewhere, choose 'Bib Tex' option when asked to select citation manager/file format and then download it (or directly open it) to see the bib entry. For naming the keys follow the group practice as given in https://wikis.ch.cam.ac.uk/wales/wiki/index.php/Wales_Group_Conventions_when_using_LaTex
- Commit your changes with a descriptive messages so that others know why you made this commit.
svn commit -m "Your message here"
For further details visit http://subversion.apache.org/quick-start