Skip to main content

> Learn about the Campus Champions AI Mentorship Program!

  • ACCESS CI
  • News
  • Login

Campus Champions

Uniting Research Computing Facilitators

Campus Champions Campus Champions

CC Main menu

  • Champions
    Current Champions Join the Champions
  • About Us
    About Us Governance Code of Conduct Contact Us
  • Community
    Announcements Affinity Groups Affinity Groups FAQ Join the CSSN Community of Communities NSF ACCESS Resources
  • Knowledge Base
    Ask a Question Resources
  • Tags
    Browse Tags

Knowledge Base Resources

These resources are contributed by researchers, facilitators, engineers, and HPC admins. Please upvote resources you find useful!
Add a Resource
  • Open OnDemand Documentation Repository
    1
    • Open OnDemand Documentation repo
    This is the main documentation repo for the Open OnDemand Portal which enables researchers to access HPC resources from a familiar web interface.
    • documentation
    • open-ondemand
    1 Like

    Login to like
    Type
    documentation
    Level
    Beginner, Intermediate, Advanced
  • ACCESS KB Guide - Expanse
    0
    • ACCESS KB Guide
    Expanse at SDSC is a cluster designed by Dell and SDSC delivering 5.16 peak petaflops, and offers Composable Systems and Cloud Bursting. This documentation describes how to use the Expanse cluster with some specific information for people with ACCESS accounts.
    • expanse
    • composable-systems
    • gpu
    0 Likes

    Login to like
    Type
    documentation
    Level
    Beginner, Intermediate, Advanced
  • Open Storage Network
    0
    • Open Storage Network
    The Open Storage Network, a national resource available through the XSEDE resource allocation system, is high quality, sustainable, distributed storage cloud for the research community.
    • open-storage-network
    • data-management
    • data-retention
    • storage
    • hpc-storage
    0 Likes

    Login to like
    Type
    website
    Level
    Beginner, Intermediate, Advanced
  • Beautiful Soup - Simple Python Web Scraping
    0
    • Beautiful Soup Docs
    This package lets you easily scrape websites and extract information based on html tags and various other metadata found in the page. It can be useful for large-scale web analysis and other tasks requiring automated data gathering.
    • documentation
    • ai
    • big-data
    • data-sharing
    • data-transfer
    • data-wrangling
    0 Likes

    Login to like
    Type
    tool
    Level
    Beginner, Intermediate
  • Reinforcement Learning For Beginners with Python
    0
    • Reinforcement Learning For Beginners with Python
    This course takes through the fundamentals required to get started with reinforcement learning with Python, OpenAI Gym and Stable Baselines. You'll be able to build deep learning powered agents to solve a varying number of RL problems including CartPole, Breakout and CarRacing as well as learning how to build your very own/custom environment!
    • deep-learning
    • machine-learning
    • tensorflow
    • training
    • programming-best-practices
    • python
    0 Likes

    Login to like
    Type
    video_link
    Level
    Beginner
  • R for Data Science
    0
    • https://r4ds.had.co.nz/index.html
    R for Data Science is a comprehensive resource for individuals looking to harness the power of the R programming language for data analysis, visualization, and statistical modeling. Whether you're a beginner or an experienced data scientist, this guide will help you unlock the full potential of R in the realm of data science.
    • visualization
    • data-analysis
    • data-science
    • r
    0 Likes

    Login to like
    Type
    learning
    Level
    Beginner, Intermediate, Advanced
  • Wiki for Onboarding onto the C3DDB Cluster at MGHPCC
    0
    • Github Wiki
    This is a resource for researchers and students looking to on-board onto the c3ddb cluster at MGHPCC. In the code section, there are example job submission scripts for the different queues on c3ddb.
    • cluster-support
    0 Likes

    Login to like
    Type
    learning
    Level
    Beginner
  • Harnessing the Power of Cloud and Machine Learning for Climate and Ocean Advances
    0
    • Harnessing the Power of Cloud and Machine Learning for Climate and Ocean Advances
    • Github for Outputs of Presentation
    Documentation and presentation on how to use machine learning and deep learning framework using TensorFlow, Keras and sci-kit learn for Climate and Ocean Advances
    • machine-learning
    0 Likes

    Login to like
    Type
    learning
    Level
    Intermediate
  • Termius - Modern ssh platform
    0
    • Termius
    **Termius: The Modern SSH Client for 2023** Termius is the future-facing SSH client that's redefining remote server access in 2023. Designed for ease and efficiency, Termius offers a seamless connection experience across all devices, be it mobile or desktop. Gone are the days of re-inputting IP addresses, ports, and passwords; with Termius, one-click connectivity is the new norm. **How Termius Elevates Remote Server Access:** 1. **One-Click Connectivity:** Save the hassle of remembering and re-entering connection details. Termius provides an immediate connection to your infrastructure with a single click. 2. **Synchronized Across Devices:** Termius ensures that your data, connection settings, and preferences are consistent across all your devices, from mobile to desktop. 3. **Unparalleled Security:** With the Cloud Vault feature, users can securely store their data in an encrypted environment, accessible only from their specific devices. Shared vaults allow for safe connection sharing within teams. 4. **AI-Powered Terminal Experience:** Advanced AI-driven autocomplete means users can input command descriptions, and Termius will swiftly convert them into accurate bash commands, simplifying and enhancing the terminal interaction. 5. **Collaborative Troubleshooting:** Share terminal sessions with teammates, facilitating cooperative problem-solving or knowledge sharing. No additional server-side installations needed. 6. **Automation and Snippets:** Streamline routine processes with the ability to save and run frequently used shell scripts. Sharing these Snippets with your team can lead to increased productivity and fewer manual errors. 7. **All-Device Compatibility:** Whether on iPad, iPhone, Android, macOS, Windows, or Linux, Termius ensures a consistent and fluid experience. The platform's synchronization capability means you're always ready to respond swiftly, irrespective of the device in use. For professionals and businesses aiming for top-notch server access efficiency, Termius is the gold standard in 2023. Experience the revolution in SSH connectivity and optimize your workflow with Termius.
    • cloud-computing
    • data-sharing
    • data-transfer
    • sftp
    • ssh
    • tcp
    • terminal-emulation-and-window-management
    0 Likes

    Login to like
    Type
    website
    Level
    Beginner, Intermediate
  • Application Fundamentals (Android)
    0
    • Application Fundamentals
    The provided text discusses various aspects of Android app development fundamentals. It covers key concepts related to app components, the AndroidManifest.xml file, and app resources. Android apps are built using various components, including Activities, Services, Broadcast Receivers, and Content Providers. These components serve different purposes and have distinct lifecycles. Activities are used for user interaction, services for background tasks, broadcast receivers for system-wide event handling, and content providers for managing shared data.The AndroidManifest.xml file is essential for declaring app components, permissions, and other settings. It informs the Android system about the app's components and capabilities. For instance, it specifies the minimum API level, declares hardware and software requirements, and defines intent filters to enable components to respond to specific actions.It's crucial to declare app requirements, such as device features and minimum Android API levels, to ensure compatibility with different devices and configurations. These declarations help in filtering the app's availability on Google Play for users with compatible devices.Android apps rely on resources separate from code, including images, layouts, strings, and more. These resources are stored in various directories and can be tailored for different device configurations. Providing alternative resources allows for optimization across different languages, screen sizes, orientations, and other factors. Understanding these fundamentals is essential for developing Android applications effectively, ensuring compatibility, and providing a consistent user experience across a wide range of devices and configurations.
    • license
    • api
    • programming
    • programming-best-practices
    • xml
    • library-paths
    0 Likes

    Login to like
    Type
    website
    Level
    Beginner, Intermediate
  • Master’s in Cybersecurity Degree Essentials
    0
    • Master’s in Cybersecurity Degree
    • Take the lead: Find Online Cybersecurity Master’s Programs
    Offers comprehensive information on various master's degree options in cybersecurity, including program details, admission requirements, and career opportunities, helping students make informed decisions about pursuing an advanced degree in cybersecurity.
    • resources
    • professional-development
    • cybersecurity
    0 Likes

    Login to like
    Type
    website
    Level
    Beginner, Intermediate, Advanced
  • How to use Rclone
    0
    • Tutorial - Using Rclone to transfer data into the OSN
    Learn how to use Rclone to transfer data, specifically from your local drive to the Open Storage Network, vice versa.
    • data-transfer
    0 Likes

    Login to like
    Type
    learning
    Level
    Beginner
  • What is VPN? How It Works, Types of VPN
    0
    • What is VPN? How It Works, Types of VPN
    A VPN, or Virtual Private Network, is a technology that creates a secure tunnel between your device and a VPN server. This tunnel encrypts all of your traffic, making it unreadable to anyone who tries to intercept it.
    • vpn
    0 Likes

    Login to like
    Type
    website
    Level
    Beginner
  • Introduction to Parallel Computing Tutorial
    0
    • Introduction to Parallel Computing Tutorial
    The tutorial is intended to provide a brief overview of the extensive and broad topic of Parallel Computing. It covers the basics of parallel computing, and is intended for someone who is just becoming acquainted with the subject .
    • parallelization
    0 Likes

    Login to like
    Type
    learning
    Level
    Beginner
  • ACCESS Getting Started Quick-Guide
    0
    • Getting Started Quick-Guide
    A step-by-step guide to getting your first allocation for Access computing and storage resources.
    • ACCESS-account
    • ACCESS-credits
    • allocations-proposal
    0 Likes

    Login to like
    Type
    website
    Level
    Beginner
  • Handwritten Digits Tutorial in PyTorch
    0
    • Handwritten Digits PyTorch
    This tutorial is essentially the "hello world" of image recognition and feed-forward neural network (using PyTorch). Using the MNIST database (filled within images of handwritten digits), the tutorial will instruct how to build a feed-forward neural network that can recognize handwritten digits. A solid understanding of feed-forward and back-propagation is recommended.
    • ai
    • visualization
    • deep-learning
    • image-processing
    • machine-learning
    • neural-networks
    • pytorch
    • python
    0 Likes

    Login to like
    Type
    website
    Level
    Intermediate
  • Neurostars
    0
    • Neurostars
    A question and answer forum for neuroscience researchers, infrastructure providers and software developers.
    • documentation
    • image-processing
    • data-sharing
    • psychology
    0 Likes

    Login to like
    Type
    website
    Level
    Beginner, Intermediate, Advanced
  • A guide to pip in Python
    0
    • Pip Guide
    pip stands for "pip installs packages". It's the go-to package manager for Python, allowing developers to install, update, and manage software libraries and dependencies used in Python projects. With just a few commands in your terminal or command prompt, pip makes it effortless to fetch libraries from the Python Package Index (PyPI) and integrate them into your projects. This guide will walk you through the basics of pip, from installation to advanced package management.
    • pip
    • software-installation
    0 Likes

    Login to like
    Type
    learning
    Level
    Beginner, Intermediate
  • Introductory Tutorial to Numpy and Pandas for Data Analysis
    0
    • Numpy and Pandas for Data Analysis
    In this tutorial, I present an overview with many examples of the use of Numpy and Pandas for data analysis. Beginners in the field of data analysis can find It incredibly helpful, and at the same time, anyone who already has experience in data analysis and needs a refresher can find value in it. I discuss the use of Numpy for analyzing 1D and 2D multidimensional data and an introduction on using Pandas to manipulate CSV files.
    • ai
    • big-data
    • data-analysis
    • vectorization
    0 Likes

    Login to like
    Type
    documentation
    Level
    Beginner
  • Data Visualization Tools for Julia
    0
    • Visualizations in Julia Using Plots.jl
    • Plotting Options Using Julia
    Plots.jl is the most widely used plotting library for the Julia programming language. It's known for being especially powerful in its versatility and intuitiveness. It's limited set of dependencies and wide applicability across different graphics packages make it especially helpful in visualizing the results of your latest Julia implementation. However, there are still multiple options available for Julia programmers to visualize their datasets. The second link details a comparison against a variety of Julia packages.
    • plotting
    • visualization
    • julia
    0 Likes

    Login to like
    Type
    tool
    Level
    Beginner, Intermediate
  • Long Tales of Science: A podcast about women in HPC
    0
    • Long Tales of Science
    A series of interviews with women in the HPC community
    • science-gateway
    • community-outreach
    • professional-development
    • project-management
    • proposal-development
    • training
    • workforce-development
    • xsede
    0 Likes

    Login to like
    Type
    website
    Level
    Beginner, Intermediate, Advanced
  • Slurm User Group Mailing List
    0
    • Slurm Community Mailing List
    • slurm
    • schedulers
    0 Likes

    Login to like
    Type
    mailing_list
    Level
    Beginner, Intermediate, Advanced
  • CMake Tutorials
    0
    • CMake Tutorials
    CMake is an open-source tool used to manage the build process in operating systems. This tutorial takes you through how to use CMake from the very basics with example projects.
    • training
    • compiling
    0 Likes

    Login to like
    Type
    learning
    Level
    Beginner, Intermediate, Advanced
  • A visual introduction to Gaussian Belief Propagation
    0
    • https://gaussianbp.github.io/
    This website is an interactive introduction to Gaussian Belief Propagation (GBP). A probabilistic inference algorithm that operates by passing messages between the nodes of arbitrarily structured factor graphs. A special case of loopy belief propagation, GBP updates rely only on local information and will converge independently of the message schedule. The key argument is that, given recent trends in computing hardware, GBP has the right computational properties to act as a scalable distributed probabilistic inference framework for future machine learning systems.
    • ai
    • machine-learning
    0 Likes

    Login to like
    Type
    website
    Level
    Beginner, Intermediate
  • How to Build a Great Relationship with a Mentor
    0
    • How to Build a Great Relationship with a Mentor
    Emphasizes benefits of being mentored. Describes how to identify and choose a mentor. Suggests a path forward. Not mentor or two-way focused.
    • mentorship
    • professional-development
    • workforce-development
    0 Likes

    Login to like
    Type
    website
    Level
    Beginner

