Skip to content

Commit 93d732e

Browse files
committed
Updates to fellowships page
1 parent 414287e commit 93d732e

File tree

4 files changed

+58
-1
lines changed

4 files changed

+58
-1
lines changed

_includes/main.liquid

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222
<a href="/utilizing-cddrc/">Utilizing CDDRC</a>
2323
<a href="/contributing-to-cddrc/">Contributing to CDDRC</a>
2424
<a href="/challenge-prizes/">Challenge Prizes</a>
25+
<a href="https://biodatacatalyst.nhlbi.nih.gov/fellows/program/" target="_blank">Fellowships</a>
2526
-->
2627
<a href="https://benchtobassinet.com/?page_id=2526" target="_blank">Challenge Prizes</a>
27-
<a href="https://biodatacatalyst.nhlbi.nih.gov/fellows/program/" target="_blank">Fellowships</a>
28+
<a href="/fellowships/">Fellowships</a>
2829
<a href="/people/">People</a>
2930
<a href="/blog/">Blog</a>
3031
<a href="/cddrc_docs/">Help</a>

assets/qrcode.png

43.1 KB
Loading

fellowships/index.html

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
layout: main.liquid
3+
---
4+
5+
<div class='fellowships-content'>
6+
7+
<h1 style='text-align: center; color: #55c3e6'>CGC & CDDRC Fellowship Program</h1>
8+
<h2 style='text-align: center; color: #c60000'>THIRD Round of Competition Now Open</h2>
9+
10+
<p class='fellowships-content__text'>
11+
We are announcing the third round of competition for the PCGC &
12+
CDDRC Fellowship program that will provide training opportunities
13+
for outside investigators in cloud-based genomics
14+
computation. Fellowships are available for bioinformatics training
15+
and research utilizing large datasets available through the CDDRC
16+
and PCGC, in collaboration with the NHLBI BioData Catalyst.
17+
</p>
18+
19+
<p class='fellowships-content__text'>
20+
This is a virtual program that can be performed from your current
21+
institution.
22+
</p>
23+
24+
<p class='fellowships-content__text'>
25+
For additional information and application process, as well as
26+
previous cohorts of fellows, please see our website:
27+
</p>
28+
29+
<p class='fellowships-content__text'>
30+
Fellowship QR Code: <a href='https://benchtobassinet.com/?page_id=2531'>https://benchtobassinet.com/?page_id=2531</a>
31+
</p>
32+
33+
<img src='/assets/qrcode.png' alt='QR Code for CGC & CDDRC Fellowship' width="200" height="200"</img>
34+
35+
</p>
36+
37+
<h2>TIMELINE</h2>
38+
<ul>
39+
<li>June 3, 2024 – Application Process Opens
40+
<li>August 16, 2024 5PM Local Time– Application Deadline
41+
<li>September 13, 2024 – Award notices released
42+
<li>October 1st, 2024 – Program Begins
43+
<li>September 30th, 2025 – Fellowship Program Ends
44+
</ul>
45+
</div>
46+

styles.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,3 +439,13 @@ main {
439439
margin-top: var(--header-height);
440440
margin-bottom: 4em;
441441
}
442+
443+
.fellowships-content {
444+
display: flex;
445+
flex-direction: column;
446+
align-items: center;
447+
margin: 0 auto;
448+
max-width: 600px;
449+
margin-top: var(--header-height);
450+
margin-bottom: 4em;
451+
}

0 commit comments

Comments
 (0)