Skip to content

Commit b634c7c

Browse files
authored
Merge pull request #391 from cmu-delphi/release/v2.9.0
Release v2.9.0
2 parents 418a768 + e5ed844 commit b634c7c

File tree

12 files changed

+68
-5
lines changed

12 files changed

+68
-5
lines changed
3.12 MB
Loading

config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ relativeURLs = false
4040
name = "News"
4141
url = "/about/news"
4242
weight = 4
43+
[[menu.main]]
44+
parent = "about"
45+
name = "Careers"
46+
url = "/about/careers"
47+
weight = 5
4348
[[menu.main]]
4449
identifier = "covidcast"
4550
name = "COVIDcast"

content/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ description: Developing the Theory and Practice of Epidemiological Forecasting
44
layout: landing
55

66
carousel:
7+
- pre: Delphi Careers
8+
title: We're Hiring!
9+
ref: careers
10+
alt: View Open Positions
11+
image: landing-pg_hero-img-3.jpg
712
- pre: Our Tools
813
title: Real-time Indicators of COVID-19 Activity
914
ref: covidcast

content/about/careers/_index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Delphi Careers
3+
linkTitle: Careers
4+
layout: single
5+
---
6+
7+
{{<careers>}}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
date: 2021-06-22
3+
title: Research Programmer/Analyst
4+
---
5+
6+
We are looking for a talented engineer to prevent, identify, diagnose, and
7+
rectify problems or outages that occur in the data processing pipelines for our
8+
indicators. This person will ideally have competency in linux systems
9+
administration, basic database & script programming, data analysis, and software
10+
engineering in a team setting.
11+
12+
[Apply to the Research Programmer/Analyst position at CMU Careers](https://cmu.wd5.myworkdayjobs.com/en-US/CMU/job/Pittsburgh-PA/Research-Programmer-Analyst---Machine-Learning-Department_2016450-1).
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
date: 2021-06-22
3+
title: Senior Database Engineer
4+
---
5+
6+
We are looking for a talented Senior Database Engineer to act as the technical
7+
lead for all of our data storage and retrieval systems. This person will ideally
8+
have significant experience in large-scale database work, and also experience in
9+
managing/leading engineers.
10+
11+
[Apply to the Senior Database Engineer position at CMU Careers](https://cmu.wd5.myworkdayjobs.com/en-US/CMU/job/Pittsburgh-PA/Senior-Database-Engineer---Machine-Learning-Department_2016449).
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
# flag to disable rendering individual pages
3+
headless: true
4+
---

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "www-main",
3-
"version": "2.8.1",
3+
"version": "2.9.0",
44
"private": true,
55
"dependencies": {
66
"@fortawesome/fontawesome-free": "^5.15.3",
77
"highlight.js": "^11.0.1",
88
"katex": "^0.13.11",
99
"uikit": "^3.6.22",
10-
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v2.5.1/www-covidcast-2.5.1.tgz",
10+
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v2.5.2/www-covidcast-2.5.2.tgz",
1111
"www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.0.1/www-epivis-2.0.1.tgz"
1212
},
1313
"devDependencies": {
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.careers-grid {
2+
margin-top: 64px;
3+
margin-bottom: 64px !important;
4+
}

0 commit comments

Comments
 (0)