Skip to content

Commit

Permalink
Updates to fellowships page
Browse files Browse the repository at this point in the history
  • Loading branch information
barrymoore committed May 30, 2024
1 parent 414287e commit 93d732e
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _includes/main.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@
<a href="/utilizing-cddrc/">Utilizing CDDRC</a>
<a href="/contributing-to-cddrc/">Contributing to CDDRC</a>
<a href="/challenge-prizes/">Challenge Prizes</a>
<a href="https://biodatacatalyst.nhlbi.nih.gov/fellows/program/" target="_blank">Fellowships</a>
-->
<a href="https://benchtobassinet.com/?page_id=2526" target="_blank">Challenge Prizes</a>
<a href="https://biodatacatalyst.nhlbi.nih.gov/fellows/program/" target="_blank">Fellowships</a>
<a href="/fellowships/">Fellowships</a>
<a href="/people/">People</a>
<a href="/blog/">Blog</a>
<a href="/cddrc_docs/">Help</a>
Expand Down
Binary file added assets/qrcode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions fellowships/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
layout: main.liquid
---

<div class='fellowships-content'>

<h1 style='text-align: center; color: #55c3e6'>CGC & CDDRC Fellowship Program</h1>
<h2 style='text-align: center; color: #c60000'>THIRD Round of Competition Now Open</h2>

<p class='fellowships-content__text'>
We are announcing the third round of competition for the PCGC &
CDDRC Fellowship program that will provide training opportunities
for outside investigators in cloud-based genomics
computation. Fellowships are available for bioinformatics training
and research utilizing large datasets available through the CDDRC
and PCGC, in collaboration with the NHLBI BioData Catalyst.
</p>

<p class='fellowships-content__text'>
This is a virtual program that can be performed from your current
institution.
</p>

<p class='fellowships-content__text'>
For additional information and application process, as well as
previous cohorts of fellows, please see our website:
</p>

<p class='fellowships-content__text'>
Fellowship QR Code: <a href='https://benchtobassinet.com/?page_id=2531'>https://benchtobassinet.com/?page_id=2531</a>
</p>

<img src='/assets/qrcode.png' alt='QR Code for CGC & CDDRC Fellowship' width="200" height="200"</img>

</p>

<h2>TIMELINE</h2>
<ul>
<li>June 3, 2024 – Application Process Opens
<li>August 16, 2024 5PM Local Time– Application Deadline
<li>September 13, 2024 – Award notices released
<li>October 1st, 2024 – Program Begins
<li>September 30th, 2025 – Fellowship Program Ends
</ul>
</div>

10 changes: 10 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -439,3 +439,13 @@ main {
margin-top: var(--header-height);
margin-bottom: 4em;
}

.fellowships-content {
display: flex;
flex-direction: column;
align-items: center;
margin: 0 auto;
max-width: 600px;
margin-top: var(--header-height);
margin-bottom: 4em;
}

0 comments on commit 93d732e

Please sign in to comment.