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
Line 1: Line 1:
CAZypedia uses Bibilo.  http://wikiomics.org/wiki/Biblio
+
CAZypedia uses the '''Bibilo''' extension for creating in-text citations and a reference listFull details about Biblio can be found at the [http://wikiomics.org/wiki/Biblio Biblio page at Wikiomics].  The following is a succinct set of instructions for using '''Biblio''' with [[CAZypedia]].
 +
 
 +
== 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 in the text a reference should be placed.  Within these tags, one places a reference code that points to an entry in the bibliography, specified within the <nowiki><bibilo>...</biblio></nowiki> tags.
 +
 
 +
''Example CAZypedia code would look like this:''
 +
 
 +
<pre>
 +
'''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'''
 +
<biblio>
 +
#REF1 Barrett T, et al. Structure 1995 Sep 15; 3(9) 951-60.
 +
#stryertext Berg, Tymoczko, & Stryer. Biochemistry. New York: W.H. Freeman, 2002.
 +
</biblio>
 +
</pre>
 +
 
 +
''Which would give this on the actual CAZypedia page:''
 +
 
 +
'''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'''
 +
<biblio>
 +
#REF1 Barrett T, et al. Structure 1995 Sep 15; 3(9) 951-60.
 +
#stryertext Berg, Tymoczko, & Stryer. Biochemistry. New York: W.H. Freeman, 2002.
 +
</biblio>
 +
 
 +
 
 +
----
 +
 
 +
 
 +
'''''Note that:'''''
 +
* The reference code can be whatever you want (e.g.: REF1, stryertext)
 +
* Whatever follows the reference code is placed verbatim into the reference list - you can put any text here, with any formatting you want.
 +
 
 +
 
 +
== Citing works using PubMed ID's and ISBN codes ==
 +
One very slick feature of Biblio is that it can retrive entire references directly from PubMed or a 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:''
 +
 
 +
<pre>
 +
'''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:'''
 +
<biblio>
 +
#REF1 pmid=8535788
 +
#stryertext isbn=0-7167-4954-8
 +
</biblio>
 +
</pre>
 +
 
 +
''Which would give this on the CAZypedia page:''
 +
 
 +
'''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:'''
 +
<biblio>
 +
#REF1 pmid=8535788
 +
#stryertext isbn=0-7167-4954-8
 +
</biblio>
 +
 
 +
 
 +
----
 +
 
 +
 
 +
'''''Note here that all the references are automatically linked to various external web sources.'''''
 +
 
 +
== Using EndNote for formatting references in CAZypedia ==
 +
 
 +
 
 +
 
 +
 
  
 
http://www.biotech.kth.se/cazypedia/CAZypedia.ens
 
http://www.biotech.kth.se/cazypedia/CAZypedia.ens

Revision as of 13:45, 18 May 2007

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

The basics

Biblio uses two types of tags to format references. The first is the <cite>...</cite> pair of tags, which specify where in the text a reference should be placed. Within these tags, one places a reference code that points to an entry in the bibliography, specified within the <bibilo>...</biblio> tags.

Example CAZypedia code would look like this:

'''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'''
<biblio>
#REF1 Barrett T, et al. Structure 1995 Sep 15; 3(9) 951-60.
#stryertext Berg, Tymoczko, & Stryer. Biochemistry. New York: W.H. Freeman, 2002.
</biblio>

Which would give this on the actual CAZypedia page:

Main text The first structure of a GH1 enzyme was solved in 1995 [1]. Stryer wrote a book about biochemistry [2].

Reference list

  1. Barrett T, et al. Structure 1995 Sep 15; 3(9) 951-60.

    [REF1]
  2. Berg, Tymoczko, & Stryer. Biochemistry. New York: W.H. Freeman, 2002.

    [stryertext]




Note that:

  • The reference code can be whatever you want (e.g.: REF1, stryertext)
  • Whatever follows the reference code is placed verbatim into the reference list - you can put any text here, with any formatting you want.


Citing works using PubMed ID's and ISBN codes

One very slick feature of Biblio is that it can retrive entire references directly from PubMed or a 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:

'''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:'''
<biblio>
#REF1 pmid=8535788
#stryertext isbn=0-7167-4954-8
</biblio>

Which would give this on the CAZypedia page:

Main text: The first structure of a GH1 enzyme was solved in 1995 [1]. Stryer wrote a book about biochemistry [2].

Reference list:

  1. Barrett T, Suresh CG, Tolley SP, Dodson EJ, and Hughes MA. (1995). The crystal structure of a cyanogenic beta-glucosidase from white clover, a family 1 glycosyl hydrolase. Structure. 1995;3(9):951-60. DOI:10.1016/s0969-2126(01)00229-5 | PubMed ID:8535788 [REF1]
  2. Jeremy Mark Berg, John L. Tymoczko, and Lubert Stryer. (2002-01) Biochemistry. [stryertext]




Note here that all the references are automatically linked to various external web sources.

Using EndNote for formatting references in CAZypedia

http://www.biotech.kth.se/cazypedia/CAZypedia.ens