Mercurial > repos > morinlab > expands
diff citation_macros.xml @ 2:32fadb40ce98 draft
Uploaded
| author | morinlab |
|---|---|
| date | Sun, 04 Dec 2016 17:36:24 -0500 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/citation_macros.xml Sun Dec 04 17:36:24 2016 -0500 @@ -0,0 +1,50 @@ +<macros> + <xml name="morinlab_citation"> + <citation type="bibtex"> + + @UNPUBLISHED{Albuquerque2016-uk, + title = "Enhancing Knowledge Discovery from Cancer Genomics Data with + Galaxy", + author = "Albuquerque, Marco A and Grande, Bruno M and Ritch, Elie and + Jessa, Selin and Krzywinski, Martin I and Grewal, Jasleen and + Shah, Sohrab and Boutros, Paul and Morin, Ryan", + journal = "bioRxiv", + pages = "089631", + month = "1~" # jan, + year = 2016, + language = "en" + } + + + </citation> + </xml> + <xml name="galaxy_citation"> + <citation type="bibtex"> + @article{ + goecks2010galaxy, + title={Galaxy: a comprehensive approach for supporting accessible, reproducible, and transparent computational research in the life sciences}, + author={Goecks, Jeremy and Nekrutenko, Anton and Taylor, James and others}, + journal={Genome Biol}, + volume={11}, + number={8}, + pages={R86}, + year={2010} + } + </citation> + </xml> + <xml name="expands_citation"> + <citation type="bibtex"> + @article{ + andor2014expands, + title={EXPANDS: expanding ploidy and allele frequency on nested subpopulations.s}, + author={Andor, Noemi and Harness, Julie V and Müller, Sabine and Mewes, Hans W and Petritsch, Claudia}, + journal={Bioinformatics}, + volume={30}, + number={1}, + pages={50-60}, + year={2014}, + publisher={Oxford Univ Press} + } + </citation> + </xml> +</macros>
