Skip to content

Commit

Permalink
Feat : Update team members(Merge pull request gigascience#2110)
Browse files Browse the repository at this point in the history
Update team members details to reflect latest personnel change

Refs: gigascience#2089
  • Loading branch information
rija authored Dec 5, 2024
2 parents 6145ddd + ca6334b commit 5d9574f
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

- Feat #2089: Update team members
- Feat #2066: Update file attribute values form layout and add expand button for long values
- Feat #2102: Delete outdated apidocs files
- Feat #1667: Add log entry when minting DOI
Expand Down
Binary file removed images/team/chrisa.jpg
Binary file not shown.
Binary file added images/team/molcrette.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/team/qing.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/team/rija.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 20 additions & 10 deletions protected/views/site/team.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
]);
?>
<div>
<div class="mb-20">
<div class="team-grid">
<article class="team-card">
<img src="../images/team/chunts.jpg" alt="Chris Hunter's portrait">
Expand All @@ -20,15 +20,6 @@
<p>With a background in Genetics/Genomics, non-coding RNA, Cancer genetics, metagenomics and a long career in BioCuration our lead biocurator heads up the team responsible for archiving the data and metadata in GigaDB.</p>
</div>
</article>
<article class="team-card">
<img src="../images/team/chrisa.jpg" alt="Chris Armit's portrait">
<div class="team-content">
<h2 class="h3">Chris Armit<br />
<small class="member-role">Data Scientist</small>
</h2>
<p>I am a Developmental Biologist with a strong interest in image informatics and next-gen imaging</p>
</div>
</article>
<article class="team-card">
<img src="../images/team/marya.jpg" alt="Mary Ann Tuli's portrait">
<div class="team-content">
Expand Down Expand Up @@ -150,7 +141,26 @@
</div>
<button class="btn toggle-more" aria-expanded="false">Show More</button>
</article>
<article class="team-card">
<img src="../images/team/molcrette.jpg" alt="Bastien Molcrette's portrait">
<div class="team-content collapsed">
<h2 class="h3">Bastien Molcrette, PhD<br />
<small class="member-role">Data Editor</small>
</h2>
<p>A biophysicist with a background in advanced microscopy and molecular biology. Trained as a physicist, moved into molecular biology, then left academia to work as a freelance biotech consultant. But now combines those experiences, interests and skills by working as a biocurator for GigaDB.</p>
</div>
<button class="btn toggle-more" aria-expanded="false">Show More</button>
</article>

<article class="team-card">
<img src="../images/team/qing.jpg" alt="Qing's portrait">
<div class="team-content">
<h2 class="h3">Qing<br />
<small class="member-role">Assistant Editor</small>
</h2>
<p>Qing is Assistant Editor for GigaScience and GigaByte. She holds a PhD in Genetics, Development, and Disease from University of Texas Southwestern Medical Center at Dallas. Prior to her editorial role, she worked as a bioinformatician at Beijing Genomics Institute in Shenzhen.</p>
</div>
</article>
</div>

<div class="row">
Expand Down

0 comments on commit 5d9574f

Please sign in to comment.