From 3907b8c7bbabd3cf42f4453187b7d6c82b3ef3f1 Mon Sep 17 00:00:00 2001 From: Jesse Casman Date: Sun, 3 Nov 2024 18:09:36 -1000 Subject: [PATCH] fixing kirill's image size --- .../index.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/building-data-highways-kirill-mullers-journey-in-enhancing-rs-database/index.qmd b/posts/building-data-highways-kirill-mullers-journey-in-enhancing-rs-database/index.qmd index 0d13e4d..19a30d2 100644 --- a/posts/building-data-highways-kirill-mullers-journey-in-enhancing-rs-database/index.qmd +++ b/posts/building-data-highways-kirill-mullers-journey-in-enhancing-rs-database/index.qmd @@ -13,7 +13,7 @@ Kirill Müller is the author of the [{DBI} package](https://dbi.r-dbi.org/), whi - Postgres, using the R-package RPostgres - SQLite, using the R-package RSQLite -![](kirill.webp) +![](kirill.webp){width=50%} > Kirill Müller is passionate about building, applying, and teaching tools for working with data and has worked on the boundary between data and computer science for more than 25 years. He has been awarded five R consortium projects over the past 8 years to improve database connectivity and performance in R and another one to investigate profiling of R and native code. Kirill is a core contributor to several tidyverse packages, including [dplyr](https://dplyr.tidyverse.org/) and [tibble](https://tibble.tidyverse.org/), and the maintainer of the [duckdb](https://r.duckdb.org/) R package. He holds a Ph.D. in Civil Engineering from ETH Zurich and is a founder and partner at [cynkra](https://www.cynkra.com/), a Zurich-based data science consultancy with a heavy focus on R. Kirill enjoys playing badminton, cycling, and hiking.