Difference between revisions of "Beginner's guide to working in Wales group"

From Docswiki
Jump to navigation Jump to search
Line 1: Line 1:
  +
===How to add papers to group bib?===
+
===How to access and add papers to the group bib?===
*Make sure you are logged in to your workstation at the department. Whenever asked for a password, enter your admitto password.
+
*You will need svn to work, which should be transparent if you are logged in to a computer in the department. Whenever asked for a password, enter your admitto password.
*In your home directory create a working copy of the bib directory.
+
*In the directory where you wish to handle paper reading/writing, create a working copy of the bib directory.
  +
For example,
 
<pre>
 
<pre>
 
cd ~
 
cd ~
Line 8: Line 10:
 
svn update
 
svn update
 
</pre>
 
</pre>
* Open the file you want to edit using vi, make desired changes and save them.
+
* To add a bib entry, make the desired changes and then save them. Make sure that the entry does not
  +
exist already. Duplicate entries with different bibtex mnemonics cause erroneous entries in the bibliography,
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
 
  +
which are tedious to correct if they are only detected at the proof stage. The group files are an important resource, which can save a great deal of time in paper and thesis writing.
*Commit your changes with a descriptive message so that others know why you made this commit.
 
  +
 
The bib entry for a paper can usually be obtained by googling the paper first, find the link 'cite this' somewhere, choose the 'BibTeX' 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, please 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 message so that others know what the commit corresponds to.
 
<pre>
 
<pre>
 
svn commit -m "Your message here"
 
svn commit -m "Your message here"

Revision as of 19:13, 13 April 2020

How to access and add papers to the group bib?

  • You will need svn to work, which should be transparent if you are logged in to a computer in the department. Whenever asked for a password, enter your admitto password.
  • In the directory where you wish to handle paper reading/writing, create a working copy of the bib directory.

For example,

cd ~
svn checkout https://svn.ch.cam.ac.uk/svn/wales/groups/djwpapers/bib
cd bib
svn update
  • To add a bib entry, make the desired changes and then save them. Make sure that the entry does not

exist already. Duplicate entries with different bibtex mnemonics cause erroneous entries in the bibliography, which are tedious to correct if they are only detected at the proof stage. The group files are an important resource, which can save a great deal of time in paper and thesis writing.

The bib entry for a paper can usually be obtained by googling the paper first, find the link 'cite this' somewhere, choose the 'BibTeX' 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, please 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 message so that others know what the commit corresponds to.
svn commit -m "Your message here"

For further details visit http://subversion.apache.org/quick-start