Skip to content
Snippets Groups Projects
about.html 4.43 KiB
Newer Older
  • Learn to ignore specific revisions
  • vand's avatar
    vand committed
    <!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 -->
    
    vand's avatar
    vand committed
    <script src='sidebar.js'></script>
    
    vand's avatar
    vand committed
    
    <!-- !PAGE CONTENT! -->
    <div class="w3-main" style="margin-left:300px">
    
      <!-- Header -->
    
    vand's avatar
    vand committed
      <script src='header.js'></script>
    
    vand's avatar
    vand committed
    
      <!-- START OF INDIVIDUAL PAGE CONTENT -->
    
      <div class="w3-container w3-padding-large" style="margin-bottom:32px">
        <h4><b>About</b></h4>
        <p>The 3D Data repository contains...</p>
        <p>Praesent tincidunt sed tellus ut rutrum. Sed vitae justo condimentum, porta lectus vitae, ultricies congue gravida diam non fringilla. Praesent tincidunt sed tellus ut rutrum. Sed vitae justo condimentum, porta lectus vitae, ultricies congue gravida diam non fringilla. Praesent tincidunt sed tellus ut rutrum. Sed vitae justo condimentum, porta lectus vitae, ultricies congue gravida diam non fringilla.</p>
        <p>Link to <a href="http://qim.dk/">QIM, the Center for quantification of Imaging Data from MAX IV</a>.
        <p>Also link to <a href="https://imaging.dtu.dk/">3DIM, the 3D Imaging Center</a> at DTU.
    
        <hr>
        <h4><b>Use</b></h4>
        <p>When you use the data from the 3D Data repository...</p>
        <p>Praesent tincidunt sed tellus ut rutrum. Sed vitae justo condimentum, porta lectus vitae, ultricies congue gravida diam non fringilla. Praesent tincidunt sed tellus ut rutrum. Sed vitae justo condimentum, porta lectus vitae, ultricies congue gravida diam non fringilla.</p>
    
        <hr>
        <h4><b>People</b></h4>
        <p>QIM 3D data repository is a joint effort. Most QIM people also contribute to repository, and a lot of our data comes from 3DIM. 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">
    
    vand's avatar
    vand committed
            <a href= "http://people.compute.dtu.dk/vand/" target="_blank">
            <img src="about/vedrana.jpg" style="width:100%" class="w3-hover-opacity">
            </a>
    
    vand's avatar
    vand committed
            <div class="w3-container w3-white">
    
    vand's avatar
    vand committed
              <p><b>Vedrana</b></p>
              <p>Started the repository. <a href="mailto:vand@dtu.dk" target="_blank">vand@dtu.dk</a></p>
    
    vand's avatar
    vand committed
            </div>
          </div>
          <div class="w3-col m2 w3-container w3-margin-bottom">
    
    vand's avatar
    vand committed
            <a href="http://people.compute.dtu.dk/abda/" target="_blank">
            <img src="about/anders.jpg" style="width:100%" class="w3-hover-opacity">
            </a>
    
    vand's avatar
    vand committed
            <div class="w3-container w3-white">
    
    vand's avatar
    vand committed
              <p><b>Anders</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>
    
    vand's avatar
    vand committed
            </div>
          </div>
          <div class="w3-col m2 w3-container w3-margin-bottom">
            <img src="about/portrait.png" style="width:100%">
            <div class="w3-container w3-white">
              <p><b>Rasmus</b></p>
    
    vand's avatar
    vand committed
              <p>QIM student adding stuff to the repository.</p>
    
    vand's avatar
    vand committed
            </div>
          </div>
          <div class="w3-col m2 w3-container w3-margin-bottom">
            <img src="about/portrait.png" style="width:100%">
            <div class="w3-container w3-white">
              <p><b>Dirk</b></p>
    
    vand's avatar
    vand committed
              <p>Scanning our items at <a href="https://imaging.dtu.dk/" target="_blank">3DIM</a>.</p>
    
    vand's avatar
    vand committed
            </div>
          </div>
          <div class="w3-col m2 w3-container w3-margin-bottom">
            <img src="about/portrait.png" style="width:100%">
            <div class="w3-container w3-white">
              <p><b>Martin</b></p>
    
    vand's avatar
    vand committed
              <p>Making cool visualization.</p>
    
    vand's avatar
    vand committed
            </div>
          </div>
          <div class="w3-col m2 w3-container w3-margin-bottom">
            <img src="about/portrait.png" style="width:100%">
            <div class="w3-container w3-white">
              <p><b>Carsten</b></p>
    
    vand's avatar
    vand committed
              <p>Running <a href="https://imaging.dtu.dk/" target="_blank">3DIM</a>.</p>
    
    vand's avatar
    vand committed
            </div>
          </div>
        </div>
      </div>
    
      <!-- Footer -->
    
    vand's avatar
    vand committed
      <script src='footer.js'></script>
    
    vand's avatar
    vand committed
    
    <!-- End page content -->
    </div>
    
    </body>
    </html>