{"id":10260,"date":"2024-11-23T12:17:53","date_gmt":"2024-11-23T20:17:53","guid":{"rendered":"https:\/\/inside.ewu.edu\/institutional-research\/?page_id=10260"},"modified":"2024-11-23T12:21:42","modified_gmt":"2024-11-23T20:21:42","slug":"argos-training","status":"publish","type":"page","link":"https:\/\/inside.ewu.edu\/institutional-research\/argos-training\/","title":{"rendered":"Argos Resources &amp; Training"},"content":{"rendered":"<div class=\"gb-container gb-container-1af06b58\">\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n\n<title>All-Purpose Datablocks<\/title>\n\n<style>\n* {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n}  \n\n.modaldivone {\n  margin-left: 2rem;\n  padding: 0.2rem;\n  font-family: 'Montserrat', sans-serif;\n  width: 100%;\n    display:flex-wrap;\n    justify-content: center;\n    align-items: center;\n}\n\n.btn-hero {\n  margin: 0.1rem;\n  padding: 0.2rem;\nfont-size: 14px;\nFONT-WEIGHT:800;\nline-height: 40px;\nwidth: 500px; \/* Button Width *\/\nheight: 50px; \/* Button Height *\/\nbackground: #DCDCDC;\n  color: #000;\nborder: dashed 2px;\n}\n    \n.btn-hero:hover {\n  color: #fff !important;\n  background: #b7142e !important;\nborder: dashed 2px;\n}\n\n\n\/* Modal *\/\n.modal {\n  position: fixed;\n  left: 0;\n  top: 10%; \/* Pct from top of page to top of Modal *\/\n  width: 100%;\n  height: 100%;\n  display: none;\n  justify-content: center;\n  align-items: flex-start; \/* or center *\/\n\n  \n  \n  z-index: 1000; \/* depending on what z-index values exist in your page, in order for the modal layer to sit on top of other content *\/\n  overflow: auto; \/* enable scrolling if needed - although this is not really necessary since we are going take care of overflow in modal-content *\/\n  background-color: rgba(0,0,0,0.8);\n}\n\n.modal.modal-show {\n  animation: fadeIn 0.1s ease-in-out forwards;\n}\n.modal.modal-hide {\n  animation: fadeOut 0.1s ease-in-out 0.1s forwards;\n}\n\n.modal-content {\n  position: relative;\n  background-color: #fff;\n  margin: 2rem;\n    padding: 2rem;\nborder-radius: 0.25rem;\n  width: 80%; \/* Pct of page width used for Modal *\/\n  max-height: 75%;\n  overflow: auto;\n  box-shadow: 0 4px 20px rgba(0,0,0,0.4);\n}\n\n.modal.modal-show .modal-content {\n  animation: fadeInDown 0.3s ease-in-out forwards;\n}\n.modal.modal-hide .modal-content {\n  animation: fadeOutUp 0.2s ease-in-out forwards;\n}\n\n.modal-content h1 {\n  text-align: center;\n  margin-bottom: 2rem;\n}\n\n.modal-content h4 {\n  text-align: center;\n  margin-bottom: 1.5rem;\n}\n\n.modal-content p {\n  margin: 1rem 0;\n  line-height: 1.15rem;\n}\n\n\n \/*\n.modal-content iframe {\n    max-width: 100%;\n    max-height: 100%;\n    display: flex;\n    align-content:center;\n    border-style:none;\n    margin: 0 auto;\n    background-color: #777;\n}\n *\/\n\n\n.modal-content img {\n    max-width: 100%;\n    max-height: 100%;\n    display: flex;\n    align-content:center;\n    border-style:none;\n    margin: 0 auto;\n    background-color: #777;\n}\n\n.modal-close {\n  position: absolute;\n  top: 0;\n  right: 0;\n  font-size: 1.75rem;\n  font-weight: bold;\n  padding: 0 0.75rem;\n  \/* width: 2rem;\n  height: 2rem;\n  display: flex;\n  justify-content: center;\n  align-items: center; *\/\n  color: #000;\n  cursor: pointer;\n  user-select: none;\n}\n\n.modal-close:hover, .modal-close:focus {\n  color: #b7142e;\n}\n\n\/* Animations *\/\n@keyframes fadeIn {\n  0% {\n    opacity: 0;\n  }\n  100% {\n    opacity: 1;\n  }\n}\n@keyframes fadeOut {\n  0% {\n    opacity: 1;\n  }\n  100% {\n    opacity: 0;\n  }\n}\n@keyframes fadeInDown {\n  0% {\n    opacity: 0;\n    transform: translateY(-3rem);\n  }\n  100% {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n@keyframes fadeOutUp {\n  0% {\n    opacity: 1;\n    transform: translateY(0);\n  }\n  100% {\n    opacity: 0;\n    transform: translateY(-3rem);\n  }\n}\n\n@media(max-width: 992px) {\n  html { font-size: 14px; }\n  .modal-content { width: 80%; }\n}\n@media(max-width:767px) {\n  html { font-size: 12px; }\n  .modal-content { padding: 2rem 1rem 1rem 1rem; width: 90%; }\n  .modal-content h1 { margin-bottom: 1.5rem; }\n}\n\n.divtitle {\n    width: 100%;\n    height: 75px;\n}\n\n.hollow {\n  font-size: 60px;\n  font-weight: 600;\n  text-align:center;    \n  color: black;\n  -webkit-text-fill-color: white; \/* Will override color (regardless of order) *\/\n  -webkit-text-stroke-width: 1px;\n  -webkit-text-stroke-color: black;\n  }\n\n.hollowtwo {\n  font-size: 60px;\n  font-weight: 600;\n  text-align:center;    \n  color: #b7142e;\n  -webkit-text-fill-color: #b7142e; \/* Will override color (regardless of order) *\/\n  -webkit-text-stroke-width: 1px;\n  -webkit-text-stroke-color: #b7142e;\n  }\n\nspan.filled {\n  font-size: 60px;\n  font-weight: 600;\n  text-align:center;    \n  color: black;\n  -webkit-text-fill-color: black; \/* Will override color (regardless of order) *\/\n  -webkit-text-stroke-width: 0px;\n  -webkit-text-stroke-color: black;\n  }\n\n\n\n\ntable {\n  table-layout: fixed;\n  width:100%;\n}\n\ntable caption {\n  font-size: 1.5em;\n  margin: .5em 0 .75em;\n}\n\ntable td {\n  background: #dcdcdc;\n  color: black;\n  border-radius: 0;\n  top: 0;\n  padding: .625em;\n    text-align: center;\n\n}   \n\ntable td a {\n  background: #dcdcdc;\n  color: black;\n  text-decoration: underline;\n}     \n\ntable td:hover {\n  background-color: #b7142e;\n  color: #fff;\n  transition: 0.3s;\n}\n\ntable td:hover a {\n  background-color: #b7142e;\n  color: #fff;\n    cursor: pointer;\n    text-decoration: underline;\n  transition: 1.0s;\n}\n\n<\/style>\n<\/head>\n<body>\n\n   <div class=\"divtitle\">\n      <p class=\"hollowtwo\"><span class=\"filledtwo\">ARGOS<\/span><\/p>   \n   <\/div>    \n\n\n   <div class=\"divtitle\">\n      <p class=\"hollow\">RESOURCES + <span class=\"filled\">TRAINING<\/span><\/p>   \n   <\/div>    \n\n\n<div class=\"modaldivone\">\n\n <button class=\"btn-hero\" data-modal-target=\"modal1\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Appication or Webviewer?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/button> <!-- modal triggering buttons selection by \"data-modal-target\" attribute. Alternatively, we could define a class e.g. \"modal-trigger\" -->\n  <button  class=\"btn-hero\" data-modal-target=\"modal2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dashboards and Datablocks&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/button>\n  <button  class=\"btn-hero\" data-modal-target=\"modal3\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Data Field Names and Results&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/button>\n  <button  class=\"btn-hero\" data-modal-target=\"modal4\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Instructional Guides&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/button>\n\n<\/div>\n\n\n <div class=\"modal\" id=\"modal1\">\n    <div class=\"modal-content\">\n      <span class=\"modal-close\">&times;<\/span>\n  <h3 style=\"text-align:center; font-weight: 600;\">The Application and Webviewer: Which version is best for you?<\/h3>\n<br>\n<h5 style=\"text-align:center;\">What is the <strong>Argos Application<\/strong>?<\/h5>  \n  <p>The <strong>Argos Application<\/strong> allows users the full-functionality of Argos. When logging in, the first time this option is selected, the full version of Argos will download and install on your coomputer. Functions available include (but not limited to):<\/p>\n         <ul>\n             <li>Manipulate the data.<\/li>          \n             <li>Report writing.<\/li>          \n             <li>Report scheduling.<\/li>          \n         <\/ul>          \n<h5 style=\"text-align:center;\">What is the <strong>Argos Webviewer<\/strong>?<\/h5>  \n  <p>The <strong>Argos Webviewer<\/strong> runs a limited version of Argos in the web browser of your choice. This version will not download any Argos software on your computer.<\/p>\n  <p>This version only provides the basic functions; however, most users will find the Webviewer exceeds their needs.<\/p>\n<p><i><strong>Note:<\/strong> The Argos Application is available for use on <u>Windows computers only<\/u>.<\/i><\/p>\n    <\/div>\n  <\/div>\n\n\n <div class=\"modal\" id=\"modal2\">\n    <div class=\"modal-content\">\n      <span class=\"modal-close\">&times;<\/span>\n  <h3 style=\"text-align:center; font-weight: 600;\">Datablocks &#038; Dashboards:<\/h3>\n<br>\n  <h5 style=\"text-align:center;\">What are <strong>Dashboards<\/strong>?<\/h5>  \n  <p><strong>&#8220;Dashboards&#8221;<\/strong> are where Argos users actually access data. Dashboards are also how Argos users select different options and \/ or change filters to refine the data results.<\/p>\n  <h5 style=\"text-align:center;\">What are <strong>Datablocks<\/strong>?<\/h5>\n  <p><strong>&#8220;Datablocks&#8221;<\/strong> are what hold the unique sql script and where dashboard construction occurs. Almost all Argos users at EWU will find the data they need using Argos dashboards. The same is true about other reporting tools &#8211; all that is needed is access to data and data reports from dashboards. Almost all Argos users won&#8217;t need to build datablocks.<\/p>\n  <p style=\"color:#b7142e; font-weight:600;\">In sum, <strong>&#8220;Dashboards&#8221;<\/strong> are the tool where data users can actually access data. <strong>&#8220;Datablocks&#8221;<\/strong> are the unseen structure behind dashboards.<\/p>\n\n    <\/div>\n  <\/div>\n\n \n <div class=\"modal\" id=\"modal3\">\n    <div class=\"modal-content\">\n      <span class=\"modal-close\">&times;<\/span>\n  <h3 style=\"text-align:center; font-weight: 600;\">Field Names &#038; Results:<\/h3>\n<br>\n    <h5 style=\"text-align:center;\">What are <strong>Field Names<\/strong>?<\/h5>\n  <p><strong>Field Names<\/strong> (also referred to as Data Field Names and Column Headers) are the column titles available in a particular dashboard. In a dashboard, they are always present and are found at the top of the data results box (the box where data eventually populates).<\/p>\n<br>\n<h5 style=\"text-align:center;\">What are <strong>Field Name Results<\/strong>?<\/h5>\n  <p><strong>Field Name Results<\/strong> (also referred to as Data Field Names Results) are data that populate underneath a given field name. Changing a dashboard option or filter will result in different data.<\/p>\n  <p>Example:<\/p>\n <p style=\"padding-left:40px; padding-right:60px;\">Consider a dashboard built to produce a list of students &#8211; such as the <strong>Graduated \/ Applied to Graduate<\/strong> dashboard. Regardless of the dashboard options or filters chosen, this dashboard will produce a list of students who have either graduated or applied to graduate.<\/p>\n  <p style=\"text-align:center;\">&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<\/p>\n<p>Now consider how selecting different dashboard options or filters will create different data results. For example, a list of students who graduated. How different will the data results be simply by changing the:<\/p>\n          <ul>\n             <li>Academic Term, Major, Degree Level, Department or College?<\/li>\n          <\/ul>           \n<p><i><strong>Note:<\/strong> In this dashboard, you must select either the &#8220;Graduated&#8221; or &#8220;Applied to Graduate&#8221;.<\/i><\/p>  \n    <\/div>\n  <\/div>\n\n\n<div class=\"modal\" id=\"modal4\">\n    <div class=\"modal-content\">\n      <span class=\"modal-close\">&times;<\/span>\n  <h3 style=\"text-align:center; font-weight: 600;\">Argos Instructional Guides:<\/h3>\n<br>\n<h5 style=\"text-align:center;\">Guides Based on Argos Roles:<\/h5>  \n<table>\n<tr>\n    <td scope=\"row\"><a href=\"https:\/\/in.ewu.edu\/institutional-research\/wp-content\/uploads\/sites\/65\/2021\/08\/Argos-Report-Viewer-Guide.pdf\">Report Viewer Guide<\/a><\/td>\n    <td><a href=\"https:\/\/in.ewu.edu\/institutional-research\/wp-content\/uploads\/sites\/65\/2021\/08\/Argos-Report-Writer-Guide.pdf\">Report Writer Guide<\/a><\/td>\n    <td><a href=\"https:\/\/in.ewu.edu\/institutional-research\/wp-content\/uploads\/sites\/65\/2021\/08\/Argos-DataBlock-Designer-Guide.pdf\">Datablock Designer Guide<\/a><\/td>\n<\/tr>\n<\/table>\n<h5 style=\"text-align:center;\">Guides For Report Writers:<\/h5>  \n<table>\n<tbody>\n<tr>\n    <td scope=\"row\"><a href=\"https:\/\/webhelp.evisions.com\/HelpFiles\/Argos\/en\/Content\/CSV%20Reports.html\">CSV Reports Guide<\/a><\/td>\n    <td><a href=\"https:\/\/webhelp.evisions.com\/HelpFiles\/Argos\/en\/Content\/Banded%20Reports.html\">BANDED Reports Guide<\/a><\/td>\n    <td><a href=\"https:\/\/webhelp.evisions.com\/HelpFiles\/Argos\/en\/Content\/Crosstab%20Reports.html\">CROSSTAB Reports Guide<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><i><strong>Notes:<\/strong><\/i><\/p>\n<ol>\n<li><i>When using Argos, at any time you can hit the F1 key to bring up the full version of the online guide.<\/i><\/li>\n<li><i>&#8220;Guides Based on Argos Role&#8221; will download as stand-alone PDF versions of each guide.<\/i><\/li>\n<li><i>&#8220;Guides For Report Writers&#8221; opens the full version of the online guide, but will land at the beginning of relevant subject matter.<\/i><\/li>\n<\/ol>\n    <\/div>\n  <\/div>\n\n\n\n<script>\/\/ Adding open-close interactivity for the dialog:\nconst modalTriggerButtons = document.querySelectorAll(\"[data-modal-target]\");\nconst modals = document.querySelectorAll(\".modal\");\nconst modalCloseButtons = document.querySelectorAll(\".modal-close\");\n\nmodalTriggerButtons.forEach(elem => {\n  elem.addEventListener(\"click\", event => toggleModal(event.currentTarget.getAttribute(\"data-modal-target\")));\n});\nmodalCloseButtons.forEach(elem => {\n  elem.addEventListener(\"click\", event => toggleModal(event.currentTarget.closest(\".modal\").id));\n});\nmodals.forEach(elem => {\n  elem.addEventListener(\"click\", event => {\n    if(event.currentTarget === event.target) toggleModal(event.currentTarget.id);\n  });\n});\n\n\/\/ Maybe also close with \"Esc\"...\ndocument.addEventListener(\"keydown\", event => {\n  if(event.keyCode === 27 && document.querySelector(\".modal.modal-show\")) {\n    toggleModal(document.querySelector(\".modal.modal-show\").id);\n  }\n});\n\nfunction toggleModal(modalId) {\n  const modal = document.getElementById(modalId);\n\n  if(getComputedStyle(modal).display===\"flex\") { \/\/ alternatively: if(modal.classList.contains(\"modal-show\"))\n    modal.classList.add(\"modal-hide\");\n    setTimeout(() => {\n      document.body.style.overflow = \"initial\"; \/\/ Optional: in order to enable\/disable page scrolling while modal is hidden\/shown - in this case: \"initial\" <=> \"visible\"\n      modal.classList.remove(\"modal-show\", \"modal-hide\");\n      modal.style.display = \"none\";      \n    }, 200);\n  }\n  else {\n    document.body.style.overflow = \"hidden\"; \/\/ Optional: in order to enable\/disable page scrolling while modal is hidden\/shown\n    modal.style.display = \"flex\";\n    modal.classList.add(\"modal-show\");\n  }\n}\n<\/script>\n<\/body>\n<\/html>\n\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>All-Purpose Datablocks ARGOS RESOURCES + TRAINING &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Appication or Webviewer?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dashboards and Datablocks&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Data Field Names and Results&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Instructional Guides&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &times; The Application and Webviewer: Which version is best for you? What is the Argos Application? The Argos Application allows users the full-functionality of Argos. When logging in, the first time this option is selected, the &#8230; <a title=\"Argos Resources &amp; Training\" class=\"read-more\" href=\"https:\/\/inside.ewu.edu\/institutional-research\/argos-training\/\" aria-label=\"Read more about Argos Resources &amp; Training\">Read more<\/a><\/p>\n","protected":false},"author":9834,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"wpo365_audiences":[],"wpo365_private":false,"footnotes":""},"class_list":["post-10260","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/inside.ewu.edu\/institutional-research\/wp-json\/wp\/v2\/pages\/10260"}],"collection":[{"href":"https:\/\/inside.ewu.edu\/institutional-research\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/inside.ewu.edu\/institutional-research\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/inside.ewu.edu\/institutional-research\/wp-json\/wp\/v2\/users\/9834"}],"replies":[{"embeddable":true,"href":"https:\/\/inside.ewu.edu\/institutional-research\/wp-json\/wp\/v2\/comments?post=10260"}],"version-history":[{"count":1,"href":"https:\/\/inside.ewu.edu\/institutional-research\/wp-json\/wp\/v2\/pages\/10260\/revisions"}],"predecessor-version":[{"id":10261,"href":"https:\/\/inside.ewu.edu\/institutional-research\/wp-json\/wp\/v2\/pages\/10260\/revisions\/10261"}],"wp:attachment":[{"href":"https:\/\/inside.ewu.edu\/institutional-research\/wp-json\/wp\/v2\/media?parent=10260"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}