Skip to content

Commit

Permalink
Moves Kevin to the research team
Browse files Browse the repository at this point in the history
He was previously listed as part of the collective.

Also updates tests.

Resolves #717

Signed-off-by: Nathen Harvey <[email protected]>
  • Loading branch information
nathenharvey authored and davidstanke committed Aug 14, 2024
1 parent 34b0530 commit 0ced3c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion hugo/content/research/team.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ layout: research_team
![Derek Debellis](/img/headshots/derek-debellis.jpeg)
Derek DeBellis is a quantitative researcher at Google. At Google, Derek focuses on survey research, logs analysis, and figuring out ways to measure concepts central to product development. Derek has recently published on Human-AI interaction, the impact of COVID-19's onset on smoking cessation, designing for NLP errors, and the role of UX in privacy discussions.

### Dr. Kevin M. Storer
![Dr. Kevin M. Storer](/img/headshots/kevin-storer.jpeg)
Dr. Kevin M. Storer is a Qualitative Researcher at Google, where he leads ethnographic research for the DORA team. Kevin has been conducting human-centered studies of software developers since 2015, spanning diverse problem contexts, participant profiles, and research methods. Kevin’s research has been published in top scientific venues on the topics of Artificial Intelligence, Ubiquitous Computing, and Interaction Design.

### Kim Castillo
![Kim Castillo](/img/headshots/kim-castillo.jpeg)
Kim Castillo is a UXR program manager at Google and drives the cross-functional effort behind the Accelerate State of DevOps Report. Kim likewise supports developer experience UX research in Google Cloud. The DORA program combines Kim's passion for research, software delivery practice, and coaching. Prior to Google, Kim worked as a delivery lead/technical program manager for several backend service teams, and as an agile development practices coach.
Expand All @@ -37,7 +41,6 @@ The collective includes current and former leaders, researchers, authors, and su
- Jessie Frazelle
- Jez Humble
- John Speed Mayers
- Kevin Storer, PhD
- Lolly Chessie
- Nathen Harvey
- Nicole Forsgren, PhD
Expand Down
Binary file added hugo/static/img/headshots/kevin-storer.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/playwright/tests/research/team.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test('Research Team page has the correct heading', async ({ page }) => {

test('Research Team page has correct number of researchers', async ({ page }) => {
const sizeOfResearchTeam = await page.locator('h3').count();
await expect(sizeOfResearchTeam).toBe(3);
await expect(sizeOfResearchTeam).toBe(4);
});

test('Research Team page lists the DORA Collective', async ({ page }) => {
Expand Down

0 comments on commit 0ced3c0

Please sign in to comment.