Skip to content

Commit 3f14217

Browse files
committed
fix deployment link and relative URLs
1 parent 22a8367 commit 3f14217

File tree

12 files changed

+24
-24
lines changed

12 files changed

+24
-24
lines changed

jekyll-site/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Site settings
22
title: "MIMIC Database"
33
description: "A large, publicly available critical care database"
4-
baseurl: "" # the subpath of your site, e.g. /blog
4+
baseurl: "/mimic-website" # the subpath of your site, e.g. /blog
55
url: "https://mimic.mit.edu" # the base hostname & protocol for your site
66
repository: "MIT-LCP/mimic-website"
77

jekyll-site/_docs/gettingstarted/cloud/bigquery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The query should return some data, and your browser window should be similar to
4040

4141
At this point you are ready to use MIMIC on BigQuery!
4242

43-
A tutorial on using BigQuery to query MIMIC-III is available [here](/docs/iii/tutorials/intro-to-mimic-iii-bq).
43+
A tutorial on using BigQuery to query MIMIC-III is available [here]({{ "/docs/iii/tutorials/intro-to-mimic-iii-bq" | relative_url }}).
4444

4545
Note that we have a number of pre-generated "views" of the data. These are available in the `mimiciv_derived` dataset which you are free to query. All code used to generate these views has been made openly available on the [MIMIC-IV code repository](https://github.com/MIT-LCP/mimic-iv/).
4646

jekyll-site/_docs/gettingstarted/cloud/gcs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: "Access the MIMIC datasets on Google Cloud Storage (GCS)."
99

1010
# Google Cloud Storage
1111

12-
The MIMIC databases are hosted on Google Cloud Storage (GCS). Access to the bucket, if available, can be requested via the PhysioNet project page. See [this page for more detail on this process](/docs/gettingstarted).
12+
The MIMIC databases are hosted on Google Cloud Storage (GCS). Access to the bucket, if available, can be requested via the PhysioNet project page. See [this page for more detail on this process]({{ "/docs/gettingstarted" | relative_url }}).
1313

1414
Datasets available on GCS include:
1515

jekyll-site/_docs/gettingstarted/cloud/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ There are three steps to accessing data on the cloud:
3333
3. Log-in to the appropriate service and navigate to the resource
3434

3535
These steps assume you are already credentialed and have signed the data use agreement for MIMIC-IV.
36-
If you have not, read this page for instructions on gaining access to [MIMIC](/docs/gettingstarted).
36+
If you have not, read this page for instructions on gaining access to [MIMIC]({{ "/docs/gettingstarted" | relative_url }}).

jekyll-site/_docs/gettingstarted/cloud/link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ For AWS, add your AWS canonical ID. This is *not your e-mail*. It is a numeric i
4545

4646
## Linked account
4747

48-
Once you have successfully linked a cloud account to your PhysioNet profile, the next step is to request access to [MIMIC](/docs/gettingstarted/cloud/request) for your cloud account.
48+
Once you have successfully linked a cloud account to your PhysioNet profile, the next step is to request access to [MIMIC]({{ "/docs/gettingstarted/cloud/request" | relative_url }}) for your cloud account.

jekyll-site/_docs/gettingstarted/cloud/request.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ For MIMIC-III, go to the [MIMIC-III PhysioNet project page](https://physionet.or
1616
For MIMIC-IV, go to the [MIMIC-IV PhysioNet project page](https://physionet.org/content/mimiciv).
1717

1818
Once there, scroll to the bottom to the "Files" section.
19-
*If* the page shows a restricted-access warning, you need to get access to [MIMIC](/docs/gettingstarted).
19+
*If* the page shows a restricted-access warning, you need to get access to [MIMIC]({{ "/docs/gettingstarted" | relative_url }}).
2020
Otherwise, you should see the following:
2121

2222
![Methods for accessing MIMIC-IV](/img/cloud/mimiciv_files.png)
@@ -47,7 +47,7 @@ You will receive an e-mail detailing instructions for how to access MIMIC on Big
4747
Once you have been granted access to a cloud resource, the next step is to navigate to that resource in the cloud.
4848

4949
* For the GCP Storage Bucket, click the link e-mailed to you.
50-
* For BigQuery, see the [BigQuery page](../bigquery). You may also be interested in the [querying tutorial on BigQuery] for [MIMIC-III](/docs/iii/tutorials/intro-to-mimic-iii-bq//) or [MIMIC-IV](/docs/iv/tutorials/bigquery/).
50+
* For BigQuery, see the [BigQuery page](../bigquery). You may also be interested in the [querying tutorial on BigQuery] for [MIMIC-III]({{ "/docs/iii/tutorials/intro-to-mimic-iii-bq/" | relative_url }}) or [MIMIC-IV]({{ "/docs/iv/tutorials/bigquery/" | relative_url }}).
5151
* AWS access is currently unavailable for MIMIC-IV, but planned.
5252

53-
Once you have access to MIMIC, we highly recommend you read the respective database introduction: [MIMIC-III](/docs/iii), [MIMIC-IV](/docs/iv/).
53+
Once you have access to MIMIC, we highly recommend you read the respective database introduction: [MIMIC-III]({{ "/docs/iii" | relative_url }}), [MIMIC-IV]({{ "/docs/iv/" | relative_url }}).

jekyll-site/_docs/gettingstarted/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ If you are a student (including graduate students) or a postdoc, you must provid
3939

4040
We highly recommend accessing the data through a cloud service.
4141
In order to use the cloud service, you must associate your PhysioNet account with your cloud account.
42-
The [cloud access page](./cloud) provides instructions on how to do this.
42+
The [cloud access page]({{ "/docs/gettingstarted/cloud" | relative_url }}) provides instructions on how to do this.

jekyll-site/_docs/gettingstarted/local/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: "Set up MIMIC locally on your own database server."
1111

1212
## PhysioNet
1313

14-
Once your [application to access MIMIC](/docs/gettingstarted/) has been approved, you will be granted access to the 'MIMIC-III Clinical Database' project page on PhysioNet:
14+
Once your [application to access MIMIC]({{ "/docs/gettingstarted/" | relative_url }}) has been approved, you will be granted access to the 'MIMIC-III Clinical Database' project page on PhysioNet:
1515
https://physionet.org/content/mimiciii/
1616

1717
## Data and build scripts

jekyll-site/_docs/gettingstarted/local/install-mimic-locally-ubuntu.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: "Step-by-step guide for installing MIMIC-III locally on Unix/Mac sy
99

1010
# Installing MIMIC-III in a local Postgres database
1111

12-
Prerequisites: *This tutorial assumes that you have already completed the [steps required to gain access](/docs/gettingstarted) to the MIMIC dataset on PhysioNet.*
12+
Prerequisites: *This tutorial assumes that you have already completed the [steps required to gain access]({{ "/docs/gettingstarted" | relative_url }}) to the MIMIC dataset on PhysioNet.*
1313

1414
Note that this install was written and tested using Mac OS X and Ubuntu 15.04. If you feel there are key details missing, please [raise an issue](https://github.com/MIT-LCP/mimic-website/issues) with your suggested improvements - we would love to incorporate them!
1515

@@ -24,7 +24,7 @@ These steps are roughly equivalent, though you may learn more about the database
2424

2525
Before proceeding with this tutorial you will need to:
2626

27-
1. Download the MIMIC-III Clinical Database (see [here](/docs/gettingstarted/) for details on gaining access).
27+
1. Download the MIMIC-III Clinical Database (see [here]({{ "/docs/gettingstarted/" | relative_url }}) for details on gaining access).
2828
2. Place the MIMIC-III Clinical Database as either .csv or .csv.gz files somewhere on your local computer.
2929
3. Download the PostgreSQL scripts from [here](https://github.com/MIT-LCP/mimic-code/tree/main/mimic-iii/buildmimic/postgres) - only the files which end in `.sql` are required.
3030

@@ -40,7 +40,7 @@ On Mac OSX with the [Homebrew package manager](http://brew.sh/), simply type ```
4040

4141
### 2. Download the CSV data files
4242

43-
Assuming that you have completed the [steps required to gain access](/docs/gettingstarted) to the MIMIC dataset, you should be able to access the CSV data files on PhysioNet at: https://physionet.org/content/mimiciii/.
43+
Assuming that you have completed the [steps required to gain access]({{ "/docs/gettingstarted" | relative_url }}) to the MIMIC dataset, you should be able to access the CSV data files on PhysioNet at: https://physionet.org/content/mimiciii/.
4444

4545
Download these files to a local folder and decompress them if desired (it is possible to load the data directly into a database from compressed data files). The program `gzip` can be used to decompress the data (e.g. ```gzip -d *.gz```).
4646

jekyll-site/_docs/gettingstarted/local/install-mimic-locally-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ These are relatively brief instructions provided to ease installation of Postgre
1515

1616
Before proceeding with this guide you will need to:
1717

18-
1. Download the MIMIC-III Clinical Database (see [here](/docs/gettingstarted) for details on gaining access).
18+
1. Download the MIMIC-III Clinical Database (see [here]({{ "/docs/gettingstarted" | relative_url }}) for details on gaining access).
1919
2. Extract the MIMIC-III Clinical Database as .csv files somewhere on your local computer.
2020
3. Download the PostgreSQL scripts from [here](https://github.com/MIT-LCP/mimic-code/tree/main/mimic-iii/buildmimic/postgres) - only the files which end in `.sql` are required.
2121

0 commit comments

Comments
 (0)