|
| 1 | + |
| 2 | +# This is the bibliography file for your tutorial. |
| 3 | +# |
| 4 | +# To add bibliography (bibtex) entries here, follow these steps: |
| 5 | +# 1) Find the DOI for the article you want to cite |
| 6 | +# 2) Go to https://doi2bib.org and fill in the DOI |
| 7 | +# 3) Copy the resulting bibtex entry into this file |
| 8 | +# |
| 9 | +# To cite the example below, in your tutorial.md file |
| 10 | +# use {% cite Batut2018 %} |
| 11 | +# |
| 12 | +# If you want to cite an online resourse (website etc) |
| 13 | +# you can use the 'online' format (see below) |
| 14 | +# |
| 15 | +# You can remove the examples below |
| 16 | +
|
| 17 | +@article{Batut2018, |
| 18 | + doi = {10.1016/j.cels.2018.05.012}, |
| 19 | + url = {https://doi.org/10.1016/j.cels.2018.05.012}, |
| 20 | + year = {2018}, |
| 21 | + month = jun, |
| 22 | + publisher = {Elsevier {BV}}, |
| 23 | + volume = {6}, |
| 24 | + number = {6}, |
| 25 | + pages = {752--758.e1}, |
| 26 | + author = {B{\'{e}}r{\'{e}}nice Batut and Saskia Hiltemann and Andrea Bagnacani and Dannon Baker and Vivek Bhardwaj and |
| 27 | + Clemens Blank and Anthony Bretaudeau and Loraine Brillet-Gu{\'{e}}guen and Martin {\v{C}}ech and John Chilton |
| 28 | + and Dave Clements and Olivia Doppelt-Azeroual and Anika Erxleben and Mallory Ann Freeberg and Simon Gladman and |
| 29 | + Youri Hoogstrate and Hans-Rudolf Hotz and Torsten Houwaart and Pratik Jagtap and Delphine Larivi{\`{e}}re and |
| 30 | + Gildas Le Corguill{\'{e}} and Thomas Manke and Fabien Mareuil and Fidel Ram{\'{i}}rez and Devon Ryan and |
| 31 | + Florian Christoph Sigloch and Nicola Soranzo and Joachim Wolff and Pavankumar Videm and Markus Wolfien and |
| 32 | + Aisanjiang Wubuli and Dilmurat Yusuf and James Taylor and Rolf Backofen and Anton Nekrutenko and Bj\"{o}rn Gr\"{u}ning}, |
| 33 | + title = {Community-Driven Data Analysis Training for Biology}, |
| 34 | + journal = {Cell Systems} |
| 35 | +} |
| 36 | + |
| 37 | +@online{gtn-website, |
| 38 | + author = {GTN community}, |
| 39 | + title = {GTN Training Materials: Collection of tutorials developed and maintained by the worldwide Galaxy community}, |
| 40 | + url = {https://training.galaxyproject.org}, |
| 41 | + urldate = {2021-03-24} |
| 42 | +} |
0 commit comments