CAZypedia needs your help! We have many unassigned GH, PL, CE, AA, GT, and CBM pages in need of Authors and Responsible Curators.
Scientists at all career stages, including students, are welcome to contribute to CAZypedia. Read more here, and in the 10th anniversary article in Glycobiology.
New to the CAZy classification? Read this first.
*
Consider attending the 15th Carbohydrate Bioengineering Meeting in Ghent, 5-8 May 2024.

Difference between revisions of "Help:References"

From CAZypedia
Jump to navigation Jump to search
m
Line 2: Line 2:
  
 
== The basics ==
 
== The basics ==
'''Biblio''' uses two types of tags to format references.  The first is the ''<nowiki><cite>...</cite></nowiki>'' pair of tags, which specify where a reference should be placed in the text.  Within these tags, one places a reference code that points to an entry in the bibliography, specified within the ''<nowiki><bibilo>...</biblio></nowiki>'' tags.
+
In some sense, '''Biblio''' works a bit like the software program ''EndNote'', in that it automatically numbers the bibliography based on the order that citations appear in the text.  Also like EndNote, '''Biblio''' relies on two pieces of information to make this happen:
 +
# a ''bibliography'' section containing a list of the references you would like to cite in the text, and,
 +
# An in-text ''citation'', which "calls" the reference from the bibliography.
  
''Example ''CAZypedia'' code would look like this:''
+
=== The bibliography ===
 +
