Skip to content

Commit

Permalink
Redirect to the dcmjs-org site
Browse files Browse the repository at this point in the history
  • Loading branch information
pieper committed Aug 23, 2018
1 parent 1369070 commit c614356
Showing 1 changed file with 11 additions and 25 deletions.
36 changes: 11 additions & 25 deletions examples/index.html
@@ -1,30 +1,16 @@
<!DOCTYPE HTML>
<html lang="en">
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<title>DCMJS Redirect</title>
<meta http-equiv="refresh" content="2; URL=https://dcmjs-org.github.io/dcmjs/examples">
<meta name="keywords" content="automatic redirection">
</head>
<body>
<div class="container">
<div class="page-header">
<h1>dcmjs Examples</h1>
<p>
These examples are meant to demonstrate various aspects of the dcmjs library in an interactive way.
They are written such that they can be opened directly in your web browser from github or your local
repository. Use the "view source" capabilities built into your browser to see how each example works.
</p>
</div>

<ul>
<li><a href="display/index.html">Display DICOM data</a> - Use dcmjs to display DICOM image and metadata</li>
<li><a href="createSegmentation/index.html">Create DICOM Segmentation</a> - Use dcmjs to create a DICOM Segmentation file</li>
<li><a href="displaySegmentation/index.html">Display DICOM Segmentation</a> - Use dcmjs and Cornerstone to display a DICOM Segmentation file</li>
<li><a href="linearMeasurements/index.html">Create DICOM Structured Report</a> - Use dcmjs to create a DICOM Structured Report file</li>
</ul>
<br>
<a href="https://rawgithub.com/pieper/dcmjs/master/examples/index.html">
Click here to view this page live on github
</a>
</div>
<h1>
DCMJS has graduated to the dcmjs-org organization on github!
</h1>
<p>
If your browser doesn't automatically go there within a few seconds,
you can click <a href="https://dcmjs-org.github.io/dcmjs/examples/">here</a> to go manually.
</body>
</html>

0 comments on commit c614356

Please sign in to comment.