Skip to content

Commit

Permalink
Deployed 8a35d28 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Feb 17, 2025
0 parents commit ae459ab
Show file tree
Hide file tree
Showing 34 changed files with 3,068 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
153 changes: 153 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
<!DOCTYPE html>
<html lang="en" data-bs-theme="light">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">



<link rel="shortcut icon" href="/mxcube/video-streamer/img/favicon.ico">
<title>MXCuBE Video-Streamer</title>
<link href="/mxcube/video-streamer/css/bootstrap.min.css" rel="stylesheet">
<link href="/mxcube/video-streamer/css/fontawesome.min.css" rel="stylesheet">
<link href="/mxcube/video-streamer/css/brands.min.css" rel="stylesheet">
<link href="/mxcube/video-streamer/css/solid.min.css" rel="stylesheet">
<link href="/mxcube/video-streamer/css/v4-font-face.min.css" rel="stylesheet">
<link href="/mxcube/video-streamer/css/base.css" rel="stylesheet">
<link id="hljs-light" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" >
<link id="hljs-dark" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github-dark.min.css" disabled>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</head>

<body>
<div class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary">
<div class="container">
<a class="navbar-brand" href="/mxcube/video-streamer/.">MXCuBE Video-Streamer</a>
<!-- Expander button -->
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbar-collapse" aria-controls="navbar-collapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>

<!-- Expanded navigation -->
<div id="navbar-collapse" class="navbar-collapse collapse">
<!-- Main navigation -->
<ul class="nav navbar-nav">
<li class="nav-item">
<a href="/mxcube/video-streamer/." class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="/mxcube/video-streamer/about/" class="nav-link">About</a>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" role="button" data-bs-toggle="dropdown" aria-expanded="false">Developers Guidelines</a>
<ul class="dropdown-menu">

<li>
<a href="/mxcube/video-streamer/devs/contributing/" class="dropdown-item">Contributing</a>
</li>

<li>
<a href="/mxcube/video-streamer/devs/documentation/" class="dropdown-item">Documentation</a>
</li>
</ul>
</li>
<li class="nav-item">
<a href="/mxcube/video-streamer/installation/" class="nav-link">Installation</a>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" role="button" data-bs-toggle="dropdown" aria-expanded="false">Usage</a>
<ul class="dropdown-menu">

<li>
<a href="/mxcube/video-streamer/usage/cameras/" class="dropdown-item">Cameras</a>
</li>

<li>
<a href="/mxcube/video-streamer/usage/setup/" class="dropdown-item">Setup</a>
</li>
</ul>
</li>
<li class="nav-item">
<a href="/mxcube/video-streamer/faq/" class="nav-link">FAQ</a>
</li>
<li class="nav-item">
<a href="/mxcube/video-streamer/license/" class="nav-link">License</a>
</li>
</ul>

<ul class="nav navbar-nav ms-md-auto">
</ul>
</div>
</div>
</div>

<div class="container">
<div class="row">

<div class="row-fluid">
<div id="main-content" class="span12">
<h1 id="404-page-not-found" style="text-align: center">404</h1>
<p style="text-align: center"><strong>Page not found</strong></p>
</div>
</div>


</div>
</div>

<footer class="col-md-12">
<hr>
<p>Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>
<script src="/mxcube/video-streamer/js/bootstrap.bundle.min.js"></script>
<script>
var base_url = "/mxcube/video-streamer/",
shortcuts = {"help": 191, "next": 78, "previous": 80, "search": 83};
</script>
<script src="/mxcube/video-streamer/js/base.js"></script>

<div class="modal" id="mkdocs_keyboard_modal" tabindex="-1" role="dialog" aria-labelledby="keyboardModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<table class="table">
<thead>
<tr>
<th style="width: 20%;">Keys</th>
<th>Action</th>
</tr>
</thead>
<tbody>
<tr>
<td class="help shortcut"><kbd>?</kbd></td>
<td>Open this help</td>
</tr>
<tr>
<td class="next shortcut"><kbd>n</kbd></td>
<td>Next page</td>
</tr>
<tr>
<td class="prev shortcut"><kbd>p</kbd></td>
<td>Previous page</td>
</tr>
<tr>
<td class="search shortcut"><kbd>s</kbd></td>
<td>Search</td>
</tr>
</tbody>
</table>
</div>
<div class="modal-footer">
</div>
</div>
</div>
</div>

</body>
</html>
198 changes: 198 additions & 0 deletions about/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,198 @@
<!DOCTYPE html>
<html lang="en" data-bs-theme="light">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">


<link rel="canonical" href="https://github.com/mxcube/video-streamer/about/">
<link rel="shortcut icon" href="../img/favicon.ico">
<title>About - MXCuBE Video-Streamer</title>
<link href="../css/bootstrap.min.css" rel="stylesheet">
<link href="../css/fontawesome.min.css" rel="stylesheet">
<link href="../css/brands.min.css" rel="stylesheet">
<link href="../css/solid.min.css" rel="stylesheet">
<link href="../css/v4-font-face.min.css" rel="stylesheet">
<link href="../css/base.css" rel="stylesheet">
<link id="hljs-light" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" >
<link id="hljs-dark" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github-dark.min.css" disabled>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</head>

<body>
<div class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary">
<div class="container">
<a class="navbar-brand" href="..">MXCuBE Video-Streamer</a>
<!-- Expander button -->
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbar-collapse" aria-controls="navbar-collapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>

