A unified platform for modern research computing
This repository contains the landing page and documentation for the ResearchComputing ecosystem - an integrated suite of tools for cloud-based research computing.
- petri - Research-focused AWS account management
- prism - Interactive cloud workspaces
- lens - Lab notebook environments (Jupyter, RStudio, VSCode)
- atom - Cloud-native HPC platform
- cargoship - Enterprise data archiving
- orca - Kubernetes-to-AWS burst computing
This site is built with MkDocs and Material for MkDocs.
# Install dependencies
pip install mkdocs-material mkdocs-minify-plugin
# Serve locally
mkdocs serve
# Build static site
mkdocs buildThe blog is integrated using the MkDocs Material blog plugin.
Blog posts go in blog/posts/ with frontmatter:
---
date: 2025-01-20
authors:
- scttfrdmn
categories:
- Platform Updates
---
# Post Title
Post content...Contributions welcome! To suggest changes:
- Fork this repository
- Make your changes
- Submit a pull request
Documentation is licensed under CC BY 4.0.
Questions? Open an issue or discussion.