From 2c4eab45996edb14c428ab36c90f97e866d56358 Mon Sep 17 00:00:00 2001 From: ani Date: Sun, 19 Jul 2026 14:49:32 +0000 Subject: [PATCH] fix(mimic-iii): repair broken postgres path in README The III README linked /buildmimic/postgres at the repo root, which 404s. Point it at /mimic-iii/buildmimic/postgres like the IV README. --- mimic-iii/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mimic-iii/README.md b/mimic-iii/README.md index a69d3a064..1e9d600cf 100644 --- a/mimic-iii/README.md +++ b/mimic-iii/README.md @@ -8,7 +8,7 @@ Jupyter notebooks are also provided which detail analyses performed on MIMIC-III The repository is organized as follows: * [benchmark](/mimic-iii/benchmark) - Various speed tests for indices -* [buildmimic](/mimic-iii/buildmimic) - Scripts to build MIMIC-III in a relational database management system (RDMS), in particular [postgres](/buildmimic/postgres) is our RDMS of choice +* [buildmimic](/mimic-iii/buildmimic) - Scripts to build MIMIC-III in a relational database management system (RDMS), in particular [postgres](/mimic-iii/buildmimic/postgres) is our RDMS of choice * [concepts](/mimic-iii/concepts) - Useful views/summaries of the data in MIMIC-III, e.g. demographics, organ failure scores, severity of illness scores, durations of treatment, easier to analyze views, etc. The paper above describes these in detail, and a README in the subfolder lists concepts generated. * [notebooks](/mimic-iii/notebooks) - A collection of R markdown and Jupyter notebooks which give examples of how to extract and analyze data * [notebooks/aline](/mimic-iii/notebooks/aline) - An entire study reproduced in the MIMIC-III database - from cohort generation to hypothesis testing