diff --git a/data/people.json b/data/people.json index b22eb22..514fd2c 100644 --- a/data/people.json +++ b/data/people.json @@ -155,6 +155,20 @@ "tags": ["lab management"], "status": "current" }, + { + "id": "jaap-de-ruyter", + "name": "Jaap de Ruyter van Steveninck", + "role": "Software Engineer", + "avatar": "/images/people/jaap.jpg", + "project": "All things software, including DeepLabCut", + "note": "Also works in M.W. Mathis lab", + "links": { + "website": "https://jaapderuyter.com/", + "scholar": "https://scholar.google.nl/citations?user=751H_tMAAAAJ" + }, + "tags": ["software engineering", "DeepLabCut"], + "status": "current" + }, { "id": "maxim-pavliv", "name": "Maxim Pavliv", diff --git a/public/images/people/jaap.jpg b/public/images/people/jaap.jpg new file mode 100644 index 0000000..87a9526 Binary files /dev/null and b/public/images/people/jaap.jpg differ