Skip to content

Commit

Permalink
Merge pull request #373 from MoTrPAC/372_JZ_Project_Page_Updates
Browse files Browse the repository at this point in the history
Connects to #372. Updates to Project Overview page, Graphical Clustering page and Team page.
  • Loading branch information
jimmyzhen authored Oct 25, 2024
2 parents 144d0c3 + 3a4988f commit 8d7e8c3
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,22 @@ function GraphicalClusteringIntroduction({ currentView }) {
<strong>Background about graphical clustering analysis:</strong>
</p>
<p>
A graphical approach with <code>repfdr</code> has replaced multiomics
clustering as the primary method to characterize and explore main
patterns of training-differential analytes in the PASS1B data. To learn
more about this approach, see presentations by David Amar{' '}
A graphical approach with
<code>repfdr</code>
has replaced multi-omics clustering as the primary method to characterize
and explore main patterns of training-differential analytes in the endurance
trained young adult rats (PASS1B) study data. To learn more about this
approach, see presentations by David Amar
{' '}
<ExternalLink
to="https://docs.google.com/presentation/d/1j7bhPO0S3Yz6nf21ljM-x7GrMoBdaGL67XPox9kByok/edit?usp=sharing"
to="https://d1yw74buhe0ts0.cloudfront.net/docs/MoTrPAC_PASS1B_Graphical_Clustering_Analysis_MAWG_Dec_2021.pdf"
label="here"
/>{' '}
and{' '}
/>
{' '}
and
{' '}
<ExternalLink
to="https://docs.google.com/presentation/d/1NrsHfF8ki312D2fjhbmWSRER19aco3AA2EQ6A-HQLlQ/edit?usp=sharing"
to="https://d1yw74buhe0ts0.cloudfront.net/docs/MoTrPAC_PASS1B_Graphical_Clustering_Analysis_MAWG_Update_12122021.pdf"
label="here"
/>
.
Expand Down
10 changes: 5 additions & 5 deletions src/MainStudy/mainStudy.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function MainStudy({ profile, allFiles, handleDataFetch }) {
<tbody>
<tr>
<td>
<strong>Young adult (6 month old)</strong>
<strong>Young Adults (6 month old)</strong>
<ul>
<li>Acute exercise</li>
<li>
Expand All @@ -127,29 +127,29 @@ function MainStudy({ profile, allFiles, handleDataFetch }) {
</li>
<li>Controls</li>
</ul>
<strong>Middle-aged adult (18 month old)</strong>
<strong>Middle-aged Adults (18 month old)</strong>
<ul>
<li>Acute exercise</li>
<li>Endurance training</li>
<li>Controls</li>
</ul>
</td>
<td>
<strong>Pediatric</strong>
<strong>Pediatrics</strong>
<ul>
<li>Endurance training</li>
<li>Acute exercise</li>
<li>Control</li>
</ul>
<strong>Adult</strong>
<strong>Sedentary Adults</strong>
<ul>
<li>Acute endurance exercise</li>
<li>Acute resistance exercise</li>
<li>Endurance training</li>
<li>Resistance training</li>
<li>Control</li>
</ul>
<strong>Highly active adult</strong>
<strong>Highly Active Adults</strong>
<ul>
<li>Acute endurance exercise</li>
<li>Acute resistance exercise</li>
Expand Down
4 changes: 2 additions & 2 deletions src/RelatedStudy/heritageProteomics.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function HeritageProteomics() {
download
target="_blank"
rel="noopener noreferrer"
href="https://drive.google.com/file/d/1XOdx__kqZYuEkLHnDuBqRPho50w3sNG3/view?usp=sharing"
href="https://d1yw74buhe0ts0.cloudfront.net/static/motrpac-data-hub/publications/data/related-studies/heritage-proteomics/HERITAGE_proteomics_somalogic.xlsx"
className="btn btn-outline-primary d-flex align-items-center"
role="button"
>
Expand All @@ -121,7 +121,7 @@ function HeritageProteomics() {
download
target="_blank"
rel="noopener noreferrer"
href="https://drive.google.com/file/d/1eNj4AmspK7UH74odeDDZpfBA1CNKghFA/view?usp=sharing"
href="https://d1yw74buhe0ts0.cloudfront.net/static/motrpac-data-hub/publications/data/related-studies/heritage-proteomics/HERITAGE_somalogic_analytes.xlsx"
className="btn btn-outline-primary d-flex align-items-center"
role="button"
>
Expand Down
Binary file added src/assets/teamMemberPhotos/Pauline.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 11 additions & 5 deletions src/lib/teamInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import JayImg from '../assets/teamMemberPhotos/Jay.jpg';
import SamImg from '../assets/teamMemberPhotos/Sam.jpg';
import DanImg from '../assets/teamMemberPhotos/Dan.jpg';
import MiaImg from '../assets/teamMemberPhotos/Mia.jpg';
import PaulineImg from '../assets/teamMemberPhotos/Pauline.jpg';

const teamInfo = {
PIs: [
Expand Down Expand Up @@ -100,14 +101,14 @@ const teamInfo = {
image: SamImg,
},
{
name: 'Jimmy Zhen',
title: 'Software Developer',
image: JimmyImg,
name: 'Pauline Brochet',
title: 'Postdoctoral Scholar',
image: PaulineImg,
},
{
name: 'Chris Teng',
name: 'Jimmy Zhen',
title: 'Software Developer',
image: ChrisImg,
image: JimmyImg,
},
{
name: 'Jay Yu',
Expand Down Expand Up @@ -148,6 +149,11 @@ const teamInfo = {
},
],
Alumni: [
{
name: 'Chris Teng',
title: 'Alumni',
image: ChrisImg,
},
{
name: 'Manuel A. Rivas, Ph.D.',
title: 'Alumni',
Expand Down

0 comments on commit 8d7e8c3

Please sign in to comment.