- Notifications
You must be signed in to change notification settings - Fork0
License
ORNL/intersect-architecture
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The open Interconnected Science Ecosystem (INTERSECT) architecture connectsscientific instruments and robot-controlled laboratories with computing anddata resources at the edge, the Cloud or the high-performance computing centerto enable autonomous experiments, self-driving laboratories, smartmanufacturing, and artificial intelligence driven design, discovery andevaluation. Its a novel approach consists of science use case design patterns,a system of systems architecture, and a microservice architecture.
The INTERSECT architecture documentation is written inReStructured Text (RST)format and usesSphinx to generate theWeb-based documentation.
Download and setup:
shell$ git clone --single-branch --branch main https://github.com/ORNL/intersect-architecture.gitshell$ cd intersect-architectureshell$ python3 -m venv ve3shell$ source ve3/bin/activateshell$ pip install pip --upgradeshell$ pip install -r requirements.txt
Edit and build
shell$ source ve3/bin/activateshell$ vi myfile.rstshell$ make
View in browser (e.g., using
open
utility on macOS)shell$ open _build/index.html
Research sponsored by theLaboratory Directed Research and DevelopmentProgram's INTERSECT Initiative ofOak RidgeNational Laboratory.
Christian Engelmann,Michael Brim,Swen Boehm,Olga Kuchar,Jack Lange,Thomas Naughton,Patrick Widener,Ben Mintz,Rob Moore,Elke Arenholz,Scott Atchley,Suhas Somnath, andRohit Srivastava.INTERSECT Architecture Documentation.URL:https://intersect-architecture.readthedocs.io
Please contact Christian Engelmann atengelmannc@ornl.gov with any comments orquestions.
This work is licensed under aCreative Commons Attribution 4.0 International License.See LICENSE for more information.