Skip to content

Commit 17419fa

Browse files
committed
update building page
1 parent cdc8b9b commit 17419fa

2 files changed

Lines changed: 18 additions & 8 deletions

File tree

_data/portfolio.yaml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,36 @@
11
- id: om1-2
2-
title: "PhenOM Patient Risk Panel [OM1]"
2+
title: "PhenOM Patient Risk Panel"
3+
org: OM1
34
description: "Allows providers and health plans to more effectively triage patients based on future risk phenotypes"
45
link: https://github.com/tmfarrell/phenom-risk-mgmt
56
date: 2025-04-01
67
- id: om1-1
7-
title: "Insights Platform [OM1]"
8+
title: "Insights Platform"
9+
org: OM1
810
description: "Allows epidemiologists and analysts to more rapidly discover insights and generate evidence from real-world healthcare datasets"
911
link: /assets/pdf/insights_platform.pdf
1012
date: 2024-11-01
1113
- id: om1-0
12-
title: "Data Studio [OM1]"
14+
title: "Data Studio"
15+
org: OM1
1316
description: "Browser-native, notebook-based data analysis environment"
1417
link: /assets/pdf/om1_data_studio.pdf
1518
date: 2024-02-01
1619
- id: dzd-1
17-
title: "epiXact [DZD]"
20+
title: "epiXact"
21+
org: DZD
1822
description: "Outbreak detection service for hospital systems"
1923
link: /assets/pdf/epixact.pdf
2024
date: 2020-11-01
2125
- id: dzd-0
22-
title: "MicrohmDB [DZD]"
26+
title: "MicrohmDB"
27+
org: DZD
2328
description: "Large database for antibiotic susceptibility phenotype prediction from genomic data"
2429
link: /assets/pdf/microhmdb.pdf
2530
date: 2020-01-01
2631
- id: broad-0
27-
title: "Malaria Genomics FireCloud [Broad]"
32+
title: "Malaria Genomics FireCloud"
33+
org: Broad
2834
description: "Scalable data processing and analysis pipelines for malarial genomics"
2935
link: https://github.com/tmfarrell/broad_malaria_firecloud
3036
date: 2018-01-01

building.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@ <h1 class="post-title">&nbsp; &nbsp; building</h1>
1111
<ul class="post-list" style="list-style:none">
1212
{% for item in site.data.portfolio %}
1313
<li>
14-
<span class="post-meta">{{ item.date | date: "%b %Y" }}</span>
1514
<a href="{{ item.link }}">{{ item.title }}</a>
16-
<p class="portfolio-description">{{ item.description }}</p>
15+
<br />
16+
<span class="post-meta">{{ item.date | date: "%b %Y" }}</span>
17+
/ <span style="color: grey;">{{ item.org }}</span>
18+
<p class="portfolio-description">
19+
{{ item.description }}
20+
</p>
1721
</li>
1822
{% endfor %}
1923
</ul>

0 commit comments

Comments
 (0)