This section is placed at the bottom of the page, between the <tt><nowiki><biblio>...</biblio></nowiki></tt> tags, under the heading '''Reference list'''.  Each reference begins on a new line with a ''hash sign'' (<tt>#</tt>), followed by a ''citation tag'', and finally the ''reference'' itself.
  
<pre>
+
<blockquote class="toccolours" style="float:none; padding: 10px 15px 10px 15px; display:table;">
'''Main text'''
+
'''For example, a bibliography section might look like this in the wiki editor:'''<br>
The first structure of a GH1 enzyme was solved in 1995 <cite>REF1</cite>.
+
----
Stryer wrote a book about biochemistry <cite>stryertext</cite>.
+
<nowiki><biblio></nowiki><br>
 +
<nowiki>#Comfort2007 pmid=17323919</nowiki><br>
 +
<nowiki>#He1999 pmid=9312086</nowiki><br>
 +
<nowiki>#StickWillamsCarbohydrates isbn=978-0-240-52118-3</nowiki><br>
 +
<nowiki>#Sinnott1990 Sinnott, M.L. (1990) Catalytic mechanisms of enzymic glycosyl transfer. Chem. Rev. 90, 1171-1202. [http://dx.doi.org/10.1021/cr00105a006 DOI: 10.1021/cr00105a006]</nowiki><br>
 +
<nowiki></biblio></nowiki>
 +
</blockquote>
  
'''Reference list'''
+
'''''Note that:'''''
<biblio>
+
* The ''citation tag'' can be whatever you want; ''e.g.'' <tt>Sinnott1990</tt>, <tt>StickWillamsCarbohydrates</tt>, or even a number.
#REF1 Barrett T, et al. Structure 1995 Sep 15; 3(9) 951-60.
+
* References can be in one of three different forms:
#stryertext Berg, Tymoczko, & Stryer. Biochemistry. New York: W.H. Freeman, 2002.
+
*# '''PubMed IDs (<tt>pmid=</tt>''number''):''' If the reference has a PubMed ID, placing this after the ''citation tag'' will insert to complete reference, as well as DOI and PubMed links, ''with no addition typing whatsoever on your part.'' (See <tt>Comfort2007</tt> and <tt>He1999</tt> refs. above.)
</biblio>
+
*# '''ISBN (<tt>isbn=</tt>''number''):''' For books, this will insert the full reference automatically, based only on the ISBN. (See <tt>StickWillamsCarbohydrates</tt> ref. above.)
</pre>
+
*# '''A full, typed reference:''' Here, whatever follows the reference code is placed verbatim into the reference list - you can put in any text, with any formatting you want.  '''This should only be used when the reference does not have a PubMed ID or ISBN.''' (See <tt>Sinnott1990</tt> ref. above.)
 
 
''Which would give this on the actual ''CAZypedia'' page:''
 
  
{| {{Prettytable}}
+
=== The in-text citation ===
|
+
To cite a specific reference from the bibliography in a page, the ''citation tag'' of that reference is placed between the two <tt><nowiki><cite> </cite></nowiki></tt> tags in the main text.
'''Main text'''
 
The first structure of a GH1 enzyme was solved in 1995 <cite>REF1</cite>.
 
Stryer wrote a book about biochemistry <cite>stryertext</cite>.
 
  
'''Reference list'''
+
<blockquote class="toccolours" style="float:none; padding: 10px 15px 10px 15px; display:table;">
<biblio>
+
'''For example, citations in the main text might look like this in the wiki editor:'''
#REF1 Barrett T, et al. Structure 1995 Sep 15; 3(9) 951-60.
+
----
#stryertext Berg, Tymoczko, & Stryer. Biochemistry. New York: W.H. Freeman, 2002.
+
* Robert Stick and Spencer Williams wrote a book about carbohydrates and enzymes <nowiki><cite>StickWillamsCarbohydrates</cite></nowiki>.
</biblio>
+
* The catalytic mechanisms of enzymic glycosyl transfer have been reviewed <nowiki><cite>Sinnott1990</cite></nowiki>.
|}
+
* If you want to include multiple references in one place, that is OK too (just separate them with spaces in one pair of <tt><nowiki><cite></nowiki></tt> tags) <nowiki><cite>He1999 Comfort2007</cite></nowiki>.
 +
</blockquote>
  
 
'''''Note that:'''''
 
'''''Note that:'''''
* The reference code can be whatever you want (e.g.: ''REF1'', ''stryertext'')
+
* The ''citation tags'' will be automatically converted into reference numbers according to their first use in the text. '''You should not try to type/correct the reference numbers; errors in numbering are usually due to typos in the ''citation tags'' themselves (either in the text or in the bibliography).'''
* Whatever follows the reference code is placed verbatim into the reference list - you can put any text here, with any formatting you want.
+
* To make it easier keep track of your ''citation tags'', using something like Harvard style (''author-year'') referencing can be helpful (e.g., <tt>Sinnott1990</tt>)
* '''Biblio''' can also insert full citations for you, for those references which have a PubMed ID or an ISBN (see below).
+
* ''Citation tags'' are case sensitive.
 
 
== Citing works using PubMed IDs and ISBNs ==
 
One very slick feature of Biblio is that it can retrive entire references directly from PubMed or an ISBN server. That means you can just enter the PubMed ID (pmid) or ISBN directly after the reference code, and ''CAZypedia'' will do the rest for you.
 
  
''The code for our previous example would then look like this:''
+
=== How it looks on the page ===
 +
If the bibliography and in-text citations from above are combined, as they would be on a real ''CAZypedia'' page, the result looks like this:
  
<pre>
+
<blockquote class="toccolours" style="float:none; padding: 10px 15px 10px 15px; display:table;">
 
'''Main text:'''
 
'''Main text:'''
 +
----
 +
* Robert Stick and Spencer Williams wrote a book about carbohydrates and enzymes <cite>StickWillamsCarbohydrates</cite>.
 +
* The catalytic mechanisms of enzymic glycosyl transfer have been reviewed <cite>Sinnott1990</cite>.
 +
* If you want to include multiple references in one place, that is OK too (just separate them with spaces in one pair of <tt><nowiki><cite></nowiki></tt> tags) <cite>He1999 Comfort2007</cite>.
  
The first structure of a GH1 enzyme was solved in 1995 <cite>REF1</cite>.
 
Stryer wrote a book about biochemistry <cite>stryertext</cite>.
 
 
'''Reference list:'''
 
<biblio>
 
#REF1 pmid=8535788
 
#stryertext isbn=0-7167-4954-8
 
</biblio>
 
</pre>
 
 
''Which would give this on the ''CAZypedia'' page:''
 
  
{| {{Prettytable}}
 
|'''Main text:'''
 
The first structure of a GH1 enzyme was solved in 1995 <cite>REF1</cite>.
 
Stryer wrote a book about biochemistry <cite>stryertext</cite>.
 
  
 
'''Reference list:'''
 
'''Reference list:'''
 +
----
 
<biblio>
 
<biblio>
#REF1 pmid=8535788
+
#Comfort2007 pmid=17323919
#stryertext isbn=0-7167-4954-8
+
#He1999 pmid=9312086
 +
#StickWillamsCarbohydrates isbn=978-0-240-52118-3
 +
#Sinnott1990 Sinnott, M.L. (1990) Catalytic mechanisms of enzymic glycosyl transfer. Chem. Rev. 90, 1171-1202. [http://dx.doi.org/10.1021/cr00105a006 DOI: 10.1021/cr00105a006]
 
</biblio>
 
</biblio>
|}
+
</blockquote>
  
'''''Note here that all the references are automatically linked to various external web sources.'''''
 
  
 
== Using EndNote for formatting references in ''CAZypedia'' ==
 
== Using EndNote for formatting references in ''CAZypedia'' ==

Revision as of 04:26, 22 February 2010

CAZypedia uses the Biblio extension for creating in-text citations and a reference list. Full details about Biblio can be found at the Biblio homepage. The following is a succinct set of instructions for using Biblio with CAZypedia.

The basics

In some sense, Biblio works a bit like the software program EndNote, in that it automatically numbers the bibliography based on the order that citations appear in the text. Also like EndNote, Biblio relies on two pieces of information to make this happen:

  1. a bibliography section containing a list of the references you would like to cite in the text, and,
  2. An in-text citation, which "calls" the reference from the bibliography.

The bibliography

This section is placed at the bottom of the page, between the <biblio>...</biblio> tags, under the heading Reference list. Each reference begins on a new line with a hash sign (#), followed by a citation tag, and finally the reference itself.

For example, a bibliography section might look like this in the wiki editor:


<biblio>
#Comfort2007 pmid=17323919
#He1999 pmid=9312086
#StickWillamsCarbohydrates isbn=978-0-240-52118-3
#Sinnott1990 Sinnott, M.L. (1990) Catalytic mechanisms of enzymic glycosyl transfer. Chem. Rev. 90, 1171-1202. [http://dx.doi.org/10.1021/cr00105a006 DOI: 10.1021/cr00105a006]
</biblio>

Note that:

  • The citation tag can be whatever you want; e.g. Sinnott1990, StickWillamsCarbohydrates, or even a number.
  • References can be in one of three different forms:
    1. PubMed IDs (pmid=number): If the reference has a PubMed ID, placing this after the citation tag will insert to complete reference, as well as DOI and PubMed links, with no addition typing whatsoever on your part. (See Comfort2007 and He1999 refs. above.)
    2. ISBN (isbn=number): For books, this will insert the full reference automatically, based only on the ISBN. (See StickWillamsCarbohydrates ref. above.)
    3. A full, typed reference: Here, whatever follows the reference code is placed verbatim into the reference list - you can put in any text, with any formatting you want. This should only be used when the reference does not have a PubMed ID or ISBN. (See Sinnott1990 ref. above.)

The in-text citation

To cite a specific reference from the bibliography in a page, the citation tag of that reference is placed between the two <cite> </cite> tags in the main text.

For example, citations in the main text might look like this in the wiki editor:


  • Robert Stick and Spencer Williams wrote a book about carbohydrates and enzymes <cite>StickWillamsCarbohydrates</cite>.
  • The catalytic mechanisms of enzymic glycosyl transfer have been reviewed <cite>Sinnott1990</cite>.
  • If you want to include multiple references in one place, that is OK too (just separate them with spaces in one pair of <cite> tags) <cite>He1999 Comfort2007</cite>.

Note that:

  • The citation tags will be automatically converted into reference numbers according to their first use in the text. You should not try to type/correct the reference numbers; errors in numbering are usually due to typos in the citation tags themselves (either in the text or in the bibliography).
  • To make it easier keep track of your citation tags, using something like Harvard style (author-year) referencing can be helpful (e.g., Sinnott1990)
  • Citation tags are case sensitive.

How it looks on the page

If the bibliography and in-text citations from above are combined, as they would be on a real CAZypedia page, the result looks like this:

Main text:


  • Robert Stick and Spencer Williams wrote a book about carbohydrates and enzymes [1].
  • The catalytic mechanisms of enzymic glycosyl transfer have been reviewed [2].
  • If you want to include multiple references in one place, that is OK too (just separate them with spaces in one pair of <cite> tags) [3, 4].


Reference list:


  1. Robert V. Stick and Spencer J. Williams. (2009) Carbohydrates. Elsevier Science. [StickWillamsCarbohydrates]
  2. Sinnott, M.L. (1990) Catalytic mechanisms of enzymic glycosyl transfer. Chem. Rev. 90, 1171-1202. DOI: 10.1021/cr00105a006

    [Sinnott1990]
  3. He S and Withers SG. (1997). Assignment of sweet almond beta-glucosidase as a family 1 glycosidase and identification of its active site nucleophile. J Biol Chem. 1997;272(40):24864-7. DOI:10.1074/jbc.272.40.24864 | PubMed ID:9312086 [He1999]
  4. Comfort DA, Bobrov KS, Ivanen DR, Shabalin KA, Harris JM, Kulminskaya AA, Brumer H, and Kelly RM. (2007). Biochemical analysis of Thermotoga maritima GH36 alpha-galactosidase (TmGalA) confirms the mechanistic commonality of clan GH-D glycoside hydrolases. Biochemistry. 2007;46(11):3319-30. DOI:10.1021/bi061521n | PubMed ID:17323919 [Comfort2007]

All Medline abstracts: PubMed


Using EndNote for formatting references in CAZypedia

It is anticipated that many CAZypedia editors will be regular users of the reference management software EndNote. EndNote can be used to both insert the in-text citations (e.g. <cite>REF1</cite> and format content to go in the <biblio>...</bibilo> tags.

The following is a step-by-step guide to using EndNote with MS Word in Windows to format text to cut and paste into CAZypedia.

  1. Download the CAZypedia EndNote style, CAZypedia.ens, from this link (http://www.biotech.kth.se/cazypedia/CAZypedia.ens) and save the file in your EndNote styles folder (e.g. C:\Program Files\EndNote 9\Styles).
  2. Write your CAZypedia entry in MS Word, inserting references via EndNote as usual.
  3. Format your entry using the CAZypedia style (CAZypedia.ens)
    • Note that all references in the bibliography will now start with "#N, where N is the reference number and that these numbers will be referenced in the text with <cite>N</cite>.
  4. Save your Word file with an informative field name such as CAZypediaText.doc
  5. Select all of your text + references by pressing Ctrl+A (Windows)
  6. With everything selected, press Ctrl+6 to remove all EndNote "field codes."
  7. Save this version as a Word new file, e.g. CAZypediaText_NoFields.doc
  8. Copy and paste your main text into a CAZypedia page edit window.
  9. Copy and paste your bibliography under a heading titled References.
  10. Add the tag <biblio> before the bibliography.
  11. Add the tag </biblio> after the bibliography.
  12. Preview and save your entry.

This procedure will work best when writing a page from scratch. Be very careful when adding text to a page that reference codes are not used more than once in the bibliography. (You can cite a reference as much as you like in the text.)

Using EndNote to format references with PubMed IDs and ISBNs

It should be possible to combine the above two methods for building a bibliography and referencing it in the text. This would require:

  • PubMed IDs or ISBNs must be added in fields in your EndNote records.
  • The CAZypedia EndNote style must be altered to output bibliographic records in the format "#refN pmid=nnnnnnn" and "#refN isbn=yyyyyyyyyy"

Since this depends on how CAZypedia editors add PubMed IDs and ISBNs to their EndNote libraries, no general solution can be given.