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

Update team members #2110

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open
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
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 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.
21 changes: 11 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,6 +141,16 @@
</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>

</div>

Expand Down