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

Connects to #298. Multi-omics working groups resources update. #299

Merged
merged 6 commits into from
Mar 27, 2024
Merged
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
46 changes: 42 additions & 4 deletions src/MultiOmicsWorkingGroups/multiOmicsWorkingGroups.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React, { useState } from 'react';
import { useSelector } from 'react-redux';
import { Redirect } from 'react-router-dom';
import { Helmet } from 'react-helmet';
import PageTitle from '../lib/ui/pageTitle';
import HtmlReportModal from './htmlReportModal';

Expand Down Expand Up @@ -76,11 +77,48 @@ function MultiOmicsWorkingGroups() {

return (
<div className="multiOmicsWorkingGroupsPage px-3 px-md-4 mb-3 container">
<Helmet>
<html lang="en" />
<title>Resources for MoTrPAC Multi-omics Analysis Working Groups</title>
</Helmet>
<PageTitle title="Resources for Multi-omics Analysis Working Groups" />
<div className="multi-omics-working-groups-container">
<div className="multi-omics-working-groups-content-container bic-updates mt-5">
<h3 className="border-bottom mb-3 pb-3">BIC Updates</h3>
<p>
The Bioinformatics Center is committed to keeping our community
informed and up-to-date with the latest developments in
bioinformatics resources, tools, and data. To this end, we provide{' '}
<a
href="https://docs.google.com/document/d/11RneqlJsUPcj3XxKuoUhv09z-briz5WytL8gJvzgOPY/edit?usp=sharing"
target="_blank"
rel="noopener noreferrer"
>
monthly BIC Updates
</a>{' '}
that encapsulate all recent advancements, new resources, and crucial
data updates facilitated by our center.{' '}
<a
href="https://drive.google.com/drive/folders/1a5lMTVRHhsWGC7NKKBWGIvByZ8zAiAj5?usp=drive_link"
target="_blank"
rel="noopener noreferrer"
>
The archive of all the monthly BIC Updates is available here
</a>
.
</p>
<p>
Note: BIC Updates are disseminated monthly through email by Jane Lu.
To be added to the distribution list, please contact Jane at{' '}
<a href="mailto:[email protected]">
[email protected]
</a>
.
</p>
</div>
<div className="multi-omics-working-groups-content-container pre-cawg mt-5">
<h3 className="border-bottom mb-3 pb-3">
PRE-CAWG: PRE-COVID CASS Analysis Working Group
PRE-CAWG: PRE-COVID Analysis Working Group
</h3>
<p>
Processed PreCAWG data are set for internal dissemination of the
Expand Down Expand Up @@ -129,7 +167,7 @@ function MultiOmicsWorkingGroups() {
id="endurance-training"
>
<h3 className="border-bottom mb-3 pb-3">
DAWG-PAC: Data Analysis Working Group
DAWG-PAC: Data Analysis Working Group - PASS1A/1C
</h3>
<h5>PASS1A/1C: Acute exercise on young adult rats</h5>
<p>
Expand All @@ -147,7 +185,7 @@ function MultiOmicsWorkingGroups() {
target="_blank"
rel="noopener noreferrer"
>
Analysis Report
Analysis Report (deadline for revisions: 4/1/2024)
</a>
</li>
<li>
Expand All @@ -170,7 +208,7 @@ function MultiOmicsWorkingGroups() {
</a>
</li>
<li>
Analysis HTML Reports:
Integrated R Notebooks for Omics Data Analysis (HTML format)
<ul className="list-style mt-2">
<li>
Transcriptomics
Expand Down
Loading