Skip to content

Commit 4e5c7fb

Browse files
committed
Update repository information
1 parent e466834 commit 4e5c7fb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
[![Build Status](https://travis-ci.com/dcmjs-org/dicom-microscopy-viewer.svg?branch=master)](https://travis-ci.com/dcmjs-org/dicom-microscopy-viewer)
1+
[![Build Status](https://travis-ci.com/mghcomputationalpathology/dicom-microscopy-viewer.svg?branch=master)](https://travis-ci.com/mghcomputationalpathology/dicom-microscopy-viewer)
22

33
# DICOM Microscopy Viewer
44
Vanilla JS library for web-based visualization of [DICOM VL Whole Slide Microscopy Image](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_A.32.8.html) datasets.
55

66
## Motivation and implementation
77
The library is intended to provide a lightweight and standard-compliant viewer for microscopy images in DICOM format.
8-
The viewer relies on [Openlayers](http://openlayers.org/) for rendering pyramid images and dynamically retrieves pyramid tiles (image frames) via [DICOMweb WADO-RS](https://www.dicomstandard.org/dicomweb/retrieve-wado-rs-and-wado-uri/) using [dicomweb-client](https://github.com/dcmjs-org/dicomweb-client).
8+
The viewer relies on [Openlayers](http://openlayers.org/) for rendering pyramid images and dynamically retrieves pyramid tiles (image frames) via [DICOMweb WADO-RS](https://www.dicomstandard.org/dicomweb/retrieve-wado-rs-and-wado-uri/) using [dicomweb-client](https://github.com/mghcomputationalpathology/dicomweb-client).
99
However, the viewer API fully abstracts the underlying rendering library and doesn't expose the lower level Openlayers API directly, such that another rendering library could in principle be used in the future if this would be of advantage.
1010

1111
## Installation
@@ -21,7 +21,7 @@ npm install dicom-microscopy-viewer
2121
Build and test code locally:
2222

2323
```None
24-
git clone https://github.com/dcmjs-org/dicom-microscopy-viewer ~/dicom-microscopy-viewer
24+
git clone https://github.com/mghcomputationalpathology/dicom-microscopy-viewer ~/dicom-microscopy-viewer
2525
cd ~/dicom-microscopy-viewer
2626
npm install
2727
npm run build

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/dcmjs-org/dicom-microscopy-viewer.git"
17+
"url": "git+https://github.com/mghcomputationalpathology/dicom-microscopy-viewer.git"
1818
},
1919
"keywords": [
2020
"dicom",
@@ -25,9 +25,9 @@
2525
"author": "Markus D. Herrmann",
2626
"license": "MIT",
2727
"bugs": {
28-
"url": "https://github.com/dcmjs-org/dicom-microscopy-viewer/issues"
28+
"url": "https://github.com/mghcomputationalpathology/dicom-microscopy-viewer/issues"
2929
},
30-
"homepage": "https://github.com/dcmjs-org/dicom-microscopy-viewer#readme",
30+
"homepage": "https://github.com/mghcomputationalpathology/dicom-microscopy-viewer#readme",
3131
"devDependencies": {
3232
"chai": "^4.1.2",
3333
"mocha": "^5.2.0",

0 commit comments

Comments
 (0)