Skip to content

Commit

Permalink
Modify the order of AmbassadorCard of Chiachun
Browse files Browse the repository at this point in the history
  • Loading branch information
godkin1211 committed Jan 16, 2025
1 parent 67fecfc commit bee5907
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions src/pages/our_ambassadors.astro
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,20 @@ import AmbassadorCard from "@components/AmbassadorCard.astro";
exploit it therapeutically.
</AmbassadorCard>

<AmbassadorCard
name="Chiachun Chiu"
img="chiachun.jpg"
country="tw"
github="godkin1211"
twitter="ChiachunChiu"
linkedin="michael-nostalgie-57630a61"
>
Chiachun is a bioinformatician at the <a href="http://sub.chimei.org.tw/55480/index.php/english/english03/13-english" target="_blank">
Center for Precision Medicine of Chi Mei Medical Center</a>, where he works on developing/maintaining bioinformatics pipelines for detecting cancer biomarkers
He's also the community organizer of <a href="https://www.facebook.com/groups/446434039038963" target="_blank">Taipei Bioinformatics Omnibus</a> which is the
largest bioinformatics community in Taiwan.
</AmbassadorCard>

<AmbassadorCard name="Colby T. Ford" img="Colby_Ford.jpg" country="us" github="colbyford" linkedin="colbyford">
<a href="https://colbyford.com" target="_blank">Colby T. Ford, Ph.D.</a> is a Principal Consultant at <a
href="https://tuple.xyz"
Expand Down Expand Up @@ -878,19 +892,6 @@ import AmbassadorCard from "@components/AmbassadorCard.astro";
developer of <a href="https://virusmvp.org" target="_blank">VIRUS-MVP</a>, powered by a genomics workflow
developed in Nextflow with nf-core modules.
</AmbassadorCard>
<AmbassadorCard
name="Chiachun Chiu"
img="chiachun.jpg"
country="tw"
github="godkin1211"
twitter="ChiachunChiu"
linkedin="michael-nostalgie-57630a61"
>
Chiachun is a bioinformatician at the <a href="http://sub.chimei.org.tw/55480/index.php/english/english03/13-english" target="_blank">
Center for Precision Medicine of Chi Mei Medical Center</a>, where he works on developing/maintaining bioinformatics pipelines for detecting cancer biomarkers
He's also the community organizer of <a href="https://www.facebook.com/groups/446434039038963" target="_blank">Taipei Bioinformatics Omnibus</a> which is the
largest bioinformatics community in Taiwan.
</AmbassadorCard>
</div>
</div>
<h1 id="program-staff">Ambassador Program Staff</h1>
Expand Down

0 comments on commit bee5907

Please sign in to comment.