Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/img/Haris.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion src/components/AmbassadorsList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ const ambassadors: Ambassador[] = [
twitter: "",
title: "Nextflow Ambassador",
children:
'Dhvnit is an MSc student in Industrial Biotechology. He has interests in genomics, automation and optimization of tools and pipelines in bioinformatics.',
'Dhvnit is an MSc student in Industrial Biotechology. He has interests in genomics, automation and optimization of tools and pipelines in bioinformatics.',
},
{
name: "Erik Fasterius",
Expand Down Expand Up @@ -423,6 +423,16 @@ const ambassadors: Ambassador[] = [
children:
'Graeme is a Bioinformatician at the <a href="https://www.ed.ac.uk/institute-genetics-cancer" target="_blank" >Institute of Genetics & Cancer</a > at the <a href="https://www.ed.ac.uk" target="_blank" >Univeristy of Edinburgh</a> in Scotland, he is also the lesson maintainer of the Carpentries <a href="https://carpentries-incubator.github.io/workflows-nextflow/" target="_blank" >Introduction to Bioinformatics workflows with Nextflow and nf-core</a >.',
},
{
name: "Haris Spyridis",
img: "Haris.jpg",
country: "gr",
github: "haris18s",
linkedin: "haris-spyridis-2bab42192",
title: "Nextflow Ambassador",
children:
'Haris holds an MSc in Functional Genomics and started their Nextflow journey by contributing to the <a href="https://nf-co.re/taxprofiler" target="_blank">nf-core/taxprofiler</a> pipeline. He is currently looking for research positions in bioinformatics.',
},
{
name: "Hemanoel Passarelli",
img: "hemanoel-passarelli.jpg",
Expand Down
Loading