Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blog post for GCB 2023 #2172

Merged
merged 11 commits into from
Sep 30, 2023
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions content/news/2023-09-18-gcb-2023/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
title: Galaxy taking part @ German Conference on Bioinformatics (GCB) 2023
date: '2023-09-18'
tease: "From the 11th to the 14th of September, Engy Nasr and Paul Zierep from the Freiburg Galaxy team travelled to Hamburg to join and present their posters at the German Conference on Bioinformatics (GCB) 2023"
location:
name: Hamburg, Germany
tags: [conference, talk, bioinformatics, poster, pathogen detection]
authors: engynasr
supporters:
- DECHEMA
- ELIXIR
components: true
subsites: [all-eu]
---

From the 11th to the 14th of Semptember, Engy Nasr (I) and Paul Zierep from the Freiburg Galaxy team travelled to Hamburg to join and present our posters about the 'Accessible and scalable Galaxy pipelines for fast and easy (foodborne) Pathogen detection and tracking' and 'Microbiome data analysis using the Galaxy platform' at the [**German Conference on Bioinformatics (GCB) 2023**](https://gcb2023.de/).
EngyNasr marked this conversation as resolved.
Show resolved Hide resolved
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(I) -> what does that mean ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was a comment I got before in an older blog post, as the blog post has to have a speaker, so I relate the reader now, so instead I use Engy Nasr again, I will just say my, mine, me, etc. So i introduced this now with Engy Nasr (I)


<twitter tweet="1702283085729996879"></twitter>

The German Conference on Bioinformatics (GCB) is an annual, international conference devoted to all areas of bioinformatics and meant as a platform for the whole bioinformatics community. Recent meetings attracted a multinational audience of approx. 250 participants each year.

This year’s talks focused on Multiomics analysis with Machine learning for the serve of the public health.

On the first day; there were multiple worshops 7 of them were in the morning and 5 of them were in the afternoon, participants had the chance to choose one of them to attend.

On the second day; we had two keynotes and two talks sessions. At the end of the second talks session, we had the poster session, were 140 posters were presented. Engy's poster, the poster presented by me, was about my project **Foodborne Pathogen Dectection using direct Nanopore** and how is it important to implement it within Galaxy. I have presented my work and showed the Pathogen Detection workflow created in Galaxy along with its [**training material**](https://training.galaxyproject.org/training-material/topics/metagenomics/tutorials/pathogen-detection-from-nanopore-foodborne-data/tutorial.html) and results.
EngyNasr marked this conversation as resolved.
Show resolved Hide resolved

<p align="center">
<img src="engy_poster.png" width="500" height="500">
</p>

Paul has also presented his poster about **Microbiome data analysis using the Galaxy platform** with an example of our current project pAllori, where we create Galaxy workflows to perform multi mircobiome data analysis applying machine learning algorthims to identify patients with Helicobacter pylori.

EngyNasr marked this conversation as resolved.
Show resolved Hide resolved
<p align="center">
<img src="paul_poster.png" width="500" height="500">
</p>

On the third and last day; we had more keynotes and very interesting other talks sessions, as shown in their [programme](https://gcb2023.de/Programme/_/Programm_GCB_2023%20-%2007.09.2023.pdf). Before closing the conference they annonced the winning poster, and we made it again with the Foodborne project, we won the best poster award, where I got a free conference fees for GCB 2024 in Bielefeld.
EngyNasr marked this conversation as resolved.
Show resolved Hide resolved

<twitter tweet="1702282717381996985"></twitter>

<p align="center">
<img src="best_poster_prize.png" width="500" height="500">
</p>

Overall, I have really enjoyed attending the conference. I met a lot of scientist working on similar projects where we had a chance to exchange our knowledge. I would like to thank **DECHEMA** for choosing our poster to win the award and having me attenging the conference. Wish to see all the people I met next year in GCB 2024.
Binary file added content/news/2023-09-18-gcb-2023/paul_poster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@
"sass-loader": "^10.1.1",
"start-server-and-test": "^1.14.0"
},
"resolutions": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove changes to package.jso and yarn.lock

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done :)

"**/sharp": "0.30.4"
},
"prettier": {
"printWidth": 120,
"tabWidth": 4
Expand Down
Loading
Loading