-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add trainers table in ttt page, solve issue #142
- Loading branch information
Lisanna Paladin
committed
Dec 3, 2024
1 parent
907016a
commit 8b87b41
Showing
3 changed files
with
105 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
trainers: | ||
- name: Lisanna Paladin | ||
affiliation: DE | ||
sessions: [1,2,3,4] | ||
- name: Piv Gopalasingam | ||
affiliation: EBI | ||
sessions: [1,2,3] | ||
- name: Bruna Piereck | ||
affiliation: BE | ||
sessions: [1,2,3] | ||
- name: Katarzyna Kamieniecka | ||
affiliation: UK | ||
sessions: [1,2,3,4] | ||
- name: Krzysztof Poterlowicz | ||
affiliation: UK | ||
sessions: [1,2,3,4] | ||
- name: Helena Schnitzer | ||
affiliation: DE | ||
sessions: [4] | ||
- name: Jessica Lindvall | ||
affiliation: SE | ||
sessions: [1,2,3,4] | ||
- name: Roland Krause | ||
affiliation: LU | ||
sessions: [1,2,3] | ||
- name: Daniel Wibberg | ||
affiliation: DE | ||
sessions: [1,2,3,4] | ||
- name: Renato Alves | ||
affiliation: DE | ||
sessions: [1,2,3,4] | ||
- name: Sara Morsy | ||
affiliation: UK | ||
sessions: [1,2,3,4] | ||
- name: Fotis Psomopoulos | ||
affiliation: GR | ||
sessions: [1,2,3,4] | ||
- name: Patricia Palagi | ||
affiliation: CH | ||
sessions: [1,2,3,4] | ||
- name: Bruna Piereck | ||
affiliation: BE | ||
sessions: [1,2,3] | ||
- name: Alexia Cadorna | ||
affiliation: UK | ||
sessions: [1,2,3,4] | ||
- name: Nazeefa Fatima | ||
affiliation: 'NO' | ||
sessions: [2] | ||
- name: Daniela Brites | ||
affiliation: CH | ||
sessions: [3] | ||
- name: Nina Norgen | ||
affiliation: SE | ||
sessions: [4] | ||
contributors: | ||
- name: Katharina Heil | ||
affiliation: Hub | ||
sessions: [ ] | ||
- name: Erin Calhoun | ||
affiliation: 'NO' | ||
sessions: [ ] |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<h2>The Train-the-Trainer community</h2> | ||
|
||
<table class="table table-hover"> | ||
<thead> | ||
<tr> | ||
<th>Name</th> | ||
<th>Affiliation</th> | ||
<th>Session 1</th> | ||
<th>Session 2</th> | ||
<th>Session 3</th> | ||
<th>Session 4</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
{% assign sorted_trainers = site.data.ttt-trainers.trainers | sort: "name" %} | ||
{% for trainer in sorted_trainers %} | ||
<tr> | ||
<td>{{ trainer.name }}</td> | ||
<td>{{ trainer.affiliation }}</td> | ||
<td> {% if trainer.sessions contains 1 %} <i class="fa fa-check"></i> {% endif %} </td> | ||
<td> {% if trainer.sessions contains 2 %} <i class="fa fa-check"></i> {% endif %} </td> | ||
<td> {% if trainer.sessions contains 3 %} <i class="fa fa-check"></i> {% endif %} </td> | ||
<td> {% if trainer.sessions contains 4 %} <i class="fa fa-check"></i> {% endif %} </td> | ||
</tr> | ||
{% endfor %} | ||
</tbody> | ||
</table> |
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 |
---|---|---|
|
@@ -3,25 +3,33 @@ | |
type: product_page # This property is mandatory and it should be product_page | ||
id: ttt # This id should match with the user-stories ToolId | ||
title: ELIXIR-GOBLET Train the Trainer | ||
resourceUrl: https://elixir-europe.org/ | ||
resourceUrl: https://elixir-europe.org/platforms/training/train-the-trainer | ||
description: | | ||
One of the ELIXIR Training Platform’s objectives is to increase bioinformatics capacity and competency in Europe. This programme, established in collaboration with GOBLET, relies in the development of Train-the-Trainer (TtT) courses and materials, and fosters a network of trainers, the TtT instructor's community, to allow them to benefit from reciprocal support and exchange of experiences. | ||
objective: | | ||
The programme objective is to give instructors tools and tips for providing an enriching learning experience to trainees, irrespective of topic, and to include best-practice guidance on course and training material development. | ||
contributors: [Piv Gopalasingam (EBI), Bruna Piereck (BE), Katarzyna Kamieniecka (UK), Krzysztof Poterlowicz (UK), Helena Schnitzer (DE), Lisanna Paladin (DE), Jessica Lindvall (SE), Piv Gopalasingam (EBI), Erin Calhoun (NO), Roland Krause (LU), Katharina Heil (Hub), Daniel Wibberg (DE), Renato Alves (DE)] | ||
#contributors: [Piv Gopalasingam (EBI), Bruna Piereck (BE), Katarzyna Kamieniecka (UK), Krzysztof Poterlowicz (UK), Helena Schnitzer (DE), Lisanna Paladin (DE), Jessica Lindvall (SE), Piv Gopalasingam (EBI), Erin Calhoun (NO), Roland Krause (LU), Katharina Heil (Hub), Daniel Wibberg (DE), Renato Alves (DE)] | ||
#contributors: | ||
# {% for contributor in site.data.ttt-trainers %} | ||
# {{ contributor.name }} ({{ contributor.affiliation }}){% if forloop.last == false %}, {% endif %} | ||
# {% endfor %} | ||
contributors: | ||
|
||
coordinators: [Allegra Via (IT), Patricia Palagi (CH)] | ||
coordinators: [Allegra Via (IT), Krzysztof Poterlowicz (UK), Lisanna Paladin (DE), Patricia Palagi (CH)] | ||
contacts: | ||
- name: Allegra Via | ||
mail: [email protected] | ||
- name: Krzysztof Poterlowicz | ||
mail: [email protected] | ||
- name: Lisanna Paladin | ||
mail: [email protected] | ||
- name: Patricia Palagi | ||
mail: [email protected] | ||
# joinLink: https://signup.aai.lifescience-ri.eu/registrar/?vo=elixir&group=Community%3ATraining | ||
|
||
#OPTIONAL FIELDS | ||
#TO DISCUSS WITH PATRICIA | ||
#mission: | | ||
###### This is a multiline | ||
|
||
|
@@ -44,9 +52,9 @@ publications: | |
url: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6433894/ | ||
- title: "3. The ELIXIR-EXCELERATE Train-the-Trainer pilot programme: empower researchers to deliver high-quality training." | ||
- url: https://f1000research.com/articles/10.12688/f1000research.12332.1/doi | ||
video: https://www.youtube.com/embed/6ZyGEz6kjnA?si=lIgsRruoX-1YZJJF # ONLY YOUTUBE SUPPORTED AT THIS MOMENT | ||
|
||
#TO DISCUSS WITH PATRICIA | ||
#video: https://www.youtube.com/embed/6ZyGEz6kjnA?si=lIgsRruoX-1YZJJF # ONLY YOUTUBE SUPPORTED AT THIS MOMENT | ||
|
||
#citations: | | ||
##### This is a multiline | ||
|
||
|
@@ -64,6 +72,8 @@ video: https://www.youtube.com/embed/6ZyGEz6kjnA?si=lIgsRruoX-1YZJJF # ONLY YOUT | |
# - screenshot_example_2.png | ||
--- | ||
|
||
{% include ttt-trainers.html %} | ||
|
||
## ELIXIR-GOBLET TtT HIGHLIGHTS | ||
* Community of Instructors | ||
* Courses | ||
|