Pagination

  • First page « First
  • Previous page ‹‹
  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • Page 5
  • Page 6
  • Page 7
  • Page 8
  • Page 9
  • …
  • Next page ››
  • Last page Last »

Topics

  • machine-learning (50)
  • ai (43)
  • training (41)
  • data-analysis (39)
  • deep-learning (28)
  • documentation (28)
  • big-data (26)
  • neural-networks (24)
  • workforce-development (20)
  • professional-development (18)
  • visualization (18)
  • parallelization (16)
  • programming (14)
  • community-outreach (13)
  • image-processing (13)
  • cybersecurity (12)
  • gpu (12)
  • r (12)
  • pytorch (11)
  • slurm (10)
  • c (9)
  • cloud-computing (9)
  • compiling (9)
  • mpi (9)
  • plotting (9)
  • administering-hpc (8)

Topics

  • machine-learning (50)
  • ai (43)
  • training (41)
  • data-analysis (39)
  • deep-learning (28)
  • documentation (28)
  • big-data (26)
  • neural-networks (24)
  • workforce-development (20)
  • professional-development (18)
  • visualization (18)
  • parallelization (16)
  • programming (14)
  • community-outreach (13)
  • image-processing (13)
  • cybersecurity (12)
  • gpu (12)
  • r (12)
  • pytorch (11)
  • slurm (10)
  • c (9)
  • cloud-computing (9)
  • compiling (9)
  • mpi (9)
  • plotting (9)
  • administering-hpc (8)

Login to use more filters

Champions

  • Current Champions
  • Join the Champions

About

  • About Us
  • Governance
  • Code of Conduct
  • Contact Us

Community

  • People
  • Affinity Groups
  • Affinity Groups FAQ
  • Join the CSSN

Knowledge Base

  • Ask a Question
  • CI Links

Tags

  • Browse Tags
  • Request a Tag

News

  • News
  • Events
  • Jobs

My Profile

  • Add/Edit Interests
  • Add/Edit Skills
  • Edit My Account
  • Change Password
Campus Champions
ACCESS CI Connect.CI Ask.CyberInfrastructure YouTube

The Campus Champions are funded in part by the National Science Foundation (OAC-2505400) as part of the NAIRR Pilot.

Copyright © 2026, Campus Champions • Privacy Policy • Code of Conduct • Connect.CI