diff --git a/README.md b/README.md index 4db93e2..142656f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ T2lesion is a web page that uses AI to identify chronic stroke lesions observed ## Usage -1. Open the [live demo](https://neurolabusc.github.io/T2lesion). +1. Open the [live demo](https://niivue.github.io/T2lesion). 2. **Option 1** The web page automatically loads with a default T2 MRI scan. If you want to use this scan, go to step 5. 3. **Option 2** If your T2 MRI scan is in NIfTI format, drag and drop the file onto the web page. 4. **Option 3** If your image is in DICOM format, it may load if you drag and drop the files. If this fails, convert your images with dcm2niix. @@ -18,7 +18,7 @@ T2lesion is a web page that uses AI to identify chronic stroke lesions observed This hot-reloadable live demo will refresh the web page each time you modify the code. ```bash -git clone git@github.com:neurolabusc/T2lesion.git +git clone git@github.com:niivue/T2lesion.git cd T2lesion npm install npm run dev diff --git a/main.js b/main.js index 2a81333..e801e7c 100644 --- a/main.js +++ b/main.js @@ -5,7 +5,7 @@ import MyWorker from "./brainchop-webworker.js?worker" async function main() { aboutBtn.onclick = function () { - const url = "https://github.com/neurolabusc/T2lesion"; + const url = "https://github.com/niivue/T2lesion"; window.open(url, '_blank'); } opacitySlider0.oninput = function () {