Skip to content

Commit 50516b5

Browse files
authored
Merge pull request #290 from cmu-delphi/sgratzl/people
unify people definition
2 parents 4271670 + 6424576 commit 50516b5

File tree

92 files changed

+711
-609
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+711
-609
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@ In RMarkdown things are slightly more different since the R Markdown parser is u
4747
4848
```
4949

50-
### Data
51-
52-
In addition, there in the `/data` directory there are the following listings in YAML syntax
53-
54-
- `authors.yaml` list of blog authors referenced in the `authors` field in blog posts. This list is used to generated the author information at the end of a blog post
55-
- `supporters.yaml` list of supporters/collaborators
56-
5750
## Development Environment
5851

5952
One click: [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/cmu-delpih/www-main)

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ relativeURLs = false
2929
parent = "about"
3030
name = "Publications"
3131
url = "/about/publications"
32-
weight = 3
32+
weight = 4
3333
[[menu.main]]
3434
identifier = "covidcast"
3535
name = "COVIDcast"

content/about/_index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
---
22
title: Delphi Research Group
33
layout: about
4+
5+
collaborators:
6+
- name: Amazon
7+
group: collaborator
8+
- name: CDC
9+
group: collaborator
10+
- name: Change Healthcare
11+
group: collaborator
12+
- name: Defense Threat Reduction Agency
13+
group: collaborator
14+
- name: Facebook
15+
group: collaborator
16+
- name: Uptake
17+
group: collaborator
18+
- name: Optum
19+
group: collaborator
20+
- name: Google.org
21+
group: sponsor
22+
423
---
524

625
### Who are we?

0 commit comments

Comments
 (0)