Bibliographic details for "getting_started:my_first_tests"

Please remember to check with your standards guide or professor's guidelines for the exact syntax to suit your needs.

Citation styles for "getting_started:my_first_tests"

APA

Gallio Project (2010). getting_started:my_first_tests. Gallio Wiki. Retrieved 10:15, 19 June, 2013 from http://www.gallio.org/wiki/doku.php?id=getting_started:my_first_tests&rev=1280071361.

MLA

“getting_started:my_first_tests.” Gallio Wiki. 25 Jul 2010, 15:22 GMT. 19 Jun 2013, 10:15 <http://www.gallio.org/wiki/doku.php?id=getting_started:my_first_tests&rev=1280071361>.

MHRA

Gallio Project, ‘getting_started:my_first_tests’, Gallio Wiki, 25 July 2010, 15:22 GMT, <http://www.gallio.org/wiki/doku.php?id=getting_started:my_first_tests&rev=1280071361> [Accessed 19 June 2013]

Chicago

Gallio Project, “getting_started:my_first_tests, ” Gallio Wiki, http://www.gallio.org/wiki/doku.php?id=getting_started:my_first_tests&rev=1280071361 (Accessed June 19, 2013).

CBE/CSE

Gallio Project. getting_started:my_first_tests [Internet]. Gallio Wiki; 2010 Jul 25, 08:22 PDT [Cited 2013 Jun 19]. Available at: http://www.gallio.org/wiki/doku.php?id=getting_started:my_first_tests&rev=1280071361.

Bluebook

getting_started:my_first_tests, http://www.gallio.org/wiki/doku.php?id=getting_started:my_first_tests&rev=1280071361 (Last visited June 19, 2013).

AMA

Gallio Project. getting_started:my_first_tests. Gallio Wiki. July 25, 2010, 15:22 GMT. Available at: http://www.gallio.org/wiki/doku.php?id=getting_started:my_first_tests&rev=1280071361. Accessed June 19, 2013.

BibTeX

 @misc{ wiki:xxx,
   author = "Gallio Project",
   title = "getting_started:my_first_tests --- Gallio Wiki",
   year = "2010",
   url = "http://www.gallio.org/wiki/doku.php?id=getting_started:my_first_tests&rev=1280071361",
   note = "[Online; accessed 19-June-2013]"
 }
  

When using the LaTeX package 'url' (hint: search for '\usepackage{url}' somewhere in the preamble), which tends to give much more nicely formatted web addresses, the following may be preferred:

 @misc{ wiki:xxx,
   author = "Gallio Project",
   title = "getting_started:my_first_tests --- Gallio Wiki",
   year = "2010",
   url = "\url{http://www.gallio.org/wiki/doku.php?id=getting_started:my_first_tests&rev=1280071361}",
   note = "[Online; accessed 19-June-2013]"
 }