Skip to content

Commit 3df99a6

Browse files
authored
Merge pull request #6074 from galaxyproject/google-form/event
[Google Form] New Event!
2 parents 9a17ec6 + 1b5c647 commit 3df99a6

7 files changed

+69
-2
lines changed

CONTRIBUTORS.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,7 @@ hrhotz:
11731173
contact_for_training: true
11741174
location:
11751175
country: CH
1176-
lat: 47.575694
1176+
lat: 47.575694
11771177
lon: 7.578796
11781178
affiliations:
11791179
- elixir-europe
@@ -2512,6 +2512,13 @@ sbenateau:
25122512
affiliations:
25132513
- elixir-europe
25142514

2515+
sbueker77:
2516+
name: Sarah Büker
2517+
joined: 2025-05
2518+
affiliations:
2519+
- dsc-bremen
2520+
- uni-bremen
2521+
25152522
scorreard:
25162523
name: Solenne Correard
25172524

ORGANISATIONS.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,18 @@ carpentries:
4141
joined: 2021-09
4242
ror: "0356fgm10"
4343

44+
dsc-bremen:
45+
name: Data Science Center
46+
url: https://www.dsc-ub.de
47+
joined: 2025-05
48+
avatar: "/training-material/shared/images/logos/data-science-center-uni-bremen.png"
49+
50+
uni-bremen:
51+
name: University of Bremen
52+
joined: 2025-05
53+
url: https://www.uni-bremen.de/
54+
avatar: "/training-material/shared/images/logos/uni-bremen.png"
55+
4456
deNBI:
4557
name: de.NBI
4658
url: https://www.denbi.de/

_includes/event-table.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<td>
1616

1717
<a class="eventtable-title" href="{% if event.external %}{{event.external}}{% else %}{{site.baseurl}}{{event.url}}{% endif %}{% if include.campaign %}?utm_source=gtn&utm_medium=event-table&utm_campaign={{ include.campaign }}{% endif %}">{{event.title}}{% if event.draft %} (draft, will be hidden) {% endif %}</a>
18-
<div class="eventtable-description"> {{event.description}} </div>
18+
<div class="eventtable-description"> {{event.description | markdownify }} </div>
1919
</td>
2020
<td> {% if event.location %}{{event.location | format_location_short }} {% endif %} </td>
2121
<td> {% for org in event.contributions.organisers %}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
layout: event-external
3+
google_form_id: 1747063386
4+
title: 'Simplifying Data Science with Galaxy: A Beginner''s Workshop'
5+
description: |
6+
This workshop aims to introduce participants to the Galaxy Project as
7+
a powerful, open-source platform for data science and FAIR data management. Attendees
8+
will learn how to process, analyze, and share data in a reproducible and accessible
9+
way – without requiring advanced programming skills. By the end, participants will
10+
have hands-on experience using Galaxy to streamline workflows and enhance research
11+
transparency. For further information and registration, see the [event page](https://www.dsc-ub.de/verant_detail.php?id=262)
12+
external: https://www.dsc-ub.de/verant_detail.php?id=262
13+
contributions:
14+
organisers:
15+
- sbueker77
16+
funding:
17+
- dsc-bremen
18+
- uni-bremen
19+
location:
20+
name: Data Science Center Bremen
21+
city: Bremen
22+
country: Germany
23+
date_start: 2025-05-20
24+
date_end: 2025-05-20
25+
---
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
layout: event-external
3+
google_form_id: 1747063630
4+
title: 'Bioinformatics Made Easy: A Hands-On Galaxy Workshop for Biologists'
5+
description: |
6+
This workshop is designed for biologists and life scientists who want
7+
to analyse sequence data using the Galaxy – without needing programming expertise.
8+
Participants will learn how to perform key bioinformatics tasks. By the end, attendees
9+
will be able to apply FAIR and reproducible bioinformatics workflows to their own
10+
research. For further information and registration, please visit the [event page](https://www.dsc-ub.de/verant_detail.php?id=263)
11+
external: https://www.dsc-ub.de/verant_detail.php?id=263
12+
contributions:
13+
organisers:
14+
- sbueker77
15+
funding:
16+
- dsc-bremen
17+
- uni-bremen
18+
location:
19+
name: Data Science Center Bremen
20+
city: Bremen
21+
country: Germany
22+
date_start: 2025-05-26
23+
---
Loading

shared/images/logos/uni-bremen.png

4.22 KB
Loading

0 commit comments

Comments
 (0)