publiclab/spectral-workbench

View on GitHub
public/archive.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<!-- saved from url=(0026)https://mapknitter.org/500 -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    
    <title>SpectralWorkbench</title>
    <meta name="description" content="An open source spectral library and DIY spectrometry community developing environmental testing techniques.">
    <meta name="author" content="Public Lab contributors">
    <meta name="viewport" content="width=320, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>

  </head>
  <body>
    <div id="header" class="navbar navbar-inverse navbar-static-top">
  <div class="hidden-print container-fluid">
    <div class="navbar-header">
      <span class="navbar-brand" id="brand"><a href="https://spectralworkbench.org/">Spectral Workbench</a> <small class="fullscreen-only"> by <a href="https://publiclab.org/">Public Lab</a></small></span>
    </div>

  </div>
</div>


    <div class="container">

      <h1>Spectral Workbench is offline</h1>

      <p>Alert! Due to lack of funds, SpectralWorkbench.org is offline. <a href="https://publiclab.org/spectral-workbench">Read more &raquo;</a></p>

      <hr>

      <h3>Access an archived version from the Internet Archive</h3>

      <p>Before taking Spectral Workbench offline, we worked with the <a href="https://archive.org">Internet Archive's</a> Wayback Machine to store archived copies of every page on the site. That means your data will be preserved by the Internet Archive for... a long time.</p>

      <p><a class="btn btn-primary" id="archive-link" href="">Search for archived versions of this page</a></p>

      <p>There are limitations: the pages are static, so no new changes can be saved. However, existing exports can still be downloaded.</p>

      <p>There is a static version of Spectral Workbench available, which you can use to connect to your spectrometer, calibrate, download and save spectra:</p>

      <p><a href="https://publiclab.github.io/spectral-workbench.js/examples/new-capture/">Spectral Workbench Static V2</a></p>
      <p><a href="https://publiclab.github.io/spectral-workbench.js/examples/capture/">Spectral Workbench Static V1</a></p>


    </div>

    <footer class="footer container-fluid">
  <div class="row">
    <div class="col-md-4">
      <h3>Attribution</h3>
      <p>
        Spectral Workbench is <a href="http://github.com/publiclab/spectral-workbench">open source software</a> created and run by <a href="http://publiclab.org/">Public Lab</a>.
      </p>
    </div>
  </div>
</footer>

<script>

var archive_link = "https://web.archive.org/web/0/" + document.location.href;

document.getElementById('archive-link').href = archive_link;

console.log(archive_link);

</script>
 

</body></html>