Skip to content

Commit a0060c9

Browse files
authored
Merge pull request galaxyproject#6118 from jeanlecras/main
new tutorial life traits ecoregionalization
2 parents 175d817 + 095d2d9 commit a0060c9

10 files changed

Lines changed: 477 additions & 0 deletions

File tree

CONTRIBUTORS.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,6 +1254,11 @@ jdavcs:
12541254
joined: 2019-06
12551255
orcid: 0000-0002-1363-1245
12561256

1257+
jeanlecras:
1258+
name: Jean Le Cras
1259+
email: jean.le-cras@proton.me
1260+
joined: 2025-05
1261+
12571262
jennaj:
12581263
name: Jennifer Hillman-Jackson
12591264
maintainer_contact: https://help.galaxyproject.org/
Binary file not shown.
204 KB
Loading
494 KB
Loading
9.53 KB
Loading
11.3 KB
Loading
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
layout: faq-page
3+
---
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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+
}

topics/ecology/tutorials/ecoregiolifetraits/tutorial.md

Lines changed: 424 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
layout: workflow-list
3+
---

0 commit comments

Comments
 (0)