From 78362b0c7c26d3c8a5c671eafec29acc6203eee4 Mon Sep 17 00:00:00 2001 From: Nikhil Haas Date: Mon, 18 Jan 2016 18:36:08 -0800 Subject: [PATCH] Replace link to MIMIC-II Vagrant repo with MIMIC-III - Currently the buildmimic/vagrant README links to a repo that automatically downloads and loads the MIMIC II data into a Vagrant VM. This commit replaces the links and language in that README to reference a sister repo that downloads and loads the MIMIC III data. - Leaves a link at the bottom of the README to the MIMIC II repo in case usage of that data is desired. - Removes the sub-header that says "MIMIC-III version coming soon...". --- buildmimic/vagrant/README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/buildmimic/vagrant/README.md b/buildmimic/vagrant/README.md index 66ce8da..1b2fda3 100644 --- a/buildmimic/vagrant/README.md +++ b/buildmimic/vagrant/README.md @@ -1,15 +1,18 @@ -# Vagrant VM for MIMIC II +# Vagrant VM for MIMIC III -## (MIMIC-III version coming soon...) - -See: [mimic-ii-vm](https://github.com/nsh87/mimic-ii-vm) +See: [mimic-iii-vm](https://github.com/nsh87/mimic-iii-vm) Vagrant allows you to easily automate the creation of virtual machines. -The [mimic-ii-vm](https://github.com/nsh87/mimic-ii-vm) repository will -create a virtual machine with Vagrant, download the MIMIC II data, and -make it accessible to you via command line or graphical interface with -a single command. +The [mimic-iii-vm](https://github.com/nsh87/mimic-iii-vm) repository will +create a virtual machine with Vagrant, download version three of the +MIMIC III data, and make it accessible to you via command line or graphical +interface with a single command. The automated steps performed on the VM are similar to those in the [Install MIMIC locally](http://mimic.physionet.org/tutorials/install_mimic_locally/) instructions on the official website. + +
+ +If you would like to use the MIMIC II data, please use the +[mimic-ii-vm](https://github.com/nsh87/mimic-ii-vm) repository, instead.