Denys Dukhovnov's Avatar

Denys Dukhovnov

@ddukhovnov.bsky.social

Postdoctoral Researcher @Human Mortality Database (HMD) || Casual baker, weaver, craftsman, and shameless demographer

71 Followers  |  54 Following  |  4 Posts  |  Joined: 21.11.2024  |  1.7068

Latest posts by ddukhovnov.bsky.social on Bluesky

Post image

The 7️⃣th #HMD symposium is only one week away

🧐 Check out the program 👇
mortality.org/File/GetDocument/Public/HMD_7th_Symposium/Programme_JE%20HMD_2025.pdf

⏲️📅 October 9-10, 2025
🌍📍 @ined-english.bsky.social

#episky #mortality #longevity #HMDsymposium2025

02.10.2025 10:37 — 👍 9    🔁 2    💬 0    📌 0
Post image

📈 SDRs by sex and year are now available 📉
➡️ mortality.org

We are excited to announce that the #HMD has been updated to include period age-standardized #DeathRates (SDR) by sex and year, based on the two European Population Standards, 1976 & 2013

🔎 Learn more👇🧵

07.08.2025 08:26 — 👍 4    🔁 1    💬 1    📌 0
Post image Post image

A memorable end to the spectacular #IPC2025! Lots of engaging presentations and new connections in the world of demography and beyond. Many thanks to the organizers and to the city of Brisbane for the warm welcome.

18.07.2025 07:49 — 👍 3    🔁 0    💬 0    📌 0
Video thumbnail

📣Call for Papers📰The @hmdatabase.bsky.social team invites contributions to the 7th HMD Symposium. This year, the Symposium will be dedicated to investigating the main drivers and obstacles to #longevity progress in the pre- and post-COVID eras. @ined.bsky.social
www.demogr.mpg.de/en/news_even...

04.02.2025 15:05 — 👍 12    🔁 7    💬 0    📌 0
Post image

📢 #episky #mortality

Interested in investigating the drivers and obstacles to #longevity progress, pre- and post-COVID ❓
Submit your abstract for the 7th #HMD Symposium by March 30, 2025

More details ⬇️
mortality.org/File/GetDocu...

📅 9-10 October 2025
📍 @ined.bsky.social, Aubervilliers, France

30.01.2025 14:11 — 👍 8    🔁 5    💬 0    📌 1
Post image Post image

#TFR is on the rats' KPI menu this year. #demography

13.01.2025 12:53 — 👍 2    🔁 0    💬 0    📌 1

The Human Mortality Database is excited to join Bluesky! 👋
Follow us for the latest news, updates, and insights

29.11.2024 07:50 — 👍 31    🔁 6    💬 1    📌 3

Good morning Demographers and actuaries! HMD is now here!

29.11.2024 07:57 — 👍 15    🔁 4    💬 1    📌 0

To go one further, I wonder if replacing "power" with "effort" produces a general truth.

28.11.2024 01:12 — 👍 0    🔁 0    💬 1    📌 0
library(sf)
library(tidyverse)
library(tidycensus)

census.api.key <- "ENTER YOUR CENSUS API KEY" 
# Or get one at https://api.census.gov/data/key_signup.html

state.shp <- get_decennial(geography = "state", 
                           year = 2010, 
                           geometry = T, 
                           keep_geo_vars = T, 
                           key = census.api.key, 
                           variables = "H001001") %>% 
  st_centroid()

library(sf) library(tidyverse) library(tidycensus) census.api.key <- "ENTER YOUR CENSUS API KEY" # Or get one at https://api.census.gov/data/key_signup.html state.shp <- get_decennial(geography = "state", year = 2010, geometry = T, keep_geo_vars = T, key = census.api.key, variables = "H001001") %>% st_centroid()

Getting shapes directly from the US Census Bureau with the tidycensus package and then converting it to centroids on the fly usually works for me. However, you need to enter your own census API key.

21.11.2024 07:41 — 👍 1    🔁 0    💬 1    📌 0

@ddukhovnov is following 18 prominent accounts