-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed 0e13450 with MkDocs version: 1.6.1
- Loading branch information
Unknown
committed
Jan 6, 2025
0 parents
commit dd9b32a
Showing
42 changed files
with
4,459 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,177 @@ | ||
<!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/argussight/img/favicon.ico"> | ||
<title>Argussight</title> | ||
<link href="/mxcube/argussight/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="/mxcube/argussight/css/fontawesome.min.css" rel="stylesheet"> | ||
<link href="/mxcube/argussight/css/brands.min.css" rel="stylesheet"> | ||
<link href="/mxcube/argussight/css/solid.min.css" rel="stylesheet"> | ||
<link href="/mxcube/argussight/css/v4-font-face.min.css" rel="stylesheet"> | ||
<link href="/mxcube/argussight/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/argussight/.">Argussight</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/argussight/." class="nav-link">Home</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="/mxcube/argussight/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/argussight/devs/video-layer/" class="dropdown-item">Abstraction-Layer</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/mxcube/argussight/devs/overview/" class="dropdown-item">Architecture</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/mxcube/argussight/devs/contributing/" class="dropdown-item">Contributing</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/mxcube/argussight/devs/documentation/" class="dropdown-item">Documentation</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/mxcube/argussight/devs/spawner/" class="dropdown-item">Spawner</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/mxcube/argussight/devs/vprocess/" class="dropdown-item">Vprocess Class</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="/mxcube/argussight/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/argussight/usage/configurations/" class="dropdown-item">Configurations</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/mxcube/argussight/usage/grpc/" class="dropdown-item">GRPC</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/mxcube/argussight/usage/processes/" class="dropdown-item">Processes</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/mxcube/argussight/usage/setup/" class="dropdown-item">Setup</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="/mxcube/argussight/faq/" class="nav-link">FAQ</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="/mxcube/argussight/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/argussight/js/bootstrap.bundle.min.js"></script> | ||
<script> | ||
var base_url = "/mxcube/argussight/", | ||
shortcuts = {"help": 191, "next": 78, "previous": 80, "search": 83}; | ||
</script> | ||
<script src="/mxcube/argussight/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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,217 @@ | ||
<!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/argussight/about/"> | ||
<link rel="shortcut icon" href="../img/favicon.ico"> | ||
<title>About - Argussight</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="..">Argussight</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/video-layer/" class="dropdown-item">Abstraction-Layer</a> | ||
</li> | ||
|
||
<li> | ||
<a href="../devs/overview/" class="dropdown-item">Architecture</a> | ||
</li> | ||
|
||
<li> | ||
<a href="../devs/contributing/" class="dropdown-item">Contributing</a> | ||
</li> | ||
|
||
<li> | ||
<a href="../devs/documentation/" class="dropdown-item">Documentation</a> | ||
</li> | ||
|
||
<li> | ||
<a href="../devs/spawner/" class="dropdown-item">Spawner</a> | ||
</li> | ||
|
||
<li> | ||
<a href="../devs/vprocess/" class="dropdown-item">Vprocess Class</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/configurations/" class="dropdown-item">Configurations</a> | ||
</li> | ||
|
||
<li> | ||
<a href="../usage/grpc/" class="dropdown-item">GRPC</a> | ||
</li> | ||
|
||
<li> | ||
<a href="../usage/processes/" class="dropdown-item">Processes</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/video-layer/" 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-argussight" class="nav-link">About Argussight</a> | ||
<ul class="nav flex-column"> | ||
<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-argussight">About Argussight</h1> | ||
<p>Originally developed as an extension to <a href="https://github.com/mxcube/video-streamer">MXCuBE's video-streamer</a>, <code>Argussight</code> aims to expand streaming capabilities for experimental environments worldwide. Its primary objectives include improving interaction with experimental setups, distributing processing resources efficiently, and providing remote users with a more comprehensive and user-friendly overview of ongoing experiments.</p> | ||
<p>By harnessing the power of computer vision, Argussight introduces multiple processes that offer new and exciting perspectives on existing experimental procedures. While still a work in progress, the project continues to evolve, incorporating new features and optimizations to meet the needs of its users.</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> |
Oops, something went wrong.