Skip to content

Latest commit

 

History

History
185 lines (172 loc) · 5.89 KB

index.md

File metadata and controls

185 lines (172 loc) · 5.89 KB
layout title
home
SuAVE Documentation

SuAVE (Survey Analysis via Visual Exploration) is a free online data analysis platform with unique capabilities.

SuAVE lets you publish, share, analyze and annotate your datasets, including spreadsheets (such as raw survey data) and image galleries, integrate online data collection with data publishing, generate, curate and analyze bibliographic networks, publish maps and tables, and launch Jupyter notebooks with your data.

Software Applications Flowchart

Below are links to different software applications related to SuAVE. Click on the button that best suites your needs, where buttons further down the line are for more specific applications.

Key <style> .red-text { color: #d73a49; /* GitHub Markdown Red color */ } .blue-text { color: #0366d6; /* GitHub Markdown Blue color */ } .green-text { color: #28a745; /* GitHub Markdown Green color */ } </style>
Red: General overview of SuAVE example applications

Blue: Common softwares used in applications

Green: More specific use-cases

<style> button-container { display: flex; justify-content: center; align-items: center; } .button { position: relative; margin-right: 10px; text-align: center; display: flex; flex-direction: column; align-items: center; } .arrow-container { display: flex; align-items: center; } .arrow { position: absolute; width: 0; height: 0; border-top: 12.5px solid transparent; border-bottom: 12.5px solid transparent; border-left: 25px solid #808080; left: 100%; top: 50%; transform: translateY(-50%); margin-left: 20px; } .button a { width: 130px; height: 60px; background-color: transparent; border: 2px solid #007bff; color: #007bff; padding: 3px; border-radius: 5px; cursor: pointer; font-size: 14px; font-weight: bold; letter-spacing: 1px; transition: background-color 0.3s, color 0.3s; text-decoration: none; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; } .button.red a { border: 2px solid red; color: red; } .button.green a { border: 2px solid green; color: green; } .button:not(:last-child) { margin-right: 15px; } .button a:hover { background-color: #007bff; color: white; } .button.red a:hover { background-color: red; } .button.green a:hover { background-color: green; } </style>