-
Notifications
You must be signed in to change notification settings - Fork 922
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'galaxyproject:main' into ampvis2_tutorialfirst_upload
- Loading branch information
Showing
96 changed files
with
8,511 additions
and
4,399 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
# email: [email protected] # your email address | ||
# fediverse: https://mstdn.science/@myname # your fediverse username | ||
# fediverse_flavor: mastodon # your fediverse flavor | ||
# bluesky: username.bsky.social # your bluesky username | ||
# bluesky: username.bsky.social # your bluesky username | ||
# linkedin: username # your linkedin username | ||
# matrix: 'user:matrix.org' # where can we find you on matrix? | ||
# orcid: 0000-0003-3803-468X # your ORCID ID | ||
|
@@ -120,6 +120,13 @@ almahmoud: | |
name: Alex Mahmoud | ||
joined: 2019-06 | ||
|
||
andreacabibbe: | ||
name: Andrea Cabibbe | ||
affiliations: | ||
- irccs | ||
github: false | ||
joined: 2024-06 | ||
|
||
andreasrichter: | ||
name: Andreas Richter | ||
github: false | ||
|
@@ -178,6 +185,13 @@ anuprulez: | |
- eurosciencegateway | ||
- elixir-europe | ||
|
||
arashghodousi: | ||
name: Arash Ghodousi | ||
affiliations: | ||
- irccs | ||
- san-raffaele-uni | ||
joined: 2024-06 | ||
|
||
asmasonomics: | ||
name: Andrew Mason | ||
joined: 2024-02 | ||
|
@@ -367,9 +381,9 @@ burkemlou: | |
name: Melissa Burke | ||
email: [email protected] | ||
joined: 2023-12 | ||
affiliations: | ||
affiliations: | ||
- AustralianBioCommons | ||
|
||
B0r1sD: | ||
name: Boris Depoortere | ||
joined: 2024-04 | ||
|
@@ -717,6 +731,12 @@ fboyer: | |
name: Frédéric Boyer | ||
joined: 2022-02 | ||
|
||
federicodimarco: | ||
name: Federico DiMarco | ||
affiliations: | ||
- irccs | ||
joined: 2024-06 | ||
|
||
fmareuil: | ||
name: Fabien Mareuil | ||
joined: 2017-09 | ||
|
@@ -1056,7 +1076,7 @@ jxtx: | |
katherinecox: | ||
name: Katherine Cox | ||
joined: 2023-06 | ||
|
||
katherine-d21: | ||
name: Katherine Do | ||
joined: 2023-08 | ||
|
@@ -1174,7 +1194,7 @@ leandro-liborio: | |
name: Leandro Liborio | ||
email: [email protected] | ||
joined: 2022-11 | ||
|
||
Laura190: | ||
name: Laura Cooper | ||
email: [email protected] | ||
|
@@ -1375,7 +1395,7 @@ mcharleston: | |
name: Michael Charleston | ||
email: [email protected] | ||
joined: 2023-01 | ||
affiliations: | ||
affiliations: | ||
- UTas | ||
|
||
mcmaniou: | ||
|
@@ -1652,7 +1672,7 @@ RareSeas: | |
PatCapon39: | ||
name: Patrick Capon | ||
joined: 2024-02 | ||
affiliations: | ||
affiliations: | ||
- AustralianBioCommons | ||
|
||
patrick-austin: | ||
|
@@ -1710,7 +1730,7 @@ plushz: | |
orcid: 0000-0002-0507-4602 | ||
joined: 2022-03 | ||
affiliations: | ||
- uni-freiburg | ||
- uni-freiburg | ||
|
||
polkhe: | ||
name: Ekaterina Polkh | ||
|
@@ -2007,7 +2027,7 @@ supernord: | |
name: Johan Gustafsson | ||
joined: 2024-02 | ||
orcid: 0000-0002-2977-5032 | ||
elixir_node: au | ||
elixir_node: au | ||
affiliations: | ||
- elixir-europe | ||
|
||
|
@@ -2151,6 +2171,19 @@ vivekbhr: | |
name: Vivek Bhardwaj | ||
joined: 2017-09 | ||
|
||
vladvisan: | ||
name: Vlad Visan | ||
email: [email protected] | ||
matrix: 'vlad.visan:matrix.org' | ||
orcid: 0009-0007-0529-1002 | ||
joined: 2023-02 | ||
affiliations: | ||
- uga | ||
location: | ||
country: FR | ||
lat: 45.19 | ||
lon: 5.76 | ||
|
||
vloux: | ||
name: Valentin Loux | ||
joined: 2019-04 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,42 @@ | ||
{% for training in include.extra_trainings %} | ||
<li> | ||
{% if training.type == "internal" %} | ||
{% assign extra_topic_metadata = site.data[training.topic_name] %} | ||
{% assign extra_topic = site | topic_filter:training.topic_name %} | ||
<a href="{{ site.baseurl }}/topics/{{ training.topic_name }}">{{ extra_topic_metadata.title }}</a> | ||
{% if training.tutorials %} | ||
<ul> | ||
{% for extra_tuto in training.tutorials %} | ||
{% for topic_tuto in extra_topic %} | ||
{% if extra_tuto == topic_tuto.tutorial_name %} | ||
{% assign sep = "" %} | ||
<li> {{ topic_tuto.title }}: | ||
{% if topic_tuto.slides %} | ||
<a href="{{ site.baseurl }}/topics/{{ training.topic_name }}/tutorials/{{ topic_tuto.tutorial_name }}/slides.html">{% icon slides %} slides</a> | ||
{% assign sep = "-" %} | ||
{% endif %} | ||
{% if topic_tuto.hands_on %} | ||
{% if topic_tuto.hands_on_url %} | ||
{{ sep }} <a href="{{ topic_tuto.hands_on_url }}">{% icon tutorial %} hands-on</a> | ||
{% else %} | ||
{{ sep }} <a href="{{ site.baseurl }}/topics/{{ training.topic_name }}/tutorials/{{ topic_tuto.tutorial_name }}/tutorial.html">{% icon tutorial %} hands-on</a> | ||
{% endif %} | ||
{% endif %} | ||
{% unless training.tutorials %} | ||
<li> | ||
<a href="{{ site.baseurl }}/topics/{{ training.topic_name }}">{{ extra_topic_metadata.title }}</a> | ||
</li> | ||
{% else training.tutorials %} | ||
{% for extra_tuto in training.tutorials %} | ||
{% for topic_tuto in extra_topic %} | ||
{% if extra_tuto == topic_tuto.tutorial_name %} | ||
{% if topic_tuto.slides %} | ||
<li> | ||
<a href="{{ site.baseurl }}/topics/{{ training.topic_name }}/tutorials/{{ topic_tuto.tutorial_name }}/slides.html">{% icon slides %} Slides: {{ topic_tuto.title }}</a> | ||
</li> | ||
{% endif %} | ||
{% endfor %} | ||
{% if topic_tuto.hands_on %} | ||
{% if topic_tuto.hands_on_url %} | ||
<li> | ||
<a href="{{ topic_tuto.hands_on_url }}">{% icon tutorial %} Hands-on: {{ topic_tuto.title }}</a> | ||
</li> | ||
{% else %} | ||
<li> | ||
<a href="{{ site.baseurl }}/topics/{{ training.topic_name }}/tutorials/{{ topic_tuto.tutorial_name }}/tutorial.html">{% icon tutorial %} Hands-on: {{ topic_tuto.title }}</a> | ||
</li> | ||
{% endif %} | ||
{% endif %} | ||
{% endif %} | ||
{% endfor %} | ||
</ul> | ||
{% endif %} | ||
{% endfor %} | ||
{% endunless %} | ||
{% elsif training.type == "none" %} | ||
<li> | ||
{{ training.title }} | ||
</li> | ||
{% else %} | ||
<li> | ||
<a href="{{ training.link }}">{{ training.title }}</a> | ||
</li> | ||
{% endif %} | ||
</li> | ||
{% endfor %} | ||
{% endfor %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.