CINXE.COM

VGS -General FAQ

<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>VGS -General FAQ</title> <link href="/Content/css?v=9jyy4FqqAvNy1z88b-iB1ZsnLJ9_DguoTgP90HjBEgs1" rel="stylesheet"/> <script src="/Scripts/jquery-3.3.1.min.js"></script> <script src="/Scripts/jquery-ui-1.12.1.js"></script> <script src="/bundles/bootstrap?v=lescQEuG5u4jd-GcVDBcbpUOSyTDIg0Kk9zHDX55GCw1"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-contextmenu/2.7.1/jquery.contextMenu.min.css"> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-contextmenu/2.7.1/jquery.contextMenu.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-contextmenu/2.7.1/jquery.ui.position.js"></script> <!-- Latest icon font stylesheet --> <link rel="stylesheet" href="https://cdn.uadigital.arizona.edu/lib/ua-brand-icons/latest/ua-brand-icons.css"> <!-- Compiled and minified UA Bootstrap CSS, icon font not included --> <link rel="stylesheet" href="https://cdn.uadigital.arizona.edu/lib/ua-bootstrap/v1.0.0-beta.19/ua-bootstrap.min.css"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css"> <link rel="stylesheet" href="https://js.arcgis.com/4.12/esri/css/main.css"> <script src="https://js.arcgis.com/4.12/"></script> <link href="/Content/Custom.css" rel="stylesheet" /> </head> <script async src="https://www.googletagmanager.com/gtag/js?id=G-6SPT4FTE91"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-6SPT4FTE91'); gtag('config', 'G-32P0VZVSW1'); </script> <body> <div class=""> <div> <style> /* body { justify-content: center; }*/ .navbar-toggle .icon-bar { background-color: #ffffff; } </style> <div class="navbar"> <div class="navbar-header"> <button class="navbar-toggle" type="button" data-target="#navbar-collapse" aria-expanded="false" aria-label="Toggle Menu"> <span class="sr-only">Toggle Menu</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <div class="nav-logo-container"> <a href="/Home/" class="nav-logo" aria-label="Home Page"> <img src="/Content/Images/VGS_DarkGreen.png" style="height: 30px; margin-top: -10px" id="brand-image" alt="VGS Logo" /> </a> </div> </div> <div class="navbar-collapse-wrapper"> <div class="collapse navbar-collapse" id="navbar-collapse"> <ul class="nav navbar-nav" role="menubar"> <li><a class="topmenulinkheight" href="/Home/WhatIsVGS">What is VGS?</a></li> <li><a class="topmenulinkheight" href="/Home/SamplingMethods">Data Collection</a></li> <li><a class="topmenulinkheight" href="/Home/GeneralFAQ">FAQs</a></li> <li><a class="topmenulinkheight" href="/Home/Downloads">Downloads</a></li> <li><a class="topmenulinkheight" href="/Home/Contact">About Us</a></li> </ul> <div class="nav-portal-container"> <button type="button" onclick="location.href='/Home/Portal'" class="nav-portal-button" aria-label="Go to Portal">Portal</button> </div> </div> </div> </div> <script> var navbarToggle = document.querySelector(".navbar-toggle"); var navbarCollapse = document.querySelector("#navbar-collapse"); navbarToggle.addEventListener("click", function () { navbarCollapse.classList.toggle("expanded"); }); </script> <style> body { margin: 0; padding: 0; font-family: 'Inter', sans-serif; background-color: #FFFFFF; } .navbar-collapse-wrapper { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; } .navbar { display: flex; justify-content: space-between; align-items: center; background-color: #fff; padding: 10px; width: 100%; max-width: 1400px; margin: 0 auto; box-sizing: border-box; } .nav-wrapper { text-align: left; } .navbar-header { display: flex; align-items: center; } .navbar-collapse { display: flex; flex-direction: column; align-items: flex-start; } .navbar-nav { display: flex; align-items: center; margin: 0; padding: 0; flex-grow: 1; justify-content: center; } .navbar-nav > li { margin-right: 10px; } .nav-portal-container { display: flex; align-items: center; margin-right: 0; } .nav-portal-button { padding: 8px 20px; background-color: #dbd3cb; border-radius: 30px; color: #957E7E; transition: background-color 0.3s; text-align: center; border: none; cursor: pointer; font-size: 20px; } .nav-portal-button:hover { background-color: #bc6c25; color: white; } .navbar-collapse-wrapper { display: flex; justify-content: center; flex-grow: 1; } .navbar-toggle { display: block; width: 40px; height: 40px; background-color: #dbd3cb; border: none; } .navbar-collapse { display: flex; align-items: center; } .nav-logo { display: flex; justify-content: center; align-items: flex-start; flex-grow: 1; } .navbar ul li a { color: #957E7E; text-decoration: none; padding: 12px 10px; padding-top: 8px; padding-top: 2px; font-weight: normal; transition: padding 0.3s; display: block; text-align: center; } .navbar ul li a:hover { background-color: #DDA15E; color: white; padding: 5px 10px; } .topmenulinkheight:hover { background-color: #DDA15E; text-align: center; border-radius: 5px; } /* Removes hover just from the VGS home link */ .no-hover:hover { background-color: white !important; text-align: inherit !important; padding: 0; } .panel-primary > .panel-heading { background-color: #D9D9D9; color: white; } @media (min-width: 768px) { body { display: flex; justify-content: center; align-items: center; min-height: 100vh; } .navbar { display: flex; } .navbar-nav { display: flex; flex-grow: 1; } .nav-portal-button-container { margin-left: auto; margin-right: 10px; } .navbar-header { text-align: center; } .navbar-collapse { width: 100%; text-align: center; border: none; } .navbar-nav > li { float: none; display: inline-block; } .navbar-toggle { display: none; } .nav-portal-button { margin-left: auto; margin-right: 10px; margin-top: -10px; } .nav-portal-container { margin-left: auto; margin-right: 10px; } .collapse.navbar-collapse { display: flex; align-items: flex-start; margin-top: 18px; } } @media (max-width: 768px) { body { margin: 0; padding: 0; font-family: 'Inter', sans-serif; background-color: #FFFFFF; width: 100%; } .container.body-content { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh; width: 100%; } .navbar { display: flex; justify-content: space-between; align-items: center; background-color: #dbd3cb; padding: 10px; width: 100%; max-width: 1400px; } .navbar-header { text-align: center; flex-grow: 1; } .nav-logo-container { margin: 0 auto; transform: none; position: static; } .navbar-toggle { display: block; width: 40px; height: 40px; background-color: #dbd3cb; border: none; } .navbar-nav { display: none; background-color: #DDA15E; } .navbar ul li a:hover { background-color: #fff; color: #957E7E; padding: 5px 10px; } .nav-portal-container { display: none; } .navbar-collapse.expanded .nav-portal-container { display: flex; align-items: center; margin-right: 5px; z-index: 1000; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 3px; margin: 5px 0; background-color: #957E7E; } .navbar-collapse.expanded .navbar-nav { display: flex; flex-direction: column; align-items: flex-start; background-color: #dbd3cb; padding: 10px; z-index: 1000; } .navbar-collapse.expanded { top: 57px; left: 0; width: 100%; background-color: #dbd3cb; padding: 10px; z-index: 1000; } .navbar-collapse.expanded .navbar-nav > li { margin-bottom: 5px; } .nav-portal-button { background-color: white; } .navbar-collapse { max-height: 0; overflow: hidden; transition: max-height 0.6s ease; } .navbar-collapse.expanded { max-height: 1000px; transition: max-height 0.6s ease; } } body { padding-top: 10px; display: flex; font-family: 'Inter', sans-serif; background-color: #FFFFFF; min-height: 80vh; flex-direction: column; } .content { width: 100%; max-width: 1440px; flex: 1; } .container.body-content { display: flex; flex-direction: column; width: 100vw; padding-bottom: 0; margin: 0; height: auto; } .logo-box { width: 90%; height: auto; display: flex; justify-content: center; align-items: center; margin: 1rem; } .main-logo { width: 25%; height: auto; } .home-main-content { display: flex; } .home-info { width: 50%; padding: 5px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #957E7E; font-family: 'Inter', sans-serif; font-weight: 400; } .home-image { width: 45%; padding: 1rem; } h1 { color: #957E7E; font-size: 40px; font-family: 'Inter', sans-serif; font-weight: 400; text-align: center; } p { font-family: 'Geneva', sans-serif; font-size: 20px; } a { color: #006400; font-size: 1.5em; } ul { list-style: none; } .download-button { padding: 10px 20px; background-color: #e0e0e0; border: none; border-radius: 30px; color: #000000; font-size: 15px; cursor: pointer; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) } .cornerimage { border-radius: 10px; } .listfont { font-family: 'Geneva', sans-serif; font-size: 1.2em; } .k-font-weight-bold { font-weight: bold; color: #006400; } table { font-family: 'Verandan', sans-serif; font-size: 1.0em; width: 100%; } tr td:nth-child(1) { font-weight: bold; } tr td:nth-child(2) { font-weight: bold; } .clicker { cursor: pointer; text-decoration: underline; font-size: 1.5em; font-family: 'Verandan', sans-serif; color: #006400; } .notaclicker { cursor: default; text-decoration: none; font-size: 1.5em; color: #006400; } .clicker:hover { color: #00a000; } @media (max-width: 768px) { .navbar { background-color: #dbd3cb; flex-grow: 1; max-width: none; display: flex; justify-content: center; align-items: center; position: relative; padding: 15px 10px; } .navbar-header { width: 100%; text-align: center; flex-grow: 1; } .nav-logo-container { margin: 0 auto; transform: none; position: static; align-items: center; } .navbar-toggle { background-color: #dbd3cb; z-index: 999; width: 40px; min-width: 40px; position: absolute; left: 10px; } .navbar-nav { background-color: #DDA15E; margin: 0; padding: 0; display: flex; flex-direction: column; align-items: center; } .navbar-nav > li { margin-bottom: 5px; } .navbar ul li a:hover { background-color: #fff; color: #957E7E; padding: 5px 10px; } .nav-portal-container { display: none; } .navbar-collapse.expanded .nav-portal-container { display: flex; align-items: center; margin-right: 5px; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 3px; margin: 5px 0; background-color: #957E7E; } .navbar-collapse.expanded .navbar-nav { display: flex; flex-direction: column; align-items: flex-start; background-color: #dbd3cb; padding: 10px; } .navbar-collapse.expanded { background-color: #dbd3cb; padding: 10px; display: flex; transition: max-height 0.6s ease; margin-top: -10px; } .navbar-collapse.expanded .navbar-nav > li { margin-bottom: 5px; } .nav-portal-button { background-color: white; } .navbar-collapse { position: absolute; top: 100%; left: 0; width: 100%; background-color: #dbd3cb; display: none; flex-direction: column; align-items: center; justify-content: center; transition: max-height 0.6s ease; } } </style> </div> </div> <div class="container body-content"> <h1>Frequently Asked Questions</h1> <button type="button" class="new-collapsible" data-toggle="collapse" data-target="#collapsible-content"> How much does VGS cost? </button> <div class="collapsible-content"> <p>There is no charge to use a current version of VGS. Any modules already available within VGS may be used without cost. However, if any new modules are required or significant customization is needed to meet specific requirements then appropriate charges may be required to fund development.</p> </div> <button type="button" class="new-collapsible">Where do I get VGS?</button> <div class="collapsible-content"> <p> VGS is available by choosing the "Downloads" tab on this web site. Everything needed to use VGS is included with the installation. However, after the installation, VGS will need to be configured to adapt it to your specific needs. Contact us for help in configuring the software for use.</p> </div> <button type="button" class="new-collapsible">What database does VGS use?</button> <div class="collapsible-content"> <p> VGS 5 uses Sqlite databases for the Deskop Version and the data that is synced to the cloud is stored in SQL Server 2019 Standard Edition. VGS 4 was distributed with Microsoft SQL Server Compact Edition version 3.5 and is usually the database used by VGS on tablet computers or individual desktops or laptops. However, VGS can be configured for use with any other version of SQL Server. This means that VGS can also be configured to work with a central server database for access by multiple users over a network from their desktop or laptop computers. </p> </div> <button type="button" class="new-collapsible">On what computers will VGS work?</button> <div class="collapsible-content"> <p> Currently, VGS is available only for the Microsoft WindowsTM operating system. It will work on tablet, laptop and desktop computers using: </p> <ul class="listfont"> <li>Windows 7</li> <li>Windows 8 Pro (*** Windows 8RT is NOT supported ***)</li> <li>Windows 10</li> <li>Windows 11</li> </ul> <p> We are currently developing VGS to be available for iPad or Android tablets. </p> <p>For more information, see our recommendations <a href="/Home/FieldTabletRecommendations" class="hover-link">here.</a></p> </div> <button type="button" class="new-collapsible">What tablet should I purchase?</button> <div class="collapsible-content"> <p> There are now many options for tablets that will work with VGS, but there are some things to look for and some cautions of which to be aware. For details on what is required and recommendations as to the the kinds of tablets and features that should be considered, see this <a href="/Home/FieldTabletRecommendations" class="hover-link">page.</a> </p> </div> <button type="button" class="new-collapsible">How often should I backup my data?</button> <div class="collapsible-content"> <p> You may back up your data as often as desired, but we recommend at a minimum that data be backed up at the end of the day or at any other time prior to shutting down the tablet. </p> <p>VGS stores data to the database every time you navigate to a new quadrat, point, transect or, depending on the method, upon each entry of data. So it is not necessary to back up periodically during sampling or when changing batteries for fear of loss of data when the computer simply shuts off. The most data you might lose would be for the current quadrat or point (unless of course the hard drive crashes).</p> </div> <button type="button" class="new-collapsible">How do I back up my data?</button> <div class="collapsible-content"> <p> To back up your data, from the main menu bar at the top of the VGS window choose the "File" menu, then select "Database" and then "Backup...". </p> <p>From the dialog which then appears, choose the "Browse" button and select the location where you want the backup file to be placed. When using VGS on a tablet computer, we recommend the database be backed up to a thumb drive or other external storage so that the backup will be available even if the tablet is stolen or disappears into the depths of the creek you were trying to cross. The default file name will be "VGS_" followed by a date and time stamp. However, you may change the name of the file as desired by editing the name in the listed path. </p> <img src="/Content/Images/BackupDialog.png" class="center-image"/> <p>In the case of a typical tablet installation of VGS, the backup file is simply a complete copy of the database file.</p> </div> <style> body { margin: 0; padding: 0; display: flex; } .body-content { max-width: 1400px; flex: 1; display: flex; flex-direction: column; margin: auto; } .center-image { display: block; margin: 0 auto; } .new-collapsible { background-color: #dbd3cb; color: #444; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px; } .new-active, .new-collapsible:hover { background-color: #848c75; color: white; } .collapsible-content { padding: 0 18px; background-color: white; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; } .collapse-icon { width: 14px; height: 14px; margin-left: 5px; transition: transform 0.2s ease-out; } .new-active .collapse-icon { transform: rotate(-180deg); } .new-collapsible::before { color: white; } .new-collapsible:after { /* "plus" sign (+) */ content: '\002B'; font-size: 20px; float: right; margin-left: 5px; font-size: 25px; font-weight: bold; } .new-active:after { /* "minus" sign (-) */ content: '\2212'; } .hover-link { color: #395624; text-decoration: none; transition: color 0.3s; } .hover-link:hover { color: #5C9916; text-decoration: none; } </style> <script> document.addEventListener("DOMContentLoaded", function () { var coll = document.getElementsByClassName("new-collapsible"); var i; for (i = 0; i < coll.length; i++) { coll[i].addEventListener("click", function () { this.classList.toggle("new-active"); var content = this.nextElementSibling; if (content.style.maxHeight) { content.style.maxHeight = null; } else { content.style.maxHeight = content.scrollHeight + "px"; } }); } }); </script> </div> <div id="viewDiv"></div> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>General FAQ</title> <link rel="stylesheet" href="" /> <style> body { margin: 0; padding: 0; } .body-content { max-width: 1400px; flex: 1; display: flex; flex-direction: column; margin: auto; } footer.footer-container { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; width: 100%; max-width: 1400px; margin-top: 20px; padding: 20px 10px; border-top: 1px solid #ccc; } .footer-content-left { display: flex; flex-direction: column; align-items: center; padding-left: 15px; } .ua-logo { width: 90px; height: auto; padding-bottom: 1px; } .footer-text { font-size: 14px; margin-right: 20px; color: #5e5e5e; } .logo-wrapper { display: flex; justify-content: center; align-items: center; } .logo-wrapper img { height: 55px; } .footer-link { display: flex; flex-direction: column; justify-content: flex-end; align-items: center; font-size: 10px; margin-top: 5px; } .footer-link a { margin-left: 0; color: #5e5e5e; text-decoration: none; } .footer-link a:hover { text-decoration: none; color: #5C9916; } @media (max-width: 768px) { footer.footer-container { flex-direction: column; justify-content: center; height: auto; padding-bottom: 10px; } .logo-wrapper { margin-bottom: 10px; } .footer-content { margin-top: 10px; } .ua-logo { display: none; } .footer-content-left { margin-top: 10px; order: 1; } .footer-text { margin-top: 5px; } } </style> </head> <body> <footer class="footer-container" role="contentinfo" aria-label="Footer"> <div class="footer-content-left"> <img src="/Content/Images/ua_horiz_rgb-preview_cropped.png" alt="University of Arizona Logo" class="ua-logo" /> <span class="footer-text">&copy; 2025 - University of Arizona</span> </div> <div class="logo-wrapper"> <img src="/Content/Images/footer_vgs_logo.png" alt="VGS Logo" class="vgs-logo" /> </div> <div class="footer-content"> <span class="footer-link"> <a class="" href="/Home/Support">Contact Us</a> </span> <span class="footer-link" style="margin-left: 10px; padding-right: 1rem"> <a href="https://privacy.arizona.edu/privacy-statement">Privacy Policy</a> </span> </div> </footer> <script> function toggleFooterVisibility() { const footer = document.getElementById('footer'); const contentHeight = Math.max(document.body.scrollHeight, document.body.offsetHeight, document.documentElement.clientHeight, document.documentElement.scrollHeight, document.documentElement.offsetHeight); const viewportHeight = window.innerHeight; if (contentHeight <= viewportHeight) { footer.style.bottom = '0'; } else if (isAtBottom()) { footer.style.bottom = '0'; } else { footer.style.bottom = '-70px'; } } window.addEventListener('scroll', toggleFooterVisibility); window.addEventListener('resize', toggleFooterVisibility); </script> </body> </html> <style> .navbar-inverse .navbar-nav > li > a { color: #957E7E; } .navbar-inverse .navbar-link { color: #957E7E; } .navbar-inverse { background-color: #dbd3cb; } .dropdown-menu { background-color: #dbd3cb; } .panel-primary > .panel-heading { background-color: #dbd3cb; color: #957E7E; } .navbar-toggle { background-color:#dbd3cb ; color: #957E7E; } btn { background-color:#dbd3cb ; color: #957E7E; } input.btn-primary { background-color:#dbd3cb ; color: #957E7E; } button.btn-primary:hover { background-color: #957E7E color: #dbd3cb; } input.btn-primary:hover { background-color: #957E7E color: #dbd3cb; } button.btn-primary { background-color:#dbd3cb ; color: #957E7E; } input.btn-default { background-color:#dbd3cb ; color: #957E7E; } input.btn-default:hover { background-color: ; #957E7E color:#dbd3cb; } </style> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10