<!-- Expanded navigation -->
<div id="navbar-collapse" class="navbar-collapse collapse">
<!-- Main navigation -->
<ul class="nav navbar-nav">
<li class="nav-item">
<a href=".." class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="./" class="nav-link active" aria-current="page">About</a>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" role="button" data-bs-toggle="dropdown" aria-expanded="false">Developers Guidelines</a>
<ul class="dropdown-menu">

<li>
<a href="../devs/contributing/" class="dropdown-item">Contributing</a>
</li>

<li>
<a href="../devs/documentation/" class="dropdown-item">Documentation</a>
</li>
</ul>
</li>
<li class="nav-item">
<a href="../installation/" class="nav-link">Installation</a>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" role="button" data-bs-toggle="dropdown" aria-expanded="false">Usage</a>
<ul class="dropdown-menu">

<li>
<a href="../usage/cameras/" class="dropdown-item">Cameras</a>
</li>

<li>
<a href="../usage/setup/" class="dropdown-item">Setup</a>
</li>
</ul>
</li>
<li class="nav-item">
<a href="../faq/" class="nav-link">FAQ</a>
</li>
<li class="nav-item">
<a href="../license/" class="nav-link">License</a>
</li>
</ul>

<ul class="nav navbar-nav ms-md-auto">
<li class="nav-item">
<a rel="prev" href=".." class="nav-link">
<i class="fa fa-arrow-left"></i> Previous
</a>
</li>
<li class="nav-item">
<a rel="next" href="../devs/contributing/" class="nav-link">
Next <i class="fa fa-arrow-right"></i>
</a>
</li>
</ul>
</div>
</div>
</div>

<div class="container">
<div class="row">
<div class="col-md-3"><div class="navbar-expand-md bs-sidebar hidden-print affix" role="complementary">
<div class="navbar-header">
<button type="button" class="navbar-toggler collapsed" data-bs-toggle="collapse" data-bs-target="#toc-collapse" title="Table of Contents">
<span class="fa fa-angle-down"></span>
</button>
</div>


<div id="toc-collapse" class="navbar-collapse collapse card bg-body-tertiary">
<ul class="nav flex-column">

<li class="nav-item" data-bs-level="1"><a href="#about-the-video-streamer" class="nav-link">About the Video-Streamer</a>
<ul class="nav flex-column">
<li class="nav-item" data-bs-level="2"><a href="#why-this-matters" class="nav-link">Why This Matters</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-bs-level="2"><a href="#about-mxcube" class="nav-link">About MXCuBE</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-bs-level="2"><a href="#license" class="nav-link">License</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div></div>
<div class="col-md-9" role="main">

<h1 id="about-the-video-streamer">About the Video-Streamer</h1>
<p>This project is part of the <a href="https://github.com/mxcube">MXCuBE organization</a>, designed to support the transition to the <strong>web version of MXCuBE</strong> while providing compatibility with a variety of image acquisition devices commonly used in <strong>Macromolecular Crystallography</strong> (MX) environments, such as those found in synchrotron facilities around the world.</p>
<h2 id="why-this-matters">Why This Matters</h2>
<p>The goal of this project is to modernize the MXCuBE experience by moving from a desktop environment to a more flexible and accessible web-based platform. This will make it easier for researchers to interact with and control their experiments remotely, improving accessibility, collaboration, and efficiency.</p>
<hr />
<h2 id="about-mxcube">About MXCuBE</h2>
<p>MXCuBE (Macromolecular Xtallography Customized Beamline Environment) is an open-source data acquisition software, which started in 2005 at <a href="https://www.esrf.fr/">ESRF</a>. Initially designed for the synchrotron community, it has since grown into a globally adopted solution, used by major institutes worldwide. </p>
<p>In 2010, a collaboration agreement was signed to further develop MXCuBE between major synchrotron facilities across Europe. Since then, MXCuBE has been expanded and used in facilities around the world, supporting researches in various scientific fields. </p>
<p>For more information on the organization and its collaborators see the <a href="https://mxcube.github.io/mxcube">MXCuBE webpage</a>.</p>
<hr />
<h2 id="license">License</h2>
<p>This project is licensed under the <strong>MIT License</strong>, providing open access to use, modify, and distribute the code. For full details, see the <a href="../license/">License</a> file.</p></div>
</div>
</div>

<footer class="col-md-12">
<hr>
<p>Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>
<script src="../js/bootstrap.bundle.min.js"></script>
<script>
var base_url = "..",
shortcuts = {"help": 191, "next": 78, "previous": 80, "search": 83};
</script>
<script src="../js/base.js"></script>

<div class="modal" id="mkdocs_keyboard_modal" tabindex="-1" role="dialog" aria-labelledby="keyboardModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<table class="table">
<thead>
<tr>
<th style="width: 20%;">Keys</th>
<th>Action</th>
</tr>
</thead>
<tbody>
<tr>
<td class="help shortcut"><kbd>?</kbd></td>
<td>Open this help</td>
</tr>
<tr>
<td class="next shortcut"><kbd>n</kbd></td>
<td>Next page</td>
</tr>
<tr>
<td class="prev shortcut"><kbd>p</kbd></td>
<td>Previous page</td>
</tr>
<tr>
<td class="search shortcut"><kbd>s</kbd></td>
<td>Search</td>
</tr>
</tbody>
</table>
</div>
<div class="modal-footer">
</div>
</div>
</div>
</div>

</body>
</html>
Loading

0 comments on commit ae459ab

Please sign in to comment.