This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Pull in the wezterm API | |
| local wezterm = require 'wezterm' | |
| -- This will hold the configuration. | |
| local config = wezterm.config_builder() | |
| -- This is where you actually apply your config choices. | |
| -- For example, changing the initial geometry for new windows: | |
| config.initial_cols = 92 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # .......................................................... | |
| # 2025-10-09 -- box | |
| # ihme citations skew ----------- | |
| # Ilya Kashnitsky, [email protected] | |
| # .......................................................... | |
| library(tidyverse) | |
| library(janitor) | |
| library(magrittr) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"version":1,"resource":"file:///x%3A/gh/30daychart2026/README.md","entries":[{"id":"icmg.md","source":"Workspace Edit","timestamp":1775088929927},{"id":"ray5.md","timestamp":1775089183347},{"id":"GKHK.md","timestamp":1775089478031},{"id":"bblD.md","timestamp":1775089730249},{"id":"vOqU.md","timestamp":1775090712204},{"id":"kXhw.md","source":"Workspace Edit","timestamp":1775091825640},{"id":"qOR3.md","timestamp":1775091956151},{"id":"dLZD.md","timestamp":1775092027571},{"id":"iTYY.md","timestamp":1775092125207},{"id":"ekZI.md","source":"Workspace Edit","timestamp":1775092499779},{"id":"z0jB.md","timestamp":1775092526567},{"id":"4hrv.md","timestamp":1775110676680},{"id":"WAYX.md","timestamp":1775110696365},{"id":"0Woz.md","source":"Workspace Edit","timestamp":1775110766280},{"id":"4Jnb.md","timestamp":1775112011362},{"id":"DE78.md","timestamp":1775112031348}]} |
Ilya Kashnitsky, [email protected]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0.9505599562960936 | 7.373295920141045 | |
|---|---|---|
| 1.0986069379950836 | 7.328921556455017 | |
| 1.2791586998087952 | 7.3965756996349725 | |
| 1.4164162797049977 | 7.896948176106876 | |
| 1.5681507784758253 | 7.501837550594721 | |
| 1.992078667030866 | 7.42089841325023 | |
| 2.1416279704998624 | 7.585483350301706 | |
| 2.2817536192297174 | 7.757505400908842 | |
| 2.4356733133023756 | 7.802699212833056 | |
| 2.624146408085222 | 7.653956941719848 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| auth_50 %>% | |
| ggplot(aes(avg_cit, n_papers, color = avg_age_of_papers))+ | |
| geom_vline(xintercept = 0, size = 2, color = "#04444499")+ | |
| geom_point(size = 2)+ | |
| geom_text( | |
| aes(label = author_abbr, size = n_papers), | |
| hjust = c(-.1, 1.1) %>% rep(25), | |
| vjust = c(-.05, 1.05) %>% rep(25), | |
| fontface = 2, | |
| alpha = .75 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #=============================================================================== | |
| # 2023-12-21 -- misc | |
| # convert pdf to png | |
| # Ilya Kashnitsky, [email protected], @ikashnitsky | |
| #=============================================================================== | |
| #' @description A function to convert all PDFs in a directory into PNGs, or just one if specified. | |
| #' @param dir_pdfs character. A character string with a path to the directory containing PDFs to convert | |
| #' @param output_dir character. An optional parameter to specify the output directory for the converted PNGs. Defaults to `"/png"`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #=============================================================================== | |
| # 2023-11-06 -- 30DayMapChallenge | |
| # ASIA -- restaurants in Denmark | |
| # Ilya Kashnitsky, [email protected], @ikashnitsky.phd | |
| #=============================================================================== | |
| library(tidyverse) | |
| library(magrittr) | |
| library(osmdata) | |
| library(eurostat) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #=============================================================================== | |
| # 2023-04-12 -- SMD lightning talk | |
| # Usecase of SMD | |
| # Ilya Kashnitsky, [email protected], @ikashnitsky | |
| #=============================================================================== | |
| library(tidyverse) | |
| library(magrittr) | |
| library(prismatic) | |
| library(janitor) |
NewerOlder