Skip to content

UCR-Research-Computing/UCR-Research-Computing.github.io

Repository files navigation

Welcome to UCR Research Computing

At the University of California, Riverside (UCR), we are committed to accelerating your path from hypothesis to publication. We provide the advanced computational resources, secure data storage, and expert consultation necessary to propel your research forward.

New to UCR Research Computing? Start with our Introductory Guide or browse the Resource Catalog.

How Can We Help You Today?

I Need to Accelerate My Analysis

I Need to Store & Share My Data

I Need Expert Assistance

<script> let allComputeOptions = [ { name: "Run Batch Simulations (HPCC)", link: "./pages/HPCC.html", description: "Run complex simulations, process massive genomic pipelines, and train models locally on our flagship High-Performance Computing Cluster." }, { name: "Train AI Models (Ursa Major Cloud)", link: "./pages/ursa_major.html", description: "Leverage Google Cloud's AI platforms, including Vertex AI and Gemini, for scalable model training and next-generation data science." }, { name: "Scale Beyond the Campus (NAIRR / Nautilus)", link: "./Knowledge_Base/KB010_Resource_Catalog.html", description: "When local resources aren't enough, we facilitate access to massive national computing grids like the Nautilus Cluster, NSF ACCESS, and the NAIRR Pilot." } ]; const storageOptions = [ { name: "Secure My Working Data (CephRDS)", link: "./pages/ceph_secure_research_storage.html", description: "Secure, multi-petabyte active storage designed to hold your lab's critical working data, imaging, and sequencing libraries. (Currently in Pilot)" }, { name: "Archive for Grant Compliance (Coldline)", link: "./pages/storage-overview.html", description: "Meet your 10-year NSF/NIH data retention requirements with fully subsidized, long-term cloud archiving." }, { name: "Process Data at High Speed (GPFS)", link: "./pages/hpcc_gpfs.html", description: "Ultra-fast parallel file storage directly attached to the HPCC, built for data currently undergoing active computational analysis." } ]; let allSupportOptions = [ { name: "Grant Collaboration & Funding", link: "./pages/grant_colab.html", description: "Partner with us to architect the computing infrastructure for your next proposal. We provide boilerplate text, budget estimates, and letters of support." }, { name: "Secure Regulated Data (NIST/HIPAA)", link: "./pages/research_security.html", description: "Working with P4 Critical data? We design and build certified Secure Enclaves to ensure your research complies with strict federal guidelines." }, { name: "One-on-One Consultation", link: "./pages/research_facilitation.html", description: "Not sure where to start? Schedule a consultation or drop into our weekly office hours for personalized advice on optimizing your workflows." } ]; function createCard(item) { return `

${item.name}

${item.description}

`; } function renderCards(options, containerId) { const container = document.getElementById(containerId); const sectionContainer = container ? container.closest('.mb-12, .mt-12') : null; if (container) { let cardsHTML = ""; if (options.length > 0) { options.forEach(option => { cardsHTML += createCard(option); }); container.innerHTML = cardsHTML; if (sectionContainer) sectionContainer.style.display = ''; // Show section } else { container.innerHTML = '

No matching resources found.

'; if (sectionContainer) sectionContainer.style.display = ''; } } } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', () => { renderCards(allComputeOptions, 'compute-cards'); renderCards(storageOptions, 'storage-cards'); renderCards(allSupportOptions, 'support-cards'); }); } else { renderCards(allComputeOptions, 'compute-cards'); renderCards(storageOptions, 'storage-cards'); renderCards(allSupportOptions, 'support-cards'); } </script>

Additional Resources

Contact Us

For more information, please contact us at:

research-computing@ucr.edu - UCR Research Computing Slack

About

Github website for UCR Research Computing

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors