<!DOCTYPE html> <html> <title>QIM Data Repository</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <style> body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif} </style> <link rel="shortcut icon" href="favicon.ico"> <body class="w3-light-grey w3-content" style="max-width:1600px"> <!-- Sidebar/menu and --> <!-- Overlay effect when opening sidebar on small screens --> <script src='sidebar.js'></script> <!-- !PAGE CONTENT! --> <div class="w3-main" style="margin-left:300px"> <!-- Header --> <script src='header.js'></script> <!-- START OF INDIVIDUAL PAGE CONTENT --> <div class="w3-container w3-padding-large" style="margin-bottom:32px"> <h4><b>About</b></h4> <p>The QIM data repository is a collection of µCT scans of different samples, and can be freely used for example for developing and testing <ul> <li>new image analysis methods,</li> <li>new visualization tools, or</li> <li>other use of 3D volumetric scans.</li> </ul> The repository is available here: <a href="https://qim.compute.dtu.dk/data-repository/index.html">QIM data repository</a>. </p> <p>Most of the scans are recorded on our lab scanners in the <a href="https://danfix.dtu.dk/" target="_blank">3D Imaging Center at DTU (3DIM)</a> and have a resolution of about 1000 voxels cubed, so most of the images are several GB in size. Therefore, it can take time to download the data. To make it easier to decide which image to download, we have made visualizations of the scans showing example slices, 3D renderings, and intensity distributions, so you can get an idea of the image content. We have also created downscaled versions of some of the scans, such that you can download a smaller sample.</p> <hr> <h4><b>Use</b></h4> <p>If you use the data for research, please acknowledge our data repository by including “this data was downloaded from the QIM data repository <a href="https://qim.compute.dtu.dk/data-repository/" target="_blank">https://qim.compute.dtu.dk/data-repository/</a>. If there is a special requirement to cite a paper associated with the data, then this will be clearly shown where you download the data. </p> <p>You can find more resources and information at <a href="http://qim.dk/" target="_blank">QIM, the Center for quantification of Imaging Data from MAX IV</a>. <hr> <h4><b>People</b></h4> <p>QIM 3D data repository is a joint effort. Most QIM people have contributed to the repository, and a lot of our data comes from <a href="https://danfix.dtu.dk/" target="_blank">the 3DIM</a>. Here we list those directly involved in preparing the data and maintaining the page.</p> <hr> <div class="w3-row-padding"> <div class="w3-col m2 w3-container w3-margin-bottom"> <a href= "http://people.compute.dtu.dk/vand/" target="_blank"> <img src="about/vedrana.jpg" style="width:100%" class="w3-hover-opacity"> </a> <div class="w3-container w3-white"> <p><b>Vedrana A. Dahl</b></p> <p>Started the repository. <a href="mailto:vand@dtu.dk" target="_blank">vand@dtu.dk</a></p> </div> </div> <div class="w3-col m2 w3-container w3-margin-bottom"> <a href="http://people.compute.dtu.dk/abda/" target="_blank"> <img src="about/anders.jpg" style="width:100%" class="w3-hover-opacity"> </a> <div class="w3-container w3-white"> <p><b>Anders B. Dahl</b></p> <p>Head of <a href="http://qim.dk" target="_blank">QIM</a>. <a href="mailto:abda@dtu.dk" target="_blank">abda@dtu.dk</a></p> </div> </div> <div class="w3-col m2 w3-container w3-margin-bottom"> <img src="about/rasmus.jpeg" style="width:100%"> <div class="w3-container w3-white"> <p><b>Rasmus Tuxen</b></p> <p>Alumni QIM student programmer. Added stuff to the repository.</p> </div> </div> <div class="w3-col m2 w3-container w3-margin-bottom"> <img src="about/dirk.jpg" style="width:100%"> <div class="w3-container w3-white"> <p><b>Dirk Müter</b></p> <p>Scanned our items at <a href="https://imaging.dtu.dk/" target="_blank">3DIM</a>.</p> </div> </div> <div class="w3-col m2 w3-container w3-margin-bottom"> <img src="about/hans_martin.jpg" style="width:100%"> <div class="w3-container w3-white"> <p><b>Hans Martin Kjer</b></p> <p>Researcher making cool visualization. <a href="mailto:hmkj@dtu.dk" target="_blank">hmkj@dtu.dk</a>.</p> </div> </div> <div class="w3-col m2 w3-container w3-margin-bottom"> <img src="about/carsten.jpeg" style="width:100%"> <div class="w3-container w3-white"> <p><b>Carsten Gundlach</b></p> <p>Running <a href="https://imaging.dtu.dk/" target="_blank">3DIM</a>. <a href="mailto:cagu@fysik.dtu.dk" target="_blank">cagu@fysik.dtu.dk</a></p> </div> </div> </div> </div> <!-- Footer --> <script src='footer.js'></script> <!-- End page content --> </div> </body> </html>