diff --git a/preview-update-submodules/.well-known/issuer.jwks b/preview-update-submodules/.well-known/issuer.jwks index 81d7b7133..2d61472cf 100644 --- a/preview-update-submodules/.well-known/issuer.jwks +++ b/preview-update-submodules/.well-known/issuer.jwks @@ -56,11 +56,11 @@ { "alg": "ES256", "crv": "P-256", - "kid": "dcb8", + "kid": "8d9b", "kty": "EC", "use": "sig", - "x": "uZuja5BBP-CCongrDM0z7rVKeGyieCW0T2bTRaEuyoY=", - "y": "eYtm6i8pyOFdfZz7ahmtiBQiC4ioUuwxAxc5txJRUFY=" + "x": "N45Fz5S8OXUvRvkziV3IvRku4o84-hfYdbu9RWdapwY=", + "y": "haNd4VKCj3_8AHe0luUTWx1XJk5sKDqciiLR35_oAHo=" }, { "alg": "ES256", diff --git a/preview-update-submodules/README.md b/preview-update-submodules/README.md index f44a94185..1acdaf49b 100644 --- a/preview-update-submodules/README.md +++ b/preview-update-submodules/README.md @@ -123,7 +123,7 @@ For internal links (to a header inside the document), use this syntax: ``` [link to header A](#a-sample-header) ``` - + ### Converting HTML to Markdown Right now, most of our pages are written in html and have a `.shtml` extension. We are diff --git a/preview-update-submodules/assets/css/style-v10.css.map b/preview-update-submodules/assets/css/style-v10.css.map index 0e9647e5d..8cdd54155 100644 --- a/preview-update-submodules/assets/css/style-v10.css.map +++ b/preview-update-submodules/assets/css/style-v10.css.map @@ -106,7 +106,7 @@ "_sass/UW-theming/_uw_card.scss" ], "sourcesContent": [ - "$grid-breakpoints: (\n xs: 0,\n sm: 576px,\n md: 768px,\n lg: 992px,\n xl: 1200px,\n xxl: 1400px\n);\n$primary: #c5050c;\n\n$uw-max-content-width: 1320px;\n\n$accordion-padding-x: 0;\n$accordion-padding-y: .5em;\n$accordion-icon-width: .9rem;\n\n$list-group-border-color: black;\n\n// Bootstrap\n@import 'bootstrap/bootstrap';\n\n// UW Theme\n@import 'UW-theming/uw_style';\n\n// Responsive Font Size\nhtml {\n font-size: 14px;\n}\n\n@include media-breakpoint-up(sm) {\n html {\n font-size: 16px;\n }\n}\n\n@include media-breakpoint-up(xl) {\n html {\n font-size: 18px;\n }\n}\n\n// Search Bar\n.search-bar {\n display: flex;\n flex-direction: column;\n margin: auto;\n color: $secondary;\n padding: map-get($spacers, 2);\n @include media-breakpoint-up(md){\n padding-left: 0px;\n padding-right: 0px;\n }\n .result {\n box-shadow: 0px 5px 5px #0000001c;\n }\n .results-dropdown {\n height: 0px;\n z-index: 100;\n }\n}\n\n// Navbar\n#uw-sub-menus {\n nav.uw-nav-menu {\n background-color: #f7f7f7 !important;\n }\n}\n\n#branding-sub {\n background-color: #f7f7f7 !important;\n}\n\n.table-container {\n table {\n margin-bottom: 0px;\n }\n overflow-x: scroll;\n margin-bottom: 2rem;\n}\n\n.uw-card.promoted {\n @include uw-flex-column(50%, map-get($breakpoints, medium));\n padding: $uw-padding*1;\n display: flex;\n flex-direction: row;\n .uw-card-content {\n background-color: $uw-white;\n flex-direction: row;\n img {\n width: 100%;\n }\n }\n .uw-card-copy {\n padding: 0 1rem 1rem;\n }\n}\n\n.team-card {\n .uw-card-content {\n padding: 15px;\n display: flex;\n flex-direction: column;\n }\n .uw-card-copy {\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n flex: 1;\n }\n img{\n aspect-ratio: 1/1.2;\n width:100%;\n object-fit: cover;\n }\n .institution {\n color: grey;\n }\n}\n\n.news-post:hover {\n > div {\n transition: background-color .5s, transform 1s;\n background-color: #dfdfdf;\n box-shadow: 5px 0px 5px #ffffff;\n }\n text-decoration: none;\n}\n\n.news-post {\n .img-container{\n height: 180px;\n }\n img {\n height: 100%;\n width: 100%;\n object-fit: cover;\n }\n}\n\n// Homepage was designed with this applied and I don't want to redesign it at the moment\n.mw-1000 {\n max-width: 1000px;\n}\n\n#hero-image-ultrawide {\n height:50vw;\n max-height:500px;\n width: auto;\n max-width: none;\n margin-left: 50%;\n transform: translateX(-50%);\n}\n\n.stat-card {\n padding: 20px;\n background-color: #f7f7f7;\n margin-bottom: 1.5rem;\n}\n\n.circuit-background {\n background: url(/web-preview/preview-update-submodules/images/circuit_board_light.svg) no-repeat center;\n -webkit-background-size: cover;\n -moz-background-size: cover;\n -o-background-size: cover;\n background-size: cover;\n\n box-shadow: inset 0px 0px 10px white;\n}\n\n\n#guide-sidebar {\n\n top: 1rem;\n position: sticky;\n line-height: 1rem;\n\n .accordion-button {\n transition: padding .2s;\n transition-timing-function: ease-out;\n }\n .accordion-button:focus {\n padding-left: 0.4rem;\n padding-right: 0.4rem;\n }\n .accordion-button:not(.collapsed) {\n padding-left: 0.4rem;\n padding-right: 0.4rem;\n }\n .document-link-wrapper {\n border-bottom: 1px solid rgba(0,0,0,0.125);\n padding: .4rem;\n background-color: #fffcfc;\n }\n button {\n font-size: 1rem;\n }\n a {\n font-size: .8rem;\n color: black;\n }\n a:hover {\n color: $primary;\n }\n}\n\n.primary-callout {\n background-color: $primary;\n padding: 0.25rem 1.5rem;\n margin-bottom: 1rem;\n border-radius: .25rem;\n color: white;\n box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);\n a {\n color: #bcecff;\n text-decoration: underline;\n &:hover {\n color: #4ec0ed;\n }\n }\n}", + "$grid-breakpoints: (\n xs: 0,\n sm: 576px,\n md: 768px,\n lg: 992px,\n xl: 1200px,\n xxl: 1400px\n);\n$primary: #c5050c;\n\n$uw-max-content-width: 1320px;\n\n$accordion-padding-x: 0;\n$accordion-padding-y: .5em;\n$accordion-icon-width: .9rem;\n\n$list-group-border-color: black;\n\n// Bootstrap\n@import 'bootstrap/bootstrap';\n\n// UW Theme\n@import 'UW-theming/uw_style';\n\n// Responsive Font Size\nhtml {\n font-size: 14px;\n}\n\n@include media-breakpoint-up(sm) {\n html {\n font-size: 16px;\n }\n}\n\n@include media-breakpoint-up(xl) {\n html {\n font-size: 18px;\n }\n}\n\n// Search Bar\n.search-bar {\n display: flex;\n flex-direction: column;\n margin: auto;\n color: $secondary;\n padding: map-get($spacers, 2);\n @include media-breakpoint-up(md){\n padding-left: 0px;\n padding-right: 0px;\n }\n .result {\n box-shadow: 0px 5px 5px #0000001c;\n }\n .results-dropdown {\n height: 0px;\n z-index: 100;\n }\n}\n\n// Navbar\n#uw-sub-menus {\n nav.uw-nav-menu {\n background-color: #f7f7f7 !important;\n }\n}\n\n#branding-sub {\n background-color: #f7f7f7 !important;\n}\n\n.table-container {\n table {\n margin-bottom: 0px;\n }\n overflow-x: scroll;\n margin-bottom: 2rem;\n}\n\n.uw-card.promoted {\n @include uw-flex-column(50%, map-get($breakpoints, medium));\n padding: $uw-padding*1;\n display: flex;\n flex-direction: row;\n .uw-card-content {\n background-color: $uw-white;\n flex-direction: row;\n img {\n width: 100%;\n }\n }\n .uw-card-copy {\n padding: 0 1rem 1rem;\n }\n}\n\n.team-card {\n .uw-card-content {\n padding: 15px;\n display: flex;\n flex-direction: column;\n }\n .uw-card-copy {\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n flex: 1;\n }\n img{\n aspect-ratio: 1/1.2;\n width:100%;\n object-fit: cover;\n }\n .institution {\n color: grey;\n }\n}\n\n.news-post:hover {\n > div {\n transition: background-color .5s, transform 1s;\n background-color: #dfdfdf;\n box-shadow: 5px 0px 5px #ffffff;\n }\n text-decoration: none;\n}\n\n.news-post {\n .img-container{\n height: 180px;\n }\n img {\n height: 100%;\n width: 100%;\n object-fit: cover;\n }\n}\n\n// Homepage was designed with this applied and I don't want to redesign it at the moment\n.mw-1000 {\n max-width: 1000px;\n}\n\n#hero-image-ultrawide {\n height:50vw;\n max-height:500px;\n width: auto;\n max-width: none;\n margin-left: 50%;\n transform: translateX(-50%);\n}\n\n.stat-card {\n padding: 20px;\n background-color: #f7f7f7;\n margin-bottom: 1.5rem;\n}\n\n.circuit-background {\n background: url(/web-preview/preview-update-submodules/images/circuit_board_light.svg) no-repeat center;\n -webkit-background-size: cover;\n -moz-background-size: cover;\n -o-background-size: cover;\n background-size: cover;\n\n box-shadow: inset 0px 0px 10px white;\n}\n\n\n#guide-sidebar {\n\n top: 1rem;\n position: sticky;\n line-height: 1rem;\n\n .accordion-button {\n transition: padding .2s;\n transition-timing-function: ease-out;\n }\n .accordion-button:focus {\n padding-left: 0.4rem;\n padding-right: 0.4rem;\n }\n .accordion-button:not(.collapsed) {\n padding-left: 0.4rem;\n padding-right: 0.4rem;\n }\n .document-link-wrapper {\n border-bottom: 1px solid rgba(0,0,0,0.125);\n padding: .4rem;\n background-color: #fffcfc;\n }\n button {\n font-size: 1rem;\n }\n a {\n font-size: .8rem;\n color: black;\n }\n a:hover {\n color: $primary;\n }\n}\n\n.primary-callout {\n background-color: $primary;\n padding: 0.25rem 1.5rem;\n margin-bottom: 1rem;\n border-radius: .25rem;\n color: white;\n box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);\n a {\n color: #bcecff;\n text-decoration: underline;\n &:hover {\n color: #4ec0ed;\n }\n }\n}\n\n", "/*!\n * Bootstrap v5.0.2 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n\n// scss-docs-start import-stack\n// Configuration\n@import \"functions\";\n@import \"variables\";\n@import \"mixins\";\n@import \"utilities\";\n\n// Layout & components\n@import \"root\";\n@import \"reboot\";\n@import \"type\";\n@import \"images\";\n@import \"containers\";\n@import \"grid\";\n@import \"tables\";\n@import \"forms\";\n@import \"buttons\";\n@import \"transitions\";\n@import \"dropdown\";\n@import \"button-group\";\n@import \"nav\";\n@import \"navbar\";\n@import \"card\";\n@import \"accordion\";\n@import \"breadcrumb\";\n@import \"pagination\";\n@import \"badge\";\n@import \"alert\";\n@import \"progress\";\n@import \"list-group\";\n@import \"close\";\n@import \"toasts\";\n@import \"modal\";\n@import \"tooltip\";\n@import \"popover\";\n@import \"carousel\";\n@import \"spinners\";\n@import \"offcanvas\";\n\n// Helpers\n@import \"helpers\";\n\n// Utilities\n@import \"utilities/api\";\n// scss-docs-end import-stack\n", "// Bootstrap functions\n//\n// Utility mixins and functions for evaluating source code across our variables, maps, and mixins.\n\n// Ascending\n// Used to evaluate Sass maps like our grid breakpoints.\n@mixin _assert-ascending($map, $map-name) {\n $prev-key: null;\n $prev-num: null;\n @each $key, $num in $map {\n @if $prev-num == null or unit($num) == \"%\" or unit($prev-num) == \"%\" {\n // Do nothing\n } @else if not comparable($prev-num, $num) {\n @warn \"Potentially invalid value for #{$map-name}: This map must be in ascending order, but key '#{$key}' has value #{$num} whose unit makes it incomparable to #{$prev-num}, the value of the previous key '#{$prev-key}' !\";\n } @else if $prev-num >= $num {\n @warn \"Invalid value for #{$map-name}: This map must be in ascending order, but key '#{$key}' has value #{$num} which isn't greater than #{$prev-num}, the value of the previous key '#{$prev-key}' !\";\n }\n $prev-key: $key;\n $prev-num: $num;\n }\n}\n\n// Starts at zero\n// Used to ensure the min-width of the lowest breakpoint starts at 0.\n@mixin _assert-starts-at-zero($map, $map-name: \"$grid-breakpoints\") {\n @if length($map) > 0 {\n $values: map-values($map);\n $first-value: nth($values, 1);\n @if $first-value != 0 {\n @warn \"First breakpoint in #{$map-name} must start at 0, but starts at #{$first-value}.\";\n }\n }\n}\n\n// Internal Bootstrap function to turn maps into its negative variant.\n// It prefixes the keys with `n` and makes the value negative.\n@function negativify-map($map) {\n $result: ();\n @each $key, $value in $map {\n @if $key != 0 {\n $result: map-merge($result, (\"n\" + $key: (-$value)));\n }\n }\n @return $result;\n}\n\n// Get multiple keys from a sass map\n@function map-get-multiple($map, $values) {\n $result: ();\n @each $key, $value in $map {\n @if (index($values, $key) != null) {\n $result: map-merge($result, ($key: $value));\n }\n }\n @return $result;\n}\n\n// Replace `$search` with `$replace` in `$string`\n// Used on our SVG icon backgrounds for custom forms.\n//\n// @author Hugo Giraudel\n// @param {String} $string - Initial string\n// @param {String} $search - Substring to replace\n// @param {String} $replace ('') - New value\n// @return {String} - Updated string\n@function str-replace($string, $search, $replace: \"\") {\n $index: str-index($string, $search);\n\n @if $index {\n @return str-slice($string, 1, $index - 1) + $replace + str-replace(str-slice($string, $index + str-length($search)), $search, $replace);\n }\n\n @return $string;\n}\n\n// See https://codepen.io/kevinweber/pen/dXWoRw\n//\n// Requires the use of quotes around data URIs.\n\n@function escape-svg($string) {\n @if str-index($string, \"data:image/svg+xml\") {\n @each $char, $encoded in $escaped-characters {\n // Do not escape the url brackets\n @if str-index($string, \"url(\") == 1 {\n $string: url(\"#{str-replace(str-slice($string, 6, -3), $char, $encoded)}\");\n } @else {\n $string: str-replace($string, $char, $encoded);\n }\n }\n }\n\n @return $string;\n}\n\n// Color contrast\n// See https://github.com/twbs/bootstrap/pull/30168\n\n// A list of pre-calculated numbers of pow(divide((divide($value, 255) + .055), 1.055), 2.4). (from 0 to 255)\n// stylelint-disable-next-line scss/dollar-variable-default, scss/dollar-variable-pattern\n$_luminance-list: .0008 .001 .0011 .0013 .0015 .0017 .002 .0022 .0025 .0027 .003 .0033 .0037 .004 .0044 .0048 .0052 .0056 .006 .0065 .007 .0075 .008 .0086 .0091 .0097 .0103 .011 .0116 .0123 .013 .0137 .0144 .0152 .016 .0168 .0176 .0185 .0194 .0203 .0212 .0222 .0232 .0242 .0252 .0262 .0273 .0284 .0296 .0307 .0319 .0331 .0343 .0356 .0369 .0382 .0395 .0409 .0423 .0437 .0452 .0467 .0482 .0497 .0513 .0529 .0545 .0561 .0578 .0595 .0612 .063 .0648 .0666 .0685 .0704 .0723 .0742 .0762 .0782 .0802 .0823 .0844 .0865 .0887 .0908 .0931 .0953 .0976 .0999 .1022 .1046 .107 .1095 .1119 .1144 .117 .1195 .1221 .1248 .1274 .1301 .1329 .1356 .1384 .1413 .1441 .147 .15 .1529 .1559 .159 .162 .1651 .1683 .1714 .1746 .1779 .1812 .1845 .1878 .1912 .1946 .1981 .2016 .2051 .2086 .2122 .2159 .2195 .2232 .227 .2307 .2346 .2384 .2423 .2462 .2502 .2542 .2582 .2623 .2664 .2705 .2747 .2789 .2831 .2874 .2918 .2961 .3005 .305 .3095 .314 .3185 .3231 .3278 .3325 .3372 .3419 .3467 .3515 .3564 .3613 .3663 .3712 .3763 .3813 .3864 .3916 .3968 .402 .4072 .4125 .4179 .4233 .4287 .4342 .4397 .4452 .4508 .4564 .4621 .4678 .4735 .4793 .4851 .491 .4969 .5029 .5089 .5149 .521 .5271 .5333 .5395 .5457 .552 .5583 .5647 .5711 .5776 .5841 .5906 .5972 .6038 .6105 .6172 .624 .6308 .6376 .6445 .6514 .6584 .6654 .6724 .6795 .6867 .6939 .7011 .7084 .7157 .7231 .7305 .7379 .7454 .7529 .7605 .7682 .7758 .7835 .7913 .7991 .807 .8148 .8228 .8308 .8388 .8469 .855 .8632 .8714 .8796 .8879 .8963 .9047 .9131 .9216 .9301 .9387 .9473 .956 .9647 .9734 .9823 .9911 1;\n\n@function color-contrast($background, $color-contrast-dark: $color-contrast-dark, $color-contrast-light: $color-contrast-light, $min-contrast-ratio: $min-contrast-ratio) {\n $foregrounds: $color-contrast-light, $color-contrast-dark, $white, $black;\n $max-ratio: 0;\n $max-ratio-color: null;\n\n @each $color in $foregrounds {\n $contrast-ratio: contrast-ratio($background, $color);\n @if $contrast-ratio > $min-contrast-ratio {\n @return $color;\n } @else if $contrast-ratio > $max-ratio {\n $max-ratio: $contrast-ratio;\n $max-ratio-color: $color;\n }\n }\n\n @warn \"Found no color leading to #{$min-contrast-ratio}:1 contrast ratio against #{$background}...\";\n\n @return $max-ratio-color;\n}\n\n@function contrast-ratio($background, $foreground: $color-contrast-light) {\n $l1: luminance($background);\n $l2: luminance(opaque($background, $foreground));\n\n @return if($l1 > $l2, divide($l1 + .05, $l2 + .05), divide($l2 + .05, $l1 + .05));\n}\n\n// Return WCAG2.0 relative luminance\n// See https://www.w3.org/WAI/GL/wiki/Relative_luminance\n// See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests\n@function luminance($color) {\n $rgb: (\n \"r\": red($color),\n \"g\": green($color),\n \"b\": blue($color)\n );\n\n @each $name, $value in $rgb {\n $value: if(divide($value, 255) < .03928, divide(divide($value, 255), 12.92), nth($_luminance-list, $value + 1));\n $rgb: map-merge($rgb, ($name: $value));\n }\n\n @return (map-get($rgb, \"r\") * .2126) + (map-get($rgb, \"g\") * .7152) + (map-get($rgb, \"b\") * .0722);\n}\n\n// Return opaque color\n// opaque(#fff, rgba(0, 0, 0, .5)) => #808080\n@function opaque($background, $foreground) {\n @return mix(rgba($foreground, 1), $background, opacity($foreground) * 100);\n}\n\n// scss-docs-start color-functions\n// Tint a color: mix a color with white\n@function tint-color($color, $weight) {\n @return mix(white, $color, $weight);\n}\n\n// Shade a color: mix a color with black\n@function shade-color($color, $weight) {\n @return mix(black, $color, $weight);\n}\n\n// Shade the color if the weight is positive, else tint it\n@function shift-color($color, $weight) {\n @return if($weight > 0, shade-color($color, $weight), tint-color($color, -$weight));\n}\n// scss-docs-end color-functions\n\n// Return valid calc\n@function add($value1, $value2, $return-calc: true) {\n @if $value1 == null {\n @return $value2;\n }\n\n @if $value2 == null {\n @return $value1;\n }\n\n @if type-of($value1) == number and type-of($value2) == number and comparable($value1, $value2) {\n @return $value1 + $value2;\n }\n\n @if type-of($value1) != number {\n $value1: unquote(\"(\") + $value1 + unquote(\")\");\n }\n\n @if type-of($value2) != number {\n $value2: unquote(\"(\") + $value2 + unquote(\")\");\n }\n\n @return if($return-calc == true, calc(#{$value1} + #{$value2}), $value1 + unquote(\" + \") + $value2);\n}\n\n@function subtract($value1, $value2, $return-calc: true) {\n @if $value1 == null and $value2 == null {\n @return null;\n }\n\n @if $value1 == null {\n @return -$value2;\n }\n\n @if $value2 == null {\n @return $value1;\n }\n\n @if type-of($value1) == number and type-of($value2) == number and comparable($value1, $value2) {\n @return $value1 - $value2;\n }\n\n @if type-of($value1) != number {\n $value1: unquote(\"(\") + $value1 + unquote(\")\");\n }\n\n @if type-of($value2) != number {\n $value2: unquote(\"(\") + $value2 + unquote(\")\");\n }\n\n @return if($return-calc == true, calc(#{$value1} - #{$value2}), $value1 + unquote(\" - \") + $value2);\n}\n\n@function divide($dividend, $divisor, $precision: 10) {\n $sign: if($dividend > 0 and $divisor > 0 or $dividend < 0 and $divisor < 0, 1, -1);\n $dividend: abs($dividend);\n $divisor: abs($divisor);\n @if $dividend == 0 {\n @return 0;\n }\n @if $divisor == 0 {\n @error \"Cannot divide by 0\";\n }\n $remainder: $dividend;\n $result: 0;\n $factor: 10;\n @while ($remainder > 0 and $precision >= 0) {\n $quotient: 0;\n @while ($remainder >= $divisor) {\n $remainder: $remainder - $divisor;\n $quotient: $quotient + 1;\n }\n $result: $result * 10 + $quotient;\n $factor: $factor * .1;\n $remainder: $remainder * 10;\n $precision: $precision - 1;\n @if ($precision < 0 and $remainder >= $divisor * 5) {\n $result: $result + 1;\n }\n }\n $result: $result * $factor * $sign;\n $dividend-unit: unit($dividend);\n $divisor-unit: unit($divisor);\n $unit-map: (\n \"px\": 1px,\n \"rem\": 1rem,\n \"em\": 1em,\n \"%\": 1%\n );\n @if ($dividend-unit != $divisor-unit and map-has-key($unit-map, $dividend-unit)) {\n $result: $result * map-get($unit-map, $dividend-unit);\n }\n @return $result;\n}\n", "// Variables\n//\n// Variables should follow the `$component-state-property-size` formula for\n// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.\n\n// Color system\n\n// scss-docs-start gray-color-variables\n$white: #fff !default;\n$gray-100: #f8f9fa !default;\n$gray-200: #e9ecef !default;\n$gray-300: #dee2e6 !default;\n$gray-400: #ced4da !default;\n$gray-500: #adb5bd !default;\n$gray-600: #6c757d !default;\n$gray-700: #495057 !default;\n$gray-800: #343a40 !default;\n$gray-900: #212529 !default;\n$black: #000 !default;\n// scss-docs-end gray-color-variables\n\n// fusv-disable\n// scss-docs-start gray-colors-map\n$grays: (\n \"100\": $gray-100,\n \"200\": $gray-200,\n \"300\": $gray-300,\n \"400\": $gray-400,\n \"500\": $gray-500,\n \"600\": $gray-600,\n \"700\": $gray-700,\n \"800\": $gray-800,\n \"900\": $gray-900\n) !default;\n// scss-docs-end gray-colors-map\n// fusv-enable\n\n// scss-docs-start color-variables\n$blue: #0d6efd !default;\n$indigo: #6610f2 !default;\n$purple: #6f42c1 !default;\n$pink: #d63384 !default;\n$red: #dc3545 !default;\n$orange: #fd7e14 !default;\n$yellow: #ffc107 !default;\n$green: #198754 !default;\n$teal: #20c997 !default;\n$cyan: #0dcaf0 !default;\n// scss-docs-end color-variables\n\n// scss-docs-start colors-map\n$colors: (\n \"blue\": $blue,\n \"indigo\": $indigo,\n \"purple\": $purple,\n \"pink\": $pink,\n \"red\": $red,\n \"orange\": $orange,\n \"yellow\": $yellow,\n \"green\": $green,\n \"teal\": $teal,\n \"cyan\": $cyan,\n \"white\": $white,\n \"gray\": $gray-600,\n \"gray-dark\": $gray-800\n) !default;\n// scss-docs-end colors-map\n\n// scss-docs-start theme-color-variables\n$primary: $blue !default;\n$secondary: $gray-600 !default;\n$success: $green !default;\n$info: $cyan !default;\n$warning: $yellow !default;\n$danger: $red !default;\n$light: $gray-100 !default;\n$dark: $gray-900 !default;\n// scss-docs-end theme-color-variables\n\n// scss-docs-start theme-colors-map\n$theme-colors: (\n \"primary\": $primary,\n \"secondary\": $secondary,\n \"success\": $success,\n \"info\": $info,\n \"warning\": $warning,\n \"danger\": $danger,\n \"light\": $light,\n \"dark\": $dark\n) !default;\n// scss-docs-end theme-colors-map\n\n// The contrast ratio to reach against white, to determine if color changes from \"light\" to \"dark\". Acceptable values for WCAG 2.0 are 3, 4.5 and 7.\n// See https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast\n$min-contrast-ratio: 4.5 !default;\n\n// Customize the light and dark text colors for use in our color contrast function.\n$color-contrast-dark: $black !default;\n$color-contrast-light: $white !default;\n\n// fusv-disable\n$blue-100: tint-color($blue, 80%) !default;\n$blue-200: tint-color($blue, 60%) !default;\n$blue-300: tint-color($blue, 40%) !default;\n$blue-400: tint-color($blue, 20%) !default;\n$blue-500: $blue !default;\n$blue-600: shade-color($blue, 20%) !default;\n$blue-700: shade-color($blue, 40%) !default;\n$blue-800: shade-color($blue, 60%) !default;\n$blue-900: shade-color($blue, 80%) !default;\n\n$indigo-100: tint-color($indigo, 80%) !default;\n$indigo-200: tint-color($indigo, 60%) !default;\n$indigo-300: tint-color($indigo, 40%) !default;\n$indigo-400: tint-color($indigo, 20%) !default;\n$indigo-500: $indigo !default;\n$indigo-600: shade-color($indigo, 20%) !default;\n$indigo-700: shade-color($indigo, 40%) !default;\n$indigo-800: shade-color($indigo, 60%) !default;\n$indigo-900: shade-color($indigo, 80%) !default;\n\n$purple-100: tint-color($purple, 80%) !default;\n$purple-200: tint-color($purple, 60%) !default;\n$purple-300: tint-color($purple, 40%) !default;\n$purple-400: tint-color($purple, 20%) !default;\n$purple-500: $purple !default;\n$purple-600: shade-color($purple, 20%) !default;\n$purple-700: shade-color($purple, 40%) !default;\n$purple-800: shade-color($purple, 60%) !default;\n$purple-900: shade-color($purple, 80%) !default;\n\n$pink-100: tint-color($pink, 80%) !default;\n$pink-200: tint-color($pink, 60%) !default;\n$pink-300: tint-color($pink, 40%) !default;\n$pink-400: tint-color($pink, 20%) !default;\n$pink-500: $pink !default;\n$pink-600: shade-color($pink, 20%) !default;\n$pink-700: shade-color($pink, 40%) !default;\n$pink-800: shade-color($pink, 60%) !default;\n$pink-900: shade-color($pink, 80%) !default;\n\n$red-100: tint-color($red, 80%) !default;\n$red-200: tint-color($red, 60%) !default;\n$red-300: tint-color($red, 40%) !default;\n$red-400: tint-color($red, 20%) !default;\n$red-500: $red !default;\n$red-600: shade-color($red, 20%) !default;\n$red-700: shade-color($red, 40%) !default;\n$red-800: shade-color($red, 60%) !default;\n$red-900: shade-color($red, 80%) !default;\n\n$orange-100: tint-color($orange, 80%) !default;\n$orange-200: tint-color($orange, 60%) !default;\n$orange-300: tint-color($orange, 40%) !default;\n$orange-400: tint-color($orange, 20%) !default;\n$orange-500: $orange !default;\n$orange-600: shade-color($orange, 20%) !default;\n$orange-700: shade-color($orange, 40%) !default;\n$orange-800: shade-color($orange, 60%) !default;\n$orange-900: shade-color($orange, 80%) !default;\n\n$yellow-100: tint-color($yellow, 80%) !default;\n$yellow-200: tint-color($yellow, 60%) !default;\n$yellow-300: tint-color($yellow, 40%) !default;\n$yellow-400: tint-color($yellow, 20%) !default;\n$yellow-500: $yellow !default;\n$yellow-600: shade-color($yellow, 20%) !default;\n$yellow-700: shade-color($yellow, 40%) !default;\n$yellow-800: shade-color($yellow, 60%) !default;\n$yellow-900: shade-color($yellow, 80%) !default;\n\n$green-100: tint-color($green, 80%) !default;\n$green-200: tint-color($green, 60%) !default;\n$green-300: tint-color($green, 40%) !default;\n$green-400: tint-color($green, 20%) !default;\n$green-500: $green !default;\n$green-600: shade-color($green, 20%) !default;\n$green-700: shade-color($green, 40%) !default;\n$green-800: shade-color($green, 60%) !default;\n$green-900: shade-color($green, 80%) !default;\n\n$teal-100: tint-color($teal, 80%) !default;\n$teal-200: tint-color($teal, 60%) !default;\n$teal-300: tint-color($teal, 40%) !default;\n$teal-400: tint-color($teal, 20%) !default;\n$teal-500: $teal !default;\n$teal-600: shade-color($teal, 20%) !default;\n$teal-700: shade-color($teal, 40%) !default;\n$teal-800: shade-color($teal, 60%) !default;\n$teal-900: shade-color($teal, 80%) !default;\n\n$cyan-100: tint-color($cyan, 80%) !default;\n$cyan-200: tint-color($cyan, 60%) !default;\n$cyan-300: tint-color($cyan, 40%) !default;\n$cyan-400: tint-color($cyan, 20%) !default;\n$cyan-500: $cyan !default;\n$cyan-600: shade-color($cyan, 20%) !default;\n$cyan-700: shade-color($cyan, 40%) !default;\n$cyan-800: shade-color($cyan, 60%) !default;\n$cyan-900: shade-color($cyan, 80%) !default;\n// fusv-enable\n\n// Characters which are escaped by the escape-svg function\n$escaped-characters: (\n (\"<\", \"%3c\"),\n (\">\", \"%3e\"),\n (\"#\", \"%23\"),\n (\"(\", \"%28\"),\n (\")\", \"%29\"),\n) !default;\n\n// Options\n//\n// Quickly modify global styling by enabling or disabling optional features.\n\n$enable-caret: true !default;\n$enable-rounded: true !default;\n$enable-shadows: false !default;\n$enable-gradients: false !default;\n$enable-transitions: true !default;\n$enable-reduced-motion: true !default;\n$enable-smooth-scroll: true !default;\n$enable-grid-classes: true !default;\n$enable-button-pointers: true !default;\n$enable-rfs: true !default;\n$enable-validation-icons: true !default;\n$enable-negative-margins: false !default;\n$enable-deprecation-messages: true !default;\n$enable-important-utilities: true !default;\n\n// Prefix for :root CSS variables\n\n$variable-prefix: bs- !default;\n\n// Gradient\n//\n// The gradient which is added to components if `$enable-gradients` is `true`\n// This gradient is also added to elements with `.bg-gradient`\n// scss-docs-start variable-gradient\n$gradient: linear-gradient(180deg, rgba($white, .15), rgba($white, 0)) !default;\n// scss-docs-end variable-gradient\n\n// Spacing\n//\n// Control the default styling of most Bootstrap elements by modifying these\n// variables. Mostly focused on spacing.\n// You can add more entries to the $spacers map, should you need more variation.\n\n// scss-docs-start spacer-variables-maps\n$spacer: 1rem !default;\n$spacers: (\n 0: 0,\n 1: $spacer * .25,\n 2: $spacer * .5,\n 3: $spacer,\n 4: $spacer * 1.5,\n 5: $spacer * 3,\n) !default;\n\n$negative-spacers: if($enable-negative-margins, negativify-map($spacers), null) !default;\n// scss-docs-end spacer-variables-maps\n\n// Position\n//\n// Define the edge positioning anchors of the position utilities.\n\n// scss-docs-start position-map\n$position-values: (\n 0: 0,\n 50: 50%,\n 100: 100%\n) !default;\n// scss-docs-end position-map\n\n// Body\n//\n// Settings for the `` element.\n\n$body-bg: $white !default;\n$body-color: $gray-900 !default;\n$body-text-align: null !default;\n\n\n// Links\n//\n// Style anchor elements.\n\n$link-color: $primary !default;\n$link-decoration: underline !default;\n$link-shade-percentage: 20% !default;\n$link-hover-color: shift-color($link-color, $link-shade-percentage) !default;\n$link-hover-decoration: null !default;\n\n$stretched-link-pseudo-element: after !default;\n$stretched-link-z-index: 1 !default;\n\n// Paragraphs\n//\n// Style p element.\n\n$paragraph-margin-bottom: 1rem !default;\n\n\n// Grid breakpoints\n//\n// Define the minimum dimensions at which your layout will change,\n// adapting to different screen sizes, for use in media queries.\n\n// scss-docs-start grid-breakpoints\n$grid-breakpoints: (\n xs: 0,\n sm: 576px,\n md: 768px,\n lg: 992px,\n xl: 1200px,\n xxl: 1400px\n) !default;\n// scss-docs-end grid-breakpoints\n\n@include _assert-ascending($grid-breakpoints, \"$grid-breakpoints\");\n@include _assert-starts-at-zero($grid-breakpoints, \"$grid-breakpoints\");\n\n\n// Grid containers\n//\n// Define the maximum width of `.container` for different screen sizes.\n\n// scss-docs-start container-max-widths\n$container-max-widths: (\n sm: 540px,\n md: 720px,\n lg: 960px,\n xl: 1140px,\n xxl: 1320px\n) !default;\n// scss-docs-end container-max-widths\n\n@include _assert-ascending($container-max-widths, \"$container-max-widths\");\n\n\n// Grid columns\n//\n// Set the number of columns and specify the width of the gutters.\n\n$grid-columns: 12 !default;\n$grid-gutter-width: 1.5rem !default;\n$grid-row-columns: 6 !default;\n\n$gutters: $spacers !default;\n\n// Container padding\n\n$container-padding-x: $grid-gutter-width * .5 !default;\n\n\n// Components\n//\n// Define common padding and border radius sizes and more.\n\n// scss-docs-start border-variables\n$border-width: 1px !default;\n$border-widths: (\n 1: 1px,\n 2: 2px,\n 3: 3px,\n 4: 4px,\n 5: 5px\n) !default;\n\n$border-color: $gray-300 !default;\n// scss-docs-end border-variables\n\n// scss-docs-start border-radius-variables\n$border-radius: .25rem !default;\n$border-radius-sm: .2rem !default;\n$border-radius-lg: .3rem !default;\n$border-radius-pill: 50rem !default;\n// scss-docs-end border-radius-variables\n\n// scss-docs-start box-shadow-variables\n$box-shadow: 0 .5rem 1rem rgba($black, .15) !default;\n$box-shadow-sm: 0 .125rem .25rem rgba($black, .075) !default;\n$box-shadow-lg: 0 1rem 3rem rgba($black, .175) !default;\n$box-shadow-inset: inset 0 1px 2px rgba($black, .075) !default;\n// scss-docs-end box-shadow-variables\n\n$component-active-color: $white !default;\n$component-active-bg: $primary !default;\n\n// scss-docs-start caret-variables\n$caret-width: .3em !default;\n$caret-vertical-align: $caret-width * .85 !default;\n$caret-spacing: $caret-width * .85 !default;\n// scss-docs-end caret-variables\n\n$transition-base: all .2s ease-in-out !default;\n$transition-fade: opacity .15s linear !default;\n// scss-docs-start collapse-transition\n$transition-collapse: height .35s ease !default;\n// scss-docs-end collapse-transition\n\n// stylelint-disable function-disallowed-list\n// scss-docs-start aspect-ratios\n$aspect-ratios: (\n \"1x1\": 100%,\n \"4x3\": calc(3 / 4 * 100%),\n \"16x9\": calc(9 / 16 * 100%),\n \"21x9\": calc(9 / 21 * 100%)\n) !default;\n// scss-docs-end aspect-ratios\n// stylelint-enable function-disallowed-list\n\n// Typography\n//\n// Font, line-height, and color for body text, headings, and more.\n\n// scss-docs-start font-variables\n// stylelint-disable value-keyword-case\n$font-family-sans-serif: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", \"Liberation Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\" !default;\n$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace !default;\n// stylelint-enable value-keyword-case\n$font-family-base: var(--#{$variable-prefix}font-sans-serif) !default;\n$font-family-code: var(--#{$variable-prefix}font-monospace) !default;\n\n// $font-size-root affects the value of `rem`, which is used for as well font sizes, paddings, and margins\n// $font-size-base affects the font size of the body text\n$font-size-root: null !default;\n$font-size-base: 1rem !default; // Assumes the browser default, typically `16px`\n$font-size-sm: $font-size-base * .875 !default;\n$font-size-lg: $font-size-base * 1.25 !default;\n\n$font-weight-lighter: lighter !default;\n$font-weight-light: 300 !default;\n$font-weight-normal: 400 !default;\n$font-weight-bold: 700 !default;\n$font-weight-bolder: bolder !default;\n\n$font-weight-base: $font-weight-normal !default;\n\n$line-height-base: 1.5 !default;\n$line-height-sm: 1.25 !default;\n$line-height-lg: 2 !default;\n\n$h1-font-size: $font-size-base * 2.5 !default;\n$h2-font-size: $font-size-base * 2 !default;\n$h3-font-size: $font-size-base * 1.75 !default;\n$h4-font-size: $font-size-base * 1.5 !default;\n$h5-font-size: $font-size-base * 1.25 !default;\n$h6-font-size: $font-size-base !default;\n// scss-docs-end font-variables\n\n// scss-docs-start font-sizes\n$font-sizes: (\n 1: $h1-font-size,\n 2: $h2-font-size,\n 3: $h3-font-size,\n 4: $h4-font-size,\n 5: $h5-font-size,\n 6: $h6-font-size\n) !default;\n// scss-docs-end font-sizes\n\n// scss-docs-start headings-variables\n$headings-margin-bottom: $spacer * .5 !default;\n$headings-font-family: null !default;\n$headings-font-style: null !default;\n$headings-font-weight: 500 !default;\n$headings-line-height: 1.2 !default;\n$headings-color: null !default;\n// scss-docs-end headings-variables\n\n// scss-docs-start display-headings\n$display-font-sizes: (\n 1: 5rem,\n 2: 4.5rem,\n 3: 4rem,\n 4: 3.5rem,\n 5: 3rem,\n 6: 2.5rem\n) !default;\n\n$display-font-weight: 300 !default;\n$display-line-height: $headings-line-height !default;\n// scss-docs-end display-headings\n\n// scss-docs-start type-variables\n$lead-font-size: $font-size-base * 1.25 !default;\n$lead-font-weight: 300 !default;\n\n$small-font-size: .875em !default;\n\n$sub-sup-font-size: .75em !default;\n\n$text-muted: $gray-600 !default;\n\n$initialism-font-size: $small-font-size !default;\n\n$blockquote-margin-y: $spacer !default;\n$blockquote-font-size: $font-size-base * 1.25 !default;\n$blockquote-footer-color: $gray-600 !default;\n$blockquote-footer-font-size: $small-font-size !default;\n\n$hr-margin-y: $spacer !default;\n$hr-color: inherit !default;\n$hr-height: $border-width !default;\n$hr-opacity: .25 !default;\n\n$legend-margin-bottom: .5rem !default;\n$legend-font-size: 1.5rem !default;\n$legend-font-weight: null !default;\n\n$mark-padding: .2em !default;\n\n$dt-font-weight: $font-weight-bold !default;\n\n$nested-kbd-font-weight: $font-weight-bold !default;\n\n$list-inline-padding: .5rem !default;\n\n$mark-bg: #fcf8e3 !default;\n// scss-docs-end type-variables\n\n\n// Tables\n//\n// Customizes the `.table` component with basic values, each used across all table variations.\n\n// scss-docs-start table-variables\n$table-cell-padding-y: .5rem !default;\n$table-cell-padding-x: .5rem !default;\n$table-cell-padding-y-sm: .25rem !default;\n$table-cell-padding-x-sm: .25rem !default;\n\n$table-cell-vertical-align: top !default;\n\n$table-color: $body-color !default;\n$table-bg: transparent !default;\n$table-accent-bg: transparent !default;\n\n$table-th-font-weight: null !default;\n\n$table-striped-color: $table-color !default;\n$table-striped-bg-factor: .05 !default;\n$table-striped-bg: rgba($black, $table-striped-bg-factor) !default;\n\n$table-active-color: $table-color !default;\n$table-active-bg-factor: .1 !default;\n$table-active-bg: rgba($black, $table-active-bg-factor) !default;\n\n$table-hover-color: $table-color !default;\n$table-hover-bg-factor: .075 !default;\n$table-hover-bg: rgba($black, $table-hover-bg-factor) !default;\n\n$table-border-factor: .1 !default;\n$table-border-width: $border-width !default;\n$table-border-color: $border-color !default;\n\n$table-striped-order: odd !default;\n\n$table-group-separator-color: currentColor !default;\n\n$table-caption-color: $text-muted !default;\n\n$table-bg-scale: -80% !default;\n// scss-docs-end table-variables\n\n// scss-docs-start table-loop\n$table-variants: (\n \"primary\": shift-color($primary, $table-bg-scale),\n \"secondary\": shift-color($secondary, $table-bg-scale),\n \"success\": shift-color($success, $table-bg-scale),\n \"info\": shift-color($info, $table-bg-scale),\n \"warning\": shift-color($warning, $table-bg-scale),\n \"danger\": shift-color($danger, $table-bg-scale),\n \"light\": $light,\n \"dark\": $dark,\n) !default;\n// scss-docs-end table-loop\n\n\n// Buttons + Forms\n//\n// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.\n\n// scss-docs-start input-btn-variables\n$input-btn-padding-y: .375rem !default;\n$input-btn-padding-x: .75rem !default;\n$input-btn-font-family: null !default;\n$input-btn-font-size: $font-size-base !default;\n$input-btn-line-height: $line-height-base !default;\n\n$input-btn-focus-width: .25rem !default;\n$input-btn-focus-color-opacity: .25 !default;\n$input-btn-focus-color: rgba($component-active-bg, $input-btn-focus-color-opacity) !default;\n$input-btn-focus-blur: 0 !default;\n$input-btn-focus-box-shadow: 0 0 $input-btn-focus-blur $input-btn-focus-width $input-btn-focus-color !default;\n\n$input-btn-padding-y-sm: .25rem !default;\n$input-btn-padding-x-sm: .5rem !default;\n$input-btn-font-size-sm: $font-size-sm !default;\n\n$input-btn-padding-y-lg: .5rem !default;\n$input-btn-padding-x-lg: 1rem !default;\n$input-btn-font-size-lg: $font-size-lg !default;\n\n$input-btn-border-width: $border-width !default;\n// scss-docs-end input-btn-variables\n\n\n// Buttons\n//\n// For each of Bootstrap's buttons, define text, background, and border color.\n\n// scss-docs-start btn-variables\n$btn-padding-y: $input-btn-padding-y !default;\n$btn-padding-x: $input-btn-padding-x !default;\n$btn-font-family: $input-btn-font-family !default;\n$btn-font-size: $input-btn-font-size !default;\n$btn-line-height: $input-btn-line-height !default;\n$btn-white-space: null !default; // Set to `nowrap` to prevent text wrapping\n\n$btn-padding-y-sm: $input-btn-padding-y-sm !default;\n$btn-padding-x-sm: $input-btn-padding-x-sm !default;\n$btn-font-size-sm: $input-btn-font-size-sm !default;\n\n$btn-padding-y-lg: $input-btn-padding-y-lg !default;\n$btn-padding-x-lg: $input-btn-padding-x-lg !default;\n$btn-font-size-lg: $input-btn-font-size-lg !default;\n\n$btn-border-width: $input-btn-border-width !default;\n\n$btn-font-weight: $font-weight-normal !default;\n$btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075) !default;\n$btn-focus-width: $input-btn-focus-width !default;\n$btn-focus-box-shadow: $input-btn-focus-box-shadow !default;\n$btn-disabled-opacity: .65 !default;\n$btn-active-box-shadow: inset 0 3px 5px rgba($black, .125) !default;\n\n$btn-link-color: $link-color !default;\n$btn-link-hover-color: $link-hover-color !default;\n$btn-link-disabled-color: $gray-600 !default;\n\n// Allows for customizing button radius independently from global border radius\n$btn-border-radius: $border-radius !default;\n$btn-border-radius-sm: $border-radius-sm !default;\n$btn-border-radius-lg: $border-radius-lg !default;\n\n$btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$btn-hover-bg-shade-amount: 15% !default;\n$btn-hover-bg-tint-amount: 15% !default;\n$btn-hover-border-shade-amount: 20% !default;\n$btn-hover-border-tint-amount: 10% !default;\n$btn-active-bg-shade-amount: 20% !default;\n$btn-active-bg-tint-amount: 20% !default;\n$btn-active-border-shade-amount: 25% !default;\n$btn-active-border-tint-amount: 10% !default;\n// scss-docs-end btn-variables\n\n\n// Forms\n\n// scss-docs-start form-text-variables\n$form-text-margin-top: .25rem !default;\n$form-text-font-size: $small-font-size !default;\n$form-text-font-style: null !default;\n$form-text-font-weight: null !default;\n$form-text-color: $text-muted !default;\n// scss-docs-end form-text-variables\n\n// scss-docs-start form-label-variables\n$form-label-margin-bottom: .5rem !default;\n$form-label-font-size: null !default;\n$form-label-font-style: null !default;\n$form-label-font-weight: null !default;\n$form-label-color: null !default;\n// scss-docs-end form-label-variables\n\n// scss-docs-start form-input-variables\n$input-padding-y: $input-btn-padding-y !default;\n$input-padding-x: $input-btn-padding-x !default;\n$input-font-family: $input-btn-font-family !default;\n$input-font-size: $input-btn-font-size !default;\n$input-font-weight: $font-weight-base !default;\n$input-line-height: $input-btn-line-height !default;\n\n$input-padding-y-sm: $input-btn-padding-y-sm !default;\n$input-padding-x-sm: $input-btn-padding-x-sm !default;\n$input-font-size-sm: $input-btn-font-size-sm !default;\n\n$input-padding-y-lg: $input-btn-padding-y-lg !default;\n$input-padding-x-lg: $input-btn-padding-x-lg !default;\n$input-font-size-lg: $input-btn-font-size-lg !default;\n\n$input-bg: $white !default;\n$input-disabled-bg: $gray-200 !default;\n$input-disabled-border-color: null !default;\n\n$input-color: $body-color !default;\n$input-border-color: $gray-400 !default;\n$input-border-width: $input-btn-border-width !default;\n$input-box-shadow: $box-shadow-inset !default;\n\n$input-border-radius: $border-radius !default;\n$input-border-radius-sm: $border-radius-sm !default;\n$input-border-radius-lg: $border-radius-lg !default;\n\n$input-focus-bg: $input-bg !default;\n$input-focus-border-color: tint-color($component-active-bg, 50%) !default;\n$input-focus-color: $input-color !default;\n$input-focus-width: $input-btn-focus-width !default;\n$input-focus-box-shadow: $input-btn-focus-box-shadow !default;\n\n$input-placeholder-color: $gray-600 !default;\n$input-plaintext-color: $body-color !default;\n\n$input-height-border: $input-border-width * 2 !default;\n\n$input-height-inner: add($input-line-height * 1em, $input-padding-y * 2) !default;\n$input-height-inner-half: add($input-line-height * .5em, $input-padding-y) !default;\n$input-height-inner-quarter: add($input-line-height * .25em, $input-padding-y * .5) !default;\n\n$input-height: add($input-line-height * 1em, add($input-padding-y * 2, $input-height-border, false)) !default;\n$input-height-sm: add($input-line-height * 1em, add($input-padding-y-sm * 2, $input-height-border, false)) !default;\n$input-height-lg: add($input-line-height * 1em, add($input-padding-y-lg * 2, $input-height-border, false)) !default;\n\n$input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n// scss-docs-end form-input-variables\n\n// scss-docs-start form-check-variables\n$form-check-input-width: 1em !default;\n$form-check-min-height: $font-size-base * $line-height-base !default;\n$form-check-padding-start: $form-check-input-width + .5em !default;\n$form-check-margin-bottom: .125rem !default;\n$form-check-label-color: null !default;\n$form-check-label-cursor: null !default;\n$form-check-transition: null !default;\n\n$form-check-input-active-filter: brightness(90%) !default;\n\n$form-check-input-bg: $input-bg !default;\n$form-check-input-border: 1px solid rgba($black, .25) !default;\n$form-check-input-border-radius: .25em !default;\n$form-check-radio-border-radius: 50% !default;\n$form-check-input-focus-border: $input-focus-border-color !default;\n$form-check-input-focus-box-shadow: $input-btn-focus-box-shadow !default;\n\n$form-check-input-checked-color: $component-active-color !default;\n$form-check-input-checked-bg-color: $component-active-bg !default;\n$form-check-input-checked-border-color: $form-check-input-checked-bg-color !default;\n$form-check-input-checked-bg-image: url(\"data:image/svg+xml,\") !default;\n$form-check-radio-checked-bg-image: url(\"data:image/svg+xml,\") !default;\n\n$form-check-input-indeterminate-color: $component-active-color !default;\n$form-check-input-indeterminate-bg-color: $component-active-bg !default;\n$form-check-input-indeterminate-border-color: $form-check-input-indeterminate-bg-color !default;\n$form-check-input-indeterminate-bg-image: url(\"data:image/svg+xml,\") !default;\n\n$form-check-input-disabled-opacity: .5 !default;\n$form-check-label-disabled-opacity: $form-check-input-disabled-opacity !default;\n$form-check-btn-check-disabled-opacity: $btn-disabled-opacity !default;\n\n$form-check-inline-margin-end: 1rem !default;\n// scss-docs-end form-check-variables\n\n// scss-docs-start form-switch-variables\n$form-switch-color: rgba(0, 0, 0, .25) !default;\n$form-switch-width: 2em !default;\n$form-switch-padding-start: $form-switch-width + .5em !default;\n$form-switch-bg-image: url(\"data:image/svg+xml,\") !default;\n$form-switch-border-radius: $form-switch-width !default;\n$form-switch-transition: background-position .15s ease-in-out !default;\n\n$form-switch-focus-color: $input-focus-border-color !default;\n$form-switch-focus-bg-image: url(\"data:image/svg+xml,\") !default;\n\n$form-switch-checked-color: $component-active-color !default;\n$form-switch-checked-bg-image: url(\"data:image/svg+xml,\") !default;\n$form-switch-checked-bg-position: right center !default;\n// scss-docs-end form-switch-variables\n\n// scss-docs-start input-group-variables\n$input-group-addon-padding-y: $input-padding-y !default;\n$input-group-addon-padding-x: $input-padding-x !default;\n$input-group-addon-font-weight: $input-font-weight !default;\n$input-group-addon-color: $input-color !default;\n$input-group-addon-bg: $gray-200 !default;\n$input-group-addon-border-color: $input-border-color !default;\n// scss-docs-end input-group-variables\n\n// scss-docs-start form-select-variables\n$form-select-padding-y: $input-padding-y !default;\n$form-select-padding-x: $input-padding-x !default;\n$form-select-font-family: $input-font-family !default;\n$form-select-font-size: $input-font-size !default;\n$form-select-indicator-padding: $form-select-padding-x * 3 !default; // Extra padding for background-image\n$form-select-font-weight: $input-font-weight !default;\n$form-select-line-height: $input-line-height !default;\n$form-select-color: $input-color !default;\n$form-select-bg: $input-bg !default;\n$form-select-disabled-color: null !default;\n$form-select-disabled-bg: $gray-200 !default;\n$form-select-disabled-border-color: $input-disabled-border-color !default;\n$form-select-bg-position: right $form-select-padding-x center !default;\n$form-select-bg-size: 16px 12px !default; // In pixels because image dimensions\n$form-select-indicator-color: $gray-800 !default;\n$form-select-indicator: url(\"data:image/svg+xml,\") !default;\n\n$form-select-feedback-icon-padding-end: $form-select-padding-x * 2.5 + $form-select-indicator-padding !default;\n$form-select-feedback-icon-position: center right $form-select-indicator-padding !default;\n$form-select-feedback-icon-size: $input-height-inner-half $input-height-inner-half !default;\n\n$form-select-border-width: $input-border-width !default;\n$form-select-border-color: $input-border-color !default;\n$form-select-border-radius: $border-radius !default;\n$form-select-box-shadow: $box-shadow-inset !default;\n\n$form-select-focus-border-color: $input-focus-border-color !default;\n$form-select-focus-width: $input-focus-width !default;\n$form-select-focus-box-shadow: 0 0 0 $form-select-focus-width $input-btn-focus-color !default;\n\n$form-select-padding-y-sm: $input-padding-y-sm !default;\n$form-select-padding-x-sm: $input-padding-x-sm !default;\n$form-select-font-size-sm: $input-font-size-sm !default;\n\n$form-select-padding-y-lg: $input-padding-y-lg !default;\n$form-select-padding-x-lg: $input-padding-x-lg !default;\n$form-select-font-size-lg: $input-font-size-lg !default;\n\n$form-select-transition: $input-transition !default;\n// scss-docs-end form-select-variables\n\n// scss-docs-start form-range-variables\n$form-range-track-width: 100% !default;\n$form-range-track-height: .5rem !default;\n$form-range-track-cursor: pointer !default;\n$form-range-track-bg: $gray-300 !default;\n$form-range-track-border-radius: 1rem !default;\n$form-range-track-box-shadow: $box-shadow-inset !default;\n\n$form-range-thumb-width: 1rem !default;\n$form-range-thumb-height: $form-range-thumb-width !default;\n$form-range-thumb-bg: $component-active-bg !default;\n$form-range-thumb-border: 0 !default;\n$form-range-thumb-border-radius: 1rem !default;\n$form-range-thumb-box-shadow: 0 .1rem .25rem rgba($black, .1) !default;\n$form-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg, $input-focus-box-shadow !default;\n$form-range-thumb-focus-box-shadow-width: $input-focus-width !default; // For focus box shadow issue in Edge\n$form-range-thumb-active-bg: tint-color($component-active-bg, 70%) !default;\n$form-range-thumb-disabled-bg: $gray-500 !default;\n$form-range-thumb-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n// scss-docs-end form-range-variables\n\n// scss-docs-start form-file-variables\n$form-file-button-color: $input-color !default;\n$form-file-button-bg: $input-group-addon-bg !default;\n$form-file-button-hover-bg: shade-color($form-file-button-bg, 5%) !default;\n// scss-docs-end form-file-variables\n\n// scss-docs-start form-floating-variables\n$form-floating-height: add(3.5rem, $input-height-border) !default;\n$form-floating-line-height: 1.25 !default;\n$form-floating-padding-x: $input-padding-x !default;\n$form-floating-padding-y: 1rem !default;\n$form-floating-input-padding-t: 1.625rem !default;\n$form-floating-input-padding-b: .625rem !default;\n$form-floating-label-opacity: .65 !default;\n$form-floating-label-transform: scale(.85) translateY(-.5rem) translateX(.15rem) !default;\n$form-floating-transition: opacity .1s ease-in-out, transform .1s ease-in-out !default;\n// scss-docs-end form-floating-variables\n\n// Form validation\n\n// scss-docs-start form-feedback-variables\n$form-feedback-margin-top: $form-text-margin-top !default;\n$form-feedback-font-size: $form-text-font-size !default;\n$form-feedback-font-style: $form-text-font-style !default;\n$form-feedback-valid-color: $success !default;\n$form-feedback-invalid-color: $danger !default;\n\n$form-feedback-icon-valid-color: $form-feedback-valid-color !default;\n$form-feedback-icon-valid: url(\"data:image/svg+xml,\") !default;\n$form-feedback-icon-invalid-color: $form-feedback-invalid-color !default;\n$form-feedback-icon-invalid: url(\"data:image/svg+xml,\") !default;\n// scss-docs-end form-feedback-variables\n\n// scss-docs-start form-validation-states\n$form-validation-states: (\n \"valid\": (\n \"color\": $form-feedback-valid-color,\n \"icon\": $form-feedback-icon-valid\n ),\n \"invalid\": (\n \"color\": $form-feedback-invalid-color,\n \"icon\": $form-feedback-icon-invalid\n )\n) !default;\n// scss-docs-end form-validation-states\n\n// Z-index master list\n//\n// Warning: Avoid customizing these values. They're used for a bird's eye view\n// of components dependent on the z-axis and are designed to all work together.\n\n// scss-docs-start zindex-stack\n$zindex-dropdown: 1000 !default;\n$zindex-sticky: 1020 !default;\n$zindex-fixed: 1030 !default;\n$zindex-modal-backdrop: 1040 !default;\n$zindex-offcanvas: 1050 !default;\n$zindex-modal: 1060 !default;\n$zindex-popover: 1070 !default;\n$zindex-tooltip: 1080 !default;\n// scss-docs-end zindex-stack\n\n\n// Navs\n\n// scss-docs-start nav-variables\n$nav-link-padding-y: .5rem !default;\n$nav-link-padding-x: 1rem !default;\n$nav-link-font-size: null !default;\n$nav-link-font-weight: null !default;\n$nav-link-color: $link-color !default;\n$nav-link-hover-color: $link-hover-color !default;\n$nav-link-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out !default;\n$nav-link-disabled-color: $gray-600 !default;\n\n$nav-tabs-border-color: $gray-300 !default;\n$nav-tabs-border-width: $border-width !default;\n$nav-tabs-border-radius: $border-radius !default;\n$nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color !default;\n$nav-tabs-link-active-color: $gray-700 !default;\n$nav-tabs-link-active-bg: $body-bg !default;\n$nav-tabs-link-active-border-color: $gray-300 $gray-300 $nav-tabs-link-active-bg !default;\n\n$nav-pills-border-radius: $border-radius !default;\n$nav-pills-link-active-color: $component-active-color !default;\n$nav-pills-link-active-bg: $component-active-bg !default;\n// scss-docs-end nav-variables\n\n\n// Navbar\n\n// scss-docs-start navbar-variables\n$navbar-padding-y: $spacer * .5 !default;\n$navbar-padding-x: null !default;\n\n$navbar-nav-link-padding-x: .5rem !default;\n\n$navbar-brand-font-size: $font-size-lg !default;\n// Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link\n$nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2 !default;\n$navbar-brand-height: $navbar-brand-font-size * $line-height-base !default;\n$navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) * .5 !default;\n$navbar-brand-margin-end: 1rem !default;\n\n$navbar-toggler-padding-y: .25rem !default;\n$navbar-toggler-padding-x: .75rem !default;\n$navbar-toggler-font-size: $font-size-lg !default;\n$navbar-toggler-border-radius: $btn-border-radius !default;\n$navbar-toggler-focus-width: $btn-focus-width !default;\n$navbar-toggler-transition: box-shadow .15s ease-in-out !default;\n// scss-docs-end navbar-variables\n\n// scss-docs-start navbar-theme-variables\n$navbar-dark-color: rgba($white, .55) !default;\n$navbar-dark-hover-color: rgba($white, .75) !default;\n$navbar-dark-active-color: $white !default;\n$navbar-dark-disabled-color: rgba($white, .25) !default;\n$navbar-dark-toggler-icon-bg: url(\"data:image/svg+xml,\") !default;\n$navbar-dark-toggler-border-color: rgba($white, .1) !default;\n\n$navbar-light-color: rgba($black, .55) !default;\n$navbar-light-hover-color: rgba($black, .7) !default;\n$navbar-light-active-color: rgba($black, .9) !default;\n$navbar-light-disabled-color: rgba($black, .3) !default;\n$navbar-light-toggler-icon-bg: url(\"data:image/svg+xml,\") !default;\n$navbar-light-toggler-border-color: rgba($black, .1) !default;\n\n$navbar-light-brand-color: $navbar-light-active-color !default;\n$navbar-light-brand-hover-color: $navbar-light-active-color !default;\n$navbar-dark-brand-color: $navbar-dark-active-color !default;\n$navbar-dark-brand-hover-color: $navbar-dark-active-color !default;\n// scss-docs-end navbar-theme-variables\n\n\n// Dropdowns\n//\n// Dropdown menu container and contents.\n\n// scss-docs-start dropdown-variables\n$dropdown-min-width: 10rem !default;\n$dropdown-padding-x: 0 !default;\n$dropdown-padding-y: .5rem !default;\n$dropdown-spacer: .125rem !default;\n$dropdown-font-size: $font-size-base !default;\n$dropdown-color: $body-color !default;\n$dropdown-bg: $white !default;\n$dropdown-border-color: rgba($black, .15) !default;\n$dropdown-border-radius: $border-radius !default;\n$dropdown-border-width: $border-width !default;\n$dropdown-inner-border-radius: subtract($dropdown-border-radius, $dropdown-border-width) !default;\n$dropdown-divider-bg: $dropdown-border-color !default;\n$dropdown-divider-margin-y: $spacer * .5 !default;\n$dropdown-box-shadow: $box-shadow !default;\n\n$dropdown-link-color: $gray-900 !default;\n$dropdown-link-hover-color: shade-color($gray-900, 10%) !default;\n$dropdown-link-hover-bg: $gray-200 !default;\n\n$dropdown-link-active-color: $component-active-color !default;\n$dropdown-link-active-bg: $component-active-bg !default;\n\n$dropdown-link-disabled-color: $gray-500 !default;\n\n$dropdown-item-padding-y: $spacer * .25 !default;\n$dropdown-item-padding-x: $spacer !default;\n\n$dropdown-header-color: $gray-600 !default;\n$dropdown-header-padding: $dropdown-padding-y $dropdown-item-padding-x !default;\n// scss-docs-end dropdown-variables\n\n// scss-docs-start dropdown-dark-variables\n$dropdown-dark-color: $gray-300 !default;\n$dropdown-dark-bg: $gray-800 !default;\n$dropdown-dark-border-color: $dropdown-border-color !default;\n$dropdown-dark-divider-bg: $dropdown-divider-bg !default;\n$dropdown-dark-box-shadow: null !default;\n$dropdown-dark-link-color: $dropdown-dark-color !default;\n$dropdown-dark-link-hover-color: $white !default;\n$dropdown-dark-link-hover-bg: rgba($white, .15) !default;\n$dropdown-dark-link-active-color: $dropdown-link-active-color !default;\n$dropdown-dark-link-active-bg: $dropdown-link-active-bg !default;\n$dropdown-dark-link-disabled-color: $gray-500 !default;\n$dropdown-dark-header-color: $gray-500 !default;\n// scss-docs-end dropdown-dark-variables\n\n\n// Pagination\n\n// scss-docs-start pagination-variables\n$pagination-padding-y: .375rem !default;\n$pagination-padding-x: .75rem !default;\n$pagination-padding-y-sm: .25rem !default;\n$pagination-padding-x-sm: .5rem !default;\n$pagination-padding-y-lg: .75rem !default;\n$pagination-padding-x-lg: 1.5rem !default;\n\n$pagination-color: $link-color !default;\n$pagination-bg: $white !default;\n$pagination-border-width: $border-width !default;\n$pagination-border-radius: $border-radius !default;\n$pagination-margin-start: -$pagination-border-width !default;\n$pagination-border-color: $gray-300 !default;\n\n$pagination-focus-color: $link-hover-color !default;\n$pagination-focus-bg: $gray-200 !default;\n$pagination-focus-box-shadow: $input-btn-focus-box-shadow !default;\n$pagination-focus-outline: 0 !default;\n\n$pagination-hover-color: $link-hover-color !default;\n$pagination-hover-bg: $gray-200 !default;\n$pagination-hover-border-color: $gray-300 !default;\n\n$pagination-active-color: $component-active-color !default;\n$pagination-active-bg: $component-active-bg !default;\n$pagination-active-border-color: $pagination-active-bg !default;\n\n$pagination-disabled-color: $gray-600 !default;\n$pagination-disabled-bg: $white !default;\n$pagination-disabled-border-color: $gray-300 !default;\n\n$pagination-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$pagination-border-radius-sm: $border-radius-sm !default;\n$pagination-border-radius-lg: $border-radius-lg !default;\n// scss-docs-end pagination-variables\n\n\n// Cards\n\n// scss-docs-start card-variables\n$card-spacer-y: $spacer !default;\n$card-spacer-x: $spacer !default;\n$card-title-spacer-y: $spacer * .5 !default;\n$card-border-width: $border-width !default;\n$card-border-radius: $border-radius !default;\n$card-border-color: rgba($black, .125) !default;\n$card-inner-border-radius: subtract($card-border-radius, $card-border-width) !default;\n$card-cap-padding-y: $card-spacer-y * .5 !default;\n$card-cap-padding-x: $card-spacer-x !default;\n$card-cap-bg: rgba($black, .03) !default;\n$card-cap-color: null !default;\n$card-height: null !default;\n$card-color: null !default;\n$card-bg: $white !default;\n$card-img-overlay-padding: $spacer !default;\n$card-group-margin: $grid-gutter-width * .5 !default;\n// scss-docs-end card-variables\n\n// Accordion\n\n// scss-docs-start accordion-variables\n$accordion-padding-y: 1rem !default;\n$accordion-padding-x: 1.25rem !default;\n$accordion-color: $body-color !default;\n$accordion-bg: $body-bg !default;\n$accordion-border-width: $border-width !default;\n$accordion-border-color: rgba($black, .125) !default;\n$accordion-border-radius: $border-radius !default;\n$accordion-inner-border-radius: subtract($accordion-border-radius, $accordion-border-width) !default;\n\n$accordion-body-padding-y: $accordion-padding-y !default;\n$accordion-body-padding-x: $accordion-padding-x !default;\n\n$accordion-button-padding-y: $accordion-padding-y !default;\n$accordion-button-padding-x: $accordion-padding-x !default;\n$accordion-button-color: $accordion-color !default;\n$accordion-button-bg: $accordion-bg !default;\n$accordion-transition: $btn-transition, border-radius .15s ease !default;\n$accordion-button-active-bg: tint-color($component-active-bg, 90%) !default;\n$accordion-button-active-color: shade-color($primary, 10%) !default;\n\n$accordion-button-focus-border-color: $input-focus-border-color !default;\n$accordion-button-focus-box-shadow: $btn-focus-box-shadow !default;\n\n$accordion-icon-width: 1.25rem !default;\n$accordion-icon-color: $accordion-color !default;\n$accordion-icon-active-color: $accordion-button-active-color !default;\n$accordion-icon-transition: transform .2s ease-in-out !default;\n$accordion-icon-transform: rotate(-180deg) !default;\n\n$accordion-button-icon: url(\"data:image/svg+xml,\") !default;\n$accordion-button-active-icon: url(\"data:image/svg+xml,\") !default;\n// scss-docs-end accordion-variables\n\n// Tooltips\n\n// scss-docs-start tooltip-variables\n$tooltip-font-size: $font-size-sm !default;\n$tooltip-max-width: 200px !default;\n$tooltip-color: $white !default;\n$tooltip-bg: $black !default;\n$tooltip-border-radius: $border-radius !default;\n$tooltip-opacity: .9 !default;\n$tooltip-padding-y: $spacer * .25 !default;\n$tooltip-padding-x: $spacer * .5 !default;\n$tooltip-margin: 0 !default;\n\n$tooltip-arrow-width: .8rem !default;\n$tooltip-arrow-height: .4rem !default;\n$tooltip-arrow-color: $tooltip-bg !default;\n// scss-docs-end tooltip-variables\n\n// Form tooltips must come after regular tooltips\n// scss-docs-start tooltip-feedback-variables\n$form-feedback-tooltip-padding-y: $tooltip-padding-y !default;\n$form-feedback-tooltip-padding-x: $tooltip-padding-x !default;\n$form-feedback-tooltip-font-size: $tooltip-font-size !default;\n$form-feedback-tooltip-line-height: null !default;\n$form-feedback-tooltip-opacity: $tooltip-opacity !default;\n$form-feedback-tooltip-border-radius: $tooltip-border-radius !default;\n// scss-docs-end tooltip-feedback-variables\n\n\n// Popovers\n\n// scss-docs-start popover-variables\n$popover-font-size: $font-size-sm !default;\n$popover-bg: $white !default;\n$popover-max-width: 276px !default;\n$popover-border-width: $border-width !default;\n$popover-border-color: rgba($black, .2) !default;\n$popover-border-radius: $border-radius-lg !default;\n$popover-inner-border-radius: subtract($popover-border-radius, $popover-border-width) !default;\n$popover-box-shadow: $box-shadow !default;\n\n$popover-header-bg: shade-color($popover-bg, 6%) !default;\n$popover-header-color: $headings-color !default;\n$popover-header-padding-y: .5rem !default;\n$popover-header-padding-x: $spacer !default;\n\n$popover-body-color: $body-color !default;\n$popover-body-padding-y: $spacer !default;\n$popover-body-padding-x: $spacer !default;\n\n$popover-arrow-width: 1rem !default;\n$popover-arrow-height: .5rem !default;\n$popover-arrow-color: $popover-bg !default;\n\n$popover-arrow-outer-color: fade-in($popover-border-color, .05) !default;\n// scss-docs-end popover-variables\n\n\n// Toasts\n\n// scss-docs-start toast-variables\n$toast-max-width: 350px !default;\n$toast-padding-x: .75rem !default;\n$toast-padding-y: .5rem !default;\n$toast-font-size: .875rem !default;\n$toast-color: null !default;\n$toast-background-color: rgba($white, .85) !default;\n$toast-border-width: 1px !default;\n$toast-border-color: rgba(0, 0, 0, .1) !default;\n$toast-border-radius: $border-radius !default;\n$toast-box-shadow: $box-shadow !default;\n$toast-spacing: $container-padding-x !default;\n\n$toast-header-color: $gray-600 !default;\n$toast-header-background-color: rgba($white, .85) !default;\n$toast-header-border-color: rgba(0, 0, 0, .05) !default;\n// scss-docs-end toast-variables\n\n\n// Badges\n\n// scss-docs-start badge-variables\n$badge-font-size: .75em !default;\n$badge-font-weight: $font-weight-bold !default;\n$badge-color: $white !default;\n$badge-padding-y: .35em !default;\n$badge-padding-x: .65em !default;\n$badge-border-radius: $border-radius !default;\n// scss-docs-end badge-variables\n\n\n// Modals\n\n// scss-docs-start modal-variables\n$modal-inner-padding: $spacer !default;\n\n$modal-footer-margin-between: .5rem !default;\n\n$modal-dialog-margin: .5rem !default;\n$modal-dialog-margin-y-sm-up: 1.75rem !default;\n\n$modal-title-line-height: $line-height-base !default;\n\n$modal-content-color: null !default;\n$modal-content-bg: $white !default;\n$modal-content-border-color: rgba($black, .2) !default;\n$modal-content-border-width: $border-width !default;\n$modal-content-border-radius: $border-radius-lg !default;\n$modal-content-inner-border-radius: subtract($modal-content-border-radius, $modal-content-border-width) !default;\n$modal-content-box-shadow-xs: $box-shadow-sm !default;\n$modal-content-box-shadow-sm-up: $box-shadow !default;\n\n$modal-backdrop-bg: $black !default;\n$modal-backdrop-opacity: .5 !default;\n$modal-header-border-color: $border-color !default;\n$modal-footer-border-color: $modal-header-border-color !default;\n$modal-header-border-width: $modal-content-border-width !default;\n$modal-footer-border-width: $modal-header-border-width !default;\n$modal-header-padding-y: $modal-inner-padding !default;\n$modal-header-padding-x: $modal-inner-padding !default;\n$modal-header-padding: $modal-header-padding-y $modal-header-padding-x !default; // Keep this for backwards compatibility\n\n$modal-sm: 300px !default;\n$modal-md: 500px !default;\n$modal-lg: 800px !default;\n$modal-xl: 1140px !default;\n\n$modal-fade-transform: translate(0, -50px) !default;\n$modal-show-transform: none !default;\n$modal-transition: transform .3s ease-out !default;\n$modal-scale-transform: scale(1.02) !default;\n// scss-docs-end modal-variables\n\n\n// Alerts\n//\n// Define alert colors, border radius, and padding.\n\n// scss-docs-start alert-variables\n$alert-padding-y: $spacer !default;\n$alert-padding-x: $spacer !default;\n$alert-margin-bottom: 1rem !default;\n$alert-border-radius: $border-radius !default;\n$alert-link-font-weight: $font-weight-bold !default;\n$alert-border-width: $border-width !default;\n$alert-bg-scale: -80% !default;\n$alert-border-scale: -70% !default;\n$alert-color-scale: 40% !default;\n$alert-dismissible-padding-r: $alert-padding-x * 3 !default; // 3x covers width of x plus default padding on either side\n// scss-docs-end alert-variables\n\n\n// Progress bars\n\n// scss-docs-start progress-variables\n$progress-height: 1rem !default;\n$progress-font-size: $font-size-base * .75 !default;\n$progress-bg: $gray-200 !default;\n$progress-border-radius: $border-radius !default;\n$progress-box-shadow: $box-shadow-inset !default;\n$progress-bar-color: $white !default;\n$progress-bar-bg: $primary !default;\n$progress-bar-animation-timing: 1s linear infinite !default;\n$progress-bar-transition: width .6s ease !default;\n// scss-docs-end progress-variables\n\n\n// List group\n\n// scss-docs-start list-group-variables\n$list-group-color: $gray-900 !default;\n$list-group-bg: $white !default;\n$list-group-border-color: rgba($black, .125) !default;\n$list-group-border-width: $border-width !default;\n$list-group-border-radius: $border-radius !default;\n\n$list-group-item-padding-y: $spacer * .5 !default;\n$list-group-item-padding-x: $spacer !default;\n$list-group-item-bg-scale: -80% !default;\n$list-group-item-color-scale: 40% !default;\n\n$list-group-hover-bg: $gray-100 !default;\n$list-group-active-color: $component-active-color !default;\n$list-group-active-bg: $component-active-bg !default;\n$list-group-active-border-color: $list-group-active-bg !default;\n\n$list-group-disabled-color: $gray-600 !default;\n$list-group-disabled-bg: $list-group-bg !default;\n\n$list-group-action-color: $gray-700 !default;\n$list-group-action-hover-color: $list-group-action-color !default;\n\n$list-group-action-active-color: $body-color !default;\n$list-group-action-active-bg: $gray-200 !default;\n// scss-docs-end list-group-variables\n\n\n// Image thumbnails\n\n// scss-docs-start thumbnail-variables\n$thumbnail-padding: .25rem !default;\n$thumbnail-bg: $body-bg !default;\n$thumbnail-border-width: $border-width !default;\n$thumbnail-border-color: $gray-300 !default;\n$thumbnail-border-radius: $border-radius !default;\n$thumbnail-box-shadow: $box-shadow-sm !default;\n// scss-docs-end thumbnail-variables\n\n\n// Figures\n\n// scss-docs-start figure-variables\n$figure-caption-font-size: $small-font-size !default;\n$figure-caption-color: $gray-600 !default;\n// scss-docs-end figure-variables\n\n\n// Breadcrumbs\n\n// scss-docs-start breadcrumb-variables\n$breadcrumb-font-size: null !default;\n$breadcrumb-padding-y: 0 !default;\n$breadcrumb-padding-x: 0 !default;\n$breadcrumb-item-padding-x: .5rem !default;\n$breadcrumb-margin-bottom: 1rem !default;\n$breadcrumb-bg: null !default;\n$breadcrumb-divider-color: $gray-600 !default;\n$breadcrumb-active-color: $gray-600 !default;\n$breadcrumb-divider: quote(\"/\") !default;\n$breadcrumb-divider-flipped: $breadcrumb-divider !default;\n$breadcrumb-border-radius: null !default;\n// scss-docs-end breadcrumb-variables\n\n// Carousel\n\n// scss-docs-start carousel-variables\n$carousel-control-color: $white !default;\n$carousel-control-width: 15% !default;\n$carousel-control-opacity: .5 !default;\n$carousel-control-hover-opacity: .9 !default;\n$carousel-control-transition: opacity .15s ease !default;\n\n$carousel-indicator-width: 30px !default;\n$carousel-indicator-height: 3px !default;\n$carousel-indicator-hit-area-height: 10px !default;\n$carousel-indicator-spacer: 3px !default;\n$carousel-indicator-opacity: .5 !default;\n$carousel-indicator-active-bg: $white !default;\n$carousel-indicator-active-opacity: 1 !default;\n$carousel-indicator-transition: opacity .6s ease !default;\n\n$carousel-caption-width: 70% !default;\n$carousel-caption-color: $white !default;\n$carousel-caption-padding-y: 1.25rem !default;\n$carousel-caption-spacer: 1.25rem !default;\n\n$carousel-control-icon-width: 2rem !default;\n\n$carousel-control-prev-icon-bg: url(\"data:image/svg+xml,\") !default;\n$carousel-control-next-icon-bg: url(\"data:image/svg+xml,\") !default;\n\n$carousel-transition-duration: .6s !default;\n$carousel-transition: transform $carousel-transition-duration ease-in-out !default; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)\n\n$carousel-dark-indicator-active-bg: $black !default;\n$carousel-dark-caption-color: $black !default;\n$carousel-dark-control-icon-filter: invert(1) grayscale(100) !default;\n// scss-docs-end carousel-variables\n\n\n// Spinners\n\n// scss-docs-start spinner-variables\n$spinner-width: 2rem !default;\n$spinner-height: $spinner-width !default;\n$spinner-vertical-align: -.125em !default;\n$spinner-border-width: .25em !default;\n$spinner-animation-speed: .75s !default;\n\n$spinner-width-sm: 1rem !default;\n$spinner-height-sm: $spinner-width-sm !default;\n$spinner-border-width-sm: .2em !default;\n// scss-docs-end spinner-variables\n\n\n// Close\n\n// scss-docs-start close-variables\n$btn-close-width: 1em !default;\n$btn-close-height: $btn-close-width !default;\n$btn-close-padding-x: .25em !default;\n$btn-close-padding-y: $btn-close-padding-x !default;\n$btn-close-color: $black !default;\n$btn-close-bg: url(\"data:image/svg+xml,\") !default;\n$btn-close-focus-shadow: $input-btn-focus-box-shadow !default;\n$btn-close-opacity: .5 !default;\n$btn-close-hover-opacity: .75 !default;\n$btn-close-focus-opacity: 1 !default;\n$btn-close-disabled-opacity: .25 !default;\n$btn-close-white-filter: invert(1) grayscale(100%) brightness(200%) !default;\n// scss-docs-end close-variables\n\n\n// Offcanvas\n\n// scss-docs-start offcanvas-variables\n$offcanvas-padding-y: $modal-inner-padding !default;\n$offcanvas-padding-x: $modal-inner-padding !default;\n$offcanvas-horizontal-width: 400px !default;\n$offcanvas-vertical-height: 30vh !default;\n$offcanvas-transition-duration: .3s !default;\n$offcanvas-border-color: $modal-content-border-color !default;\n$offcanvas-border-width: $modal-content-border-width !default;\n$offcanvas-title-line-height: $modal-title-line-height !default;\n$offcanvas-bg-color: $modal-content-bg !default;\n$offcanvas-color: $modal-content-color !default;\n$offcanvas-box-shadow: $modal-content-box-shadow-xs !default;\n// scss-docs-end offcanvas-variables\n\n// Code\n\n$code-font-size: $small-font-size !default;\n$code-color: $pink !default;\n\n$kbd-padding-y: .2rem !default;\n$kbd-padding-x: .4rem !default;\n$kbd-font-size: $code-font-size !default;\n$kbd-color: $white !default;\n$kbd-bg: $gray-900 !default;\n\n$pre-color: null !default;\n", diff --git a/preview-update-submodules/assets/js/uw-style.js b/preview-update-submodules/assets/js/uw-style.js index 8e4023c13..9bea57964 100644 --- a/preview-update-submodules/assets/js/uw-style.js +++ b/preview-update-submodules/assets/js/uw-style.js @@ -46,24 +46,28 @@ uw_utils.ready(function () { return; } [].forEach.call(dropdown_buttons, function (el) { - el.addEventListener("click", function (e) { + var parent = el.parentNode; + var child_menu = parent.querySelector(".uw-child-menu"); + + el.addEventListener("mouseover", function (e) { e.preventDefault(); - var parent = this.parentNode, - parent_siblings = uw_utils.getSiblings(parent), - child_menu = parent.querySelector(".uw-child-menu"); - parent.classList.toggle("uw-is-active"); + parent.classList.add("uw-is-active"); uw_utils.toggleBooleanAttr(this, "aria-expanded"); uw_utils.toggleBooleanAttr(child_menu, "aria-hidden"); - [].forEach.call(parent_siblings, function (el) { - if (el.classList.contains("uw-dropdown")) { - el.classList.remove("uw-is-active"); - el.querySelector("a:first-child").setAttribute("aria-expanded", false); - el.querySelector(".uw-child-menu").setAttribute("aria-hidden", true); - } - }); + }); + + parent.addEventListener("mouseleave", function (e) { + var relatedTarget = e.relatedTarget || e.toElement; + + // Check if the mouse is outside both the triggering element and the dropdown + if (!parent.contains(relatedTarget)) { + parent.classList.remove("uw-is-active"); + uw_utils.toggleBooleanAttr(el, "aria-expanded"); + uw_utils.toggleBooleanAttr(child_menu, "aria-hidden"); + } }); }); - }; + }; var main_nav_items = document.querySelectorAll("#uw-main-nav > li"); var calcMainMenuWidth = function () { var main_nav_width = 0; diff --git a/preview-update-submodules/assets/search/index.json b/preview-update-submodules/assets/search/index.json index fa9decda5..f52a88e6b 100644 --- a/preview-update-submodules/assets/search/index.json +++ b/preview-update-submodules/assets/search/index.json @@ -1 +1 @@ -{"version":"2.3.9","fields":["root_relative_url","high","medium","content","file_terms"],"fieldVectors":[["root_relative_url//uw-research-computing/globus.html",[0,0.261,1,0.155,2,4.689]],["high//uw-research-computing/globus.html",[3,0.521,4,0.243,5,2.523,6,0.863,7,0.275,8,4.57,9,5.708,10,0.106,11,1.396,12,0.985,13,0.648,14,0.044,15,0.957,16,1,17,0.117,18,0.159,19,0.943,20,1.061,21,0.814,22,1.515,23,0.163]],["medium//uw-research-computing/globus.html",[24,2.298,25,1.421,26,5.494,27,6.2,28,7.524]],["content//uw-research-computing/globus.html",[0,0.365,3,0.699,4,0.328,5,3.431,6,1.879,7,0.591,9,8.83,10,0.22,11,2.003,13,0.673,14,0.068,17,0.226,18,0.165,23,0.169,24,2.003,25,1.239,27,3.913,29,1.133,30,1.009,31,3.665,32,2.914,33,1.383,34,0.052,35,1.582,36,1.628,37,3.038,38,0.63,39,0.861,40,1.881,41,3.467,42,1.796,43,0.858,44,0.821,45,1.224,46,1.276,47,1.168,48,1.88,49,2.326,50,1.276,51,1.656,52,0.727,53,1.405,54,4.749,55,1.574,56,1.01,57,1.527,58,0.653,59,0.708,60,1.761,61,2.17,62,2.219,63,1.419,64,1.548,65,1.592,66,1.53,67,3.48,68,4.527,69,1.527,70,3.907,71,0.526,72,1.746,73,3.07,74,0.684,75,1.281,76,3.038,77,2.035,78,3.665,79,1.428,80,1.461,81,2.17,82,1.086,83,1.478,84,1.742,85,2.035,86,2.647,87,1.954,88,4.749,89,1.665,90,2.643,91,2.74,92,4.788,93,1.451,94,2.773,95,2.078,96,0.677,97,1.261,98,4.245,99,1.383,100,1.628,101,4.245,102,0.938,103,1.051,104,1.362,105,1.715,106,0.684,107,1.811,108,1.261,109,2.445,110,1.405,111,4.245,112,0.592,113,1.362,114,4.245,115,2.501,116,0.884,117,1.136,118,1.917,119,2.658,120,3.665,121,0.808,122,4.749,123,3.292,124,0.75,125,3.467,126,1.136,127,4.749,128,2.326,129,0.951,130,1.994,131,1.224,132,1.88,133,3.377,134,2.511,135,2.445,136,0.705,137,1.098,138,0.052,139,0.91,140,4.749,141,1.954,142,0.642,143,2.17,144,0.833,145,1.994,146,1.88,147,1.203,148,1.102,149,4.749,150,4.245,151,1.383,152,1.119,153,2.384,154,1.498,155,1.185,156,3.467,157,1.907,158,2.036,159,1.428,160,0.307,161,2.83,162,1.07,163,0.322,164,1.994,165,0.569,166,0.738,167,1.205,168,0.994,169,1.055,170,1.428,171,1.153,172,1.341,173,1.261,174,1.3,175,1.136,176,1.3,177,1.383,178,1.3,179,0.653,180,1.548,181,1.615,182,0.539,183,1.086,184,1.656,185,1.428,186,0.966,187,1.187,188,1.456,189,0.91,190,1.428,191,1.187,192,1.116,193,0.924,194,0.966,195,1.548,196,1.823,197,0.465,198,1.548,199,1.601,200,1.205,201,1.601,202,1.656,203,1.936,204,1.298,205,0.632,206,0.694,207,1.548,208,1.601,209,1.428,210,0.938,211,0.91,212,0.694,213,1.136,214,0.966,215,0.785,216,1.548,217,0.251,218,1.086,219,1.451,220,1.187,221,1.024,222,1.685,223,1.242]],["file_terms//uw-research-computing/globus.html",[]],["root_relative_url//Wilcots.html",[224,6.54]],["high//Wilcots.html",[3,0.464,4,0.216,23,0.233,34,0.039,217,0.346,225,2.137,226,4.786,227,3.291,228,0.618]],["medium//Wilcots.html",[]],["content//Wilcots.html",[0,0.393,1,0.21,4,0.117,14,0.024,17,0.091,18,0.123,21,0.629,24,1.078,25,0.667,29,0.532,32,1.17,33,0.575,34,0.031,38,0.56,39,0.868,43,0.462,44,0.61,45,0.91,51,1.231,53,1.045,56,0.44,58,0.528,59,0.599,65,0.857,69,1.436,71,0.838,74,1.22,79,1.061,80,0.687,82,0.807,83,0.796,96,0.365,102,1.046,104,1.012,106,0.762,107,2.692,110,1.881,112,0.88,115,1.346,116,1.183,117,1.266,118,2.137,120,4.087,121,1.082,126,0.844,129,0.707,135,1.818,137,0.774,138,0.056,141,2.616,142,0.716,144,0.619,145,1.482,148,0.82,155,0.957,160,0.342,163,0.587,165,0.223,179,0.352,182,0.581,186,1.436,197,0.777,205,0.939,206,1.328,210,0.697,213,0.844,215,0.583,217,0.399,225,2.763,226,6.875,227,4.726,228,0.333,229,5.45,230,8.608,231,3.867,232,3.273,233,3.266,234,1.307,235,4.734,236,1.879,237,4.734,238,2.317,239,3.53,240,1.881,241,2.123,242,2.455,243,4.668,244,4.607,245,0.657,246,2.909,247,1.374,248,5.344,249,1.497,250,3.53,251,2.037,252,2.019,253,1.879,254,1.028,255,3.156,256,1.543,257,1.257,258,1.513,259,3.19,260,2.35,261,1.096,262,2.455,263,1.543,264,3.683,265,6.5,266,1.132,267,1.322,268,1.398,269,1.305,270,3.156,271,0.87,272,2.658,273,0.75,274,1.371,275,1.851,276,2.668,277,1.698,278,2.35,279,2.057,280,2.217,281,3.53,282,1.545,283,1.818,284,3.53,285,2.104,286,2.258,287,3.53,288,1.976,289,7.061,290,1.818,291,2.123,292,3.155,293,2.107,294,2.192,295,2.258,296,5.485,297,5.729,298,2.904,299,2.8,300,4.64,301,4.911,302,3.155,303,0.729,304,3.525,305,1.818,306,2.727,307,2.964,308,2.599,309,1.513,310,1.755,311,2.964,312,2.909,313,3.53,314,2.455,315,3.53,316,1.823,317,5.77,318,5.296,319,4.905,320,3.53,321,3.53,322,3.53,323,1.867,324,1.976,325,5.876,326,2.137,327,1.482,328,1.298,329,1.688,330,1.688,331,3.53,332,3.055,333,1.613,334,3.055,335,0.426,336,4.364,337,3.53,338,2.35,339,8.474,340,1.513,341,2.455,342,3.53,343,2.258,344,2.616,345,0.986,346,4.066,347,7.575,348,2.885,349,3.055,350,1.983,351,2.35,352,0.997,353,1.772,354,1.983,355,1.847,356,1.346,357,2.104,358,1.613,359,3.114,360,1.078,361,0.667,362,0.385,363,1.785,364,3.112,365,1.298,366,1.729,367,1.772,368,2.35,369,2.909,370,3.53,371,1.729,372,1.65,373,7.061,374,1.772,375,1.453,376,1.497,377,3.388,378,3.53,379,2.224,380,1.671,381,1.425,382,1.911,383,1.688,384,0.333,385,3.53,386,4.087,387,1.976,388,2.037,389,2.455,390,3.53,391,0.883,392,1.398,393,4.364,394,0.667,395,3.53,396,2.909,397,2.725,398,1.21,399,2.037,400,3.53,401,3.683,402,2.658,403,3.53,404,2.367,405,2.964,406,2.258,407,2.658,408,1.211,409,6.359,410,3.145,411,1.453,412,1.096,413,2.037,414,0.667,415,0.82,416,4.234,417,3.53,418,2.725,419,3.53,420,0.728,421,2.725,422,1.495,423,2.269,424,6.312,425,0.674,426,1.726,427,2.005,428,2.532,429,1.976,430,1.061,431,3.53,432,3.53,433,1.082,434,3.156,435,2.475,436,5.681,437,3.867,438,1.979,439,1.545,440,2.104,441,3.53,442,2.909,443,3.53,444,4.231,445,1.19,446,2.578,447,1.194,448,2.909,449,1.578,450,2.057,451,1.578,452,4.899,453,1.919,454,1.983,455,1.543,456,3.156,457,3.53,458,2.455,459,3.53,460,3.156,461,1.132,462,3.53,463,2.964,464,7.364,465,2.104,466,2.725,467,4.364,468,3.53,469,1.867,470,2.725,471,4.364,472,3.156,473,1.613,474,3.53,475,1.385,476,2.725,477,3.156,478,1.078,479,1.976,480,1.613,481,2.037,482,1.298,483,2.258,484,1.688,485,1.159,486,2.258,487,2.337,488,1.371,489,1.578,490,3.156,491,1.453,492,3.156,493,1.818,494,0.923,495,1.755,496,2.964,497,2.727,498,3.156,499,1.275,500,1.425,501,1.19,502,1.231,503,3.53,504,2.104,505,3.156,506,1.513,507,2.35,508,1.818,509,3.156,510,1.078,511,1.398,512,1.818,513,2.037,514,1.613,515,1.818,516,1.045,517,3.53,518,2.35,519,1.578,520,2.177,521,1.729,522,3.53,523,3.156,524,3.266,525,1.726,526,1.482,527,1.729,528,1.545,529,1.078,530,3.156,531,1.919,532,2.725,533,1.453,534,3.53,535,2.057,536,2.909,537,1.613,538,1.543,539,6.312,540,2.177,541,5.296,542,1.45,543,3.055,544,1.867,545,1.947,546,1.578,547,1.159,548,2.475,549,1.867,550,2.037,551,2.258,552,0.967,553,2.578,554,1.322,555,1.398,556,1.132,557,3.53,558,3.53,559,2.658,560,0.739,561,3.156,562,2.909,563,2.177,564,2.455,565,1.818,566,1.65,567,1.398]],["file_terms//Wilcots.html",[]],["root_relative_url//bat-genomics.html",[568,4.501,569,5.462]],["high//bat-genomics.html",[3,0.427,14,0.042,23,0.215,138,0.048,240,1.785,568,4.97,570,5.391,571,3.594,572,3.375,573,1.554,574,3.858,575,2.954,576,1.842]],["medium//bat-genomics.html",[]],["content//bat-genomics.html",[1,0.307,4,0.31,14,0.056,17,0.154,25,1.643,29,1.224,30,1.493,32,1.993,34,0.048,38,0.311,39,0.481,42,1.149,43,1.004,45,1.549,47,1.07,58,0.418,59,0.723,71,0.778,72,2.21,77,1.798,80,0.816,83,0.946,86,1.694,96,0.873,106,0.604,107,2.678,108,1.114,112,0.523,118,1.694,121,1.023,129,0.841,135,2.161,136,0.623,138,0.061,142,0.813,143,2.747,148,1.395,160,0.575,162,1.355,163,0.407,165,0.533,182,0.345,204,0.725,210,0.829,213,1.003,214,1.56,215,0.993,217,0.221,228,0.396,233,2.588,234,0.633,240,2.079,245,0.781,256,2.046,259,3.018,261,1.303,266,1.346,269,1.481,271,1.034,273,1.493,285,2.5,294,1.303,302,2.5,303,0.481,310,1.391,311,2.348,316,1.203,317,2.794,324,2.348,330,0.892,340,2.576,343,2.685,353,2.106,360,1.282,361,1.681,366,2.055,374,3.018,375,1.727,376,1.655,377,2.685,381,1.694,388,2.421,392,1.661,394,1.327,398,2.63,402,2.106,406,2.685,408,1.607,412,1.303,415,0.974,420,0.866,422,1.697,430,0.841,433,0.714,438,1.098,439,1.836,442,3.458,447,1.583,449,1.876,455,1.222,461,2.46,465,3.582,473,1.917,475,1.572,477,3.751,478,1.282,484,2.007,485,0.918,491,1.727,493,2.161,506,2.576,510,1.282,511,1.661,514,1.917,521,2.055,535,1.63,537,1.917,542,1.149,556,1.346,560,0.879,568,7.745,570,3.751,572,2.348,573,1.549,574,3.846,575,2.055,576,1.836,577,4.953,578,5.788,579,7.872,580,1.354,581,4.196,582,5.679,583,6.856,584,5.106,585,6.011,586,9.766,587,2.106,588,4.196,589,4.389,590,3.364,591,2.5,592,3.239,593,2.106,594,2.918,595,2.588,596,4.196,597,2.219,598,2.281,599,2.007,600,2.875,601,3.476,602,1.63,603,2.348,604,1.727,605,1.724,606,6.011,607,1.917,608,0.655,609,2.944,610,2.055,611,1.646,612,0.918,613,2.29,614,1.065,615,2.007,616,2.348,617,3.458,618,1.961,619,3.458,620,1.876,621,8.897,622,2.588,623,4.196,624,3.064,625,6.049,626,3.239,627,3.707,628,4.196,629,4.002,630,2.918,631,2.918,632,2.257,633,7.024,634,5.106,635,4.953,636,4.953,637,2.918,638,4.196,639,3.458,640,6.279,641,3.44,642,5.106,643,1.917,644,7.67,645,2.219,646,4.389,647,2.348,648,2.421,649,4.196,650,2.026,651,3.364,652,1.917,653,2.161,654,0.918,655,3.239,656,4.196,657,4.196,658,1.464,659,1.917,660,1.346,661,2.918,662,3.751,663,1.961,664,3.751,665,2.918,666,0.793,667,2.5,668,3.268,669,1.727,670,3.239,671,3.707,672,1.282,673,3.14,674,2.421,675,3.458,676,1.324,677,1.762,678,4.196,679,6.011,680,1.222,681,3.018,682,2.421,683,2.524,684,1.866,685,2.5,686,2.588,687,4.196,688,2.281,689,4.196,690,2.281,691,2.055,692,3.239,693,3.458,694,2.421,695,1.798,696,3.458,697,1.961,698,2.588,699,2.281,700,1.102,701,1.464,702,1.516,703,2.5,704,1.928,705,1.694,706,1.346,707,1.6,708,2.794,709,4.196,710,3.239,711,2.079,712,2.219,713,2.875,714,3.931,715,3.751,716,0.77,717,1.798,718,1.543,719,2.106,720,3.239,721,2.106,722,3.751,723,2.794,724,4.64,725,4.196,726,1.489,727,2.944,728,2.63,729,4.196,730,3.239,731,2.079,732,2.348,733,2.918,734,0.841,735,2.106,736,3.458,737,3.458,738,2.055,739,3.239,740,3.239,741,3.239,742,0.905,743,2.281,744,3.751,745,2.685,746,3.751,747,3.239,748,2.348,749,1.391,750,4.196,751,1.543,752,2.348,753,4.196,754,4.196,755,4.196,756,1.439,757,1.836,758,0.585,759,2.685,760,2.055,761,1.516,762,1.098,763,2.421,764,5.421,765,4.196,766,2.348,767,4.196,768,4.196,769,4.196,770,1.694,771,4.196,772,4.196,773,4.196,774,4.196,775,3.751,776,3.364,777,1.081,778,3.239,779,2.421,780,1.876,781,1.917,782,2.055,783,2.918,784,1.415,785,2.219,786,3.458,787,2.348,788,1.961,789,1.543]],["file_terms//bat-genomics.html",[]],["root_relative_url//osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html",[105,0.916,142,0.343,580,0.407,645,1.341,718,0.932,790,1.852,791,2.267,792,2.267,793,2.536]],["high//osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html",[3,0.403,23,0.202,34,0.034,142,0.769,580,1.187,645,3.009,716,1.044,718,2.092,731,1.684,762,1.489,790,4.155,792,5.086,794,5.69,795,3.788,796,2.721]],["medium//osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html",[]],["content//osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html",[1,0.171,4,0.301,7,0.206,10,0.206,12,0.739,14,0.048,17,0.245,20,0.796,25,1.314,29,1.185,30,0.728,32,1.136,33,0.558,34,0.056,35,0.638,36,2.141,38,0.659,39,0.393,40,1.791,43,0.678,45,1.609,46,1.008,47,0.922,48,1.357,55,2.07,56,0.931,57,0.697,58,0.342,59,0.323,62,1.602,68,1.765,71,0.38,74,1.209,80,1.354,82,1.185,85,3.496,87,1.411,96,0.719,99,0.999,100,2.141,102,0.677,108,0.91,112,0.778,116,0.964,117,1.239,124,0.541,129,1.038,130,1.439,133,1.765,136,0.927,137,0.501,138,0.059,141,1.411,142,0.94,143,1.566,144,0.601,146,3.403,147,0.629,148,0.796,152,1.22,154,1.082,160,0.335,161,4.146,162,0.773,163,0.506,164,2.622,165,0.216,166,0.288,168,1.307,182,0.572,183,1.921,185,1.031,187,0.857,188,0.761,193,1.634,206,0.757,210,1.475,213,0.82,214,0.697,217,0.329,228,0.488,234,1.049,243,1.813,244,1.864,245,0.964,252,1.307,254,1.509,257,0.922,261,1.608,267,1.939,273,0.728,275,1.509,276,1.439,277,1.099,288,2.899,290,1.765,294,1.064,295,2.193,301,2.384,303,0.594,309,1.469,310,1.717,316,2.253,326,2.091,327,1.439,330,1.478,334,1.978,335,0.414,345,1.162,346,4.779,349,3.602,350,1.939,352,0.968,355,1.196,357,2.043,359,2.132,361,1.411,362,0.68,363,1.156,365,1.261,371,3.058,375,1.411,376,1.471,379,1.439,380,1.082,381,1.384,382,1.557,384,0.323,392,1.357,394,0.648,404,1.532,405,2.899,415,1.449,416,1.919,423,1.469,425,0.665,430,0.687,433,0.584,435,1.602,438,1.355,447,0.773,452,2.114,455,0.999,473,1.566,475,0.897,478,1.047,491,1.411,496,4.397,497,4.046,500,1.384,501,1.746,506,2.22,508,2.668,510,1.907,521,1.679,545,1.905,546,2.316,547,0.75,554,1.283,559,1.721,560,0.718,573,1.793,580,1.597,595,2.114,598,1.864,599,2.986,600,2.986,601,1.411,608,1.02,609,2.537,611,1.418,613,1.118,614,1.315,615,1.639,629,2.282,630,2.384,632,0.953,643,1.566,658,1.807,672,1.047,673,1.532,677,3.299,681,1.721,688,1.864,695,1.469,700,1.276,701,1.807,707,1.307,716,0.629,718,1.905,719,1.721,723,2.282,726,2.469,727,1.679,728,1.5,731,1.015,734,1.038,735,1.721,743,1.864,748,1.919,756,1.175,758,0.478,762,1.355,766,1.919,770,1.384,781,2.367,784,1.156,790,6.968,791,3.065,795,2.282,796,3.327,797,3.428,798,2.646,799,1.919,800,2.384,801,1.639,802,1.679,803,3.065,804,3.065,805,2.825,806,2.825,807,3.428,808,4.451,809,3.428,810,2.316,811,3.428,812,3.428,813,2.646,814,3.428,815,3.428,816,3.428,817,2.825,818,5.733,819,2.043,820,1.376,821,3.428,822,2.646,823,2.384,824,1.257,825,2.739,826,3.782,827,2.282,828,1.384,829,2.282,830,1.978,831,2.825,832,1.978,833,3.428,834,3.782,835,5.195,836,1.679,837,3.428,838,3.065,839,0.939,840,2.808,841,6.958,842,2.791,843,5.733,844,1.357,845,1.864,846,6.243,847,3.583,848,1.661,849,2.384,850,3.428,851,3.998,852,7.832,853,3.065,854,0.999,855,1.679,856,4.63,857,5.581,858,2.825,859,2.503,860,5.18,861,6.243,862,2.646,863,3.569,864,3.065,865,2.193,866,4.63,867,2.114,868,0.845,869,1.469,870,1.765,871,2.114,872,3.428,873,3.428,874,2.791,875,2.825,876,2.646,877,2.825,878,1.5,879,2.503,880,2.193,881,2.825,882,5.733,883,3.602,884,2.22,885,1.384,886,2.384,887,3.428,888,1.679,889,5.18,890,2.043,891,2.384,892,2.132,893,3.783,894,6.958,895,6.219,896,2.646,897,1.582,898,2.051,899,2.421,900,3.065,901,3.428,902,2.043,903,3.428,904,3.428,905,3.428,906,1.813,907,3.314,908,3.449,909,5.026,910,4.342,911,3.065,912,3.065,913,3.065,914,2.114,915,3.428,916,2.282,917,1.384,918,2.825,919,2.816,920,1.295,921,1.532,922,1.5,923,4.268,924,2.193,925,3.428,926,2.193,927,2.193,928,1.661,929,0.87,930,3.428,931,1.939,932,3.428,933,0.82,934,1.919,935,3.065,936,3.428,937,5.18,938,2.282,939,1.765,940,1.639,941,2.193,942,2.132,943,3.428,944,3.065,945,3.602,946,4.63,947,1.411,948,2.384,949,1.5,950,2.043,951,2.503,952,1.721,953,2.825,954,2.384,955,2.816,956,3.428,957,2.646,958,2.384,959,3.428,960,1.978,961,1.5,962,2.255,963,3.998,964,2.193,965,2.421,966,2.193,967,2.825,968,2.503,969,0.968,970,2.384,971,3.428,972,3.087,973,1.439,974,1.156,975,2.825,976,2.216,977,2.646,978,3.428,979,2.114,980,1.905,981,2.384,982,1.679,983,3.428,984,3.428,985,2.193,986,3.428,987,1.765,988,3.428,989,2.646,990,3.602,991,2.114,992,2.114,993,1.469,994,2.384,995,2.825,996,1.721,997,3.194,998,1.919,999,3.602,1000,1.238,1001,1.679,1002,1.261,1003,2.384,1004,3.065,1005,1.679,1006,2.503,1007,3.428,1008,0.62,1009,1.217,1010,3.449,1011,3.428,1012,5.18,1013,2.825,1014,1.765,1015,2.216,1016,3.428,1017,3.428,1018,2.384,1019,2.367,1020,1.357,1021,2.114,1022,2.646,1023,3.065,1024,3.065,1025,2.384,1026,1.411,1027,3.065,1028,2.282,1029,2.825,1030,1.532,1031,2.384,1032,2.825,1033,1.721,1034,1.469,1035,2.043,1036,2.825,1037,2.384]],["file_terms//osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html",[]],["root_relative_url//uw-research-computing/matlab-jobs.html",[0,0.229,1,0.136,1038,4.108,1039,2.299]],["high//uw-research-computing/matlab-jobs.html",[3,0.257,4,0.12,10,0.125,12,0.784,13,0.515,14,0.056,15,0.761,16,0.795,17,0.093,18,0.126,19,0.75,20,0.844,21,0.647,22,1.205,23,0.129,52,0.557,93,1.11,124,0.574,191,0.909,193,0.707,194,1.1,195,2.497,205,0.483,221,0.784,335,0.438,666,0.687,716,0.667,1008,0.657,1040,1.59,1041,1.205,1042,1.496,1043,2.528,1044,1.185,1045,0.951,1046,1.625]],["medium//uw-research-computing/matlab-jobs.html",[7,0.271,52,0.579,58,0.165,61,0.755,66,0.312,74,0.238,89,0.419,126,0.395,136,0.245,138,0.068,152,0.389,195,0.932,200,1.853,205,0.22,210,0.326,335,0.721,350,0.619,362,0.18,384,0.688,433,0.281,663,1.336,780,2.49,920,0.413,997,1.019,1044,0.539,1047,3.765,1048,2.859,1049,1.652,1050,1.477,1051,2.057,1052,1.111,1053,1.057,1054,1.652,1055,1.829,1056,0.79,1057,1.057,1058,1.1,1059,1.318,1060,5.57,1061,1.652,1062,1.057,1063,0.68,1064,1.057,1065,0.513,1066,0.79,1067,0.772,1068,0.874,1069,0.772,1070,0.985,1071,0.521,1072,1.4,1073,0.739,1074,3.131,1075,0.654,1076,1.2,1077,1.652,1078,5.087,1079,2.859,1080,2.859,1081,2.859,1082,0.851,1083,0.953,1084,4.299,1085,2.859,1086,3.563,1087,5.087,1088,2.859,1089,3.778,1090,1.652,1091,1.255,1092,1.477,1093,1.652,1094,1.652,1095,3.778,1096,2.859,1097,1.652,1098,5.57,1099,3.778,1100,4.502,1101,1.275,1102,0.985,1103,0.489,1104,0.953,1105,1.652,1106,0.586,1107,0.384,1108,0.446,1109,0.953,1110,0.953,1111,0.772,1112,1.652,1113,1.149,1114,0.362,1115,2.859,1116,2.859,1117,1.652,1118,3.778,1119,1.652,1120,1.652,1121,1.652,1122,1.278,1123,1.477]],["content//uw-research-computing/matlab-jobs.html",[3,0.567,4,0.33,5,1.238,6,1.443,7,0.604,10,0.229,13,0.512,14,0.07,17,0.093,18,0.125,20,0.838,21,0.643,23,0.128,29,0.545,33,0.588,34,0.032,35,0.672,38,0.632,39,0.819,42,1.475,43,0.473,44,1.32,48,1.43,49,1.769,50,1.048,51,1.26,52,1.094,56,0.952,57,1.095,59,0.508,60,1.605,63,1.217,66,1.018,67,1.43,71,0.945,82,1.232,84,0.959,86,2.174,89,0.917,90,1.086,95,1.58,96,0.665,102,1.508,103,1.033,104,1.036,106,0.927,107,2.054,108,1.431,112,0.672,113,1.545,116,0.672,117,1.708,121,1.097,123,1.813,124,1.311,136,0.8,137,0.942,138,0.072,139,1.369,141,1.486,144,0.633,147,0.988,151,1.877,152,1.269,155,1.164,157,1.635,158,1.121,160,0.234,163,0.436,165,0.524,166,0.798,167,1.635,168,1.349,169,0.802,170,1.086,171,0.876,172,1.02,173,0.959,174,0.989,175,0.864,176,1.955,177,1.052,178,1.764,179,0.537,180,1.177,181,1.587,182,0.53,183,0.826,184,1.26,185,1.086,186,0.734,187,0.903,188,1.431,189,0.692,190,1.086,191,2.451,192,1.097,193,1.871,194,1.553,195,3.327,196,1.498,197,0.784,198,1.177,199,1.217,200,0.917,201,1.217,202,1.26,203,1.66,204,1.234,205,0.95,206,0.528,207,1.177,208,1.217,209,1.086,210,0.713,211,0.692,212,0.528,213,0.864,214,0.734,215,0.597,216,1.177,217,0.284,218,1.232,219,1.103,220,0.903,221,1.88,222,1.282,223,0.945,228,0.34,247,1.389,256,1.052,261,1.121,269,1.327,273,0.767,274,2.774,303,0.414,316,1.036,330,1.145,335,0.436,345,0.672,350,2.017,352,1.02,359,1.486,361,1.612,362,0.393,365,2.369,367,1.813,375,1.486,380,1.139,382,1.086,384,0.34,391,0.903,408,0.826,414,0.682,415,0.838,420,0.745,422,1.02,425,0.48,427,1.699,430,0.724,438,1.409,485,0.79,487,1.328,491,1.486,494,0.945,499,1.946,501,1.217,560,1.738,618,1.688,632,1.498,660,1.158,663,3.337,676,1.699,691,1.769,711,1.594,734,0.724,742,0.779,756,1.238,758,0.504,762,0.945,820,0.959,824,0.876,868,0.89,883,2.512,898,1.43,929,1.367,947,1.486,955,4.638,962,1.304,969,1.819,980,1.328,992,2.227,1000,1.304,1008,1.164,1020,1.43,1040,1.58,1042,2.939,1043,5.933,1044,1.177,1047,3.838,1051,1.65,1052,2.092,1059,1.26,1065,1.121,1075,2.55,1076,2.705,1091,2.115,1104,4.922,1106,1.282,1107,2.141,1108,2.06,1114,1.672,1122,3.581,1123,3.228,1124,1.708,1125,1.769,1126,2.404,1127,1.688,1128,1.963,1129,1.103,1130,2.152,1131,2.787,1132,1.963,1133,1.036,1134,2.461,1135,2.579,1136,1.86,1137,1.328,1138,0.903,1139,5.386,1140,5.386,1141,5.386,1142,2.152,1143,1.66,1144,2.032,1145,1.614,1146,1.756,1147,2.084,1148,2.404,1149,2.152,1150,1.458,1151,1.848,1152,1.431,1153,1.86,1154,1.895,1155,3.108,1156,2.943,1157,1.238,1158,2.404,1159,3.322,1160,2.6,1161,2.787,1162,2.404,1163,1.769,1164,0.989,1165,2.976,1166,1.727,1167,0.536,1168,1.486,1169,1.58,1170,2.404,1171,2.512,1172,1.91,1173,2.637,1174,2.31,1175,3.611,1176,1.352,1177,2.848,1178,2.928,1179,1.963,1180,2.882,1181,3.611,1182,2.084,1183,2.512,1184,1.103,1185,2.787,1186,3.228,1187,3.611,1188,2.152,1189,1.177,1190,2.084,1191,2.512,1192,2.976,1193,3.611,1194,3.228,1195,3.228,1196,1.403,1197,2.976]],["file_terms//uw-research-computing/matlab-jobs.html",[]],["root_relative_url//events/2023/11/intro-workshop.html",[1198,5.462,1199,4.501]],["high//events/2023/11/intro-workshop.html",[3,0.531,4,0.191,23,0.206,138,0.046,263,1.689,425,0.516,445,1.955,485,1.269,784,1.955,1065,1.8,1200,2.71,1201,3.576,1202,2.987,1203,3.153]],["medium//events/2023/11/intro-workshop.html",[]],["content//events/2023/11/intro-workshop.html",[0,0.475,3,0.669,4,0.236,12,1.541,14,0.05,17,0.219,34,0.042,58,0.85,64,2.329,66,1.35,69,1.735,96,0.738,103,1.145,116,1.33,124,1.347,131,1.841,160,0.462,166,0.6,205,0.95,234,1.376,249,2.15,333,3.265,344,3.512,412,2.218,425,0.636,485,1.868,547,1.564,549,3.778,552,1.956,608,0.778,680,2.081,705,2.884,706,2.291,758,1.191,777,1.841,784,2.408,939,3.679,1065,2.218,1138,1.787,1200,4.668,1202,3.679,1203,4.961,1204,3.679,1205,2.45,1206,4.757,1207,6.387,1208,2.018,1209,4.969,1210,5.681,1211,5.262,1212,4.639,1213,4.776,1214,3.444,1215,6.387,1216,2.776,1217,3.778,1218,4.757,1219,6.387,1220,7.145,1221,5.217,1222,5.515,1223,3.884,1224,5.217]],["file_terms//events/2023/11/intro-workshop.html",[]],["root_relative_url//chtc-workshop.html",[3,0.387,1199,4.501]],["high//chtc-workshop.html",[3,0.573,23,0.233,56,0.817,165,0.414,1200,3.063,1225,4.042,1226,5.06,1227,1.795]],["medium//chtc-workshop.html",[]],["content//chtc-workshop.html",[1,0.293,3,0.684,4,0.271,10,0.19,34,0.059,38,0.497,39,0.943,43,0.879,44,1.16,53,1.987,63,1.268,82,1.536,96,0.694,103,1.076,104,1.925,105,2.425,142,0.907,160,0.434,162,1.513,165,0.424,178,1.838,179,0.669,183,1.536,212,1.202,217,0.521,225,2.189,228,0.873,245,1.25,273,1.427,283,3.457,303,0.77,328,2.468,394,1.553,399,3.873,404,3.001,412,2.551,425,0.598,439,3.596,529,2.051,540,4.14,549,3.55,552,2.25,555,3.254,604,2.763,608,0.731,614,2.255,620,3.001,650,2.263,681,3.37,784,2.994,854,2.394,868,2.188,929,1.704,1065,2.551,1133,1.925,1167,1.374,1200,4.325,1202,4.232,1217,3.55,1223,4.468,1227,1.838,1228,3.84,1229,6.001,1230,5.532,1231,3.873,1232,2.118,1233,2.877,1234,2.877,1235,2.56,1236,4.14,1237,5.532,1238,4.669,1239,5.532,1240,5.532,1241,6.001,1242,3.288,1243,2.513,1244,4.14,1245,4.902,1246,1.987,1247,5.182,1248,2.763,1249,2.763,1250,5.182,1251,1.956,1252,3.65,1253,2.513]],["file_terms//chtc-workshop.html",[]],["root_relative_url//events/2023/02/research-bazaar.html",[1254,5.462,1255,5.462]],["high//events/2023/02/research-bazaar.html",[1,0.207,3,0.445,23,0.223,138,0.05,263,1.83,445,2.118,485,1.375,1256,4.849,1257,3.625,1258,3.743,1259,3.874]],["medium//events/2023/02/research-bazaar.html",[]],["content//events/2023/02/research-bazaar.html",[0,0.492,1,0.309,3,0.626,11,2.319,17,0.227,34,0.057,64,2.475,69,1.544,106,1.093,131,1.956,205,1.01,212,1.293,225,2.475,234,1.145,252,2.895,362,0.963,412,2.357,485,1.661,524,4.682,547,1.661,620,3.394,658,2.648,1138,1.898,1144,2.79,1213,4.249,1228,3.548,1252,4.127,1256,5.86,1257,4.38,1258,4.524,1259,4.682,1260,3.631,1261,7.592,1262,3.718,1263,5.28,1264,4.015,1265,5.28]],["file_terms//events/2023/02/research-bazaar.html",[]],["root_relative_url//events/2023/10/information-session.html",[1266,5.462,1267,5.462]],["high//events/2023/10/information-session.html",[3,0.544,23,0.215,106,0.868,138,0.048,263,1.757,445,2.033,485,1.32,576,1.842,1144,1.903,1203,3.279,1216,2.343,1268,4.015]],["medium//events/2023/10/information-session.html",[]],["content//events/2023/10/information-session.html",[0,0.512,1,0.24,3,0.65,4,0.24,17,0.186,30,1.543,34,0.057,39,0.833,43,0.951,64,2.367,69,1.868,106,1.24,124,1.147,131,1.871,142,1.165,167,1.843,179,0.724,205,0.966,212,1.062,217,0.383,228,0.685,234,1.095,245,1.352,249,1.711,303,0.833,412,2.254,447,1.637,485,1.589,525,2.367,547,1.589,552,1.988,560,1.521,576,2.218,608,0.791,680,2.51,1138,2.155,1144,2.718,1157,2.49,1201,4.478,1203,3.948,1205,2.49,1210,5.736,1214,2.931,1217,3.84,1218,4.834,1221,5.302,1222,5.605,1223,3.948,1224,5.302,1228,3.393,1244,4.478,1268,4.834,1269,5.302,1270,7.262,1271,4.834,1272,4.478,1273,7.262,1274,3.84,1275,4.19,1276,3.84,1277,4.19,1278,6.491,1279,6.491,1280,2.719]],["file_terms//events/2023/10/information-session.html",[]],["root_relative_url//Joe-B-Profile.html",[1041,1.554,1281,3.122,1282,4.689]],["high//Joe-B-Profile.html",[3,0.549,23,0.118,69,0.674,71,0.367,94,1.046,160,0.214,303,0.38,362,0.361,439,1.451,451,1.482,454,1.241,475,0.867,495,1.099,637,4.254,672,1.013,734,0.664,738,1.624,748,3.827,760,1.624,976,1.177,1009,1.177,1033,1.664,1041,1.099,1212,1.802,1246,0.981,1281,2.207,1283,1.913,1284,1.913,1285,2.42,1286,2.732,1287,3.315,1288,2.305,1289,3.315,1290,2.732,1291,1.707,1292,3.315,1293,1.753,1294,1.664,1295,2.42,1296,3.315,1297,1.802,1298,3.315,1299,1.482,1300,3.315]],["medium//Joe-B-Profile.html",[]],["content//Joe-B-Profile.html",[0,0.296,1,0.323,3,0.657,10,0.164,16,1.165,30,1.505,32,2.348,34,0.057,38,0.525,43,1.042,47,0.947,52,1.22,53,1.575,58,0.53,69,1.44,71,0.59,75,1.435,77,2.28,80,1.378,94,1.679,96,0.55,99,1.55,102,1.051,108,2.255,110,2.096,112,0.663,113,1.526,117,1.272,121,1.206,138,0.067,142,0.958,144,1.243,147,0.976,148,1.644,160,0.572,163,0.54,165,0.336,182,0.655,210,1.051,214,1.082,215,0.879,217,0.374,228,0.502,234,0.803,247,1.035,249,1.669,256,2.32,257,0.947,261,1.652,266,2.272,291,2.553,303,0.974,309,2.28,316,2.284,334,3.07,345,1.319,355,2.471,357,3.171,361,1.005,362,0.58,374,2.671,375,3.278,376,1.254,382,1.6,392,2.107,405,2.978,412,1.652,422,2.249,426,1.735,439,2.329,466,4.107,475,1.853,481,3.07,483,3.404,493,2.74,495,2.348,500,2.148,507,3.543,508,2.74,510,1.626,514,3.237,516,1.575,519,2.379,521,3.47,525,1.735,533,2.916,540,3.281,543,3.07,546,2.379,547,1.55,560,1.114,574,3.404,605,2.032,612,1.165,614,2.021,629,3.543,637,3.701,643,2.431,654,1.55,658,2.471,659,3.237,663,2.487,668,2.893,669,2.19,672,2.433,675,4.385,706,1.707,716,1.299,724,4.107,728,2.329,734,1.419,756,1.825,777,1.825,781,3.237,782,2.606,784,1.794,788,3.31,836,2.606,855,2.606,859,5.814,868,1.311,878,2.329,884,3.413,892,2.19,897,1.626,920,1.331,928,1.707,931,2.652,939,3.648,976,2.514,980,2.605,985,3.404,1009,2.514,1033,3.556,1152,1.413,1154,1.573,1212,2.893,1227,1.457,1236,3.281,1246,1.575,1247,4.107,1250,4.107,1251,1.55,1283,5.101,1285,3.886,1286,5.838,1290,4.385,1291,2.74,1294,3.556,1295,5.814,1301,3.746,1302,3.07,1303,2.893,1304,4.107,1305,4.385,1306,3.701,1307,2.234,1308,4.385,1309,1.764,1310,3.701,1311,3.886,1312,2.067,1313,2.431,1314,3.701,1315,2.379,1316,4.107,1317,3.886,1318,3.701,1319,4.107,1320,3.701,1321,3.886,1322,4.107,1323,5.322,1324,5.322,1325,2.329,1326,7.084,1327,3.543,1328,2.74,1329,4.385,1330,2.74,1331,3.404,1332,4.385,1333,2.329,1334,4.385,1335,4.107,1336,4.716,1337,4.757,1338,4.385,1339,4.757,1340,5.322,1341,5.322,1342,5.322,1343,4.757,1344,3.404,1345,3.281,1346,2.978,1347,5.322,1348,3.886,1349,3.281,1350,2.893,1351,4.757,1352,4.757,1353,7.084,1354,4.107,1355,4.107,1356,4.757,1357,4.107,1358,3.886,1359,3.543,1360,3.07,1361,2.893,1362,5.322,1363,5.322,1364,2.893,1365,4.757,1366,7.084,1367,7.084,1368,4.757,1369,4.221,1370,2.74,1371,5.322,1372,5.322,1373,3.701,1374,2.606,1375,4.757,1376,3.701,1377,4.385,1378,4.107,1379,5.322]],["file_terms//Joe-B-Profile.html",[]],["root_relative_url//HTC24.html",[1380,6.54]],["high//HTC24.html",[3,0.381,23,0.192,34,0.032,138,0.043,228,0.508,263,1.569,485,1.563,564,3.745,608,0.587,828,2.174,1065,1.672,1203,2.928,1381,1.846,1382,3.415,1383,3.209,1384,2.928,1385,4.814]],["medium//HTC24.html",[]],["content//HTC24.html",[0,0.354,1,0.21,11,2.427,17,0.163,18,0.276,23,0.226,30,1.688,34,0.054,37,4.065,47,1.131,57,1.615,69,1.615,74,1.248,75,2.142,105,2.295,115,2.423,129,1.736,131,1.637,138,0.063,163,0.538,165,0.401,171,1.542,179,0.792,182,0.795,217,0.419,228,0.856,234,1.198,240,2.564,245,1.613,254,1.851,263,2.817,267,2.974,268,2.515,291,2.388,333,2.903,345,1.183,350,2.379,352,1.794,380,2.005,412,1.972,461,2.038,485,1.738,519,2.84,535,3.086,547,1.738,555,2.515,556,2.038,580,1.528,605,1.822,608,0.692,613,2.59,614,1.613,658,2.216,668,3.454,706,2.038,707,3.029,717,2.723,749,2.106,758,1.108,784,2.678,828,3.206,848,2.038,855,3.89,906,3.36,1065,2.466,1133,1.822,1138,1.986,1144,2.005,1167,0.944,1203,4.318,1204,3.272,1210,4.23,1246,2.564,1249,3.269,1251,2.314,1252,3.454,1253,2.379,1260,3.039,1262,3.89,1383,4.733,1384,4.711,1386,5.68,1387,3.918,1388,4.23,1389,3.36,1390,5.524,1391,5.68,1392,4.065,1393,4.091,1394,4.583,1395,6.689,1396,3.666,1397,4.904,1398,4.904,1399,3.039,1400,3.19,1401,3.454,1402,4.23,1403,4.23,1404,3.454,1405,7.101,1406,5.8,1407,3.786,1408,5.8,1409,4.419,1410,4.639,1411,3.112,1412,4.23,1413,3.556,1414,3.112,1415,1.767,1416,2.903,1417,3.112]],["file_terms//HTC24.html",[]],["root_relative_url//DoIt-Article-Summary.html",[1418,3.424,1419,2.142,1420,4.689]],["high//DoIt-Article-Summary.html",[1,0.199,3,0.427,23,0.215,34,0.036,225,1.966,303,0.692,328,2.218,362,0.657,931,2.258,1421,2.818,1422,3.48,1423,5.391,1424,3.858]],["medium//DoIt-Article-Summary.html",[]],["content//DoIt-Article-Summary.html",[0,0.494,1,0.332,3,0.473,17,0.172,30,1.421,33,1.089,34,0.058,45,1.723,46,1.301,63,1.263,75,2.211,97,1.776,106,1.331,138,0.065,148,1.903,163,0.601,164,2.808,186,1.36,206,0.978,215,1.355,217,0.353,228,0.631,234,1.009,241,2.011,245,1.245,249,1.576,266,2.629,291,2.666,303,0.94,305,3.444,328,2.459,352,1.889,353,3.357,362,0.728,376,1.576,394,1.263,415,1.553,449,3.665,495,2.217,499,2.416,538,1.948,547,1.464,598,3.636,610,3.276,650,2.255,711,1.979,716,1.227,751,2.459,825,3.537,892,2.753,898,2.648,931,3.07,1000,2.416,1009,2.91,1010,4.453,1028,5.903,1153,3.444,1251,1.948,1260,3.921,1262,3.276,1283,4.731,1293,4.336,1309,2.217,1310,4.651,1311,4.884,1312,2.598,1313,3.056,1314,5.702,1315,3.665,1316,5.162,1317,4.884,1416,3.056,1418,4.884,1419,3.746,1422,4.731,1425,6.688,1426,6.688,1427,4.884,1428,3.07,1429,2.598,1430,6.688,1431,5.979,1432,5.162,1433,4.279,1434,4.651,1435,5.979,1436,7.33,1437,2.374,1438,5.162,1439,3.859,1440,4.453,1441,4.884,1442,4.651,1443,2.11,1444,4.651,1445,2.99,1446,6.688,1447,5.979]],["file_terms//DoIt-Article-Summary.html",[]],["root_relative_url//uw-research-computing/singularity-htc.html",[0,0.229,1,0.136,1448,3.672,1449,2.999]],["high//uw-research-computing/singularity-htc.html",[3,0.168,4,0.162,7,0.296,10,0.055,12,0.512,13,0.337,14,0.047,15,0.497,16,0.52,17,0.061,18,0.083,19,0.49,20,0.551,21,0.423,22,0.787,23,0.085,44,0.411,93,0.726,136,0.353,155,0.429,165,0.15,166,0.199,182,0.319,191,0.594,192,0.404,194,1,197,0.556,204,0.982,205,0.654,206,0.719,208,2.39,209,0.714,210,0.766,236,0.843,257,0.423,275,0.692,335,0.287,576,0.726,660,0.762,666,0.449,997,1.465,1008,0.429,1020,0.94,1041,1.286,1044,1.265,1045,0.621,1065,0.737,1144,0.749,1196,0.923,1228,1.11,1450,1.193,1451,1.018,1452,0.959,1453,0.762,1454,1.465,1455,2.124,1456,1.465,1457,1.062,1458,1.652]],["medium//uw-research-computing/singularity-htc.html",[4,0.029,6,0.308,7,0.199,14,0.016,24,0.694,38,0.065,43,0.116,52,0.135,58,0.088,59,0.083,60,0.177,66,0.308,74,0.407,104,0.253,106,0.127,112,0.283,113,0.253,121,0.15,132,1.119,138,0.075,139,0.169,155,0.598,176,0.242,182,0.134,188,0.196,189,0.169,200,0.717,203,0.728,204,0.392,205,0.634,206,0.129,208,1.701,210,0.448,236,0.806,314,1.579,335,0.274,408,0.202,435,0.413,451,0.395,666,0.167,929,0.224,933,0.676,997,0.544,1044,0.74,1055,1.043,1056,0.422,1057,0.565,1059,1.304,1062,0.565,1063,0.363,1064,0.565,1065,0.274,1066,0.78,1067,0.762,1068,1.201,1069,0.762,1070,0.526,1071,0.514,1073,0.729,1074,0.614,1082,0.839,1106,0.313,1110,0.941,1111,1.925,1143,0.228,1154,0.196,1184,0.694,1293,3.232,1415,0.246,1455,3.683,1459,0.614,1460,0.645,1461,5.933,1462,2.27,1463,2.825,1464,2.328,1465,1.457,1466,0.883,1467,1.4,1468,2.27,1469,2.27,1470,2.27,1471,0.789,1472,5.739,1473,0.565,1474,2.03,1475,0.422,1476,0.883,1477,3.343,1478,2.27,1479,1.684,1480,1.63,1481,3.008,1482,1.63,1483,0.544,1484,0.883,1485,0.682,1486,0.883,1487,0.614,1488,0.565,1489,2.96,1490,0.883,1491,1.457,1492,0.789,1493,0.789,1494,0.283,1495,1.457,1496,1.457,1497,0.789,1498,0.883,1499,0.565,1500,0.443,1501,1.63,1502,4.365,1503,2.73,1504,2.303,1505,2.728,1506,2.886,1507,2.27,1508,6.952,1509,2.27,1510,2.27,1511,2.27,1512,2.27,1513,2.27,1514,2.27,1515,1.871,1516,2.27,1517,2.27,1518,0.883,1519,1.658,1520,2.27,1521,0.789,1522,1.19,1523,1.63,1524,1.63,1525,3.311,1526,2.825,1527,1.005,1528,1.63,1529,1.457,1530,0.789,1531,1.63,1532,0.883]],["content//uw-research-computing/singularity-htc.html",[3,0.481,4,0.325,5,0.959,6,1.484,7,0.601,10,0.222,13,0.396,14,0.069,15,0.586,16,0.612,17,0.16,18,0.263,21,0.978,22,0.927,24,1.352,29,0.942,32,0.927,33,0.455,34,0.032,35,0.521,38,0.637,39,0.869,42,1.504,44,1.486,50,1.323,52,1.16,53,1.848,56,0.945,57,1.117,58,0.721,59,0.417,60,1.722,61,2.022,63,1.037,65,0.679,66,0.836,67,1.108,72,2.019,73,1.984,82,0.64,83,0.631,84,1.176,87,1.822,89,0.71,91,2.554,94,0.883,96,0.289,99,0.815,100,0.959,103,1.16,106,0.899,107,1.067,109,2.279,112,0.848,113,1.791,116,1.462,117,1.313,124,1.277,126,0.669,132,2.174,136,1.074,137,0.647,138,0.072,139,0.536,141,1.151,144,0.776,147,1.145,148,0.649,151,2.672,152,1.704,155,1.729,157,1.124,158,0.868,159,0.841,160,0.44,163,0.49,165,0.523,166,0.78,167,0.71,168,0.927,169,0.621,170,0.841,171,0.679,172,0.79,173,0.743,174,0.766,175,1.313,176,0.766,177,0.815,178,0.766,179,0.441,180,0.912,181,1.353,182,0.595,183,0.64,184,0.976,185,0.841,186,0.569,187,1.107,188,1.387,189,1.387,190,1.877,191,1.373,192,1.338,193,1.215,194,1.719,195,0.912,196,1.231,197,0.666,198,1.443,199,0.943,200,1.994,201,0.943,202,0.976,203,2.215,204,1.741,205,1.268,206,1.409,207,0.912,208,3.185,209,1.331,210,1.697,211,0.536,212,0.647,213,0.669,214,0.569,215,0.462,216,0.912,217,0.329,218,0.64,219,0.855,220,1.107,221,1.184,222,0.993,223,1.437,225,0.912,228,0.518,247,0.544,253,1.571,256,0.815,257,0.788,258,1.199,269,1.09,274,2.133,275,1.289,294,1.374,303,0.321,308,0.883,310,0.927,330,1.445,345,0.521,348,1.067,352,1.551,355,0.976,358,2.509,360,0.855,361,0.528,365,1.029,376,1.294,381,1.129,384,0.518,408,0.64,412,0.868,413,2.554,414,1.179,415,1.759,425,0.606,426,1.443,427,1.396,429,1.566,430,1.1,433,1.063,451,1.251,453,1.521,475,1.158,479,2.477,484,1.338,485,0.612,487,2.296,488,1.087,491,2.57,493,1.441,495,0.927,516,1.625,526,2.306,529,0.855,544,1.479,556,0.897,573,1.952,580,0.448,608,0.598,618,1.307,632,0.778,647,1.566,660,2.519,667,1.667,668,1.521,676,1.396,691,2.168,695,1.199,716,0.513,717,1.199,726,2.216,734,0.561,738,1.37,742,1.184,757,0.855,758,0.871,761,1.984,762,1.158,776,1.566,810,1.251,824,1.074,836,1.37,844,1.108,865,1.79,876,2.159,921,1.979,927,2.832,929,1.585,942,1.822,947,1.151,969,0.79,980,1.029,982,1.37,993,1.199,997,3.387,1001,1.37,1008,1.462,1034,1.199,1040,1.937,1044,2.035,1071,0.883,1091,0.631,1106,1.949,1107,2.256,1108,2.043,1114,1.719,1124,1.058,1129,1.352,1134,2.022,1135,3.105,1136,1.441,1144,1.396,1146,2.035,1150,1.129,1151,2.253,1152,0.743,1154,1.22,1157,1.883,1164,1.504,1168,2.26,1169,1.937,1176,1.047,1177,1.479,1184,1.352,1191,1.946,1196,1.719,1213,2.477,1242,1.37,1251,0.815,1252,1.521,1301,2.341,1327,1.862,1330,1.441,1333,1.937,1346,1.566,1361,1.521,1374,2.168,1381,1.883,1437,0.993,1451,1.199,1452,3.058,1453,2.43,1456,1.725,1457,2.791,1475,2.117,1494,2.002,1529,6.08,1533,2.501,1534,2.043,1535,1.862,1536,1.307,1537,1.725,1538,2.501,1539,1.667,1540,2.501,1541,3.078,1542,1.725,1543,2.022,1544,2.159,1545,1.338,1546,1.566,1547,2.798,1548,1.79,1549,1.657,1550,3.078,1551,1.37,1552,2.798,1553,2.977,1554,2.159,1555,1.404,1556,1.521,1557,1.79,1558,2.904,1559,3.957,1560,3.647,1561,1.725,1562,2.729,1563,1.851,1564,1.862,1565,2.798,1566,2.509,1567,3.72,1568,5.492,1569,2.477,1570,1.79,1571,1.725,1572,2.501,1573,3.647,1574,2.832,1575,3.074,1576,2.798,1577,2.547,1578,2.501,1579,1.79,1580,1.338,1581,2.798,1582,2.832,1583,3.416,1584,0.912,1585,3.647,1586,1.129,1587,2.341,1588,2.279,1589,2.159,1590,2.501,1591,1.897,1592,2.222,1593,1.521,1594,2.69,1595,1.79,1596,2.043,1597,2.305,1598,1.725,1599,0.943,1600,1.37,1601,1.79,1602,1.79,1603,2.798,1604,1.278,1605,1.614,1606,2.501,1607,2.798,1608,1.404,1609,2.159,1610,1.479,1611,1.404,1612,2.068,1613,1.37,1614,1.862,1615,2.798,1616,4.909,1617,0.943,1618,2.305,1619,1.862,1620,1.725,1621,1.441,1622,2.798,1623,1.79,1624,2.305,1625,0.897,1626,1.667,1627,2.043]],["file_terms//uw-research-computing/singularity-htc.html",[]],["root_relative_url//CHTC-Philosophy.html",[3,0.387,1628,5.462]],["high//CHTC-Philosophy.html",[3,0.558,23,0.223,34,0.037,138,0.05,217,0.331,228,0.592,454,2.352,1035,3.743,1629,5.177,1630,4.369]],["medium//CHTC-Philosophy.html",[]],["content//CHTC-Philosophy.html",[0,0.446,1,0.335,3,0.682,4,0.288,10,0.207,12,0.996,13,0.911,14,0.058,15,0.967,18,0.16,19,0.953,23,0.164,25,1.215,29,0.97,30,1.367,34,0.058,36,1.583,38,0.476,43,1.102,44,0.798,47,0.822,50,0.898,52,0.985,56,0.576,59,0.821,63,0.872,68,2.378,69,1.505,71,0.512,72,1.698,74,0.665,75,1.245,79,1.934,80,0.898,83,1.041,84,1.226,90,1.388,91,2.664,96,0.764,99,2.156,102,0.912,106,0.665,108,1.708,109,2.378,112,0.576,116,0.859,117,1.104,123,2.318,124,0.729,126,1.538,129,0.925,137,0.675,138,0.037,142,1,147,1.598,148,1.072,159,1.388,160,0.578,161,2.751,162,1.041,163,0.542,165,0.292,166,0.621,182,0.658,186,0.939,197,0.452,206,0.675,212,0.94,214,1.308,217,0.422,228,0.755,232,2.378,234,1.116,245,1.197,247,1.557,249,1.515,253,1.639,256,2.451,257,0.822,261,1.433,269,1.584,273,0.981,276,1.939,277,2.062,290,2.378,291,1.934,294,2.297,308,1.457,328,1.698,345,1.197,352,1.304,355,1.61,356,2.452,359,1.9,361,1.398,362,0.7,365,2.365,376,1.515,379,1.939,380,1.457,384,0.821,394,1.215,405,2.584,414,0.872,420,0.953,422,2.09,425,0.573,426,1.505,427,1.457,429,2.584,430,0.925,438,1.936,439,2.02,454,1.729,458,3.211,461,1.481,480,2.11,485,1.01,487,1.698,488,1.794,493,2.378,494,1.682,510,1.41,514,2.938,525,2.413,535,1.794,538,1.345,542,1.264,544,2.442,547,1.841,552,1.264,554,1.729,575,2.261,580,1.031,608,0.503,611,2.386,612,1.01,613,2.609,627,2.847,630,4.473,632,1.788,641,2.261,647,2.584,650,1.556,654,1.01,658,1.61,673,2.064,680,1.345,681,2.318,700,0.847,704,2.062,713,3.076,718,1.698,727,3.15,733,3.211,751,1.698,759,2.954,777,1.19,787,2.584,788,2.158,810,2.064,839,1.761,848,1.481,854,2.156,863,2.814,868,1.584,897,1.41,933,1.104,940,2.208,973,1.939,974,1.556,976,2.626,980,1.698,1008,0.834,1030,2.064,1035,3.832,1076,1.939,1129,1.41,1138,1.155,1145,2.064,1146,1.505,1164,1.761,1166,3.076,1167,0.955,1172,2.442,1217,2.442,1223,2.51,1233,1.979,1234,1.979,1274,2.442,1280,1.729,1284,2.664,1285,3.371,1299,2.064,1309,1.531,1312,1.794,1313,2.11,1331,2.954,1350,2.51,1364,2.51,1393,2.378,1411,2.261,1428,1.729,1439,2.664,1443,2.029,1536,3.005,1541,3.211,1551,3.15,1584,1.505,1600,2.261,1630,6.591,1631,3.564,1632,2.51,1633,4.617,1634,4.127,1635,3.805,1636,4.617,1637,3.074,1638,2.02,1639,3.564,1640,2.847,1641,4.617,1642,3.805,1643,2.847,1644,2.751,1645,3.074,1646,4.127,1647,2.954,1648,4.617,1649,1.761,1650,4.617,1651,4.617,1652,1.729,1653,2.847,1654,2.954,1655,3.371,1656,3.805,1657,2.205,1658,2.954,1659,2.51,1660,2.954,1661,2.954,1662,4.617,1663,2.442,1664,4.127,1665,3.074,1666,4.127,1667,1.698,1668,4.964,1669,4.563,1670,4.127,1671,2.51,1672,4.127,1673,4.617,1674,2.664,1675,2.847,1676,4.617,1677,2.02,1678,3.211,1679,3.805,1680,4.617,1681,4.617,1682,3.564,1683,4.127,1684,2.664,1685,3.074,1686,4.127,1687,6.177,1688,3.805,1689,2.208,1690,4.127,1691,2.584,1692,2.664,1693,4.127,1694,4.617,1695,4.617,1696,4.127,1697,4.617,1698,4.617,1699,4.617,1700,3.211,1701,2.584,1702,4.617,1703,2.442,1704,4.127,1705,4.617]],["file_terms//CHTC-Philosophy.html",[]],["root_relative_url//uw-research-computing/singularity-hpc.html",[0,0.229,1,0.136,1448,3.672,1706,4.108]],["high//uw-research-computing/singularity-hpc.html",[3,0.395,4,0.241,18,0.194,23,0.199,204,1.409,206,0.817,209,2.199,335,0.674,410,2.211,479,3.126,666,1.055,920,1.397,1227,1.529]],["medium//uw-research-computing/singularity-hpc.html",[10,0.124,138,0.042,139,1.025,205,0.712,209,2.4,571,3.187,1044,1.166,1075,2.118,1076,2.246,1101,4.129,1107,1.242,1497,6.354,1499,4.548,1707,4.408,1708,2.948,1709,2.948,1710,2.948,1711,2.948,1712,2.064,1713,2.289,1714,2.948,1715,1.635,1716,6.406,1717,3.198,1718,3.578,1719,3.578,1720,3.578,1721,3.578,1722,6.406,1723,3.578,1724,4.129,1725,5.349,1726,6.354,1727,6.354,1728,5.349,1729,6.406,1730,3.578,1731,3.578,1732,2.762,1733,3.198,1734,3.578]],["content//uw-research-computing/singularity-hpc.html",[3,0.395,4,0.327,7,0.564,10,0.227,14,0.065,18,0.194,23,0.198,33,0.908,38,0.665,42,2.232,43,0.73,44,1.495,50,1.085,51,1.945,52,0.854,58,0.556,60,1.118,65,1.773,66,1.38,71,0.81,80,1.422,81,3.339,82,1.276,84,1.481,103,0.894,116,1.517,124,1.365,128,2.732,138,0.069,151,1.625,155,1.696,163,0.378,166,0.613,168,1.168,191,1.395,193,1.085,194,1.657,197,0.715,203,2.419,204,1.767,206,1.313,209,2.922,210,1.101,219,3.053,221,1.865,247,1.085,249,1.314,258,2.39,361,1.054,365,2.687,384,0.526,408,1.276,410,2.208,414,1.54,420,1.151,455,1.625,475,1.459,479,4.089,510,1.704,571,3.323,573,1.437,632,1.551,680,1.625,704,1.789,731,2.412,734,1.118,749,1.849,761,2.014,824,1.354,920,2.408,922,2.44,929,1.416,962,2.014,1008,1.008,1058,3.713,1091,1.257,1107,2.179,1114,1.221,1124,1.334,1129,1.704,1133,1.6,1134,2.548,1151,2.096,1154,1.239,1155,4.216,1163,2.732,1164,2.001,1176,3.051,1184,1.704,1189,2.657,1213,3.121,1227,2.458,1303,3.032,1330,2.872,1381,2.505,1415,1.551,1417,2.732,1453,2.614,1457,2.493,1475,2.667,1499,4.675,1548,3.568,1553,3.007,1562,3.439,1563,1.88,1583,6.675,1612,2.606,1614,4.865,1682,4.305,1707,6.021,1717,4.986,1732,5.64,1733,4.986,1735,4.561,1736,2.667,1737,3.218,1738,3.568,1739,5.668,1740,7.307,1741,2.667,1742,4.986,1743,3.439,1744,3.323,1745,2.732,1746,4.986,1747,5.577,1748,5.577,1749,5.577,1750,5.577]],["file_terms//uw-research-computing/singularity-hpc.html",[]],["root_relative_url//high-throughput-computing-fostering-data-science-without-limits.html",[17,0.07,34,0.016,217,0.145,228,0.259,234,0.414,391,0.687,1751,1.91,1752,2.746]],["high//high-throughput-computing-fostering-data-science-without-limits.html",[3,0.454,17,0.165,23,0.228,34,0.038,97,1.704,217,0.338,228,0.605,234,0.968,391,1.604,1751,4.462]],["medium//high-throughput-computing-fostering-data-science-without-limits.html",[]],["content//high-throughput-computing-fostering-data-science-without-limits.html",[0,0.477,1,0.283,3,0.439,4,0.205,16,1.358,17,0.247,18,0.216,25,1.479,29,0.936,30,1.319,31,4.79,33,1.01,34,0.058,38,0.46,40,1.78,43,0.812,44,1.073,45,1.599,53,1.837,69,1.743,83,1.399,96,0.809,97,1.648,103,0.995,106,0.893,129,1.244,136,0.922,138,0.062,160,0.401,163,0.629,165,0.586,179,0.618,182,0.51,217,0.452,228,0.808,234,1.358,243,3.282,244,3.374,245,1.457,247,1.523,248,3.827,252,2.367,261,1.927,266,1.99,291,2.577,303,0.712,307,3.473,309,2.66,324,3.473,353,3.115,354,2.324,376,1.462,407,3.115,408,1.42,415,1.817,416,3.473,425,0.553,447,1.932,487,2.282,494,1.624,495,2.057,496,3.473,497,3.196,499,2.242,521,3.04,525,2.023,538,1.808,546,2.774,547,1.358,554,2.324,559,3.115,601,2.554,602,3.041,608,0.676,614,1.987,650,2.092,672,1.896,700,1.138,707,2.367,718,3.31,743,3.374,762,1.624,766,3.473,787,3.473,802,3.04,839,1.699,840,2.505,940,2.968,976,2.203,1000,2.242,1014,3.196,1019,2.836,1037,4.316,1145,2.774,1166,2.968,1167,1.162,1232,1.958,1235,2.367,1345,4.826,1429,2.411,1443,1.958,1445,3.832,1637,4.132,1657,2.683,1701,3.473,1753,4.826,1754,6.206,1755,4.132,1756,4.532,1757,2.505,1758,5.114,1759,5.114,1760,5.114,1761,6.206,1762,3.354,1763,3.473,1764,3.374,1765,3.581,1766,4.946,1767,5.548,1768,5.548,1769,2.554,1770,5.548,1771,2.411,1772,5.548,1773,2.66,1774,5.548,1775,4.79,1776,2.774,1777,2.411,1778,4.79,1779,5.114,1780,5.114,1781,4.316,1782,4.532,1783,3.282,1784,6.206,1785,6.206,1786,5.548,1787,5.114,1788,4.79,1789,6.206,1790,5.548,1791,5.114,1792,6.206,1793,3.698]],["file_terms//high-throughput-computing-fostering-data-science-without-limits.html",[]],["root_relative_url//uw-research-computing/guides.html",[0,0.261,1,0.155,1794,4.689]],["high//uw-research-computing/guides.html",[3,0.314,4,0.146,12,1.348,13,0.886,14,0.05,15,1.309,16,0.971,17,0.114,18,0.217,19,1.29,20,1.03,21,0.79,22,1.47,23,0.158,34,0.026,48,1.756,50,0.863,165,0.28,384,0.418,1168,2.981,1227,1.215,1542,2.735]],["medium//uw-research-computing/guides.html",[]],["content//uw-research-computing/guides.html",[3,0.698,4,0.334,5,1.998,6,1.72,7,0.547,10,0.225,13,0.826,14,0.07,18,0.33,19,1.202,23,0.207,24,1.78,29,0.879,30,1.238,33,1.224,34,0.044,35,1.399,38,0.432,39,0.862,43,0.763,47,1.037,48,3.295,50,1.463,56,0.726,57,1.529,59,0.709,60,1.168,66,1.42,79,1.752,83,1.313,89,1.908,90,1.752,92,4.255,93,1.78,102,1.15,106,0.839,107,2.222,131,1.501,136,0.865,138,0.072,147,1.069,155,1.359,157,1.908,158,1.809,165,0.555,166,0.782,167,1.479,168,1.22,169,1.67,170,2.26,171,1.825,172,2.123,173,1.997,174,2.059,175,1.393,176,1.595,177,1.697,178,1.595,179,0.749,180,1.9,181,1.852,182,0.685,183,1.333,184,2.032,185,1.752,187,1.457,188,1.849,189,1.441,190,1.752,191,1.457,192,0.992,194,1.185,195,1.9,196,2.09,197,0.57,200,1.479,201,1.964,202,2.032,203,2.145,204,1.438,205,0.775,206,0.852,207,1.9,208,1.964,209,1.752,210,1.484,211,1.117,212,0.852,213,1.393,214,1.185,215,0.963,216,1.9,217,0.307,218,1.333,219,1.78,220,1.88,221,1.257,222,2.068,223,1.524,257,1.037,352,1.645,361,1.101,362,0.635,384,0.829,420,1.202,425,0.669,547,1.275,552,1.595,566,2.723,587,2.925,602,2.264,608,0.907,742,1.257,920,1.88,1000,2.716,1001,2.854,1075,2.307,1124,1.393,1138,1.457,1227,2.408,1280,2.182,1302,4.338,1303,4.087,1417,2.854,1418,4.255,1536,2.723,1542,3.593,1621,3.872,1652,2.182,1667,2.142,1795,4.052,1796,5.209,1797,3.168,1798,4.178,1799,4.497,1800,4.052]],["file_terms//uw-research-computing/guides.html",[1801,0.085,1802,0.095]],["root_relative_url//ucsd-external-release.html",[1542,2.891,1803,4.192,1804,4.689]],["high//ucsd-external-release.html",[1,0.203,3,0.436,23,0.219,34,0.036,59,0.58,136,0.914,217,0.325,228,0.58,473,2.812,949,2.693,1008,1.112,1415,1.711]],["medium//ucsd-external-release.html",[]],["content//ucsd-external-release.html",[1,0.324,3,0.471,4,0.251,10,0.154,13,0.686,16,1.06,23,0.172,25,1.256,29,0.73,30,1.029,33,0.788,34,0.058,36,1.661,38,0.359,39,0.762,40,1.389,46,0.942,47,0.862,52,0.742,56,0.604,57,1.543,59,0.77,67,1.918,69,0.985,71,0.537,74,1.232,75,1.793,80,1.293,83,1.092,90,1.456,96,0.5,102,0.956,104,1.389,110,1.433,129,1.715,131,1.248,136,0.987,137,1.11,138,0.053,144,0.85,162,1.092,163,0.45,165,0.558,169,1.076,205,0.644,211,0.929,215,1.254,217,0.351,227,2.431,228,0.716,233,2.987,234,1.411,240,1.967,241,1.456,245,1.52,247,1.293,259,2.431,260,3.225,271,1.193,275,2.576,277,2.62,279,1.882,282,2.119,285,2.886,291,1.456,293,1.606,303,0.555,326,1.955,327,2.034,335,0.584,352,1.368,353,2.431,361,0.915,362,0.528,384,0.457,388,3.835,394,1.256,404,2.165,408,1.108,411,1.993,425,0.431,430,1.332,447,1.841,461,1.553,485,1.06,495,2.516,506,2.076,516,1.433,533,1.993,535,2.582,536,3.991,537,3.037,538,1.937,545,1.781,555,2.632,559,3.337,560,1.392,580,1.217,587,4.799,602,1.882,604,1.993,608,0.963,609,4.001,610,2.372,611,2.078,612,1.06,613,2.663,631,3.368,641,2.372,666,0.915,699,2.633,700,1.219,702,1.749,704,2.132,706,1.553,711,1.433,716,1.392,721,3.337,731,1.433,749,1.606,758,0.927,761,1.749,777,1.248,783,3.368,788,2.263,796,4.094,824,1.613,830,2.795,847,3.423,848,1.553,855,2.372,862,3.738,892,2.736,893,3.614,909,3.099,910,3.368,913,5.942,914,4.68,916,5.053,929,1.229,949,3.321,990,3.368,1002,2.444,1004,4.33,1005,2.372,1008,1.372,1009,2.359,1015,1.719,1022,3.738,1026,1.993,1034,2.076,1114,1.06,1133,1.389,1143,1.956,1167,0.719,1208,1.368,1214,1.955,1225,4.099,1233,2.076,1234,2.849,1260,2.316,1275,2.795,1309,2.203,1315,2.165,1330,2.494,1381,1.661,1406,3.537,1411,2.372,1415,2.788,1416,4.326,1434,3.368,1439,2.795,1453,1.553,1456,4.099,1577,1.813,1586,1.955,1638,2.909,1643,2.987,1692,2.795,1755,3.225,1756,3.537,1805,3.537,1806,4.844,1807,4.844,1808,5.278,1809,2.444,1810,2.494,1811,4.844,1812,3.225,1813,3.368,1814,3.537,1815,4.844,1816,3.225,1817,3.099,1818,4.844,1819,4.33,1820,2.633,1821,4.844,1822,3.099,1823,3.099,1824,4.844,1825,4.844,1826,3.738,1827,4.379,1828,2.987,1829,4.33,1830,4.441,1831,7.287,1832,3.537,1833,3.738,1834,4.33,1835,4.33,1836,3.537,1837,3.099,1838,3.225,1839,3.991,1840,4.844,1841,3.991,1842,3.225,1843,3.738,1844,2.561,1845,2.987,1846,3.099,1847,2.987,1848,2.795,1849,2.561,1850,4.33,1851,3.991,1852,3.537,1853,2.431,1854,5.478,1855,5.478,1856,3.991,1857,3.991,1858,3.179,1859,4.33,1860,4.33,1861,4.33,1862,2.263,1863,3.537,1864,4.33,1865,3.225,1866,4.844,1867,1.689,1868,3.738,1869,4.844]],["file_terms//ucsd-external-release.html",[]],["root_relative_url//free-supercomputing.html",[1280,2.045,1870,5.462]],["high//free-supercomputing.html",[1,0.216,3,0.464,23,0.233,580,1.051,893,3.564,1280,2.454,1871,5.06,1872,5.402,1873,3.669]],["medium//free-supercomputing.html",[]],["content//free-supercomputing.html",[1,0.294,4,0.294,10,0.191,16,1.477,34,0.055,43,0.883,47,1.201,59,0.636,74,0.971,94,2.129,97,1.792,102,1.332,103,1.322,106,1.187,119,3.776,124,1.065,129,1.784,136,1.002,142,0.912,154,2.129,160,0.533,162,1.521,179,0.887,217,0.435,228,0.777,234,1.342,247,1.313,249,1.59,266,2.164,274,2.621,362,0.898,365,2.481,384,0.777,398,2.313,412,2.095,422,1.905,427,2.129,433,1.404,465,4.912,552,1.848,567,2.671,580,1.427,608,0.735,611,1.848,612,1.948,629,4.492,652,3.083,683,2.833,839,1.848,897,2.061,914,4.161,916,4.492,949,2.953,996,3.387,1034,2.892,1133,1.935,1138,1.687,1253,2.526,1280,2.526,1348,4.927,1350,3.668,1401,3.668,1419,3.767,1443,2.601,1842,4.492,1862,3.153,1867,2.353,1871,6.363,1872,7.836,1874,6.793,1875,5.56,1876,4.927,1877,3.893,1878,6.748,1879,3.893,1880,6.032,1881,5.56,1882,6.032,1883,6.748,1884,3.668,1885,5.56,1886,6.748,1887,6.748,1888,4.927,1889,4.927,1890,4.317,1891,5.208,1892,6.363,1893,8.902,1894,4.492,1895,8.244,1896,4.693,1897,8.244,1898,6.748,1899,6.032,1900,6.748]],["file_terms//free-supercomputing.html",[]],["root_relative_url//events/2024/01/throughput-computing-2024.html",[34,0.028,1901,4.689,1902,4.689]],["high//events/2024/01/throughput-computing-2024.html",[3,0.381,23,0.192,34,0.032,138,0.043,228,0.508,263,1.569,485,1.563,564,3.745,608,0.587,828,2.174,1065,1.672,1203,2.928,1381,1.846,1382,3.415,1383,3.209,1384,2.928,1385,4.814]],["medium//events/2024/01/throughput-computing-2024.html",[]],["content//events/2024/01/throughput-computing-2024.html",[0,0.354,1,0.21,11,2.427,17,0.163,18,0.276,23,0.226,30,1.688,34,0.054,35,1.183,37,4.065,47,1.131,57,1.615,69,1.615,74,1.248,75,2.142,105,2.295,115,2.423,129,1.736,131,1.637,138,0.063,163,0.538,165,0.401,171,1.542,179,0.792,182,0.795,217,0.419,228,0.856,234,1.198,240,2.564,245,1.613,254,1.851,263,2.817,267,2.974,268,2.515,291,2.388,333,2.903,345,1.183,350,2.379,352,1.794,380,2.005,412,1.972,461,2.038,485,1.738,519,2.84,535,3.086,547,1.738,555,2.515,556,2.038,580,1.528,605,1.822,608,0.692,613,2.59,614,1.613,658,2.216,668,3.454,706,2.038,707,3.029,717,2.723,749,2.106,758,1.108,784,2.678,828,3.206,848,2.038,855,3.89,906,3.36,1065,2.466,1133,1.822,1138,1.986,1144,2.005,1167,0.944,1203,4.318,1204,3.272,1210,4.23,1246,2.564,1249,3.269,1251,2.314,1252,3.454,1253,2.379,1260,3.039,1262,3.89,1383,4.733,1384,4.711,1387,3.918,1388,4.23,1389,3.36,1390,5.524,1391,5.68,1392,4.065,1393,4.091,1394,4.583,1395,6.689,1396,3.666,1397,4.904,1398,4.904,1399,3.039,1400,3.19,1401,3.454,1402,4.23,1403,4.23,1404,3.454,1405,7.101,1406,5.8,1407,3.786,1408,5.8,1409,4.419,1410,4.639,1411,3.112,1412,4.23,1413,3.556,1414,3.112,1415,1.767,1416,2.903,1417,3.112]],["file_terms//events/2024/01/throughput-computing-2024.html",[]],["root_relative_url//OSG-School.html",[580,0.876,1903,4.882]],["high//OSG-School.html",[1,0.216,3,0.464,23,0.233,34,0.039,580,1.051,658,2.286,990,4.559,1443,2.068,1632,3.564]],["medium//OSG-School.html",[]],["content//OSG-School.html",[1,0.322,4,0.23,7,0.42,10,0.187,11,1.267,12,1.285,13,0.588,14,0.041,17,0.106,21,0.738,22,1.375,30,0.881,34,0.057,38,0.442,39,0.927,42,1.136,43,0.543,45,1.069,46,0.807,47,1.061,50,0.807,52,0.635,55,1.976,58,0.413,59,0.562,71,0.46,73,1.498,74,1.211,80,1.16,82,1.363,83,0.935,84,1.101,94,1.881,96,0.428,103,0.665,105,1.498,108,1.101,110,1.764,112,0.87,116,1.299,121,1.299,124,0.655,129,1.194,133,2.136,137,0.606,138,0.064,141,1.707,142,0.806,144,0.728,154,1.308,159,1.792,160,0.561,163,0.517,165,0.597,166,0.586,179,0.413,182,0.341,183,0.949,185,1.247,197,0.406,211,0.795,212,1.182,213,0.992,217,0.219,227,2.082,228,0.562,234,1.15,238,1.815,240,1.227,243,2.193,244,2.255,245,0.772,247,0.807,253,2.707,254,1.208,257,1.061,261,1.287,263,1.208,266,1.33,272,2.082,275,1.208,277,1.912,283,2.136,292,2.471,293,1.375,294,1.287,299,3.152,303,0.476,309,1.777,310,1.375,311,2.321,319,3.201,325,2.761,328,1.525,329,1.983,333,1.895,344,2.453,345,0.772,350,2.232,359,1.707,371,2.031,376,0.977,377,2.653,380,1.881,382,1.792,384,0.391,387,2.321,391,1.037,394,1.441,396,3.418,398,1.422,408,0.949,420,0.856,422,1.171,425,0.369,426,1.352,430,0.831,433,0.706,439,1.815,447,1.821,449,1.854,450,1.611,454,3.025,460,3.707,478,1.267,484,2.851,485,1.527,491,1.707,500,1.674,501,1.398,514,1.895,516,1.227,525,1.943,529,1.821,535,1.611,538,1.736,544,2.193,545,1.525,548,1.938,552,2.473,555,3.511,559,2.082,573,1.069,577,3.418,580,1.47,584,2.761,589,3.028,591,2.471,599,1.983,600,1.983,601,1.707,619,3.418,620,1.854,643,1.895,650,1.398,661,2.884,672,1.267,676,1.308,680,1.736,690,2.255,700,0.761,716,0.761,731,2.065,735,2.082,757,2.132,763,2.393,770,1.674,777,1.536,784,2.009,796,1.983,801,1.983,802,2.919,836,2.031,839,1.911,848,1.33,854,1.208,870,2.136,892,1.707,897,1.267,917,1.674,922,1.815,928,1.33,942,1.707,949,1.815,955,2.255,960,3.439,964,2.653,969,1.171,974,1.398,980,1.525,1001,2.031,1002,2.192,1008,1.077,1013,4.912,1020,1.642,1103,2.565,1153,2.136,1157,2.392,1164,1.136,1166,1.983,1167,0.885,1172,3.152,1205,1.422,1206,2.761,1214,2.406,1231,2.393,1232,1.308,1235,1.581,1236,3.676,1241,3.707,1244,4.303,1248,1.707,1249,3.14,1251,1.208,1253,2.232,1262,2.919,1275,2.393,1285,3.028,1294,2.082,1297,2.255,1312,1.611,1313,3.188,1325,1.815,1329,3.418,1369,2.471,1393,2.136,1396,3.439,1399,1.983,1400,2.992,1403,3.968,1404,3.241,1407,4.546,1411,2.031,1415,1.657,1417,2.031,1421,1.938,1428,2.232,1443,3.13,1454,3.676,1536,1.938,1563,1.398,1577,1.553,1593,2.255,1611,2.082,1625,2.238,1643,2.557,1652,2.232,1659,3.241,1685,2.761,1701,2.321,1753,2.557,1760,3.418,1762,1.777,1776,1.854,1809,2.192,1817,2.653,1820,2.255,1823,2.653,1826,3.201,1827,2.393,1830,2.255,1837,2.653,1842,3.968,1849,2.193,1862,1.938,1867,1.447,1888,3.028,1904,4.601,1905,1.707,1906,4.147,1907,4.912,1908,2.193,1909,3.439,1910,4.147,1911,2.393,1912,4.601,1913,4.601,1914,2.471,1915,3.707,1916,3.028,1917,3.707,1918,2.393,1919,4.912,1920,5.386,1921,2.136,1922,3.201,1923,2.761,1924,2.471,1925,3.707,1926,2.255,1927,2.255,1928,4.147,1929,8.414,1930,2.471,1931,2.557,1932,4.147,1933,3.418,1934,4.147,1935,4.147,1936,3.201,1937,4.147,1938,4.147,1939,3.418,1940,2.761,1941,4.147,1942,5.328,1943,4.601,1944,3.418,1945,4.147,1946,4.147,1947,4.147,1948,4.147,1949,4.147,1950,4.147,1951,4.147,1952,2.761,1953,4.147,1954,7.629,1955,3.028,1956,2.761,1957,4.147,1958,3.152,1959,4.147,1960,4.147,1961,4.147,1962,3.418,1963,4.147,1964,4.147,1965,4.601,1966,3.201,1967,4.147,1968,4.147,1969,2.761,1970,4.464,1971,1.895,1972,4.147,1973,4.147,1974,1.777,1975,3.418,1976,4.147,1977,4.147,1978,2.884,1979,4.147,1980,4.147,1981,3.028,1982,3.201,1983,3.418,1984,2.393,1985,4.147,1986,4.147,1987,4.147,1988,3.201,1989,3.201,1990,3.201,1991,2.471,1992,3.028,1993,3.968,1994,3.418,1995,3.418,1996,2.471,1997,3.201,1998,2.471,1999,2.653,2000,2.393,2001,4.853,2002,3.201,2003,3.028,2004,2.761,2005,5.888,2006,2.193,2007,2.884,2008,3.028,2009,3.707,2010,2.884,2011,3.707,2012,4.147,2013,3.201]],["file_terms//OSG-School.html",[]],["root_relative_url//branding.html",[2014,6.54]],["high//branding.html",[3,0.597,23,0.249,1863,5.12,2015,6.268,2016,5.778]],["medium//branding.html",[]],["content//branding.html",[3,0.709,243,4.169,2016,8.038,2017,5.756,2018,7.884,2019,9.04,2020,7.884,2021,7.884,2022,7.884,2023,9.04,2024,7.449]],["file_terms//branding.html",[]],["root_relative_url//uw-research-computing/condor_q.html",[0,0.261,1,0.155,2025,4.689]],["high//uw-research-computing/condor_q.html",[3,0.194,4,0.179,10,0.063,12,0.591,13,0.389,14,0.059,15,0.574,16,0.6,17,0.07,18,0.095,19,0.566,20,0.637,21,0.488,22,0.909,23,0.098,44,0.474,83,0.982,115,2.569,179,0.273,180,1.767,189,0.835,257,0.776,335,0.331,384,0.259,410,1.086,420,0.566,502,0.957,576,0.838,666,0.518,823,1.907,934,1.535,1020,1.086,1026,1.129,1045,0.717,1065,0.851,1071,0.865,1133,1.25,1184,0.838,1389,1.45,1437,0.973,1450,1.377,1451,1.175,1458,1.907,1644,1.634,1862,1.282,1905,1.129,1984,1.582,2026,2.117,2027,2.003,2028,1.691]],["medium//uw-research-computing/condor_q.html",[10,0.08,14,0.012,104,0.268,138,0.059,166,0.2,180,2.545,200,0.876,335,0.557,408,0.392,601,0.706,666,0.45,726,0.331,789,0.631,828,0.377,898,0.679,934,1.332,1015,0.331,1020,0.942,1045,0.244,1065,0.29,1072,3.07,1073,0.767,1083,0.538,1154,0.381,1389,0.907,1437,0.609,1450,0.469,1599,0.578,1644,0.556,1675,1.468,1712,0.99,1739,5.01,1905,1.901,1984,1.991,2029,3.475,2030,2.838,2031,2.4,2032,0.933,2033,0.933,2034,1.142,2035,1.534,2036,0.834,2037,2.64,2038,0.933,2039,6.981,2040,0.933,2041,4.497,2042,0.649,2043,0.933,2044,0.769,2045,0.933,2046,0.933,2047,0.769,2048,0.933,2049,0.933,2050,0.834,2051,0.933,2052,4.653,2053,0.933,2054,0.933,2055,0.933,2056,0.933,2057,0.933,2058,0.933,2059,1.966,2060,0.933,2061,1.534,2062,0.933,2063,2.953,2064,0.933,2065,1.022,2066,1.716,2067,1.193,2068,1.716,2069,0.933,2070,4.927,2071,5.688,2072,0.681,2073,3.733,2074,6.268,2075,0.933,2076,0.933,2077,0.933,2078,0.933,2079,0.933,2080,0.933,2081,0.933,2082,0.933,2083,0.933,2084,0.933,2085,0.933,2086,1.534,2087,2.64,2088,0.933,2089,4.274,2090,0.933,2091,0.933,2092,0.933,2093,0.933,2094,0.933,2095,0.933,2096,3.451,2097,0.933,2098,0.933,2099,0.933,2100,0.933,2101,0.933,2102,0.933,2103,0.933,2104,0.933,2105,0.933,2106,0.933,2107,0.933,2108,4.618,2109,4.618,2110,0.933,2111,1.716,2112,1.716,2113,0.933,2114,3.887,2115,0.933,2116,0.933,2117,0.933,2118,0.933,2119,0.933,2120,0.933,2121,0.933,2122,1.716,2123,0.933,2124,0.933,2125,0.933,2126,3.451,2127,0.933,2128,0.933,2129,2.38,2130,0.933,2131,2.38,2132,0.769,2133,2.38,2134,0.933,2135,0.933,2136,1.534,2137,1.716,2138,1.716,2139,1.962,2140,1.716,2141,0.834,2142,0.834,2143,0.933,2144,0.933,2145,0.933,2146,0.834]],["content//uw-research-computing/condor_q.html",[3,0.568,4,0.332,5,1.395,6,1.304,7,0.503,10,0.23,13,0.577,14,0.072,15,0.852,17,0.151,18,0.141,29,0.887,33,0.662,34,0.024,35,0.757,38,0.301,39,0.674,40,1.167,44,1.193,48,1.611,50,0.792,51,3.225,55,1.949,56,0.733,57,1.195,59,0.384,60,1.178,63,1.304,64,1.326,65,0.987,66,1.111,71,0.765,72,1.496,83,1.704,84,1.081,85,1.743,89,2.036,90,1.767,96,0.42,103,1.463,104,1.167,106,1.155,113,1.167,115,2.242,116,0.757,121,1.001,124,1.194,126,1.406,131,1.515,134,3.109,136,0.873,137,0.595,138,0.079,139,1.791,144,0.714,147,1.078,148,0.944,152,0.958,155,1.062,157,1.492,158,1.263,163,0.468,165,0.544,166,0.791,167,1.033,168,1.231,169,0.904,170,1.223,171,0.987,172,1.149,173,1.081,174,1.114,175,1.651,176,1.89,177,1.185,178,1.114,179,0.688,180,2.25,181,1.863,182,0.709,183,0.931,184,1.419,185,1.767,186,1.195,187,1.017,188,1.306,189,1.652,190,1.223,191,1.017,192,1.001,193,1.343,194,0.827,195,1.326,196,1.635,197,0.575,198,1.326,199,1.371,200,1.033,201,1.371,202,1.419,203,1.779,204,1.193,205,0.541,206,0.595,207,1.326,208,1.371,209,1.223,210,0.803,211,0.78,212,0.595,213,0.973,214,0.827,215,0.672,216,1.326,217,0.215,218,1.835,219,1.243,220,1.017,221,1.268,222,1.444,223,1.064,257,1.229,258,1.743,266,1.305,269,1.002,271,2.059,273,1.467,282,1.78,316,1.167,330,1.249,345,0.757,350,1.523,355,2.05,376,0.958,380,1.855,383,1.946,384,0.554,410,2.733,420,1.56,427,1.284,433,0.693,438,1.064,451,1.819,455,1.185,461,1.305,484,1.946,485,1.287,487,1.496,488,1.58,511,2.327,529,1.243,560,0.852,601,1.674,615,1.946,618,1.901,632,1.131,673,3.944,697,2.747,714,2.277,734,0.815,742,1.268,780,1.819,783,2.829,789,1.496,801,1.946,823,2.829,827,3.914,829,5.339,848,1.305,854,1.185,885,1.642,897,2.45,898,3.559,920,1.017,934,3.29,947,1.674,952,2.042,954,2.829,961,1.78,962,2.123,980,1.496,1000,1.469,1001,2.879,1058,2.708,1071,2.637,1073,1.819,1106,1.444,1107,1.755,1108,2.039,1114,1.511,1124,1.406,1131,3.14,1133,1.167,1138,1.017,1142,2.424,1143,1.515,1148,2.708,1151,1.167,1154,1.679,1159,2.509,1160,1.642,1163,1.993,1169,1.78,1179,2.212,1184,2.31,1211,2.509,1246,1.204,1318,2.829,1333,1.78,1384,3.753,1389,3.999,1421,1.901,1437,2.086,1453,1.305,1473,2.603,1494,1.305,1569,3.863,1583,3.14,1608,2.042,1611,2.042,1617,2.327,1621,2.095,1675,5.314,1905,3.805,1921,2.095,1984,4.823,1998,2.424,2027,2.971,2030,4.292,2061,3.637,2065,2.424,2142,3.637,2147,4.068,2148,4.232,2149,2.151,2150,5.357,2151,4.068,2152,3.637,2153,2.971,2154,2.603,2155,1.708,2156,4.068,2157,5.879,2158,2.042,2159,1.993,2160,2.971,2161,2.509,2162,3.14,2163,4.068,2164,4.068,2165,1.859,2166,3.352,2167,2.971,2168,3.14,2169,3.637,2170,4.068,2171,1.859,2172,4.068,2173,1.611]],["file_terms//uw-research-computing/condor_q.html",[]],["root_relative_url//fellowships/index.html",[2174,6.54]],["high//fellowships/index.html",[1,0.166,3,0.483,18,0.175,23,0.179,25,0.95,30,1.068,34,0.03,83,1.133,160,0.325,217,0.265,228,0.474,245,0.936,363,1.694,590,2.813,654,1.1,757,1.536,892,2.069,931,1.882,1008,0.908,1167,0.746,2175,3.496,2176,3.67]],["medium//fellowships/index.html",[]],["content//fellowships/index.html",[0,0.332,1,0.298,3,0.596,4,0.252,7,0.25,11,1.268,14,0.029,15,1.249,18,0.243,23,0.148,25,1.879,30,1.267,34,0.052,35,1.11,36,1.423,39,0.927,42,1.136,43,1.102,44,0.717,45,1.966,47,1.243,48,1.643,49,2.033,51,1.448,53,1.228,56,0.517,58,0.594,63,0.784,65,1.007,69,1.419,71,0.46,73,3.132,74,0.859,75,1.119,82,0.949,89,1.937,90,1.248,94,2.202,96,0.788,102,0.819,105,1.499,106,1.005,112,0.951,113,1.19,116,0.773,124,1.102,126,0.992,129,1.195,130,1.743,131,1.537,133,2.137,136,0.616,137,0.872,139,0.796,142,0.806,144,0.728,146,1.643,148,0.964,157,1.054,160,0.544,162,1.344,165,0.441,166,0.501,171,1.007,179,0.696,182,0.491,194,0.844,205,0.793,210,1.178,212,1.021,217,0.368,225,1.353,228,0.658,232,3.071,233,2.559,234,1.053,240,1.765,242,2.887,245,1.11,249,0.978,257,0.739,267,1.554,268,1.643,269,1.022,274,1.612,275,2.223,277,1.913,279,2.317,291,2.099,316,1.19,327,1.743,328,1.526,330,0.882,333,1.896,335,0.975,343,4.466,344,2.455,359,1.708,362,0.452,363,2.01,372,3.262,380,1.309,394,1.127,398,1.423,408,1.364,410,1.643,411,3.141,412,2.754,415,1.385,420,0.856,425,0.622,430,1.399,433,0.707,445,1.399,447,1.573,450,2.317,475,1.56,482,3.094,487,2.193,501,2.353,512,2.137,516,1.228,529,2.133,535,1.612,538,1.737,542,1.911,548,3.933,551,3.816,552,2.429,555,3.021,573,1.537,574,2.655,576,1.268,580,0.665,590,5.296,597,2.195,607,1.896,611,1.911,632,1.154,654,2.007,660,1.331,666,0.784,684,1.288,690,2.257,695,1.779,700,0.761,711,1.228,716,1.28,718,2.193,738,2.033,742,0.895,757,1.822,758,1.128,760,2.033,770,2.817,777,1.07,822,3.204,828,2.407,832,4.028,839,2.09,854,1.737,865,2.655,871,2.559,892,1.708,898,1.643,922,1.816,949,1.816,962,2.154,974,2.01,987,2.137,989,3.204,1002,1.526,1005,2.921,1008,1.735,1009,1.473,1014,3.071,1015,1.473,1040,1.816,1045,1.086,1103,2.8,1114,1.769,1134,1.896,1154,1.325,1157,2.045,1164,1.911,1167,0.886,1168,1.708,1214,1.675,1232,1.882,1251,1.209,1253,2.614,1264,2.195,1272,3.678,1274,2.195,1312,2.317,1315,1.855,1382,1.985,1383,5.383,1393,3.93,1400,2.994,1409,2.887,1410,4.355,1413,2.323,1414,2.033,1415,1.154,1421,1.94,1445,2.666,1536,1.94,1542,2.559,1599,1.399,1625,2.447,1652,2.614,1675,2.559,1793,2.473,1810,3.595,1819,3.71,1828,4.985,1884,2.257,1914,2.473,1921,2.137,1927,2.257,2006,3.692,2175,6.03,2176,3.031,2177,5.081,2178,4.915,2179,6.849,2180,2.887,2181,2.395,2182,3.204,2183,2.473,2184,4.355,2185,4.151,2186,3.71,2187,3.204,2188,4.151,2189,4.45,2190,3.204,2191,4.915,2192,3.71,2193,2.559,2194,3.42,2195,2.559,2196,3.42,2197,4.151,2198,5.331,2199,8.083,2200,2.887,2201,4.151,2202,3.71,2203,3.71,2204,2.257,2205,4.151,2206,3.71,2207,4.151,2208,4.151,2209,3.204,2210,2.323,2211,3.71,2212,3.204,2213,4.151,2214,3.204,2215,4.151,2216,3.71,2217,2.033,2218,2.137,2219,2.887,2220,2.655,2221,3.42,2222,3.42,2223,1.708,2224,3.42,2225,2.887,2226,4.151,2227,1.675,2228,3.71,2229,3.243,2230,6.981,2231,3.816,2232,4.603,2233,3.816,2234,3.71,2235,2.559,2236,3.204,2237,3.204,2238,4.603,2239,4.151,2240,2.084,2241,4.151,2242,4.151,2243,3.71,2244,3.71]],["file_terms//fellowships/index.html",[]],["root_relative_url//staff/docs/Adding_News_Articles.html",[2245,6.54]],["high//staff/docs/Adding_News_Articles.html",[3,0.375,4,0.233,23,0.188,44,0.914,143,2.418,206,1.239,303,0.607,352,2.242,760,2.591,1419,3.224,1429,2.055,1599,1.784,2246,4.73]],["medium//staff/docs/Adding_News_Articles.html",[17,0.084,51,1.148,110,1.486,126,0.787,138,0.073,206,0.996,410,1.303,526,1.382,734,0.659,801,1.574,828,1.328,886,2.288,1063,1.354,1154,0.731,1382,2.912,1415,0.915,1419,3.882,1429,1.951,1556,1.789,1678,3.492,2148,1.841,2173,1.303,2210,3.407,2247,3.212,2248,3.29,2249,2.288,2250,2.711,2251,2.711,2252,2.711,2253,4.488,2254,3.29,2255,2.402,2256,3.29,2257,1.612,2258,2.459,2259,2.711,2260,3.29,2261,3.875,2262,1.652,2263,3.29,2264,4.488,2265,3.29,2266,5.021,2267,5.021,2268,1.789,2269,2.941,2270,2.655,2271,3.29,2272,3.29,2273,3.29]],["content//staff/docs/Adding_News_Articles.html",[3,0.49,4,0.323,7,0.309,23,0.183,25,1.309,38,0.381,44,1.556,51,1.795,53,1.523,56,0.642,59,0.485,60,1.031,65,1.681,67,2.038,71,0.768,77,2.206,82,1.177,83,1.16,84,1.84,90,1.547,100,1.765,108,2.322,110,1.523,115,1.963,119,2.881,124,0.813,132,2.038,138,0.062,139,0.987,142,0.696,143,3.995,144,0.903,152,1.974,163,0.349,165,0.494,173,1.84,175,1.657,182,0.57,197,0.82,204,0.89,206,1.475,217,0.272,249,1.632,253,1.827,273,1.094,297,3.58,303,1.055,330,1.78,352,2.598,355,2.416,362,0.853,365,1.893,382,1.547,384,0.485,392,2.038,420,1.062,422,1.453,433,0.876,445,1.735,453,2.798,479,4.383,526,2.909,528,2.252,580,1.111,632,1.431,646,5.718,658,2.416,673,3.501,734,1.388,742,1.689,751,1.893,756,1.765,758,0.718,760,4.103,762,1.346,770,2.077,782,2.521,820,1.367,824,1.249,828,2.077,884,2.206,1018,3.58,1076,2.161,1111,2.405,1114,1.516,1124,1.873,1137,2.547,1143,2.018,1150,2.077,1154,1.86,1156,2.352,1180,2.077,1189,1.678,1280,1.927,1294,3.931,1349,3.174,1415,2.177,1419,4.476,1429,3.634,1464,4.241,1553,2.118,1555,3.478,1562,5.166,1567,3.067,1584,1.678,1599,2.824,1745,2.521,1773,2.206,1867,1.795,2059,3.427,2148,3.877,2158,2.584,2173,2.743,2210,5.04,2223,2.118,2229,3.766,2246,8.363,2247,3.293,2250,4.241,2251,4.241,2252,4.241,2257,2.521,2258,2.521,2261,5.347,2262,2.584,2264,4.601,2270,2.722,2274,2.405,2275,3.293,2276,5.147,2277,3.427,2278,7.221,2279,5.147,2280,4.991,2281,3.293,2282,9.972,2283,7.316,2284,6.928,2285,6.044,2286,4.432,2287,5.147,2288,5.147,2289,5.147,2290,5.147,2291,5.147,2292,5.147,2293,5.147,2294,5.147,2295,5.147,2296,7.831,2297,7.831,2298,5.147,2299,3.237,2300,5.147,2301,4.601,2302,2.881,2303,5.147,2304,5.147,2305,6.928,2306,3.067,2307,4.241,2308,5.147,2309,4.601,2310,5.147,2311,2.722,2312,2.97,2313,4.272,2314,5.147,2315,3.758,2316,4.601,2317,3.973,2318,4.601,2319,3.58,2320,5.147,2321,4.601,2322,3.758,2323,5.147,2324,3.427,2325,3.766,2326,3.427,2327,5.147,2328,5.147,2329,6.928]],["file_terms//staff/docs/Adding_News_Articles.html",[]],["root_relative_url//uw-research-computing/docker-test.html",[0,0.229,1,0.136,2330,3.385,2331,4.108]],["high//uw-research-computing/docker-test.html",[3,0.346,4,0.105,10,0.073,12,0.685,13,0.45,14,0.046,15,0.665,16,0.695,17,0.081,18,0.11,19,0.655,20,0.737,21,0.565,22,1.053,23,0.113,34,0.019,60,0.636,93,0.97,124,0.501,136,0.472,160,0.205,192,0.832,194,0.646,197,0.311,203,1.965,204,1.318,206,0.464,223,1.558,236,1.127,335,0.589,362,0.346,576,0.97,666,0.923,1041,1.053,1044,1.035,1045,1.278,1251,0.925,2332,1.168]],["medium//uw-research-computing/docker-test.html",[10,0.162,138,0.068,142,0.402,200,0.754,203,2.124,206,0.835,221,0.641,314,3.228,384,0.438,1044,1.862,1082,3.324,1295,2.17,1477,2.657,1479,4.172,1485,2.294,1500,3.24,1519,2.17,1527,3.522,1562,1.833,1715,1.358,2065,2.766,2313,1.833,2333,5.105,2334,5.711,2335,6.455,2336,4.642,2337,2.972,2338,2.972,2339,1.901,2340,2.657,2341,4.642,2342,4.706,2343,4.642,2344,4.408,2345,2.972,2346,7.002,2347,7.002,2348,1.901,2349,2.657,2350,1.53,2351,4.642]],["content//uw-research-computing/docker-test.html",[1,0.12,3,0.638,4,0.327,5,1.243,6,1.22,7,0.514,10,0.235,13,0.514,14,0.068,17,0.139,18,0.249,29,0.547,33,0.59,34,0.055,35,0.675,38,0.633,39,0.62,42,2.197,44,1.237,46,0.705,50,1.392,51,1.265,52,1.308,55,2.372,56,0.892,57,1.099,59,0.509,60,1.711,61,3.798,63,0.685,65,0.88,66,0.685,71,0.848,72,1.333,77,2.315,80,1.051,82,1.75,83,0.817,85,1.554,87,2.224,89,1.942,95,1.587,96,0.667,99,1.056,103,1.424,112,0.674,116,1.679,117,0.867,121,0.617,124,1.471,126,0.867,128,2.646,129,1.294,131,0.934,136,0.538,137,0.53,138,0.075,139,1.593,144,0.636,147,0.991,152,0.854,155,1.45,157,1.639,158,2.71,159,1.09,160,0.565,162,0.817,163,0.366,165,0.551,166,0.673,167,0.92,168,0.759,169,0.805,170,1.09,171,0.88,172,1.024,173,0.963,174,0.993,175,0.867,176,1.479,177,1.056,178,0.993,179,0.643,180,1.182,181,1.885,182,0.589,183,0.829,184,1.265,185,1.09,186,0.737,187,0.907,188,1.2,189,0.695,190,1.09,191,0.907,192,1.535,193,1.051,194,1.099,195,1.182,196,1.796,197,0.836,198,1.182,199,1.222,200,0.92,201,1.222,202,1.265,203,2.527,204,1.76,205,0.859,206,1.276,207,1.182,208,1.222,209,1.09,210,1.067,211,0.695,212,0.53,213,0.867,214,1.313,215,0.599,216,1.182,217,0.191,218,0.829,219,1.108,220,0.907,221,0.782,222,1.287,223,2.234,247,0.705,266,1.163,273,1.372,274,2.099,285,2.161,310,1.202,330,1.148,352,1.024,355,1.884,358,1.657,362,0.703,364,1.776,365,1.333,383,1.734,384,0.509,392,2.556,408,0.829,410,2.139,414,1.021,415,1.254,420,0.748,423,1.554,425,0.637,426,1.182,427,1.144,439,2.364,451,1.621,455,1.881,475,1.413,491,1.492,516,1.073,526,2.269,542,0.993,600,1.734,627,2.236,647,2.029,666,0.685,674,2.092,726,1.917,734,1.294,742,0.782,748,2.029,758,0.754,761,1.31,789,1.333,802,1.776,820,1.435,848,1.163,878,2.364,921,1.621,969,1.526,1008,1.167,1044,1.761,1091,2.003,1107,2.306,1108,2.164,1114,1.756,1124,0.867,1129,1.65,1135,2.332,1136,1.867,1151,2.052,1152,1.9,1154,1.589,1156,2.469,1160,1.463,1163,1.776,1167,0.538,1172,2.857,1176,1.358,1189,2.333,1205,1.243,1208,1.024,1209,3.757,1213,3.024,1235,1.383,1251,1.056,1299,1.621,1333,1.587,1374,1.776,1381,1.243,1437,1.287,1440,2.414,1452,1.463,1475,3.422,1487,2.522,1494,2.071,1548,2.32,1549,1.358,1553,3.302,1562,3.982,1563,1.222,1566,2.95,1575,3.024,1582,2.32,1587,4.047,1597,2.988,1608,1.82,1612,2.525,1620,4.719,1715,2.469,1737,4.415,1744,2.161,1745,1.776,1800,2.522,1823,2.32,1879,2.092,1991,2.161,2171,3.27,2218,1.867,2223,1.492,2313,2.236,2332,1.987,2352,3.024,2353,4.299,2354,2.988,2355,1.734,2356,4.17,2357,3.241,2358,3.241,2359,5.897,2360,3.626,2361,1.523,2362,1.867,2363,3.614,2364,3.626,2365,2.092,2366,2.32,2367,3.626,2368,2.988,2369,3.626,2370,2.799,2371,3.241,2372,2.414,2373,2.988,2374,1.776,2375,2.236,2376,3.626,2377,2.799]],["file_terms//uw-research-computing/docker-test.html",[]],["root_relative_url//staff/index.html",[2378,6.54]],["high//staff/index.html",[3,0.581,23,0.238,90,2.015,680,1.952,707,2.555,2379,4.461,2380,5.522]],["medium//staff/index.html",[]],["content//staff/index.html",[136,1.195,303,0.923,352,2.273,362,0.877,707,3.488,1419,3.678,2381,4.376]],["file_terms//staff/index.html",[]],["root_relative_url//OSPool-Cores.html",[613,1.781,2382,5.462]],["high//OSPool-Cores.html",[3,0.464,23,0.233,303,0.752,327,2.752,328,2.41,353,3.291,560,1.373,704,2.102,2383,6.555]],["medium//OSPool-Cores.html",[]],["content//OSPool-Cores.html",[1,0.294,14,0.047,23,0.239,25,1.271,32,2.231,34,0.055,43,0.881,51,2.348,56,0.839,74,1.334,96,0.695,109,3.466,110,1.992,121,1.146,129,1.649,138,0.053,146,2.665,152,1.586,163,0.456,166,0.565,187,1.683,215,1.36,234,1.341,241,2.475,253,2.389,260,4.481,273,1.43,303,0.772,316,1.93,352,1.901,365,2.475,380,2.597,394,1.68,396,5.546,412,2.089,447,2.004,461,2.851,466,5.195,469,3.559,547,1.801,560,1.409,567,2.665,608,0.897,613,3.192,650,2.269,653,3.466,704,3.047,716,1.631,758,0.939,777,2.121,796,3.219,825,3.559,892,2.77,929,1.708,1005,3.296,1015,2.921,1019,4.342,1108,2.398,1166,3.219,1231,3.883,1411,4.735,1451,2.884,1599,2.269,1632,3.659,1828,4.15,1864,6.016,2384,6.764,2385,6.353,2386,4.606,2387,4.905,2388,7.949,2389,5.546,2390,5.546,2391,3.883,2392,5.546,2393,5.195,2394,6.731,2395,6.016,2396,4.681,2397,6.731,2398,6.016,2399,6.731,2400,6.731]],["file_terms//OSPool-Cores.html",[]],["root_relative_url//NIAID.html",[2401,6.54]],["high//NIAID.html",[3,0.454,23,0.228,45,1.653,580,1.028,899,2.998,1144,2.024,1232,2.024,1652,2.402,2227,2.589,2402,4.952]],["medium//NIAID.html",[]],["content//NIAID.html",[1,0.314,4,0.294,10,0.115,17,0.212,18,0.235,25,0.938,30,1.634,33,1.1,34,0.056,35,0.924,38,0.501,42,1.36,43,0.885,44,1.168,45,1.279,46,0.966,47,0.884,56,0.619,59,0.637,71,0.55,72,1.826,74,1.243,94,1.566,95,2.173,96,0.698,102,1.335,107,1.893,108,1.319,112,0.619,113,1.424,116,0.924,129,0.995,138,0.054,145,2.085,146,1.966,152,1.17,160,0.558,162,1.119,172,1.909,205,0.66,206,0.989,213,1.838,217,0.456,220,1.691,228,0.814,234,1.302,245,1.258,252,1.893,256,1.446,259,2.492,272,2.492,275,1.446,276,2.085,277,1.592,278,3.305,280,1.732,282,2.173,283,2.557,291,2.033,294,1.541,299,2.626,303,0.775,327,2.085,328,1.826,329,2.374,352,1.402,357,2.959,359,2.044,364,2.432,374,2.492,377,3.176,384,0.468,389,3.453,394,0.938,404,2.219,410,1.966,414,0.938,430,1.355,480,2.269,481,2.865,500,2.004,514,2.269,516,2.275,525,1.619,533,2.044,535,3.206,538,1.97,540,3.062,542,1.36,543,4.436,545,2.486,552,2.63,555,3.044,559,3.859,580,1.508,587,2.492,599,3.233,605,1.424,608,0.736,612,1.087,613,2.506,614,2.192,626,3.832,653,3.959,659,2.269,680,1.446,683,2.085,684,2.099,685,2.959,702,1.793,716,1.24,784,2.279,787,4.303,789,1.826,817,4.091,839,1.36,869,2.897,899,2.32,906,2.626,928,1.592,929,1.26,931,2.531,1002,1.826,1008,1.222,1040,2.173,1134,2.269,1136,2.557,1144,2.724,1145,2.219,1163,3.311,1167,1.142,1168,2.044,1179,2.699,1201,3.062,1216,1.929,1217,4.066,1228,2.32,1232,1.566,1233,2.128,1234,2.897,1248,2.783,1251,1.446,1257,2.865,1309,1.646,1312,3.206,1325,2.173,1328,2.557,1369,2.959,1373,3.453,1394,2.865,1401,3.676,1467,3.062,1584,1.619,1649,1.893,1652,3.669,1657,1.702,1703,2.626,1738,3.176,1753,3.062,1776,2.219,1820,2.699,1823,5.936,1830,2.699,1848,2.865,1888,3.625,1904,3.832,1912,5.934,1913,5.934,1999,4.325,2000,2.865,2001,6.679,2002,3.832,2003,3.625,2004,4.501,2005,6.371,2006,2.626,2007,4.702,2173,1.966,2178,4.091,2181,2.865,2187,3.832,2204,2.699,2223,2.044,2227,2.004,2231,3.176,2387,2.959,2403,6.335,2404,6.044,2405,6.761,2406,3.625,2407,4.965,2408,4.965,2409,4.965,2410,4.965,2411,3.625,2412,4.091,2413,5.218,2414,4.965,2415,8.254,2416,4.965,2417,4.965,2418,4.965,2419,3.625,2420,4.965,2421,6.761,2422,4.438,2423,4.965,2424,4.438,2425,3.305,2426,4.438,2427,3.176,2428,3.062,2429,4.438,2430,3.176,2431,4.581,2432,2.865,2433,4.965,2434,4.965,2435,4.091,2436,4.965,2437,3.453,2438,3.305,2439,2.959,2440,3.062,2441,4.091,2442,2.865,2443,3.832,2444,1.966,2445,4.091,2446,2.699,2447,3.625,2448,4.091,2449,4.438,2450,3.453,2451,4.438,2452,3.832,2453,4.965,2454,4.438,2455,3.832]],["file_terms//NIAID.html",[]],["root_relative_url//uw-research-computing/check-quota.html",[0,0.229,1,0.136,2456,4.108,2457,4.108]],["high//uw-research-computing/check-quota.html",[3,0.323,4,0.151,12,0.985,13,0.648,14,0.044,15,0.957,16,1,17,0.117,18,0.159,19,0.943,20,1.061,21,0.814,22,1.515,23,0.163,60,0.916,175,1.76,176,1.251,177,1.86,178,1.748,335,0.551,384,0.431,666,0.863,1599,1.54,2173,1.809]],["medium//uw-research-computing/check-quota.html",[7,0.252,24,1.279,97,1.863,138,0.048,176,1.147,177,2.459,384,0.395,728,1.833,820,1.112,933,1.001,1072,3.436,1601,2.679,1739,2.913,2072,3.058,2073,2.871,2132,4.947,2167,3.058,2458,4.947,2459,4.188,2460,4.188,2461,6.003,2462,4.188,2463,4.188,2464,4.188,2465,4.188,2466,4.188,2467,2.788,2468,6.315,2469,4.188,2470,4.188,2471,4.188,2472,6.85,2473,4.188,2474,2.679,2475,4.188,2476,3.058,2477,4.188]],["content//uw-research-computing/check-quota.html",[3,0.65,4,0.321,5,1.75,6,1.473,7,0.552,10,0.221,13,0.723,14,0.07,17,0.2,18,0.177,23,0.182,24,1.559,29,0.77,32,2.283,33,0.83,35,0.95,38,0.378,39,0.957,40,1.975,44,1.347,50,1.34,56,0.636,57,1.4,58,0.508,59,0.481,60,1.98,63,0.964,65,1.238,66,0.964,80,0.993,89,2.119,97,1.355,103,1.397,105,1.843,106,0.735,112,0.859,116,0.95,121,1.421,126,1.22,137,0.746,138,0.074,142,0.69,147,0.936,152,1.202,155,0.922,157,1.748,158,1.584,163,0.467,165,0.59,166,0.803,167,1.295,168,1.825,169,1.133,170,1.534,171,1.238,172,1.441,173,1.355,174,1.397,175,1.864,176,2.459,177,2.675,178,2.286,179,0.686,180,1.664,181,1.921,182,0.567,183,1.167,184,1.78,185,1.534,186,1.038,187,1.276,188,1.53,189,1.495,190,1.534,191,1.276,192,1.173,193,0.993,194,1.038,195,1.664,196,1.915,197,0.499,198,1.664,199,1.72,200,1.295,201,1.72,202,1.78,203,2.009,204,1.506,205,0.679,206,0.746,207,1.664,208,1.72,209,1.534,210,1.008,211,0.978,212,0.746,213,1.22,214,1.038,215,0.843,216,1.664,217,0.269,218,1.167,219,1.559,220,1.276,221,1.1,222,1.811,223,1.335,225,1.664,247,0.993,256,2.006,273,1.084,310,1.691,314,3.549,335,0.616,352,1.441,360,1.559,362,0.849,376,1.623,379,2.892,381,2.78,391,1.722,408,1.575,414,0.964,425,0.454,430,1.022,455,2.006,501,1.72,502,1.78,556,1.636,560,1.069,575,2.499,607,2.331,632,1.419,676,1.61,703,3.041,733,4.79,734,1.38,799,2.856,820,2.315,824,1.672,845,2.774,847,2.628,898,3.087,933,1.647,969,1.441,1015,2.963,1034,2.187,1047,3.041,1092,6.157,1106,1.811,1107,1.599,1114,1.117,1124,1.864,1133,1.463,1137,1.876,1138,1.722,1143,1.315,1163,3.819,1180,3.147,1184,1.559,1189,1.664,1223,2.774,1248,2.1,1336,3.397,1381,1.75,1586,2.059,1592,2.562,1599,2.938,1612,3.219,1844,2.698,1914,3.041,2148,2.856,2159,3.373,2173,3.087,2220,3.264,2374,2.499,2467,3.397,2478,2.774,2479,6.157,2480,3.729,2481,3.041,2482,4.205,2483,6.157,2484,5.029,2485,6.157,2486,3.147,2487,3.264,2488,5.676,2489,3.397,2490,3.041,2491,3.938,2492,5.103,2493,4.205,2494,3.726,2495,4.561]],["file_terms//uw-research-computing/check-quota.html",[]],["root_relative_url//uw-research-computing/licensed-software.html",[0,0.229,1,0.136,2496,4.108,2497,3.672]],["high//uw-research-computing/licensed-software.html",[3,0.254,4,0.212,7,0.216,10,0.083,12,0.774,13,0.76,14,0.049,15,0.752,16,0.786,17,0.092,18,0.265,19,0.741,20,0.834,21,0.639,22,1.19,23,0.128,58,0.358,93,1.097,115,1.369,165,0.339,166,0.45,167,0.912,207,2.322,236,1.275,335,0.433,425,0.478,666,0.678,1041,1.19,1075,2.123,1091,0.809]],["medium//uw-research-computing/licensed-software.html",[4,0.074,7,0.223,10,0.086,14,0.016,18,0.241,38,0.167,52,0.568,58,0.606,59,0.212,60,0.451,65,0.546,66,0.425,74,0.324,89,0.571,97,0.598,116,0.419,136,0.334,137,0.543,138,0.076,139,0.431,152,0.53,166,0.189,188,0.5,189,0.431,192,0.383,207,0.734,254,0.656,273,0.478,303,0.258,335,0.271,383,1.076,703,1.341,898,0.891,933,0.538,1056,1.076,1059,0.785,1063,1.528,1066,1.076,1067,1.052,1069,1.052,1070,2.212,1071,0.71,1072,1.102,1073,1.006,1075,2.866,1076,1.989,1091,0.837,1107,1.1,1108,0.607,1111,2.214,1122,1.006,1160,0.908,1178,1.223,1415,1.032,1475,1.076,1494,0.722,1500,1.863,1877,1.298,2037,2.012,2498,2.012,2499,3.318,2500,2.012,2501,3.318,2502,2.25,2503,2.012,2504,2.25,2505,1.854,2506,2.25,2507,2.25,2508,2.25,2509,2.25,2510,3.318,2511,4.738,2512,3.712,2513,2.25,2514,3.712,2515,2.25,2516,1.006,2517,1.854,2518,2.25,2519,2.25,2520,1.298,2521,1.159,2522,1.341,2523,1.341,2524,1.643,2525,2.012]],["content//uw-research-computing/licensed-software.html",[1,0.205,3,0.657,4,0.332,5,1.504,6,1.36,7,0.585,10,0.23,13,0.622,14,0.07,17,0.113,18,0.351,29,0.936,33,0.714,34,0.043,35,0.816,38,0.533,39,0.711,40,1.258,42,1.201,43,0.574,44,0.758,46,0.853,47,1.104,50,1.4,52,1.102,53,1.298,56,0.547,57,1.591,58,0.78,59,0.808,60,1.442,63,1.36,65,1.506,66,1.172,71,0.687,84,1.165,87,1.805,89,1.113,94,1.384,97,2.276,100,1.504,103,0.703,106,0.631,112,0.897,113,1.258,115,1.672,116,0.816,129,0.879,137,1.253,138,0.057,139,0.841,142,0.593,147,0.804,148,1.018,152,1.033,155,1.654,157,1.575,158,1.361,159,1.865,162,0.988,165,0.611,166,0.83,167,1.827,168,0.918,169,0.974,170,1.319,171,1.064,172,1.238,173,1.165,174,1.201,175,1.049,176,1.699,177,1.278,178,1.201,179,0.618,180,1.43,181,1.773,182,0.705,183,1.003,184,1.53,185,1.319,186,1.261,187,1.097,188,1.598,189,0.841,190,1.319,191,1.097,192,1.225,193,0.853,194,0.892,195,1.43,196,1.725,197,0.704,198,1.43,199,1.478,200,1.113,201,1.478,202,1.53,203,1.855,204,1.244,205,0.583,206,0.641,207,3.173,208,1.478,209,1.319,210,0.866,211,0.841,212,0.641,213,1.049,214,0.892,215,0.725,216,1.43,217,0.413,218,1.646,219,1.34,220,1.097,221,0.946,222,1.557,223,1.147,228,0.679,258,2.658,269,1.928,271,1.528,330,1.318,335,0.529,360,1.34,366,2.148,367,2.202,384,0.808,408,1.003,414,1.172,420,0.905,423,1.88,425,0.801,430,0.879,438,1.623,478,1.34,482,1.613,488,1.704,494,1.147,499,1.584,502,1.53,547,0.96,556,1.406,560,1.299,575,2.148,666,1.172,672,1.34,680,1.278,701,2.164,703,4.289,716,1.32,758,0.865,762,1.147,777,1.13,802,2.148,820,1.165,897,1.34,917,1.77,929,1.113,980,2.646,1001,2.148,1008,1.654,1019,2.004,1042,1.805,1045,1.147,1059,1.53,1075,3.674,1076,2.605,1091,1.861,1107,1.816,1108,1.183,1114,1.712,1124,2.05,1125,2.148,1126,2.92,1127,2.049,1128,2.384,1129,1.34,1130,2.613,1135,1.584,1137,2.281,1143,1.855,1151,1.779,1154,1.598,1156,2.834,1160,1.77,1167,0.651,1188,2.613,1231,2.53,1242,2.148,1248,1.805,1251,1.278,1280,1.642,1325,1.919,1556,2.384,1582,2.806,1593,2.384,1594,2.148,1715,2.004,1877,2.53,2165,3.289,2274,2.049,2280,2.613,2375,2.705,2498,5.545,2499,5.545,2500,5.545,2505,5.112,2516,2.773,2526,2.613,2527,6.203,2528,3.921,2529,4.386,2530,4.386,2531,1.504,2532,4.386,2533,3.921]],["file_terms//uw-research-computing/licensed-software.html",[]],["root_relative_url//events/demo.html",[2534,6.54]],["high//events/demo.html",[]],["medium//events/demo.html",[]],["content//events/demo.html",[123,4.041,138,0.064,249,1.897,1579,5.15,2312,4.645,2535,6.213,2536,6.633,2537,4.145]],["file_terms//events/demo.html",[]],["root_relative_url//index.html",[2538,6.54]],["high//index.html",[0,0.332,1,0.221,3,0.511,23,0.113,25,0.6,30,1.038,34,0.029,69,0.994,75,0.856,105,1.147,135,1.635,142,0.429,213,0.759,232,1.635,268,1.257,303,0.364,345,0.591,447,0.716,475,0.831,537,1.451,538,0.925,580,0.509,685,1.892,716,0.582,871,1.958,874,1.419,882,2.617,931,1.189,933,0.759,974,1.07,1008,0.574,1114,0.695,1167,0.472,1253,1.189,1299,1.419,1313,1.451,1415,0.883,1445,1.419,2175,2.208,2243,2.839,2244,2.839,2539,2.617,2540,2.839,2541,1.777,2542,2.208,2543,2.319]],["medium//index.html",[]],["content//index.html",[0,0.472,1,0.323,3,0.7,4,0.233,12,1.143,18,0.276,25,1.001,29,1.332,30,1.801,33,0.863,34,0.059,43,1.04,45,1.366,46,1.375,47,1.509,52,0.812,57,1.078,59,0.666,69,1.724,74,0.763,75,1.905,82,1.212,112,0.661,118,2.139,129,1.416,135,2.73,138,0.056,142,1.074,144,1.239,146,2.098,153,2.661,160,0.457,163,0.359,165,0.602,169,1.569,172,1.497,179,0.528,182,0.654,210,1.047,211,1.016,212,0.775,213,1.267,214,1.078,217,0.447,225,1.728,228,0.874,232,2.73,234,1.278,240,1.569,245,0.987,256,1.544,261,1.645,267,2.645,268,2.797,273,1.126,275,2.701,277,2.912,282,2.319,291,1.594,293,2.342,298,3.228,306,2.73,323,2.803,326,2.851,328,1.949,330,1.126,340,2.271,359,2.181,363,2.382,364,2.596,376,1.249,380,2.229,384,0.666,394,1.335,415,1.23,426,1.728,447,1.195,508,3.638,510,1.619,511,2.098,512,2.73,516,1.569,525,1.728,529,1.619,535,2.745,538,2.058,542,2.176,547,1.932,548,2.477,550,3.058,552,1.451,555,2.098,559,3.547,580,1.415,590,2.966,595,4.357,597,2.803,608,1.026,609,3.892,611,1.935,614,1.793,654,1.546,684,1.645,685,3.158,695,3.028,704,2.266,706,1.7,711,1.569,716,1.296,727,2.596,757,1.619,796,3.379,824,1.286,828,2.139,839,1.451,844,2.098,845,2.882,854,2.469,869,2.271,892,2.181,928,1.7,933,1.267,974,1.787,1005,3.46,1008,1.277,1086,3.391,1103,1.569,1129,1.619,1143,1.821,1167,1.049,1208,1.995,1232,1.672,1242,2.596,1243,2.645,1248,2.181,1263,3.686,1264,2.803,1265,3.686,1280,1.984,1383,4.21,1411,2.596,1415,1.965,1421,2.477,1422,4.076,1445,2.369,1632,2.882,1645,3.529,1652,1.984,1657,1.817,1762,3.028,1763,2.966,1793,3.158,1808,4.914,1812,4.704,1853,2.661,1867,2.464,1907,4.368,1908,2.803,1914,3.158,1971,2.422,2006,3.736,2179,3.87,2180,3.686,2181,3.058,2189,2.803,2193,3.268,2444,2.098,2447,3.87,2450,3.686,2541,2.966,2542,3.686,2544,3.529,2545,6.316,2546,5.822,2547,4.368,2548,4.368,2549,3.87,2550,4.368,2551,4.368,2552,3.87,2553,4.368,2554,4.368,2555,4.091,2556,4.368,2557,3.686,2558,4.738,2559,3.268,2560,4.738,2561,4.091,2562,5.3,2563,3.686]],["file_terms//index.html",[]],["root_relative_url//uw-research-computing/java-jobs.html",[0,0.229,1,0.136,1039,2.299,2564,4.108]],["high//uw-research-computing/java-jobs.html",[3,0.344,4,0.161,10,0.113,12,1.049,13,0.689,14,0.053,15,1.019,16,1.065,17,0.125,18,0.169,19,1.004,20,1.129,21,0.866,22,1.613,23,0.173,93,1.486,155,0.879,159,1.463,198,1.586,201,2.564,1452,1.963]],["medium//uw-research-computing/java-jobs.html",[7,0.275,10,0.106,58,0.456,61,2.092,138,0.069,152,1.079,201,2.155,210,0.904,1052,1.779,1059,2.23,1063,1.884,1109,2.642,1111,2.988,1500,3.209,1515,5.268,2565,8.389,2566,6.394,2567,6.394,2568,6.394,2569,7.367,2570,4.579,2571,4.09,2572,4.579,2573,4.579,2574,4.579,2575,4.579,2576,4.579]],["content//uw-research-computing/java-jobs.html",[0,0.401,3,0.695,4,0.331,5,1.869,6,1.522,7,0.601,10,0.232,13,0.773,14,0.07,17,0.14,18,0.25,29,0.822,33,0.887,35,1.015,38,0.404,39,0.826,44,0.942,50,1.061,52,1.234,56,0.898,57,1.639,59,0.679,60,1.718,61,2.491,63,1.522,66,1.03,71,0.604,73,1.969,80,1.061,83,1.622,86,2.2,89,1.384,99,1.588,103,0.874,136,0.81,137,0.797,138,0.043,139,1.045,147,1,152,1.899,155,0.985,157,1.827,158,1.692,159,1.639,165,0.589,166,0.812,167,1.384,168,1.142,169,1.211,170,1.639,171,1.323,172,1.54,173,1.448,174,1.493,175,1.304,176,1.493,177,1.588,178,1.493,179,0.717,180,1.777,181,1.773,182,0.592,183,1.247,184,1.902,185,1.639,186,1.109,187,1.363,188,1.904,189,1.045,190,1.639,191,1.363,192,1.226,193,1.668,194,1.109,195,1.777,196,2.002,197,0.533,198,1.777,199,1.838,200,1.384,201,3.311,202,1.902,203,2.077,204,1.393,205,0.725,206,0.797,207,1.777,208,1.838,209,1.639,210,1.421,211,1.045,212,0.797,213,1.927,214,1.109,215,0.901,216,1.777,217,0.288,218,1.247,219,1.665,220,1.363,221,2.013,222,1.935,223,1.426,247,1.061,257,0.971,330,1.159,362,0.594,414,1.03,521,2.67,526,2.289,580,0.874,612,1.193,654,1.193,660,1.748,758,0.761,840,2.905,922,2.386,933,1.721,1008,1.301,1051,3.682,1052,2.797,1091,2.009,1108,1.941,1137,2.005,1154,1.599,1164,1.493,1170,3.63,1176,3.209,1184,2.199,1189,1.777,1429,2.118,1515,7.693,1546,3.051,1553,2.244,1685,3.63,2158,2.737,2161,3.362,2218,3.707,2235,3.362,2526,3.249,2571,4.605,2577,4.439,2578,3.146,2579,7.199,2580,2.808,2581,5.452,2582,4.874,2583,5.452,2584,2.386,2585,4.208]],["file_terms//uw-research-computing/java-jobs.html",[]],["root_relative_url//uw-research-computing/howto_overview.html",[0,0.261,1,0.155,2586,4.689]],["high//uw-research-computing/howto_overview.html",[3,0.61,10,0.177,14,0.053,23,0.176,83,1.114,162,1.114,195,2.198,196,1.875,198,1.612,200,1.711,330,1.051,2490,2.946,2587,4.944]],["medium//uw-research-computing/howto_overview.html",[]],["content//uw-research-computing/howto_overview.html",[0,0.414,3,0.619,4,0.246,10,0.202,14,0.061,18,0.333,23,0.265,34,0.052,38,0.551,50,1.448,59,0.702,64,2.427,102,1.47,148,1.728,155,1.58,160,0.481,193,1.448,195,2.85,196,2.431,197,0.728,200,2.219,221,1.605,294,2.311,345,1.386,361,1.406,450,2.892,485,1.629,605,2.135,612,1.913,660,2.387,840,3.004,969,2.102,1009,2.642,1040,3.257,1075,2.947,1091,1.678,1114,1.629,1138,1.861,1453,2.387,1546,4.166,1549,2.787,1563,2.509,1762,3.19,2159,3.646,2355,3.56,2486,4.59,2580,3.833,2584,3.257,2588,4.435,2589,6.134]],["file_terms//uw-research-computing/howto_overview.html",[]],["root_relative_url//ASP.html",[2590,6.54]],["high//ASP.html",[3,0.464,23,0.233,34,0.039,241,1.971,611,1.795,1200,3.063,1443,2.068,1999,4.194,2531,2.248]],["medium//ASP.html",[]],["content//ASP.html",[1,0.231,4,0.231,12,1.818,14,0.036,32,2.616,34,0.055,35,0.973,38,0.387,47,0.931,51,2.442,56,0.652,60,1.047,64,1.704,68,2.692,71,0.776,73,1.888,74,1.136,77,2.24,79,1.572,80,1.017,90,1.572,93,1.597,96,0.54,103,0.838,106,1.214,107,1.993,108,1.859,116,1.303,120,4.035,124,0.825,128,2.56,130,2.195,131,1.347,138,0.041,142,0.946,144,0.917,153,2.624,157,1.327,160,0.607,163,0.535,166,0.439,175,1.25,179,0.521,182,0.649,192,0.89,197,0.685,206,0.764,217,0.487,228,0.493,238,2.287,240,1.547,241,2.642,253,1.855,257,1.246,259,2.624,291,1.572,294,2.173,303,0.6,306,2.692,308,1.649,345,0.973,362,0.569,364,2.56,365,1.922,375,2.152,376,1.232,382,2.105,391,1.307,394,1.322,414,0.988,422,1.476,425,0.623,426,1.704,447,1.178,478,1.597,485,1.144,487,2.574,500,2.11,510,1.597,514,2.389,525,2.282,552,2.653,555,3.479,563,3.224,580,1.265,605,1.499,607,2.389,611,2.161,613,2.573,654,1.144,707,1.993,718,1.922,762,1.368,781,2.389,839,1.431,855,2.56,867,3.224,868,1.944,884,3.382,885,2.11,917,2.11,933,1.25,939,2.692,950,3.115,973,2.195,976,2.992,980,2.574,1018,3.636,1091,1.178,1107,1.214,1138,1.307,1144,1.649,1151,1.499,1152,1.859,1164,1.917,1166,3.348,1167,0.776,1196,2.031,1200,4.317,1201,3.224,1208,2.229,1209,4.869,1211,3.224,1216,2.72,1231,4.039,1232,1.649,1233,2.24,1234,2.24,1243,2.621,1249,2.881,1313,2.389,1359,4.661,1383,3.115,1429,2.031,1443,2.49,1475,2.5,1577,1.957,1604,3.199,1625,2.818,1652,2.955,1672,4.673,1767,4.673,1848,3.016,1853,2.624,1873,3.918,1879,3.016,1881,4.308,1908,2.765,1909,4.554,1999,4.479,2007,5.489,2210,2.926,2227,2.11,2311,2.765,2315,3.817,2324,3.48,2386,2.926,2396,4.869,2413,5.403,2531,3.013,2591,4.035,2592,7.055,2593,5.228,2594,8.789,2595,6.258,2596,7.001,2597,7.001,2598,3.344,2599,7.893,2600,9.388,2601,3.48,2602,4.673,2603,4.308,2604,4.035,2605,5.228,2606,5.228,2607,3.774,2608,5.228,2609,7.001,2610,3.344,2611,4.035,2612,4.308,2613,4.308,2614,4.035,2615,4.035,2616,3.636,2617,5.228,2618,7.001,2619,3.636,2620,5.228,2621,5.228,2622,4.673,2623,5.228,2624,4.673,2625,4.035,2626,6.15,2627,6.022,2628,4.317,2629,4.035,2630,3.48,2631,4.673,2632,4.308,2633,5.228,2634,5.228,2635,5.228,2636,4.308,2637,3.636,2638,2.765,2639,5.228,2640,4.673,2641,4.673,2642,4.673,2643,5.228]],["file_terms//ASP.html",[]],["root_relative_url//research-facilitation.html",[1,0.18,2644,4.882]],["high//research-facilitation.html",[1,0.212,3,0.454,23,0.228,106,0.924,163,0.435,525,2.092,684,1.992,1167,0.953,1921,3.304,2189,3.393]],["medium//research-facilitation.html",[]],["content//research-facilitation.html",[1,0.329,11,2.254,19,1.522,25,1.394,30,1.203,34,0.058,35,1.054,36,1.941,38,0.644,43,0.741,46,1.101,47,1.008,50,1.101,56,0.706,58,0.564,71,0.627,79,1.702,80,1.101,86,2.284,94,2.59,103,0.907,106,1.062,136,0.841,139,1.085,142,0.765,146,2.241,160,0.562,161,3.373,162,1.276,163,0.5,165,0.357,178,2.02,179,0.564,181,1.817,186,1.5,205,1.092,210,1.457,212,0.828,213,1.353,234,1.113,245,1.054,247,1.101,254,2.149,291,2.218,292,3.373,298,4.121,323,2.993,404,3.669,411,3.037,412,2.871,420,1.168,425,0.504,430,1.134,438,1.481,450,2.199,501,1.908,525,2.405,528,2.477,529,1.729,531,3.077,537,2.586,542,2.248,543,3.266,547,1.239,554,2.119,573,1.458,607,3.75,614,2.083,620,2.53,654,1.615,660,1.815,671,3.49,680,2.391,684,1.757,695,2.426,697,2.645,711,1.675,713,2.707,716,1.505,728,2.477,749,1.876,752,4.129,758,0.79,763,3.266,766,4.129,788,2.645,820,1.503,836,2.772,839,2.02,854,1.649,863,2.477,890,3.373,917,2.284,920,1.415,987,4.227,1005,2.772,1019,2.586,1103,1.675,1114,1.239,1124,1.353,1129,1.729,1133,1.623,1134,3.974,1155,3.266,1160,2.284,1167,1.434,1227,1.55,1246,1.675,1252,3.077,1297,3.077,1400,2.841,1402,3.768,1536,2.645,1545,4.423,1594,2.772,1640,3.49,1657,2.53,1660,3.621,1667,2.713,1745,3.613,1769,2.33,1820,4.729,1862,2.645,1908,3.902,1924,4.396,1971,3.371,2000,3.266,2149,2.993,2183,3.373,2189,4.77,2191,4.664,2227,3.313,2262,4.12,2270,2.993,2355,2.707,2430,3.621,2444,2.241,2450,3.936,2610,3.621,2630,3.768,2645,9.021,2646,6.595,2647,4.369,2648,5.66,2649,5.06,2650,5.131,2651,4.72,2652,5.66,2653,5.66,2654,6.08,2655,4.664,2656,3.621,2657,5.06,2658,5.66,2659,4.664,2660,5.06,2661,3.936,2662,5.06,2663,4.369,2664,8.208,2665,7.378,2666,5.66,2667,5.66,2668,5.66,2669,5.66,2670,3.936,2671,4.369,2672,3.168,2673,5.66,2674,3.266,2675,5.66]],["file_terms//research-facilitation.html",[]],["root_relative_url//uw-research-computing/user-news.html",[0,0.229,1,0.136,2676,3.385,2677,3.672]],["high//uw-research-computing/user-news.html",[3,0.346,14,0.022,23,0.113,58,0.316,124,0.501,131,0.818,132,1.257,134,1.679,144,0.557,157,0.806,165,0.422,192,0.541,211,0.609,241,2.011,303,0.56,384,0.299,425,0.595,515,2.516,516,0.94,700,0.582,734,0.636,825,1.679,844,1.257,1009,1.127,1202,1.635,1251,0.925,1258,1.892,1259,1.958,1307,1.333,1309,1.053,1911,2.819,2028,1.958,2176,2.319,2280,1.892,2678,2.451,2679,3.398,2680,2.617,2681,3.175,2682,2.451,2683,3.771,2684,2.114,2685,2.114,2686,2.208]],["medium//uw-research-computing/user-news.html",[]],["content//uw-research-computing/user-news.html",[3,0.692,4,0.286,7,0.52,10,0.2,13,0.641,14,0.069,15,0.947,18,0.254,21,0.805,23,0.226,24,1.382,30,0.961,32,1.499,34,0.047,38,0.542,42,1.239,43,0.592,48,1.791,50,1.233,52,0.693,58,0.79,59,0.426,60,0.906,62,2.962,63,1.714,64,2.586,66,0.854,79,1.36,89,1.609,90,2.511,96,0.655,97,1.684,103,1.173,106,0.913,107,1.725,112,0.564,116,0.842,126,1.516,131,1.886,132,3.519,133,2.329,137,0.927,139,0.867,144,0.793,148,1.05,157,2.371,159,2.201,160,0.293,163,0.43,165,0.606,166,0.532,168,1.328,182,0.521,191,1.131,192,1.35,193,0.88,211,1.81,215,1.311,217,0.386,218,1.035,221,1.867,225,1.475,228,0.69,240,1.876,241,1.36,257,1.129,258,1.938,275,1.318,280,1.578,283,2.329,298,2.067,303,1.071,305,2.329,308,1.427,327,2.662,345,0.842,360,1.382,361,1.383,362,0.691,376,1.494,381,1.826,382,1.36,384,0.929,394,0.854,408,1.035,420,1.308,422,2.067,425,0.891,429,2.531,484,2.163,485,1.736,491,1.862,494,2.185,495,1.499,515,4.945,516,2.728,560,0.947,562,3.727,564,3.146,608,0.493,614,2.197,652,2.067,658,1.578,676,2,683,1.899,684,2.272,700,0.83,726,1.605,734,1.673,738,2.215,752,2.531,758,1.021,761,1.634,762,1.915,770,1.826,820,1.201,825,3.353,844,1.791,920,1.83,929,1.609,931,1.693,933,1.082,941,2.894,952,3.182,962,1.634,980,1.663,998,5.077,1000,1.634,1008,0.817,1009,2.25,1010,4.221,1042,1.862,1046,2.022,1065,2.862,1124,1.516,1133,1.297,1134,2.067,1137,1.663,1138,1.585,1143,2.044,1184,2.236,1189,1.475,1202,3.265,1212,2.459,1227,2.004,1251,2.311,1253,1.693,1259,2.789,1283,2.61,1307,2.662,1309,1.499,1344,4.682,1346,2.531,1370,2.329,1382,3.5,1404,2.459,1451,2.717,1454,2.789,1537,2.789,1539,2.695,1549,2.373,1575,2.531,1577,1.693,1602,2.894,1663,2.392,1793,3.777,1817,4.056,1844,2.392,1867,1.578,1884,4.312,1911,2.61,1931,2.789,2160,3.303,2165,2.067,2171,2.067,2176,3.303,2223,1.862,2231,2.894,2280,4.726,2588,2.695,2589,3.727,2612,3.727,2628,2.789,2678,3.491,2679,5.09,2680,3.727,2684,3.011,2687,3.491,2688,2.329,2689,4.523,2690,3.727,2691,4.523,2692,3.727,2693,4.523,2694,3.727,2695,7.319,2696,3.727,2697,5.447,2698,3.491,2699,4.043,2700,2.789,2701,3.146,2702,4.523,2703,4.523,2704,3.011,2705,3.146,2706,6.34,2707,4.043,2708,4.043,2709,3.303,2710,2.789,2711,2.789,2712,3.491,2713,4.043]],["file_terms//uw-research-computing/user-news.html",[]],["root_relative_url//uw-research-computing/file-availability.html",[0,0.229,1,0.136,2714,3.17,2715,4.108]],["high//uw-research-computing/file-availability.html",[3,0.225,4,0.105,6,1.263,7,0.478,12,0.685,13,0.45,14,0.041,15,0.665,16,0.695,17,0.081,18,0.11,19,0.655,20,0.737,21,0.565,22,1.053,23,0.113,29,0.479,57,0.646,73,1.147,137,0.464,139,0.937,177,0.925,181,0.782,182,0.402,187,0.794,188,1.085,189,1.384,271,0.782,420,0.655,494,0.831,734,0.636,762,0.831,929,0.806,933,0.759,1103,0.94,1143,0.818,1561,1.958,2173,1.257,2274,1.484,2716,2.319]],["medium//uw-research-computing/file-availability.html",[7,0.423,10,0.07,14,0.045,24,2.151,38,0.223,52,0.995,66,0.568,138,0.07,166,0.591,182,0.247,189,1.103,190,1.953,197,0.294,933,1.926,1051,2.63,1052,1.82,1053,1.925,1059,2.456,1107,0.698,1133,0.863,1301,1.591,1485,2.322,1494,1.503,1500,1.51,2520,2.704,2521,2.413,2522,3.43,2523,3.43,2688,1.549,2717,3.008,2718,3.008,2719,3.008,2720,3.008,2721,3.008,2722,2.003,2723,3.008,2724,3.008,2725,3.008,2726,5.756,2727,3.008,2728,3.008,2729,5.756,2730,3.008]],["content//uw-research-computing/file-availability.html",[0,0.371,3,0.627,4,0.318,5,1.082,6,1.907,7,0.619,10,0.205,13,0.689,14,0.071,16,0.69,17,0.227,18,0.169,19,1.003,21,1.056,23,0.112,24,0.964,29,1.086,32,2.386,33,0.513,34,0.029,35,0.587,38,0.622,39,1,40,1.394,44,1.152,46,0.614,50,1.297,52,1.253,56,0.393,57,1.546,58,0.314,59,0.679,60,1.963,63,1.648,64,1.028,65,1.44,66,0.596,71,0.35,73,1.139,81,2.221,82,1.112,83,0.711,86,2.394,89,1.827,96,0.613,97,1.291,102,1.171,103,1.154,106,0.7,109,3.916,113,0.905,116,0.587,117,1.162,119,1.766,121,0.828,131,0.813,137,1.253,138,0.075,139,1.278,142,1.071,143,2.221,147,0.579,151,0.919,155,0.57,157,1.234,158,0.979,159,2.004,160,0.431,163,0.515,165,0.551,166,0.803,167,1.234,168,1.242,169,0.701,170,0.948,171,0.766,172,0.891,173,0.838,174,0.864,175,0.754,176,1.331,177,1.728,178,0.864,179,0.591,180,1.028,181,1.773,182,0.77,183,0.722,184,1.696,185,0.948,186,1.355,187,1.666,188,2.093,189,1.883,190,0.948,191,0.789,192,0.828,193,0.946,194,0.641,195,1.028,196,1.352,197,0.839,198,1.028,199,1.063,200,0.801,201,1.063,202,1.1,203,1.528,204,1.152,205,0.42,206,0.461,207,1.028,208,1.063,209,0.948,210,0.623,211,0.605,212,0.461,213,1.162,214,0.989,215,0.521,216,1.028,217,0.166,218,0.722,219,0.964,220,0.789,221,0.68,222,1.12,223,0.825,249,0.743,258,1.352,266,1.012,269,1.461,271,0.777,303,0.764,306,2.504,328,2.647,335,0.381,345,0.905,349,1.82,350,1.181,355,1.1,358,1.441,360,1.812,362,0.784,365,1.16,368,2.1,383,1.509,384,0.559,391,1.216,404,1.41,408,1.112,414,0.596,420,1.485,425,0.281,426,1.585,430,1.442,433,0.537,455,0.919,494,0.825,499,1.139,512,1.625,529,0.964,547,0.69,560,1.018,575,1.545,576,0.964,580,0.779,600,2.836,603,1.766,605,0.905,608,0.344,611,0.864,612,1.575,632,0.877,652,1.441,660,1.012,676,2.704,688,1.715,703,1.88,707,1.203,708,2.1,711,0.934,734,0.632,742,1.048,756,1.667,757,1.485,758,0.93,762,0.825,799,1.766,802,1.545,820,1.291,824,1.18,840,2.69,844,1.249,867,1.945,868,1.198,878,1.38,884,1.352,897,0.964,929,0.801,933,0.754,940,1.509,942,2.743,951,2.303,969,0.891,980,1.788,985,2.018,996,2.44,1015,1.725,1020,1.249,1021,2.998,1046,2.651,1052,2.589,1068,3.137,1091,1.502,1103,0.934,1107,0.732,1114,1.064,1124,1.418,1127,1.474,1129,0.964,1132,1.715,1133,0.905,1138,1.8,1143,0.813,1146,1.585,1148,2.1,1154,1.08,1158,2.1,1162,4.792,1169,2.595,1184,2.036,1189,2.173,1205,1.082,1280,1.82,1358,2.303,1374,1.545,1387,1.945,1404,1.715,1415,1.352,1437,1.12,1453,2.137,1543,1.441,1545,1.509,1561,2.998,1563,1.063,1566,1.441,1570,2.018,1573,2.6,1577,2.221,1578,2.82,1584,1.028,1592,3.817,1598,1.945,1599,2.758,1600,1.545,1601,3.11,1608,1.584,1610,3.137,1611,2.44,1617,2.758,1620,1.945,1621,1.625,1657,1.082,1667,1.16,1671,1.715,1674,1.82,1701,1.766,1715,3.045,1738,3.11,1743,1.945,1744,3.971,1745,1.545,1757,1.273,1762,1.352,1809,1.16,1849,1.668,1884,1.715,1889,2.303,1905,1.298,2013,2.435,2073,2.325,2150,2.897,2171,1.441,2173,1.925,2206,2.82,2217,1.545,2220,2.018,2325,3.225,2362,2.504,2374,2.905,2439,1.88,2474,2.018,2480,2.836,2481,2.897,2524,2.303,2580,2.504,2584,1.38,2688,3.432,2716,2.303,2722,3.237,2731,3.11,2732,2.194,2733,2.018,2734,3.237,2735,2.194,2736,1.88,2737,2.998,2738,3.237,2739,2.82,2740,3.155,2741,2.1,2742,2.435,2743,3.155,2744,2.82,2745,3.155,2746,3.155,2747,3.155,2748,2.194,2749,4.862,2750,4.346,2751,3.155,2752,3.155,2753,2.018,2754,3.155,2755,3.155,2756,2.194,2757,3.155]],["file_terms//uw-research-computing/file-availability.html",[]],["root_relative_url//Gillett.html",[2758,6.54]],["high//Gillett.html",[0,0.382,3,0.485,4,0.226,23,0.244,165,0.433,1302,3.954,1958,3.624]],["medium//Gillett.html",[]],["content//Gillett.html",[0,0.387,1,0.304,3,0.663,4,0.23,10,0.161,12,1.501,14,0.036,17,0.225,19,1.069,20,1.203,30,1.101,33,0.843,34,0.058,38,0.384,39,0.963,43,0.678,45,1.335,46,1.008,47,1.239,50,1.008,56,0.98,58,0.516,59,0.656,69,1.598,74,1.002,75,1.877,85,2.221,96,0.535,107,1.976,108,1.376,110,1.534,126,1.239,130,2.176,136,1.167,138,0.07,141,2.133,142,1.135,145,2.176,153,2.601,160,0.45,162,1.168,163,0.351,165,0.553,179,0.837,186,1.054,197,0.681,210,1.023,212,0.758,217,0.415,227,2.601,228,0.741,238,2.268,241,1.558,245,0.965,247,1.008,248,4.292,253,1.839,257,1.399,259,3.494,266,1.662,276,2.176,279,2.013,280,1.807,291,1.558,294,1.609,303,0.901,309,2.982,310,1.718,312,4.27,316,1.486,325,3.45,327,2.922,328,1.905,330,1.101,345,0.965,356,1.976,361,0.979,368,3.45,412,1.609,414,1.315,415,1.616,422,1.965,425,0.461,438,1.356,445,1.747,454,1.94,455,1.51,478,1.583,484,2.478,485,1.134,514,2.368,531,2.817,545,1.905,551,5.374,552,2.699,555,2.052,559,3.494,597,2.74,601,2.133,607,2.368,611,1.906,654,1.523,673,2.316,683,2.176,690,2.817,706,2.232,716,1.541,756,1.777,758,0.723,784,1.747,829,3.45,839,1.419,854,2.447,874,3.111,928,2.52,973,2.922,976,1.839,989,4,992,3.195,993,2.221,1008,1.258,1033,3.494,1138,1.296,1152,1.848,1166,2.478,1167,1.033,1205,1.777,1233,2.982,1234,3.367,1236,3.195,1277,2.99,1299,3.111,1302,5.476,1312,2.704,1329,4.27,1359,3.45,1360,2.99,1376,3.604,1400,2.601,1415,1.441,1428,1.94,1544,4,1553,2.133,1558,2.74,1584,1.689,1593,2.817,1625,1.662,1635,4.27,1649,1.976,1657,1.777,1660,3.315,1677,3.045,1689,2.478,1781,4.84,1795,3.604,1865,3.45,1873,3.895,1879,2.99,1908,4.155,1909,4.534,1958,4.875,1966,5.372,1978,4.84,2158,4.529,2189,2.74,2210,4.904,2419,3.784,2427,3.315,2430,3.315,2431,3.088,2615,6.065,2759,6.483,2760,9.805,2761,5.182,2762,3.315,2763,5.182,2764,4.632,2765,5.182,2766,5.182,2767,5.182,2768,5.182,2769,4.452,2770,4.632,2771,5.182,2772,4.632,2773,6.959,2774,5.182,2775,4.633,2776,4.632,2777,6.959,2778,5.182,2779,4.27,2780,5.182,2781,2.9,2782,4.27,2783,4.632,2784,3.195,2785,5.182,2786,5.182,2787,4.27,2788,4.632,2789,5.182,2790,4.27,2791,5.182,2792,5.182]],["file_terms//Gillett.html",[]],["root_relative_url//materials-science.html",[1216,2.122,2793,5.462]],["high//materials-science.html",[1,0.216,3,0.464,4,0.216,23,0.233,34,0.039,165,0.414,234,0.989,1216,2.547,2181,3.782]],["medium//materials-science.html",[]],["content//materials-science.html",[0,0.429,1,0.307,3,0.646,4,0.317,6,0.942,10,0.191,14,0.035,17,0.222,19,1.029,23,0.177,24,2.072,25,1.456,30,1.06,34,0.058,36,1.71,38,0.571,43,0.888,69,1.759,71,0.553,74,1.109,75,1.829,84,1.325,96,0.894,97,1.325,102,1.339,104,1.431,112,0.622,124,1.071,126,1.193,130,2.095,136,1.007,138,0.04,142,0.674,147,1.244,148,1.574,160,0.616,161,2.972,163,0.56,164,2.095,165,0.522,179,0.676,188,1.108,193,0.971,211,1.3,212,1.127,214,1.014,215,0.824,217,0.456,228,0.727,234,1.162,245,0.929,253,1.77,257,0.888,266,1.6,269,1.229,271,1.898,279,1.938,293,2.555,294,2.105,316,1.431,326,2.737,327,2.095,334,2.878,338,3.321,345,1.262,348,1.902,356,2.586,361,0.942,362,0.839,374,2.504,376,1.598,380,1.574,382,1.5,384,0.47,391,1.696,392,1.975,394,1.281,398,2.642,407,2.504,408,1.141,412,1.549,414,0.942,415,1.158,425,0.444,427,1.574,430,1,438,1.305,440,2.972,445,1.682,447,1.529,461,1.6,473,3.779,502,2.366,510,1.524,513,2.878,514,2.279,525,1.626,554,1.868,601,2.792,608,0.942,669,2.053,672,2.072,693,4.111,700,1.244,716,1.244,718,2.834,726,1.77,731,2.007,742,1.662,757,1.524,770,2.737,802,2.443,819,2.972,824,1.211,839,1.857,842,3.032,854,2.409,868,1.898,869,3.303,880,3.191,896,3.85,897,1.524,926,3.191,927,3.191,928,1.6,964,3.191,969,1.409,972,4.041,1014,2.569,1030,2.23,1040,2.183,1103,1.476,1108,1.345,1146,1.626,1147,2.878,1152,1.325,1166,2.386,1167,0.741,1188,2.972,1205,1.71,1208,1.915,1216,3.763,1227,1.857,1232,2.431,1233,2.138,1234,2.138,1235,1.902,1242,2.443,1246,1.476,1291,2.569,1336,3.321,1359,3.321,1360,2.878,1428,1.868,1580,2.386,1604,2.279,1638,2.183,1663,2.638,1684,2.878,1756,4.952,1810,2.569,1867,2.688,1873,2.792,1890,3.191,1926,2.712,2158,2.504,2270,2.638,2332,3.534,2361,2.095,2432,2.878,2485,4.459,2531,1.71,2537,4.595,2588,2.972,2614,3.85,2637,3.469,2638,2.638,2756,3.469,2762,3.191,2781,2.792,2794,6.783,2795,9.523,2796,4.988,2797,3.85,2798,7.707,2799,2.878,2800,3.642,2801,2.712,2802,3.642,2803,4.111,2804,4.988,2805,4.459,2806,4.459,2807,3.469,2808,3.642,2809,4.928,2810,2.386,2811,4.459,2812,6.783,2813,7.707,2814,3.85,2815,3.191,2816,6.783,2817,3.85,2818,6.063,2819,4.988,2820,3.85,2821,4.988,2822,4.111,2823,3.85,2824,6.889,2825,4.988,2826,4.988,2827,4.988,2828,3.469,2829,3.642,2830,4.988,2831,4.988,2832,4.111,2833,4.988,2834,2.878,2835,4.988,2836,3.321]],["file_terms//materials-science.html",[]],["root_relative_url//events/2023/07/throughput-computing-2023.html",[34,0.028,2837,4.689,2838,3.619]],["high//events/2023/07/throughput-computing-2023.html",[3,0.35,23,0.176,34,0.029,117,1.182,138,0.039,182,0.407,228,0.466,263,1.44,445,1.667,485,1.475,608,0.539,707,1.885,830,2.853,886,3.439,1026,2.035,1144,1.56,1200,2.31,1203,2.688,1214,1.995,1382,2.365,1384,2.688,1403,3.292,2839,4.42]],["medium//events/2023/07/throughput-computing-2023.html",[]],["content//events/2023/07/throughput-computing-2023.html",[0,0.287,1,0.277,11,2.12,15,1.081,17,0.132,18,0.241,23,0.184,25,0.975,30,1.667,34,0.056,37,3.302,47,0.919,56,0.978,57,1.411,69,1.705,74,1.207,75,1.392,80,1.004,83,1.163,84,1.371,86,2.083,90,2.087,96,0.81,97,1.371,102,1.019,105,1.864,106,0.743,107,1.968,112,0.644,115,1.968,117,1.66,121,0.879,129,1.68,131,1.33,137,0.755,143,3.583,159,1.552,163,0.35,166,0.433,171,1.253,179,0.692,182,0.78,197,0.505,214,1.05,217,0.414,228,0.868,231,3.769,232,2.658,234,1.32,238,3.037,240,2.482,241,1.552,245,1.629,249,1.635,254,1.504,263,2.792,267,2.599,268,2.044,271,1.272,273,1.097,282,2.259,291,2.358,326,2.083,333,2.359,345,0.961,352,1.458,362,0.562,375,2.125,380,2.19,401,3.59,412,1.602,414,0.975,415,1.611,426,1.683,436,4.614,454,2.599,461,1.655,473,2.359,482,1.898,485,1.519,519,2.307,535,2.697,538,2.022,547,1.519,548,2.412,555,2.044,556,1.655,560,1.081,580,1.52,605,1.48,608,0.562,613,2.263,614,1.31,668,2.806,697,2.412,706,1.655,707,3.198,717,2.212,734,1.034,749,1.711,758,1.094,780,2.307,784,2.644,796,2.469,828,2.083,830,2.978,855,2.528,858,4.254,886,4.827,899,3.665,973,2.167,1008,0.933,1026,2.125,1029,6.911,1033,2.591,1083,2.978,1124,1.234,1133,1.48,1135,1.864,1138,2.254,1144,2.646,1157,1.77,1167,0.767,1203,4.56,1204,2.658,1208,1.458,1210,6.131,1214,3.637,1218,3.437,1223,4.758,1246,2.482,1249,3.602,1251,2.285,1259,3.183,1280,1.933,1350,4.56,1384,4.56,1389,2.73,1390,5.454,1392,3.302,1394,4.005,1395,6.053,1396,2.978,1397,3.984,1398,3.984,1399,3.32,1400,3.484,1401,2.806,1402,3.437,1403,3.437,1404,2.806,1406,5.068,1407,4.136,1409,3.59,1410,3.769,1411,2.528,1412,3.437,1415,1.435,1416,2.359,1417,2.528,1429,2.005,1443,1.629,1584,1.683,1586,2.083,1625,1.655,1743,3.183,1830,3.774,1844,2.73,1853,2.591,2173,2.044,2177,3.437,2204,3.774,2275,3.302,2311,2.73,2385,3.984,2395,4.614,2467,5.221,2531,2.38,2607,2.469,2685,4.621,2748,4.827,2839,7.497,2840,4.614,2841,4.254,2842,6.205,2843,5.162,2844,5.162,2845,4.614,2846,5.162,2847,5.162,2848,4.614,2849,4.614,2850,5.162,2851,5.162,2852,5.162,2853,5.162,2854,5.162,2855,5.162,2856,5.162,2857,3.769,2858,3.302,2859,4.136,2860,5.162,2861,4.614,2862,3.437,2863,5.162,2864,5.162,2865,5.162,2866,3.183,2867,3.59,2868,6.941,2869,5.162]],["file_terms//events/2023/07/throughput-computing-2023.html",[]],["root_relative_url//Showcase.html",[2870,5.048]],["high//Showcase.html",[1,0.226,3,0.485,23,0.244,34,0.041,217,0.362,228,0.646,785,3.624]],["medium//Showcase.html",[]],["content//Showcase.html",[1,0.32,4,0.295,11,1.861,34,0.057,39,0.699,46,1.654,56,0.76,69,1.573,71,0.675,73,2.201,74,1.287,75,2.086,80,1.185,90,1.832,102,1.203,105,2.201,116,1.134,118,2.459,121,1.037,138,0.075,160,0.578,162,1.373,165,0.583,179,0.847,212,0.891,217,0.498,228,0.889,234,0.919,240,1.803,241,1.832,245,1.134,263,2.254,266,1.954,275,1.775,293,2.02,303,0.699,308,1.922,316,1.747,345,1.134,361,1.461,379,2.558,384,0.801,394,1.151,398,2.652,408,1.394,433,1.037,447,2.015,514,2.784,547,1.333,548,2.847,552,1.668,555,3.365,556,1.954,565,3.138,567,2.412,571,3.631,580,1.433,611,1.668,680,1.775,684,2.401,731,1.803,784,2.054,785,4.091,839,1.668,899,4.313,1000,2.201,1037,4.237,1124,1.457,1152,1.618,1153,3.138,1206,5.15,1216,2.367,1218,4.056,1249,3.184,1262,2.984,1276,3.222,1313,2.784,1328,3.138,1350,3.312,1389,3.222,1396,3.515,1407,4.61,1419,2.784,1428,2.896,1443,3.059,1545,2.914,1549,2.281,1580,2.914,1591,2.611,1625,2.481,1753,3.757,1763,3.41,1769,3.184,1783,3.222,1809,2.24,1909,4.463,1911,4.463,1956,5.659,1969,5.15,1993,4.056,2028,3.757,2171,2.784,2181,3.515,2262,3.883,2299,2.847,2332,2.24,2387,3.631,2406,4.449,2444,2.412,2531,2.652,2701,4.237,2871,3.898,2872,3.222,2873,5.021,2874,4.056,2875,5.649,2876,4.703,2877,5.021,2878,4.237,2879,3.312,2880,3.515,2881,5.15,2882,5.447,2883,4.703,2884,3.898,2885,6.375,2886,5.447,2887,5.447,2888,5.447,2889,6.093,2890,3.41,2891,6.093]],["file_terms//Showcase.html",[]],["root_relative_url//news.html",[2677,5.846]],["high//news.html",[0,0.071,1,0.164,3,0.321,4,0.177,14,0.005,17,0.046,23,0.024,25,0.339,30,0.143,34,0.037,45,0.174,46,0.131,56,0.084,59,0.064,69,0.137,74,0.097,75,0.182,85,0.289,97,0.179,104,0.194,112,0.084,135,0.348,136,0.1,138,0.005,142,0.091,147,0.233,154,0.213,160,0.044,162,0.152,165,0.286,167,0.171,179,0.126,182,0.253,192,0.115,205,0.169,206,0.099,211,0.129,212,0.099,215,0.21,217,0.226,218,0.154,225,0.586,226,0.493,227,0.339,228,0.404,232,0.348,234,0.342,240,0.2,241,0.54,243,0.357,244,0.367,254,0.37,261,0.21,268,0.267,275,0.66,288,0.378,291,0.203,303,0.308,308,0.213,316,0.194,328,0.467,340,0.289,349,0.39,361,0.128,362,0.196,363,0.428,384,0.064,391,0.169,394,0.128,398,0.435,406,0.432,415,0.157,433,0.115,447,0.152,450,0.262,454,0.475,465,0.402,473,0.308,478,0.388,480,0.58,486,0.432,496,0.378,497,0.348,506,0.289,542,0.185,546,0.567,552,0.185,567,0.267,580,0.363,591,0.402,592,0.521,593,0.339,610,0.331,611,0.348,613,0.22,651,0.378,658,0.235,672,0.206,684,0.21,691,0.331,705,0.272,714,0.378,731,0.2,732,0.378,734,0.135,770,0.272,779,0.39,780,0.302,800,0.469,871,0.416,874,0.567,885,0.512,899,0.315,924,0.432,931,0.475,933,0.161,949,0.295,974,0.606,990,0.469,1000,0.244,1008,0.122,1035,0.402,1041,0.224,1103,0.2,1129,0.206,1144,0.4,1157,0.231,1167,0.1,1200,0.839,1216,0.262,1225,0.416,1226,0.521,1227,0.348,1228,0.315,1232,0.4,1238,0.469,1246,0.2,1253,0.253,1281,0.449,1283,0.39,1299,0.302,1302,0.39,1313,0.58,1408,0.493,1411,0.331,1413,0.378,1415,0.353,1416,0.308,1421,0.315,1422,0.39,1423,0.603,1424,0.432,1443,0.567,1444,0.469,1445,0.302,1591,0.289,1614,0.449,1619,0.449,1629,0.556,1630,0.469,1632,0.367,1647,0.432,1652,0.673,1653,0.416,1751,0.469,1762,0.289,1771,0.262,1781,0.469,1822,0.432,1827,0.39,1846,0.432,1867,0.235,1873,0.378,1890,0.432,1891,0.521,1956,0.449,1958,0.357,1970,0.432,1999,0.432,2181,0.39,2209,0.521,2227,0.272,2262,0.339,2268,0.367,2312,0.39,2332,0.248,2374,0.331,2381,0.367,2387,0.402,2402,0.521,2428,0.416,2531,0.231,2541,0.378,2542,0.469,2543,0.493,2672,0.378,2741,0.449,2801,0.367,2810,0.323,2879,0.367,2880,0.39,2881,0.449,2883,0.521,2884,0.432,2892,0.493,2893,0.883,2894,0.845,2895,0.469,2896,0.521,2897,0.367,2898,0.556,2899,0.493,2900,0.603,2901,0.521,2902,0.556,2903,0.556,2904,0.521,2905,0.556,2906,0.416,2907,0.556,2908,0.556,2909,0.493,2910,0.521,2911,0.556,2912,0.493,2913,0.402,2914,0.469,2915,0.521,2916,0.521,2917,0.927,2918,0.556,2919,0.603,2920,0.469,2921,0.521,2922,0.432,2923,0.493,2924,0.402,2925,0.449,2926,0.556,2927,0.603,2928,0.402,2929,0.449,2930,0.493,2931,0.556,2932,0.432,2933,0.493,2934,0.556,2935,0.603,2936,0.556,2937,0.556,2938,0.603,2939,0.432,2940,0.556,2941,0.556,2942,0.556,2943,0.556,2944,0.603,2945,0.493,2946,0.521,2947,0.521,2948,0.556,2949,0.556,2950,0.603,2951,0.416,2952,0.556]],["medium//news.html",[]],["content//news.html",[0,0.306,1,0.181,3,0.512,17,0.141,19,1.134,25,1.038,34,0.051,45,1.416,79,1.653,96,0.568,106,0.791,138,0.044,142,0.743,148,1.276,160,0.355,234,1.092,241,3.061,247,1.069,275,1.601,280,1.917,293,1.822,303,0.63,398,1.885,411,2.262,542,1.982,547,1.203,575,3.963,611,1.505,627,3.39,632,1.528,642,3.659,706,1.763,716,1.008,718,2.021,780,3.844,824,1.334,828,3.471,830,3.171,907,5.502,919,4.399,993,2.356,1018,3.823,1026,2.262,1086,4.63,1129,1.679,1167,0.816,1214,4.109,1233,2.356,1234,2.356,1258,3.275,1259,4.463,1260,2.629,1383,4.313,1427,4.014,1443,1.734,1444,3.823,1645,4.819,1858,2.629,1914,3.275,2047,6.668,2231,4.63,2234,6.47,2249,3.823,2299,4.287,2545,7.687,2546,7.086,2547,7.708,2552,6.279,2682,6.246,2683,4.243,2686,3.823,2881,6.724,2893,5.034,2894,4.819,2895,3.823,2921,7.795,2953,4.53,2954,3.823,2955,4.243,2956,4.014,2957,5.497,2958,8.6,2959,8.666,2960,8.936,2961,9.493,2962,9.354,2963,9.354,2964,7.988,2965,7.086,2966,4.675,2967,8.362,2968,8.362,2969,7.988,2970,5.497,2971,5.497,2972,6.47,2973,7.238,2974,8.362,2975,9.493,2976,9.493,2977,4.914,2978,4.243]],["file_terms//news.html",[]],["root_relative_url//uw-research-computing/transfer-data-researchdrive.html",[0,0.203,1,0.121,17,0.094,2979,3.655,2980,3.655]],["high//uw-research-computing/transfer-data-researchdrive.html",[3,0.505,6,1.513,7,0.482,12,1.161,13,0.763,23,0.192,33,0.876,70,3.209,170,1.619,414,1.017,898,2.132,1041,1.785,1452,2.174,2981,4.814]],["medium//uw-research-computing/transfer-data-researchdrive.html",[24,2.4,26,4.559,138,0.07,392,2.472,933,1.879,1044,1.118,1051,2.367,1082,1.765,1154,1.387,1527,3.85,1587,2.739,2491,5.37,2733,3.314,2982,5.145,2983,5.145,2984,6.243,2985,7.856,2986,6.243,2987,8.597,2988,6.243,2989,6.243,2990,4.63,2991,3.428,2992,3.064]],["content//uw-research-computing/transfer-data-researchdrive.html",[0,0.299,1,0.177,3,0.707,4,0.319,6,1.908,7,0.617,10,0.205,14,0.037,17,0.219,23,0.191,30,1.515,32,2.94,33,1.302,35,1.758,38,0.528,43,0.934,44,1.232,46,1.387,47,0.957,50,1.557,56,0.889,59,0.804,60,1.893,61,4.316,62,2.512,63,1.512,65,1.731,66,1.839,69,1.093,70,4.249,71,0.596,82,1.631,95,3.502,96,0.555,102,1.061,103,0.862,117,1.285,128,2.633,138,0.078,139,1.03,148,1.248,160,0.461,163,0.364,165,0.45,166,0.715,167,1.364,168,1.493,169,1.194,170,3.03,171,1.305,172,1.518,173,1.428,174,1.472,181,1.972,186,1.093,189,1.367,269,1.324,271,1.757,273,1.515,330,1.142,345,1.327,382,2.144,392,2.823,408,1.229,415,1.248,423,2.303,425,0.635,433,0.915,455,2.077,475,1.406,478,1.642,488,2.088,494,1.406,501,1.812,547,1.561,556,2.566,632,1.495,659,3.657,666,1.015,726,1.908,734,1.077,801,2.57,824,1.305,920,1.344,969,1.518,1030,3.188,1052,2.088,1107,2.117,1114,1.995,1125,4.465,1129,1.642,1144,1.696,1146,2.325,1150,3.23,1151,2.045,1152,1.428,1160,2.878,1163,2.633,1164,1.472,1176,2.012,1183,3.738,1196,3.311,1208,2.014,1227,1.953,1325,2.352,1361,2.922,1439,4.918,1563,1.812,1587,4.508,1735,3.008,1737,4.115,2339,5.12,2688,2.768,2990,4.805,2993,5.375,2994,4.805,2995,4.429,2996,4.805]],["file_terms//uw-research-computing/transfer-data-researchdrive.html",[]],["root_relative_url//uw-research-computing/how-tos.html",[0,0.229,1,0.136,2997,4.108,2998,4.108]],["high//uw-research-computing/how-tos.html",[3,0.534,23,0.268,1801,6.738]],["medium//uw-research-computing/how-tos.html",[]],["content//uw-research-computing/how-tos.html",[3,0.568,50,1.777,73,2.899,142,1.085,165,0.507,608,0.874,1135,2.899,1227,2.198,2999,5.86]],["file_terms//uw-research-computing/how-tos.html",[]],["root_relative_url//uw-research-computing/dask.html",[0,0.261,1,0.155,3000,4.689]],["high//uw-research-computing/dask.html",[3,0.635,4,0.282,23,0.219,3001,8.022]],["medium//uw-research-computing/dask.html",[3002,6.186]],["content//uw-research-computing/dask.html",[1,0.179,3,0.69,4,0.327,10,0.216,14,0.038,16,1.185,17,0.184,20,1.257,21,1.276,33,1.166,34,0.047,35,1.008,38,0.401,39,0.621,40,1.553,42,1.962,43,1.119,44,1.238,47,1.522,50,1.663,57,1.101,58,0.539,64,2.336,68,4.136,72,1.99,77,3.07,80,1.053,82,1.238,85,2.32,87,2.228,90,1.627,99,1.577,103,0.868,112,0.893,116,1.591,121,0.922,124,0.855,131,1.846,133,2.788,136,0.804,148,1.257,151,2.49,153,2.717,159,1.627,160,0.463,161,5.093,162,1.22,163,0.579,164,3.008,173,1.438,174,1.482,182,0.589,183,2.164,192,0.922,193,1.053,194,1.101,196,2.377,197,0.786,212,1.25,214,1.808,217,0.424,218,1.837,247,1.563,256,1.577,269,1.765,273,1.707,276,3.008,279,2.103,300,5.232,303,0.621,317,4.77,328,3.143,345,1.008,354,2.027,360,1.654,362,0.875,363,1.825,366,2.651,412,1.68,414,1.023,415,1.257,422,1.529,427,2.534,433,0.922,488,2.103,489,2.42,508,2.788,511,2.143,515,2.788,516,1.602,573,1.395,608,0.875,611,1.482,612,1.946,616,3.03,632,1.505,641,3.509,654,1.185,660,1.736,663,2.53,677,2.273,702,1.955,711,2.12,749,1.794,834,3.953,840,2.185,842,2.42,863,2.369,867,3.338,868,1.765,897,1.654,918,4.461,920,2.008,945,3.765,950,5.093,973,4.092,999,4.983,1021,3.338,1034,2.32,1043,3.765,1124,1.294,1133,1.553,1138,1.354,1146,2.336,1152,1.438,1161,4.178,1167,0.804,1168,2.949,1173,5.232,1271,3.604,1277,3.123,1315,2.42,1429,2.783,1549,3.2,1577,2.682,1593,3.895,1613,2.651,1671,2.943,1741,4.088,1846,3.463,1848,3.123,1858,2.589,1984,3.123,2311,2.863,2332,2.634,2391,3.123,2480,2.589,2626,3.604,2627,3.604,2628,3.338,2629,4.178,3001,8.964,3003,3.597,3004,4.178,3005,7.165,3006,3.123,3007,4.461,3008,4.461,3009,5.413,3010,5.413,3011,5.413,3012,7.165,3013,4.461,3014,4.839,3015,4.461,3016,3.463,3017,4.178,3018,4.839,3019,3.953,3020,5.413]],["file_terms//uw-research-computing/dask.html",[]],["root_relative_url//technologies.html",[3021,6.54]],["high//technologies.html",[3,0.534,23,0.268,291,2.266]],["medium//technologies.html",[]],["content//technologies.html",[1,0.253,3,0.543,18,0.309,29,1.156,34,0.045,69,1.559,74,1.104,75,2.068,100,2.629,129,1.536,162,1.728,165,0.593,182,0.631,234,1.156,254,2.234,261,2.38,267,3.331,268,3.036,348,2.924,394,1.449,407,3.849,461,2.459,500,3.095,527,3.756,609,4.357,611,2.1,612,1.678,654,1.678,706,2.459,716,1.406,1272,4.729,1369,4.569,1428,2.871,1769,3.156,3022,5.333,3023,5.919]],["file_terms//technologies.html",[]],["root_relative_url//uw-research-computing/chtc-services.html",[0,0.229,1,0.136,3024,4.108,3025,3.672]],["high//uw-research-computing/chtc-services.html",[1,0.169,3,0.591,4,0.169,17,0.131,18,0.178,23,0.182,30,1.465,34,0.049,93,1.562,217,0.364,228,0.482,868,1.259,2923,3.732,2999,3.732]],["medium//uw-research-computing/chtc-services.html",[]],["content//uw-research-computing/chtc-services.html",[0,0.508,1,0.276,3,0.706,4,0.318,7,0.455,10,0.204,14,0.061,17,0.214,18,0.307,19,1.213,23,0.209,25,1.11,30,1.94,34,0.056,36,2.015,38,0.435,39,0.674,43,0.99,45,2.154,46,1.144,48,2.327,57,1.537,58,0.586,59,0.832,69,1.856,74,0.846,75,1.585,80,1.144,90,2.273,93,1.796,94,2.385,97,1.561,99,1.712,102,1.161,103,1.212,124,0.928,126,1.808,137,1.106,139,1.449,146,2.327,157,1.492,160,0.489,163,0.512,165,0.371,168,1.231,177,1.712,182,0.484,197,0.575,204,1.016,207,2.465,211,1.127,212,0.859,215,1.458,249,1.385,257,1.047,271,1.448,273,1.607,277,1.885,280,2.05,348,2.241,362,0.64,363,1.981,381,2.372,384,0.861,420,1.213,422,1.66,425,0.832,438,1.538,455,1.712,489,3.38,495,1.948,511,2.327,516,1.74,538,1.712,547,1.286,552,2.07,554,2.201,602,2.284,613,1.916,618,2.747,660,1.885,680,1.712,684,1.825,701,2.637,704,2.68,706,1.885,707,3.365,716,1.387,757,1.796,820,2.008,847,3.027,885,2.372,929,1.919,942,2.419,969,1.66,1002,2.78,1009,2.086,1026,3.112,1030,2.628,1129,1.796,1133,1.686,1143,1.515,1150,2.372,1151,1.686,1184,1.796,1205,2.015,1208,2.36,1217,3.109,1235,2.241,1269,6.665,1280,2.201,1293,3.109,1303,3.196,1312,2.284,1370,3.027,1453,1.885,1543,2.686,1600,2.879,1605,3.392,1632,3.196,1691,3.29,1757,2.372,1773,2.519,1847,3.625,1908,3.109,2006,3.109,2059,3.913,2181,3.392,2240,2.951,2257,2.879,2379,3.913,2444,2.327,2661,4.088,2708,5.255,2775,3.913,2866,3.625,2999,5.521,3016,3.761,3026,7.561,3027,4.292,3028,5.878,3029,5.878,3030,4.292,3031,5.255,3032,3.29,3033,4.844,3034,4.837,3035,5.255,3036,5.255,3037,5.878,3038,5.255]],["file_terms//uw-research-computing/chtc-services.html",[]],["root_relative_url//uw-research-computing/use-submit-node.html",[0,0.203,1,0.121,166,0.307,2676,3.012,3039,3.267]],["high//uw-research-computing/use-submit-node.html",[3,0.314,4,0.206,12,0.957,13,1.026,14,0.043,15,0.929,16,0.971,17,0.114,18,0.154,19,0.915,20,1.03,21,0.79,22,1.47,23,0.158,35,0.826,63,1.181,97,1.178,102,0.876,165,0.457,166,0.525,384,0.418,420,0.915,425,0.395]],["medium//uw-research-computing/use-submit-node.html",[933,1.917]],["content//uw-research-computing/use-submit-node.html",[1,0.155,3,0.673,4,0.323,5,1.611,6,1.6,7,0.588,10,0.225,13,1.059,14,0.071,17,0.121,18,0.163,19,0.97,23,0.232,29,0.709,30,0.998,33,0.765,34,0.048,35,1.73,36,2.561,38,0.482,39,0.971,43,0.615,48,1.86,50,1.705,56,0.812,57,1.324,59,0.614,60,1.304,63,1.697,66,1.23,71,0.894,94,1.482,95,2.056,96,0.672,97,1.984,99,1.369,102,0.928,103,1.357,104,1.348,106,1.075,112,0.586,116,1.212,121,1.108,124,1.179,131,1.677,136,0.698,137,0.952,138,0.037,139,0.901,142,0.635,144,0.824,145,3.136,147,0.862,148,1.091,155,0.849,157,1.652,158,2.021,160,0.421,163,0.546,165,0.587,166,0.847,167,1.193,168,0.984,169,1.043,170,1.413,171,1.14,172,1.838,173,1.248,174,1.287,175,1.124,176,2.045,177,2.467,178,1.287,179,0.649,180,1.532,181,1.604,182,0.663,183,1.075,184,2.605,185,1.413,186,0.955,187,1.175,188,1.446,189,0.901,190,1.413,191,1.175,192,1.108,193,0.914,194,0.955,195,1.532,196,1.81,197,0.731,198,1.532,199,1.584,200,1.193,201,1.584,202,1.639,203,1.925,204,1.291,205,0.625,206,0.687,207,1.532,208,1.584,209,1.413,210,0.928,211,0.901,212,1.092,213,1.124,214,0.955,215,0.776,216,1.532,217,0.248,218,1.075,219,1.435,220,1.175,221,1.013,222,1.668,223,1.229,245,0.875,247,1.267,256,1.369,257,0.837,273,0.998,323,2.485,335,0.567,344,1.934,345,1.576,348,1.792,354,2.437,362,0.512,372,3.042,380,1.482,381,3.015,384,0.614,391,1.175,394,1.23,414,1.23,420,0.97,425,0.58,426,1.532,494,1.229,495,1.557,502,1.639,525,1.532,547,1.853,575,2.301,614,1.193,634,3.128,647,3.643,652,2.147,680,1.369,698,2.897,700,0.862,702,2.351,703,2.8,708,3.128,711,1.39,734,0.941,742,1.013,756,1.611,820,1.729,868,1.157,885,1.896,897,1.989,899,2.196,921,2.1,929,1.193,947,1.934,961,2.056,1015,2.31,1020,1.86,1042,2.679,1059,1.639,1071,2.054,1086,3.006,1104,2.711,1124,1.124,1129,1.435,1133,1.867,1138,2.191,1143,1.677,1150,1.896,1151,1.867,1167,0.967,1171,3.268,1180,1.896,1184,2.463,1188,2.8,1204,2.42,1208,2.391,1214,1.896,1235,1.792,1251,1.369,1418,3.431,1428,1.759,1556,2.554,1566,2.147,1599,1.584,1617,2.518,1905,1.934,1923,3.128,2059,3.128,2240,2.359,2311,2.485,2374,2.301,2391,2.711,2480,2.247,2619,3.268,2738,3.128,2739,4.2,2748,3.268,2982,5.364,2983,3.872,3040,3.95,3041,3.872,3042,4.699,3043,4.699,3044,2.897,3045,3.872,3046,5.819,3047,3.268,3048,3.627,3049,4.699,3050,3.872,3051,3.268]],["file_terms//uw-research-computing/use-submit-node.html",[]],["root_relative_url//uw-research-computing/get-help.html",[0,0.229,1,0.136,3052,3.385,3053,4.108]],["high//uw-research-computing/get-help.html",[1,0.163,3,0.477,23,0.176,34,0.029,57,1.005,103,0.793,112,0.616,131,1.274,142,1.037,177,1.44,181,1.218,247,0.962,680,1.44,700,0.907,734,0.991,1124,1.182,1143,1.274,1167,0.734,1208,1.396,1309,1.639,3054,4.944]],["medium//uw-research-computing/get-help.html",[1233,3.176,1234,3.176,3055,6.107,3056,6.107,3057,5.411,3058,5.411]],["content//uw-research-computing/get-help.html",[1,0.316,3,0.641,4,0.299,7,0.526,11,1.753,14,0.061,17,0.212,18,0.259,19,1.184,22,2.468,30,1.22,34,0.058,35,1.068,38,0.425,42,1.571,43,1.145,44,0.992,48,2.947,49,3.646,50,1.117,52,0.879,53,1.698,56,0.716,57,1.514,62,2.682,63,1.084,64,2.427,65,1.807,66,1.561,71,0.636,72,2.11,76,4.763,83,1.678,86,2.316,87,2.362,89,1.457,94,1.811,95,3.258,96,0.903,102,1.133,103,1.193,106,0.826,123,2.881,124,0.906,131,2.435,136,1.106,138,0.046,139,1.1,142,1.182,145,2.41,160,0.481,163,0.389,165,0.362,166,0.625,177,2.169,179,0.572,182,0.472,189,1.1,194,1.167,197,0.562,256,2.169,257,1.325,348,2.188,359,2.362,362,0.9,383,2.745,384,0.541,404,2.565,425,0.807,430,1.15,439,3.258,478,1.753,484,2.745,485,1.808,491,2.362,510,1.753,547,1.256,556,1.84,605,1.646,608,0.9,654,1.256,658,2.882,697,2.682,700,1.604,707,2.188,716,1.365,717,2.459,734,1.492,758,0.801,802,2.811,824,1.807,854,1.672,917,2.316,922,2.511,980,2.11,982,2.811,1005,2.811,1008,1.037,1030,3.328,1103,1.698,1107,1.332,1114,1.629,1124,1.372,1134,2.622,1138,2.186,1143,2.129,1150,2.316,1152,1.524,1167,1.345,1208,2.469,1209,3.991,1216,2.23,1221,5.436,1230,4.729,1232,1.811,1246,2.588,1251,1.672,1278,5.13,1280,2.149,1307,3.126,1309,2.739,1361,3.12,1417,2.811,1418,4.19,1494,1.84,1575,3.212,1577,2.787,1584,1.871,1617,1.935,1625,1.84,1657,1.968,1659,4.492,1687,6.378,1757,3.005,1809,2.11,1849,3.035,1867,2.002,1908,3.035,1971,3.402,2026,4.43,2200,3.991,2217,4.047,2377,4.43,2476,4.19,2588,3.42,2679,3.991,2684,3.821,2701,3.991,2748,3.991,2866,3.539,3059,4.19,3060,3.991,3061,3.821,3062,5.13,3063,5.739,3064,5.739,3065,5.739,3066,5.739,3067,5.739]],["file_terms//uw-research-computing/get-help.html",[]],["root_relative_url//ospool-computation.html",[613,1.781,3068,5.462]],["high//ospool-computation.html",[1,0.221,3,0.474,23,0.238,34,0.04,162,1.51,275,1.952,613,2.185,1822,4.287]],["medium//ospool-computation.html",[]],["content//ospool-computation.html",[1,0.277,4,0.23,10,0.213,14,0.055,16,1.136,17,0.232,18,0.18,19,1.071,21,0.924,30,1.103,33,0.845,34,0.055,38,0.385,39,0.595,40,1.999,42,1.422,43,0.68,46,1.356,58,0.694,67,2.056,74,0.747,77,2.225,79,1.561,82,1.594,84,1.379,96,0.813,102,1.731,104,1.999,108,1.379,116,0.966,124,0.82,136,0.771,138,0.041,142,1.063,144,1.475,147,1.278,160,0.567,163,0.533,178,1.422,179,0.694,182,0.427,189,1.336,193,1.53,197,0.508,205,0.691,217,0.368,228,0.657,229,6.071,234,0.783,238,3.442,245,0.966,247,1.53,256,1.513,257,1.241,266,1.665,276,2.926,277,1.665,279,2.707,303,0.964,307,3.9,308,1.638,327,2.926,329,3.333,330,1.103,349,2.996,353,2.606,355,1.811,357,3.094,372,2.426,376,1.642,384,0.657,414,0.981,420,1.438,433,1.339,438,1.358,440,4.152,444,5.236,463,2.906,478,2.129,495,1.721,502,1.811,510,2.129,511,2.056,514,2.372,515,2.674,525,1.693,535,2.017,542,1.908,545,1.909,573,1.338,580,1.348,598,2.823,605,1.999,608,0.955,611,1.422,612,1.136,613,3.197,614,1.318,615,2.483,616,2.906,625,3.611,650,1.75,654,1.525,667,3.094,669,2.137,672,1.586,673,2.321,676,2.199,680,1.513,690,2.823,697,2.426,700,0.952,711,2.062,731,2.488,742,1.12,751,1.909,756,1.78,758,0.724,777,2.027,782,2.543,789,2.562,799,2.906,828,2.095,844,2.056,854,2.03,869,2.225,893,2.823,897,1.586,902,3.094,906,2.746,921,2.321,931,1.944,939,2.674,974,1.75,976,2.792,979,3.202,982,3.413,993,2.225,1065,1.612,1103,1.537,1108,1.4,1135,1.875,1147,2.996,1152,1.379,1205,1.78,1251,1.513,1284,2.996,1294,2.606,1312,2.017,1333,2.272,1404,2.823,1428,1.944,1429,2.017,1443,1.638,1452,2.095,1494,1.665,1536,2.426,1558,2.746,1564,3.457,1600,2.543,1612,2.426,1631,4.007,1638,2.272,1652,1.944,1654,3.322,1659,4.57,1661,3.322,1689,3.762,1691,2.906,1738,3.322,1769,2.137,1773,2.225,1810,2.674,1829,4.641,1844,2.746,1867,2.743,1889,3.791,1896,3.611,1940,3.457,2017,3.791,2149,2.746,2158,2.606,2233,3.322,2258,2.543,2299,3.256,2361,2.18,2363,2.906,2365,4.021,2432,2.996,2439,3.094,2494,3.791,2632,4.278,2663,4.007,2674,4.021,2809,4.152,2810,2.483,2872,4.159,2874,3.457,2906,3.202,3013,4.278,3044,3.202,3069,9.495,3070,4.641,3071,4.641,3072,4.007,3073,5.192,3074,5.192,3075,5.192,3076,7.866,3077,3.457,3078,4.278,3079,4.641,3080,6.969,3081,4.641,3082,4.641,3083,4.278,3084,5.192,3085,4.641,3086,4.007,3087,5.192,3088,3.611,3089,3.9,3090,4.278,3091,5.192,3092,5.192,3093,3.094,3094,4.641,3095,5.192,3096,4.641,3097,3.202,3098,5.192,3099,4.278,3100,4.007,3101,4.641,3102,5.192,3103,5.192]],["file_terms//ospool-computation.html",[]],["root_relative_url//astronomy-archives.html",[227,2.742,3104,5.462]],["high//astronomy-archives.html",[3,0.445,23,0.223,197,0.615,227,3.154,234,0.947,303,0.721,335,0.758,425,0.559,777,1.619,2688,3.235,3105,5.616]],["medium//astronomy-archives.html",[]],["content//astronomy-archives.html",[1,0.326,4,0.288,7,0.236,14,0.027,17,0.26,25,0.74,29,0.591,32,1.299,34,0.055,35,0.729,36,1.962,38,0.66,39,1.022,40,1.641,43,0.749,44,0.989,46,0.762,47,1.019,53,1.16,59,0.7,71,0.634,82,0.896,83,0.883,84,1.041,85,1.679,91,2.261,96,0.405,97,1.041,99,1.142,103,1.083,108,1.52,110,1.16,112,0.926,116,0.729,117,0.937,126,0.937,129,0.785,136,1.344,137,0.573,138,0.059,139,0.751,141,1.613,142,0.913,144,0.687,147,1.049,160,0.253,163,0.503,171,0.951,179,0.673,191,0.98,192,0.667,197,0.383,204,0.677,206,1.086,212,0.837,217,0.392,223,1.497,227,4.277,228,0.369,234,1.383,245,1.065,247,1.113,248,4.167,249,0.923,252,1.494,253,1.391,254,1.142,256,1.142,257,1.019,258,1.679,261,1.217,262,2.726,263,1.142,265,5.925,266,1.257,273,0.833,276,1.646,279,2.223,280,1.367,288,2.193,291,1.178,293,1.299,299,2.072,301,4.699,303,0.977,307,2.193,308,1.236,309,1.679,310,1.896,314,2.726,323,2.072,325,4.498,330,1.923,332,2.261,334,3.899,335,0.69,345,0.729,348,1.494,350,1.467,353,1.967,355,1.367,356,2.577,360,1.197,361,1.081,362,0.427,371,3.639,372,1.831,391,0.98,392,2.265,409,4.416,410,1.551,415,1.725,422,1.616,425,0.509,427,1.236,433,1.15,437,4.177,438,1.025,439,1.715,445,1.321,447,1.289,449,3.021,452,4.167,454,1.467,461,1.257,467,3.229,475,1.497,480,1.791,495,1.896,499,2.98,500,2.727,516,1.16,524,2.417,525,1.278,527,1.919,528,1.715,529,2.064,537,1.791,538,1.142,542,1.567,545,1.441,547,0.858,548,1.831,554,1.467,560,1.198,565,2.018,572,3.202,573,1.01,580,1.191,602,2.223,605,1.124,608,0.899,612,1.252,616,2.193,618,2.673,643,1.791,645,2.072,647,2.193,650,1.321,666,0.74,667,2.335,669,2.781,677,1.646,680,1.142,685,3.409,690,2.131,695,1.679,696,3.229,706,1.257,716,1.049,726,2.637,735,1.967,743,2.131,752,2.193,756,1.962,757,1.197,758,0.547,761,2.067,770,1.582,781,1.791,784,1.929,789,1.441,795,2.609,799,2.193,808,3.66,810,1.752,820,2.099,824,0.951,848,1.257,853,6.04,855,1.919,868,1.665,869,1.679,885,1.582,892,3.252,897,1.197,906,2.072,922,1.715,948,2.726,952,1.967,966,3.66,972,2.335,974,1.321,976,1.391,977,3.025,996,1.967,1008,0.708,1015,1.391,1025,3.979,1040,1.715,1137,2.104,1151,1.641,1152,1.041,1157,1.344,1172,2.072,1176,2.782,1200,1.831,1205,1.344,1246,1.16,1265,2.726,1328,2.018,1330,2.018,1331,2.507,1333,1.715,1345,2.417,1369,2.335,1393,2.018,1416,1.791,1417,1.919,1453,2.383,1456,2.417,1475,1.874,1488,2.507,1549,1.467,1555,1.967,1599,1.321,1612,1.831,1617,1.321,1632,4.632,1658,2.507,1677,1.715,1684,3.301,1701,2.193,1769,2.355,1771,1.522,1773,2.452,1828,3.528,1853,1.967,1876,4.177,1905,1.613,1914,2.335,2155,1.646,2165,1.791,2178,5.568,2195,3.528,2210,3.202,2268,2.131,2270,2.072,2283,3.025,2311,2.072,2325,2.131,2362,2.018,2368,3.229,2411,2.861,2425,2.609,2429,3.503,2444,2.265,2531,1.344,2541,2.193,2584,1.715,2656,2.507,2674,2.261,2688,4.498,2753,2.507,2769,2.507,2783,3.503,2810,2.736,2834,2.261,2890,2.193,3003,1.967,3105,6.04,3106,2.726,3107,3.229,3108,3.503,3109,9.574,3110,3.919,3111,7.063,3112,3.919,3113,3.919,3114,3.919,3115,3.919,3116,8.251,3117,5.215,3118,3.919,3119,3.919,3120,3.503,3121,5.114,3122,3.919,3123,3.229,3124,3.025,3125,3.025,3126,3.919,3127,3.503,3128,3.229,3129,3.919,3130,3.025,3131,5.721,3132,4.158,3133,5.425,3134,3.919,3135,3.919,3136,3.919,3137,3.919,3138,4.714,3139,3.919,3140,3.919,3141,3.919,3142,3.919,3143,3.919,3144,3.919,3145,3.229,3146,5.167,3147,3.919,3148,3.919,3149,3.229,3150,3.919,3151,3.919,3152,3.025,3153,3.919,3154,3.229,3155,3.919,3156,3.919,3157,3.229,3158,4.714,3159,3.919,3160,3.919,3161,2.609,3162,3.025,3163,3.503,3164,3.229,3165,3.919,3166,3.503,3167,3.919,3168,3.919,3169,3.503,3170,3.503,3171,3.025,3172,2.507,3173,3.229,3174,6.04,3175,3.919,3176,3.919,3177,3.919,3178,5.721,3179,3.503,3180,3.503,3181,3.919,3182,3.919,3183,5.721,3184,3.919,3185,3.229,3186,3.503,3187,3.025,3188,3.919,3189,3.229,3190,3.025,3191,3.919,3192,3.229,3193,3.229]],["file_terms//astronomy-archives.html",[]],["root_relative_url//uw-research-computing/julia-jobs.html",[0,0.229,1,0.136,1039,2.299,3194,4.108]],["high//uw-research-computing/julia-jobs.html",[3,0.2,4,0.093,7,0.268,10,0.065,12,0.608,13,0.4,14,0.055,15,0.59,16,0.617,17,0.072,18,0.098,19,0.582,20,0.655,21,0.502,22,0.935,23,0.1,44,0.77,52,0.432,93,0.861,151,1.827,155,1.133,166,0.573,182,0.232,194,1.122,197,0.54,202,2.651,205,0.592,573,0.727,1091,1.244,1381,0.967,1563,0.95,1715,2.522,1736,1.348,2173,1.116,2274,1.318,3195,2.52]],["medium//uw-research-computing/julia-jobs.html",[6,0.214,7,0.206,10,0.065,14,0.014,18,0.039,25,1.254,52,0.314,60,0.227,66,0.387,74,0.295,113,0.325,138,0.075,142,0.277,151,1,152,1.139,157,1.466,166,0.095,189,0.217,192,0.193,202,3.015,205,0.151,221,0.604,335,0.338,455,0.33,682,0.654,933,0.67,955,1.866,962,0.409,1044,0.913,1051,1.814,1052,1.721,1053,0.725,1055,1.792,1056,0.979,1059,1.197,1062,0.725,1063,0.467,1066,0.979,1067,0.957,1068,0.6,1069,0.957,1070,1.669,1071,0.646,1072,1.681,1073,0.916,1082,1.443,1091,0.631,1109,2.29,1110,0.654,1111,2.071,1154,0.252,1168,0.467,1176,0.424,1189,0.37,1415,0.954,1457,0.507,1474,1.831,1481,0.828,1483,0.699,1488,0.725,1494,0.364,1500,1.406,1715,2.369,2041,5.609,2052,2.504,2285,0.875,2476,0.828,2517,0.934,2520,0.654,2521,0.584,2522,0.675,2523,0.675,2598,0.725,2784,1.727,2972,1.831,3196,5.775,3197,0.934,3198,0.699,3199,3.433,3200,3.433,3201,4.431,3202,1.013,3203,5.185,3204,1.134,3205,2.048,3206,1.134,3207,1.134,3208,2.048,3209,3.548,3210,1.134,3211,1.134,3212,1.134,3213,0.675,3214,0.934,3215,0.934,3216,1.134,3217,4.431,3218,0.934,3219,1.134,3220,1.134,3221,2.504,3222,0.875,3223,0.875]],["content//uw-research-computing/julia-jobs.html",[3,0.585,4,0.332,5,1.348,6,1.279,7,0.595,10,0.224,13,0.557,14,0.071,15,1.417,17,0.101,18,0.259,23,0.204,25,1.785,29,0.593,33,0.64,35,0.732,38,0.647,39,0.776,44,1.427,47,0.7,50,1.317,52,1.211,56,0.844,57,1.166,58,0.571,59,0.541,60,1.786,63,1.494,64,1.869,65,1.392,66,1.083,67,1.556,71,0.825,80,0.765,82,1.951,84,1.523,90,1.182,96,0.406,102,0.776,103,1.268,112,0.49,113,1.941,117,0.94,124,1.175,129,0.788,131,1.013,136,0.851,137,0.99,138,0.069,139,0.754,144,0.689,146,1.556,147,0.721,151,2.855,152,0.926,155,1.765,157,1.888,158,1.22,160,0.438,163,0.56,165,0.538,166,0.838,167,0.998,168,0.823,169,0.873,170,1.182,171,0.954,172,1.11,173,1.044,174,1.076,175,1.371,176,1.853,177,1.145,178,1.853,179,0.571,180,1.281,181,1.667,182,0.701,183,0.899,184,1.371,185,1.182,186,0.799,187,0.983,188,1.503,189,0.754,190,2.378,191,1.692,192,1.267,193,1.116,194,1.734,195,1.281,196,1.594,197,0.908,198,1.281,199,1.325,200,0.998,201,1.325,202,3.533,203,1.744,204,1.286,205,1.099,206,0.575,207,1.281,208,1.325,209,1.182,210,0.776,211,0.754,212,0.575,213,0.94,214,0.799,215,0.649,216,1.281,217,0.207,218,1.311,219,1.201,220,0.983,221,0.848,222,1.395,223,1.028,261,1.22,273,0.835,282,1.72,308,1.24,310,1.303,350,1.472,354,1.472,361,1.083,362,0.624,367,1.973,391,0.983,408,0.899,415,1.331,420,1.183,423,2.457,425,0.35,427,1.24,430,0.788,451,1.757,455,1.67,479,2.2,573,1.744,726,1.395,734,0.788,742,1.236,758,0.944,820,1.044,824,0.954,898,1.556,929,1.718,947,1.618,955,3.117,962,1.42,969,1.11,1044,2.207,1046,1.757,1051,2.62,1059,1.371,1091,2.112,1107,1.836,1108,1.825,1114,1.866,1124,1.975,1128,2.137,1129,1.201,1133,2.269,1135,2.445,1138,1.692,1143,1.477,1144,1.24,1151,2.269,1152,1.523,1154,1.834,1157,1.348,1167,0.584,1168,2.36,1170,2.617,1174,2.515,1176,2.534,1177,2.079,1182,2.268,1185,3.034,1189,2.207,1196,1.527,1205,1.348,1318,2.734,1381,1.348,1543,2.62,1546,2.2,1549,2.147,1550,2.734,1553,1.618,1555,1.973,1563,1.325,1577,1.472,1591,2.457,1594,1.925,1599,1.325,1700,4.707,1715,3.615,1735,2.2,1744,2.342,1757,2.314,1923,2.617,2171,1.796,2223,1.618,2257,1.925,2280,2.342,2281,2.515,2302,2.2,2353,2.617,2372,2.617,2481,2.342,2738,4.506,2784,2.424,2815,2.515,2834,2.268,3195,3.514,3198,4.588,3202,5.125,3209,5.125,3224,3.034,3225,3.931,3226,2.515,3227,3.931,3228,3.514,3229,2.87,3230,3.931,3231,5.734,3232,3.931,3233,6.769,3234,2.87,3235,3.239]],["file_terms//uw-research-computing/julia-jobs.html",[]],["root_relative_url//uw-research-computing/hpc-spack-install.html",[0,0.203,1,0.121,1798,1.835,3236,2.433,3237,3.655]],["high//uw-research-computing/hpc-spack-install.html",[3,0.141,4,0.204,12,0.431,13,0.283,14,0.014,15,0.418,18,0.177,19,0.412,23,0.071,60,0.4,83,0.45,124,0.315,151,1.797,152,0.792,155,1.409,175,0.478,191,1.723,194,0.406,197,0.426,210,1.415,214,0.406,221,0.431,236,1.193,303,0.229,335,0.241,352,0.949,404,1.503,420,0.898,488,0.776,645,1.057,666,0.377,1008,0.361,1041,1.114,1045,0.523,1144,0.63,1415,0.935,1437,0.709,1467,1.232,1479,1.191,1584,0.651,1798,3.458,2173,0.791,2342,1.647,2350,1.029,3238,1.647,3239,1.998,3240,3.586,3241,3.359,3242,1.998,3243,3.362,3244,3.891]],["medium//uw-research-computing/hpc-spack-install.html",[7,0.102,10,0.039,46,0.33,58,0.169,83,0.66,89,1.164,94,2.02,96,0.175,117,0.406,134,0.898,138,0.057,152,1.332,155,0.529,166,0.143,168,0.808,191,0.732,197,0.286,210,0.335,335,0.205,576,0.519,701,0.592,777,0.438,824,0.412,1044,0.554,1075,1.159,1076,0.713,1101,1.311,1106,0.603,1110,1.689,1184,0.894,1473,1.086,1611,0.852,1617,1.546,1627,1.24,1709,3.779,1710,1.399,1711,1.399,1712,0.98,1713,1.086,1714,1.399,1715,0.776,1724,5.168,1798,4.642,2186,1.518,2342,2.412,2484,1.24,3226,1.086,3238,1.399,3245,5.991,3246,5.985,3247,3.598,3248,2.927,3249,2.927,3250,2.927,3251,2.616,3252,1.086,3253,2.097,3254,4.586,3255,1.399,3256,2.816,3257,2.927,3258,1.24,3259,2.259,3260,2.927,3261,2.927,3262,2.927,3263,1.698,3264,1.518,3265,1.518,3266,1.518,3267,1.518,3268,1.518,3269,1.518,3270,1.518,3271,1.518,3272,1.518,3273,1.518,3274,1.518,3275,0.95,3276,1.518,3277,1.518,3278,1.518,3279,3.857,3280,3.857,3281,3.857,3282,2.927,3283,3.857,3284,1.698,3285,1.13,3286,1.698,3287,1.698]],["content//uw-research-computing/hpc-spack-install.html",[3,0.448,4,0.337,6,0.852,7,0.38,10,0.205,14,0.044,18,0.312,24,0.875,29,0.954,33,0.466,35,0.839,38,0.695,39,0.328,41,2.091,42,1.527,43,0.59,44,1.093,50,1.231,51,1.573,52,0.69,55,0.949,56,0.953,57,0.582,58,0.449,59,0.425,60,1.464,65,1.353,66,0.541,70,1.706,71,0.618,72,1.053,82,1.031,83,1.647,85,1.932,86,1.156,87,1.179,89,2.01,91,1.652,93,0.875,94,2.767,96,0.576,98,2.56,102,0.565,103,1.363,106,0.649,107,2.623,112,0.911,113,1.814,116,1.517,119,1.603,124,1.086,126,1.512,132,1.785,136,0.939,137,1.118,138,0.058,139,0.549,141,1.179,142,0.387,144,0.978,148,0.665,151,2.911,152,1.801,155,1.86,159,0.861,160,0.185,163,0.378,165,0.181,166,0.531,167,0.727,168,0.6,169,0.636,170,0.861,171,0.695,172,0.809,173,0.761,174,0.784,175,1.078,176,1.234,179,0.285,189,1.213,191,2.489,194,1.611,196,1.254,197,0.832,199,0.965,204,0.495,205,0.6,210,1.99,214,1.611,220,1.827,221,1.955,233,2.78,236,1.016,247,0.557,253,1.016,257,1.126,269,1.374,271,1.374,272,1.438,274,1.112,282,1.253,283,1.475,303,0.64,308,2.17,352,1.943,355,1.573,358,1.308,360,1.932,361,0.541,362,0.796,372,1.338,374,1.438,376,0.675,381,1.156,383,1.369,384,0.596,391,0.716,394,0.541,404,2.827,412,0.889,414,1.195,415,1.468,420,1.87,425,0.651,427,1.422,430,0.574,433,1.077,450,1.751,451,2.015,478,0.875,482,2.05,488,1.751,491,2.603,495,0.949,526,1.202,528,1.973,529,1.377,544,1.514,554,1.688,560,1.781,573,0.738,600,1.369,605,0.821,632,0.796,645,2.384,654,0.627,660,2.54,666,0.541,700,0.827,705,1.156,711,1.65,726,1.6,742,1.202,749,0.949,751,1.053,758,0.96,761,1.034,820,1.481,824,0.695,848,0.918,854,0.834,865,1.832,876,2.21,897,0.875,920,1.394,921,1.28,927,1.832,929,1.144,947,1.856,962,1.628,969,1.273,976,1.016,991,1.766,993,1.227,996,2.799,1003,1.992,1008,1.74,1041,0.949,1045,0.749,1046,2.493,1075,3.027,1076,1.202,1083,1.652,1106,1.979,1107,2.25,1113,1.992,1114,1.825,1133,0.821,1135,1.628,1143,0.738,1144,2.683,1146,0.934,1151,2.272,1154,1.921,1156,3.723,1164,1.732,1168,2.603,1169,1.973,1176,1.688,1184,1.377,1208,0.809,1227,2.093,1243,1.072,1251,0.834,1303,3.972,1327,1.906,1330,1.475,1374,1.403,1381,0.982,1415,2.031,1429,1.112,1437,3.069,1453,0.918,1454,1.766,1457,1.28,1464,2.36,1475,2.667,1545,3.989,1549,1.072,1553,2.831,1563,2.577,1566,1.308,1569,4.089,1571,1.766,1582,1.832,1586,1.156,1588,1.475,1593,1.557,1596,2.091,1604,1.308,1611,2.799,1612,2.107,1613,2.731,1618,4.595,1620,1.766,1625,0.918,1667,2.05,1732,3.48,1735,3.121,1736,2.156,1757,1.156,1797,1.557,1798,5.102,1865,1.906,2171,1.308,2220,1.832,2223,1.179,2235,2.78,2257,1.403,2317,2.21,2350,1.475,2353,3.712,2481,1.706,2578,1.652,2584,1.253,2705,1.992,2815,1.832,3004,3.48,3124,3.48,3149,2.36,3234,2.091,3238,3.715,3244,2.56,3247,5.081,3288,2.36,3289,4.304,3290,2.36,3291,3.323,3292,1.766,3293,2.864,3294,2.36,3295,4.03,3296,2.864,3297,2.686,3298,4.595,3299,2.864,3300,2.864,3301,2.864,3302,2.864,3303,2.864,3304,2.864,3305,2.864,3306,2.56,3307,2.56,3308,2.56,3309,2.091,3310,1.832,3311,2.21,3312,2.56,3313,2.36,3314,2.091,3315,2.864,3316,1.832,3317,2.864,3318,2.36,3319,2.864]],["file_terms//uw-research-computing/hpc-spack-install.html",[]],["root_relative_url//Spencer-Showcase.html",[2870,4.216,2875,3.988]],["high//Spencer-Showcase.html",[3,0.454,23,0.228,39,0.736,212,0.938,899,3.734,1549,2.402,1580,3.068,2873,5.287,2874,4.271]],["medium//Spencer-Showcase.html",[]],["content//Spencer-Showcase.html",[1,0.309,4,0.303,10,0.188,12,1.193,14,0.05,24,1.69,34,0.053,39,0.634,46,1.076,47,0.985,65,1.342,71,0.805,73,1.998,74,0.796,75,1.492,85,2.37,96,0.571,97,1.469,99,1.611,112,0.69,116,1.03,121,1.524,129,1.108,138,0.044,142,0.748,143,3.32,144,0.97,147,1.014,148,1.687,154,1.745,160,0.525,161,4.33,162,1.247,163,0.55,164,2.322,165,0.565,179,0.724,186,1.65,187,2.156,192,1.382,206,0.809,212,0.809,217,0.383,228,0.813,234,0.834,245,1.03,247,1.076,252,2.109,263,1.611,266,1.774,269,1.363,273,1.175,277,1.774,294,1.717,345,1.353,350,2.071,359,2.276,360,1.69,361,1.373,376,1.303,384,0.521,397,4.269,398,2.783,415,1.284,422,1.562,428,2.645,430,1.108,433,0.942,444,6.237,447,1.247,475,1.447,483,3.538,494,1.901,504,3.296,510,1.69,521,2.709,538,1.611,545,2.034,547,1.21,554,2.071,560,1.522,580,1.301,601,2.276,605,1.586,608,0.792,611,1.99,612,1.21,613,2.369,641,2.709,650,1.864,654,1.21,666,1.045,684,1.717,685,3.296,688,3.007,692,4.269,699,3.951,700,1.014,705,2.232,727,3.559,731,2.151,760,2.709,770,3.479,777,1.425,789,2.034,836,2.709,869,2.37,871,3.411,897,1.69,899,4.295,944,4.944,952,2.777,963,4.269,964,3.538,970,3.847,1008,1.618,1146,1.803,1211,3.411,1229,4.944,1260,2.645,1262,2.709,1294,2.777,1313,2.527,1328,2.848,1416,3.32,1419,3.32,1443,2.72,1499,4.649,1549,2.721,1580,4.546,1610,2.925,1657,3.07,1669,3.411,1691,3.095,1764,3.007,1771,2.149,1793,3.296,1809,2.034,1896,3.847,1927,4.413,1931,3.411,1969,5.404,1971,3.32,1996,3.296,2165,2.527,2299,2.585,2432,3.191,2711,3.411,2753,3.538,2762,3.538,2787,4.558,2807,3.847,2871,3.538,2873,4.558,2874,3.682,2875,6.94,2876,4.269,2877,4.558,2878,5.054,2879,3.007,2951,3.411,3003,2.777,3128,4.558,3320,4.944,3321,5.609,3322,5.531,3323,4.838,3324,7.267,3325,5.531,3326,8.117,3327,5.531,3328,5.989,3329,5.531,3330,5.531,3331,7.267,3332,5.531,3333,4.558,3334,5.531,3335,4.558,3336,2.777,3337,3.847,3338,4.558,3339,4.269,3340,4.944,3341,4.269,3342,4.944,3343,4.944,3344,5.531,3345,4.944,3346,5.531,3347,4.558,3348,4.944,3349,4.558,3350,4.558]],["file_terms//Spencer-Showcase.html",[]],["root_relative_url//uw-research-computing/machine-learning-htc.html",[0,0.203,1,0.121,179,0.364,1449,2.668,3351,3.655]],["high//uw-research-computing/machine-learning-htc.html",[3,0.257,4,0.213,10,0.125,12,0.784,13,0.515,14,0.056,15,0.761,16,0.795,17,0.139,18,0.188,19,0.75,20,0.844,21,0.647,22,1.205,23,0.129,38,0.269,58,0.362,93,1.11,104,1.042,116,0.676,139,0.697,147,0.667,166,0.305,179,0.362,203,0.936,204,0.628,211,0.697,236,1.29,309,1.557,335,0.438,345,0.676,666,0.687,1041,1.794,1797,1.976,2350,1.872]],["medium//uw-research-computing/machine-learning-htc.html",[211,1.4,1104,4.212,1797,3.969,3352,5.33,3353,7.301,3354,7.301]],["content//uw-research-computing/machine-learning-htc.html",[1,0.204,3,0.692,4,0.33,5,1.495,6,1.355,7,0.514,10,0.229,13,0.618,14,0.071,16,0.954,17,0.22,18,0.312,23,0.22,29,1.29,33,0.71,34,0.042,35,0.812,36,1.495,38,0.61,39,0.945,43,0.939,44,0.754,46,0.848,50,1.749,56,0.77,57,1.459,58,0.715,59,0.676,60,0.874,63,0.824,64,2.014,65,1.058,66,0.824,71,0.685,80,0.848,83,0.983,90,1.311,93,1.332,95,2.703,97,1.158,102,1.22,103,1.371,104,1.772,106,0.628,108,1.158,121,0.742,124,0.975,131,1.124,136,0.648,137,1.205,138,0.062,139,0.836,144,0.765,147,1.7,148,1.434,151,2.09,155,1.59,157,1.568,158,1.354,159,2.572,160,0.505,162,1.857,163,0.295,165,0.577,166,0.754,167,1.107,168,0.913,169,0.968,170,1.311,171,1.058,172,1.231,173,1.906,174,1.692,175,1.043,176,1.194,177,1.27,178,1.194,179,0.958,180,1.422,181,1.923,182,0.59,183,0.997,184,1.521,185,1.311,186,0.887,187,1.09,188,1.593,189,1.184,190,1.311,191,1.09,192,1.403,193,1.202,194,0.887,195,1.422,196,1.995,197,0.702,198,2.014,199,1.47,200,1.107,201,1.47,202,1.521,203,2.477,204,1.636,205,1.038,206,1.141,207,1.422,208,1.47,209,1.311,210,1.22,211,1.777,212,0.638,213,1.043,214,0.887,215,0.72,216,1.422,217,0.23,218,0.997,219,1.332,220,1.09,221,1.547,222,1.548,223,1.616,247,0.848,249,1.69,258,1.869,267,1.633,269,1.074,280,2.155,298,2.823,303,0.5,308,1.376,324,2.441,333,1.992,345,1.533,354,2.313,361,1.167,362,0.475,376,1.027,410,1.726,413,2.516,414,1.167,420,1.275,425,0.55,433,0.742,435,2.887,438,1.141,450,1.694,494,1.141,495,1.445,500,1.76,511,2.446,526,1.831,553,3.184,576,1.332,602,1.694,641,3.026,660,2.503,700,0.8,701,2.722,702,1.575,742,1.332,757,1.887,758,0.608,762,1.877,770,1.76,789,1.603,810,1.949,819,3.681,824,1.058,844,2.446,863,1.908,870,2.246,982,2.136,1000,1.575,1002,1.603,1042,1.795,1114,0.954,1129,2.517,1135,2.232,1138,1.09,1151,1.772,1152,1.906,1164,1.194,1166,2.085,1167,0.917,1184,1.332,1196,2.4,1213,3.458,1251,1.27,1271,2.903,1277,2.516,1429,2.4,1458,3.033,1535,2.903,1549,1.633,1563,1.47,1577,2.313,1592,2.189,1593,3.901,1669,2.689,1757,1.76,1777,1.694,1797,3.359,1890,2.79,1923,2.903,2165,1.992,2167,3.184,2227,1.76,2258,3.026,2275,2.79,2355,2.085,2361,1.831,2362,2.246,2480,2.085,2735,4.297,2867,3.033,2939,2.79,3003,3.101,3016,2.79,3032,2.441,3047,3.033,3352,4.424,3355,3.366,3356,4.361,3357,4.361,3358,4.361,3359,3.184,3360,3.366,3361,2.79,3362,3.184]],["file_terms//uw-research-computing/machine-learning-htc.html",[]],["root_relative_url//chtc-demo.html",[3,0.387,3363,4.501]],["high//chtc-demo.html",[3,0.581,23,0.238,34,0.04,217,0.354,228,0.632,1232,2.114,2262,3.364]],["medium//chtc-demo.html",[]],["content//chtc-demo.html",[0,0.428,1,0.311,3,0.68,4,0.301,10,0.115,11,1.517,12,1.458,14,0.034,17,0.197,18,0.173,21,1.204,23,0.177,30,1.055,33,0.808,34,0.059,38,0.501,39,0.947,44,1.168,46,0.966,47,1.204,53,1.469,58,0.495,69,1.563,71,0.749,80,0.966,84,1.319,96,0.513,97,1.319,104,1.424,116,1.258,137,0.726,138,0.039,139,0.952,142,1.039,144,1.186,145,2.839,147,0.911,160,0.558,162,1.119,163,0.336,165,0.563,166,0.567,169,1.103,179,0.86,192,0.845,200,1.716,205,0.66,212,1.124,213,1.187,214,1.01,215,0.82,217,0.406,225,2.204,228,0.725,234,1.344,238,3.364,241,1.493,247,0.966,249,1.17,253,1.762,257,0.884,266,1.592,271,2.033,275,1.446,279,2.627,283,2.557,298,2.269,303,0.569,308,1.566,310,1.646,316,2.205,323,2.626,326,2.729,327,2.085,328,1.826,330,1.055,361,1.277,371,2.432,391,1.242,399,2.865,404,2.219,408,1.136,410,1.966,412,2.099,414,1.277,425,0.442,438,2.259,450,2.627,479,2.779,518,3.305,525,2.204,531,3.676,537,2.269,542,2.26,545,1.826,547,1.48,550,2.865,551,3.176,552,2.496,573,1.279,601,2.044,602,3.206,608,0.837,610,2.432,641,2.432,668,2.699,671,3.062,672,1.517,677,3.466,695,2.897,705,2.004,706,1.592,716,0.911,717,2.128,719,2.492,728,2.173,731,2.275,734,0.995,749,1.646,756,1.702,758,1.073,759,3.176,761,1.793,784,1.674,805,4.091,842,2.219,902,2.959,917,2.004,920,1.242,928,1.592,973,2.839,974,1.674,979,3.062,980,2.486,1008,0.897,1046,2.219,1091,1.524,1153,2.557,1157,1.702,1167,0.737,1182,2.865,1201,3.062,1202,2.557,1232,2.133,1233,2.897,1234,3.701,1242,2.432,1246,2.275,1263,3.453,1293,2.626,1297,4.18,1302,4.436,1333,2.173,1348,4.937,1400,3.394,1456,3.062,1543,3.089,1555,2.492,1570,3.176,1577,1.859,1604,2.269,1640,4.741,1649,1.893,1654,3.176,1657,2.318,1659,4.695,1777,1.929,1809,2.486,1843,3.832,1849,2.626,1867,2.682,1868,5.218,1888,3.625,1908,2.626,1926,3.676,1927,2.699,1958,2.626,2165,2.269,2196,4.091,2210,4.833,2223,2.044,2262,3.859,2363,2.779,2379,3.305,2474,3.176,2531,2.636,2563,3.453,2588,2.959,2607,2.374,2614,3.832,2790,4.091,2801,3.676,2872,2.626,3060,3.453,3077,4.501,3090,4.091,3364,6.761,3365,7.342,3366,4.965,3367,4.438,3368,3.832,3369,4.965,3370,3.832,3371,6.761,3372,4.965,3373,4.438,3374,4.438,3375,3.453,3376,6.872,3377,3.453,3378,3.625,3379,7.688,3380,4.438,3381,4.091,3382,4.965,3383,4.965,3384,4.965,3385,4.438,3386,4.438,3387,3.625,3388,4.965,3389,4.965,3390,4.965,3391,4.965,3392,4.965,3393,7.688,3394,4.965,3395,8.254,3396,4.965,3397,4.965,3398,3.832,3399,3.625,3400,4.965,3401,4.965]],["file_terms//chtc-demo.html",[]],["root_relative_url//past_team_pictures.html",[3402,6.54]],["high//past_team_pictures.html",[3,0.328,23,0.165,182,0.382,241,1.395,402,2.329,594,3.227,614,1.178,682,2.677,826,3.388,829,3.089,952,2.329,1214,1.873,1294,2.329,2299,2.168,2406,3.388,2544,3.089,2616,3.227,2656,2.969,2769,2.969,3403,3.824,3404,3.582,3405,3.824,3406,3.824,3407,3.824,3408,4.148,3409,4.148,3410,3.824,3411,4.148]],["medium//past_team_pictures.html",[]],["content//past_team_pictures.html",[182,0.856,240,3.046,241,2.089,402,4.526,594,5.837,603,3.889,614,2.613,682,4.842,826,6.128,829,5.587,874,3.107,883,6.854,1214,2.805,1252,3.778,1268,4.627,1765,4.01,1766,4.01,2233,4.446,2299,3.247,2406,6.128,2544,5.587,2616,5.837,2656,5.369,2769,5.369,3403,6.916,3404,6.478,3405,6.916,3406,6.916,3407,6.916]],["file_terms//past_team_pictures.html",[]],["root_relative_url//the-pelican-project.html",[1413,3.057,3412,5.462]],["high//the-pelican-project.html",[3,0.454,17,0.165,23,0.228,25,1.212,46,1.248,74,0.924,205,0.853,363,2.163,1413,3.591,2892,4.685]],["medium//the-pelican-project.html",[]],["content//the-pelican-project.html",[1,0.324,4,0.155,13,1.143,17,0.256,18,0.163,25,1.6,33,1.216,34,0.053,36,1.612,39,0.539,43,0.978,44,0.813,45,1.212,46,1.782,47,0.837,53,1.392,56,0.586,58,0.469,59,0.847,71,0.722,74,0.938,83,1.468,84,1.249,108,1.249,112,1.006,115,2.484,116,0.875,129,1.497,137,0.952,138,0.059,142,1.01,143,2.149,154,1.484,160,0.522,162,1.468,163,0.574,171,1.141,186,0.956,197,0.46,212,0.688,217,0.344,223,1.23,227,2.361,228,0.443,232,2.422,234,1.381,241,1.958,243,2.487,244,2.557,249,1.108,252,2.484,253,1.669,254,1.37,257,0.837,261,1.46,266,2.089,273,0.999,275,1.37,277,2.396,283,2.422,291,1.414,293,1.559,303,0.857,305,2.422,326,1.898,353,2.361,355,1.64,356,1.793,359,1.936,361,1.23,363,2.855,364,3.19,375,1.936,382,1.414,391,1.176,394,0.888,407,3.27,411,1.936,415,1.092,422,1.328,423,2.015,430,1.305,433,0.801,438,1.23,445,1.585,447,1.06,449,2.102,455,1.37,463,2.632,473,2.149,475,1.704,478,1.437,489,2.102,494,1.23,499,2.353,506,2.015,508,2.422,524,2.9,528,2.058,529,1.99,533,2.681,535,2.53,537,2.149,538,1.898,542,2.046,545,1.729,546,2.912,555,1.862,556,1.508,572,2.632,573,1.212,580,1.044,591,3.881,604,1.936,605,1.349,608,0.923,618,2.198,622,2.9,632,1.308,650,1.585,653,2.422,654,1.425,658,1.64,672,1.437,684,1.46,690,3.541,697,2.198,704,2.089,711,1.392,712,2.487,716,1.371,718,2.748,719,2.361,726,1.669,735,2.361,751,1.729,757,2.283,758,0.656,770,1.898,779,2.713,780,2.102,781,2.149,796,2.249,832,2.713,839,1.288,849,3.271,863,2.058,880,3.009,892,2.681,897,1.437,907,3.009,908,6.191,928,1.508,931,1.761,933,1.125,948,3.271,949,2.058,950,2.802,975,3.875,976,2.863,981,3.271,987,2.422,990,3.271,1002,2.748,1114,1.029,1145,2.102,1167,0.698,1168,1.936,1176,1.761,1180,1.898,1182,3.758,1205,2.233,1243,1.761,1262,2.303,1307,1.975,1309,1.559,1315,2.102,1332,3.875,1370,2.422,1381,1.612,1403,3.131,1412,4.336,1413,4.904,1414,3.19,1422,2.713,1445,2.912,1450,2.361,1451,2.015,1456,2.9,1535,3.131,1536,2.198,1591,2.015,1629,3.875,1643,2.9,1657,2.562,1745,2.303,1753,2.9,1757,2.629,1762,2.015,1763,3.645,1765,2.713,1766,3.758,1771,2.53,1812,5.37,1827,2.713,1830,2.557,1847,4.017,1858,2.249,1862,2.198,1867,1.64,1877,2.713,1931,4.017,1971,2.149,1974,2.015,2013,5.027,2024,3.875,2154,3.009,2180,3.271,2238,3.63,2240,2.361,2258,2.303,2306,3.881,2355,2.249,2425,3.131,2444,3.469,2445,3.875,2446,2.557,2474,3.009,2543,3.434,2578,2.713,2595,6.68,2651,3.009,2654,3.875,2674,2.713,2678,3.63,2781,2.632,2799,2.713,2820,3.63,2823,3.63,2892,4.756,2897,2.557,2954,4.53,3093,2.802,3292,4.017,3336,2.361,3341,3.63,3355,3.63,3413,3.63,3414,3.271,3415,4.703,3416,4.703,3417,4.703,3418,6.514,3419,4.204,3420,4.703,3421,4.204,3422,4.703,3423,4.204,3424,4.703,3425,4.204,3426,4.703,3427,4.703,3428,3.434,3429,3.63,3430,5.027,3431,4.703,3432,4.703,3433,4.703,3434,3.63,3435,3.875,3436,3.63,3437,3.63,3438,4.703,3439,3.875,3440,4.703,3441,4.204,3442,4.204,3443,4.703,3444,4.204,3445,4.204,3446,7.572,3447,3.63,3448,3.875,3449,3.875,3450,4.703,3451,6.514,3452,4.703,3453,4.703,3454,4.703,3455,3.875,3456,4.703,3457,3.63]],["file_terms//the-pelican-project.html",[]],["root_relative_url//Record.html",[3458,5.846]],["high//Record.html",[3,0.485,14,0.048,23,0.244,560,1.435,567,2.713,613,2.234,2932,4.384]],["medium//Record.html",[]],["content//Record.html",[1,0.3,10,0.148,14,0.066,17,0.204,18,0.222,25,1.504,39,0.731,45,1.643,74,1.309,79,1.917,80,1.549,84,1.694,90,1.917,94,2.012,102,1.259,129,1.595,138,0.063,142,0.862,147,1.17,154,2.012,162,1.437,163,0.432,166,0.535,178,1.746,179,0.793,197,0.624,204,1.102,212,0.932,215,1.054,234,1.201,240,2.769,249,1.502,271,1.961,293,2.639,308,2.012,330,1.355,345,1.187,361,1.205,383,3.807,384,0.601,394,1.64,433,1.548,440,3.8,447,1.437,485,1.395,496,4.455,497,4.1,501,2.15,549,3.372,560,1.667,567,3.599,580,1.276,582,3.679,597,3.372,600,3.05,610,3.123,612,1.742,613,2.964,624,4.656,632,1.773,650,2.926,654,1.742,721,3.201,731,1.887,757,1.948,758,0.89,777,2.051,854,1.858,868,1.571,1019,2.914,1138,1.595,1166,3.807,1208,1.801,1232,2.012,1243,2.387,1317,4.656,1350,3.467,1429,2.477,1439,5.245,1453,2.045,1625,2.915,1688,5.255,1809,2.345,1916,4.656,2233,5.553,2235,3.932,2257,3.123,2332,2.345,2352,3.569,2447,4.656,2537,4.1,2559,3.932,2799,3.679,2824,5.7,2874,4.245,2924,3.8,3088,4.435,3459,7.961,3460,6.56,3461,6.377,3462,5.7,3463,6.377,3464,6.377,3465,7.116,3466,6.377,3467,7.116,3468,4.922,3469,6.377,3470,6.377,3471,6.56,3472,5.7,3473,6.377,3474,6.377,3475,5.7,3476,5.7,3477,5.7,3478,5.7,3479,6.377,3480,5.7,3481,6.377,3482,5.7,3483,4.656]],["file_terms//Record.html",[]],["root_relative_url//machine-learning.html",[147,1.002,3484,5.462]],["high//machine-learning.html",[3,0.427,4,0.199,23,0.215,129,1.208,147,1.106,179,0.601,234,1.159,440,3.594,612,1.32,731,1.785,1264,3.189,3323,4.015]],["medium//machine-learning.html",[]],["content//machine-learning.html",[1,0.25,4,0.32,10,0.223,17,0.232,18,0.167,25,1.251,32,1.597,34,0.054,38,0.357,44,1.145,47,0.858,58,0.48,59,0.454,71,0.534,72,2.435,73,1.74,74,0.693,81,3.026,83,1.837,96,0.912,112,0.826,116,0.897,117,1.152,118,2.673,121,0.82,126,1.152,129,1.516,135,2.481,136,0.715,145,2.781,147,1.766,148,1.118,151,1.929,153,2.418,160,0.489,162,1.086,179,0.952,187,1.656,197,0.471,203,1.707,204,0.833,205,0.641,206,0.704,210,0.951,211,0.924,214,1.347,234,1.364,238,2.108,252,2.886,254,1.403,264,3.35,271,1.864,303,1.013,308,2.089,316,1.382,330,1.732,345,1.409,356,3.366,361,0.91,362,0.525,376,1.135,379,2.023,391,1.205,398,2.929,411,1.983,412,1.495,420,0.994,425,0.429,427,2.089,433,0.82,438,1.732,440,3.946,444,5.878,446,3.517,447,1.086,450,1.871,461,1.545,473,2.201,475,1.26,484,2.304,504,2.87,527,2.359,542,1.319,573,2.1,580,1.306,582,3.821,601,1.983,608,0.721,611,1.319,612,1.449,643,2.201,652,3.026,654,1.054,658,1.68,663,2.251,672,2.312,691,2.359,694,2.779,702,2.392,718,1.771,728,2.108,731,2.676,735,2.418,743,2.619,745,3.082,757,1.472,789,1.771,808,3.082,842,2.96,854,2.205,868,2.008,869,2.064,899,2.251,900,4.306,902,3.946,917,1.944,920,1.205,928,2.124,953,3.97,964,3.082,974,1.624,976,1.71,993,2.064,1001,2.359,1002,1.771,1008,1.197,1091,1.493,1146,2.467,1152,1.279,1179,3.601,1216,3.79,1236,2.971,1243,2.479,1264,2.547,1280,1.804,1304,3.718,1319,3.718,1381,2.595,1443,1.52,1499,4.237,1577,1.804,1580,3.898,1584,2.159,1623,3.082,1642,3.97,1652,1.804,1659,2.619,1689,2.304,1703,3.502,1753,2.971,1764,2.619,1769,1.983,1771,1.871,1776,2.153,1777,1.871,1809,2.783,1822,4.842,1846,3.082,1927,3.601,1974,2.064,2004,3.207,2159,3.244,2190,5.841,2195,2.971,2332,3.387,2366,3.082,2432,4.93,2448,3.97,2455,3.718,2531,2.271,2559,2.971,2607,2.304,2629,3.718,2781,2.696,2802,3.517,2803,3.97,2809,4.856,2829,3.517,2872,2.547,2874,4.409,2924,4.51,3003,4.091,3048,3.718,3106,3.35,3132,2.696,3152,3.718,3224,3.718,3321,5.841,3323,5.426,3377,3.35,3414,3.35,3475,4.306,3476,8.845,3485,4.817,3486,6.623,3487,4.817,3488,4.306,3489,3.517,3490,3.207,3491,4.817,3492,4.817,3493,4.817,3494,6.623,3495,3.97,3496,4.306,3497,4.817,3498,4.306,3499,4.817,3500,4.306,3501,4.817,3502,4.817,3503,4.817,3504,4.817,3505,3.97,3506,6.623,3507,6.623,3508,2.619,3509,4.817,3510,4.306,3511,4.306,3512,4.817,3513,3.97,3514,4.306,3515,4.306,3516,3.97]],["file_terms//machine-learning.html",[]],["root_relative_url//uw-research-computing/github-remote-access.html",[0,0.203,1,0.121,171,0.887,3517,3.655,3518,3.655]],["high//uw-research-computing/github-remote-access.html",[3,0.323,12,0.985,13,0.648,14,0.032,23,0.163,59,0.602,102,0.902,152,1.077,171,1.109,172,1.803,173,1.955,174,1.748,194,0.929,236,1.622,414,0.863,574,2.924,920,1.143,929,1.16,1041,1.515,1208,1.29,1594,3.127,3040,3.377]],["medium//uw-research-computing/github-remote-access.html",[7,0.27,138,0.058,152,1.487,172,2.06,236,1.595,1059,2.201,1073,2.009,1295,3.282,1381,1.541,1504,5.073,1522,3.282,1588,2.315,1594,2.201,2167,3.282,3040,4.183,3252,2.875,3519,4.495,3520,4.495,3521,4.495,3522,4.495,3523,4.495,3524,5.642,3525,4.495,3526,4.495,3527,3.282,3528,3.469,3529,6.311,3530,7.294,3531,4.495,3532,4.495,3533,4.018,3534,3.282,3535,4.495,3536,4.495]],["content//uw-research-computing/github-remote-access.html",[3,0.634,4,0.325,6,1.655,7,0.589,10,0.142,14,0.063,33,0.7,34,0.025,35,1.325,38,0.607,42,1.178,43,1.015,44,1.472,50,1.385,58,0.429,59,0.871,60,1.226,65,1.044,66,1.465,67,1.703,70,2.563,71,0.477,73,1.554,76,2.752,77,1.843,78,3.32,81,2.795,82,1.948,84,1.142,87,1.77,95,1.882,96,0.444,102,1.73,103,0.981,106,0.619,108,1.891,109,3.151,110,1.273,111,3.845,112,0.763,113,1.234,115,1.64,119,4.341,123,4.275,124,0.966,128,2.107,129,0.862,131,1.835,136,1.265,138,0.065,144,0.754,152,1.678,158,1.335,159,1.293,163,0.291,165,0.386,166,0.752,167,1.092,168,1.783,169,0.955,170,1.293,171,1.882,172,2.725,173,2.547,174,2.495,187,1.075,191,1.075,192,0.732,193,1.19,194,1.853,197,0.891,214,1.244,247,0.837,258,1.843,269,1.06,303,0.89,306,2.215,308,1.357,335,0.519,352,2.011,355,1.5,360,1.314,361,0.812,362,0.666,380,1.357,382,1.293,391,1.075,412,1.335,414,1.345,415,1.801,420,0.887,422,1.215,426,1.995,430,0.862,445,1.45,449,1.923,455,2.074,469,2.274,475,2.144,478,1.314,491,1.77,524,2.652,545,1.581,574,5.448,576,1.869,632,1.196,645,3.235,666,0.812,717,1.843,742,0.928,758,0.854,761,1.554,824,1.044,848,1.962,920,1.53,1008,0.777,1042,1.77,1045,1.125,1046,2.735,1106,1.526,1107,2.034,1114,1.917,1135,2.572,1151,1.755,1154,1.946,1156,3.544,1180,1.736,1189,2.321,1191,4.952,1208,2.609,1227,1.178,1235,1.64,1415,2.368,1453,1.379,1545,2.057,1556,3.326,1557,3.914,1563,2.4,1566,1.965,1569,2.407,1575,3.985,1580,2.057,1586,1.736,1587,4.102,1588,4.512,1594,4.991,1595,3.914,1597,3.544,1608,2.159,1623,2.752,1625,1.379,1668,3.32,1741,2.057,1800,2.991,1809,1.581,1812,2.863,1899,6.365,2148,2.407,2149,2.274,2173,2.819,2217,4.463,2223,1.77,2247,2.752,2281,2.752,2444,3.545,2638,2.274,2722,2.863,2750,3.845,2932,4.555,3040,5.417,3044,2.652,3381,3.544,3534,4.467,3537,4.301,3538,9.112,3539,3.14,3540,2.991,3541,5.469,3542,4.301,3543,3.14,3544,5.469,3545,5.041,3546,5.199,3547,4.301,3548,6.118,3549,4.301,3550,4.301,3551,5.041,3552,3.845,3553,3.845]],["file_terms//uw-research-computing/github-remote-access.html",[]],["root_relative_url//uw-research-computing/resources.html",[0,0.261,1,0.155,3554,4.689]],["high//uw-research-computing/resources.html",[3,0.614,23,0.262,608,0.801]],["medium//uw-research-computing/resources.html",[]],["content//uw-research-computing/resources.html",[0,0.284,1,0.257,3,0.487,4,0.296,10,0.212,14,0.068,33,0.83,34,0.03,35,0.949,36,2.36,38,0.701,40,1.462,44,0.881,46,0.992,53,1.509,55,1.69,58,0.508,59,0.481,68,3.545,71,0.864,74,0.734,79,1.533,91,2.941,96,0.711,102,1.007,103,0.817,104,1.974,110,1.509,112,1.04,113,1.462,117,1.646,126,1.863,133,2.625,137,1.274,142,0.689,147,1.712,152,1.622,157,1.747,158,1.583,160,0.33,163,0.59,167,1.294,168,1.747,169,1.132,182,0.419,197,0.499,213,1.219,214,1.037,216,2.72,217,0.269,218,1.166,225,1.662,247,1.516,257,0.908,258,2.185,295,3.261,302,3.038,303,0.585,310,2.766,311,2.853,335,1.083,345,0.949,355,1.778,357,3.038,360,1.557,361,0.963,362,0.555,376,1.201,381,2.057,382,1.533,384,0.649,394,1.3,405,4.877,427,1.608,435,2.382,438,1.801,469,2.696,484,3.292,485,1.705,489,2.279,494,1.334,499,1.841,502,1.778,506,2.185,512,2.625,514,2.329,519,2.279,529,1.557,547,1.705,556,1.635,560,1.067,567,2.018,576,1.557,580,0.817,608,1.076,611,1.885,612,1.705,632,1.914,648,2.941,659,2.329,660,1.635,674,2.941,700,0.935,701,3.039,704,2.499,706,1.635,733,3.545,777,1.314,820,1.354,832,3.971,848,2.207,869,2.185,897,2.103,917,2.057,919,4.237,926,3.261,929,1.294,938,3.394,952,2.559,962,1.841,969,2.201,974,1.718,1015,2.766,1026,2.098,1065,2.137,1138,1.275,1146,1.662,1168,2.098,1169,2.231,1212,2.772,1235,1.944,1246,2.037,1247,3.935,1248,2.098,1257,2.941,1291,2.625,1299,2.279,1331,3.261,1354,3.935,1402,3.394,1414,2.497,1433,6.373,1451,2.185,1454,3.144,1558,3.64,1584,1.662,1586,2.057,1606,4.557,1617,2.627,1657,2.36,1667,2.865,1671,2.772,1773,2.185,1793,3.038,1820,2.772,1842,3.394,1847,3.144,1849,2.696,1867,1.778,1884,2.772,2042,4.787,2073,3.99,2177,3.394,2231,3.261,2274,2.382,2311,3.64,2361,2.141,2391,2.941,2478,2.772,2516,2.279,2531,1.748,2577,3.144,2613,4.201,2616,3.545,2619,3.545,2670,3.545,2674,2.941,2775,3.394,2815,4.985,2966,2.772,3171,3.935,3226,4.403,3275,4.67,3291,3.038,3298,4.201,3313,4.201,3316,4.985,3555,5.098,3556,3.935,3557,5.098,3558,4.557,3559,5.098,3560,5.098,3561,5.098,3562,5.098,3563,5.098,3564,5.098,3565,5.098,3566,3.722,3567,5.098,3568,5.098,3569,4.201,3570,5.098,3571,3.935,3572,3.935,3573,3.935,3574,8.344,3575,6.883,3576,6.153,3577,5.098,3578,4.557,3579,5.098,3580,5.098,3581,5.098,3582,3.935,3583,3.394,3584,4.557,3585,4.557,3586,3.722,3587,3.545,3588,3.935,3589,4.557,3590,5.098,3591,6.883,3592,3.935]],["file_terms//uw-research-computing/resources.html",[]],["root_relative_url//uw-research-computing/testing-jobs.html",[0,0.229,1,0.136,1039,2.299,3593,4.108]],["high//uw-research-computing/testing-jobs.html",[3,0.403,14,0.039,23,0.202,192,1.538,194,1.157,212,0.832,228,0.536,422,1.607,756,1.951,762,1.489,1243,2.13,3594,5.086]],["medium//uw-research-computing/testing-jobs.html",[7,0.137,10,0.128,14,0.048,52,0.575,66,0.431,74,0.328,124,0.36,130,1.576,138,0.071,166,0.402,171,0.911,176,0.625,178,1.678,214,0.763,218,0.522,257,0.406,335,0.739,453,1.24,593,1.145,608,0.249,701,0.796,828,0.921,847,1.175,920,0.571,921,1.02,1015,1.968,1044,0.744,1056,1.091,1057,1.46,1059,1.669,1066,1.091,1067,1.066,1069,1.066,1071,0.72,1073,1.02,1143,0.588,1180,0.921,1228,1.066,1534,2.741,1566,1.715,1591,0.978,1592,1.145,1645,2.5,2059,2.5,2073,3.713,2481,1.36,2493,4.568,2516,1.02,2520,1.316,2521,1.175,2522,1.36,2523,1.36,2736,2.237,3089,1.277,3595,2.282,3596,2.282,3597,2.898,3598,2.282,3599,2.282,3600,2.04,3601,3.755,3602,3.755,3603,3.755,3604,2.282,3605,2.04,3606,4.956,3607,5.998,3608,4.956,3609,3.755,3610,2.04,3611,1.88,3612,2.282,3613,2.282]],["content//uw-research-computing/testing-jobs.html",[0,0.347,1,0.206,3,0.586,4,0.316,6,1.366,7,0.599,10,0.224,14,0.071,15,0.926,16,0.968,17,0.16,21,0.787,24,1.906,34,0.052,38,0.536,39,0.829,40,2.074,46,1.214,47,0.787,50,0.86,51,2.176,52,1.44,55,1.466,58,0.72,63,1.623,64,1.442,65,1.514,66,1.366,71,0.952,83,1.406,89,1.993,96,0.747,97,1.174,103,1,104,1.268,106,0.898,108,1.174,112,0.979,113,2.074,116,0.823,124,0.698,128,2.166,129,0.886,131,1.139,137,0.647,139,0.848,147,0.811,148,1.448,151,1.288,159,1.33,160,0.286,162,1.406,163,0.423,166,0.796,167,1.122,168,0.926,176,2.47,178,1.211,182,0.513,184,2.176,187,1.106,188,1.839,189,1.386,192,1.536,193,1.528,194,1.684,197,0.61,216,1.442,217,0.414,218,2.098,228,0.781,247,0.86,249,1.042,269,1.537,309,1.895,330,0.94,334,2.551,345,1.346,355,1.542,358,2.021,364,2.166,376,1.703,381,2.518,382,1.33,384,0.781,391,1.56,394,0.835,405,2.475,408,1.427,411,1.82,414,0.835,415,1.027,422,1.249,423,1.895,425,0.699,430,0.886,433,1.062,435,2.066,455,1.288,478,2.209,485,0.968,487,1.626,488,2.424,491,1.82,494,1.157,500,1.785,501,1.491,533,1.82,560,0.926,563,2.727,576,1.351,593,2.22,608,0.855,612,1.365,660,2.001,666,1.179,673,1.977,674,2.551,676,1.395,684,2.244,700,1.654,702,1.597,705,1.785,711,1.309,726,1.569,734,0.886,742,1.559,756,2.139,758,0.871,789,1.626,801,2.115,820,2.436,824,1.073,840,2.518,884,1.895,885,1.785,897,1.906,898,2.862,917,1.785,921,1.977,929,1.122,947,1.82,962,2.611,976,1.569,1002,1.626,1008,0.799,1020,1.751,1107,1.448,1108,1.95,1114,1.582,1136,2.277,1138,1.106,1142,2.635,1143,2.214,1144,2.478,1145,1.977,1146,2.034,1151,2.074,1152,1.92,1154,0.982,1164,1.708,1167,0.657,1177,2.339,1190,2.551,1205,1.516,1236,2.727,1242,3.056,1280,1.656,1330,2.277,1349,2.727,1374,2.166,1381,1.516,1433,2.829,1453,1.418,1457,2.789,1475,2.115,1549,1.656,1571,2.727,1574,2.829,1575,2.475,1586,1.785,1591,1.895,1599,2.792,1608,2.22,1625,1.418,1665,2.944,1671,2.404,1685,2.944,1701,2.475,1715,2.021,1741,2.115,1776,1.977,1777,1.718,1796,3.953,1809,1.626,1847,2.727,1905,2.976,1927,2.404,1971,3.303,2155,1.857,2159,2.166,2161,2.727,2171,2.021,2218,2.277,2274,2.066,2324,2.944,2352,2.475,2375,2.727,2443,5.58,2480,2.115,2486,4.458,2526,2.635,2580,3.213,2716,3.229,2732,3.075,2742,3.413,2744,3.953,2753,2.829,2867,5.028,3047,5.462,3100,3.413,3171,3.413,3275,2.475,3291,2.635,3309,3.229,3350,7.082,3583,2.944,3587,4.339,3614,2.944,3615,3.644,3616,4.422,3617,4.422,3618,4.422,3619,4.339,3620,3.953,3621,4.556,3622,3.413,3623,3.953,3624,3.953,3625,4.422,3626,4.422,3627,3.953,3628,3.644,3629,3.992,3630,3.229,3631,3.075,3632,4.422,3633,4.422,3634,4.422]],["file_terms//uw-research-computing/testing-jobs.html",[]],["root_relative_url//uw-research-computing/sign-in.html",[0,0.229,1,0.136,3635,4.108,3636,3.672]],["high//uw-research-computing/sign-in.html",[3,0.508,23,0.255,700,1.317,1309,2.38,2866,4.427]],["medium//uw-research-computing/sign-in.html",[]],["content//uw-research-computing/sign-in.html",[1076,3.416]],["file_terms//uw-research-computing/sign-in.html",[]],["root_relative_url//icecube-receives-hpc-award.html",[130,1.725,1227,1.125,2928,2.448,3637,4.108]],["high//icecube-receives-hpc-award.html",[3,0.464,23,0.233,288,3.669,1781,4.559,1827,3.782,2927,5.86,2928,3.906,2929,4.364,2930,4.786]],["medium//icecube-receives-hpc-award.html",[]],["content//icecube-receives-hpc-award.html",[0,0.402,3,0.649,4,0.303,17,0.185,21,1.286,34,0.043,39,0.828,45,1.861,69,1.469,102,1.426,112,0.9,129,1.447,130,3.032,212,1.056,217,0.453,228,0.681,234,1.089,238,3.16,241,2.171,245,1.599,249,1.702,252,2.754,288,4.807,391,1.806,394,1.364,407,3.625,414,1.364,463,4.042,487,2.656,491,2.972,494,1.889,518,4.808,602,2.806,608,0.787,612,1.581,613,2.8,677,3.032,868,2.258,893,3.926,914,4.454,916,4.808,1000,2.609,1037,5.023,1227,1.978,1349,4.454,1771,2.806,1781,5.023,1827,4.955,2332,2.656,2531,2.476,2797,5.574,2928,5.462,2929,5.718,2930,6.271,3172,4.62,3638,7.222,3639,5.574,3640,7.222,3641,4.62,3642,4.62,3643,7.222,3644,5.574,3645,5.574,3646,6.456,3647,6.456,3648,6.456,3649,5.951,3650,6.456,3651,7.222]],["file_terms//icecube-receives-hpc-award.html",[]],["root_relative_url//uw-research-computing/inter-submit.html",[0,0.229,1,0.136,3652,4.108,3653,4.108]],["high//uw-research-computing/inter-submit.html",[3,0.292,4,0.136,12,0.891,13,0.586,14,0.053,15,0.865,16,0.904,17,0.106,18,0.242,19,0.853,20,0.959,21,1.058,22,1.37,23,0.147,93,1.262,155,1.258,166,0.347,191,1.033,192,0.703,193,0.804,194,1.209,205,0.55,335,0.498,398,1.417,666,0.781,1041,1.37,3654,3.405]],["medium//uw-research-computing/inter-submit.html",[7,0.252,18,0.091,58,0.26,66,0.493,74,0.376,100,0.894,112,0.875,138,0.07,142,0.353,155,0.948,193,0.508,205,0.698,335,0.315,734,0.523,1008,0.757,1044,1.365,1051,1.192,1052,2.331,1053,2.678,1055,2.678,1056,1.248,1057,1.669,1059,0.91,1062,3.355,1063,1.723,1064,1.669,1065,0.81,1066,1.248,1067,1.219,1068,1.38,1069,1.219,1070,1.554,1071,0.823,1072,1.278,1073,1.166,1074,6.345,1109,1.505,1110,3.025,1154,0.93,1505,4.321,1527,4.725,1667,1.539,2286,2.678,2350,2.156,3654,5.415,3655,4.187,3656,2.609,3657,2.609,3658,2.609,3659,4.187,3660,2.609,3661,2.609,3662,2.014,3663,2.609,3664,2.609]],["content//uw-research-computing/inter-submit.html",[1,0.125,3,0.597,4,0.324,5,1.299,6,1.72,7,0.589,10,0.225,12,0.817,13,0.537,14,0.07,17,0.097,18,0.316,20,1.295,21,0.994,23,0.135,29,0.571,32,1.256,33,0.617,34,0.033,35,0.705,38,0.604,39,0.64,40,1.086,42,1.037,43,0.496,44,0.964,47,0.674,50,1.422,52,0.58,56,0.826,57,1.135,58,0.377,59,0.357,60,1.865,61,3.852,63,1.72,65,1.608,66,0.716,71,0.42,77,2.392,80,1.289,82,2.147,83,0.854,89,1.417,90,1.139,93,1.157,95,2.899,96,0.577,97,1.006,100,2.89,102,1.443,103,1.249,106,0.545,108,1.006,110,1.121,112,0.696,116,1.361,117,1.584,124,1.23,136,0.984,137,0.554,138,0.058,139,1.616,141,1.559,142,0.512,144,0.979,145,1.591,147,0.695,151,1.93,152,0.893,155,1.795,157,1.417,158,1.176,160,0.504,162,0.854,163,0.378,165,0.546,166,0.819,167,1.682,168,1.387,169,0.841,170,1.139,171,0.919,172,1.07,173,1.006,174,1.037,175,0.906,176,1.037,177,1.104,178,1.037,179,0.556,180,1.235,181,1.375,182,0.641,183,0.867,184,1.321,185,1.139,186,0.77,187,0.947,188,1.471,189,1.07,190,1.139,191,2.208,192,0.95,193,1.793,194,1.936,195,2.383,196,2.033,197,0.879,198,1.235,199,1.277,200,1.682,201,1.277,202,1.321,203,2.008,204,1.263,205,1.121,206,0.554,207,1.235,208,1.277,209,1.139,210,0.748,211,1.07,212,0.554,213,0.906,214,0.77,215,0.626,216,1.235,217,0.2,218,0.867,219,1.157,220,0.947,221,1.203,222,1.344,223,0.991,249,0.893,269,0.933,273,0.805,279,1.472,303,0.76,308,1.195,310,1.256,324,2.12,330,1.408,352,1.07,355,1.947,361,0.716,362,0.413,363,1.277,365,2.436,375,1.559,384,0.357,391,0.947,398,1.299,408,0.867,414,1.252,415,1.538,420,1.367,426,1.235,427,1.761,430,0.759,433,0.645,438,1.912,454,1.418,482,2.436,494,0.991,519,1.693,526,1.591,529,1.157,544,2.003,556,1.79,608,0.413,614,0.962,627,2.336,632,1.053,659,1.731,676,2.729,700,0.695,734,1.633,742,1.203,758,0.779,824,1.354,842,1.693,848,1.215,888,1.855,898,2.209,921,1.693,947,1.559,955,2.06,961,1.658,962,1.368,969,1.07,1000,1.368,1008,1.473,1034,1.623,1044,2.16,1051,2.55,1052,2.168,1059,1.321,1091,1.493,1107,2.085,1108,1.505,1114,1.6,1124,0.906,1125,1.855,1126,2.522,1127,1.77,1128,2.06,1129,1.157,1130,2.257,1146,1.235,1148,2.522,1149,2.257,1150,1.529,1151,1.601,1152,1.006,1154,1.623,1158,3.715,1159,4.086,1163,2.733,1167,0.829,1168,1.559,1171,3.881,1172,2.951,1176,2.737,1184,1.157,1189,2.658,1196,1.472,1248,1.559,1299,1.693,1333,2.442,1453,1.215,1505,4.599,1553,1.559,1563,2.627,1586,1.529,1591,2.392,1608,1.902,1610,2.003,1667,3.348,1737,2.186,1757,2.252,1762,1.623,1845,2.336,1862,1.77,1905,1.559,2161,2.336,2223,1.559,2257,1.855,2286,4.239,2324,2.522,2325,3.034,2571,2.424,2584,1.658,2638,2.003,2711,2.336,2815,2.424,3061,2.522,3089,2.12,3162,2.924,3198,4.508,3362,2.766,3571,2.924,3654,6.946,3662,2.924,3665,3.788,3666,3.788,3667,3.788,3668,3.788,3669,3.788,3670,2.257,3671,3.788,3672,2.924,3673,3.122,3674,3.386,3675,2.522,3676,4.989]],["file_terms//uw-research-computing/inter-submit.html",[]],["root_relative_url//uw-research-computing/helloworld.html",[0,0.261,1,0.155,3677,4.689]],["high//uw-research-computing/helloworld.html",[3,0.27,4,0.126,10,0.13,12,0.823,13,0.541,14,0.054,15,0.8,16,0.836,17,0.098,18,0.133,19,0.788,20,0.886,21,0.68,22,1.266,23,0.136,56,0.7,110,1.13,160,0.247,165,0.241,192,0.65,236,1.355,335,0.461,415,0.886,526,1.603,608,0.416,666,0.721,762,0.999,1041,1.266,1205,1.309,1235,1.456,1437,1.355,1677,1.671,2173,1.512,2274,1.784,2350,1.966,3573,2.947]],["medium//uw-research-computing/helloworld.html",[3,0.13,4,0.061,6,0.592,7,0.246,10,0.121,14,0.046,15,0.145,34,0.011,38,0.096,40,0.199,52,0.355,56,0.162,66,0.246,74,0.187,82,0.159,96,0.072,103,0.209,105,0.25,121,0.313,124,0.29,130,0.547,132,0.275,136,0.103,138,0.069,144,0.122,166,0.263,171,0.316,176,0.356,178,0.752,180,1.136,182,0.337,188,0.289,189,0.601,193,0.135,200,1.421,206,0.101,214,0.265,218,0.298,236,0.246,269,0.171,273,0.147,316,0.373,335,0.695,360,0.212,384,0.065,408,0.159,433,0.222,451,0.582,488,0.506,554,0.26,560,0.385,608,0.142,666,0.131,686,0.428,701,0.642,726,0.246,847,0.357,884,0.297,920,0.326,921,0.31,934,0.729,942,0.536,947,0.285,955,0.377,1015,1.113,1020,1.622,1044,0.226,1045,0.912,1056,0.623,1059,0.242,1063,0.536,1066,0.623,1067,0.608,1069,0.608,1071,0.58,1072,1.346,1073,1.228,1082,0.67,1083,0.751,1084,3.558,1091,0.156,1106,0.653,1107,0.161,1108,0.187,1122,0.582,1134,0.317,1143,0.179,1152,0.184,1154,0.154,1159,0.428,1174,4.182,1180,0.28,1184,0.212,1214,1.653,1228,0.86,1389,0.367,1437,0.246,1459,0.482,1460,0.506,1494,0.222,1500,0.348,1534,0.95,1545,0.332,1566,1.059,1569,0.388,1575,0.388,1580,0.332,1591,0.297,1592,0.653,1599,0.234,1739,4.207,1741,0.332,1757,0.28,1838,0.462,1905,0.285,1916,1.343,2029,0.62,2034,0.462,2035,0.62,2036,0.62,2041,1.073,2065,0.413,2073,3.072,2086,0.62,2132,1.516,2136,0.62,2146,1.164,2161,0.428,2398,0.62,2483,0.62,2484,0.506,2493,1.911,2520,0.4,2521,0.357,2522,0.413,2523,0.413,2686,0.482,2736,0.776,2775,0.462,2969,3.662,3285,0.462,3566,2.991,3597,1.005,3600,0.62,3605,0.62,3606,2.073,3607,3.135,3608,2.073,3610,0.62,3611,1.073,3678,2.319,3679,0.694,3680,0.62,3681,0.694,3682,0.62,3683,2.456,3684,0.694,3685,0.694,3686,0.694,3687,0.694,3688,0.62,3689,1.302,3690,0.62,3691,0.694,3692,0.694,3693,0.694,3694,0.694,3695,0.694,3696,0.694,3697,0.694,3698,0.62,3699,0.694,3700,3.485,3701,0.694,3702,0.694,3703,0.694,3704,0.694,3705,0.694,3706,0.694,3707,0.694,3708,0.694,3709,0.694,3710,1.302,3711,0.694,3712,0.694,3713,0.694,3714,3.804,3715,4.096,3716,0.694,3717,0.694,3718,0.694,3719,0.694,3720,2.319,3721,0.694,3722,1.302,3723,1.302,3724,1.302,3725,1.302,3726,1.302,3727,1.302,3728,1.302,3729,1.302,3730,0.694,3731,0.694,3732,2.748,3733,0.694,3734,0.694,3735,0.694,3736,0.694,3737,0.694,3738,1.302,3739,1.302,3740,0.694,3741,0.694,3742,0.571,3743,0.694,3744,2.319,3745,0.694,3746,0.694,3747,0.694,3748,0.694]],["content//uw-research-computing/helloworld.html",[0,0.39,1,0.115,3,0.66,4,0.32,5,1.193,6,1.19,7,0.58,10,0.227,12,0.75,13,0.493,14,0.071,15,1.319,17,0.134,18,0.244,19,0.718,20,0.808,21,0.62,23,0.186,29,0.79,33,0.853,34,0.037,35,0.975,38,0.258,39,0.601,42,0.953,43,0.686,44,1.365,49,3.682,50,1.463,51,1.827,52,1.256,56,0.985,57,1.065,58,0.522,59,0.328,60,1.262,63,0.657,64,1.134,65,1.271,66,1.594,69,0.708,71,0.386,84,0.924,87,1.432,89,0.883,90,2.108,95,1.523,96,0.777,103,1.384,104,0.998,106,1.082,108,1.673,110,1.03,113,0.998,115,1.327,117,1.506,118,1.404,119,1.947,121,1.436,123,1.747,124,0.827,128,1.704,132,1.378,133,2.698,134,3.707,136,0.936,137,0.921,138,0.067,139,1.208,142,0.852,147,1.155,152,1.234,153,1.747,155,0.629,157,1.33,158,1.626,159,1.575,160,0.339,161,2.073,163,0.605,165,0.545,166,0.807,167,0.883,168,1.097,169,0.773,170,1.046,171,0.845,172,0.983,173,0.924,174,0.953,175,1.798,176,1.919,177,1.014,178,0.953,179,0.699,180,1.708,181,1.29,182,0.787,183,0.796,184,1.214,185,1.046,186,1.065,187,0.87,188,1.399,189,1.515,190,1.046,191,0.87,192,1.345,193,1.364,194,0.708,195,1.134,196,1.457,197,0.616,198,1.708,199,1.173,200,0.883,201,1.173,202,1.214,203,1.623,204,1.089,205,0.463,206,0.509,207,1.134,208,1.173,209,1.046,210,0.687,211,0.667,212,0.766,213,1.253,214,1.065,215,0.865,216,2.054,217,0.184,218,1.603,219,1.063,220,0.87,221,1.13,222,1.235,223,0.91,228,0.328,247,1.226,249,1.771,254,1.014,257,1.122,261,1.08,269,1.552,271,0.857,277,1.116,299,1.84,316,0.998,330,1.49,335,0.953,344,1.432,345,1.173,348,1.327,361,0.99,367,1.747,376,0.82,379,2.2,382,1.894,384,0.494,391,0.87,408,1.441,410,1.378,413,3.022,414,0.657,415,1.462,420,1.081,425,0.561,426,1.134,427,1.988,430,1.262,433,0.592,435,1.626,439,2.292,445,1.766,451,2.342,453,1.892,461,1.116,475,0.91,485,1.146,487,1.926,493,1.792,499,2.276,501,1.173,502,2.445,506,1.491,510,1.063,526,1.461,544,1.84,546,1.555,547,0.761,560,0.729,566,2.944,576,1.063,605,1.502,608,0.819,611,1.434,612,1.645,618,1.626,632,0.968,654,0.761,660,1.116,666,1.19,669,1.432,680,1.014,681,1.747,700,0.961,701,1.214,704,1.116,735,1.747,742,0.75,756,2.16,758,0.731,760,1.704,762,0.91,770,2.114,776,1.947,781,1.59,820,0.924,824,0.845,838,3.11,840,2.543,848,1.116,854,1.526,867,2.146,897,2.141,898,2.494,920,1.31,929,0.883,933,1.253,947,1.432,961,1.523,962,2.532,965,1.626,969,0.983,980,1.926,991,2.146,993,1.491,1008,0.629,1020,1.378,1044,1.134,1045,1.834,1046,1.555,1058,2.317,1065,1.626,1071,2.212,1106,2.488,1107,1.959,1108,1.699,1113,2.42,1114,1.379,1124,1.676,1129,1.063,1130,3.121,1132,1.892,1133,1.807,1138,0.87,1142,2.073,1143,1.623,1152,1.673,1154,1.163,1160,1.404,1163,1.704,1167,0.517,1169,1.523,1174,3.351,1178,1.892,1180,3.189,1184,1.6,1188,2.073,1189,1.708,1205,1.193,1208,0.983,1232,1.098,1235,1.327,1291,1.792,1299,2.342,1301,2.77,1318,2.42,1328,1.792,1346,1.947,1400,1.747,1417,1.704,1433,4.485,1437,2.488,1457,2.342,1494,1.116,1543,1.59,1555,3.162,1556,1.892,1564,2.317,1566,1.59,1575,2.932,1577,1.961,1589,2.686,1590,3.11,1591,1.491,1592,1.747,1608,2.63,1611,2.63,1621,3.872,1657,1.193,1677,2.292,1737,2.008,1791,2.867,1805,2.541,1810,1.792,1863,2.541,1873,1.947,1879,2.008,1884,1.892,1905,2.593,1921,1.792,2065,2.073,2073,1.664,2148,2.932,2212,2.686,2227,1.404,2253,3.11,2262,1.747,2274,1.626,2281,2.226,2302,1.947,2361,2.2,2366,2.226,2381,1.892,2449,3.11,2478,1.892,2486,2.146,2580,3.244,2584,2.292,2589,2.867,2670,3.643,2704,2.317,2733,2.226,2956,2.541,3017,2.686,3062,3.11,3229,2.541,3275,1.947,3355,2.686,3571,2.686,3573,2.686,3597,2.686,3611,2.867,3629,2.226,3680,4.683,3749,3.48,3750,3.11,3751,3.48,3752,2.867,3753,3.48,3754,3.11,3755,2.541,3756,3.48,3757,3.48,3758,2.146,3759,3.48,3760,3.48,3761,2.686,3762,3.11,3763,3.48,3764,2.867,3765,3.11]],["file_terms//uw-research-computing/helloworld.html",[]],["root_relative_url//uw-research-computing/hpc-software.html",[0,0.229,1,0.136,2497,3.672,3236,2.735]],["high//uw-research-computing/hpc-software.html",[3,0.251,4,0.21,12,0.765,13,0.754,14,0.037,15,0.743,18,0.302,19,0.732,23,0.126,59,0.335,82,1.216,93,1.084,102,0.701,103,0.569,137,0.519,155,0.961,236,1.26,335,0.428,433,0.604,576,1.084,666,0.67,920,1.329,1041,1.762,1045,0.928,1075,2.803,1227,0.972,1452,1.432,2173,1.405,3766,2.924]],["medium//uw-research-computing/hpc-software.html",[112,1.015,137,0.702,138,0.038,155,1.194,933,1.946,1075,3.577,1076,2.016,1415,1.335,1667,2.993,1708,7.033,1746,4.293,3766,3.957,3767,6.609,3768,7.556,3769,6.609,3770,4.825,3771,4.802]],["content//uw-research-computing/hpc-software.html",[3,0.631,4,0.324,6,0.862,7,0.536,10,0.206,13,0.647,14,0.065,15,1.54,18,0.353,20,1.059,23,0.227,29,1.109,33,0.742,35,0.849,38,0.673,43,0.835,44,0.788,46,1.431,47,1.135,50,1.549,51,1.591,55,1.512,57,1.619,58,0.733,59,0.693,60,1.739,62,2.132,64,1.487,65,1.107,66,0.862,71,0.707,80,0.888,82,2.14,83,1.437,84,1.212,85,3.412,86,1.841,90,1.372,93,1.394,94,1.439,95,2.791,96,0.471,100,3.055,102,0.901,103,1.022,106,0.657,108,1.212,112,1.045,113,2.283,115,1.74,116,1.559,117,1.525,124,1.007,129,0.914,136,1.289,137,1.075,138,0.058,139,0.875,141,1.878,142,0.617,155,1.814,159,1.917,162,1.794,163,0.309,165,0.288,166,0.729,167,1.158,168,1.335,169,1.013,170,1.372,171,1.107,172,1.288,173,1.212,174,1.249,175,1.091,191,2.42,192,0.777,193,1.871,194,1.495,197,0.624,205,0.607,207,2.079,210,1.572,219,2.246,220,1.141,221,0.984,247,0.888,256,1.329,269,1.811,271,1.961,303,0.523,308,1.439,361,0.862,362,0.695,363,1.538,365,2.345,381,1.841,394,0.862,414,0.862,415,1.059,420,1.643,425,0.406,426,1.487,433,1.252,455,1.858,475,1.668,482,2.704,485,0.998,545,1.677,556,1.463,600,2.182,614,1.158,632,1.773,659,2.084,660,2.358,680,1.858,726,2.61,728,1.996,742,1.717,758,0.89,801,2.182,824,2.162,884,2.733,885,1.841,902,2.718,920,2.273,955,2.48,993,1.955,1000,1.648,1001,3.123,1008,1.514,1075,3.975,1076,4.037,1091,1.028,1106,1.619,1107,2.172,1108,1.72,1114,1.833,1124,1.525,1129,1.948,1135,2.304,1138,1.141,1149,2.718,1150,1.841,1151,1.308,1154,1.416,1162,3.037,1167,0.677,1176,2.981,1189,2.079,1205,1.564,1227,2.562,1303,2.48,1325,1.996,1404,2.48,1415,1.268,1417,2.234,1437,1.619,1452,1.841,1456,2.813,1457,2.039,1487,4.435,1543,2.914,1545,3.05,1563,2.15,1571,2.813,1732,3.521,1736,2.182,1737,2.632,1744,3.8,1769,1.878,1798,3.691,2257,2.234,2280,2.718,2286,2.919,2363,2.553,2379,3.037,2474,2.919,2505,3.759,2700,2.813,3291,2.718,3766,3.759]],["file_terms//uw-research-computing/hpc-software.html",[]],["root_relative_url//services.html",[3025,5.846]],["high//services.html",[3,0.534,23,0.268,30,1.602]],["medium//services.html",[]],["content//services.html",[0,0.45,1,0.267,34,0.048,73,2.921,1135,2.921]],["file_terms//services.html",[]],["root_relative_url//des-expanding-universe.html",[974,1.581,3772,3.122,3773,4.689]],["high//des-expanding-universe.html",[3,0.474,23,0.238,74,0.965,299,3.544,782,3.282,974,2.259,3772,4.461,3774,4.893]],["medium//des-expanding-universe.html",[]],["content//des-expanding-universe.html",[1,0.259,17,0.24,32,1.708,34,0.046,40,1.988,43,0.907,45,2.019,47,1.234,48,2.744,53,1.525,71,0.571,74,1.206,83,1.161,84,1.368,105,1.861,107,1.965,112,0.642,117,1.232,124,0.813,129,1.032,130,2.163,142,1.059,144,1.216,160,0.507,163,0.531,183,1.586,204,0.89,206,1.146,218,1.178,225,1.68,234,1.045,240,1.525,246,4.245,247,1.002,248,4.831,252,2.643,253,2.781,265,4.821,273,1.095,288,4.385,299,4.143,306,2.653,308,1.625,316,1.478,330,1.473,333,2.354,351,3.43,354,1.929,362,0.853,365,1.894,367,2.586,371,4.104,374,2.586,380,2.644,393,4.245,394,1.652,408,1.586,409,6.047,411,2.853,416,2.883,425,0.617,428,2.464,430,1.032,437,5.062,438,1.348,447,2.074,451,3.099,452,3.177,455,1.501,475,1.348,482,1.894,493,2.653,494,1.348,496,3.88,497,3.57,499,1.861,501,1.737,506,2.971,528,2.254,533,3.225,536,4.245,549,2.725,576,1.574,580,1.343,587,2.586,591,3.07,599,2.464,601,2.12,602,2.001,605,2.247,608,0.561,612,1.127,615,3.747,620,2.303,650,2.641,654,1.127,669,2.12,677,3.29,681,2.586,699,2.801,700,0.945,702,1.861,711,2.051,718,1.894,721,2.586,742,1.111,743,2.801,751,1.894,758,0.719,782,3.395,789,1.894,790,5.062,799,2.883,801,2.464,803,4.605,804,4.605,819,3.07,820,1.368,842,2.303,845,2.801,878,2.254,928,1.652,955,2.801,957,3.977,958,3.583,965,2.407,966,5.361,968,3.762,969,1.455,974,2.337,998,2.883,1014,2.653,1045,1.348,1103,1.525,1114,1.517,1138,1.288,1152,1.368,1154,1.144,1164,1.411,1172,2.725,1182,2.973,1209,3.583,1212,2.801,1250,3.977,1345,3.177,1350,2.801,1374,2.523,1440,3.43,1473,3.296,1600,2.523,1605,4,1625,1.652,1637,3.43,1658,3.296,1703,2.725,1776,3.099,1777,2.001,1779,4.245,1780,4.245,1781,3.583,1810,2.653,1837,4.435,1838,3.43,1858,2.464,1862,2.407,1911,2.973,1942,4.605,1978,3.583,2017,3.762,2160,3.762,2249,3.583,2299,2.407,2316,4.605,2332,1.894,2391,2.973,2479,4.605,2559,3.177,2607,4.008,2656,3.296,2698,3.977,2737,3.177,2756,3.583,2779,4.245,2787,4.245,2810,3.315,2836,3.43,2872,2.725,3117,3.977,3132,2.883,3146,4.821,3152,3.977,3169,4.605,3179,4.605,3186,4.605,3187,3.977,3189,4.245,3213,3.07,3368,3.977,3447,3.977,3586,3.762,3624,4.605,3772,6.557,3774,6.577,3775,5.152,3776,4.605,3777,5.152,3778,3.977,3779,3.977,3780,5.152,3781,4.605,3782,6.932,3783,5.152,3784,4.605,3785,4.605,3786,3.583,3787,3.762,3788,5.152,3789,5.152,3790,4.245,3791,4.605,3792,3.977,3793,5.152,3794,5.152,3795,5.152,3796,5.152,3797,5.152,3798,5.152,3799,5.152,3800,5.152,3801,5.152,3802,5.152,3803,4.605,3804,4.605,3805,5.152,3806,3.583,3807,4.245,3808,5.152,3809,8.746,3810,4.605,3811,5.152,3812,6.197,3813,4.605,3814,5.152,3815,5.152,3816,5.152,3817,5.152,3818,6.932,3819,6.932,3820,4.605,3821,4.245,3822,5.152,3823,4.245,3824,4.605,3825,5.152,3826,5.152,3827,5.152]],["file_terms//des-expanding-universe.html",[]],["root_relative_url//Hannah-Showcase.html",[2870,4.216,2881,3.636]],["high//Hannah-Showcase.html",[3,0.436,4,0.203,23,0.219,165,0.389,234,0.928,398,2.11,731,1.821,1956,4.097,2332,2.263,2387,3.667,2879,3.346,2880,3.551]],["medium//Hannah-Showcase.html",[]],["content//Hannah-Showcase.html",[0,0.42,1,0.291,4,0.291,7,0.352,10,0.136,14,0.041,17,0.194,18,0.204,25,1.723,34,0.054,46,1.14,56,0.941,58,0.584,69,1.191,71,0.649,73,2.116,96,0.862,102,1.157,103,0.939,106,0.843,107,2.234,108,1.556,109,3.017,112,0.73,116,1.091,121,1.285,129,1.174,138,0.06,142,0.792,144,1.028,147,1.531,160,0.54,162,1.32,165,0.576,179,0.878,189,1.123,200,1.487,206,0.857,217,0.465,225,1.91,228,0.831,234,1.138,245,1.091,263,1.707,269,2.056,293,1.942,294,1.819,303,0.672,316,1.68,345,1.091,348,2.234,356,2.234,361,1.107,391,1.465,394,1.107,398,3.201,422,1.654,430,1.174,433,0.997,438,2.183,447,1.32,461,1.879,475,1.533,494,1.974,495,1.942,525,1.91,540,3.613,556,1.879,560,1.227,562,4.828,580,1.338,589,4.278,590,3.279,611,2.066,612,1.282,614,1.487,620,2.619,650,1.975,673,2.619,683,2.46,684,2.342,700,1.075,702,2.116,705,2.365,711,2.233,713,2.802,731,2.763,749,2.501,758,0.817,764,4.522,839,1.604,855,2.869,868,2.056,885,2.365,898,2.319,899,2.738,969,1.654,994,4.075,1008,1.059,1015,2.079,1145,2.619,1149,3.491,1179,3.185,1182,3.38,1211,3.613,1242,2.869,1260,2.802,1262,2.869,1275,4.815,1291,3.017,1313,2.677,1328,3.017,1344,3.748,1346,3.279,1399,2.802,1419,3.447,1428,2.193,1443,2.78,1458,4.075,1584,1.91,1625,1.879,1640,3.613,1652,2.193,1657,2.009,1660,3.748,1809,2.154,1924,3.491,1956,5.867,1969,5.556,1974,2.511,2006,3.098,2155,2.46,2258,2.869,2299,2.738,2332,3.24,2362,3.017,2387,4.973,2442,3.38,2584,2.564,2674,3.38,2762,3.748,2879,4.537,2880,4.815,2881,6.215,2882,5.237,3093,3.491,3163,5.237,3336,2.941,3374,5.237,3442,5.237,3828,5.859,3829,5.859,3830,8.345,3831,4.522,3832,4.278,3833,4.828,3834,5.237,3835,5.237,3836,4.522,3837,5.859,3838,5.859,3839,4.075,3840,4.278,3841,5.237,3842,5.859,3843,5.859,3844,5.859]],["file_terms//Hannah-Showcase.html",[]],["root_relative_url//events/extended-office-hours.html",[1309,1.554,3845,4.689,3846,4.192]],["high//events/extended-office-hours.html",[]],["medium//events/extended-office-hours.html",[]],["content//events/extended-office-hours.html",[123,4.041,138,0.064,249,1.897,700,1.476,1309,2.668,1579,5.15,2535,6.213,3847,7.196]],["file_terms//events/extended-office-hours.html",[]],["root_relative_url//uw-research-computing/colab-to-chtc.html",[0,0.229,1,0.136,3848,4.108,3849,3.385]],["high//uw-research-computing/colab-to-chtc.html",[3,0.356,4,0.166,14,0.035,23,0.179,38,0.372,93,1.536,108,1.335,151,1.464,154,2.151,166,0.422,167,1.276,203,1.295,204,0.869,205,0.669,211,1.307,236,1.784,1041,1.666,1129,1.536,2381,2.733,3850,5.618]],["medium//uw-research-computing/colab-to-chtc.html",[3,0.138,4,0.109,7,0.117,10,0.116,18,0.068,38,0.144,52,0.298,58,0.426,62,0.91,66,0.621,74,0.474,82,0.445,89,0.494,132,0.771,138,0.073,152,0.459,155,0.907,189,0.373,200,0.494,203,0.502,205,0.568,206,0.285,211,0.373,214,0.669,305,1.694,335,0.606,364,0.954,425,0.173,738,0.954,762,0.509,1044,0.635,1055,2.104,1056,0.931,1057,1.246,1059,1.147,1062,1.246,1063,0.801,1064,1.246,1065,0.604,1066,1.573,1067,2.346,1068,1.03,1069,2.346,1071,1.038,1073,0.87,1104,1.123,1113,1.354,1494,0.624,1502,3.519,1503,1.422,1506,2.539,1527,1.201,1563,0.656,1762,0.834,2065,1.16,2517,1.604,2520,1.123,2521,1.003,2522,1.16,2523,1.16,2584,0.852,2626,1.296,2627,1.296,2736,1.96,2992,1.74,3222,1.503,3223,1.503,3252,2.104,3850,1.604,3851,5.794,3852,1.947,3853,1.947,3854,4.487,3855,1.947,3856,1.947,3857,1.947,3858,3.118,3859,6.341,3860,3.118,3861,1.947,3862,1.947,3863,1.947,3864,1.947,3865,1.74,3866,6.089,3867,1.947,3868,3.289,3869,5.02,3870,1.422,3871,1.74,3872,1.947,3873,1.947,3874,2.94,3875,1.947,3876,1.947,3877,1.503,3878,1.947]],["content//uw-research-computing/colab-to-chtc.html",[3,0.614,4,0.319,6,1.389,7,0.585,10,0.226,14,0.068,17,0.204,18,0.159,38,0.472,39,0.523,40,1.829,42,1.746,43,0.835,44,1.102,47,0.812,48,1.806,50,0.888,53,1.887,55,2.114,56,0.917,58,0.906,60,1.679,62,2.132,65,1.107,66,0.862,68,3.284,71,0.707,77,1.955,79,1.372,80,0.888,82,2.038,83,1.028,84,1.694,89,1.158,96,0.822,97,1.694,102,1.452,104,1.308,106,0.657,108,1.694,116,1.187,117,1.904,124,1.007,129,0.914,132,2.911,136,0.677,138,0.073,141,1.878,147,0.837,151,2.319,152,1.075,154,2.012,155,1.152,160,0.476,163,0.432,165,0.288,166,0.801,168,1.54,175,1.091,176,2.013,182,0.525,190,1.372,192,1.252,194,1.765,196,2.568,197,0.872,203,2.051,204,1.712,205,1.258,206,0.932,210,0.901,211,1.606,212,0.667,214,1.297,218,1.043,221,1.807,225,1.487,249,1.503,282,2.791,303,0.843,305,3.284,310,1.512,316,1.308,330,1.78,335,0.55,345,0.849,354,2.981,358,2.084,362,0.497,364,2.234,381,1.841,392,1.806,414,0.862,415,1.059,420,0.941,425,0.568,427,1.439,433,0.777,455,1.858,478,1.394,479,3.569,488,2.477,493,2.349,502,1.591,515,2.349,526,1.916,554,1.708,560,0.955,573,1.895,608,0.497,658,1.591,665,3.173,676,1.439,683,1.916,716,0.837,726,1.619,735,2.29,742,1.375,758,0.89,762,1.923,789,1.677,801,2.182,929,1.158,933,1.091,961,2.791,1009,1.619,1015,1.619,1042,2.625,1044,2.079,1091,2.049,1106,1.619,1107,1.059,1108,1.983,1111,2.98,1114,1.396,1125,3.123,1127,2.132,1129,2.432,1135,1.648,1137,1.677,1147,4.594,1150,1.841,1151,2.109,1154,1.633,1163,3.123,1176,2.753,1180,2.967,1183,3.173,1189,2.397,1208,1.801,1213,3.569,1280,1.708,1381,2.521,1487,3.173,1548,5.36,1549,1.708,1556,2.48,1557,4.08,1566,2.914,1582,2.919,1585,3.759,1587,2.413,1588,2.349,1591,1.955,1599,1.538,1612,2.132,1618,3.759,1649,2.432,1677,2.791,1735,2.553,1775,3.521,1809,1.677,2065,3.8,2150,3.8,2171,2.084,2223,3.026,2258,2.234,2275,2.919,2311,2.413,2339,4.08,2363,2.553,2381,4.328,2443,3.521,2537,2.349,2627,6.052,2939,2.919,3003,3.201,3016,2.919,3059,3.331,3291,2.718,3312,4.078,3349,3.759,3361,2.919,3414,5.114,3629,2.919,3850,7.491,3854,4.078,3860,3.331,3866,4.078,3870,4.657,3871,4.078,3879,3.521,3880,3.759,3881,3.759,3882,4.562,3883,3.759,3884,6.377,3885,5.701,3886,4.562,3887,4.562,3888,4.562,3889,4.078,3890,3.331,3891,4.562,3892,6.377]],["file_terms//uw-research-computing/colab-to-chtc.html",[]],["root_relative_url//approach.html",[3893,6.54]],["high//approach.html",[3,0.573,10,0.152,23,0.233,59,0.618,276,2.752,494,1.715,1103,1.94,1657,2.248]],["medium//approach.html",[]],["content//approach.html",[0,0.411,1,0.319,3,0.616,4,0.187,10,0.201,14,0.06,18,0.197,20,1.714,29,0.854,34,0.06,35,1.055,36,1.943,38,0.42,39,0.65,43,0.742,51,2.864,59,0.534,63,1.07,69,1.501,71,0.628,72,2.715,83,1.277,85,2.428,96,0.585,110,1.677,113,1.625,117,1.765,118,2.287,121,0.965,137,1.201,142,0.998,145,2.379,146,2.923,147,1.506,148,1.714,159,1.704,160,0.598,165,0.519,166,0.476,168,1.186,182,0.607,186,1.501,187,1.417,206,0.828,211,1.415,213,1.355,215,0.936,217,0.433,218,1.689,219,2.255,228,0.696,234,0.854,240,1.677,249,1.335,257,1.009,271,1.396,273,1.569,279,2.201,310,1.878,345,1.68,360,1.731,362,0.804,382,1.704,384,0.774,394,1.551,420,1.169,425,0.504,430,1.135,489,2.533,494,1.482,528,2.479,547,1.975,556,1.817,560,1.546,582,3.269,601,2.332,602,3.38,605,1.625,607,2.589,608,0.894,610,2.775,611,2.022,612,1.904,614,1.438,616,3.171,622,3.494,641,3.616,650,1.91,654,1.24,694,3.269,695,2.428,699,3.08,700,1.354,702,3.143,704,1.817,706,2.368,707,2.161,716,1.506,756,1.943,758,1.03,776,4.132,777,1.902,819,3.376,836,2.775,863,2.479,867,3.494,868,1.396,870,2.918,920,1.846,940,2.71,970,3.941,972,3.376,973,3.1,1008,1.024,1009,2.62,1015,2.011,1021,3.494,1033,2.844,1103,2.185,1114,1.24,1124,1.355,1129,1.731,1143,1.46,1152,1.505,1154,1.258,1166,2.71,1167,0.841,1190,3.269,1208,1.6,1212,3.08,1227,1.551,1243,2.121,1248,2.332,1543,3.752,1586,2.287,1654,3.625,1671,3.08,1674,4.26,1675,3.494,1689,2.71,1703,3.904,1777,2.201,1862,2.648,1894,3.772,1914,3.376,1958,2.996,2009,5.065,2262,2.844,2270,2.996,2366,3.625,2386,4.132,2516,3.3,2580,2.918,2588,4.399,2629,4.373,2647,4.373,2656,3.625,2775,3.772,3297,3.376,3347,4.669,3688,5.065,3790,4.669,3894,5.065,3895,4.669,3896,5.065,3897,4.137,3898,7.383,3899,4.137,3900,5.698,3901,5.666,3902,4.669,3903,5.666,3904,4.669,3905,5.666,3906,4.669,3907,5.065,3908,5.666]],["file_terms//approach.html",[]],["root_relative_url//veritas.html",[3909,6.54]],["high//veritas.html",[3,0.474,23,0.238,74,0.965,158,2.08,223,1.753,580,1.074,842,2.995,3910,5.99]],["medium//veritas.html",[]],["content//veritas.html",[1,0.179,4,0.31,10,0.125,17,0.228,18,0.126,20,0.843,21,0.963,25,1.022,33,1.052,34,0.051,38,0.567,39,0.821,44,0.935,45,1.845,46,1.052,47,0.963,51,1.267,53,1.6,55,1.204,71,0.922,72,1.335,74,1.102,80,0.706,81,1.659,82,0.831,83,1.457,87,1.494,96,0.918,100,1.854,103,0.867,112,0.955,115,1.385,116,0.676,118,1.465,121,1.219,124,0.854,126,0.868,129,0.728,136,0.96,138,0.029,142,0.731,144,0.949,148,0.843,158,1.127,159,1.092,160,0.235,162,0.818,163,0.579,164,1.525,176,1.481,187,1.352,192,0.618,193,0.706,194,0.738,206,1.35,214,1.1,217,0.378,223,1.415,226,2.651,227,1.823,234,0.975,238,1.589,243,2.86,244,2.94,245,0.676,251,3.12,253,1.289,256,1.058,257,0.963,261,1.127,263,2.714,265,6.273,266,1.164,269,0.894,271,1.592,273,0.772,277,1.164,288,3.027,290,1.87,291,1.943,292,2.164,293,1.793,294,1.679,296,4.302,301,2.525,303,0.62,308,1.146,309,1.556,310,1.204,316,2.587,317,4.767,330,1.373,332,3.12,334,3.729,345,0.676,346,3.46,348,1.385,349,2.095,350,2.025,352,1.025,356,2.464,360,1.652,361,1.022,362,0.704,371,3.932,372,1.697,382,1.092,388,2.095,391,1.616,394,1.022,398,2.216,401,3.761,407,1.823,411,1.494,415,1.5,416,3.027,421,2.803,423,1.556,425,0.682,433,0.618,434,3.246,438,1.415,439,1.589,445,1.224,447,1.457,449,2.889,451,2.418,452,3.335,470,2.803,487,1.335,492,3.246,494,0.95,499,1.953,501,1.224,511,1.438,516,1.075,518,2.417,527,2.649,533,1.494,538,1.058,567,3.457,580,1.4,584,2.417,595,2.239,605,1.853,608,0.834,612,0.795,615,1.736,632,1.01,650,2.178,654,0.795,658,1.886,660,1.164,669,1.494,672,1.974,676,1.146,677,3.371,681,1.823,698,2.239,700,1.313,701,1.267,705,1.465,719,3.595,726,1.289,731,1.6,742,1.394,743,2.94,745,3.46,751,1.335,757,1.109,758,0.902,759,2.323,762,1.873,763,3.12,782,2.649,784,1.224,789,1.335,800,2.525,808,3.46,820,0.964,824,0.881,828,2.183,829,2.417,832,2.095,839,2.198,840,1.465,842,2.418,843,4.457,845,1.974,847,1.87,858,2.992,869,2.318,870,1.87,871,2.239,874,1.623,888,3.507,895,3.246,897,1.109,899,1.697,902,2.164,920,1.616,928,2.296,935,3.246,938,3.601,942,2.66,952,1.823,962,1.312,965,1.697,966,4.581,968,3.949,974,1.224,980,1.335,996,1.823,1018,2.525,1028,2.417,1033,1.823,1034,1.556,1103,1.075,1133,1.551,1149,2.164,1152,1.716,1190,2.095,1208,1.025,1232,1.146,1280,2.025,1294,1.823,1330,1.87,1345,2.239,1374,2.649,1443,1.146,1475,1.736,1494,1.164,1536,1.697,1553,2.226,1580,1.736,1584,1.184,1595,2.323,1637,2.417,1638,2.366,1659,1.974,1661,2.323,1682,2.803,1689,1.736,1703,1.92,1745,1.778,1769,1.494,1777,2.101,1783,4.245,1791,2.992,1816,2.417,1877,2.095,1905,1.494,1911,2.095,1918,2.095,1921,3.687,1926,1.974,1927,1.974,1939,2.992,1940,2.417,1971,1.659,1974,3.281,1988,2.803,1997,2.803,2318,4.835,2332,3.5,2348,2.323,2396,2.525,2427,2.323,2531,1.245,2607,4.314,2625,2.803,2845,3.246,2878,2.525,2884,2.323,2932,2.323,3027,2.651,3032,3.027,3034,2.323,3106,2.525,3123,2.992,3161,2.417,3187,5.527,3190,2.803,3291,2.164,3337,2.525,3355,2.803,3385,3.246,3511,3.246,3614,3.601,3774,2.651,3781,3.246,3785,3.246,3786,5.583,3791,4.835,3820,3.246,3910,8.509,3911,3.631,3912,7.161,3913,2.992,3914,7.677,3915,7.998,3916,5.325,3917,6.463,3918,4.988,3919,5.408,3920,5.777,3921,3.631,3922,3.631,3923,6.463,3924,8.733,3925,6.463,3926,8.889,3927,4.835,3928,4.457,3929,3.246,3930,3.631,3931,3.631,3932,4.898,3933,4.835,3934,5.901,3935,3.631,3936,3.631,3937,2.525,3938,3.246,3939,3.631,3940,3.631,3941,3.631,3942,3.631,3943,3.631,3944,3.631,3945,7.161,3946,9.744,3947,5.408,3948,5.408,3949,3.246,3950,2.651,3951,3.631,3952,3.631,3953,3.631,3954,5.777,3955,3.631,3956,3.631,3957,3.246,3958,3.631,3959,3.246,3960,3.631,3961,3.631,3962,3.631,3963,3.631,3964,3.631,3965,2.525,3966,5.408,3967,3.246,3968,3.631,3969,3.246,3970,3.631,3971,3.631,3972,3.631]],["file_terms//veritas.html",[]],["root_relative_url//uw-research-computing/hpc-overview.html",[0,0.229,1,0.136,3236,2.735,3973,4.108]],["high//uw-research-computing/hpc-overview.html",[3,0.39,12,0.803,13,0.781,14,0.026,15,0.78,17,0.096,18,0.252,19,0.768,23,0.132,29,0.831,34,0.022,46,0.725,52,0.57,62,1.74,93,1.138,162,0.839,168,1.154,217,0.196,384,0.351,425,0.332,516,1.102,820,0.989,847,1.918,868,0.917,920,1.378,933,0.891,1009,1.322,1030,1.665,1227,1.796,1667,1.369,1847,2.296,2173,1.474,2274,1.74,3974,2.479]],["medium//uw-research-computing/hpc-overview.html",[18,0.181,46,1.359,138,0.063,933,1.246,1452,3.397,1479,4.162,1713,5.041,3770,5.753,3975,4.293,3976,7.879,3977,5.21,3978,5.755,3979,7.879,3980,7.525,3981,4.293]],["content//uw-research-computing/hpc-overview.html",[1,0.262,3,0.625,4,0.306,6,0.668,7,0.566,10,0.212,13,1.168,14,0.069,17,0.204,18,0.307,20,1.231,21,0.63,29,0.96,30,0.752,33,0.863,34,0.056,35,1.184,36,1.213,38,0.471,39,0.608,40,1.521,42,1.452,43,0.463,46,1.473,48,1.4,50,1.238,52,1.16,56,0.944,57,0.719,58,0.528,59,0.714,60,1.593,61,1.616,62,2.973,63,0.668,64,1.153,65,1.287,66,1.202,80,1.238,81,2.423,86,1.428,90,1.063,91,2.041,93,1.081,94,1.673,96,0.852,97,1.69,100,1.213,102,0.698,103,1.416,105,1.278,106,0.509,110,1.569,113,1.014,121,1.289,124,0.558,125,5.529,126,1.268,130,2.227,131,0.911,136,0.788,137,1.162,138,0.06,144,0.62,146,2.1,155,1.277,157,0.898,160,0.514,162,0.797,163,0.608,165,0.335,166,0.741,167,0.898,168,2.041,169,0.786,170,1.063,171,0.858,172,0.999,173,0.939,174,0.969,175,1.268,176,2.073,177,2.316,178,0.969,181,0.871,186,0.719,188,1.178,189,1.22,192,0.602,193,0.688,194,1.437,197,0.623,204,0.611,209,1.063,211,0.678,214,0.719,215,0.584,217,0.373,218,0.809,219,1.081,220,0.885,221,0.763,228,0.333,236,1.255,249,0.833,257,1.258,271,1.567,273,1.502,274,2.06,303,0.406,308,1.116,311,1.98,323,1.871,335,0.64,340,2.273,344,1.456,345,1.409,348,1.349,354,2.835,355,1.85,360,1.081,362,0.866,372,1.653,374,1.776,375,1.456,376,0.833,382,1.063,384,0.899,394,0.668,405,4.745,408,1.455,420,0.73,425,0.472,430,0.709,439,1.548,445,1.192,455,1.03,461,1.134,478,1.081,488,1.374,491,1.456,494,1.387,495,1.173,500,1.428,502,1.85,516,1.047,526,1.485,533,1.456,550,2.041,554,1.986,560,1.332,573,0.911,576,2.159,593,1.776,605,1.014,607,2.423,608,0.578,618,1.653,632,0.984,659,1.616,660,1.134,666,0.668,669,1.456,676,1.673,680,1.03,700,1.167,701,2.219,703,2.108,704,2.549,707,2.022,708,2.355,716,0.973,717,2.273,734,1.063,742,0.763,757,1.62,758,1.056,762,1.387,777,2.048,780,1.581,810,2.844,820,2.189,824,1.544,842,1.581,844,1.4,866,3.162,868,1.865,893,1.923,897,1.081,919,2.883,920,2.338,933,1.268,934,1.98,940,1.692,961,1.548,969,1.498,973,1.485,980,1.301,998,1.98,1009,2.258,1015,1.882,1026,1.456,1030,2.844,1041,1.173,1044,1.153,1065,1.098,1071,2.23,1075,1.4,1091,1.195,1106,1.255,1107,1.477,1114,1.392,1124,1.268,1125,1.732,1127,2.478,1128,1.923,1133,2.172,1138,1.591,1143,1.951,1144,1.673,1145,1.581,1148,2.355,1150,1.428,1152,0.939,1154,0.786,1155,3.06,1157,1.213,1160,1.428,1162,2.355,1164,0.969,1167,0.525,1169,1.548,1184,1.62,1189,1.153,1195,3.162,1227,2.625,1248,2.183,1299,1.581,1303,2.883,1370,1.822,1415,1.475,1427,2.583,1437,2.258,1451,2.727,1452,3.056,1473,2.263,1479,2.108,1487,2.46,1537,3.27,1543,1.616,1551,1.732,1556,2.883,1563,1.192,1584,1.153,1586,1.428,1598,3.27,1599,1.192,1601,4.07,1602,2.263,1605,2.041,1612,1.653,1613,1.732,1617,1.788,1626,3.16,1657,1.213,1667,1.301,1671,1.923,1674,3.06,1689,2.536,1712,2.041,1713,2.263,1724,2.73,1744,2.108,1777,1.374,1798,3.194,1816,3.531,1845,2.181,1847,3.27,1858,1.692,1930,3.16,1936,4.093,2034,2.355,2218,1.822,2257,1.732,2302,1.98,2361,2.227,2375,2.181,2393,2.73,2480,3.043,2486,2.181,2487,2.263,2490,2.108,2556,4.37,2601,2.355,2697,2.041,2734,2.355,2817,2.73,2859,2.108,2966,2.883,3003,1.776,3030,2.583,3031,4.741,3089,3.561,3106,2.46,3226,5.274,3252,3.393,3253,2.883,3275,2.968,3583,2.355,3621,2.583,3622,5.844,3630,2.583,3880,2.915,3899,3.872,3900,2.73,3974,5.97,3982,3.537,3983,3.162,3984,3.537,3985,5.243,3986,3.537,3987,3.537,3988,3.537,3989,4.741,3990,5.304,3991,5.529,3992,6.24,3993,5.304,3994,2.915,3995,5.304,3996,2.108,3997,3.162,3998,3.537,3999,2.915,4000,3.537,4001,3.537,4002,3.162,4003,2.46,4004,3.537,4005,3.162,4006,3.537,4007,2.915,4008,3.162]],["file_terms//uw-research-computing/hpc-overview.html",[]],["root_relative_url//uw-research-computing/form.html",[0,0.261,1,0.155,4009,4.689]],["high//uw-research-computing/form.html",[3,0.474,23,0.238,348,3.13,1143,2.115,1208,2.318]],["medium//uw-research-computing/form.html",[]],["content//uw-research-computing/form.html",[1,0.236,3,0.669,4,0.236,34,0.05,43,0.937,64,2.784,71,0.947,80,1.392,81,3.269,86,2.887,96,0.739,106,1.03,124,1.13,128,3.504,130,3.586,131,2.201,144,1.255,160,0.552,169,1.589,197,0.7,257,1.521,271,1.762,303,0.821,344,2.945,348,3.606,362,0.779,408,1.636,430,1.711,433,1.218,478,2.186,484,3.421,485,1.869,494,1.872,524,4.412,531,3.89,680,2.084,700,1.312,706,2.294,728,3.131,777,1.844,844,2.832,961,3.131,969,2.02,972,4.263,1047,4.263,1114,1.869,1124,2.042,1138,2.136,1143,2.201,1150,3.447,1152,1.9,1167,1.268,1205,2.453,1208,2.578,1232,2.257,1253,2.679,1307,3.004,1488,4.577,1554,5.522,1613,4.183,2439,4.263,2486,4.412,2701,4.976,3019,5.224,4010,6.395,4011,4.412,4012,6.395]],["file_terms//uw-research-computing/form.html",[]],["root_relative_url//neuroscientist.html",[4013,6.54]],["high//neuroscientist.html",[3,0.454,17,0.165,23,0.228,142,0.867,433,1.092,580,1.028,2419,4.685,4014,5.735,4015,5.735,4016,4.952]],["medium//neuroscientist.html",[]],["content//neuroscientist.html",[0,0.428,1,0.299,4,0.139,10,0.163,11,1.288,14,0.049,17,0.229,34,0.056,35,0.785,36,1.446,38,0.447,39,0.484,40,1.73,43,0.552,44,0.729,47,0.751,55,1.398,56,0.752,58,0.42,59,0.397,69,1.654,71,0.467,74,0.607,75,1.137,80,1.495,82,0.964,90,1.268,94,2.222,96,0.84,102,0.832,103,0.676,106,1.218,107,1.608,108,1.12,112,0.878,115,1.608,117,1.442,118,2.842,121,1.199,124,0.952,129,1.209,136,0.626,137,0.616,138,0.033,141,1.735,142,0.57,144,1.348,160,0.497,163,0.59,165,0.534,179,0.42,181,1.486,186,1.432,192,0.718,197,0.413,205,0.561,206,0.882,212,0.882,213,1.008,217,0.446,218,0.964,223,1.578,228,0.767,233,2.6,234,0.91,245,0.785,247,1.37,251,4.063,256,2.052,257,1.074,272,2.116,273,1.496,276,1.77,279,2.343,286,2.697,290,3.106,294,1.309,297,4.195,303,0.933,305,2.171,306,2.171,308,1.33,310,1.398,311,2.36,316,1.209,328,1.55,330,1.798,338,2.807,345,1.123,350,1.578,352,1.191,354,1.578,355,2.837,356,2.3,361,1.33,362,0.459,365,1.55,367,2.116,368,2.807,375,2.482,377,2.697,391,1.054,392,1.669,394,0.796,398,2.068,404,1.885,405,2.36,415,1.4,422,1.703,426,1.966,427,1.903,433,1.027,437,3.078,438,2.33,439,1.845,440,2.512,448,3.474,450,1.638,465,2.512,475,1.578,476,3.254,478,1.843,482,1.55,484,2.884,485,1.78,487,1.55,495,1.398,499,1.523,502,1.471,510,1.288,511,2.788,520,2.6,529,1.843,531,4.179,549,2.23,553,3.078,554,2.258,555,1.669,563,2.6,580,1.428,604,1.735,605,1.73,608,0.657,612,1.32,615,2.016,632,2.137,643,1.926,654,0.923,658,1.471,659,2.756,660,1.352,663,1.97,668,3.829,672,1.288,694,2.433,695,1.807,700,0.773,702,2.179,704,1.352,706,1.352,711,1.248,716,1.492,726,1.496,728,1.845,731,2.275,734,0.845,738,2.065,751,1.55,752,2.36,756,1.446,758,0.588,762,1.103,777,1.086,785,2.23,789,2.218,795,2.807,802,2.065,824,1.023,832,2.433,839,1.154,844,2.388,848,2.258,854,1.228,863,3.082,868,1.486,869,2.585,886,2.932,920,1.054,926,2.697,928,1.352,931,1.578,941,2.697,947,2.898,949,1.845,965,2.818,966,3.859,969,1.191,974,1.421,976,2.728,982,2.954,993,1.807,1000,1.523,1008,0.762,1014,3.106,1015,1.496,1035,2.512,1036,3.474,1043,2.932,1108,1.137,1134,2.756,1151,1.209,1152,1.12,1153,2.171,1160,1.702,1172,2.23,1180,1.702,1205,1.446,1227,1.154,1232,1.33,1235,2.3,1242,2.065,1243,1.578,1252,2.292,1297,2.292,1299,1.885,1336,2.807,1345,2.6,1346,2.36,1381,1.446,1549,1.578,1557,2.697,1563,1.421,1577,1.578,1584,1.375,1649,2.685,1652,1.578,1657,2.068,1658,3.859,1677,1.845,1701,2.36,1777,1.638,1809,2.218,1820,2.292,1842,2.807,1862,1.97,1874,6.334,1890,4.917,1892,7.508,1905,2.482,1914,2.512,1927,2.292,1978,2.932,2010,4.898,2154,2.697,2159,2.065,2181,2.433,2196,3.474,2223,1.735,2255,3.078,2332,1.55,2362,3.106,2387,4.196,2419,4.404,2442,2.433,2467,4.688,2516,1.885,2526,2.512,2628,2.6,2638,2.23,2737,2.6,2800,3.078,2814,3.254,2828,2.932,2862,2.807,2867,2.932,2871,2.697,2879,3.829,3032,2.36,3093,2.512,3097,2.6,3132,2.36,3291,2.512,3316,2.697,3345,3.769,3378,3.078,3439,3.474,3489,3.078,3513,3.474,3543,3.078,3779,4.655,3787,3.078,3902,3.474,3989,3.769,4014,5.392,4015,8.833,4017,6.032,4018,6.295,4019,6.032,4020,8.909,4021,4.216,4022,3.474,4023,3.474,4024,3.769,4025,4.216,4026,3.769,4027,3.254,4028,4.216,4029,7.042,4030,3.254,4031,3.769,4032,2.807,4033,3.769,4034,4.216,4035,4.216,4036,4.216,4037,4.216,4038,6.032,4039,3.769,4040,4.97,4041,3.254,4042,3.769,4043,3.769,4044,3.769,4045,4.216,4046,3.769,4047,4.216,4048,4.216,4049,4.216,4050,4.216,4051,4.216,4052,5.392,4053,4.216,4054,3.474,4055,4.216,4056,4.216,4057,4.216,4058,4.216,4059,3.078,4060,3.769]],["file_terms//neuroscientist.html",[]],["root_relative_url//david-swanson-awardees-2023.html",[2838,3.17,2913,2.448,2914,2.857,2915,3.17]],["high//david-swanson-awardees-2023.html",[3,0.474,23,0.238,580,1.074,1408,4.893,2913,3.993,2914,4.66,2915,5.172,2916,5.172]],["medium//david-swanson-awardees-2023.html",[]],["content//david-swanson-awardees-2023.html",[1,0.317,4,0.295,10,0.133,11,1.211,14,0.052,17,0.204,19,0.818,25,1.285,29,0.598,31,3.058,33,0.645,34,0.055,38,0.427,39,0.454,42,1.085,43,0.519,44,0.685,46,0.771,47,0.706,52,0.607,56,0.494,58,0.395,59,0.544,69,1.519,71,0.754,72,1.457,73,2.083,74,0.979,75,1.555,79,2.245,85,3.201,96,0.856,97,1.052,99,1.981,100,1.359,103,0.635,104,1.136,112,0.494,118,2.328,121,0.982,130,3.136,131,1.021,138,0.059,141,1.631,142,1.01,143,1.811,144,0.695,147,1.37,148,0.92,160,0.256,163,0.579,164,2.422,165,0.581,166,0.333,179,0.873,183,0.906,192,0.675,197,0.564,206,1.16,212,0.579,217,0.394,223,1.037,228,0.748,234,1.026,238,1.734,240,1.707,248,2.444,253,2.047,263,1.68,269,1.421,272,1.989,275,1.981,291,1.191,293,1.314,294,1.79,296,3.84,301,2.756,303,0.78,309,1.698,310,1.912,316,1.654,323,3.05,326,1.599,329,2.758,330,1.587,334,2.286,341,2.756,351,2.638,356,1.511,359,2.374,362,0.432,371,1.941,376,0.934,382,1.191,384,0.374,388,3.328,391,0.991,392,1.569,394,0.749,408,0.906,411,1.631,412,1.23,414,0.749,422,1.119,447,1.3,450,1.539,452,2.444,454,1.484,469,2.096,475,1.037,478,1.211,484,1.895,496,4.18,497,2.041,499,1.431,500,1.599,504,2.361,510,2.077,513,2.286,514,1.811,537,1.811,542,1.085,545,2.121,546,2.578,548,1.852,552,2.173,560,1.208,572,2.218,580,1.578,590,2.218,597,3.05,598,2.154,603,3.228,604,1.631,605,1.136,608,0.902,610,1.941,611,1.579,642,2.638,650,2.292,654,1.262,659,1.811,669,1.631,672,1.762,674,2.286,676,1.25,682,3.328,683,2.422,684,2.111,700,1.568,702,1.431,704,1.271,705,2.328,711,1.173,713,1.895,716,0.727,723,3.84,728,2.524,731,2.012,742,0.855,745,2.535,751,2.121,752,2.218,756,2.331,757,1.211,758,0.553,760,1.941,761,1.431,777,1.924,781,3.906,784,1.944,785,2.096,802,1.941,823,2.756,839,1.579,854,1.68,868,1.84,897,1.211,906,3.05,909,2.535,910,2.756,917,2.744,924,2.535,928,1.271,976,3.034,982,2.825,994,4.011,1000,1.431,1025,2.756,1026,1.631,1103,1.707,1137,1.457,1151,1.136,1167,0.588,1172,2.096,1178,2.154,1196,1.539,1214,1.599,1217,2.096,1232,1.25,1233,2.472,1234,3.401,1246,2.012,1249,2.374,1251,1.154,1253,2.159,1258,2.361,1262,2.825,1293,2.096,1299,2.578,1321,4.211,1325,1.734,1336,2.638,1344,2.535,1370,2.041,1376,2.756,1388,2.638,1389,2.096,1399,1.895,1408,5.795,1421,3.49,1428,1.484,1443,2.697,1479,2.361,1536,1.852,1584,1.292,1600,1.941,1611,1.989,1617,2.292,1625,1.271,1640,2.444,1652,2.159,1675,3.557,1763,2.218,1768,3.542,1769,1.631,1787,3.265,1808,2.756,1817,2.535,1827,5.236,1830,2.154,1837,2.535,1838,2.638,1839,3.265,1842,2.638,1879,2.286,1908,2.096,1919,4.753,1920,5.765,1922,3.058,1926,2.154,1943,3.058,1955,2.893,2155,1.664,2179,4.211,2189,2.096,2227,1.599,2257,1.941,2299,1.852,2302,3.806,2306,2.361,2332,2.5,2352,3.228,2361,1.664,2391,2.286,2427,2.535,2437,2.756,2439,2.361,2442,2.286,2521,2.041,2531,1.977,2603,3.265,2607,1.895,2649,3.542,2651,3.69,2663,3.058,2671,3.058,2731,2.535,2779,4.753,2784,2.444,2800,2.893,2809,2.361,2828,2.756,2879,2.154,2908,3.265,2913,4.935,2914,5.946,2915,4.452,2916,5.249,2966,3.136,3089,4.442,3106,2.756,3146,2.756,3398,3.058,3471,3.265,3639,3.058,3774,2.893,3812,3.542,3839,2.756,3937,2.756,4041,3.058,4054,3.265,4061,6.8,4062,9.297,4063,5.768,4064,6.8,4065,9.194,4066,3.963,4067,3.542,4068,3.265,4069,3.963,4070,3.963,4071,5.768,4072,5.156,4073,3.058,4074,2.638,4075,3.542,4076,3.963,4077,2.638,4078,3.963,4079,3.963,4080,3.963,4081,3.963,4082,3.265,4083,5.768,4084,5.768,4085,3.265,4086,3.963,4087,3.963,4088,3.542,4089,3.542,4090,4.753,4091,3.963,4092,6.8,4093,5.156,4094,3.265,4095,3.265,4096,3.963,4097,3.265,4098,7.095,4099,3.963,4100,3.963,4101,3.963,4102,3.265,4103,3.542,4104,2.893,4105,3.963,4106,3.542,4107,3.963,4108,3.542,4109,3.963,4110,3.963,4111,3.265]],["file_terms//david-swanson-awardees-2023.html",[]],["root_relative_url//Technology-Refresh.html",[291,1.642,4112,5.462]],["high//Technology-Refresh.html",[3,0.368,23,0.185,63,1.318,165,0.328,291,1.563,303,0.8,425,0.463,920,1.3,1227,1.424,1283,3,1627,5.093,4113,7.036,4114,6.976,4115,5.2,4116,4.648]],["medium//Technology-Refresh.html",[]],["content//Technology-Refresh.html",[1,0.259,3,0.658,4,0.259,7,0.374,10,0.181,14,0.06,21,1.109,23,0.222,34,0.037,36,2.689,38,0.461,43,0.815,49,3.05,52,0.954,59,0.739,63,1.906,64,2.03,75,1.679,79,1.872,84,1.654,89,1.581,90,2.358,102,1.23,103,0.998,121,1.06,124,0.983,126,1.489,132,2.466,138,0.062,144,1.092,152,1.467,155,1.125,157,1.581,163,0.532,165,0.393,179,0.621,192,1.06,211,1.504,215,1.296,217,0.329,218,1.425,303,1.034,348,2.375,352,2.623,384,0.85,394,1.482,408,1.425,412,1.933,420,1.285,425,0.803,428,2.978,455,1.814,515,4.039,548,2.91,571,5.116,595,3.84,695,3.361,704,2.89,707,2.375,716,1.142,734,1.248,742,1.343,822,6.054,844,2.466,888,3.05,892,2.563,898,2.466,920,2.147,931,2.332,998,3.485,1000,2.25,1009,3.047,1026,2.563,1065,2.435,1133,1.786,1153,4.422,1156,2.846,1164,1.705,1227,2.351,1283,3.593,1309,2.064,1310,4.331,1311,4.547,1312,2.419,1313,2.846,1314,4.331,1315,2.784,1316,4.807,1382,2.978,1429,2.419,1432,4.807,1433,5.493,1604,2.846,1617,2.895,1663,3.293,1836,4.547,2149,3.293,2255,5.727,2480,2.978,2580,3.207,2687,4.807,2697,4.526,2820,4.807,2951,3.84,3030,4.547,3275,4.39,3297,5.116,3974,5.222,3991,6.27,3992,5.132,4117,6.228,4118,6.228,4119,6.228,4120,5.567,4121,8.587,4122,7.844,4123,7.844,4124,5.567,4125,5.132,4126,7.844,4127,6.228,4128,6.228,4129,6.228,4130,6.228,4131,6.228]],["file_terms//Technology-Refresh.html",[]],["root_relative_url//Natzke.html",[4132,6.54]],["high//Natzke.html",[3,0.464,23,0.233,179,0.653,580,1.051,723,4.364,950,3.906,1771,2.547,2559,4.042,2801,3.564]],["medium//Natzke.html",[]],["content//Natzke.html",[1,0.263,4,0.263,6,0.863,7,0.384,10,0.17,11,1.395,14,0.051,16,0.999,25,0.863,29,0.962,30,0.97,33,1.039,34,0.053,38,0.338,39,0.732,42,1.25,43,0.835,52,0.699,58,0.733,59,0.602,66,0.863,71,1.037,96,0.823,97,1.213,106,0.657,112,0.917,117,1.526,121,1.356,126,1.092,129,0.915,138,0.063,142,0.863,144,0.801,146,1.808,148,1.06,151,1.33,160,0.295,163,0.432,166,0.536,169,1.769,179,0.794,182,0.525,183,2.039,185,2.212,186,0.928,196,1.27,197,0.447,206,0.668,210,0.902,212,0.933,215,0.754,217,0.388,218,1.044,228,0.693,234,0.689,240,1.351,241,1.919,245,1.188,252,1.741,256,2.143,257,0.813,263,2.143,272,2.292,273,0.97,275,1.33,279,1.774,280,2.226,290,3.286,294,1.417,299,4.212,303,0.524,332,2.634,338,3.04,340,1.957,345,0.85,346,2.921,350,2.389,362,0.695,363,1.539,371,2.236,372,2.134,375,1.879,379,1.917,384,0.602,387,3.571,394,1.205,425,0.407,427,1.441,433,0.777,445,1.539,446,3.334,447,1.438,483,2.921,488,1.774,491,1.879,499,2.305,500,1.843,506,1.957,510,2.247,533,1.879,535,2.858,542,1.25,547,0.999,552,1.747,554,1.709,565,2.351,566,2.134,567,1.808,572,3.571,580,1.576,587,2.292,593,2.292,594,3.175,604,1.879,611,1.747,612,0.999,613,1.489,614,1.62,620,2.041,650,1.539,654,0.999,655,3.524,669,1.879,680,1.33,681,2.292,682,3.682,683,1.917,691,2.236,700,1.461,702,2.305,704,2.046,706,1.464,707,1.741,711,2.177,716,0.837,718,2.346,719,2.292,721,2.292,723,3.04,727,2.236,742,1.376,748,2.555,749,1.513,762,1.194,766,2.555,778,3.524,784,2.48,785,2.415,820,1.213,824,1.549,855,2.236,875,3.762,878,1.998,879,3.334,880,2.921,881,3.762,882,6.563,884,1.957,888,2.236,897,1.395,902,2.721,906,2.415,928,1.464,929,1.159,939,2.351,950,2.721,958,3.175,965,2.134,974,1.539,982,2.236,993,1.957,1008,0.825,1015,1.62,1019,2.086,1032,3.762,1050,4.082,1091,1.029,1107,1.06,1132,2.482,1145,2.041,1157,2.188,1167,0.948,1179,2.482,1204,2.351,1232,1.441,1243,2.389,1246,2.177,1249,2.626,1276,2.415,1294,2.292,1344,2.921,1360,2.634,1370,2.351,1377,3.762,1381,1.565,1393,2.351,1440,3.04,1443,2.321,1453,1.464,1494,1.464,1605,3.682,1625,1.464,1703,2.415,1736,2.184,1745,3.125,1757,1.843,1763,2.555,1769,3.028,1773,1.957,1776,2.041,1782,3.334,1783,2.415,1808,3.175,1827,4.244,1837,2.921,1843,3.524,1862,2.134,1877,2.634,1879,2.634,1926,2.482,1974,1.957,1984,2.634,2010,3.175,2183,2.721,2299,2.134,2332,3.478,2362,2.351,2386,2.555,2412,5.258,2428,2.816,2430,2.921,2431,2.721,2446,2.482,2531,1.565,2559,4.536,2602,4.082,2607,4.008,2637,3.175,2764,4.082,2801,3.469,2810,3.052,2872,2.415,2890,2.555,2913,4.994,2914,5.539,2916,3.524,2966,2.482,3130,5.678,3132,2.555,3138,3.762,3190,3.524,3336,2.292,3641,4.706,3642,4.706,3675,3.04,3762,4.082,3787,3.334,3914,3.762,3915,3.762,3918,6.147,3933,5.704,3954,4.082,4067,4.082,4077,3.04,4093,4.082,4094,3.762,4133,7.965,4134,5.704,4135,4.566,4136,4.566,4137,6.381,4138,4.566,4139,7.356,4140,8.38,4141,3.175,4142,9.785,4143,4.566,4144,4.566,4145,3.524,4146,4.566,4147,4.566,4148,4.566,4149,3.04,4150,3.762,4151,4.566,4152,4.925,4153,3.762,4154,7.356,4155,4.566,4156,4.082,4157,4.566,4158,4.082,4159,4.566,4160,4.566,4161,4.082,4162,4.566,4163,4.082,4164,4.566,4165,4.082,4166,4.566,4167,4.566,4168,4.082,4169,4.566,4170,4.566,4171,2.921,4172,4.566,4173,4.566,4174,3.524,4175,4.082]],["file_terms//Natzke.html",[]],["root_relative_url//newsletter.html",[4176,6.54]],["high//newsletter.html",[3,0.614,23,0.262,4177,6.574]],["medium//newsletter.html",[]],["content//newsletter.html",[3,0.554,56,0.64,58,0.779,73,1.854,105,1.854,106,0.739,130,2.155,131,2.156,134,2.714,138,0.083,168,1.829,204,1.446,257,0.914,263,1.495,293,2.895,303,0.96,348,2.637,564,3.569,663,3.654,758,0.716,1063,3.595,1124,1.227,1138,1.283,1150,2.071,1154,1.536,1166,2.454,1180,3.864,1253,1.921,1483,6.167,1591,3.856,1637,5.206,1644,5.361,1652,1.921,1915,6.181,2073,4.177,2217,3.83,2259,7.577,2278,5.337,2319,4.809,2867,5.819,2879,3.759,3051,4.809,3089,4.683,3132,3.87,3259,6.035,3546,3.747,4103,6.181,4177,6.181,4178,4.588,4179,5.132,4180,6.914,4181,5.132,4182,5.132,4183,5.132,4184,5.132,4185,5.132,4186,5.132,4187,5.132,4188,5.132,4189,5.132,4190,5.132,4191,6.914,4192,5.132,4193,5.132,4194,5.132,4195,5.132,4196,5.132,4197,5.132,4198,5.132,4199,5.132,4200,5.132,4201,5.132,4202,5.132,4203,6.914,4204,5.132,4205,6.181,4206,6.914,4207,5.132,4208,5.132,4209,5.132,4210,5.132,4211,5.132,4212,5.132,4213,5.132,4214,7.82,4215,5.132,4216,5.132,4217,5.132,4218,5.132,4219,5.132,4220,5.132,4221,5.132,4222,5.132,4223,5.132,4224,5.132,4225,5.132,4226,7.82,4227,6.914,4228,5.132,4229,7.82,4230,7.82,4231,7.82,4232,6.914,4233,6.895,4234,8.367,4235,6.914,4236,9.932,4237,6.914,4238,8.367,4239,6.914,4240,6.914,4241,6.914,4242,8.997,4243,6.914,4244,6.914,4245,5.132,4246,6.914,4247,6.914,4248,6.914,4249,5.132,4250,6.914,4251,5.132,4252,6.914,4253,5.132,4254,5.132,4255,6.914,4256,5.132,4257,5.132,4258,5.132,4259,6.914,4260,5.132,4261,5.132,4262,6.914,4263,5.132,4264,5.132,4265,5.132]],["file_terms//newsletter.html",[]],["root_relative_url//uw-research-computing/containers-beyond-chtc.html",[0,0.203,1,0.121,213,0.874,3849,3.012,4266,3.655]],["high//uw-research-computing/containers-beyond-chtc.html",[3,0.53,4,0.215,7,0.283,10,0.109,14,0.033,23,0.168,24,1.44,93,1.44,139,0.903,166,0.547,197,0.461,203,1.214,204,1.293,206,0.689,209,1.417,213,1.127,335,0.568,580,0.755,666,0.89,1045,1.233,1196,1.831]],["medium//uw-research-computing/containers-beyond-chtc.html",[4,0.148,7,0.27,10,0.104,14,0.044,24,1.373,52,0.688,58,0.629,59,0.424,74,0.647,112,0.56,113,1.289,138,0.075,188,0.998,204,1.091,335,0.542,547,0.984,612,0.984,824,1.091,840,1.814,1056,2.149,1063,2.598,1071,1.418,1459,3.126,1460,3.282,2526,2.678,2580,2.315,3874,4.018,4267,6.311,4268,4.018,4269,4.018,4270,4.495,4271,4.018,4272,4.495,4273,4.495]],["content//uw-research-computing/containers-beyond-chtc.html",[3,0.656,4,0.306,7,0.557,10,0.214,14,0.068,17,0.173,18,0.234,23,0.239,24,2.056,27,5.546,38,0.61,50,1.802,51,2.348,56,0.839,59,0.635,64,2.194,65,1.998,83,1.517,89,1.708,95,2.945,99,1.961,102,1.329,103,1.319,106,0.969,117,1.609,136,0.999,137,0.984,139,1.776,157,1.708,162,1.517,163,0.456,166,0.778,173,2.186,174,1.843,197,0.659,203,2.547,204,1.753,205,0.895,206,1.204,209,2.024,210,1.329,247,1.601,352,2.324,358,3.075,414,1.271,426,2.683,433,1.146,485,1.473,547,1.473,573,2.121,580,1.079,608,0.733,612,1.946,734,1.349,758,1.241,759,4.306,820,1.788,824,1.633,840,2.716,922,2.945,1046,3.009,1114,1.473,1151,2.361,1154,1.495,1156,3.075,1184,2.056,1189,2.194,1429,2.615,1453,2.158,1546,3.767,1548,4.306,1549,2.52,2352,3.767,2580,4.579,2817,5.195,4268,6.016]],["file_terms//uw-research-computing/containers-beyond-chtc.html",[]],["root_relative_url//Resilience.html",[4274,6.54]],["high//Resilience.html",[3,0.474,23,0.238,261,2.08,363,2.259,672,2.047,779,3.866,780,2.995,2952,5.522]],["medium//Resilience.html",[]],["content//Resilience.html",[1,0.306,3,0.617,25,1.4,38,0.549,43,0.97,45,1.91,71,0.822,96,0.766,117,1.773,165,0.468,179,0.739,253,2.631,261,2.301,330,1.853,363,2.499,375,3.051,402,3.721,487,2.726,538,2.159,672,2.664,695,3.177,711,2.194,718,2.726,738,3.631,779,5.347,780,4.143,787,4.149,788,3.464,928,2.377,950,5.197,1000,2.677,1019,3.387,1124,1.773,1284,4.277,1419,3.985,1445,4.143,1577,2.775,1625,2.377,1771,2.88,1776,3.314,2437,5.155,2615,5.721,2832,6.108,2952,6.108,3430,6.732,4106,6.626,4233,6.108,4275,7.187,4276,7.413,4277,6.108]],["file_terms//Resilience.html",[]],["root_relative_url//uw-research-computing/other-resources.html",[0,0.229,1,0.136,4278,4.108,4279,4.108]],["high//uw-research-computing/other-resources.html",[3,0.534,23,0.268,608,0.821]],["medium//uw-research-computing/other-resources.html",[]],["content//uw-research-computing/other-resources.html",[3,0.563,25,1.503,30,1.69,73,2.873,75,2.145,154,2.509,182,0.654,211,1.525,252,3.033,535,3.09,538,2.317,580,1.275,863,3.48,1135,2.873,4280,7.954,4281,7.11]],["file_terms//uw-research-computing/other-resources.html",[]],["root_relative_url//NIAID-ACE-students-attend-OSG-User-School.html",[384,0.282,552,0.82,580,0.48,1249,1.232,1903,2.676,2001,2.082,2005,2.311]],["high//NIAID-ACE-students-attend-OSG-User-School.html",[3,0.454,23,0.228,241,1.929,384,0.605,552,1.757,580,1.028,1249,2.641,1407,3.823,1443,2.024,2402,4.952]],["medium//NIAID-ACE-students-attend-OSG-User-School.html",[]],["content//NIAID-ACE-students-attend-OSG-User-School.html",[0,0.246,1,0.324,3,0.313,4,0.284,10,0.102,12,0.953,14,0.043,17,0.212,18,0.154,29,0.666,30,1.536,34,0.057,39,0.829,40,1.267,43,0.578,45,1.607,47,1.287,55,2.744,56,0.551,57,0.898,69,0.898,71,0.691,74,1.271,75,1.192,79,2.489,84,1.174,96,0.456,97,1.174,99,1.287,103,1.158,104,1.267,106,0.636,108,1.656,110,1.308,112,0.551,116,1.345,118,1.783,124,0.698,136,0.656,142,0.977,148,1.026,153,2.218,159,1.875,160,0.467,163,0.561,164,1.855,165,0.593,166,0.523,167,1.122,179,0.621,181,1.088,197,0.432,212,0.646,213,1.057,214,0.898,217,0.453,220,1.105,223,1.156,228,0.78,234,1.184,240,1.308,241,2.489,245,1.161,263,1.817,273,0.939,275,1.287,277,1.417,283,2.275,291,1.875,306,2.275,330,0.939,355,1.541,362,0.481,363,1.489,376,1.041,377,3.989,384,0.85,389,3.073,391,1.105,394,1.178,397,3.41,398,2.138,407,2.218,412,1.936,414,0.835,416,2.473,425,0.555,428,2.113,430,0.885,433,1.062,438,1.631,445,1.489,469,2.337,475,1.631,499,1.596,501,1.489,510,1.905,514,2.019,535,1.716,537,2.019,538,1.287,543,2.549,548,2.065,552,2.598,555,2.861,559,3.13,573,1.139,580,1.576,582,2.549,597,2.337,598,2.402,599,3.754,601,2.567,602,1.716,603,2.473,608,0.787,614,1.122,620,1.975,624,3.226,632,1.229,648,2.549,651,4.044,653,2.275,654,0.967,671,2.725,672,2.208,676,1.967,677,1.855,685,2.633,706,2,711,1.308,712,2.337,713,2.113,716,0.81,749,1.465,756,1.515,757,2.208,758,0.616,770,1.783,775,3.95,779,2.549,780,1.975,781,2.019,784,1.489,787,3.49,789,1.625,825,2.337,832,2.549,839,2.15,849,3.073,868,1.088,869,2.672,870,2.275,899,2.065,906,3.298,920,1.105,929,1.122,973,2.618,982,2.164,989,3.41,1002,1.625,1008,1.306,1014,2.275,1034,1.894,1103,1.308,1144,1.967,1145,1.975,1151,1.267,1167,1.166,1179,2.402,1200,2.065,1206,2.942,1217,2.337,1227,1.21,1228,2.914,1232,1.394,1233,3.097,1234,3.097,1244,3.845,1246,1.308,1249,1.819,1257,4.17,1260,2.113,1262,2.164,1271,2.942,1280,1.654,1284,3.598,1291,3.211,1307,1.855,1327,2.942,1336,2.942,1376,3.073,1384,2.402,1394,2.549,1421,2.914,1441,3.226,1443,2.932,1445,1.975,1536,2.065,1567,2.633,1580,2.113,1599,1.489,1613,2.164,1649,1.685,1652,2.939,1689,2.982,1701,3.49,1762,1.894,1776,2.788,1787,3.641,1823,5.497,1830,2.402,1832,3.226,1873,2.473,1909,2.549,1912,6.39,1913,5.578,1917,3.95,1918,2.549,1926,3.39,1971,2.019,1990,3.41,1999,2.827,2000,2.549,2001,6.271,2002,3.41,2003,3.226,2004,2.942,2005,4.813,2007,3.073,2165,2.019,2203,3.95,2204,2.402,2211,3.95,2223,1.819,2365,2.549,2402,3.41,2403,6.469,2404,5.574,2467,2.942,2836,2.942,2878,3.073,2880,2.549,2906,2.725,3057,4.553,3058,4.553,3097,3.845,3258,3.226,3292,3.845,3347,3.641,4141,3.073,4282,5.955,4283,7.68,4284,6.236,4285,8.83,4286,6.236,4287,7.227,4288,6.236,4289,6.236,4290,6.236,4291,7.227,4292,6.46,4293,4.419,4294,3.226,4295,3.95,4296,3.641,4297,6.236,4298,4.419,4299,4.419,4300,4.419,4301,4.419,4302,4.419,4303,4.419,4304,3.95,4305,3.641,4306,4.419,4307,4.419,4308,3.41,4309,4.419,4310,4.419,4311,4.419,4312,6.236,4313,4.419,4314,3.95,4315,3.641,4316,4.419,4317,4.419,4318,4.419,4319,4.419,4320,3.95,4321,4.419,4322,4.419,4323,4.419]],["file_terms//NIAID-ACE-students-attend-OSG-User-School.html",[]],["root_relative_url//uw-research-computing/file-avail-squid.html",[0,0.203,1,0.121,137,0.534,2714,2.821,4324,3.655]],["high//uw-research-computing/file-avail-squid.html",[3,0.289,4,0.194,6,0.77,7,0.415,12,0.879,13,0.578,14,0.041,15,0.854,16,0.892,17,0.105,18,0.142,19,0.841,20,0.946,21,0.726,22,1.351,23,0.145,39,0.467,57,0.829,67,1.614,139,0.781,188,1.307,190,2.078,335,0.492,494,1.066,512,2.099,666,0.77,1103,1.206,1177,2.156,2173,1.614,2274,1.905]],["medium//uw-research-computing/file-avail-squid.html",[7,0.397,14,0.033,24,2.019,52,0.735,138,0.038,166,0.555,182,0.395,190,2.842,933,1.58,1051,3.019,1059,2.839,1082,2.473,4325,7.556,4326,4.802,4327,3.707,4328,6.609,4329,4.802,4330,6.609,4331,3.506,4332,4.802,4333,4.802]],["content//uw-research-computing/file-avail-squid.html",[0,0.326,3,0.681,4,0.327,5,1.385,6,1.722,7,0.618,10,0.211,13,0.829,14,0.071,15,0.846,17,0.242,18,0.203,21,1.224,24,2.443,26,2.95,29,0.609,32,1.339,33,0.658,35,0.752,38,0.618,39,1.096,40,1.159,42,1.106,43,0.529,50,1.138,52,0.619,53,1.731,56,0.504,57,1.791,59,0.648,60,1.87,63,1.696,64,1.907,65,0.981,66,0.763,67,3.301,86,2.361,89,1.745,97,1.073,110,1.731,112,0.504,113,1.159,121,1.171,124,0.638,126,0.966,136,0.6,137,1.219,138,0.074,144,0.709,147,0.741,155,0.73,157,1.485,158,1.254,160,0.445,165,0.543,166,0.812,167,1.745,168,0.846,169,0.897,170,1.215,171,0.981,172,1.652,173,1.073,174,1.106,175,1.399,176,1.106,177,1.177,178,1.106,179,0.583,180,1.317,181,1.441,182,0.686,183,0.924,184,1.409,185,1.215,186,1.189,187,1.463,188,1.993,189,1.599,190,2.907,191,1.01,192,0.996,193,0.786,194,0.822,195,1.317,196,1.627,197,0.572,198,1.317,199,1.362,200,1.026,201,1.362,202,1.409,203,1.772,204,1.303,205,0.538,206,0.591,207,1.317,208,1.362,209,1.215,210,0.798,211,0.775,212,0.591,213,0.966,214,0.822,215,0.668,216,1.317,217,0.213,218,0.924,219,1.234,220,1.01,221,0.871,222,1.434,223,1.057,247,0.786,261,1.816,266,1.296,269,0.995,280,1.409,303,0.671,335,0.829,345,1.28,361,0.763,362,0.821,384,0.846,420,1.207,422,1.652,425,0.521,426,2.719,430,1.798,455,1.177,494,1.057,512,3.012,576,1.234,580,0.938,632,1.627,676,2.169,680,1.704,688,2.197,708,2.69,734,1.172,742,1.261,756,1.385,758,0.816,761,2.113,762,1.057,770,1.631,789,1.486,802,1.979,820,1.554,824,1.941,840,2.361,844,1.6,868,0.995,884,1.732,933,1.399,940,1.932,942,2.83,961,1.768,969,1.141,980,2.151,993,1.732,1020,1.6,1021,3.607,1040,1.768,1059,1.409,1103,1.196,1108,1.577,1127,1.888,1132,2.197,1136,2.081,1137,1.486,1143,1.772,1145,1.806,1146,1.317,1152,1.073,1156,2.673,1164,1.602,1169,1.768,1176,2.995,1177,4.548,1189,1.907,1190,2.331,1307,1.697,1370,2.081,1374,1.979,1437,2.44,1452,2.361,1453,1.296,1487,2.81,1551,1.979,1577,1.513,1592,3.784,1598,2.492,1599,2.318,1611,2.937,1617,2.811,1626,2.408,1649,1.541,1971,1.846,2034,2.69,2073,2.798,2152,3.612,2217,4.084,2240,2.937,2339,4.399,2361,1.697,2374,2.865,2474,4.399,2480,3.825,2488,3.33,2490,2.408,2541,2.261,2578,2.331,2700,2.492,2722,5.325,2731,2.585,2732,2.81,2733,4.399,2734,3.894,2735,2.81,2736,2.408,2737,2.492,2859,3.486,3437,3.119,3928,3.33,4334,4.041,4335,3.33,4336,4.041,4337,4.041,4338,3.33,4339,3.119,4340,3.612,4341,3.33,4342,3.612,4343,4.041,4344,5.85,4345,4.041,4346,2.95]],["file_terms//uw-research-computing/file-avail-squid.html",[]],["root_relative_url//uw-research-computing/mpi-jobs.html",[0,0.229,1,0.136,1039,2.299,4347,4.108]],["high//uw-research-computing/mpi-jobs.html",[3,0.26,4,0.18,7,0.221,10,0.126,12,0.793,13,0.521,14,0.053,15,0.77,16,0.805,17,0.094,18,0.128,19,0.759,20,0.854,21,0.972,22,1.219,23,0.131,58,0.544,93,1.124,115,1.403,165,0.232,166,0.458,191,0.92,193,0.716,219,2.352,236,1.306,335,0.444,425,0.328,666,0.695,1041,1.219,1045,0.962,1075,1.456,1091,0.829]],["medium//uw-research-computing/mpi-jobs.html",[4,0.124,7,0.334,10,0.111,14,0.026,38,0.279,44,0.396,52,0.351,58,0.478,59,0.216,66,0.433,74,0.33,89,0.582,102,0.453,116,0.427,136,0.34,137,0.551,138,0.075,139,0.723,155,0.414,166,0.403,188,0.509,189,0.439,254,0.668,273,0.487,274,0.89,303,0.263,383,1.096,608,0.25,704,0.735,1008,1.005,1044,0.747,1052,0.89,1056,1.096,1059,1.315,1063,1.551,1065,1.49,1066,1.096,1067,1.071,1069,1.071,1070,1.366,1071,0.723,1072,1.123,1073,1.685,1074,2.621,1075,2.764,1076,2.015,1091,0.517,1107,1.114,1109,1.323,1111,1.071,1122,1.025,1143,0.591,1160,0.925,1178,1.246,1415,0.637,1475,1.096,1494,0.735,1500,1.151,1726,3.369,1727,2.049,2348,1.466,2501,2.049,2510,3.369,2516,1.025,2520,1.323,2521,1.18,2522,1.366,2523,1.366,2524,1.674,4346,1.674,4348,5.56,4349,2.292,4350,2.292,4351,2.292,4352,2.292,4353,2.292,4354,2.292,4355,2.049,4356,3.769,4357,2.292,4358,2.049,4359,2.292,4360,2.292,4361,2.292,4362,2.292]],["content//uw-research-computing/mpi-jobs.html",[1,0.13,3,0.619,4,0.327,5,1.353,6,1.281,7,0.582,10,0.232,13,0.559,14,0.071,15,0.826,17,0.101,18,0.297,19,0.814,20,0.916,21,1.411,23,0.205,29,0.595,33,0.642,34,0.044,35,0.734,38,0.587,39,0.778,42,1.08,46,1.119,47,1.024,49,1.932,50,1.45,52,1.141,56,0.717,57,1.515,58,0.824,59,0.78,60,1.493,63,1.613,64,2.43,65,0.957,66,1.086,67,1.562,71,0.917,80,0.768,82,0.902,83,0.889,87,1.624,89,1.001,94,1.245,100,1.353,103,0.632,106,0.568,107,2.192,108,1.048,110,1.167,112,0.988,113,2.272,116,1.263,117,1.622,126,0.943,131,1.481,136,0.586,137,1.09,138,0.054,139,0.756,141,1.624,144,0.692,147,0.724,151,1.149,155,1.432,157,1.459,158,1.225,162,1.529,163,0.46,165,0.587,166,0.823,167,2.167,168,0.826,169,0.876,170,1.186,171,0.957,172,1.114,173,1.048,174,1.08,175,1.375,176,1.574,177,1.149,178,1.08,179,0.573,180,1.286,181,1.836,182,0.652,183,0.902,184,1.376,185,1.186,186,0.802,187,0.986,188,1.277,189,0.756,190,1.728,191,2.364,192,1.155,193,1.541,194,1.779,195,1.286,196,1.599,197,0.729,198,1.286,199,1.33,200,1.001,201,1.33,202,1.376,203,1.748,204,1.172,205,0.765,206,0.577,207,1.286,208,1.33,209,1.186,210,0.779,211,0.756,212,0.577,213,0.943,214,0.802,215,0.652,216,1.286,217,0.303,218,1.705,219,2.984,220,0.986,221,1.24,222,1.4,223,1.032,228,0.372,254,1.149,257,0.702,258,2.907,269,1.416,273,1.441,274,1.533,280,1.376,330,0.838,344,1.624,345,0.734,360,1.205,362,0.739,367,1.98,384,0.372,391,1.438,408,0.902,425,0.76,430,1.152,433,0.672,438,1.504,455,1.976,461,1.265,478,1.205,485,1.258,489,3.911,494,1.504,499,1.425,502,1.376,529,1.205,545,1.451,560,0.826,608,0.43,641,1.932,645,2.086,660,1.265,676,1.814,683,1.656,701,3.052,704,2.907,716,0.724,721,1.98,734,0.79,742,0.851,758,0.946,762,1.504,801,1.887,820,1.048,824,1.809,844,2.685,854,1.149,868,0.972,897,1.756,919,2.145,927,2.524,929,1.001,942,1.624,962,1.425,969,1.114,973,1.656,993,1.691,996,1.98,1008,1.732,1042,1.624,1051,1.803,1059,1.376,1075,3.815,1076,3.129,1091,1.529,1107,1.73,1108,1.55,1114,1.631,1124,1.894,1125,1.932,1126,2.626,1127,1.843,1128,2.145,1129,1.205,1130,2.351,1135,1.425,1137,2.114,1143,1.92,1145,1.763,1146,1.286,1151,1.945,1154,1.506,1156,2.627,1159,2.433,1163,1.932,1164,1.08,1167,1.007,1168,1.624,1177,2.086,1189,1.874,1196,1.533,1248,1.624,1333,1.726,1346,2.208,1374,2.816,1536,1.843,1549,2.539,1563,1.33,1577,2.152,1586,1.592,1592,1.98,1593,2.145,1594,1.932,1617,1.33,1625,1.265,1626,2.351,1757,1.592,1877,2.276,1962,3.251,2165,1.803,2229,2.145,2235,2.433,2355,1.887,2361,1.656,2393,3.045,2444,1.562,2488,3.251,2516,2.57,2577,2.433,2638,2.086,3060,2.744,3297,2.351,3310,2.524,3619,2.744,3621,2.881,3999,3.251,4358,3.527,4363,3.251,4364,3.945,4365,3.945,4366,3.945,4367,3.945]],["file_terms//uw-research-computing/mpi-jobs.html",[]],["root_relative_url//fellowships/list.html",[4368,6.54]],["high//fellowships/list.html",[1,0.102,3,0.338,17,0.079,18,0.166,23,0.109,25,0.582,30,0.654,57,0.97,63,0.582,68,1.585,129,0.617,193,0.599,204,0.532,205,0.635,206,0.45,384,0.29,425,0.274,590,1.723,611,0.843,613,1.555,654,1.044,690,1.674,731,0.911,749,1.02,840,1.242,868,0.758,869,1.319,885,1.242,931,1.152,1167,0.457,1206,2.049,1216,1.196,1413,1.723,1652,1.786,2158,1.545,2175,2.141,2195,1.898,2446,1.674,2537,2.457,2626,2.049,2704,2.049,3164,2.537,3361,1.969,3543,2.248,4369,2.752,4370,2.537,4371,2.376,4372,4.264,4373,2.376,4374,2.752,4375,2.248,4376,2.537]],["medium//fellowships/list.html",[1413,4.486]],["content//fellowships/list.html",[1,0.27,3,0.519,4,0.307,6,0.719,7,0.47,10,0.189,14,0.057,16,0.833,17,0.217,18,0.293,21,0.997,25,1.821,29,0.574,30,1.19,32,1.857,34,0.039,36,1.305,38,0.543,39,0.968,43,1.069,44,0.658,45,0.981,46,0.741,47,0.678,49,1.865,50,1.09,51,1.954,52,0.583,53,2.168,56,0.475,57,1.49,58,0.379,59,0.528,63,1.255,66,1.058,67,1.507,68,4.206,71,0.812,89,0.966,90,1.145,99,1.632,100,1.305,106,0.806,108,1.488,121,0.648,129,1.122,132,1.507,134,2.013,135,2.884,138,0.03,139,0.73,144,0.983,145,2.352,147,1.219,148,0.884,151,1.632,152,0.897,159,1.684,160,0.505,162,1.76,163,0.38,166,0.32,168,0.797,169,0.846,173,1.011,174,1.534,176,1.534,179,0.558,181,1.38,182,0.713,183,1.281,188,0.846,192,1.39,193,1.09,196,1.848,197,0.65,203,1.443,204,1.411,205,1.123,206,1.142,208,1.283,211,1.074,212,0.819,213,0.91,217,0.296,223,1.465,228,0.528,247,1.09,254,1.109,256,1.632,261,1.739,267,1.425,268,1.507,271,0.938,273,1.794,280,1.328,291,1.145,303,0.762,316,1.906,326,1.537,330,0.809,335,0.459,340,1.632,343,2.436,345,1.237,350,2.097,352,1.582,354,1.425,359,1.567,361,1.058,372,1.779,376,0.897,379,1.599,380,1.767,382,1.145,384,0.736,394,1.058,399,3.232,406,2.436,408,1.676,416,2.131,425,0.821,426,1.241,427,1.201,430,1.331,437,2.78,438,1.465,449,1.702,450,1.479,455,1.109,461,1.221,473,1.74,485,0.833,500,2.261,502,1.328,506,1.632,516,1.127,519,1.702,525,1.826,528,1.666,531,2.07,537,1.74,538,1.109,542,1.042,547,0.833,548,3.105,550,3.232,552,2.312,556,1.221,560,0.797,573,1.712,590,3.719,593,1.911,601,2.305,602,2.176,605,1.092,608,0.415,610,1.865,611,2.236,612,0.833,613,2.824,632,1.059,634,2.535,643,3.036,652,2.559,654,1.787,666,1.058,669,2.305,672,1.163,686,2.348,690,4.246,702,2.023,705,1.537,707,1.452,710,2.939,711,1.127,712,2.013,716,0.698,728,2.451,731,1.966,749,1.857,757,1.163,761,1.375,762,1.465,763,2.197,770,1.537,777,0.981,784,1.283,788,1.779,789,2.443,810,1.702,824,1.359,839,1.819,840,2.261,854,2.135,868,1.805,869,3.14,874,1.702,884,1.632,885,2.261,891,2.648,898,1.507,917,2.682,920,1.401,923,3.137,926,2.436,929,0.966,931,1.425,946,3.403,972,2.269,974,1.283,980,1.4,987,1.961,991,2.348,997,2.348,1001,3.254,1008,0.688,1009,1.351,1014,3.774,1030,1.702,1032,3.137,1103,1.127,1107,1.813,1108,1.792,1111,1.779,1147,2.197,1157,1.305,1164,1.042,1167,0.565,1168,1.567,1169,2.451,1176,2.097,1200,2.617,1205,1.305,1206,3.729,1214,1.537,1216,3.034,1230,3.137,1243,2.097,1257,2.197,1277,2.197,1299,1.702,1301,2.013,1327,2.535,1328,1.961,1333,1.666,1401,3.613,1411,1.865,1412,3.729,1413,4.571,1415,1.059,1417,1.865,1424,2.436,1437,1.351,1445,1.702,1453,2.131,1543,1.74,1551,1.865,1566,2.559,1584,1.241,1593,2.07,1596,2.78,1617,1.283,1625,1.221,1652,3.161,1654,2.436,1656,3.137,1657,1.305,1663,2.962,1667,1.4,1669,2.348,1677,2.451,1684,2.197,1715,1.74,1741,1.821,1755,2.535,1773,1.632,1777,2.847,1828,2.348,1853,3.336,1862,1.779,1867,1.328,1974,1.632,2006,3.875,2149,2.013,2154,2.436,2155,1.599,2158,1.911,2184,5.963,2189,2.962,2194,3.137,2195,4.098,2214,2.939,2227,2.261,2258,1.865,2268,3.045,2275,2.436,2278,2.939,2313,2.348,2315,2.78,2326,2.535,2352,2.131,2370,2.939,2379,2.535,2381,3.045,2386,2.131,2446,2.07,2478,3.045,2494,2.78,2516,1.702,2526,2.269,2537,4.021,2626,4.878,2627,2.535,2688,1.961,2700,2.348,2704,4.878,2709,2.78,2808,2.78,2897,2.07,2939,2.436,3006,2.197,3040,2.013,3132,2.131,3161,2.535,3164,3.137,3361,4.996,3375,2.648,3429,4.323,3457,2.939,3543,4.09,3839,2.648,3841,3.403,3870,2.78,4054,3.137,4077,2.535,4369,5.94,4370,3.137,4371,4.323,4372,7.904,4373,2.939,4374,3.403,4375,4.09,4376,6.038,4377,3.403,4378,3.403,4379,3.807,4380,3.807,4381,3.807,4382,3.807,4383,3.807,4384,3.137,4385,3.807,4386,3.807,4387,4.616,4388,3.403,4389,3.137,4390,3.807,4391,2.78,4392,2.939,4393,3.403,4394,3.807,4395,2.648,4396,3.807,4397,3.807,4398,3.403,4399,5.94,4400,3.807,4401,3.807,4402,3.807,4403,3.807,4404,3.807,4405,3.403,4406,3.807,4407,3.807,4408,3.807,4409,3.403,4410,2.78,4411,3.807]],["file_terms//fellowships/list.html",[]],["root_relative_url//gis-story.html",[4412,4.882,4413,5.462]],["high//gis-story.html",[3,0.548,23,0.179,75,1.356,135,3.511,142,0.679,160,0.325,282,2.2,380,1.586,845,2.733,874,2.247,1299,2.247,2444,1.99,2541,3.816,2542,4.742,2548,4.142,2549,3.67,2550,4.142,2551,4.142]],["medium//gis-story.html",[]],["content//gis-story.html",[1,0.252,3,0.672,4,0.284,6,1.445,7,0.404,10,0.155,12,1.06,14,0.034,17,0.228,18,0.171,19,1.014,20,1.141,21,1.195,25,0.928,30,1.044,34,0.054,35,0.915,38,0.364,39,0.564,40,1.926,43,0.643,45,1.266,46,0.956,47,0.875,69,1.555,71,0.744,74,0.967,75,2.561,79,1.478,80,0.956,82,1.124,83,1.108,84,2.183,85,2.106,96,0.939,102,0.97,105,1.775,107,1.874,110,2.263,112,0.613,115,2.56,116,0.915,117,1.175,121,0.837,126,1.175,129,0.985,135,3.938,137,0.982,138,0.053,139,1.287,142,0.908,144,1.342,148,1.141,160,0.556,162,1.108,163,0.333,164,2.064,165,0.31,179,0.669,182,0.404,188,1.092,197,0.481,206,1.202,212,0.719,214,1.555,215,1.109,217,0.354,221,1.06,228,0.633,240,1.454,245,1.25,247,1.306,257,0.875,259,3.371,261,1.526,267,1.84,268,1.946,274,2.608,277,1.576,282,2.938,299,4.044,305,2.531,329,3.211,330,1.044,334,2.836,344,2.023,356,1.874,359,2.763,362,0.535,365,1.807,374,2.467,376,1.582,379,2.064,380,2.593,381,1.984,382,2.019,384,0.633,387,4.6,391,1.229,394,0.928,398,2.622,407,2.467,410,1.946,415,1.141,430,0.985,433,1.465,445,1.657,447,1.108,463,2.751,479,3.758,495,1.629,500,2.71,510,2.511,525,1.602,531,2.672,533,2.023,545,1.807,547,1.076,599,2.35,604,2.023,608,0.535,614,1.941,629,4.47,643,2.246,672,1.501,684,1.526,688,2.672,697,2.297,700,0.901,702,1.775,726,1.744,758,0.686,761,1.775,762,1.286,781,3.068,784,1.657,789,1.807,800,3.418,830,2.836,839,1.838,842,2.197,845,4.829,854,1.432,863,2.151,869,2.106,874,3.971,877,4.05,878,2.151,940,2.35,942,2.023,947,2.763,952,2.467,970,3.418,973,2.064,976,1.744,992,3.031,1008,0.888,1015,1.744,1091,1.108,1157,1.685,1167,1.136,1176,1.84,1200,2.297,1202,2.531,1223,2.672,1235,1.874,1238,3.418,1243,1.84,1249,2.023,1253,1.84,1280,1.84,1291,2.531,1309,1.629,1325,2.151,1374,2.407,1413,2.751,1414,2.407,1421,2.297,1427,3.589,1428,1.84,1432,3.793,1475,2.35,1494,1.576,1539,2.929,1549,1.84,1560,4.05,1577,1.84,1584,1.602,1595,3.144,1638,2.151,1639,3.793,1657,1.685,1764,2.672,1776,2.197,1777,1.909,1809,1.807,1867,2.342,2072,3.589,2155,2.819,2159,2.407,2217,2.407,2223,2.023,2361,2.819,2365,2.836,2366,3.144,2438,3.272,2440,3.031,2444,1.946,2541,3.758,2542,5.984,2548,5.533,2549,4.903,2550,8.063,2551,6.773,2619,3.418,2631,4.393,2805,4.393,3013,4.05,3316,3.144,3404,3.793,3498,7.347,3585,4.393,3934,5.533,4165,4.393,4414,6.714,4415,6.714,4416,4.915,4417,4.393,4418,4.393,4419,4.915,4420,4.915,4421,4.05,4422,3.793,4423,4.915,4424,7.648,4425,4.393,4426,4.915,4427,7.648,4428,4.915,4429,4.393,4430,4.915,4431,4.915,4432,4.915,4433,4.915,4434,4.915,4435,3.589,4436,4.915,4437,4.915,4438,6.714,4439,4.915,4440,4.915,4441,4.915,4442,4.05,4443,3.031,4444,4.915,4445,3.418,4446,4.915,4447,4.915,4448,4.915,4449,4.915,4450,4.915,4451,4.915,4452,4.915,4453,4.915,4454,4.915,4455,4.915,4456,4.915,4457,4.393,4458,4.05]],["file_terms//gis-story.html",[]],["root_relative_url//events/2024/02/OSG-User-School-2023.html",[384,0.387,1443,1.296,2838,3.17,4459,4.108]],["high//events/2024/02/OSG-User-School-2023.html",[3,0.388,23,0.257,138,0.044,263,1.597,384,0.517,445,1.848,580,0.879,1103,1.623,1214,2.213,1382,2.622,1443,1.73,1451,2.35,1911,3.164,2028,3.381,2177,3.65,2682,4.232,4460,5.483]],["medium//events/2024/02/OSG-User-School-2023.html",[]],["content//events/2024/02/OSG-User-School-2023.html",[1,0.32,4,0.264,10,0.149,17,0.165,33,1.047,34,0.055,39,0.738,43,0.842,45,1.657,59,0.606,69,1.308,74,0.926,75,1.734,84,1.708,105,2.891,115,2.452,116,1.197,126,1.538,131,1.657,137,0.94,142,0.869,160,0.518,163,0.59,165,0.576,175,1.914,179,0.868,212,1.17,215,1.062,217,0.339,225,2.096,228,0.606,234,0.97,241,2.406,245,1.197,257,1.425,263,2.331,277,2.566,328,2.364,345,1.197,356,2.452,384,0.924,425,0.573,433,1.095,454,2.408,485,1.407,535,2.498,538,1.873,547,1.407,552,2.568,580,1.595,599,3.075,602,2.498,609,3.149,614,1.632,641,3.149,680,1.873,716,1.179,749,2.132,757,1.964,770,2.595,785,3.401,917,2.595,973,2.7,1000,2.323,1031,4.472,1103,2.578,1133,1.844,1214,3.516,1216,2.498,1249,2.647,1251,2.331,1253,2.408,1293,4.232,1312,2.498,1407,5.192,1409,4.472,1419,3.981,1429,3.109,1443,3.059,1451,2.756,1536,3.005,1645,5.328,1745,3.149,1823,4.114,1853,3.228,1881,5.299,1888,4.695,1911,3.71,1969,4.281,1970,4.114,2000,3.71,2001,4.472,2002,4.963,2003,4.695,2004,4.281,2028,3.965,2177,4.281,2233,5.12,2355,3.075,2379,4.281,4102,5.299,4320,5.748,4363,5.299,4461,5.748,4462,5.299,4463,6.431,4464,4.114,4465,6.431,4466,6.431,4467,4.963]],["file_terms//events/2024/02/OSG-User-School-2023.html",[]],["root_relative_url//staff/docs/Schedule_Calendar.html",[4468,6.54]],["high//staff/docs/Schedule_Calendar.html",[3,0.277,7,0.475,23,0.139,32,1.299,44,0.677,50,0.762,96,0.405,126,0.937,197,0.661,257,0.697,263,1.968,487,1.44,707,2.181,732,2.192,777,1.009,1133,1.124,1288,2.724,1998,4.025,2031,3.978,2223,1.612,2247,2.506,2257,1.919,2285,3.024,2380,3.228,4469,3.917,4470,3.917,4471,3.502,4472,3.502]],["medium//staff/docs/Schedule_Calendar.html",[100,1.647,116,0.894,131,1.703,134,3.495,138,0.065,410,1.901,665,3.34,824,1.166,1000,1.735,1108,1.295,1154,1.468,1184,1.467,1309,2.191,1527,2.961,2155,2.016,2218,2.473,2521,2.473,2995,3.957,3414,3.34,4473,4.802,4474,4.802,4475,4.802,4476,5.907,4477,5.907,4478,4.293,4479,5.446,4480,5.907,4481,5.446,4482,5.446]],["content//staff/docs/Schedule_Calendar.html",[0,0.274,4,0.314,6,0.931,7,0.571,11,1.506,17,0.173,32,1.634,38,0.498,40,1.413,44,1.601,48,1.951,51,1.719,56,0.839,58,0.491,62,2.303,65,1.196,71,0.849,80,0.959,83,1.111,84,1.309,90,1.482,92,3.599,96,0.981,99,1.436,105,1.78,106,0.71,108,2.185,116,1.252,124,0.778,128,4.456,130,2.069,131,2.12,134,4.05,136,0.999,138,0.075,139,0.945,144,1.443,152,1.161,160,0.532,181,1.214,189,0.945,197,0.89,205,0.656,241,1.482,257,1.198,263,2.651,269,1.214,271,1.214,303,0.772,310,1.634,335,0.811,340,2.112,352,1.9,361,0.931,380,1.555,383,2.357,399,4.748,410,3.258,415,1.144,428,3.217,455,1.436,475,1.289,487,1.812,549,2.606,556,2.157,576,1.506,632,1.37,658,1.719,665,3.428,676,1.555,700,1.509,705,1.989,707,3.39,717,2.112,726,1.749,732,4.286,734,0.988,756,1.69,758,0.688,762,2.153,777,2.345,782,2.414,813,3.804,824,1.196,831,4.061,881,4.061,888,2.414,891,4.678,921,2.203,928,1.58,933,1.178,975,4.061,993,2.112,1020,1.951,1106,1.749,1124,1.968,1133,1.413,1135,2.43,1154,1.827,1164,1.349,1184,2.514,1189,1.607,1208,1.392,1218,3.281,1219,6.013,1221,4.912,1279,4.406,1288,3.428,1293,2.606,1309,2.947,1318,3.428,1349,3.039,1381,2.306,1410,3.599,1494,1.58,1573,4.061,1584,1.607,1588,3.464,1594,2.414,1604,2.252,1625,1.58,1644,2.937,1668,3.804,1775,3.804,1905,2.028,1918,2.844,1955,3.599,1998,5.597,2031,5.326,2148,2.758,2150,2.937,2155,2.069,2169,4.406,2200,4.678,2217,3.751,2231,3.153,2247,5.51,2257,4.354,2261,5.192,2285,5.192,2302,3.765,2312,2.844,2356,3.804,2380,7.829,2381,4.683,2521,2.538,2638,2.606,2679,3.428,2684,3.281,2690,6.781,2866,3.039,2879,2.679,2933,4.912,2995,4.061,3006,2.844,3019,3.599,3145,4.061,3193,4.061,3258,3.599,3294,4.061,3308,4.406,3343,4.406,3414,3.428,3421,4.406,3539,3.599,3553,4.406,3556,3.804,3758,3.039,3913,5.543,4010,4.406,4073,3.804,4471,4.406,4472,8.279,4476,4.406,4477,6.013,4478,6.013,4479,5.543,4480,6.013,4481,4.061,4482,4.061,4483,4.061,4484,4.928,4485,6.727,4486,4.406,4487,4.928,4488,4.928,4489,7.659,4490,4.928,4491,6.013,4492,4.928,4493,4.928,4494,4.928,4495,4.928,4496,4.928,4497,4.928,4498,6.727,4499,4.928,4500,4.928,4501,4.928,4502,4.928,4503,6.727,4504,4.928,4505,4.928,4506,4.928,4507,6.727,4508,4.406,4509,4.928,4510,4.928,4511,4.928,4512,6.727,4513,4.928,4514,4.928,4515,7.356,4516,8.229,4517,4.406,4518,6.727,4519,4.928,4520,4.928,4521,4.928,4522,4.928,4523,4.928,4524,4.928,4525,4.406,4526,4.928,4527,4.928,4528,4.928]],["file_terms//staff/docs/Schedule_Calendar.html",[]],["root_relative_url//news-navigation.html",[303,0.626,4529,5.462]],["high//news-navigation.html",[3,0.534,23,0.268,303,0.864]],["medium//news-navigation.html",[]],["content//news-navigation.html",[73,2.916,263,2.352,303,1.051,384,0.761,1135,2.916]],["file_terms//news-navigation.html",[]],["root_relative_url//hanna-lab.html",[4530,4.882,4531,4.216]],["high//hanna-lab.html",[3,0.474,23,0.238,361,1.266,924,4.287,1652,3.073,2904,5.172,2905,5.522]],["medium//hanna-lab.html",[]],["content//hanna-lab.html",[1,0.285,3,0.635,4,0.269,10,0.21,11,1.152,14,0.039,15,0.789,17,0.143,18,0.131,25,0.712,32,1.843,33,0.613,34,0.055,36,1.292,38,0.54,39,0.432,43,0.728,46,1.082,47,1.385,48,1.492,50,0.733,51,1.315,52,0.577,53,1.116,55,1.843,56,0.693,58,0.658,59,0.355,63,0.712,71,0.732,77,1.615,79,1.672,81,1.722,82,1.511,84,1.001,96,0.753,97,1.001,99,1.62,103,1.169,106,0.543,108,1.477,110,1.116,112,0.693,116,1.035,117,0.901,121,0.947,124,0.595,126,0.901,133,3.402,136,0.826,138,0.052,142,0.893,143,1.722,144,1.159,145,1.583,147,0.691,153,1.892,154,2.782,160,0.544,162,1.489,163,0.527,164,2.335,165,0.417,166,0.316,178,1.032,179,1.006,182,0.31,194,0.766,204,0.651,210,0.744,211,1.267,212,0.551,214,0.766,215,0.623,217,0.456,225,1.813,228,0.733,234,0.568,238,1.649,245,0.702,247,1.082,249,0.888,251,2.175,254,2.452,256,1.098,257,0.671,262,2.622,264,2.622,267,1.411,268,1.492,269,0.929,271,0.929,273,0.801,274,1.464,275,1.098,276,1.583,280,1.315,285,3.313,290,1.941,292,2.246,293,1.25,294,2.051,298,2.541,303,0.432,306,3.402,307,2.11,310,1.843,323,2.94,327,2.335,334,2.175,345,1.357,348,1.437,350,2.082,355,1.315,356,2.781,360,1.152,361,1.537,362,0.72,368,2.51,375,1.551,382,1.672,383,1.803,391,0.943,392,1.492,394,1.05,398,1.292,411,1.551,415,0.875,420,1.147,422,1.064,426,1.229,427,1.754,428,1.803,433,1.125,435,1.761,438,0.986,439,1.649,445,1.271,451,1.685,455,2.266,478,1.699,480,1.722,481,3.812,489,2.486,494,0.986,495,1.25,499,1.362,501,1.271,502,1.939,508,1.941,510,2.571,513,3.208,521,1.846,525,2.653,528,1.649,546,2.486,552,2.305,554,2.473,555,1.492,573,1.433,575,1.846,602,2.833,605,1.595,608,0.847,629,2.51,641,1.846,643,1.722,648,3.208,650,1.271,654,1.596,658,1.939,667,2.246,669,1.551,672,1.152,674,2.175,698,2.324,700,0.691,701,1.939,702,1.362,719,2.791,721,1.892,731,1.645,742,0.813,756,1.292,763,2.175,781,3.019,788,1.761,789,2.044,801,1.803,819,2.246,836,1.846,839,2.568,854,1.098,863,1.649,868,2.005,869,2.383,877,3.106,888,1.846,897,2.376,924,2.412,965,1.761,969,1.064,972,3.313,974,1.271,980,1.386,994,2.622,996,1.892,1001,1.846,1002,2.044,1003,2.622,1008,0.681,1025,2.622,1034,1.615,1043,2.622,1091,0.85,1103,1.116,1137,1.386,1146,1.813,1164,1.032,1167,0.56,1184,1.152,1188,2.246,1192,3.106,1205,1.906,1212,2.049,1225,2.324,1232,2.301,1235,1.437,1242,1.846,1243,1.411,1246,1.116,1251,1.098,1262,2.723,1274,2.94,1291,1.941,1306,2.622,1312,2.16,1321,5.325,1328,1.941,1333,1.649,1364,2.049,1414,1.846,1421,1.761,1424,4.665,1439,2.175,1443,1.189,1494,1.783,1545,1.803,1567,2.246,1571,2.324,1584,1.229,1586,1.521,1588,1.941,1594,1.846,1604,1.722,1610,4.451,1612,1.761,1623,2.412,1649,1.437,1652,3.047,1658,2.412,1665,2.51,1666,3.37,1677,1.649,1684,2.175,1743,2.324,1757,1.521,1764,3.023,1771,1.464,1777,1.464,1793,2.246,1805,2.752,1809,1.386,1820,2.049,1849,1.993,1858,1.803,1908,1.993,1926,2.049,1931,3.429,1965,2.909,1991,2.246,2006,1.993,2149,4.303,2223,1.551,2227,1.521,2229,2.049,2236,2.909,2283,2.909,2332,2.681,2362,1.941,2363,2.11,2439,3.313,2531,1.906,2537,3.402,2578,2.175,2613,3.106,2637,2.622,2674,2.175,2756,2.622,2781,3.697,2880,2.175,2897,2.049,2904,6.496,2905,7.931,2932,2.412,3015,4.582,3032,5.091,3093,2.246,3097,2.324,3172,2.412,3311,4.292,3314,2.752,3336,1.892,3362,2.752,3482,3.37,3534,5.679,3586,4.824,3779,2.909,4023,4.582,4060,4.97,4074,2.51,4294,4.06,4370,3.106,4371,2.909,4445,3.867,4530,8.604,4532,5.56,4533,8.558,4534,3.77,4535,4.97,4536,7.293,4537,5.906,4538,3.77,4539,3.77,4540,3.37,4541,8.638,4542,5.099,4543,3.106,4544,3.106,4545,5.56,4546,3.106,4547,3.77,4548,6.607,4549,3.106,4550,3.77,4551,3.77,4552,3.77,4553,3.106,4554,3.77,4555,3.77,4556,3.37,4557,3.77,4558,3.37,4559,3.77]],["file_terms//hanna-lab.html",[]],["root_relative_url//gpu-cloudburst.html",[211,1.047,4560,5.462]],["high//gpu-cloudburst.html",[3,0.445,23,0.223,211,1.204,245,1.169,697,2.936,713,3.004,839,1.72,1419,2.87,1831,5.177,2928,3.743,4561,5.616]],["medium//gpu-cloudburst.html",[]],["content//gpu-cloudburst.html",[1,0.275,4,0.296,10,0.093,17,0.205,18,0.202,20,1.351,21,0.715,23,0.143,25,0.758,29,0.878,30,1.237,34,0.054,36,1.376,38,0.297,39,0.46,40,1.151,43,0.984,45,1.034,47,0.715,51,2.03,52,0.615,53,2.223,56,0.5,67,1.589,71,0.645,72,1.476,74,1.198,75,1.847,81,1.834,84,1.066,87,1.652,96,0.415,97,1.066,100,1.996,102,0.792,103,0.643,116,0.747,117,0.96,121,0.683,124,0.634,126,0.96,129,0.804,137,1.099,138,0.063,142,0.542,148,0.932,160,0.26,163,0.272,166,0.337,177,1.169,181,0.989,182,0.33,183,0.918,210,0.792,211,1.861,212,0.851,215,0.663,217,0.439,225,1.308,227,2.922,228,0.708,234,1.203,238,2.547,245,1.275,252,1.53,253,1.424,263,1.169,266,1.287,273,1.456,274,1.559,276,1.685,277,1.867,288,3.833,295,2.567,296,2.672,298,1.834,303,0.46,304,2.672,308,1.266,309,1.72,311,2.246,316,1.964,317,2.672,327,2.444,329,1.919,332,3.359,335,0.484,348,1.53,349,2.316,352,1.133,359,1.652,360,1.226,362,0.437,363,2.309,371,1.966,372,2.72,379,1.685,382,1.207,388,2.316,391,1.004,401,5.225,408,1.567,411,1.652,415,1.351,420,0.828,425,0.357,430,1.166,433,0.991,438,1.523,447,1.934,451,1.794,463,5.093,465,4.081,466,3.098,470,3.098,471,3.307,475,1.523,489,3.566,490,6.716,496,2.246,497,2.067,499,1.45,500,1.62,502,1.4,516,1.188,518,2.672,525,1.898,526,1.685,527,2.851,528,1.756,529,1.226,533,1.652,538,1.696,540,2.475,542,1.099,550,2.316,559,2.015,560,1.434,571,2.391,572,2.246,573,1.936,580,1.204,583,3.588,605,1.151,608,0.906,612,1.499,614,1.019,620,1.794,626,3.098,643,1.834,647,2.246,654,0.878,658,1.4,666,0.758,669,1.652,672,1.226,677,2.444,699,2.182,700,1.068,711,2.223,713,3.815,716,1.068,724,3.098,727,1.966,736,3.307,739,3.098,740,4.493,741,3.098,743,2.182,749,1.33,757,1.778,787,4.205,796,3.593,799,2.246,819,2.391,820,1.066,834,5.825,835,2.791,839,2.524,842,1.794,844,1.589,868,1.687,888,1.966,890,3.469,892,2.819,893,2.182,897,1.226,914,3.59,916,3.875,919,2.182,920,1.456,923,4.797,928,1.287,929,1.019,931,1.503,933,0.96,960,2.316,982,1.966,985,2.567,1005,1.966,1026,2.396,1030,1.794,1132,2.182,1152,1.066,1167,0.596,1178,2.182,1190,2.316,1202,2.067,1227,1.594,1232,1.837,1237,3.307,1243,2.564,1246,1.723,1248,1.652,1274,2.122,1275,2.316,1280,1.503,1288,2.791,1297,2.182,1301,3.078,1302,2.316,1315,1.794,1333,1.756,1345,3.59,1396,3.359,1414,1.966,1416,1.834,1453,1.287,1553,1.652,1586,1.62,1600,1.966,1604,1.834,1625,1.867,1627,2.93,1638,1.756,1769,2.396,1771,1.559,1782,2.93,1783,3.973,1810,2.067,1830,3.165,1831,6.191,1832,4.25,1833,6.157,1838,3.875,1844,2.122,1845,2.475,1854,3.307,1858,1.919,1876,2.93,1877,2.316,1918,2.316,1930,2.391,1989,3.098,2010,2.791,2159,1.966,2171,1.834,2177,2.672,2183,2.391,2204,3.165,2210,2.246,2238,5.287,2240,2.015,2301,3.588,2312,2.316,2332,2.519,2381,3.165,2396,4.048,2531,2.348,2591,3.098,2607,1.919,2610,2.567,2622,3.588,2660,3.588,2686,2.791,2688,2.067,2690,3.307,2748,2.791,2769,2.567,2802,2.93,2810,1.919,2913,3.469,2928,5.65,2929,5.539,2930,2.93,2951,3.59,3022,4.048,3033,3.307,3048,3.098,3083,3.307,3117,4.493,3172,2.567,3297,2.391,3336,2.015,3387,2.93,3398,3.098,3490,2.672,3644,3.098,3645,4.493,3650,3.588,3675,2.672,3786,2.791,3883,3.307,3916,3.307,3932,3.724,4068,3.307,4073,3.098,4088,3.588,4467,3.098,4561,3.588,4562,3.588,4563,5.204,4564,4.013,4565,3.588,4566,4.013,4567,6.85,4568,4.013,4569,4.013,4570,3.098,4571,3.588,4572,3.588,4573,4.797,4574,4.013,4575,4.013,4576,4.013,4577,3.588,4578,5.821,4579,6.85,4580,6.123,4581,7.131,4582,4.013,4583,5.821,4584,7.977,4585,4.013,4586,4.013,4587,4.013,4588,4.013,4589,4.013,4590,4.013,4591,6.85,4592,4.013,4593,4.013,4594,6.85,4595,4.013,4596,3.588,4597,4.013,4598,4.013,4599,4.013,4600,4.013,4601,4.013,4602,4.013,4603,4.013,4604,4.013,4605,4.013,4606,4.013,4607,4.013,4608,4.013,4609,4.013,4610,4.013,4611,4.013,4612,4.013,4613,4.013,4614,4.013,4615,3.307,4616,4.013,4617,4.013,4618,4.013,4619,4.013,4620,3.588,4621,4.013,4622,5.821,4623,5.821,4624,4.013,4625,3.588,4626,4.013,4627,3.588,4628,4.013,4629,3.588,4630,3.588,4631,5.821,4632,4.013,4633,4.013,4634,4.013,4635,3.588,4636,3.588,4637,3.307,4638,4.797,4639,4.013,4640,4.013,4641,3.307,4642,3.307,4643,4.013,4644,4.013,4645,4.013,4646,4.013,4647,4.013,4648,3.588,4649,4.013,4650,4.013]],["file_terms//gpu-cloudburst.html",[]],["root_relative_url//Banq.html",[4651,6.54]],["high//Banq.html",[3,0.464,23,0.233,268,2.595,415,1.522,691,3.211,800,4.559,2949,5.402,2950,5.86,2951,4.042]],["medium//Banq.html",[]],["content//Banq.html",[4,0.296,7,0.507,14,0.032,17,0.119,18,0.279,19,0.96,25,1.222,33,0.757,34,0.047,40,2.131,47,0.829,56,0.58,59,0.61,67,1.842,71,0.717,79,1.399,80,0.905,85,3.441,90,1.944,96,0.668,99,1.356,100,1.595,105,1.681,106,0.67,107,1.774,112,0.58,116,0.866,118,3.616,121,0.792,135,3.827,137,1.087,138,0.073,142,0.874,144,0.816,152,1.523,160,0.301,162,1.049,163,0.504,169,1.033,182,0.763,183,1.479,206,0.68,217,0.246,221,1.394,225,1.517,240,2.199,252,1.774,254,1.884,257,0.829,260,3.098,261,1.445,263,1.356,266,1.492,267,2.782,268,3.341,273,0.989,277,2.074,280,1.623,294,1.445,298,2.126,303,0.742,316,1.855,327,1.954,333,2.126,345,1.204,354,1.742,358,2.126,360,1.422,365,2.378,366,2.279,376,1.096,379,1.954,384,0.61,387,3.619,388,2.685,391,1.617,394,1.222,407,3.246,408,1.837,415,1.864,422,1.826,430,0.932,433,1.367,439,2.036,447,1.902,479,3.619,480,2.126,482,1.711,487,2.732,488,1.808,514,2.126,519,2.08,525,1.517,538,1.356,546,2.08,549,2.461,556,1.492,567,1.842,587,2.336,597,3.42,600,2.225,601,2.661,604,2.661,605,2.42,608,0.809,611,1.274,612,1.018,614,2.355,622,3.987,632,1.294,650,1.569,652,2.126,664,5.78,669,1.915,670,3.592,672,1.422,676,1.468,680,2.165,683,2.715,684,1.445,691,2.279,693,3.835,694,3.731,705,1.878,706,1.492,711,1.914,712,2.461,713,2.225,714,2.604,721,2.336,741,3.592,742,1.004,749,1.543,762,1.692,785,2.461,800,3.236,810,2.08,827,3.098,828,1.878,836,2.279,845,5.205,847,2.396,848,1.492,875,3.835,884,1.994,902,2.773,920,1.164,928,1.492,938,4.305,939,3.33,940,2.225,966,2.977,969,1.314,974,1.569,981,4.497,982,2.279,1020,1.842,1040,2.036,1065,2.007,1164,1.274,1168,3.473,1180,2.61,1216,1.808,1231,2.685,1245,4.721,1275,2.685,1302,2.685,1306,3.236,1309,1.543,1331,2.977,1344,4.137,1376,3.236,1381,1.595,1384,3.515,1387,3.987,1399,2.225,1409,3.236,1414,2.279,1419,2.126,1539,2.773,1549,2.421,1555,4.765,1577,2.421,1584,1.517,1589,3.592,1621,2.396,1638,2.036,1667,1.711,1691,2.604,1703,2.461,1745,2.279,1845,2.87,2171,2.126,2198,4.16,2227,1.878,2247,4.137,2249,3.236,2258,3.167,2361,1.954,2393,3.592,2440,2.87,2444,3.179,2468,3.835,2489,4.305,2541,2.604,2632,3.835,2638,2.461,2656,2.977,2688,4.498,2698,3.592,2700,2.87,2711,2.87,2836,3.098,2862,3.098,2890,2.604,2913,4.428,2933,4.721,2949,7.741,3006,3.731,3079,4.16,3090,3.835,3335,5.328,3387,3.398,3425,7.178,3508,2.53,3566,3.398,3639,7.051,4016,3.592,4171,4.137,4375,3.398,4391,3.398,4637,5.328,4652,4.654,4653,4.16,4654,4.654,4655,4.654,4656,4.654,4657,3.835,4658,4.654,4659,7.431,4660,8.03,4661,6.513,4662,4.654,4663,4.654,4664,4.654,4665,4.654,4666,4.654,4667,4.16,4668,4.654,4669,6.466,4670,4.654,4671,4.654,4672,3.592,4673,4.16,4674,5.78,4675,4.654,4676,3.835,4677,6.466,4678,4.654,4679,3.835,4680,7.431,4681,4.654,4682,5.426,4683,4.654,4684,4.654,4685,3.098,4686,4.16,4687,4.654,4688,6.124,4689,7.431,4690,4.654,4691,4.16,4692,4.654,4693,4.654,4694,4.654,4695,4.654,4696,4.16,4697,4.654,4698,4.654,4699,4.654,4700,4.16]],["file_terms//Banq.html",[]],["root_relative_url//Google-HTCondor.html",[2381,2.969,4701,5.462]],["high//Google-HTCondor.html",[3,0.485,23,0.244,34,0.041,182,0.564,1867,2.39,2381,3.726,2924,4.083]],["medium//Google-HTCondor.html",[]],["content//Google-HTCondor.html",[1,0.316,4,0.316,10,0.194,12,1.493,14,0.054,17,0.178,18,0.241,29,1.263,34,0.059,39,0.794,43,0.673,47,0.916,51,1.794,52,0.787,58,0.78,59,0.485,71,0.867,74,0.74,77,3.588,96,0.531,106,1.127,112,0.863,118,2.075,138,0.062,142,0.936,147,1.436,153,3.475,154,1.622,160,0.333,162,1.159,163,0.469,166,0.432,168,1.077,179,0.512,181,1.267,182,0.78,189,0.986,192,1.333,206,0.752,212,0.752,215,0.85,217,0.271,247,1,254,2.017,256,2.017,257,0.916,267,2.592,268,2.741,269,1.706,278,3.423,294,2.149,298,2.349,302,3.064,303,1.032,326,2.075,330,1.093,345,1.627,354,1.925,358,2.349,379,2.159,382,1.546,384,0.653,394,0.971,420,1.061,425,0.616,428,2.459,429,2.878,430,1.03,461,2.22,463,5.038,489,2.299,499,1.857,502,1.794,509,4.597,511,2.036,527,2.518,552,1.408,560,1.077,610,3.391,612,1.713,650,1.733,652,2.349,654,1.515,691,2.518,706,1.649,711,2.316,717,2.204,718,1.891,747,5.344,758,0.717,761,1.857,762,1.345,832,2.967,839,1.896,840,3.633,854,2.017,865,3.29,868,1.928,870,2.648,893,2.796,899,3.913,920,1.957,928,2.51,942,2.116,992,3.171,1002,1.891,1008,1.414,1009,2.457,1033,2.581,1034,2.204,1071,1.622,1102,4.125,1132,2.796,1133,1.475,1138,1.286,1145,2.299,1225,4.269,1227,1.896,1293,2.719,1350,2.796,1401,4.255,1414,2.518,1421,2.403,1429,1.998,1546,2.878,1577,1.925,1599,2.334,1610,2.719,1613,2.518,1664,4.597,1677,2.25,1758,4.237,1867,2.415,2016,4.237,2042,3.576,2158,2.581,2166,4.237,2311,2.719,2332,3.383,2370,5.344,2381,5.152,2478,2.796,2494,3.755,2531,1.763,2712,5.344,2797,3.969,2924,6.045,3022,3.576,3032,4.686,3086,3.969,3297,4.664,3336,2.581,3447,3.969,3496,4.597,3508,2.796,3778,3.969,4104,3.755,4294,5.715,4387,4.237,4702,8.374,4703,5.142,4704,5.142,4705,5.142,4706,5.142,4707,5.142,4708,5.142,4709,5.142,4710,5.142,4711,5.142,4712,9.002,4713,4.597,4714,8.224,4715,7.827,4716,5.142,4717,4.597,4718,5.142,4719,4.597,4720,5.142,4721,7.827,4722,3.969,4723,6.189,4724,5.142,4725,4.237,4726,5.142,4727,5.142,4728,6.923,4729,5.142,4730,5.142]],["file_terms//Google-HTCondor.html",[]],["root_relative_url//uw-research-computing/gpu-lab.html",[0,0.229,1,0.136,4531,3.17,4731,3.672]],["high//uw-research-computing/gpu-lab.html",[3,0.566,23,0.228,154,2.024,211,1.23,279,2.492,1009,2.277,1168,2.641,1271,4.271,2650,4.462]],["medium//uw-research-computing/gpu-lab.html",[]],["content//uw-research-computing/gpu-lab.html",[0,0.367,1,0.291,3,0.707,4,0.291,10,0.153,14,0.061,18,0.229,23,0.235,25,1.665,29,0.995,34,0.048,42,1.806,44,1.14,46,1.715,50,1.582,63,1.246,69,1.341,71,0.731,75,1.779,89,2.237,90,1.984,103,1.413,106,0.95,116,1.228,131,1.7,137,1.189,147,1.491,154,2.902,163,0.551,165,0.417,173,1.752,179,0.81,197,0.645,211,1.952,263,1.922,292,3.931,303,0.757,384,0.767,420,1.361,449,2.949,473,3.014,494,1.726,519,2.949,542,1.806,608,0.719,612,1.444,653,4.187,697,3.799,757,2.015,758,0.92,892,3.346,907,5.202,908,5.413,931,2.47,974,2.224,987,3.397,1009,2.341,1114,1.444,1143,2.095,1168,2.715,1204,3.397,1208,2.296,1233,2.827,1234,2.827,1235,2.516,1242,3.231,1277,3.806,1309,2.187,1310,4.588,1311,4.817,1312,2.563,1313,3.014,1314,4.588,1315,2.949,1549,2.47,1765,4.691,1766,4.691,1817,4.221,2229,3.587,2302,3.692,2430,4.221,2431,3.931,2687,5.092,3229,4.817,3445,5.897,4205,5.897,4732,8.131,4733,6.597,4734,6.597,4735,6.597,4736,6.597,4737,6.435,4738,7.263]],["file_terms//uw-research-computing/gpu-lab.html",[]],["root_relative_url//uw-research-computing/tensorflow-singularity.html",[0,0.229,1,0.136,4739,3.672,4740,4.108]],["high//uw-research-computing/tensorflow-singularity.html",[3,0.508,10,0.166,14,0.05,23,0.255,3352,4.427]],["medium//uw-research-computing/tensorflow-singularity.html",[]],["content//uw-research-computing/tensorflow-singularity.html",[1,0.26,3,0.64,10,0.182,34,0.047,50,1.534,64,2.57,90,2.37,126,1.885,131,2.031,167,2.001,225,2.57,485,1.725,716,1.446,749,2.613,752,4.412,1167,1.171,1251,2.297,2173,3.121,2365,4.549,3352,4.861,3996,4.697]],["file_terms//uw-research-computing/tensorflow-singularity.html",[]],["root_relative_url//uw-research-computing/docker-jobs.html",[0,0.229,1,0.136,1039,2.299,2330,3.385]],["high//uw-research-computing/docker-jobs.html",[3,0.267,4,0.218,10,0.087,12,0.813,13,0.534,14,0.051,15,0.79,16,0.825,17,0.097,18,0.131,19,0.778,20,0.875,21,0.671,22,1.25,23,0.134,93,1.152,165,0.238,182,0.31,192,0.642,197,0.369,203,1.703,204,1.142,205,0.502,206,0.966,335,0.455,666,0.712,749,1.25,1041,1.25,1045,0.986,1196,1.465,1452,1.522,1453,1.209]],["medium//uw-research-computing/docker-jobs.html",[7,0.275,24,1.399,43,0.599,52,0.701,66,0.865,74,0.659,138,0.076,165,0.289,166,0.384,182,0.377,189,0.878,203,1.18,204,1.105,335,0.552,1044,1.493,1059,1.597,1066,2.19,1067,2.139,1068,2.421,1069,2.139,1070,2.728,1071,1.444,1072,2.242,1073,2.858,1154,1.017,1489,4.093,1491,4.093,1492,4.093,1493,4.093,1494,1.468,1495,4.093,1496,4.093,4741,4.579,4742,4.579]],["content//uw-research-computing/docker-jobs.html",[3,0.668,4,0.333,5,1.63,6,1.661,7,0.56,10,0.226,13,0.674,14,0.071,15,0.995,16,1.04,17,0.122,18,0.319,23,0.169,29,0.717,33,0.774,34,0.028,35,1.221,38,0.6,39,0.753,42,1.301,50,1.654,51,2.289,52,1.005,56,0.818,57,1.334,58,0.474,59,0.708,60,1.315,63,1.24,65,1.154,66,0.898,67,1.882,74,0.684,79,1.429,80,1.277,83,1.479,85,2.037,86,1.918,102,0.938,103,0.762,106,0.945,112,0.818,116,1.399,121,0.809,124,1.187,132,2.598,137,0.695,138,0.06,139,1.554,147,0.872,155,1.628,157,1.908,158,1.475,159,1.973,162,1.071,163,0.509,165,0.569,166,0.782,167,1.206,168,1.374,169,1.056,170,1.429,171,1.154,172,1.342,173,1.262,174,1.301,175,1.137,176,1.301,177,1.385,178,1.301,179,0.654,180,1.55,181,1.616,182,0.667,183,1.087,184,1.658,185,1.429,186,1.334,187,1.188,188,1.669,189,0.911,190,1.973,191,1.641,192,1.497,193,1.277,194,1.729,195,1.55,196,2.09,197,0.465,198,1.55,199,1.602,200,1.666,201,1.602,202,1.658,203,2.579,204,1.759,205,1.078,206,1.393,207,1.55,208,1.602,209,1.429,210,1.296,211,0.911,212,0.695,213,1.137,214,1.334,215,0.785,216,1.55,217,0.251,218,1.087,219,1.452,220,1.188,221,1.747,222,1.687,223,1.966,247,1.462,249,1.12,271,1.171,280,1.658,303,0.545,324,2.66,335,0.573,345,0.885,358,2.172,365,1.748,381,1.918,384,0.448,414,0.898,420,1.354,425,0.423,426,1.55,455,1.385,485,1.04,501,1.602,556,1.524,573,1.225,607,2.172,632,1.322,660,1.524,666,0.898,676,1.5,716,0.872,717,2.037,734,1.624,758,0.663,759,3.041,824,1.154,844,1.882,921,2.125,929,1.206,952,2.386,961,3.546,997,2.931,1042,1.956,1045,1.243,1056,2.273,1107,1.103,1124,1.137,1138,1.188,1142,2.832,1144,1.5,1146,1.55,1147,2.742,1154,1.056,1155,2.742,1157,1.63,1163,2.328,1164,1.301,1167,0.706,1168,1.956,1170,3.164,1184,1.452,1188,2.832,1196,1.846,1205,2.25,1208,1.342,1415,1.322,1429,1.846,1452,1.918,1453,1.524,1544,3.668,1548,5.625,1549,1.779,1553,3.093,1562,2.931,1625,1.524,2159,2.328,2217,2.328,2313,5.243,2352,2.66,2444,1.882,2516,2.125,2584,2.08,2659,3.917,3040,2.513,3362,3.47,3670,2.832,4743,4.753]],["file_terms//uw-research-computing/docker-jobs.html",[]],["root_relative_url//CHTC-pool-record.html",[3,0.332,612,1.026,3458,4.192]],["high//CHTC-pool-record.html",[3,0.558,14,0.044,23,0.223,215,1.038,394,1.187,567,2.487,2931,5.177,2932,4.019,2933,4.587,2934,5.177]],["medium//CHTC-pool-record.html",[]],["content//CHTC-pool-record.html",[0,0.406,1,0.31,3,0.576,4,0.285,10,0.129,14,0.039,20,1.291,33,0.905,34,0.058,39,0.638,43,0.728,58,0.727,59,0.524,63,1.05,69,1.131,71,0.616,74,0.8,76,3.557,79,1.672,96,0.574,142,0.752,145,3.062,147,1.02,154,2.567,160,0.472,163,0.494,178,1.522,179,0.554,206,0.813,212,1.19,215,1.427,217,0.456,223,1.454,228,0.814,234,1.303,238,3.191,245,1.035,249,1.718,271,2.005,280,1.939,288,4.081,291,1.672,293,2.417,303,1.076,326,2.244,335,0.671,345,1.035,352,1.57,362,0.606,371,2.723,375,2.288,384,0.846,388,4.207,394,1.537,399,3.208,404,2.485,408,1.272,412,1.726,414,1.05,425,0.495,430,1.114,433,0.947,438,1.908,450,2.16,480,2.54,482,2.044,483,3.557,487,2.044,495,1.843,501,1.874,508,2.863,516,1.645,525,1.813,526,3.062,533,2.288,552,1.522,567,3.222,582,3.208,584,3.701,608,0.606,609,2.723,610,2.723,612,1.217,614,1.851,620,3.637,651,4.081,652,3.332,653,2.863,654,1.596,700,1.492,704,2.338,713,2.659,717,2.383,728,2.433,731,1.645,758,0.776,766,3.112,777,1.433,782,2.723,819,3.313,825,2.94,832,3.208,854,2.124,869,3.125,898,2.201,914,3.428,929,1.411,977,4.291,1009,2.888,1015,1.973,1019,3.718,1129,1.698,1153,2.863,1167,1.208,1216,2.833,1226,4.291,1228,2.598,1233,2.383,1234,3.125,1245,4.06,1248,2.288,1260,2.659,1268,3.701,1283,3.208,1288,5.071,1293,2.94,1309,1.843,1316,4.291,1317,5.324,1350,3.023,1422,3.208,1428,2.082,1431,4.97,1432,4.291,1433,3.557,1610,2.94,1613,2.723,1642,4.581,1677,2.433,1753,5.018,1762,2.383,1764,3.023,1822,3.557,1867,1.939,1894,3.701,1930,3.313,2159,3.571,2189,2.94,2227,2.244,2396,3.867,2425,4.855,2482,4.581,2619,3.867,2810,2.659,2866,3.428,2929,3.701,2931,4.581,2934,4.581,2966,3.023,3081,4.97,3323,3.701,3435,4.581,3449,4.581,3462,4.97,3527,4.06,3675,3.701,3784,4.97,3937,5.071,4024,4.97,4059,4.06,4152,4.291,4373,4.291,4391,4.06,4573,4.581,4737,4.06,4744,5.56,4745,5.56,4746,4.581,4747,5.56,4748,4.291,4749,5.56,4750,5.56,4751,5.56,4752,5.56,4753,5.56,4754,5.56,4755,5.56,4756,5.56,4757,5.56,4758,5.56,4759,5.56,4760,5.56,4761,5.56,4762,5.56,4763,5.56,4764,5.56,4765,4.581,4766,4.97,4767,4.291,4768,5.56,4769,4.97,4770,5.56,4771,5.56,4772,4.291,4773,5.56,4774,5.56,4775,4.291,4776,5.56,4777,5.56,4778,4.291,4779,5.56,4780,3.557,4781,4.06,4782,4.291]],["file_terms//CHTC-pool-record.html",[]],["root_relative_url//precision-mental-health.html",[2428,2.891,2946,3.619,4783,4.689]],["high//precision-mental-health.html",[3,0.436,23,0.219,165,0.389,254,1.793,450,2.391,486,3.937,610,3.014,1653,3.795,2428,3.795,2946,4.75,2947,4.75,2948,5.071]],["medium//precision-mental-health.html",[]],["content//precision-mental-health.html",[0,0.413,1,0.324,3,0.592,4,0.288,7,0.203,10,0.143,11,1.564,14,0.048,15,0.707,16,0.739,17,0.22,18,0.117,20,0.784,25,1.475,29,0.772,32,2.05,33,0.549,34,0.058,35,0.628,38,0.55,39,0.387,43,0.81,45,2.013,46,0.657,47,0.912,49,1.654,53,0.999,56,0.421,58,0.336,59,0.651,69,1.258,71,0.374,74,0.486,75,0.91,77,1.447,79,1.015,87,1.39,96,0.767,97,0.897,99,1.492,103,0.541,106,0.737,107,2.632,108,1.643,110,0.999,112,0.421,121,1.175,124,0.808,126,0.807,129,0.676,130,1.418,135,1.739,136,0.501,138,0.071,141,1.39,142,0.836,144,0.898,146,1.337,147,0.939,148,1.189,152,0.795,160,0.554,161,3.051,162,0.761,163,0.468,165,0.551,166,0.43,169,0.75,175,0.807,179,0.809,182,0.421,186,1.588,187,1.28,189,1.186,192,0.575,193,0.657,204,0.583,205,0.449,206,0.749,212,0.494,214,1.041,215,0.558,217,0.412,223,0.883,228,0.7,234,0.509,240,0.999,244,1.836,245,1.285,247,1.203,253,1.198,254,1.492,257,1.321,261,1.92,267,1.264,268,2.027,271,1.701,273,1.314,275,0.984,279,1.312,283,2.637,290,1.739,292,3.051,293,1.697,294,1.589,303,0.792,304,2.248,306,1.739,316,0.968,317,3.409,324,1.889,327,2.899,328,2.274,340,2.651,341,2.348,343,2.16,345,1.151,354,1.264,355,1.178,356,2.632,359,2.107,361,1.304,362,0.368,367,1.695,374,1.695,376,1.206,377,2.16,382,1.015,394,0.638,411,2.546,413,1.948,415,1.189,420,0.697,421,2.606,425,0.301,430,1.026,450,3.034,455,1.492,458,2.348,475,1.339,478,1.031,485,0.739,486,3.276,488,1.312,494,0.883,495,1.119,500,2.067,501,1.138,502,1.178,510,1.564,511,2.027,513,2.954,520,2.082,521,2.508,528,1.477,529,2.109,537,1.543,542,0.924,545,1.241,547,0.739,552,0.924,563,2.082,565,1.739,567,1.337,587,1.695,590,1.889,593,1.695,599,1.615,604,1.39,608,0.674,609,2.508,611,0.924,614,1.3,616,1.889,622,2.082,643,2.34,648,1.948,651,2.866,653,1.739,654,1.121,658,1.786,662,3.018,667,3.051,669,1.39,673,2.289,677,1.418,680,1.802,681,2.57,682,2.954,683,1.418,684,1.92,686,3.157,688,2.784,691,1.654,699,1.836,700,0.619,702,1.219,703,3.051,704,1.984,711,0.999,712,2.708,718,1.883,726,1.198,731,2.625,735,1.695,742,1.6,749,1.119,751,1.241,757,1.031,758,0.471,759,2.16,761,1.849,764,3.952,770,2.067,777,0.87,781,3.39,784,1.138,785,1.785,802,3.381,806,2.782,820,0.897,823,2.348,824,0.819,834,3.739,836,1.654,839,1.402,842,1.509,854,0.984,868,0.832,869,1.447,878,1.477,884,1.447,897,1.564,898,1.337,921,1.509,928,1.984,939,2.637,942,1.39,945,2.348,948,2.348,951,2.465,964,2.16,972,2.012,974,1.726,976,2.967,979,2.082,981,2.348,985,2.16,1002,1.241,1033,2.57,1042,2.107,1103,0.999,1129,2.109,1142,2.012,1146,1.101,1150,1.363,1153,1.739,1157,1.158,1164,0.924,1166,1.615,1167,1.16,1208,0.953,1233,3.347,1234,2.194,1240,5.097,1243,1.917,1246,0.999,1248,2.841,1251,0.984,1260,2.449,1264,1.785,1294,1.695,1297,3.363,1307,1.418,1312,1.312,1315,1.509,1358,2.465,1360,2.954,1364,2.784,1399,1.615,1419,1.543,1437,1.198,1438,2.606,1450,1.695,1453,1.083,1536,1.578,1556,1.836,1574,2.16,1588,1.739,1593,2.784,1595,2.16,1613,1.654,1649,2.83,1653,5.544,1657,2.544,1658,2.16,1667,2.728,1675,2.082,1677,1.477,1679,2.782,1686,3.018,1689,2.449,1691,1.889,1692,1.948,1701,1.889,1703,1.785,1762,1.447,1764,1.836,1771,1.312,1773,2.194,1777,1.989,1809,2.274,1820,2.784,1844,1.785,1845,2.082,1849,3.271,1905,1.39,1908,1.785,1911,2.954,1924,2.012,1971,2.826,1994,2.782,1996,3.051,2008,2.465,2155,1.418,2165,1.543,2176,2.465,2227,2.067,2299,1.578,2306,2.012,2309,3.018,2322,2.465,2324,2.248,2355,1.615,2387,3.686,2391,1.948,2428,5.155,2432,3.983,2437,3.561,2442,1.948,2448,7.573,2531,1.158,2541,1.889,2555,2.606,2558,3.018,2563,2.348,2584,1.477,2601,2.248,2650,4.302,2651,4.417,2781,1.889,2879,3.363,2880,3.983,2946,6.846,2947,5.727,2948,5.689,3121,3.018,3292,2.082,3328,2.782,3336,2.57,3378,2.465,3413,2.606,3508,1.836,3630,2.465,3670,2.012,3755,2.465,3758,2.082,3761,3.952,3831,2.606,3836,5.727,3881,2.782,3895,2.782,3897,2.465,3965,2.348,4041,2.606,4042,3.018,4074,3.409,4102,2.782,4104,2.465,4171,2.16,4233,2.782,4304,4.577,4421,2.782,4445,3.561,4464,2.16,4625,3.018,4635,3.018,4672,2.606,4685,2.248,4784,6.186,4785,9.758,4786,7.81,4787,6.171,4788,3.376,4789,3.376,4790,5.12,4791,5.12,4792,2.782,4793,7.81,4794,3.018,4795,2.606,4796,3.376,4797,3.376,4798,3.376,4799,3.376,4800,3.018,4801,3.376,4802,3.376,4803,3.376,4804,6.904,4805,3.018,4806,3.376,4807,3.376,4808,3.376,4809,3.376,4810,3.376,4811,3.376,4812,3.018,4813,3.376,4814,3.376,4815,3.018,4816,3.952,4817,5.12,4818,2.782,4819,3.376,4820,5.12,4821,5.12,4822,3.376,4823,3.018,4824,3.018,4825,3.376,4826,2.348,4827,3.018,4828,3.376,4829,3.018,4830,3.376,4831,3.018,4832,3.018,4833,3.376]],["file_terms//precision-mental-health.html",[]],["root_relative_url//Anirvan-Showcase.html",[2870,4.216,2885,4.501]],["high//Anirvan-Showcase.html",[3,0.464,4,0.216,23,0.233,165,0.414,316,1.88,398,2.248,433,1.116,2883,5.06,2884,4.194]],["medium//Anirvan-Showcase.html",[]],["content//Anirvan-Showcase.html",[1,0.292,4,0.264,6,1.01,7,0.427,10,0.124,14,0.055,17,0.137,21,0.952,25,1.343,34,0.054,38,0.527,39,0.613,45,1.378,46,1.041,53,2.103,55,1.773,56,0.667,58,0.533,59,0.504,63,1.01,71,0.788,74,1.149,80,1.383,85,2.292,102,1.056,103,0.857,105,2.567,112,0.667,116,0.995,121,1.359,129,1.072,137,0.782,138,0.07,143,2.444,148,1.242,153,2.685,160,0.46,162,1.205,163,0.362,165,0.449,166,0.449,169,1.188,179,0.708,183,1.223,185,1.608,189,1.363,194,1.445,197,0.523,204,0.924,206,1.039,212,0.782,215,0.884,217,0.375,228,0.67,234,0.807,236,1.898,248,3.298,258,2.292,263,2.58,273,1.136,274,2.078,294,1.66,300,3.905,312,4.407,361,1.01,362,0.583,371,2.619,384,0.504,394,1.343,398,2.437,402,2.685,414,1.01,416,2.993,426,1.744,430,1.072,433,0.911,435,2.499,447,1.996,475,1.399,480,2.444,482,2.613,486,3.421,499,2.884,502,1.865,511,2.117,521,2.619,527,3.481,552,1.464,555,2.117,556,1.715,580,1.42,587,3.568,597,2.828,601,2.201,605,1.534,608,0.774,611,1.464,612,1.17,613,2.603,650,2.985,670,4.128,684,2.206,686,3.298,699,2.908,700,1.56,701,2.784,704,1.715,705,2.869,711,1.583,721,2.685,733,3.719,742,1.153,761,2.567,781,2.444,782,4.459,785,2.828,788,2.499,802,2.619,829,3.56,842,3.177,899,2.499,906,2.828,920,1.337,922,2.34,927,4.547,942,2.925,969,2.007,1015,1.898,1026,2.925,1065,1.66,1124,1.279,1132,2.908,1134,2.444,1152,1.42,1157,2.437,1211,3.298,1231,3.086,1248,2.201,1249,2.201,1253,2.002,1262,2.619,1312,2.078,1313,2.444,1328,2.754,1364,3.864,1387,3.298,1419,3.248,1443,2.931,1553,2.201,1567,3.187,1599,1.803,1605,3.086,1712,3.086,1735,2.993,1776,2.391,1783,4.913,1809,1.966,1969,5.315,2150,3.187,2182,4.128,2184,3.905,2299,2.499,2332,3.416,2350,3.66,2427,3.421,2557,3.719,2784,3.298,2842,4.781,2883,6.566,2884,4.547,2885,7.949,2886,6.354,2887,7.136,2888,4.781,3335,4.407,3336,2.685,3774,6.212,3786,5.552,3915,5.857,3949,6.354,4032,3.56,4149,5.664,4171,3.421,4422,5.486,4834,3.905,4835,5.348,4836,5.348,4837,5.348,4838,7.108,4839,5.348,4840,5.829,4841,5.348,4842,4.781,4843,7.983,4844,4.781,4845,5.348,4846,5.348,4847,5.348,4848,5.348,4849,5.348,4850,5.348,4851,5.348,4852,5.348,4853,5.348,4854,5.348,4855,5.348,4856,5.348]],["file_terms//Anirvan-Showcase.html",[]],["root_relative_url//Opotowsky.html",[4857,6.54]],["high//Opotowsky.html",[3,0.454,4,0.212,23,0.228,34,0.038,217,0.338,228,0.605,2374,3.142,2801,3.488,2936,5.287,2937,5.287]],["medium//Opotowsky.html",[]],["content//Opotowsky.html",[0,0.284,1,0.288,3,0.65,4,0.296,6,0.963,10,0.18,11,1.557,14,0.062,15,1.441,18,0.177,19,1.052,21,1.226,30,1.083,34,0.054,38,0.646,39,0.789,55,1.69,57,1.037,58,0.508,69,1.037,71,0.763,74,1.122,75,2.101,80,1.516,96,0.527,97,1.354,99,1.485,102,1.007,103,0.817,104,1.462,110,2.037,115,1.944,116,1.281,117,1.219,121,1.172,126,1.219,131,1.314,138,0.055,142,1.178,144,1.207,145,2.141,147,0.935,148,1.183,160,0.504,165,0.527,179,0.777,182,0.566,183,1.782,192,0.868,193,0.992,194,1.037,197,0.673,212,0.745,215,0.842,217,0.411,218,1.166,228,0.735,236,2.961,240,2.037,241,2.069,245,0.949,247,0.992,256,2.431,257,0.908,261,1.583,263,1.485,269,1.256,280,1.778,294,1.583,298,2.329,326,3.368,341,3.545,360,2.103,364,2.497,365,1.874,391,1.275,414,0.963,420,1.42,425,0.454,427,1.608,433,1.172,446,3.722,447,1.149,453,2.772,454,1.909,478,1.557,483,3.261,504,3.038,511,2.018,531,2.772,552,1.396,556,1.635,565,2.625,566,2.382,567,2.018,604,2.833,605,1.462,620,2.279,658,1.778,673,2.279,683,2.141,684,1.583,688,2.772,697,2.382,698,3.144,706,1.635,711,1.509,716,0.935,719,3.455,738,3.371,751,1.874,758,0.711,760,2.497,770,2.057,777,1.314,799,2.853,801,2.438,839,2.134,848,1.635,854,2.005,874,2.279,878,3.012,940,3.292,947,2.098,965,2.382,973,2.141,991,3.144,1002,1.874,1014,2.625,1015,1.809,1026,2.098,1152,1.354,1155,2.941,1167,0.757,1201,3.144,1216,1.98,1232,1.608,1260,3.292,1276,2.696,1291,2.625,1299,2.279,1307,2.141,1309,1.69,1312,3.242,1331,4.985,1355,3.935,1376,4.787,1401,2.772,1404,2.772,1428,2.918,1599,1.718,1617,2.627,1626,3.038,1649,1.944,1652,2.577,1654,4.403,1663,2.696,1677,2.231,1738,3.261,1771,3.488,1809,2.531,1813,3.545,1814,3.722,1845,3.144,1867,1.778,1926,4.237,2153,3.722,2195,5.145,2232,3.935,2299,3.642,2315,5.026,2365,2.941,2374,3.817,2432,2.941,2438,3.394,2531,2.672,2584,2.231,2762,3.261,2801,5.284,2810,4.573,2822,4.201,2828,3.545,2890,2.853,2936,6.422,2937,7.399,3003,2.559,3015,4.201,3032,2.853,3077,3.394,3082,6.153,3193,4.201,3377,3.545,3539,3.722,3619,3.545,3629,3.261,3914,4.201,4085,4.201,4858,8.344,4859,9.836,4860,3.935,4861,5.098,4862,4.557,4863,5.098,4864,5.098,4865,5.098,4866,5.098,4867,6.883,4868,5.098,4869,5.098,4870,6.883,4871,3.261,4872,4.557,4873,5.098,4874,4.557,4875,4.201,4876,4.557,4877,4.201,4878,3.935,4879,3.935,4880,5.098,4881,5.098,4882,4.201,4883,6.015,4884,4.557,4885,5.098]],["file_terms//Opotowsky.html",[]],["root_relative_url//research.html",[4886,5.846]],["high//research.html",[0,0.195,3,0.248,17,0.09,23,0.125,29,0.529,34,0.037,52,0.537,69,0.713,93,1.072,138,0.028,160,0.227,171,0.851,182,0.289,183,0.802,185,1.055,192,0.597,201,1.182,205,0.467,216,1.144,219,1.072,363,1.182,599,1.677,608,0.382,614,0.89,707,1.338,727,1.718,839,0.96,840,1.416,868,0.864,999,2.439,1103,1.038,1325,1.535,1691,1.963,1875,2.89,1921,1.806,2212,2.707,2307,2.89,2374,1.718,3534,2.561,3764,2.89,4022,2.89,4887,3.508,4888,3.508,4889,3.508,4890,3.136,4891,3.136,4892,3.136]],["medium//research.html",[]],["content//research.html",[1,0.075,4,0.123,5,1.054,6,0.811,7,0.136,10,0.071,13,0.675,14,0.036,16,0.278,17,0.199,18,0.079,19,0.262,21,0.226,25,0.429,29,1.116,30,0.794,33,0.207,34,0.058,36,2.001,39,0.26,43,0.166,45,0.327,46,0.598,47,0.404,52,0.657,53,0.376,56,0.466,57,0.258,59,0.12,63,0.706,67,0.898,68,0.654,69,0.969,74,0.795,75,1.395,78,3.678,79,0.382,90,2.09,93,0.388,96,0.386,97,0.337,100,3.381,102,0.448,112,0.535,119,0.711,126,0.304,129,0.749,132,0.503,134,0.672,137,0.332,138,0.024,145,0.534,146,0.898,147,0.233,157,0.78,160,0.082,162,0.511,164,0.534,169,0.282,171,0.907,172,0.359,181,0.313,182,0.253,183,0.703,185,0.382,192,0.523,197,0.124,200,0.323,201,1.26,205,0.735,210,1.152,213,0.304,215,0.709,216,1.554,217,0.462,221,0.274,225,0.74,228,0.488,229,0.981,232,0.654,234,1.021,236,1.326,254,0.661,256,0.37,261,0.394,262,0.884,269,0.757,275,0.37,277,0.407,291,0.682,293,0.421,295,0.813,303,0.547,311,0.711,314,2.138,328,0.834,335,0.575,350,0.476,357,1.352,363,1.606,366,0.622,380,0.716,382,0.382,384,0.29,391,0.567,394,0.24,398,0.436,399,2.984,402,0.638,414,0.429,420,0.262,425,0.736,428,0.608,430,0.455,433,1.119,447,0.842,454,0.476,463,1.27,473,0.581,482,0.834,489,1.374,507,0.846,516,0.91,519,0.568,520,1.399,528,0.556,538,0.896,542,0.621,548,0.594,553,1.657,560,0.266,566,1.06,575,0.622,576,1.58,580,0.204,599,2.053,604,0.523,608,0.716,609,2.103,610,0.622,611,2.536,634,1.511,647,1.27,651,0.711,652,1.037,659,0.581,666,0.429,671,1.399,677,1.291,688,0.691,701,0.791,703,1.832,707,2.33,716,0.416,717,0.545,727,1.111,730,0.981,734,0.749,749,0.752,763,1.774,766,0.711,780,0.568,784,1.036,787,1.721,795,1.511,813,0.981,825,3.36,826,2.729,827,2.047,828,0.916,830,1.309,835,1.578,839,1.598,840,3.802,845,0.691,847,0.654,848,0.407,851,1.751,852,2.748,854,0.37,856,2.028,868,2.097,883,5.746,886,1.578,893,0.691,897,0.388,898,1.887,899,0.594,907,1.967,908,2.858,912,2.028,914,3.919,916,1.511,917,1.241,918,2.533,920,1.816,922,0.556,928,0.728,931,1.399,934,1.27,938,2.047,950,3.082,973,2.172,987,2.211,999,2.986,1008,0.23,1020,0.898,1025,4.572,1026,0.523,1030,1.671,1035,1.352,1041,1.714,1045,0.978,1047,3.641,1076,1.291,1083,0.733,1086,0.813,1102,1.352,1103,1.808,1124,0.304,1136,1.925,1138,0.769,1144,0.401,1157,1.472,1164,0.621,1177,0.672,1182,0.733,1200,2.855,1202,1.583,1208,0.359,1211,3.599,1212,1.671,1216,2.009,1227,0.348,1231,0.733,1242,2.858,1243,0.476,1246,0.91,1251,0.37,1257,1.774,1258,1.352,1268,2.047,1272,1.399,1276,1.626,1281,1.511,1305,1.047,1307,0.534,1322,0.981,1351,1.136,1384,2.812,1389,1.2,1393,1.583,1417,1.111,1427,0.928,1428,0.476,1439,0.733,1447,1.136,1450,2.392,1451,1.602,1467,3.189,1488,1.452,1494,1.199,1556,1.234,1563,0.428,1567,0.757,1577,1.607,1594,0.622,1609,0.981,1630,5.525,1644,2.227,1645,2.047,1647,4.958,1657,0.778,1669,1.399,1674,0.733,1677,0.556,1678,2.138,1691,2.092,1693,2.028,1712,2.156,1713,1.967,1745,1.111,1751,2.599,1762,0.545,1764,0.691,1765,5.61,1766,5.626,1783,0.672,1809,0.467,1812,0.846,1820,0.691,1826,0.981,1832,0.928,1833,1.751,1853,0.638,1855,1.047,1856,1.047,1857,1.047,1858,3.799,1867,0.443,1868,0.981,1871,0.981,1875,1.047,1876,3.135,1909,0.733,1911,3.367,1914,0.757,1920,0.981,1921,0.654,1933,1.87,1982,0.981,1983,1.047,1991,1.832,1998,1.352,2015,1.136,2028,0.784,2047,1.047,2050,1.136,2067,0.884,2072,2.245,2073,2.279,2139,5.58,2167,2.245,2193,0.784,2210,0.711,2212,3.314,2216,8.896,2228,2.028,2233,3.049,2236,0.981,2249,0.884,2258,2.334,2277,0.846,2278,1.751,2281,3.309,2299,1.06,2307,4.262,2344,0.981,2348,0.813,2349,1.136,2350,3.147,2352,0.711,2366,0.813,2374,1.506,2384,3.48,2385,0.981,2390,1.047,2406,2.245,2412,1.047,2413,0.981,2419,0.928,2431,3.641,2444,0.503,2446,0.691,2491,0.981,2531,2.383,2544,2.488,2547,1.047,2549,5.194,2552,1.657,2561,4.905,2592,2.028,2607,1.47,2610,1.967,2616,2.986,2636,3.538,2642,2.748,2674,2.156,2683,1.751,2685,3.679,2686,0.884,2692,1.047,2694,1.047,2704,0.846,2742,0.981,2759,5.226,2799,0.733,2801,1.234,2806,4.26,2810,0.608,2858,0.813,2880,1.309,2897,0.691,2910,3.314,2913,0.757,2925,5.5,2939,1.967,2954,0.884,2965,1.047,2966,1.234,2978,0.981,3004,0.981,3022,1.578,3032,0.711,3055,2.533,3078,1.047,3086,0.981,3097,2.647,3108,1.136,3124,0.981,3138,1.047,3224,1.751,3234,6.65,3252,3.733,3259,5.074,3309,0.928,3365,1.047,3404,2.373,3405,1.047,3406,1.047,3407,3.538,3408,6.614,3409,4.939,3410,3.538,3411,1.136,3423,2.748,3429,1.751,3444,2.748,3460,1.87,3465,3.838,3467,2.028,3472,1.136,3480,2.028,3534,2.729,3543,2.729,3556,0.981,3558,2.028,3566,1.657,3569,1.047,3589,1.136,3594,1.136,3620,2.028,3621,0.928,3641,0.813,3642,0.813,3690,1.136,3742,1.047,3761,0.981,3764,1.047,3778,0.981,3790,1.047,3906,1.87,4022,1.047,4059,0.928,4073,6.525,4141,0.884,4145,0.981,4292,3.838,4308,0.981,4384,1.87,4392,2.373,4410,0.928,4429,1.136,4435,0.928,4443,2.305,4491,5.462,4540,3.341,4577,2.028,4580,4.26,4581,4.623,4620,1.136,4637,1.047,4661,4.504,4688,1.87,4717,1.136,4725,1.047,4737,1.657,4769,2.028,4812,1.136,4832,1.136,4860,2.885,4878,0.981,4879,0.981,4890,2.028,4891,2.028,4892,1.136,4893,7.75,4894,6.11,4895,1.271,4896,1.271,4897,8.809,4898,9.855,4899,4.623,4900,1.271,4901,1.271,4902,2.269,4903,4.766,4904,5.172,4905,1.271,4906,1.271,4907,2.269,4908,2.269,4909,2.269,4910,2.269,4911,2.269,4912,2.269,4913,2.269,4914,2.269,4915,1.87,4916,1.271,4917,4.939,4918,1.047,4919,1.271,4920,2.269,4921,3.838,4922,1.271,4923,1.271,4924,8.372,4925,4.293,4926,2.269,4927,1.047,4928,2.269,4929,3.074,4930,6.355,4931,2.269,4932,1.271,4933,1.271,4934,1.271,4935,5.526,4936,5.526,4937,5.711,4938,2.885,4939,1.271,4940,1.271,4941,3.074,4942,2.028,4943,1.271,4944,1.271,4945,3.738,4946,2.028,4947,1.271,4948,1.271,4949,1.271,4950,5.172,4951,3.838,4952,4.293,4953,1.271,4954,1.271,4955,1.136,4956,2.269,4957,3.074,4958,1.271,4959,1.271,4960,3.074,4961,3.738,4962,2.269,4963,1.271,4964,1.271,4965,6.574,4966,1.271,4967,1.271,4968,4.766,4969,4.766,4970,1.271,4971,3.738,4972,8.189,4973,8.031,4974,3.738,4975,3.738,4976,1.271,4977,1.271,4978,5.836,4979,1.271,4980,3.738,4981,3.341,4982,2.028,4983,1.271,4984,2.269,4985,2.028,4986,1.271,4987,6.771,4988,4.766,4989,4.766,4990,2.373,4991,1.271,4992,1.136,4993,1.271,4994,1.271,4995,1.271,4996,1.271,4997,1.271,4998,1.271,4999,1.271,5000,1.271,5001,1.271,5002,1.271,5003,1.136,5004,1.271,5005,1.271,5006,2.269,5007,3.738,5008,2.269,5009,1.271,5010,1.271,5011,1.271,5012,1.271,5013,1.271,5014,1.271,5015,1.271,5016,5.526,5017,1.271,5018,1.271,5019,1.271,5020,1.271,5021,1.271,5022,1.271,5023,1.271,5024,1.271,5025,1.271,5026,2.269,5027,2.269,5028,2.269,5029,3.074,5030,1.271,5031,2.748,5032,1.271,5033,1.271,5034,1.271,5035,1.136,5036,1.136,5037,4.766,5038,2.269,5039,1.271,5040,2.269,5041,2.269,5042,2.028,5043,2.269,5044,4.293,5045,4.293,5046,2.269,5047,4.293,5048,2.269,5049,2.269,5050,1.271,5051,1.271,5052,1.271,5053,1.271,5054,3.738,5055,2.269,5056,1.047,5057,1.271,5058,2.269,5059,2.269,5060,2.269,5061,1.271,5062,1.271,5063,1.271,5064,1.271,5065,1.271,5066,1.271,5067,1.271,5068,1.271,5069,1.271,5070,1.271,5071,3.074,5072,1.271,5073,1.271,5074,2.269,5075,2.269,5076,2.269,5077,3.074,5078,3.074,5079,1.271,5080,1.271,5081,1.271,5082,1.271,5083,2.269,5084,1.271,5085,1.271,5086,1.271,5087,1.271,5088,1.271,5089,1.271,5090,1.271,5091,1.271,5092,1.271,5093,1.271,5094,1.271,5095,3.08,5096,1.271,5097,6.11,5098,6.574,5099,4.809,5100,1.271,5101,1.271,5102,1.271,5103,1.271,5104,7.85,5105,1.271,5106,1.271,5107,1.87,5108,2.269,5109,2.269,5110,2.269,5111,2.748,5112,2.748,5113,2.269,5114,1.271,5115,1.271,5116,1.271,5117,1.271,5118,1.271,5119,1.271,5120,2.269,5121,3.074,5122,1.271,5123,2.269,5124,1.271,5125,1.271,5126,1.271,5127,4.26,5128,1.271,5129,2.269,5130,1.271,5131,1.271,5132,1.271,5133,1.271,5134,1.271,5135,1.271,5136,1.271,5137,1.271,5138,1.271,5139,1.271,5140,1.271,5141,1.271,5142,2.028,5143,2.748,5144,2.269,5145,2.269,5146,1.136,5147,1.271,5148,1.271,5149,2.269,5150,4.26,5151,1.271,5152,2.748,5153,1.271,5154,1.271,5155,1.271,5156,1.136,5157,1.271,5158,1.271,5159,1.271,5160,1.271,5161,1.271,5162,2.269,5163,1.047,5164,1.136,5165,1.271,5166,1.271,5167,1.271,5168,2.269,5169,1.271,5170,1.271,5171,3.314,5172,4.293,5173,1.271,5174,1.271,5175,1.271,5176,1.271,5177,1.271,5178,1.271,5179,2.269,5180,4.623,5181,1.271,5182,1.271,5183,1.271,5184,1.271,5185,4.293,5186,1.136,5187,2.269,5188,1.271,5189,1.271,5190,1.271,5191,1.271,5192,1.271,5193,1.271,5194,1.87,5195,1.271,5196,4.766,5197,3.074,5198,1.271,5199,1.271,5200,1.271,5201,1.271,5202,1.271,5203,2.269,5204,1.136,5205,2.269,5206,2.269,5207,1.271,5208,2.269,5209,2.269,5210,1.271,5211,2.269,5212,1.271,5213,1.271,5214,1.271,5215,1.271,5216,1.271,5217,1.271,5218,1.271,5219,1.271,5220,1.271,5221,1.271,5222,1.271,5223,1.271,5224,1.271,5225,1.271,5226,5.526,5227,6.771,5228,6.771,5229,1.271,5230,1.271,5231,1.271,5232,1.271,5233,2.269,5234,1.271,5235,1.271,5236,1.271,5237,1.136,5238,1.271,5239,1.271,5240,1.271,5241,5.172,5242,4.766,5243,1.271,5244,1.271,5245,1.136,5246,1.271,5247,1.271,5248,2.269,5249,2.269,5250,2.269,5251,2.269,5252,3.074,5253,2.028,5254,1.271,5255,2.269,5256,2.269,5257,2.269,5258,2.269,5259,1.271,5260,1.271,5261,2.269,5262,1.271,5263,1.271,5264,1.271,5265,1.271,5266,1.271,5267,3.074,5268,3.074,5269,3.074,5270,2.269,5271,2.269,5272,1.136,5273,1.271,5274,1.271,5275,2.269,5276,2.269,5277,1.271,5278,2.269,5279,2.269,5280,2.269,5281,2.269,5282,2.269,5283,2.269,5284,2.269,5285,1.271,5286,2.269,5287,1.271,5288,1.271,5289,2.269,5290,2.269,5291,2.269,5292,2.269,5293,1.271,5294,1.271,5295,1.271,5296,1.271,5297,1.271,5298,1.271,5299,1.047,5300,1.271,5301,1.271,5302,1.751,5303,1.271,5304,1.271,5305,1.271,5306,1.271,5307,1.271,5308,1.271,5309,2.269,5310,1.271,5311,1.271,5312,1.271,5313,2.028,5314,1.271,5315,1.271,5316,1.271,5317,1.271,5318,1.271,5319,1.271,5320,1.271,5321,1.271,5322,1.271,5323,1.271,5324,1.271,5325,1.271,5326,1.271,5327,1.271,5328,3.074,5329,3.074,5330,3.074,5331,1.271,5332,1.271,5333,1.271,5334,1.271,5335,1.271,5336,1.271,5337,1.271,5338,1.271,5339,1.271,5340,1.271,5341,1.271,5342,1.271,5343,1.271,5344,1.271,5345,1.136,5346,1.271,5347,1.271,5348,1.271,5349,1.271,5350,1.271,5351,1.271,5352,1.271,5353,1.271,5354,1.271,5355,1.271,5356,1.271,5357,1.271,5358,1.271,5359,1.271,5360,1.271,5361,1.271,5362,1.271,5363,1.271,5364,1.271,5365,1.271,5366,1.271,5367,1.271,5368,1.271,5369,1.271,5370,1.271,5371,1.271,5372,1.271,5373,1.271,5374,1.271,5375,1.271,5376,1.136,5377,1.136,5378,1.271,5379,1.271,5380,1.271,5381,1.271,5382,1.271,5383,1.271,5384,1.271,5385,1.271,5386,1.271,5387,1.047,5388,0.884,5389,1.271,5390,1.271,5391,1.271,5392,1.271,5393,1.271,5394,1.271,5395,1.271,5396,1.047,5397,1.271,5398,1.271,5399,1.271,5400,1.271,5401,1.136,5402,1.047,5403,1.271,5404,1.047,5405,1.136,5406,1.271,5407,1.271,5408,3.074,5409,1.271,5410,1.271,5411,1.047,5412,1.271,5413,1.271,5414,1.271,5415,1.271,5416,1.271,5417,1.271,5418,2.269,5419,1.271,5420,1.271,5421,1.271,5422,1.271,5423,1.271,5424,1.271,5425,1.271,5426,1.271,5427,1.271,5428,0.981,5429,1.136,5430,1.271,5431,1.271,5432,1.271,5433,1.271,5434,1.271,5435,1.271,5436,1.136]],["file_terms//research.html",[]],["root_relative_url//Science-Gateway.html",[234,0.824,5437,5.462]],["high//Science-Gateway.html",[3,0.445,23,0.223,34,0.037,275,1.83,552,1.72,580,1.007,654,1.375,1414,3.077,5438,6.282,5439,5.616,5440,5.616]],["medium//Science-Gateway.html",[]],["content//Science-Gateway.html",[1,0.312,4,0.292,7,0.228,10,0.129,12,1.429,14,0.039,18,0.301,19,0.782,25,1.54,29,0.572,33,0.617,34,0.054,38,0.414,39,0.435,40,1.087,42,1.529,43,0.496,44,0.655,45,2.173,46,0.738,47,1.302,56,0.473,58,0.556,59,0.735,67,2.624,68,1.952,74,0.804,78,2.926,79,1.679,83,0.854,87,1.56,96,0.577,100,1.3,104,2.097,105,2.017,107,1.446,110,1.652,112,1.079,116,0.706,119,2.122,121,0.645,123,1.903,126,0.906,129,1.328,130,1.592,131,0.977,136,0.984,138,0.067,142,0.755,144,1.163,145,3.424,148,1.296,154,1.762,155,0.685,160,0.473,162,1.258,163,0.449,164,1.592,166,0.469,179,0.777,182,0.312,183,0.867,187,1.657,188,0.842,193,0.738,205,1.085,210,0.748,215,1.095,217,0.411,225,1.236,228,0.625,234,1.445,238,1.659,245,0.706,247,1.29,251,2.187,252,1.446,254,1.931,259,1.903,260,2.524,266,1.216,267,2.09,271,1.375,274,1.473,275,1.931,277,1.216,279,2.169,280,1.948,283,1.952,285,2.259,290,1.952,291,1.14,293,1.257,294,2.058,298,1.732,301,2.636,307,2.122,308,1.196,310,1.851,316,1.087,324,3.71,326,2.951,327,1.592,330,0.806,340,1.625,343,2.425,345,0.706,348,1.446,350,2.09,352,1.07,356,1.446,358,1.732,360,1.158,361,0.716,362,0.413,363,1.278,367,1.903,372,2.609,376,0.893,379,1.592,381,1.53,384,0.357,392,1.501,398,1.3,402,1.903,408,0.867,412,1.177,414,0.716,415,0.88,416,2.122,422,1.577,423,1.625,425,0.338,427,2.459,430,0.76,433,0.951,444,3.717,447,1.494,450,1.473,453,2.061,461,1.216,469,2.005,473,1.732,475,0.992,478,1.158,482,1.394,494,0.992,510,2.381,511,1.501,521,1.857,527,1.857,529,1.158,531,3.036,537,1.732,542,1.038,551,4.987,552,2.494,560,0.794,573,0.977,580,1.063,587,1.903,601,1.56,605,1.901,608,0.722,611,1.815,612,0.83,613,2.384,617,3.124,626,2.926,632,1.054,641,1.857,643,1.732,646,2.768,647,2.122,648,2.187,654,1.6,658,1.948,663,1.771,667,3.327,673,1.695,676,1.196,681,1.903,682,2.187,683,2.344,684,1.733,691,1.857,692,2.926,694,2.187,700,0.695,706,1.791,711,1.652,712,2.005,713,1.813,718,1.394,720,2.926,745,2.425,752,2.122,770,1.53,777,0.977,784,1.278,785,2.005,788,1.771,820,1.007,825,2.005,830,2.187,839,1.038,842,1.695,843,3.124,847,1.952,848,1.791,870,1.952,909,4.241,910,4.61,917,1.53,922,1.659,928,1.216,945,2.636,965,1.771,969,2.065,976,2.352,982,1.857,996,1.903,1008,0.685,1014,1.952,1022,2.926,1023,3.389,1034,2.393,1042,1.56,1065,1.177,1102,3.327,1103,2.307,1107,1.296,1108,1.506,1134,1.732,1147,2.187,1151,1.601,1152,1.76,1164,1.529,1176,1.419,1212,3.036,1232,1.196,1243,1.419,1245,2.768,1251,1.104,1264,2.005,1272,2.338,1281,5.19,1312,1.473,1344,2.425,1360,2.187,1369,2.259,1381,1.3,1392,2.425,1399,1.813,1411,1.857,1443,1.196,1499,2.425,1537,2.338,1550,2.636,1551,1.857,1558,2.953,1567,2.259,1586,1.53,1587,2.005,1589,4.31,1611,1.903,1621,1.952,1638,1.659,1649,2.129,1659,2.061,1660,2.425,1684,2.187,1689,1.813,1703,2.005,1743,2.338,1751,2.636,1764,2.061,1769,2.298,1776,1.695,1805,4.077,1822,2.425,1841,3.124,1882,3.389,1927,2.061,1966,2.926,1971,1.732,1992,2.768,1993,2.524,1996,2.259,1997,2.926,2008,2.768,2154,2.425,2155,1.592,2168,2.926,2181,2.187,2192,3.389,2210,2.122,2262,1.903,2268,2.061,2274,1.771,2277,3.717,2332,3.181,2350,1.952,2365,2.187,2386,3.125,2391,2.187,2432,2.187,2650,2.636,2731,2.425,2809,2.259,2820,2.926,2836,2.524,2848,4.991,2872,4.312,2878,2.636,2954,3.883,3006,3.222,3032,2.122,3316,2.425,3336,1.903,3414,2.636,3434,4.31,3546,2.768,3614,2.524,3662,2.926,3670,2.259,3807,3.124,3836,2.926,3840,2.768,3897,2.768,4007,3.124,4032,2.524,4052,5.925,4141,2.636,4171,2.425,4296,3.124,4314,3.389,4445,2.636,4525,5.925,4630,3.389,4657,3.124,4679,3.124,4772,4.31,4800,3.389,4816,2.926,4860,2.926,4875,3.124,4882,3.124,4915,6.026,5056,3.124,5156,3.389,5163,4.601,5299,4.601,5302,2.926,5404,3.124,5439,8.457,5440,5.925,5441,7.67,5442,4.991,5443,7.313,5444,7.313,5445,3.791,5446,7.313,5447,3.791,5448,3.389,5449,5.584,5450,3.389,5451,3.791,5452,3.389,5453,3.791,5454,3.791,5455,3.791,5456,3.791,5457,3.791,5458,8.154,5459,4.601,5460,8.981,5461,3.389,5462,3.389,5463,3.791,5464,3.791,5465,3.791,5466,3.791,5467,3.791,5468,3.791,5469,3.791,5470,5.584,5471,3.389,5472,3.124,5473,3.389,5474,3.791,5475,3.791,5476,3.389,5477,2.926,5478,4.077,5479,3.791,5480,3.791,5481,3.791,5482,3.791,5483,5.584,5484,4.601,5485,3.791,5486,3.791,5487,3.791,5488,3.791,5489,3.791,5490,3.791,5491,3.791,5492,3.791,5493,3.791,5494,3.791,5495,3.791,5496,3.791,5497,3.791,5498,3.791,5499,3.791,5500,3.791,5501,3.791,5502,3.791,5503,3.389,5504,3.791,5505,3.791,5506,3.791]],["file_terms//Science-Gateway.html",[]],["root_relative_url//icon_credits.html",[5507,6.54]],["high//icon_credits.html",[3,0.521,23,0.262,587,3.692,1800,5.114]],["medium//icon_credits.html",[]],["content//icon_credits.html",[17,0.19,25,1.932,34,0.044,50,1.697,63,1.4,90,2.622,129,1.485,138,0.069,153,3.721,175,1.773,200,1.882,211,1.421,384,0.822,654,1.622,976,2.631,1041,2.457,1047,4.417,1281,4.935,1320,5.155,1800,6.066,2788,6.626,2862,4.935,3252,4.742,3297,4.417,3539,5.412,3772,4.935,5508,10.227,5509,7.413,5510,7.413,5511,7.413,5512,7.413,5513,7.413,5514,6.626,5515,7.413,5516,7.413,5517,7.413,5518,7.413,5519,7.413]],["file_terms//icon_credits.html",[]],["root_relative_url//hannah.html",[5520,6.54]],["high//hannah.html",[3,0.419,23,0.21,160,0.382,478,1.806,485,1.294,542,1.619,552,1.619,922,2.587,2881,5.053,2920,4.112,2921,4.564,2922,3.783,4077,3.937]],["medium//hannah.html",[]],["content//hannah.html",[1,0.309,3,0.192,4,0.264,10,0.063,11,1.645,14,0.059,16,0.946,17,0.111,24,1.32,25,1.16,30,0.577,33,0.442,34,0.044,38,0.32,42,0.743,44,0.469,46,0.841,47,0.77,48,1.711,51,1.508,53,0.803,55,1.785,56,0.765,69,0.552,71,0.597,72,0.998,74,0.391,75,0.732,77,1.164,79,1.299,80,0.841,83,1.214,87,1.117,89,0.689,91,1.566,94,0.857,96,0.828,99,0.791,100,0.931,102,1.063,103,1.284,104,0.779,106,0.622,107,1.648,108,2.065,112,0.765,113,1.922,116,0.805,117,0.649,121,0.736,124,1.058,126,1.288,128,1.33,129,0.544,136,0.642,138,0.043,139,0.521,141,2.216,142,0.906,144,1.252,148,1.25,154,1.364,160,0.605,163,0.578,164,1.14,165,0.451,179,0.835,182,0.223,194,0.552,197,0.266,217,0.354,221,0.585,225,1.409,228,0.508,232,1.398,234,1.419,240,0.803,241,1.299,242,3.006,245,0.805,247,1.389,249,1.269,251,1.566,253,1.534,256,0.791,257,1.492,261,0.843,263,1.259,266,1.386,269,1.512,271,0.669,275,0.791,276,1.815,277,0.871,279,1.055,285,3.209,286,3.445,293,2.482,302,1.618,303,0.618,307,2.419,309,2.308,310,1.785,316,1.761,324,1.519,327,1.815,329,1.298,345,1.248,351,2.878,356,2.856,361,1.16,362,0.73,363,1.815,369,2.237,372,1.269,376,0.64,382,1.846,384,0.407,392,1.075,398,2.298,402,1.363,407,3.082,408,0.621,412,2.602,415,1.003,420,0.56,422,1.521,427,1.699,428,1.298,430,1.079,433,0.462,438,1.131,447,1.384,449,1.214,450,1.055,451,1.214,454,1.618,455,1.789,461,1.386,471,2.237,475,0.71,478,1.32,480,1.241,485,0.594,486,1.737,487,0.998,488,1.055,494,1.131,495,1.433,499,0.981,507,1.808,508,1.398,510,2.181,512,1.398,514,3.422,520,1.674,521,2.117,524,1.674,525,1.409,528,1.891,529,0.829,531,1.476,538,0.791,542,2.43,545,1.98,546,2.407,548,2.02,549,1.436,551,1.737,552,1.474,561,2.427,563,1.674,564,1.888,566,2.516,573,0.7,591,2.575,599,1.298,604,1.779,605,2.148,607,1.241,608,0.296,614,1.097,615,2.575,616,1.519,619,2.237,632,1.202,637,4.662,651,1.519,653,1.398,658,1.878,659,1.975,667,2.575,669,2.216,672,1.32,673,1.214,675,2.237,681,1.363,684,1.672,691,1.33,695,2.308,697,2.02,706,0.871,707,1.035,713,2.067,718,1.98,734,1.079,735,1.363,738,1.33,742,0.932,743,2.35,745,1.737,748,1.519,751,1.589,756,1.846,757,0.829,758,0.603,760,3.007,761,1.945,762,1.868,763,1.566,766,1.519,776,3.996,777,1.114,778,2.096,779,2.494,780,2.407,781,3.66,782,1.33,802,1.33,805,5.059,820,0.721,836,2.117,839,1.955,842,1.214,871,1.674,878,1.188,884,1.164,890,1.618,892,1.117,897,2.375,924,1.737,933,0.649,941,1.737,945,3.006,947,1.117,952,1.363,960,1.566,972,1.618,976,2.914,980,1.98,985,1.737,987,2.226,994,3.745,995,2.237,1000,1.945,1002,0.998,1014,1.398,1019,1.975,1033,2.703,1034,1.164,1037,3.745,1063,1.117,1108,0.732,1113,1.888,1114,0.594,1127,2.02,1133,0.779,1136,3.162,1137,3.441,1142,1.618,1145,1.214,1154,0.603,1164,0.743,1166,1.298,1178,2.35,1183,1.888,1204,1.398,1208,0.767,1213,1.519,1235,1.035,1236,2.665,1242,1.33,1243,1.016,1248,1.779,1251,0.791,1252,3.644,1253,1.016,1263,1.888,1274,2.286,1291,2.226,1293,1.436,1294,1.363,1297,2.35,1299,2.744,1302,1.566,1309,0.9,1312,2.385,1315,1.214,1327,1.808,1328,1.398,1331,2.765,1332,3.562,1333,1.891,1338,2.237,1350,1.476,1352,3.864,1360,4.922,1364,2.928,1373,1.888,1377,2.237,1382,1.298,1388,2.878,1400,1.363,1402,2.878,1414,2.637,1415,2.082,1419,3.063,1443,1.699,1445,1.932,1467,1.674,1539,1.618,1551,1.33,1567,1.618,1577,1.016,1611,2.703,1612,1.269,1613,2.117,1625,1.727,1626,1.618,1631,2.096,1635,2.237,1640,5.063,1649,3.478,1652,1.016,1654,2.765,1661,1.737,1665,2.878,1677,1.891,1689,2.067,1690,2.427,1712,1.566,1736,1.298,1737,3.542,1745,2.117,1769,1.117,1773,1.164,1776,1.214,1790,2.427,1814,3.156,1849,3.776,1862,1.269,1867,0.947,1879,3.107,1908,1.436,1918,1.566,1921,2.226,1924,1.618,1925,3.864,1943,4.739,1955,1.982,1956,1.808,1958,1.436,1966,2.096,1970,1.737,1992,1.982,1993,1.808,1994,4.437,1995,2.237,1997,3.336,1999,2.765,2008,3.156,2028,2.665,2149,2.286,2159,1.33,2162,2.096,2173,1.075,2183,1.618,2189,2.286,2191,2.237,2202,2.427,2210,1.519,2224,5.884,2227,1.096,2232,5.174,2247,1.737,2257,1.33,2258,2.117,2270,1.436,2275,1.737,2283,2.096,2306,1.618,2324,2.878,2353,2.878,2363,1.519,2377,2.096,2411,3.156,2427,2.765,2437,4.662,2438,1.808,2439,1.618,2440,1.674,2442,3.107,2444,1.711,2455,2.096,2482,2.237,2489,1.808,2521,1.398,2584,1.188,2625,2.096,2630,1.808,2637,3.006,2638,1.436,2640,3.864,2672,3.014,2711,1.674,2712,2.096,2770,2.427,2781,3.014,2790,4.437,2815,3.445,2834,1.566,2862,2.878,2881,5.175,2904,3.336,2921,4.156,2955,2.096,3003,1.363,3050,2.237,3059,1.982,3107,2.237,3133,3.932,3174,2.427,3180,5.488,3192,2.237,3292,1.674,3316,1.737,3341,2.096,3376,3.864,3398,2.096,3413,3.336,3430,2.096,3434,2.096,3436,2.096,3582,2.096,3629,1.737,3631,1.888,3758,1.674,3932,1.737,3965,1.888,3999,2.237,4023,2.237,4032,2.878,4033,2.427,4043,3.864,4075,2.427,4082,5.059,4085,2.237,4277,2.237,4305,3.562,4335,2.237,4338,2.237,4384,2.237,4435,1.982,4515,3.864,4533,2.427,4542,2.096,4543,2.237,4549,2.237,4627,2.427,4638,2.237,4667,2.427,4722,4.156,4780,2.765,4871,1.737,4877,4.437,4882,2.237,4937,2.096,5031,2.427,5164,2.427,5376,2.427,5478,5.676,5521,2.715,5522,7.161,5523,2.427,5524,2.715,5525,2.715,5526,2.715,5527,2.715,5528,2.715,5529,2.715,5530,5.385,5531,5.385,5532,2.427,5533,2.715,5534,2.715,5535,2.715,5536,2.715,5537,2.715,5538,2.715,5539,2.427,5540,2.715,5541,2.715,5542,2.715,5543,4.814,5544,2.427,5545,2.715,5546,4.322,5547,2.427,5548,2.427,5549,2.715,5550,2.715,5551,2.715,5552,2.237,5553,6.139,5554,2.715,5555,2.715,5556,5.385,5557,2.715,5558,2.715,5559,2.715,5560,2.427,5561,2.715,5562,2.715,5563,2.427,5564,3.864,5565,2.715,5566,2.715,5567,2.096,5568,2.715,5569,2.715,5570,2.715,5571,1.982,5572,2.715,5573,2.715,5574,2.715,5575,2.715,5576,3.864,5577,2.715,5578,8.01,5579,1.982,5580,3.562,5581,3.864,5582,2.715,5583,2.715,5584,2.715,5585,2.715,5586,2.715,5587,4.322,5588,2.715,5589,2.715,5590,2.715,5591,2.715,5592,3.336,5593,2.715,5594,2.715,5595,2.715,5596,2.715,5597,2.427,5598,2.715,5599,2.715,5600,2.715,5601,2.715,5602,5.385,5603,2.715,5604,6.139,5605,2.715,5606,5.385,5607,5.488,5608,2.715,5609,2.715,5610,4.322,5611,2.715,5612,2.427,5613,2.715,5614,2.715,5615,2.715,5616,2.715,5617,2.715,5618,2.715,5619,3.864,5620,3.562,5621,2.715,5622,2.715,5623,2.715,5624,2.715,5625,2.715,5626,2.715,5627,2.715,5628,2.715,5629,2.715,5630,2.715,5631,2.715,5632,2.715,5633,2.715,5634,2.427,5635,2.715,5636,2.715,5637,3.864,5638,3.864,5639,2.715,5640,2.715,5641,2.715,5642,4.322,5643,2.237]],["file_terms//hannah.html",[]],["root_relative_url//tribalcollege.html",[5644,6.54]],["high//tribalcollege.html",[3,0.552,23,0.182,34,0.03,82,1.169,144,0.897,232,3.551,508,2.632,542,1.4,871,3.152,931,1.914,974,1.723,1005,2.504,1253,1.914,1313,2.336,1762,2.191,2543,3.732,2553,4.212,2554,4.212,2555,3.945]],["medium//tribalcollege.html",[]],["content//tribalcollege.html",[1,0.294,3,0.542,4,0.222,14,0.034,17,0.197,18,0.171,24,1.507,33,0.803,34,0.054,35,0.918,36,1.691,38,0.638,39,0.879,40,1.415,43,0.881,44,0.853,45,1.271,47,0.878,51,1.721,52,0.755,55,1.635,56,0.839,58,0.492,59,0.873,67,2.665,71,0.746,74,1.103,82,1.54,84,1.31,99,1.437,103,1.079,106,0.71,110,1.46,112,0.839,135,2.54,137,0.721,138,0.061,144,1.181,160,0.435,163,0.334,169,1.096,187,1.683,197,0.483,198,1.608,205,0.656,215,0.815,217,0.355,228,0.465,232,4.771,234,1.156,243,2.609,245,0.918,256,1.437,271,1.215,277,2.159,280,2.348,282,2.159,293,1.635,294,2.379,307,3.767,310,1.635,311,2.761,329,3.937,345,0.918,348,1.881,354,1.847,356,1.881,362,0.835,363,1.663,364,2.416,365,1.814,367,2.476,380,2.124,381,1.991,384,0.465,391,1.234,394,0.932,399,3.884,413,2.846,415,1.145,426,1.608,428,2.359,430,0.988,433,0.84,445,1.663,472,4.41,493,2.54,502,1.721,510,2.056,521,2.416,525,2.684,529,1.507,531,2.682,535,1.916,538,2.232,542,2.098,543,4.749,546,2.205,552,2.602,554,1.847,591,2.939,608,0.537,609,2.416,613,1.608,620,3.425,643,2.254,648,2.846,650,2.583,658,1.721,677,2.071,680,1.437,694,2.846,716,0.905,732,2.761,736,4.065,758,0.688,761,1.782,762,1.29,777,1.271,781,3.501,788,2.305,796,3.219,810,2.205,839,1.843,867,3.042,868,1.215,888,3.297,890,4.011,897,1.507,917,1.991,922,2.159,931,1.847,933,1.18,960,3.884,976,1.751,1003,3.431,1005,4.22,1019,3.076,1030,3.009,1145,2.205,1153,2.54,1167,1,1190,2.846,1217,4.968,1235,1.881,1246,1.992,1252,4.475,1253,1.847,1268,3.284,1274,2.609,1304,3.807,1309,1.635,1313,4.063,1315,3.009,1325,2.945,1350,2.682,1364,3.66,1414,4.032,1441,3.602,1443,2.124,1577,1.847,1610,2.609,1626,2.939,1638,2.159,1643,3.042,1646,4.41,1649,1.881,1652,2.52,1677,2.159,1741,2.359,1762,2.885,1763,2.761,1765,2.846,1766,3.884,1773,2.885,1816,3.284,1830,2.682,1858,2.359,1862,2.305,1867,1.721,1918,2.846,1952,3.284,1962,4.065,1965,3.807,1993,3.284,2159,3.297,2180,3.431,2217,2.416,2362,2.54,2440,3.042,2543,5.595,2553,6.783,2554,6.783,2555,3.807,2626,3.284,2627,3.284,2651,3.156,2657,4.41,2737,3.042,2859,4.905,2897,2.682,2954,3.431,3185,4.065,3489,3.602,3572,3.807,3670,2.939,3832,3.602,3894,4.41,3937,3.431,3969,4.41,4095,4.065,4483,4.065,4685,3.284,4700,4.41,4805,4.41,4871,3.156,5003,4.41,5302,3.807,5473,4.41,5597,4.41,5645,6.731,5646,4.933,5647,4.933,5648,9.264,5649,9.101,5650,4.933,5651,7.662,5652,4.933,5653,4.933,5654,3.602,5655,4.933,5656,4.933,5657,4.933,5658,4.933,5659,4.933,5660,4.933,5661,4.933,5662,4.933,5663,4.933,5664,4.933,5665,4.933,5666,4.933,5667,8.232,5668,4.933,5669,4.933,5670,4.41,5671,4.933,5672,6.731,5673,6.731,5674,4.41,5675,8.616,5676,4.933,5677,4.933,5678,4.933,5679,6.731,5680,4.933,5681,4.065,5682,4.933]],["file_terms//tribalcollege.html",[]],["root_relative_url//uw-research-computing/file-avail-largedata.html",[0,0.203,1,0.121,137,0.534,2714,2.821,5683,3.655]],["high//uw-research-computing/file-avail-largedata.html",[3,0.161,4,0.229,6,0.429,7,0.418,12,0.489,13,0.53,14,0.048,15,0.475,16,0.818,17,0.186,18,0.079,19,0.468,20,0.527,21,0.404,22,0.752,23,0.081,24,1.688,29,0.564,32,0.752,38,0.168,39,0.701,59,0.449,60,0.455,63,0.429,139,0.435,143,1.036,165,0.143,166,0.19,175,0.542,177,0.661,188,0.504,189,0.716,236,1.691,335,0.274,384,0.214,408,0.519,430,0.455,494,0.593,576,0.693,666,0.429,1020,0.898,1041,1.579,1045,0.593,1127,1.746,1307,0.952,1437,0.805,1757,0.916,2173,0.898,2274,1.06,2350,1.924,2487,2.391]],["medium//uw-research-computing/file-avail-largedata.html",[4,0.049,7,0.38,10,0.035,14,0.024,17,0.067,24,2.719,32,0.496,39,0.548,41,1.092,44,0.259,52,0.644,56,0.187,58,0.261,59,0.141,60,1.136,63,0.495,66,0.495,89,0.38,112,0.327,113,0.752,138,0.073,160,0.34,166,0.353,182,0.123,188,0.332,189,0.916,190,0.788,249,0.353,273,0.318,430,0.525,742,0.323,758,0.209,761,0.54,762,0.391,933,0.837,1044,0.488,1052,2.338,1059,1.466,1063,0.616,1066,0.716,1067,0.699,1069,1.225,1071,0.472,1091,0.591,1107,0.609,1108,0.707,1124,0.358,1158,0.996,1164,0.958,1189,0.855,1381,0.513,1437,0.531,1485,2.024,1494,0.841,1500,1.757,1579,0.957,1608,0.751,1757,0.604,2325,0.813,2481,0.892,3256,2.556,3770,1.915,3787,1.092,3978,2.161,3980,3.129,3981,1.233,4327,2.024,4331,1.915,4355,5.068,5684,5.068,5685,2.884,5686,1.338,5687,1.338,5688,1.496,5689,1.496,5690,2.344,5691,1.496,5692,1.338,5693,2.622,5694,2.622,5695,2.622,5696,2.622,5697,2.622,5698,2.622,5699,2.622,5700,3.5,5701,1.496,5702,3.5,5703,1.496,5704,1.496,5705,1.496,5706,1.338,5707,1.338,5708,1.233,5709,1.155,5710,2.622]],["content//uw-research-computing/file-avail-largedata.html",[0,0.261,1,0.155,3,0.662,4,0.328,5,1.035,6,1.714,7,0.615,10,0.212,13,0.817,14,0.07,16,0.66,17,0.254,18,0.2,21,0.537,24,2.858,26,2.203,29,0.708,32,2.338,33,0.764,34,0.046,35,0.562,38,0.553,39,1.121,40,0.865,42,0.826,44,1.347,46,0.587,48,2.283,50,1.517,52,1.297,53,0.893,56,0.719,57,1.781,58,0.575,59,0.781,60,1.963,61,2.146,63,1.565,64,0.984,65,1.58,66,0.57,71,0.521,72,1.109,86,1.896,89,1.192,94,1.482,95,1.32,96,0.485,99,0.879,102,0.596,103,1.197,106,0.434,110,1.39,112,0.586,113,0.865,121,0.982,125,4.211,126,0.722,131,0.778,136,0.448,137,1.179,138,0.072,139,0.578,143,1.379,146,1.195,147,0.553,148,1.09,151,0.879,152,0.711,155,0.545,156,2.203,157,1.464,158,1.458,160,0.558,163,0.391,165,0.523,166,0.805,167,0.766,168,0.632,169,0.67,170,0.907,171,0.732,172,0.852,173,0.801,174,0.826,175,1.379,176,2.045,177,2.552,178,1.579,179,0.468,180,0.984,181,1.737,182,0.663,183,0.69,184,1.052,185,0.907,186,1.518,187,1.174,188,1.915,189,1.838,190,1.412,191,0.755,192,0.8,193,0.587,194,1.173,195,0.984,196,1.306,197,0.69,198,0.984,199,1.017,200,0.766,201,1.017,202,1.052,203,1.486,204,1.125,205,0.401,206,0.441,207,0.984,208,1.017,209,0.907,210,0.596,211,0.578,212,0.687,213,0.722,214,0.614,215,0.776,216,0.984,217,0.248,218,0.69,219,0.922,220,0.755,221,0.651,222,1.071,223,0.789,225,0.984,228,0.284,247,0.587,249,0.711,258,2.013,266,0.968,269,0.743,271,0.743,273,0.641,303,0.346,316,1.867,335,0.364,345,0.874,350,1.13,354,2.159,362,0.709,365,1.109,366,1.478,375,1.242,376,0.711,381,1.896,384,0.813,408,1.074,411,2.373,414,0.57,420,1.343,422,1.628,423,2.471,425,0.579,426,2.122,430,1.755,435,1.41,438,0.789,455,0.879,486,3.005,488,1.172,494,0.789,499,2.083,501,1.017,510,0.922,526,1.267,556,1.506,573,0.778,576,0.922,580,0.753,600,1.443,603,2.629,605,1.347,612,0.66,624,2.203,652,2.146,676,2.356,680,1.368,683,1.267,686,1.861,717,1.293,734,1.155,738,2.3,742,1.61,751,1.109,758,0.805,761,1.09,801,1.443,802,2.3,820,2.141,824,2.126,840,1.896,868,1.157,884,2.013,897,0.922,933,1.379,942,2.373,951,2.203,969,1.628,980,1.109,1008,0.849,1015,2.047,1020,1.195,1021,2.896,1040,1.32,1041,1,1044,0.984,1045,1.509,1046,1.349,1052,1.172,1068,3.05,1091,1.467,1103,0.893,1106,1.667,1107,1.923,1108,1.267,1114,1.262,1124,1.556,1125,2.3,1127,3.041,1128,2.554,1129,2.281,1130,1.798,1133,0.865,1134,1.379,1137,1.109,1142,1.798,1143,2.182,1146,0.984,1147,2.71,1152,0.801,1157,1.035,1160,1.218,1162,2.009,1164,1.286,1167,0.697,1184,0.922,1189,2.76,1208,1.628,1246,0.893,1248,1.933,1364,1.64,1382,1.443,1415,1.603,1437,2.767,1452,1.218,1453,1.506,1473,1.93,1475,2.246,1536,1.41,1541,2.098,1543,1.379,1556,1.64,1563,1.017,1571,1.861,1579,1.93,1580,1.443,1584,0.984,1592,3.267,1599,1.944,1600,2.3,1602,3.005,1604,1.379,1617,2.628,1620,1.861,1649,1.151,1674,1.741,1692,1.741,1715,1.379,1736,1.443,1741,1.443,1744,3.878,1745,2.3,1757,2.846,1773,1.293,1809,1.109,1844,2.484,1848,1.741,2073,2.246,2150,1.798,2155,1.267,2165,1.379,2217,1.478,2218,2.419,2229,1.64,2240,2.358,2325,3.135,2374,1.478,2377,2.329,2474,1.93,2476,2.203,2478,1.64,2480,2.758,2481,1.798,2487,3.689,2490,1.798,2526,1.798,2541,1.689,2722,3.127,2731,1.93,2732,2.098,2733,1.93,2734,3.127,2735,2.098,2736,1.798,2737,1.861,2738,3.127,2753,1.93,2810,1.443,2859,2.799,2897,2.554,3291,1.798,3628,2.486,3806,2.098,4007,2.486,4008,2.697,4339,2.329,4395,2.098,4443,1.861,5690,2.697,5711,2.486,5712,2.329,5713,2.486,5714,2.329,5715,2.697,5716,2.329,5717,2.486,5718,3.017,5719,3.017,5720,3.017]],["file_terms//uw-research-computing/file-avail-largedata.html",[]],["root_relative_url//usgs-invasivespecies.html",[2893,3.799,5721,5.462]],["high//usgs-invasivespecies.html",[3,0.508,23,0.255,165,0.453,1846,4.593,2741,4.779]],["medium//usgs-invasivespecies.html",[]],["content//usgs-invasivespecies.html",[0,0.267,1,0.249,3,0.467,4,0.282,10,0.188,14,0.063,17,0.123,18,0.283,25,1.247,29,1.139,30,1.019,33,1.074,34,0.055,43,0.864,47,1.175,53,1.954,56,0.598,58,0.478,59,0.452,65,1.164,71,0.732,72,1.763,77,2.055,80,1.469,82,1.727,89,1.217,94,1.513,96,0.495,106,0.69,110,1.419,112,0.941,114,4.287,118,1.935,121,1.385,124,0.757,126,1.579,129,0.961,137,0.965,138,0.06,142,0.648,144,0.841,151,1.923,165,0.514,182,0.621,186,0.975,187,2.205,189,0.919,193,0.933,194,0.975,197,0.469,198,1.563,200,1.676,203,1.236,204,1.305,205,0.638,206,0.701,210,1.491,213,1.147,217,0.45,220,1.199,228,0.804,234,0.723,241,1.442,245,1.229,260,3.193,264,4.592,267,1.795,268,3.22,271,1.181,280,1.673,282,2.098,292,3.934,294,1.489,309,3.486,310,2.188,332,2.767,340,2.055,345,0.893,355,1.673,360,1.465,361,1.611,376,1.13,379,3.702,380,2.782,384,0.452,387,2.684,394,1.537,402,2.407,404,2.144,408,1.097,411,1.974,422,1.354,425,0.427,428,2.293,447,1.081,449,2.144,450,1.863,455,1.397,461,1.538,465,2.858,469,2.536,495,1.59,501,1.617,502,2.303,514,2.191,516,1.419,529,1.465,578,3.952,601,1.974,602,1.863,603,2.684,611,1.313,614,2.065,625,6.849,641,2.349,660,2.117,661,5.251,670,3.701,673,2.144,681,2.407,684,1.489,691,2.349,700,0.88,711,1.954,712,2.536,717,2.829,718,1.763,719,2.407,732,2.684,735,2.407,742,1.424,749,1.59,751,1.763,758,0.669,770,2.665,777,1.701,798,3.701,810,2.951,822,3.701,825,2.536,854,2.37,863,2.098,920,1.199,931,1.795,947,1.974,949,2.098,969,1.354,973,2.014,981,3.335,1019,2.191,1164,1.808,1166,2.293,1180,2.665,1205,1.644,1251,1.397,1260,2.293,1264,2.536,1265,3.335,1274,2.536,1284,2.767,1290,3.952,1301,2.536,1364,2.607,1401,2.607,1421,3.085,1438,5.096,1442,3.335,1450,2.407,1580,2.293,1586,1.935,1605,3.809,1613,2.349,1632,3.589,1639,3.701,1657,1.644,1660,3.068,1678,3.335,1738,5.204,1846,4.83,1865,3.193,1879,2.767,1905,1.974,1974,2.055,1975,3.952,2008,3.502,2200,3.335,2204,4.105,2229,3.589,2361,2.772,2362,2.47,2444,1.899,2578,2.767,2610,3.068,2662,4.287,2680,3.952,2696,3.952,2735,4.592,2741,3.193,2762,3.068,2809,2.858,2893,5.933,2906,2.957,2955,3.701,3003,2.407,3170,4.287,3213,2.858,3340,5.902,3446,7.625,3449,3.952,3582,3.701,3615,3.952,3631,3.335,3928,3.952,4016,3.701,4018,4.287,4030,3.701,4074,3.193,4145,3.701,4153,3.952,4171,3.068,4308,3.701,4363,3.952,4412,5.902,4636,4.287,4686,4.287,4780,4.224,4826,3.335,4827,4.287,5514,4.287,5532,4.287,5722,7.029,5723,4.796,5724,4.796,5725,4.796,5726,4.796,5727,4.796,5728,6.602,5729,4.796,5730,4.796,5731,4.796,5732,3.952,5733,4.796,5734,4.796,5735,4.287,5736,8.816,5737,4.821,5738,4.287,5739,4.796,5740,6.602,5741,4.796,5742,9.033,5743,4.287,5744,8.134,5745,4.796,5746,4.796,5747,4.796,5748,4.796,5749,4.796,5750,4.796,5751,4.796,5752,4.796,5753,4.796,5754,7.55,5755,3.952,5756,4.796,5757,4.821,5758,4.796,5759,4.796,5760,4.796,5761,3.701,5762,4.796,5763,4.796,5764,4.796,5765,4.796,5766,4.796,5767,4.796,5768,4.796]],["file_terms//usgs-invasivespecies.html",[]],["root_relative_url//events.html",[5769,6.54]],["high//events.html",[0,0.247,1,0.122,3,0.314,4,0.053,11,0.493,23,0.057,34,0.032,57,0.569,63,0.305,69,1.117,74,0.534,75,0.435,86,0.651,106,0.232,179,0.161,205,0.731,212,0.236,228,0.264,234,0.56,241,0.842,245,0.521,252,1.415,263,0.816,335,0.195,362,0.176,384,0.152,425,0.144,445,0.544,473,0.737,547,0.969,576,0.493,580,0.259,700,0.296,780,0.721,784,0.544,828,0.651,830,1.616,919,0.877,920,0.403,1026,0.664,1065,0.869,1086,1.792,1144,0.884,1200,0.754,1201,0.995,1204,0.831,1214,2.642,1223,2.725,1224,2.709,1227,0.442,1246,0.477,1256,1.245,1258,0.961,1259,0.995,1309,0.535,1357,1.245,1381,0.553,1382,0.772,1383,1.669,1390,1.948,1394,1.616,1417,1.372,1443,0.509,1445,0.721,1451,0.691,1644,0.961,2028,0.995,2067,1.122,2312,0.931,2552,1.178,2682,1.245,2841,2.308,2959,3.317,2965,1.33,2966,0.877,2974,2.503,3253,0.877,3360,1.245,3483,1.178,4375,1.178,5770,1.245,5771,1.245,5772,1.442,5773,1.33,5774,1.33,5775,1.442,5776,1.442]],["medium//events.html",[]],["content//events.html",[]],["file_terms//events.html",[]],["root_relative_url//uw-research-computing/high-memory-jobs.html",[0,0.203,1,0.121,218,0.836,1039,2.045,5777,3.655]],["high//uw-research-computing/high-memory-jobs.html",[3,0.373,4,0.116,7,0.211,10,0.081,12,0.756,13,0.497,14,0.052,15,0.734,16,0.768,17,0.09,18,0.183,19,0.724,20,0.814,21,0.625,22,1.163,23,0.125,52,0.537,93,1.072,124,0.554,166,0.442,192,0.597,217,0.371,218,1.61,236,1.87,335,0.423,404,1.568,608,0.382,666,0.663,1041,1.747,1045,0.918,1091,0.791,1167,0.521,1205,1.203,1613,1.718]],["medium//uw-research-computing/high-memory-jobs.html",[7,0.301,10,0.045,14,0.039,17,0.084,18,0.114,24,1.53,32,0.643,38,0.144,39,0.222,41,1.416,44,0.335,52,0.502,58,0.327,60,1.003,63,0.366,66,0.366,74,0.279,79,0.583,110,0.574,136,0.288,138,0.074,152,0.457,155,0.35,160,0.275,166,0.275,176,0.531,188,0.728,189,0.629,218,0.444,273,0.412,335,0.395,362,0.211,430,0.657,469,1.026,488,0.753,576,1.001,660,0.622,676,0.612,701,1.143,1052,1.654,1056,0.927,1059,0.676,1063,0.798,1066,1.568,1067,1.532,1069,1.532,1071,0.612,1072,0.95,1073,1.465,1107,0.45,1108,0.884,1111,0.906,1124,0.464,1137,0.713,1143,0.5,1149,1.156,1157,0.665,1158,1.291,1164,0.898,1165,1.598,1184,0.592,1189,0.632,1415,0.539,1494,0.622,1500,0.974,1579,1.241,2161,1.196,2520,1.119,2521,0.999,3256,3.109,3306,1.734,3770,1.416,4005,1.734,4281,1.734,4331,2.394,5684,2.931,5685,1.598,5692,2.931,5706,1.734,5707,1.734,5708,1.598,5778,1.939,5779,1.939,5780,1.939,5781,1.939,5782,1.939,5783,1.939,5784,1.939,5785,1.939,5786,3.278,5787,4.259,5788,1.939,5789,1.734,5790,1.939,5791,1.939,5792,3.278,5793,3.278,5794,3.278,5795,1.939,5796,1.939,5797,1.939,5798,3.278,5799,1.939,5800,1.939,5801,1.939,5802,1.939,5803,1.939,5804,1.939,5805,4.259,5806,4.259,5807,1.939,5808,1.939]],["content//uw-research-computing/high-memory-jobs.html",[1,0.126,3,0.637,4,0.325,5,1.31,6,1.258,7,0.573,10,0.229,11,1.167,13,0.542,14,0.071,16,0.836,17,0.223,18,0.284,21,1,23,0.136,24,1.167,29,0.576,33,0.622,34,0.023,35,0.711,38,0.544,39,0.969,40,1.91,42,1.538,43,0.5,44,0.971,50,1.722,52,1.294,55,1.267,56,0.7,57,1.142,58,0.731,59,0.36,60,1.567,63,1.7,64,1.246,65,0.927,66,0.722,71,0.423,90,1.149,95,2.457,96,0.688,97,1.015,100,1.31,103,0.612,104,1.096,106,0.959,112,1.019,113,2.243,117,0.914,124,1.235,129,0.766,130,1.604,131,1.891,137,0.559,138,0.067,139,1.077,142,0.759,144,0.985,146,1.513,147,1.221,148,1.304,152,0.9,155,1.326,157,1.425,158,1.186,159,2.002,160,0.547,163,0.451,164,1.604,165,0.534,166,0.809,167,1.69,168,1.176,169,0.849,170,1.149,171,0.927,172,1.079,173,1.015,174,1.046,175,0.914,176,2.01,177,1.113,178,1.046,179,0.56,180,1.246,181,1.927,182,0.548,183,0.874,184,1.333,185,1.149,186,1.142,187,1.665,188,1.479,189,1.077,190,1.149,191,0.955,192,1.476,193,0.743,194,1.763,195,1.246,196,1.562,197,0.549,198,1.831,199,1.288,200,0.97,201,1.288,202,1.333,203,2.015,204,1.151,205,0.747,206,0.559,207,1.246,208,1.288,209,1.149,210,0.754,211,0.732,212,0.821,213,0.914,214,1.142,215,0.631,216,1.246,217,0.503,218,2.274,219,1.167,220,1.404,221,0.824,222,1.356,223,1,228,0.36,249,0.9,256,1.113,257,0.68,258,1.637,261,1.186,269,0.941,274,1.484,303,0.438,310,1.267,311,2.138,330,1.193,333,1.746,335,0.885,345,0.711,354,1.43,361,0.722,362,0.891,367,1.918,376,1.569,381,2.687,382,1.149,384,0.36,394,1.258,414,1.061,426,1.246,427,1.772,430,0.766,433,0.651,438,1,445,1.288,482,1.405,487,2.065,491,1.573,493,1.968,494,1.469,501,1.288,537,1.746,545,1.405,550,2.204,556,1.225,560,1.394,571,2.277,575,2.75,576,2.034,608,0.799,632,1.062,666,1.061,700,0.701,701,2.852,704,1.801,716,0.701,726,1.993,734,0.766,735,1.918,742,1.436,756,1.925,757,1.167,758,0.533,762,1,777,0.985,820,1.949,839,1.046,844,1.513,855,1.871,868,0.941,897,1.716,919,3.62,921,1.708,939,1.968,940,1.827,942,2.741,960,2.204,980,1.405,993,1.637,1008,1.413,1021,5.212,1034,1.637,1040,1.672,1045,1,1058,2.544,1065,1.186,1091,1.654,1107,1.898,1108,1.03,1114,1.606,1124,1.343,1125,1.871,1127,1.785,1128,2.077,1130,2.277,1137,1.405,1138,1.404,1143,2.402,1144,1.205,1148,3.739,1151,1.096,1154,0.849,1160,1.542,1163,1.871,1164,1.538,1167,0.834,1169,1.672,1171,2.657,1172,2.021,1174,2.444,1205,1.925,1208,1.079,1243,1.43,1251,1.636,1275,2.204,1309,1.267,1333,1.672,1417,1.871,1437,1.356,1450,1.918,1584,1.246,1599,1.288,1600,1.871,1617,1.893,1625,1.225,1627,2.79,1649,1.457,1671,2.077,1715,1.746,1774,3.415,1777,1.484,1845,2.356,2042,2.657,2155,1.604,2161,2.356,2218,1.968,2277,2.544,2280,2.277,2311,2.021,2319,2.657,2361,1.604,2480,4.147,2490,2.277,2516,2.51,2601,2.544,2716,2.79,2731,2.444,2753,2.444,2871,2.444,3006,2.204,3016,3.593,3019,2.79,3036,5.02,3089,2.138,3157,3.148,3229,2.79,3275,2.138,3298,3.148,3337,2.657,3597,2.949,3614,2.544,3619,3.906,3937,3.906,3992,4.628,4615,3.148,5711,3.148,5789,3.415,5809,3.821,5810,3.415,5811,3.821,5812,3.415,5813,3.821,5814,3.821,5815,3.821,5816,5.616,5817,3.415,5818,3.821,5819,3.821,5820,3.821,5821,5.616]],["file_terms//uw-research-computing/high-memory-jobs.html",[]],["root_relative_url//gpargo-cc-star.html",[1006,3.424,5822,4.689,5823,4.689]],["high//gpargo-cc-star.html",[3,0.436,23,0.219,34,0.036,215,1.017,465,3.667,546,3.48,974,2.075,1411,3.014,2917,5.685,2918,5.071]],["medium//gpargo-cc-star.html",[]],["content//gpargo-cc-star.html",[1,0.251,10,0.095,11,2.325,16,0.903,17,0.152,25,1.635,29,0.622,32,1.367,33,0.966,34,0.045,35,1.501,36,3.179,39,0.681,43,0.54,45,1.063,47,1.057,56,0.74,68,3.058,71,0.894,72,1.517,74,1.161,79,1.24,82,0.944,86,1.665,87,1.698,96,0.426,99,1.202,104,1.183,105,1.49,106,0.594,109,3.058,110,1.221,112,0.514,116,1.105,121,1.373,124,1.098,128,2.908,130,2.493,136,0.613,137,0.603,138,0.033,142,0.94,144,1.042,146,2.754,147,1.276,160,0.492,163,0.28,168,1.243,174,1.129,178,1.129,186,0.839,191,1.031,192,0.702,193,0.803,197,0.581,205,1.012,212,0.868,234,1.049,238,1.805,245,0.768,247,0.803,249,0.972,251,2.38,253,1.464,256,2.027,257,1.355,259,2.981,260,3.953,266,1.904,273,0.877,275,1.202,277,1.904,279,2.956,280,1.439,286,2.639,293,1.968,294,2.607,303,0.798,306,2.124,310,1.367,316,1.703,323,2.181,327,2.493,328,1.517,329,3.327,330,0.877,332,2.38,352,1.165,354,1.544,355,1.439,359,1.698,361,1.438,363,1.39,364,2.02,375,2.444,376,0.972,380,1.873,382,1.785,391,1.485,394,0.779,411,1.698,414,1.122,418,3.184,425,0.367,427,1.873,429,2.308,430,1.19,435,1.928,439,1.805,447,0.93,453,2.243,455,1.202,461,1.323,465,5.277,475,2.197,478,1.814,480,3.684,481,4.391,487,1.517,489,1.844,495,1.968,501,1.39,502,1.439,510,2.125,516,1.757,519,3.754,521,2.02,525,1.345,527,2.02,533,2.444,535,1.602,538,2.775,542,1.129,543,2.38,545,2.558,546,3.605,580,1.527,599,1.973,602,1.602,605,1.183,607,1.885,608,0.647,611,1.626,614,1.507,627,2.544,629,2.746,632,1.147,650,1.39,653,2.124,654,0.903,658,1.439,672,1.814,681,2.071,683,2.493,684,1.28,695,1.768,700,0.757,701,1.439,716,1.479,719,2.071,726,1.464,742,1.28,749,1.367,751,1.517,752,2.308,756,1.414,757,1.26,758,0.575,761,1.49,762,1.553,780,1.844,782,2.02,788,1.928,796,3.327,810,1.844,888,2.908,893,2.243,897,1.26,906,2.181,909,2.639,910,2.869,931,2.223,940,1.973,961,1.805,976,2.98,979,2.544,980,1.517,987,3.058,991,3.661,994,2.869,1002,1.517,1005,2.02,1006,4.335,1008,1.073,1019,1.885,1028,2.746,1033,3.492,1034,2.545,1042,2.444,1155,2.38,1167,0.613,1232,1.301,1235,1.573,1253,1.544,1259,2.544,1274,2.181,1291,3.058,1297,3.782,1307,1.732,1315,2.654,1320,2.869,1328,2.124,1334,4.893,1346,2.308,1358,3.012,1361,2.243,1388,2.746,1411,2.02,1439,3.426,1440,2.746,1479,2.458,1504,2.869,1536,1.928,1558,2.181,1559,5.308,1564,2.746,1570,3.799,1586,1.665,1594,2.02,1604,1.885,1643,2.544,1654,2.639,1663,2.181,1736,2.84,1757,1.665,1763,3.323,1771,1.602,1773,1.768,1776,2.654,1814,3.012,1820,2.243,1827,3.426,1837,2.639,1848,2.38,1852,3.012,1853,3.492,1922,3.184,1940,2.746,1971,1.885,1995,3.399,2000,2.38,2006,2.181,2155,1.732,2171,2.713,2179,3.012,2222,3.399,2227,2.396,2268,3.228,2270,2.181,2317,3.184,2355,1.973,2361,1.732,2362,2.124,2374,2.02,2375,2.544,2422,5.308,2425,2.746,2427,3.799,2438,2.746,2450,4.129,2478,3.228,2610,2.639,2611,3.184,2650,2.869,2683,3.184,2828,4.129,2834,4.014,2836,2.746,2849,8.185,2917,5.556,2918,6.271,2923,3.012,3008,3.399,3034,2.639,3172,2.639,3258,3.012,3285,2.746,3336,2.071,3338,3.399,3387,3.012,3448,3.399,3508,2.243,3566,5.888,3592,3.184,3614,3.953,3631,2.869,3832,3.012,3840,3.012,3897,3.012,3994,3.399,4026,3.687,4074,2.746,4098,3.687,4275,3.399,4308,4.583,4442,3.399,4642,3.399,4673,3.687,4682,3.012,4685,2.746,4860,3.184,4871,2.639,4915,4.893,5107,3.399,5163,6.645,5441,5.733,5450,3.687,5462,3.687,5472,3.399,5547,3.687,5571,3.012,5674,3.687,5824,4.125,5825,9.271,5826,9.157,5827,4.125,5828,4.125,5829,4.125,5830,3.687,5831,4.125,5832,3.687,5833,4.125,5834,7.61,5835,4.125,5836,4.125,5837,5.938,5838,4.125,5839,4.125,5840,4.125,5841,4.125,5842,4.125,5843,5.938,5844,8.064,5845,3.687,5846,5.938,5847,4.125,5848,4.125,5849,5.308,5850,4.125,5851,4.125,5852,4.125,5853,4.125,5854,4.125,5855,4.125,5856,4.125,5857,4.125,5858,4.125,5859,3.687,5860,4.125,5861,4.125,5862,4.125,5863,4.125]],["file_terms//gpargo-cc-star.html",[]],["root_relative_url//jobs.html",[1039,3.66]],["high//jobs.html",[3,0.485,23,0.244,137,1.002,760,3.356,1002,2.52,2219,5.788]],["medium//jobs.html",[]],["content//jobs.html",[0,0.514,1,0.256,3,0.633,4,0.201,14,0.059,18,0.212,19,1.259,34,0.055,39,0.7,43,1.013,47,1.086,49,2.987,58,0.608,59,0.575,67,2.415,69,1.729,74,1.224,75,2.088,89,1.965,96,0.63,99,1.777,109,3.141,138,0.048,160,0.61,163,0.525,175,1.459,179,0.847,182,0.502,186,1.24,187,1.525,194,1.24,210,1.529,217,0.408,223,1.596,228,0.575,233,3.761,234,0.92,240,1.805,245,1.135,261,2.403,272,3.062,275,1.777,277,1.956,316,1.749,326,2.462,333,2.787,340,2.614,345,1.135,357,3.635,359,2.511,372,2.85,380,1.924,412,2.777,414,1.462,425,0.689,426,1.989,447,1.375,454,2.284,519,2.727,538,2.255,542,1.67,546,3.461,551,3.902,552,2.12,554,2.284,611,2.12,614,1.965,654,1.335,680,1.777,700,1.119,706,1.956,713,2.917,718,2.243,727,2.987,756,2.654,757,2.598,760,3.792,766,3.414,799,3.414,810,2.727,831,5.026,839,1.67,854,1.777,859,4.454,874,2.727,929,1.548,931,2.284,933,1.459,949,2.669,961,2.669,1000,2.203,1002,3.127,1008,1.102,1124,1.459,1133,1.749,1138,1.936,1178,3.316,1180,2.462,1217,3.226,1249,2.511,1251,1.777,1253,2.898,1272,3.761,1312,2.37,1416,2.787,1421,2.85,1428,3.349,1445,2.727,1549,2.284,1617,2.056,1640,3.761,1653,3.761,1677,2.669,1696,5.453,1742,5.453,1776,2.727,1777,2.37,1810,3.141,1921,3.141,1971,2.787,1974,2.614,2000,3.519,2149,3.226,2155,2.561,2158,3.062,2183,3.635,2193,3.761,2214,4.708,2219,4.242,2306,3.635,2439,3.635,2598,3.902,2611,4.708,2655,5.026,2880,3.519,3051,5.384,3309,4.454,3489,4.454,3821,5.026,3997,5.453,4542,4.708,4682,4.454,4780,3.902,4795,4.708,4826,4.242,4844,5.453,4871,3.902,5428,4.708,5592,4.708,5845,5.453,5864,6.1,5865,6.1,5866,6.1,5867,6.1,5868,5.026,5869,6.1,5870,6.1,5871,6.1,5872,5.453,5873,6.1,5874,5.453,5875,6.1,5876,6.1,5877,6.1,5878,6.1,5879,6.1]],["file_terms//jobs.html",[]],["root_relative_url//uw-research-computing/get-submit-node.html",[0,0.203,1,0.121,166,0.307,3039,3.267,3052,3.012]],["high//uw-research-computing/get-submit-node.html",[3,0.508,23,0.255,166,0.603,168,1.503,1205,2.461]],["medium//uw-research-computing/get-submit-node.html",[]],["content//uw-research-computing/get-submit-node.html",[1,0.198,4,0.303,6,1.447,7,0.46,10,0.177,14,0.064,17,0.241,18,0.208,21,1.068,23,0.213,29,0.904,31,4.629,38,0.68,40,1.72,42,2.097,43,0.785,44,1.324,46,1.167,48,2.374,53,1.775,58,0.598,59,0.838,63,1.133,71,0.849,80,1.642,81,3.499,84,1.593,97,1.593,108,1.593,110,1.775,113,1.72,118,2.42,121,1.021,124,1.332,136,1.137,139,1.618,151,1.747,155,1.384,160,0.495,163,0.406,166,0.836,168,2.024,182,0.63,214,1.716,247,1.49,257,1.068,271,1.477,302,3.573,303,0.878,310,1.988,328,2.205,336,4.942,344,2.468,345,1.116,348,2.92,360,1.832,362,0.834,364,3.751,382,2.302,384,0.722,425,0.836,435,2.802,494,1.569,500,2.42,501,2.022,516,2.266,519,2.681,528,2.624,546,2.681,547,1.676,556,1.923,560,1.256,607,2.74,608,0.919,654,1.312,660,2.456,666,1.133,674,3.46,684,1.862,702,2.166,704,2.456,707,2.287,716,1.1,761,2.766,770,2.42,828,2.42,836,2.937,960,3.46,969,1.693,982,2.937,1002,2.205,1015,2.128,1024,5.361,1025,4.171,1076,2.518,1143,1.545,1150,2.42,1164,1.642,1205,3.048,1208,1.693,1400,3.01,1428,2.245,1438,4.629,1441,4.379,1450,3.844,1473,3.837,1585,4.942,1586,2.42,1600,2.937,1613,3.751,1665,3.992,1667,3.269,1669,3.698,1670,5.361,1691,3.356,1974,2.57,2218,3.088,2366,4.899,2808,4.379,3006,3.46,3275,3.356,3297,4.563,3674,5.361,3792,4.629,3804,5.361,4113,5.361,4116,5.361,4395,4.171,5817,5.361,5880,7.658,5881,5.997,5882,5.997,5883,5.361,5884,5.997,5885,5.997,5886,5.997,5887,5.997,5888,5.997,5889,5.997,5890,5.997,5891,5.997,5892,5.997,5893,7.658,5894,5.997,5895,5.997,5896,5.997,5897,5.997]],["file_terms//uw-research-computing/get-submit-node.html",[]],["root_relative_url//uw-research-computing/dos-unix.html",[0,0.229,1,0.136,5898,4.108,5899,4.108]],["high//uw-research-computing/dos-unix.html",[3,0.381,4,0.178,12,1.161,13,0.763,14,0.05,15,1.128,16,1.179,17,0.138,18,0.187,19,1.111,20,1.25,21,0.959,22,1.785,23,0.192,138,0.043,157,1.367,158,1.672,222,1.911]],["medium//uw-research-computing/dos-unix.html",[7,0.327,52,0.833,53,1.61,60,1.09,180,1.774,666,1.028,1041,1.803,1047,3.242,1072,3.943,1122,2.432,1174,5.151,1494,1.745,1500,2.731,1574,3.481,2031,3.784,2087,4.863,3528,4.199,3683,7.197,3981,4.483,5900,5.441,5901,5.441,5902,5.441,5903,5.441,5904,5.441]],["content//uw-research-computing/dos-unix.html",[3,0.642,4,0.328,5,1.974,6,1.563,7,0.576,10,0.231,13,0.816,14,0.071,17,0.148,18,0.2,29,0.868,33,0.937,35,1.072,39,0.856,50,1.12,56,0.718,57,1.517,59,0.543,60,1.154,63,1.088,66,1.409,83,1.298,103,0.923,121,0.98,129,1.154,137,0.842,138,0.066,147,1.056,155,1.04,157,1.894,158,2.316,165,0.597,166,0.805,167,1.461,168,1.562,169,1.279,170,1.731,171,1.397,172,1.626,173,1.529,174,1.577,175,1.784,176,1.577,177,1.677,178,1.577,179,0.743,180,1.877,181,1.838,182,0.614,183,1.317,184,2.008,185,1.731,186,1.171,187,1.44,188,1.657,189,1.104,190,1.731,191,1.44,192,1.27,193,1.12,194,1.171,195,1.877,196,2.074,197,0.563,198,1.877,199,1.941,200,1.461,201,1.941,202,2.008,203,2.133,204,1.43,205,0.766,206,0.842,207,1.877,208,1.941,209,1.731,210,1.137,211,1.104,212,0.842,213,1.377,214,1.171,215,0.951,216,1.877,217,0.304,218,1.317,219,1.759,220,1.44,221,1.242,222,2.648,223,1.506,330,1.759,355,2.008,361,1.088,381,2.324,410,2.279,425,0.664,427,1.817,455,1.677,479,3.222,516,2.208,529,1.759,544,3.045,545,2.743,573,1.922,627,3.55,632,1.601,673,3.335,734,1.154,758,0.803,854,2.55,891,4.004,921,2.574,939,2.965,955,3.13,1091,2.094,1108,2.446,1131,4.444,1137,2.117,1154,1.279,1156,2.631,1164,2.483,1183,5.188,1389,3.045,1475,2.753,1494,2.392,1555,2.89,1582,3.683,1583,4.444,1715,3.781,1745,3.654,1905,3.603,2158,2.89,2281,3.683,2359,4.745,2438,3.833,2956,4.204,3213,3.431,3528,5.758,3571,4.444,3996,3.431,4161,5.147,4443,4.6,5905,5.147,5906,7.46,5907,5.758,5908,5.758,5909,5.758]],["file_terms//uw-research-computing/dos-unix.html",[]],["root_relative_url//events/2022/11/gpu-ml-demo.html",[2536,3.864,2537,2.415,3363,3.864]],["high//events/2022/11/gpu-ml-demo.html",[3,0.445,23,0.223,138,0.05,179,0.626,263,1.83,445,2.118,485,1.375,919,3.416,1202,3.235,2312,3.625,3360,4.849]],["medium//events/2022/11/gpu-ml-demo.html",[]],["content//events/2022/11/gpu-ml-demo.html",[0,0.404,3,0.609,10,0.168,14,0.06,34,0.051,38,0.537,50,1.411,58,0.723,64,2.364,69,1.475,86,2.927,131,1.869,147,1.33,179,0.915,205,1.145,211,1.76,234,1.298,253,3.056,384,0.684,412,2.251,485,1.884,547,1.587,608,0.79,758,1.201,919,3.942,1040,3.173,1107,1.683,1129,2.215,1138,1.813,1202,4.892,1203,3.942,1216,2.817,1218,6.324,1221,6.935,1222,5.597,1223,4.681,1224,6.286,1271,4.828,1276,3.835,2302,4.058,2312,5.48,2926,7.567,3360,6.645,5396,7.567,5580,5.976,5910,8.609,5911,8.609,5912,7.252]],["file_terms//events/2022/11/gpu-ml-demo.html",[]],["root_relative_url//uw-research-computing/quota-request.html",[0,0.229,1,0.136,5913,4.108,5914,4.108]],["high//uw-research-computing/quota-request.html",[3,0.454,23,0.228,175,1.534,177,2.536,348,2.446,734,1.286,1143,2.059]],["medium//uw-research-computing/quota-request.html",[24,2.595,933,2.175,1479,5.061,3978,5.842,5915,7.09]],["content//uw-research-computing/quota-request.html",[3,0.579,4,0.292,7,0.532,13,1.159,14,0.064,17,0.247,24,2.033,29,1.233,46,1.295,48,2.635,50,1.295,60,1.773,61,3.041,62,3.11,64,2.884,80,1.295,86,2.686,90,2.001,99,1.939,104,1.909,106,0.958,126,1.591,130,3.432,131,2.28,138,0.07,160,0.43,163,0.451,165,0.598,169,1.478,175,1.591,176,1.822,177,2.809,178,1.822,186,1.662,257,1.185,271,2.014,335,0.986,348,3.612,362,0.725,384,0.627,408,1.522,425,0.843,430,1.638,647,3.724,676,2.1,700,1.221,728,2.912,734,1.849,757,2.033,777,1.715,824,2.299,1030,4.125,1047,3.965,1107,1.545,1114,1.789,1124,1.591,1138,2.307,1143,2.28,1150,2.686,1152,1.767,1227,2.701,1232,2.1,1235,2.538,1307,2.794,1488,4.257,1569,3.724,1600,3.259,1611,3.341,1773,2.852,2220,4.257,2229,3.618,2361,2.794,2480,3.909,2701,4.628,2734,4.43,3145,5.484,4012,5.949,5916,6.655]],["file_terms//uw-research-computing/quota-request.html",[]],["root_relative_url//uw-research-computing/configure-ssh.html",[0,0.229,1,0.136,5917,4.108,5918,4.108]],["high//uw-research-computing/configure-ssh.html",[3,0.438,4,0.144,6,0.826,7,0.263,12,0.943,13,0.62,23,0.155,35,1.535,66,0.826,72,1.607,136,0.649,162,1.395,169,0.971,493,3.187,716,1.135,1164,1.197,2625,3.374,3040,2.312,3996,2.605,5919,3.192,5920,3.602,5921,5.1,5922,3.602]],["medium//uw-research-computing/configure-ssh.html",[7,0.362,35,1.428,138,0.075,152,0.76,197,0.316,659,2.259,666,0.934,700,0.907,934,2.768,1082,1.661,1110,1.861,1153,2.547,1228,2.311,1503,2.355,1667,1.186,1712,1.861,1741,2.365,2027,3.611,3040,3.18,3256,2.355,3285,2.147,3429,2.49,3573,2.49,5921,5.556,5922,6.79,5923,4.945,5924,3.817,5925,4.945,5926,4.945,5927,6.014,5928,4.945,5929,4.945,5930,4.945,5931,6.014,5932,3.226,5933,3.226]],["content//uw-research-computing/configure-ssh.html",[1,0.157,3,0.65,4,0.331,6,1.761,7,0.578,11,1.455,13,0.675,21,0.848,29,0.718,32,2.178,33,0.775,34,0.028,35,1.852,38,0.557,44,1.135,46,1.278,50,1.463,52,0.729,55,1.578,56,0.819,57,0.968,58,0.808,59,0.619,60,1.625,61,2.176,62,3.976,63,1.421,66,1.703,70,3.915,73,2.373,76,3.046,77,2.04,80,1.578,81,3.002,83,1.073,84,1.265,96,0.949,100,1.632,102,1.297,103,1.053,104,1.366,106,1.083,108,1.745,110,1.409,112,0.819,113,1.366,117,1.799,121,0.811,123,3.298,129,1.625,136,1.117,138,0.038,139,1.631,143,2.176,147,1.205,148,1.525,152,1.122,153,2.39,156,4.797,157,1.909,158,2.799,162,1.695,165,0.415,166,0.551,167,1.209,168,1.376,169,1.057,170,1.432,171,1.156,172,1.345,173,1.265,174,1.304,175,1.571,181,1.618,193,0.926,197,0.736,214,0.968,220,1.191,221,1.027,241,1.432,247,0.926,254,1.387,269,1.618,271,1.173,273,1.012,274,1.85,280,1.661,306,4.176,330,1.012,335,0.574,352,1.345,356,1.816,372,2.225,376,1.122,384,0.709,394,0.899,414,1.241,415,1.525,425,0.67,427,1.502,430,1.625,455,1.387,469,2.518,493,2.452,510,1.455,516,1.409,529,2.007,544,2.518,560,1.376,566,2.225,603,2.665,605,1.366,608,0.716,632,2.092,658,1.661,666,0.899,674,2.747,700,0.873,705,1.922,716,1.205,734,1.316,738,2.332,748,2.665,751,1.751,758,0.664,836,2.332,848,1.527,884,2.04,885,1.922,921,2.128,933,1.139,976,1.69,1008,0.86,1103,1.409,1114,1.646,1124,1.571,1129,1.455,1132,2.589,1134,2.176,1135,2.717,1136,3.874,1144,1.502,1147,3.791,1151,1.366,1176,2.816,1180,1.922,1208,1.345,1227,1.304,1319,3.675,1320,3.311,1333,2.083,1361,2.589,1381,1.632,1386,4.256,1437,1.69,1453,1.527,1475,2.277,1546,2.665,1555,2.39,1563,1.605,1566,3.888,1586,2.651,1588,2.452,1594,2.332,1612,2.225,1623,3.046,1667,3.378,1668,3.675,1700,4.569,1741,2.277,1793,2.837,1810,2.452,1816,3.17,1921,2.452,1930,5.242,2148,2.665,2165,2.176,2200,5.231,2223,1.96,2262,2.39,2311,2.518,2348,4.203,2363,2.665,2366,3.046,2374,2.332,2379,3.17,2384,3.477,2577,4.051,3040,4.931,3041,5.414,3173,5.414,3247,3.311,3292,2.936,3539,3.477,3544,4.256,3545,3.924,3546,3.477,3765,4.256,3890,5.492,3938,4.256,4829,4.256,4871,3.046,4876,4.256,4884,4.256,5581,4.256,5712,3.675,5716,5.806,5919,6.808,5920,7.57,5921,5.414,5922,5.414,5924,3.675,5934,4.761,5935,4.256,5936,6.57,5937,4.761,5938,4.761,5939,3.675,5940,5.414,5941,4.761,5942,4.761,5943,4.761,5944,4.761,5945,4.761,5946,6.724,5947,4.761,5948,4.256,5949,4.761,5950,4.761,5951,4.761,5952,4.761,5953,6.57,5954,4.761,5955,4.761,5956,4.761]],["file_terms//uw-research-computing/configure-ssh.html",[]],["root_relative_url//uw-research-computing/r-jobs.html",[0,0.229,1,0.136,1039,2.299,5957,3.672]],["high//uw-research-computing/r-jobs.html",[3,0.364,4,0.112,10,0.078,12,0.731,13,0.48,14,0.052,15,0.71,16,0.742,17,0.087,18,0.118,19,0.699,20,0.787,21,0.603,22,1.124,23,0.121,43,0.444,93,1.035,151,1.806,155,0.928,157,0.86,166,0.431,194,0.689,197,0.332,200,1.756,205,0.451,236,1.203,309,1.453,335,0.409,352,0.957,362,0.369,488,1.317,666,0.64,998,1.897,1041,1.124,1045,0.887,1065,1.052,1091,0.764,1122,1.515,2697,1.956,3198,2.09]],["medium//uw-research-computing/r-jobs.html",[4,0.103,7,0.11,10,0.042,52,0.623,58,0.182,60,0.365,65,0.443,66,0.345,74,0.263,110,0.54,112,0.388,113,0.893,136,0.271,138,0.071,139,0.35,151,1.402,155,0.562,160,0.118,190,1.224,197,0.178,200,1.68,205,0.243,221,0.878,335,0.651,475,0.477,666,0.769,824,0.443,933,0.436,939,0.939,1044,0.595,1045,0.477,1051,1.86,1052,1.869,1053,1.167,1055,1.991,1056,0.872,1057,1.167,1059,2.051,1062,1.167,1063,1.281,1064,1.167,1065,0.566,1066,0.872,1067,0.852,1068,0.965,1069,0.852,1070,1.087,1071,0.575,1072,1.524,1073,0.815,1074,4.975,1082,0.939,1083,1.052,1084,1.408,1091,0.701,1109,2.348,1110,1.796,1111,2.748,1122,0.815,1196,0.709,1415,0.507,1471,1.631,1481,1.332,1483,1.125,1500,0.916,1519,1.332,1569,1.021,1739,4.09,2274,0.852,2348,1.167,2894,2.71,2978,3.142,3218,3.964,4346,2.272,5958,1.824,5959,1.503,5960,4.07,5961,4.811,5962,1.631,5963,3.639,5964,2.782,5965,2.782,5966,3.112,5967,3.112,5968,3.112,5969,1.824,5970,1.824,5971,1.824,5972,1.824,5973,1.824,5974,1.824,5975,3.112,5976,2.782,5977,3.112,5978,1.824,5979,1.824,5980,1.824,5981,1.631,5982,1.631]],["content//uw-research-computing/r-jobs.html",[1,0.114,3,0.609,4,0.325,5,1.179,6,1.588,7,0.588,10,0.226,13,0.487,14,0.07,15,0.72,17,0.088,18,0.18,20,0.798,23,0.185,29,0.783,33,0.56,34,0.02,35,0.64,37,2.2,38,0.683,39,0.717,42,1.422,43,0.68,44,0.594,50,1.53,52,0.958,55,1.14,56,0.981,57,1.056,58,0.517,59,0.324,60,1.848,61,2.373,63,1.413,64,1.121,65,1.691,66,0.981,67,2.056,71,0.381,73,1.242,79,1.034,82,1.431,84,1.379,89,1.588,90,1.881,96,0.355,99,1.002,102,1.025,103,1.379,106,0.748,108,1.379,110,1.018,112,0.78,113,1.489,116,1.464,117,0.822,119,1.925,121,0.586,124,1.242,131,0.886,132,1.362,136,1.035,137,0.915,138,0.07,144,0.911,147,0.631,151,2.897,152,1.924,155,1.716,157,1.318,158,1.068,159,1.561,160,0.405,163,0.507,165,0.554,166,0.787,167,1.769,168,0.72,169,0.764,170,1.034,171,0.835,172,0.971,173,0.913,174,0.942,175,0.822,176,1.713,177,1.002,178,1.713,179,0.623,180,1.121,181,1.279,182,0.647,183,0.787,184,1.2,185,1.034,186,0.699,187,0.86,188,1.153,189,0.995,190,1.561,191,0.86,192,1.065,193,1.455,194,1.709,195,1.121,196,1.444,197,0.842,198,1.693,199,1.159,200,2.57,201,1.159,202,1.2,203,2.027,204,1.293,205,1.118,206,0.503,207,1.121,208,1.159,209,1.034,210,0.679,211,0.659,212,0.503,213,0.822,214,0.699,215,0.568,216,1.121,217,0.181,218,1.188,219,1.051,220,0.86,221,1.947,222,1.221,223,0.9,247,0.669,249,1.642,258,2.225,261,1.068,273,0.731,290,1.771,303,0.596,310,1.14,330,0.731,335,0.626,345,0.64,352,0.971,354,1.288,358,1.571,360,1.051,361,1.316,362,0.375,365,1.265,367,1.726,384,0.59,392,1.362,408,0.787,414,0.65,415,1.618,420,1.071,425,0.462,426,1.121,427,1.085,430,1.253,438,1.358,451,1.537,453,1.87,461,1.103,475,0.9,478,1.051,485,0.753,488,1.336,491,1.416,494,0.9,515,3.221,516,1.537,526,1.444,529,1.586,545,1.265,560,1.087,573,1.612,618,1.607,645,1.819,666,1.182,676,1.974,683,1.444,684,1.068,716,0.952,734,1.396,742,0.742,752,1.925,758,0.724,820,1.379,824,0.835,825,2.746,848,1.103,878,1.505,888,1.684,898,1.362,929,1.318,942,1.416,947,1.416,962,1.242,969,1.968,998,1.925,1008,0.621,1034,1.474,1040,2.272,1044,2.039,1045,0.9,1046,1.537,1051,1.571,1052,1.336,1058,2.29,1059,1.2,1065,1.068,1076,2.18,1091,2.079,1106,1.221,1107,1.826,1108,2.267,1114,1.84,1122,3.65,1124,1.881,1125,1.684,1126,2.29,1127,1.607,1128,1.87,1129,1.051,1130,2.049,1133,0.986,1135,1.242,1137,1.909,1138,1.298,1143,1.612,1144,1.085,1146,1.121,1149,2.049,1151,1.794,1152,1.379,1154,1.814,1156,2.373,1158,2.29,1159,2.121,1167,0.511,1170,2.29,1171,2.392,1172,1.819,1174,2.2,1176,2.609,1177,2.746,1178,2.823,1184,1.051,1185,2.655,1189,2.662,1196,2.43,1213,1.925,1320,3.611,1401,1.87,1452,2.525,1453,2.006,1457,1.537,1465,3.074,1534,2.511,1539,2.049,1546,1.925,1549,1.288,1550,3.611,1553,1.416,1563,1.159,1566,1.571,1584,1.121,1587,1.819,1591,2.225,1592,1.726,1595,2.2,1598,2.121,1608,1.726,1612,1.607,1620,2.121,1625,1.103,1715,1.571,1799,2.655,1877,1.984,1998,2.049,2000,1.984,2149,1.819,2171,1.571,2220,2.2,2223,1.416,2257,1.684,2274,1.607,2280,2.049,2325,2.823,2355,1.645,2490,2.049,2516,2.796,2571,2.2,2577,2.121,2584,2.272,2688,1.771,2697,1.984,2711,2.121,3044,2.121,3061,2.29,3162,2.655,3198,4.613,3235,2.834,3540,2.392,3619,3.611,3670,3.094,3672,2.655,3673,2.834,3792,2.655,3870,2.511,4464,2.2,5976,3.074,5983,4.642,5984,2.834,5985,3.439,5986,3.439,5987,3.439,5988,3.439,5989,3.439,5990,3.439,5991,3.439,5992,3.439,5993,2.834,5994,5.193,5995,3.439,5996,3.074,5997,6.256,5998,3.439,5999,3.439]],["file_terms//uw-research-computing/r-jobs.html",[]],["root_relative_url//uw-research-computing/conda-installation.html",[0,0.229,1,0.136,6000,4.108,6001,4.108]],["high//uw-research-computing/conda-installation.html",[3,0.181,4,0.084,6,0.483,7,0.154,12,0.551,13,0.362,14,0.048,15,0.535,16,0.56,17,0.066,18,0.18,19,0.528,20,0.594,21,0.455,22,0.847,23,0.091,52,0.631,93,0.781,121,0.435,139,0.79,151,0.745,155,1.256,163,0.173,166,0.346,175,0.611,192,0.435,196,0.711,197,0.68,198,0.834,199,2.343,210,0.813,221,0.551,335,0.624,576,0.781,660,0.82,666,0.977,1020,1.012,1045,1.078,1052,0.993,1091,0.576,1106,0.907,1176,0.957,1450,1.283,1452,1.032,1553,1.052,1599,0.862,1797,2.239,2235,1.577,2688,1.317]],["medium//uw-research-computing/conda-installation.html",[10,0.054,14,0.009,16,0.289,17,0.113,38,0.174,52,0.202,60,0.264,82,0.302,94,1,110,0.39,134,0.698,136,0.471,138,0.059,151,0.384,155,1.207,157,0.804,160,0.085,196,0.652,197,0.517,199,0.445,210,0.759,234,0.354,236,0.833,362,0.144,427,0.416,593,0.662,717,0.565,734,0.264,784,0.445,1041,0.437,1044,0.765,1046,1.417,1051,1.072,1052,0.513,1059,1.34,1072,2.157,1082,0.679,1091,0.529,1107,0.306,1108,1.187,1109,0.761,1110,0.761,1111,2.635,1122,0.59,1128,0.717,1154,1.382,1156,0.603,1415,0.881,1467,1.447,1488,1.501,1500,1.178,1503,0.963,1504,0.918,1506,1.811,1519,1.713,1545,1.122,1591,0.565,1619,2.11,1712,0.761,1797,4.772,2476,2.314,2704,0.878,3002,3.765,3197,1.087,3245,5.472,3247,1.632,3253,2.394,3533,1.179,3851,3.936,3858,2.314,4871,0.844,5761,1.018,6002,3.936,6003,1.319,6004,2.833,6005,1.934,6006,7.618,6007,6.463,6008,2.347,6009,1.319,6010,1.319,6011,2.347,6012,2.833,6013,2.611,6014,2.347,6015,1.319,6016,1.319,6017,1.319,6018,1.319,6019,3.842,6020,1.319,6021,1.319,6022,1.319,6023,2.347,6024,1.319,6025,1.319,6026,2.347,6027,1.179,6028,1.319,6029,1.319,6030,1.319,6031,1.319,6032,1.319,6033,1.319,6034,1.319,6035,1.319]],["content//uw-research-computing/conda-installation.html",[1,0.104,3,0.618,4,0.328,5,1.083,6,1.497,7,0.584,10,0.223,13,0.448,14,0.069,15,0.661,17,0.171,18,0.292,19,0.652,23,0.112,24,0.965,29,1.147,32,1.613,33,1.172,34,0.045,35,0.588,38,0.587,39,0.765,40,0.906,42,1.332,44,1.245,47,0.562,49,1.547,50,1.155,52,0.745,55,1.968,56,0.898,57,1.464,58,0.315,59,0.298,60,1.189,63,1.26,64,1.03,65,1.748,66,0.597,67,2.35,72,1.161,80,0.614,81,1.443,82,1.74,84,0.839,85,1.354,87,1.3,89,1.693,94,2.272,95,1.382,100,2.286,102,0.624,103,1.155,106,0.854,108,1.292,112,0.949,113,2.066,116,1.476,117,1.595,121,1.226,124,0.499,126,1.164,131,0.814,136,0.881,137,1.197,138,0.075,139,1.61,141,1.3,147,0.892,148,1.548,151,2.81,155,1.823,157,1.828,158,1.511,159,2.461,160,0.466,162,1.623,163,0.537,164,1.326,165,0.53,166,0.753,167,0.802,168,0.661,169,0.701,170,0.95,171,0.767,172,0.892,173,0.839,174,1.332,175,1.595,176,0.865,177,0.92,178,0.865,179,0.485,180,1.03,181,1.199,182,0.4,183,1.113,184,1.102,185,0.95,186,0.642,187,0.79,188,1.481,189,0.606,190,2.005,191,0.79,192,1.011,193,0.947,194,0.642,195,1.03,196,2.462,197,0.936,198,1.586,199,3.263,200,0.802,201,1.065,202,1.102,203,1.529,204,1.152,205,0.647,206,0.462,207,1.586,208,1.065,209,0.95,210,1.98,211,0.606,212,0.462,213,0.755,214,1.464,215,0.522,216,1.03,217,0.167,218,0.722,219,0.965,220,1.217,221,1.956,222,1.121,223,0.826,225,1.03,247,0.947,249,1.146,269,1.643,274,1.227,285,1.882,303,0.362,330,1.261,335,0.381,344,2.003,345,0.588,352,0.892,354,1.182,356,1.204,358,1.443,361,1.121,362,0.53,363,1.64,366,2.907,392,1.25,402,1.585,410,1.25,414,0.597,420,1.376,425,0.433,426,1.03,438,0.826,450,1.227,475,1.273,482,2.182,488,1.227,491,1.3,494,0.826,495,1.047,501,1.64,502,1.102,511,1.25,512,1.627,526,1.326,537,1.443,567,1.25,573,1.856,611,1.625,612,1.065,627,1.948,632,0.878,654,1.065,658,1.102,660,2.139,666,0.597,676,0.996,734,1.336,735,1.585,742,0.681,758,0.93,762,0.826,789,1.161,810,2.175,824,0.767,848,1.013,878,2.129,885,1.275,897,0.965,933,0.755,961,1.382,962,1.141,973,1.326,1001,1.547,1008,1.205,1020,1.25,1042,1.3,1051,1.443,1052,1.89,1063,1.3,1091,1.787,1106,1.121,1107,1.949,1114,1.299,1124,1.164,1129,1.486,1133,1.396,1135,1.141,1136,1.627,1138,1.217,1142,1.882,1143,0.814,1146,1.935,1149,2.899,1151,1.702,1152,0.839,1154,1.6,1156,1.443,1157,1.083,1161,2.438,1164,0.865,1167,0.881,1168,2.443,1176,1.822,1177,3.139,1184,1.813,1189,1.935,1196,1.89,1228,1.476,1235,1.204,1243,1.182,1250,2.438,1251,1.418,1333,1.382,1349,1.948,1361,1.717,1374,1.547,1381,1.083,1393,1.627,1414,2.907,1429,1.227,1452,2.691,1453,1.013,1494,1.013,1535,3.952,1543,3.291,1545,2.327,1553,2.745,1556,1.717,1563,2.248,1571,3.001,1584,1.03,1586,1.275,1587,1.67,1588,1.627,1599,2.001,1601,2.021,1611,1.585,1617,1.065,1619,3.239,1620,1.948,1621,3.434,1625,1.013,1645,2.103,1657,1.668,1700,2.197,1715,1.443,1736,1.51,1737,1.822,1744,1.882,1797,5.093,1809,2.452,1846,2.021,1877,1.822,2155,1.326,2223,1.3,2235,4.112,2237,2.438,2353,2.103,2354,4.01,2355,1.51,2361,1.326,2363,1.768,2371,2.823,2372,3.239,2533,2.823,2571,2.021,2584,1.382,2598,2.021,2628,1.948,2688,1.627,2738,3.239,2884,2.021,3004,2.438,3014,2.823,3044,1.948,3051,2.197,3088,2.197,3149,2.603,3198,1.948,3213,1.882,3247,3.384,3361,2.021,3362,3.553,3587,2.197,3649,2.603,3879,3.756,3880,2.603,3996,1.882,4011,3.001,4341,2.603,5237,2.823,5714,2.438,6002,4.35,6005,2.603,6036,3.158,6037,2.603,6038,3.158,6039,2.823,6040,2.823,6041,2.823,6042,7.927,6043,2.823,6044,2.603,6045,4.35,6046,3.158,6047,3.158,6048,3.158,6049,3.158,6050,3.158,6051,2.823,6052,3.158,6053,3.158,6054,3.158]],["file_terms//uw-research-computing/conda-installation.html",[]],["root_relative_url//people.html",[6055,6.54]],["high//people.html",[3,0.156,23,0.078,552,0.603,680,1.062,907,2.985,908,1.466,1035,1.312,1083,1.271,1233,0.944,1234,0.944,1281,2.428,1630,1.532,1647,2.333,1765,1.271,1766,1.271,1872,1.815,1919,3.005,1920,1.7,2223,0.906,2431,1.312,2546,1.815,2671,1.7,2759,1.7,2914,1.532,2925,1.466,2967,1.969,2968,1.969,3055,1.815,3056,1.815,3057,1.608,3058,1.608,3241,1.7,3985,1.815,4435,1.608,4486,1.969,4899,1.969,4917,1.969,4951,1.969,4990,1.7,4992,1.969,5099,1.815,5142,1.969,5146,1.969,5859,1.969,6051,1.969,6056,2.202,6057,2.202,6058,2.202,6059,2.202,6060,1.969,6061,1.969,6062,2.202,6063,2.202,6064,2.202,6065,1.969,6066,2.202,6067,2.202,6068,2.202,6069,2.202,6070,2.202,6071,2.202,6072,2.202,6073,1.815,6074,2.202,6075,2.202,6076,2.202,6077,2.202,6078,1.815,6079,1.815,6080,2.202,6081,2.202,6082,2.202,6083,2.202,6084,2.202,6085,2.202,6086,2.202,6087,2.202,6088,2.202,6089,2.202,6090,2.202,6091,2.202,6092,2.202,6093,2.202,6094,2.202,6095,2.202,6096,2.202,6097,2.202,6098,2.202,6099,2.202,6100,2.202,6101,2.202,6102,2.202,6103,2.202,6104,2.202]],["medium//people.html",[]],["content//people.html",[1,0.339,3,0.413,18,0.337,25,1.573,29,1.327,34,0.054,36,2,67,2.978,69,2.065,74,1.48,75,2.739,115,2.224,182,0.767,217,0.308,228,0.55,234,0.88,245,1.086,326,3.763,411,2.401,425,0.872,519,4.297,538,2.936,542,1.597,552,2.494,580,1.206,614,1.91,654,2.143,704,2.92,716,1.07,749,2.916,874,2.608,890,3.476,931,2.184,952,2.928,1005,3.685,1008,1.36,1167,1.307,1214,2.354,1232,2.776,1294,2.928,1396,5.546,1445,4.518,1659,3.171,1830,3.171,1839,4.807,1858,4.207,2610,3.732,2920,6.119,3213,3.476,5522,6.725,6105,5.833,6106,5.833,6107,5.833]],["file_terms//people.html",[]],["root_relative_url//CDIS_eventpage.html",[6108,6.54]],["high//CDIS_eventpage.html",[]],["medium//CDIS_eventpage.html",[]],["content//CDIS_eventpage.html",[123,4.053,138,0.064,249,1.902,1579,5.165,2535,6.232,6109,8.074]],["file_terms//CDIS_eventpage.html",[]],["root_relative_url//htcondor-helps-enable-mars-research.html",[142,0.494,182,0.301,254,1.065,2894,2.433,4886,3.267]],["high//htcondor-helps-enable-mars-research.html",[1,0.221,3,0.474,4,0.221,23,0.238,182,0.551,275,1.952,2893,4.66,2894,4.461]],["medium//htcondor-helps-enable-mars-research.html",[]],["content//htcondor-helps-enable-mars-research.html",[4,0.238,10,0.167,14,0.05,17,0.243,40,2.071,47,1.286,115,2.754,118,3.466,160,0.467,163,0.582,182,0.706,206,1.417,217,0.453,274,2.806,282,3.16,290,3.719,297,5.973,302,4.303,363,2.435,393,5.951,409,5.574,424,6.456,425,0.643,433,1.462,447,1.628,463,4.042,487,2.656,495,2.394,499,2.609,526,3.032,533,2.972,544,3.819,576,2.206,618,3.375,700,1.325,731,2.137,839,1.978,998,4.042,1000,2.609,1021,4.454,1034,3.095,1204,3.719,1399,3.454,1419,3.3,1429,2.806,1452,2.915,1777,2.806,1905,2.972,2204,3.926,2444,2.859,2893,5.973,2894,6.103,3130,5.574,3133,5.273,3146,5.023,3161,4.808,3213,5.462,4410,5.273,4674,6.456,4772,5.574,5738,6.456,5883,6.456,6110,7.222,6111,7.222,6112,6.456,6113,5.951]],["file_terms//htcondor-helps-enable-mars-research.html",[]],["root_relative_url//uw-research-computing/dagman-workflows.html",[0,0.229,1,0.136,6114,4.108,6115,4.108]],["high//uw-research-computing/dagman-workflows.html",[3,0.368,4,0.172,12,1.121,13,0.737,14,0.048,15,1.089,16,1.138,17,0.133,18,0.181,19,1.073,20,1.207,21,0.926,22,1.724,23,0.185,93,1.588,179,0.518,183,1.189,184,1.814,185,1.563,608,0.566]],["medium//uw-research-computing/dagman-workflows.html",[]],["content//uw-research-computing/dagman-workflows.html",[3,0.656,4,0.33,5,2.123,6,1.618,7,0.541,10,0.229,13,0.878,14,0.071,17,0.159,18,0.215,29,1.291,33,1.008,35,1.153,39,0.896,50,1.205,56,0.772,57,1.589,58,0.617,59,0.584,60,1.241,63,1.17,66,1.17,90,2.35,93,1.891,103,0.993,137,0.905,138,0.049,141,2.548,147,1.136,155,1.119,157,1.984,158,1.922,160,0.4,162,1.396,165,0.607,166,0.807,167,1.572,168,1.297,169,1.375,170,1.862,171,1.503,172,1.748,173,1.644,174,1.695,175,1.481,176,1.695,177,1.804,178,1.695,179,0.779,180,2.019,181,1.925,182,0.763,183,2.057,184,2.16,185,2.788,186,1.259,187,1.548,188,1.736,189,1.187,190,1.862,191,1.548,192,1.331,193,1.205,194,1.259,195,2.019,196,2.173,197,0.606,198,2.019,199,2.087,200,1.572,201,2.087,202,2.16,203,2.207,204,1.48,205,0.824,206,0.905,207,2.019,208,2.087,209,1.862,210,1.223,211,1.187,212,0.905,213,1.481,214,1.259,215,1.023,216,2.019,217,0.327,218,1.416,219,1.891,220,1.548,221,1.335,222,2.197,223,1.62,240,1.832,402,3.108,449,2.768,454,2.318,487,2.277,556,1.986,705,3.154,749,2.052,756,2.123,878,2.709,879,4.521,880,3.961,969,1.748,1002,2.277,1133,1.776,1157,2.123,1294,3.108,1301,3.274,1440,4.122,1558,3.274,1584,2.019,1621,4.025,1984,4.509,2478,3.366,2526,3.689,3088,4.306]],["file_terms//uw-research-computing/dagman-workflows.html",[]],["root_relative_url//adjacent-tissues-paper.html",[6116,4.689,6117,4.192,6118,4.689]],["high//adjacent-tissues-paper.html",[1,0.203,3,0.436,4,0.257,23,0.219,165,0.389,212,0.9,974,2.075,2810,2.943,2901,4.75,2902,5.071,2903,5.071]],["medium//adjacent-tissues-paper.html",[]],["content//adjacent-tissues-paper.html",[0,0.261,1,0.319,3,0.62,4,0.314,17,0.167,25,1.409,29,0.707,33,1.057,34,0.05,35,0.872,39,0.537,43,0.613,44,0.81,47,0.834,55,1.553,56,0.584,71,0.72,74,0.935,80,1.264,82,1.072,83,1.056,96,0.874,106,0.675,112,0.584,117,1.121,124,0.74,126,1.554,134,2.478,137,0.685,138,0.059,142,0.633,145,1.968,150,4.189,154,2.05,162,1.464,165,0.594,169,1.041,179,0.467,187,1.172,188,1.657,212,1.091,215,0.774,217,0.394,223,1.7,228,0.703,238,2.051,245,0.872,247,0.912,254,1.365,256,1.365,257,0.834,261,2.017,266,1.503,269,1.154,276,1.968,279,1.82,280,1.635,293,2.472,294,1.455,296,3.12,308,1.478,316,2.139,326,3.251,340,2.008,350,1.754,356,2.478,361,1.227,364,2.295,367,2.352,376,1.104,380,1.478,382,1.954,391,1.172,398,3.186,414,0.885,420,0.967,422,1.323,438,2.107,450,1.82,461,1.503,480,2.141,484,2.241,485,1.026,494,1.226,495,1.553,497,4.623,507,3.12,510,2.279,511,1.855,513,2.704,520,2.89,529,1.432,532,3.617,537,2.141,544,2.478,552,1.283,560,0.981,563,2.89,600,2.241,605,2.139,609,2.295,615,2.241,616,2.623,632,1.303,652,4,654,1.422,659,2.141,663,3.036,668,2.548,672,1.985,674,2.704,700,1.368,702,2.909,706,1.503,711,1.923,716,1.192,728,3.83,731,2.504,734,1.614,751,1.723,757,2.279,758,0.654,762,1.226,766,3.636,776,3.636,779,2.704,780,2.095,781,2.141,782,2.295,784,1.58,786,3.862,789,1.723,820,2.247,839,1.283,842,2.095,844,2.572,854,1.365,868,1.154,869,2.785,897,1.432,917,1.891,924,2.998,928,1.503,939,2.413,965,3.485,976,1.663,996,4.043,1034,2.008,1076,2.728,1150,1.891,1153,2.413,1167,0.965,1179,2.548,1182,2.704,1208,1.323,1216,2.524,1246,1.923,1249,1.929,1265,3.259,1293,3.436,1309,1.553,1358,3.422,1374,2.295,1381,1.607,1388,3.12,1399,2.241,1428,1.754,1457,3.601,1554,7.453,1570,2.998,1584,1.528,1599,2.19,1604,3.68,1610,2.478,1625,2.084,1659,2.548,1677,2.843,1737,2.704,1769,1.929,1771,1.82,1777,1.82,1778,3.617,1862,2.19,1884,2.548,1926,2.548,1930,2.792,1955,4.744,1974,2.008,1991,2.792,2155,1.968,2158,2.352,2159,3.182,2258,2.295,2306,2.792,2332,3.111,2389,3.862,2447,3.422,2559,4.007,2651,2.998,2674,4.647,2756,3.259,2759,5.015,2810,4.046,2867,3.259,2872,3.436,2897,2.548,2901,3.617,2902,7.831,2903,6.637,3007,3.862,3437,5.015,3495,3.862,3835,4.189,3839,3.259,4032,3.12,4174,5.015,4389,3.862,4405,4.189,4570,3.617,4766,4.189,4767,5.015,4818,3.862,4831,4.189,4937,3.617,4981,5.808,5056,3.862,5654,3.422,5948,4.189,6117,4.189,6119,6.498,6120,6.498,6121,6.498,6122,8.055,6123,8.46,6124,8.46,6125,6.498,6126,3.862,6127,4.686,6128,6.498,6129,4.686,6130,5.808,6131,4.686,6132,4.686,6133,7.459,6134,6.498,6135,4.686,6136,5.808,6137,4.686,6138,4.686,6139,4.686,6140,4.686,6141,4.686,6142,4.686,6143,4.189,6144,4.686,6145,4.686,6146,4.686,6147,4.686,6148,4.686,6149,4.686,6150,4.686,6151,4.686,6152,4.686,6153,4.189,6154,4.686]],["file_terms//adjacent-tissues-paper.html",[]],["root_relative_url//CLAS12.html",[6155,6.54]],["high//CLAS12.html",[3,0.328,23,0.165,30,0.986,34,0.044,45,1.196,183,1.061,212,0.678,234,0.7,379,2.71,489,2.074,559,2.329,595,2.861,608,0.703,611,1.271,631,3.227,906,2.454,974,2.175,1243,1.737,1315,2.074,2446,3.509,4094,3.824,6156,4.148]],["medium//CLAS12.html",[]],["content//CLAS12.html",[0,0.158,1,0.183,4,0.268,7,0.171,10,0.158,11,0.867,12,1.195,14,0.055,15,1.524,17,0.187,18,0.274,25,0.846,29,0.836,30,1.803,32,0.941,33,1.115,34,0.055,35,0.528,39,0.325,40,1.59,41,3.268,43,0.897,45,2.494,47,0.987,49,1.39,52,0.849,53,0.84,56,0.354,57,0.577,58,0.552,59,0.523,67,2.195,68,1.461,69,0.577,71,0.759,74,0.798,79,0.853,80,0.552,84,0.754,87,1.168,96,0.462,99,1.833,102,0.56,103,0.718,104,0.814,105,1.025,107,1.082,112,0.691,115,1.082,117,1.325,118,2.237,121,0.762,123,1.425,124,0.448,129,1.111,131,0.731,137,0.415,138,0.065,139,0.544,142,0.851,146,2.491,151,0.827,152,1.055,154,3.035,155,0.513,160,0.443,162,1.009,163,0.551,164,1.88,166,0.528,169,0.994,176,0.777,178,0.777,179,0.283,182,0.368,183,1.439,186,1.48,194,1.28,197,0.438,204,0.958,210,0.56,212,0.655,213,0.679,214,0.577,215,0.916,220,0.71,221,0.612,223,0.742,228,0.268,234,1.098,245,0.833,247,0.871,249,0.669,254,0.827,256,1.304,257,0.797,261,0.881,267,1.062,268,1.123,269,1.103,271,1.103,273,0.951,274,1.102,275,0.827,276,1.192,277,1.435,279,2.153,285,1.691,286,4.026,291,0.853,294,0.881,295,1.815,303,0.874,316,0.814,317,2.98,323,1.501,328,2.518,329,1.357,330,0.603,332,1.637,335,0.54,338,1.889,340,1.216,344,1.168,345,1.032,346,3.546,348,1.082,353,2.783,356,1.082,359,1.168,360,0.867,361,0.846,363,0.957,372,1.326,374,2.247,375,1.842,376,0.669,379,2.876,382,0.853,384,0.422,387,1.588,388,1.637,389,1.974,392,1.123,394,0.536,398,1.535,404,1.269,406,1.815,408,0.649,410,1.123,411,1.168,412,0.881,415,1.039,422,1.264,425,0.253,427,0.895,430,1.261,433,0.944,438,0.742,439,1.242,445,1.509,447,1.64,449,1.269,450,1.739,453,1.543,458,1.974,461,2.196,475,0.742,480,2.533,481,3.198,482,1.043,487,1.043,489,1.269,493,2.305,499,1.617,500,2.237,502,0.99,504,1.691,506,1.216,510,1.693,512,1.461,515,1.461,516,0.84,520,1.75,521,2.192,527,2.715,529,0.867,533,1.168,535,3.067,537,1.297,538,2.3,542,0.777,543,2.583,547,0.621,554,1.676,555,1.772,559,3.963,560,0.937,566,1.326,571,1.691,572,1.588,576,0.867,580,1.537,593,1.425,594,3.855,595,2.76,602,1.102,605,0.814,608,1.002,609,1.39,611,1.518,612,1.213,613,2.233,614,1.136,615,1.357,631,1.974,642,1.889,648,1.637,650,2.121,654,0.621,655,2.19,663,1.326,668,2.434,672,0.867,676,0.895,680,2.513,681,2.783,683,1.192,684,1.954,685,1.691,698,1.75,699,1.543,700,1.256,701,0.99,704,2.018,706,0.91,711,1.862,712,2.367,713,1.357,716,0.821,718,2.903,719,1.425,721,1.425,726,1.007,728,1.959,735,1.425,742,0.965,743,1.543,746,2.537,756,0.973,758,0.396,762,0.742,766,1.588,777,1.428,781,2.045,783,1.974,784,0.957,788,1.326,789,1.043,808,2.864,810,1.269,820,0.754,828,1.145,835,3.113,839,2.634,848,0.91,849,3.113,854,0.827,864,4.001,871,1.75,874,2.478,878,1.242,888,2.192,890,5.056,906,4.175,928,0.91,929,1.136,931,1.062,933,0.679,939,1.461,949,1.242,951,2.072,958,1.974,974,2.121,976,2.233,981,1.974,985,1.815,987,2.305,996,2.247,1001,1.39,1002,1.043,1010,2.98,1015,1.589,1019,2.875,1037,1.974,1042,1.168,1065,0.881,1091,0.64,1114,0.621,1134,1.297,1137,1.043,1150,1.145,1151,0.814,1152,0.754,1160,1.145,1164,0.777,1167,0.421,1173,2.072,1180,1.145,1182,1.637,1191,1.974,1196,1.102,1204,1.461,1216,2.153,1225,1.75,1235,1.082,1238,1.974,1243,2.075,1246,1.325,1253,2.356,1258,1.691,1262,1.39,1265,3.113,1297,1.543,1317,2.072,1322,2.19,1325,2.754,1330,2.305,1339,2.537,1350,2.434,1355,2.19,1356,2.537,1361,1.543,1364,1.543,1382,1.357,1388,1.889,1393,1.461,1394,1.637,1400,1.425,1416,2.045,1421,1.326,1428,1.062,1439,1.637,1450,2.247,1453,1.778,1494,0.91,1499,1.815,1553,1.842,1555,1.425,1557,1.815,1575,1.588,1577,1.062,1593,1.543,1605,2.583,1632,1.543,1638,1.242,1644,1.691,1656,2.338,1657,1.535,1663,1.501,1667,1.043,1677,1.242,1689,1.357,1691,1.588,1703,3.328,1704,2.537,1759,2.338,1764,1.543,1771,1.102,1776,2.001,1777,1.102,1783,1.501,1795,1.974,1814,2.072,1830,2.434,1832,3.268,1833,4.857,1841,2.338,1844,1.501,1873,1.588,1879,1.637,1889,3.268,1918,1.637,1940,1.889,1952,1.889,1974,1.216,1998,1.691,2000,1.637,2149,1.501,2159,1.39,2204,1.543,2222,2.338,2227,1.145,2233,1.815,2235,1.75,2326,4.19,2332,2.314,2363,1.588,2386,2.505,2387,1.691,2442,1.637,2444,1.123,2446,3.014,2451,2.537,2452,2.19,2455,2.19,2531,1.901,2542,1.974,2559,1.75,2560,2.537,2577,1.75,2588,1.691,2598,1.815,2601,1.889,2604,2.19,2607,2.141,2650,1.974,2709,2.072,2711,1.75,2781,1.588,2782,4.568,2801,1.543,2810,1.357,2814,2.19,2822,3.689,2859,1.691,2872,2.367,2884,1.815,2890,1.588,2912,2.072,2924,1.691,3023,2.19,3044,1.75,3056,2.338,3097,1.75,3106,1.974,3154,3.689,3166,2.537,3172,1.815,3336,3.159,3387,2.072,3413,2.19,3428,2.072,3439,2.338,3508,1.543,3546,2.072,3572,2.19,3592,2.19,3641,2.864,3642,2.864,3670,1.691,3675,1.889,3772,4.845,3831,2.19,3929,2.537,3932,1.815,3950,5.001,4031,2.537,4032,1.889,4134,2.537,4149,2.98,4152,3.455,4171,1.815,4174,2.19,4175,2.537,4391,2.072,4418,2.537,4479,2.338,4641,2.338,4685,1.889,4688,2.338,4691,2.537,4719,2.537,4748,2.19,4792,2.338,4834,2.072,4840,2.072,4871,1.815,4918,2.338,4927,2.338,4938,2.19,4985,2.537,5253,2.537,5313,2.537,5459,3.689,5461,4.955,5471,2.537,5476,2.537,5484,2.338,5634,2.537,5735,2.537,6156,8.01,6157,8.653,6158,5.543,6159,4.476,6160,2.838,6161,2.838,6162,2.838,6163,2.537,6164,2.838,6165,4.476,6166,2.838,6167,2.537,6168,4.476,6169,2.838,6170,2.537,6171,2.838,6172,9.422,6173,2.838,6174,4.001,6175,4.476,6176,2.537,6177,2.838,6178,2.537,6179,2.537,6180,2.537,6181,2.838,6182,2.838,6183,4.476,6184,6.123,6185,6.849,6186,2.838,6187,4.476,6188,2.838,6189,2.838,6190,2.838,6191,4.001,6192,2.838,6193,2.838,6194,2.838,6195,2.838,6196,2.838,6197,2.838,6198,2.838,6199,2.838,6200,3.689,6201,2.838,6202,2.838,6203,2.838,6204,2.838,6205,4.476,6206,4.476,6207,2.838,6208,2.838,6209,2.838,6210,2.838,6211,2.838,6212,2.838,6213,2.838,6214,2.838,6215,2.838,6216,4.476,6217,6.293,6218,5.543,6219,2.838,6220,4.476,6221,2.838,6222,2.838,6223,2.838,6224,2.838,6225,2.838,6226,2.838,6227,2.838,6228,2.838,6229,2.838,6230,2.537,6231,2.838,6232,2.838,6233,2.838,6234,4.476,6235,6.849,6236,2.838,6237,2.838,6238,2.537,6239,2.838,6240,2.537,6241,1.974,6242,2.19,6243,4.476,6244,5.543]],["file_terms//CLAS12.html",[]],["root_relative_url//uw-research-computing/user-expectations.html",[0,0.229,1,0.136,2676,3.385,6245,4.108]],["high//uw-research-computing/user-expectations.html",[3,0.572,4,0.239,13,1.024,17,0.141,23,0.195,48,2.861,59,0.681,366,2.686,384,0.517,608,0.597,1111,2.562,1312,2.13]],["medium//uw-research-computing/user-expectations.html",[180,2.416,565,4.491,3698,7.795,6246,7.411]],["content//uw-research-computing/user-expectations.html",[0,0.348,1,0.26,3,0.71,4,0.311,7,0.517,10,0.209,11,1.357,13,1.027,14,0.058,16,0.972,17,0.246,18,0.154,23,0.28,29,0.67,30,1.672,34,0.051,38,0.614,40,1.274,43,0.581,46,1.531,47,0.791,48,1.758,50,0.864,57,0.903,58,0.722,59,0.865,60,0.89,62,3.386,63,0.839,64,1.448,69,0.903,70,4.318,71,0.694,74,0.639,79,2.494,82,1.016,86,1.792,89,1.127,90,1.335,94,1.974,96,0.813,97,1.179,99,1.294,103,1.003,104,1.274,106,1.239,108,1.179,110,2.144,112,0.554,115,1.693,121,0.756,126,1.062,128,2.175,131,1.144,132,1.758,138,0.05,142,0.979,144,0.779,148,1.682,159,2.365,160,0.509,162,1.001,163,0.491,164,1.865,165,0.395,166,0.608,168,1.647,169,0.986,177,2.111,183,1.657,185,1.335,186,1.473,187,1.565,189,0.851,192,1.234,197,0.434,207,1.448,215,0.734,218,1.016,221,1.349,247,0.864,257,1.29,271,1.094,274,1.725,278,2.956,303,0.831,327,1.865,335,0.536,344,2.576,345,1.165,356,1.693,362,0.789,366,4.331,376,1.046,381,1.792,384,0.919,391,2.074,394,0.839,405,4.055,408,1.431,414,0.839,420,0.916,422,1.254,423,1.903,425,0.838,430,0.89,433,0.756,438,1.162,445,1.497,447,1.633,473,2.029,485,1.369,487,1.633,493,2.287,494,1.162,499,1.604,502,1.549,506,1.903,510,1.357,511,1.758,525,2.04,532,3.427,538,1.294,542,1.216,554,1.663,598,2.414,599,2.124,602,2.431,608,0.903,614,1.588,645,2.348,673,1.985,676,1.974,680,2.292,684,1.378,704,1.424,708,2.956,714,2.485,716,1.148,717,1.903,726,1.576,734,1.254,742,1.349,758,0.62,760,2.175,762,1.896,802,2.175,820,1.179,824,2.089,836,2.175,848,1.424,867,2.738,868,1.542,884,1.903,898,1.758,931,1.663,940,2.124,941,2.841,947,1.828,980,1.633,1008,0.802,1019,2.029,1030,2.797,1042,1.828,1071,1.401,1091,1.41,1104,2.562,1107,1.031,1111,4.021,1114,1.586,1124,1.062,1129,1.357,1138,2.074,1143,1.867,1145,1.985,1152,1.662,1154,0.986,1167,0.929,1173,3.242,1189,1.448,1194,3.969,1208,2.657,1217,4.386,1227,1.216,1236,2.738,1242,2.175,1246,1.314,1260,2.124,1280,1.663,1307,2.628,1309,2.074,1312,2.431,1337,3.969,1346,3.502,1370,2.287,1387,2.738,1392,5.505,1404,2.414,1412,2.956,1437,2.221,1439,2.562,1442,3.088,1551,3.065,1556,3.402,1574,2.841,1608,3.141,1623,2.841,1626,2.646,1632,2.414,1649,1.693,1660,2.841,1671,2.414,1674,2.562,1700,3.088,1741,2.124,1762,1.903,1795,3.088,1847,2.738,1867,1.549,1908,2.348,2149,2.348,2183,3.729,2218,2.287,2229,2.414,2269,3.969,2306,2.646,2317,4.83,2325,2.414,2374,3.065,2375,2.738,2481,2.646,2541,2.485,2588,2.646,2638,2.348,2700,2.738,2707,3.969,2859,4.318,2861,5.594,3019,3.242,3045,5.157,3247,4.352,3310,2.841,3380,3.969,3583,2.956,3627,3.969,3996,2.646,4002,3.969,4003,3.088,4339,3.427,4340,3.969,4517,3.969,4877,5.157,5477,3.427,5681,3.659,5712,3.427,5714,3.427,6167,3.969,6247,3.969,6248,4.441,6249,4.441,6250,6.258,6251,6.258,6252,6.258,6253,4.441,6254,4.441,6255,4.441,6256,4.441,6257,4.441,6258,3.659,6259,4.441,6260,4.441,6261,4.441,6262,4.441,6263,4.441]],["file_terms//uw-research-computing/user-expectations.html",[]],["root_relative_url//uw-research-computing/multiple-jobs.html",[0,0.229,1,0.136,1039,2.299,6264,3.672]],["high//uw-research-computing/multiple-jobs.html",[3,0.2,4,0.24,7,0.268,12,0.608,13,0.4,14,0.056,15,0.59,16,0.617,17,0.072,18,0.098,19,0.582,20,0.655,21,0.502,22,0.935,23,0.1,38,0.209,60,0.565,71,0.312,93,0.861,121,0.758,124,0.445,163,0.191,166,0.526,181,1.545,182,0.366,186,0.573,188,0.626,236,1.001,335,0.537,461,0.904,560,0.933,666,0.533,1041,0.935,1045,0.738,1071,1.405,1106,1.001,1457,1.991,1617,0.95,3158,2.323,3253,2.421,3682,2.52,3806,1.961,6265,2.323]],["medium//uw-research-computing/multiple-jobs.html",[14,0.009,17,0.124,52,0.584,66,0.439,75,0.847,89,1.11,138,0.073,166,0.497,180,0.426,188,0.29,189,0.602,335,0.28,380,2.356,433,1.007,447,0.708,666,0.247,677,2.354,826,0.953,909,2.01,920,1.093,942,1.995,1059,1.69,1071,2.525,1073,1.039,1082,2.496,1122,2.506,1133,1.608,1191,0.908,1295,2.294,1483,3.239,1488,2.439,1494,0.745,1617,0.44,1743,3.457,1981,2.294,2044,1.076,2073,0.624,2139,1.076,2472,1.167,2561,1.794,3221,2.078,3222,1.008,3223,1.008,3253,1.708,3410,1.076,5035,1.167,5709,3.74,6266,1.305,6267,1.305,6268,1.167,6269,1.305,6270,1.305,6271,1.305,6272,1.305,6273,1.305,6274,1.305,6275,1.305,6276,1.305,6277,1.305,6278,1.305,6279,1.305,6280,2.324,6281,3.812,6282,1.305,6283,4.332,6284,4.372,6285,4.372,6286,3.812,6287,5.607,6288,6.189,6289,1.305,6290,2.324,6291,1.305,6292,5.253,6293,1.305,6294,1.305,6295,1.305,6296,2.324,6297,3.812]],["content//uw-research-computing/multiple-jobs.html",[1,0.11,3,0.522,4,0.333,5,1.142,6,1.295,7,0.611,10,0.212,12,0.719,13,0.472,14,0.071,15,1.436,17,0.176,18,0.238,20,0.773,21,0.593,23,0.119,29,0.502,33,0.999,34,0.02,35,0.62,38,0.632,39,0.581,43,0.966,44,1.584,47,1.092,50,1.194,52,0.776,53,0.986,56,0.765,57,1.031,58,0.332,59,0.314,60,1.796,62,2.369,63,0.958,65,1.23,66,0.958,71,0.68,73,1.203,79,1.524,80,0.648,82,0.762,89,1.972,96,0.762,102,0.658,103,0.534,105,1.203,106,0.883,112,0.765,113,1.454,116,1.142,117,0.797,121,1.677,124,0.8,136,1.018,137,0.487,138,0.078,139,1.667,141,1.371,142,0.685,145,1.399,147,0.611,148,1.177,155,0.602,157,1.287,158,1.034,160,0.328,163,0.343,164,1.399,165,0.51,166,0.852,167,0.846,168,1.285,169,0.74,170,1.002,171,0.809,172,0.941,173,0.885,174,0.912,175,0.797,176,1.388,177,0.971,178,0.912,179,0.505,180,1.086,181,2.178,182,0.777,183,1.16,184,1.162,185,1.002,186,1.248,187,0.833,188,1.964,189,1.414,190,1.002,191,0.833,192,0.863,193,0.648,194,0.677,195,1.086,196,1.41,197,0.671,198,1.086,199,1.123,200,0.846,201,1.123,202,1.162,203,1.581,204,1.185,205,0.443,206,0.487,207,1.086,208,1.123,209,1.002,210,0.658,211,0.639,212,0.487,213,0.797,214,0.677,215,0.55,216,1.086,217,0.267,218,1.16,219,1.018,220,0.833,221,0.719,222,1.183,223,0.872,228,0.314,240,0.986,247,0.648,249,0.785,258,1.428,269,1.249,273,1.568,298,1.522,316,0.956,333,1.522,335,0.827,340,3.568,345,1.142,350,1.898,357,1.985,360,1.874,361,1.394,362,0.363,380,2.163,383,3.279,384,0.804,388,2.925,391,0.833,392,1.319,402,1.673,404,1.489,410,1.319,412,1.034,414,0.629,420,1.266,423,1.428,433,0.567,447,1.143,461,1.968,478,1.018,488,1.294,489,2.266,499,1.203,501,1.123,516,0.986,529,1.018,546,1.489,560,1.821,566,2.369,601,2.525,607,1.522,632,1.41,666,0.629,667,1.985,698,2.055,705,2.476,711,0.986,734,0.668,742,0.719,748,1.865,758,1.029,761,1.203,788,1.557,820,0.885,824,1.489,848,1.068,865,5.168,868,1.689,896,2.572,898,3.198,928,1.068,929,1.287,942,2.086,947,2.086,961,2.218,965,2.369,993,1.428,1000,1.203,1001,1.632,1008,0.602,1009,1.183,1015,1.183,1026,2.086,1042,1.371,1046,2.743,1071,1.936,1091,0.751,1103,1.5,1106,2.758,1107,1.177,1108,1.849,1114,1.501,1122,1.489,1124,1.64,1128,1.811,1129,1.018,1132,2.756,1133,1.454,1138,1.534,1146,2,1151,0.956,1152,1.346,1153,1.716,1154,2.015,1156,2.803,1160,1.345,1167,0.495,1180,1.345,1184,1.549,1191,3.526,1239,5.65,1246,0.986,1251,1.787,1306,2.317,1335,2.572,1346,1.865,1381,1.142,1415,2.051,1453,1.068,1457,4.007,1483,2.055,1494,1.068,1555,3.08,1561,2.055,1564,2.218,1591,2.172,1595,2.132,1598,2.055,1608,3.08,1609,2.572,1617,1.709,1623,2.132,1638,1.458,1649,1.271,1657,1.142,1667,1.225,1669,2.055,1685,2.218,1735,1.865,1743,2.055,1769,1.371,1788,2.572,1838,2.218,1862,1.557,1889,3.701,2044,2.746,2059,2.218,2065,1.985,2073,2.934,2150,3.656,2155,1.399,2168,3.913,2262,1.673,2391,1.922,2487,2.132,2495,2.978,2524,2.433,2578,3.956,2710,2.055,2711,2.055,2733,2.132,2741,2.218,2775,4.565,2917,2.433,3003,2.545,3050,2.746,3051,2.317,3077,2.218,3132,1.865,3158,5.65,3253,4.225,3291,1.985,3630,2.433,3676,2.978,4544,2.746,5571,2.433,5709,2.572,6265,5.056,6283,2.978,6298,3.332,6299,3.332,6300,6.13,6301,2.978,6302,5.069,6303,3.332,6304,3.332,6305,3.332]],["file_terms//uw-research-computing/multiple-jobs.html",[]],["root_relative_url//htcondor-european-workshop.html",[182,0.386,1199,3.864,2909,3.424]],["high//htcondor-european-workshop.html",[3,0.454,23,0.228,182,0.528,447,1.446,1200,2.998,1591,2.749,2909,4.685,2910,4.952,2911,5.287,2912,4.685]],["medium//htcondor-european-workshop.html",[]],["content//htcondor-european-workshop.html",[1,0.206,4,0.273,10,0.102,11,1.349,17,0.185,18,0.217,19,1.286,29,0.94,34,0.051,36,1.514,38,0.462,42,1.706,43,0.946,46,1.61,51,2.887,55,2.394,71,0.952,72,1.623,74,0.636,103,0.708,105,2.251,106,0.636,107,1.683,108,1.173,112,0.777,113,1.266,121,0.752,124,0.697,126,1.727,132,1.748,136,0.656,138,0.068,142,0.597,144,1.377,148,1.025,154,1.966,160,0.508,163,0.489,165,0.496,179,0.44,182,0.773,186,0.898,194,0.898,217,0.437,228,0.588,242,3.07,245,0.822,247,1.213,253,1.567,257,0.786,263,1.286,267,2.333,268,3.495,271,1.535,277,2.517,278,2.939,279,1.715,294,2.242,303,0.949,306,2.274,308,2.476,309,2.671,310,1.463,328,1.623,330,1.324,344,3.711,356,2.754,359,1.817,361,0.834,362,0.787,363,1.488,375,2.565,380,1.393,384,0.902,387,2.471,389,4.334,402,2.216,410,2.467,411,2.565,425,0.555,426,2.032,438,1.155,447,1.99,454,3.099,458,3.07,461,2.316,463,2.471,475,1.89,501,2.435,502,1.54,510,1.349,513,2.547,519,1.974,529,1.349,538,1.286,542,1.978,545,1.623,546,1.974,555,3.107,604,1.817,608,0.901,611,1.209,630,3.07,654,1.973,660,1.416,669,1.817,671,2.722,672,2.397,676,1.393,695,1.892,700,0.81,704,1.416,705,1.782,726,2.212,734,0.885,738,2.162,739,3.408,740,4.81,742,0.952,743,2.4,748,4.043,756,2.137,758,1.008,762,1.155,763,2.547,770,1.782,776,3.488,787,2.471,825,2.335,839,1.209,854,1.816,874,1.974,878,1.932,897,1.349,920,1.104,927,2.824,928,1.999,976,2.785,987,2.274,1008,0.798,1026,1.817,1035,2.631,1102,2.631,1144,2.279,1152,1.173,1157,1.514,1200,4.593,1204,2.274,1208,1.247,1211,2.722,1214,2.515,1231,3.596,1232,1.966,1243,1.653,1244,4.454,1246,1.844,1251,2.104,1253,2.938,1263,3.07,1264,2.335,1269,3.224,1272,2.722,1274,3.296,1276,3.82,1277,3.596,1284,3.596,1309,1.463,1310,3.07,1325,1.932,1328,3.72,1361,3.388,1364,2.4,1370,2.274,1373,3.07,1374,2.162,1381,2.137,1382,2.111,1383,2.631,1387,2.722,1394,2.547,1400,3.129,1404,3.927,1407,4.932,1413,2.471,1417,3.052,1421,2.063,1563,1.488,1577,1.653,1584,1.439,1625,1.999,1630,6.27,1638,1.932,1647,2.824,1649,1.683,1684,2.547,1685,2.939,1773,1.892,1782,3.224,1808,4.334,1853,3.129,1894,4.149,1909,2.547,1914,2.631,1933,3.638,1943,3.408,1970,3.987,1978,3.07,1996,2.631,2217,2.162,2225,3.07,2227,1.782,2240,2.216,2275,2.824,2355,2.111,2361,2.617,2373,3.638,2374,2.162,2375,3.843,2424,3.947,2439,2.631,2440,2.722,2478,2.4,2531,2.838,2557,5.024,2607,3.753,2630,2.939,2672,2.471,2696,3.638,2799,2.547,2815,2.824,2834,3.596,2866,2.722,2909,6.446,2910,3.408,2911,3.638,2912,3.224,2925,6.186,3022,4.334,3146,3.07,3333,3.638,3419,3.947,3447,3.408,3629,2.824,3662,3.408,3758,2.722,3787,4.551,3823,3.638,4282,3.638,4458,3.638,4553,3.638,4696,3.947,4815,3.947,5143,3.947,5388,3.07,5478,3.224,5812,3.947,6037,3.638,6113,3.638,6306,4.415,6307,6.232,6308,4.415,6309,4.415,6310,4.415,6311,4.415,6312,4.415,6313,4.415,6314,4.415,6315,4.415,6316,4.415,6317,4.415,6318,3.947,6319,4.415,6320,3.947,6321,4.415,6322,3.947,6323,3.408,6324,4.415,6325,4.415,6326,4.415,6327,3.947,6328,4.415,6329,4.415,6330,4.415,6331,4.415,6332,4.415,6333,5.571,6334,4.415,6335,4.415,6336,4.415,6337,4.415,6338,4.415,6339,4.415,6340,4.415,6341,4.415]],["file_terms//htcondor-european-workshop.html",[]],["root_relative_url//CDIS-bldg.html",[1444,3.799,6342,5.462]],["high//CDIS-bldg.html",[3,0.454,23,0.228,167,1.629,205,0.853,225,2.092,303,0.736,406,4.105,933,1.534,1444,4.462,2919,5.735]],["medium//CDIS-bldg.html",[]],["content//CDIS-bldg.html",[0,0.455,1,0.22,3,0.579,17,0.21,25,1.257,34,0.048,35,1.239,38,0.493,45,1.715,48,2.635,69,1.662,74,0.958,94,2.1,96,0.687,106,1.177,112,0.83,124,1.051,126,1.955,129,1.333,138,0.065,148,1.545,160,0.43,163,0.451,197,0.651,205,1.299,217,0.351,225,2.17,228,0.627,232,3.427,234,1.233,245,1.522,249,1.926,252,2.538,254,1.939,259,3.341,303,1.131,326,2.686,362,0.725,399,3.84,406,4.257,422,1.879,427,2.1,497,3.427,542,1.822,547,1.789,655,5.137,667,3.965,669,2.739,721,3.341,762,1.741,777,1.715,824,1.984,859,4.859,892,2.739,899,3.11,933,1.591,952,3.341,987,3.427,1000,2.404,1028,4.43,1033,4.103,1166,3.183,1217,3.519,1224,4.859,1225,4.104,1232,2.1,1246,1.969,1251,1.939,1253,2.492,1416,3.041,1443,2.579,1444,4.628,1557,4.257,1619,4.43,1647,4.257,1755,4.43,1763,3.724,1788,5.137,1822,4.257,1837,4.257,1853,3.341,1958,3.519,2067,4.628,2233,4.257,2344,5.137,2355,3.183,2446,3.618,2467,4.43,2531,2.282,2672,3.724,2692,5.484,2823,6.309,2925,4.43,3318,5.484,3368,5.137,5607,5.949,5770,5.137,5774,5.484,6013,5.484,6113,5.484,6343,6.655,6344,5.949,6345,6.655,6346,6.655,6347,6.655,6348,6.655,6349,6.655,6350,6.655,6351,6.655,6352,6.655,6353,6.655,6354,6.655,6355,6.655,6356,6.655,6357,6.655,6358,6.655,6359,6.655,6360,6.655]],["file_terms//CDIS-bldg.html",[]],["root_relative_url//uw-research-computing/multiple-job-dirs.html",[0,0.203,1,0.121,14,0.025,6264,3.267,6361,3.655]],["high//uw-research-computing/multiple-job-dirs.html",[3,0.319,4,0.149,7,0.271,12,0.971,13,0.638,14,0.051,15,0.943,16,0.985,17,0.116,18,0.22,19,0.929,20,1.045,21,0.802,22,1.492,23,0.16,60,1.266,166,0.53,181,1.109,186,0.915,188,1,335,0.543,666,0.85,1040,1.97,1045,1.178,2872,2.381]],["medium//uw-research-computing/multiple-job-dirs.html",[4,0.075,6,0.704,7,0.331,10,0.11,14,0.048,15,0.78,17,0.058,24,0.691,34,0.028,38,0.167,40,0.648,46,0.925,52,0.571,60,1.39,61,1.033,66,0.704,74,0.536,108,0.6,121,0.939,136,0.553,138,0.075,182,0.453,188,1.354,189,0.714,197,0.221,249,0.533,273,0.48,335,0.273,360,0.691,451,1.011,608,0.246,933,0.541,955,1.229,962,0.817,1056,1.782,1059,0.788,1066,1.081,1067,1.056,1069,1.056,1071,1.176,1073,1.011,1091,1.071,1106,1.687,1107,0.525,1122,2.125,1124,0.541,1154,0.828,1184,0.691,1197,1.863,1457,1.011,1494,1.195,1545,1.782,1757,1.504,2520,1.304,2521,1.164,2522,1.347,2523,1.347,2710,1.394,2736,2.22,5709,1.745,6362,2.261,6363,3.726,6364,2.261,6365,2.261,6366,2.261,6367,4.753,6368,2.261,6369,2.261,6370,2.261,6371,2.261,6372,2.261,6373,2.261]],["content//uw-research-computing/multiple-job-dirs.html",[1,0.234,3,0.644,4,0.33,5,1.828,6,1.506,7,0.584,10,0.225,13,0.756,14,0.071,17,0.137,18,0.246,21,1.263,25,1.007,29,0.804,33,0.868,34,0.032,35,0.993,38,0.59,39,0.814,46,1.037,50,1.77,52,1.086,56,0.884,57,1.442,58,0.531,59,0.503,60,1.961,61,2.436,63,1.34,64,1.738,65,1.294,66,1.007,82,1.623,96,0.551,108,1.416,110,1.578,116,0.993,117,1.275,121,0.908,124,0.842,131,1.374,137,0.78,138,0.067,147,0.978,152,1.256,155,1.282,157,1.801,158,1.655,160,0.345,162,1.202,163,0.361,165,0.595,166,0.837,167,1.801,168,1.485,169,1.184,170,1.603,171,1.294,172,1.506,173,1.416,174,1.46,175,1.275,176,1.46,177,1.553,178,1.46,179,0.707,180,1.738,181,2.093,182,0.583,183,1.22,184,1.86,185,1.603,186,1.728,187,1.333,188,1.77,189,1.022,190,1.603,191,1.774,192,1.208,193,1.721,194,1.084,195,2.599,196,2.363,197,0.78,198,2.313,199,1.797,200,2.023,201,1.797,202,1.86,203,2.054,204,1.378,205,0.944,206,0.78,207,1.738,208,1.797,209,1.603,210,1.053,211,1.022,212,0.78,213,1.275,214,1.084,215,0.881,216,1.738,217,0.281,218,1.22,219,1.629,220,1.333,221,1.53,222,1.892,223,1.395,269,1.314,273,1.133,330,1.507,335,0.643,361,1.34,365,1.961,392,2.111,414,1.506,420,1.1,426,1.738,445,1.797,482,2.608,524,3.288,556,1.71,632,1.483,666,1.007,698,3.288,734,1.068,782,2.611,848,1.71,878,2.333,898,2.111,921,2.384,962,1.926,1008,0.964,1040,3.488,1058,3.55,1071,1.682,1091,1.915,1108,1.438,1114,1.744,1122,2.384,1124,1.275,1134,2.436,1137,1.961,1138,1.333,1151,2.034,1154,1.77,1159,4.374,1167,0.792,1196,2.071,1201,3.288,1228,3.315,1475,2.55,1563,2.391,2161,3.288,2165,2.436,2262,2.677,2372,3.55,2710,3.288,2732,3.708,2872,3.751,3097,4.374,3132,2.984,6374,7.094]],["file_terms//uw-research-computing/multiple-job-dirs.html",[]],["root_relative_url//GLUE-lab.html",[2896,4.216,4531,4.216]],["high//GLUE-lab.html",[3,0.427,4,0.199,23,0.215,154,1.903,165,0.381,734,1.208,770,2.434,885,2.434,1762,2.585,2896,4.655,2897,3.279,2898,4.97,2899,4.404]],["medium//GLUE-lab.html",[]],["content//GLUE-lab.html",[1,0.322,3,0.556,4,0.316,10,0.199,13,0.627,14,0.05,16,0.968,17,0.241,20,1.448,21,0.787,25,1.732,29,0.667,34,0.051,38,0.328,39,0.716,47,1.287,50,0.86,56,0.551,58,0.441,69,0.899,71,0.801,75,1.192,77,1.895,80,0.86,82,1.427,83,0.997,96,0.645,99,1.288,100,1.516,104,1.268,106,0.637,112,0.778,116,1.161,121,1.062,124,0.985,126,1.729,130,1.857,136,0.657,138,0.066,144,0.776,148,1.027,154,3.057,159,1.33,160,0.601,163,0.49,165,0.612,179,0.441,182,0.364,183,1.012,188,0.982,192,1.231,193,0.86,205,0.83,210,1.427,212,0.912,217,0.414,228,0.682,234,0.667,240,1.846,245,1.161,247,0.86,251,2.551,253,1.569,257,0.787,261,1.373,269,1.089,272,2.22,273,1.326,278,2.944,282,1.935,286,2.829,303,0.507,307,2.475,309,2.674,329,2.984,330,1.536,340,2.674,341,3.075,345,1.346,360,1.351,362,0.68,365,2.294,391,1.106,394,0.835,398,1.516,412,1.373,415,1.448,420,0.912,422,1.249,425,0.556,428,2.115,433,1.231,438,1.157,447,0.997,450,1.718,463,2.475,495,1.466,506,1.895,507,2.944,510,1.906,511,1.751,513,2.551,516,1.309,518,2.944,527,2.166,540,2.727,547,0.968,548,2.066,553,3.229,560,0.926,565,2.277,567,1.751,573,1.139,580,1.159,602,1.718,604,1.82,605,1.268,608,0.855,609,2.166,635,3.644,641,2.166,643,2.021,648,2.551,653,2.277,654,0.968,660,1.418,661,3.075,700,1.144,705,1.785,706,2.319,710,3.413,719,2.22,728,1.935,731,2.14,734,1.659,742,1.559,749,1.466,751,1.626,757,1.906,761,1.597,777,1.139,781,2.021,782,3.056,787,2.475,788,2.066,839,1.211,849,3.075,868,1.089,870,2.277,885,1.785,892,1.82,928,1.418,950,2.635,960,2.551,969,1.249,973,2.62,976,1.569,987,2.277,990,3.075,991,2.727,1002,2.888,1003,3.075,1014,2.277,1026,1.82,1040,1.935,1042,1.82,1102,2.635,1103,1.309,1137,1.626,1143,1.139,1146,1.442,1157,1.516,1164,1.211,1167,0.927,1173,3.229,1180,1.785,1197,3.644,1205,1.516,1206,2.944,1208,1.249,1214,2.518,1226,3.413,1232,1.969,1233,1.895,1234,1.895,1237,3.644,1243,1.656,1246,1.309,1249,3.232,1253,1.656,1256,4.816,1280,1.656,1307,1.857,1309,1.466,1325,3.436,1330,3.213,1333,2.73,1370,2.277,1373,3.075,1374,2.166,1401,2.404,1414,2.166,1424,2.829,1443,2.711,1456,3.848,1567,2.635,1580,2.115,1593,2.404,1625,2.001,1639,3.413,1649,1.686,1652,1.656,1661,2.829,1703,2.339,1757,1.785,1845,2.727,1848,2.551,1858,2.115,1867,1.542,1873,2.475,1924,2.635,1930,2.635,1991,5.465,2006,2.339,2154,2.829,2195,4.843,2221,3.644,2225,3.075,2227,1.785,2270,2.339,2311,2.339,2332,1.626,2389,3.644,2444,1.751,2445,5.142,2776,8.788,2809,3.718,2896,7.078,2897,2.404,2898,7.432,2899,6.275,2906,2.727,2947,3.413,3044,2.727,3072,3.413,3083,5.958,3089,2.475,3093,2.635,3100,3.413,3228,3.953,3291,2.635,3592,5.58,3779,3.413,3889,3.953,3897,3.229,3937,3.075,3959,3.953,4141,3.075,4445,3.075,4544,3.644,4565,3.953,4653,3.953,4780,3.992,4826,3.075,5171,4.816,5459,5.958,5579,3.229,5619,3.953,5620,3.644,5830,5.578,6375,4.422,6376,4.422,6377,6.24,6378,4.422,6379,4.422,6380,8.594,6381,4.422,6382,4.422,6383,4.422,6384,4.422,6385,6.463,6386,4.422,6387,3.413,6388,6.24,6389,4.422,6390,4.422,6391,4.422,6392,6.24,6393,4.422,6394,4.422,6395,4.422,6396,4.422,6397,4.422,6398,4.422,6399,4.422,6400,4.422,6401,4.422]],["file_terms//GLUE-lab.html",[]],["root_relative_url//uw-research-computing/python-jobs.html",[0,0.229,1,0.136,1039,2.299,6402,4.108]],["high//uw-research-computing/python-jobs.html",[3,0.325,4,0.097,10,0.068,12,0.632,13,0.415,14,0.048,15,0.613,16,0.641,17,0.075,18,0.102,19,0.604,20,0.68,21,0.521,22,0.971,23,0.104,43,0.383,82,0.67,93,0.895,151,1.648,155,0.829,157,1.436,159,0.881,166,0.385,194,0.596,196,1.781,197,0.287,205,0.753,221,0.632,236,1.039,257,0.521,309,1.255,335,0.353,352,0.827,362,0.319,429,1.639,488,1.138,666,0.553,998,1.639,1041,0.971,1045,0.766,1065,0.909,1091,0.66,1122,1.309,1196,1.138,1451,1.255,1844,1.549,2697,2.648,3198,1.806,3224,2.261]],["medium//uw-research-computing/python-jobs.html",[4,0.088,7,0.091,10,0.035,52,0.542,58,0.151,60,0.304,65,0.369,66,0.287,74,0.219,110,0.45,112,0.331,113,0.762,116,0.283,136,0.226,138,0.069,139,0.291,151,1.238,155,0.959,157,0.386,159,0.457,160,0.098,179,0.151,190,0.799,196,1.181,197,0.149,200,0.899,205,0.565,221,0.916,257,0.271,335,0.582,429,0.85,475,0.397,666,0.669,824,0.369,933,0.363,961,0.665,1010,1.012,1044,0.495,1045,0.397,1047,2.876,1051,1.214,1052,1.651,1053,0.972,1055,1.7,1056,0.727,1057,0.972,1059,1.994,1062,0.972,1063,0.625,1064,0.972,1065,0.825,1066,0.727,1067,0.71,1068,0.803,1069,0.71,1070,0.905,1071,0.479,1072,1.302,1073,0.679,1074,4.919,1082,0.782,1084,1.173,1091,0.599,1109,2.044,1110,0.877,1111,2.256,1122,0.679,1196,0.59,1415,0.422,1451,0.651,1481,1.109,1483,0.937,1500,0.763,1506,5.119,1519,1.109,1608,1.334,1739,3.692,2274,0.71,2348,0.972,2582,1.358,2697,2.044,2894,2.358,2978,2.734,3002,2.051,3214,2.19,3215,2.19,3218,3.978,3285,1.012,3858,4.429,3859,3.798,4346,1.94,5962,1.358,5963,3.166,5964,2.376,5965,2.376,5981,1.358,5982,1.358,6012,1.358,6013,1.252,6027,1.358,6403,2.658,6404,3.542,6405,1.358,6406,3.542,6407,2.658,6408,1.519,6409,1.519,6410,2.658,6411,2.658,6412,1.519,6413,1.519,6414,1.519,6415,1.519,6416,3.542,6417,3.798]],["content//uw-research-computing/python-jobs.html",[1,0.157,3,0.589,4,0.329,5,1.049,6,1.53,7,0.582,10,0.229,13,0.434,14,0.069,15,0.641,17,0.079,18,0.247,20,0.71,21,0.545,23,0.109,29,0.716,33,0.498,34,0.028,35,0.57,37,1.958,38,0.63,39,0.667,40,0.878,42,0.838,43,0.762,44,0.821,48,1.212,49,1.499,50,1.576,52,0.891,55,2.174,56,0.818,57,0.966,58,0.749,59,0.448,60,1.823,61,2.17,63,1.481,64,0.998,65,1.902,66,0.897,67,1.212,71,0.645,80,0.595,82,1.086,83,0.69,84,1.546,86,1.235,89,1.205,90,0.92,91,1.766,94,0.966,97,0.813,99,1.695,102,0.938,103,1.204,106,0.838,108,0.813,110,0.906,112,0.937,113,2.036,116,1.508,117,0.732,119,1.713,124,1.121,131,0.789,136,0.864,137,0.694,138,0.073,139,1.116,144,1.15,147,1.486,148,0.71,151,2.903,152,1.77,155,1.672,157,1.802,158,0.95,159,1.428,160,0.459,163,0.481,165,0.562,166,0.764,167,1.665,168,0.641,169,0.68,170,0.92,171,0.743,172,0.864,173,0.813,174,0.838,175,0.732,176,1.593,177,0.892,178,1.593,179,0.473,180,0.998,181,1.17,182,0.645,183,0.7,184,1.068,185,0.92,186,0.622,187,0.765,188,1.055,189,0.91,190,0.92,191,1.96,192,1.209,193,1.276,194,1.527,195,0.998,196,2.807,197,0.793,198,1.548,199,1.032,200,0.777,201,1.032,202,1.068,203,1.69,204,1.298,205,1.078,206,0.448,207,0.998,208,1.032,209,0.92,210,0.604,211,0.587,212,0.448,213,0.732,214,0.622,215,0.785,216,0.998,217,0.161,218,1.086,219,0.935,220,0.765,221,2.034,222,1.086,223,0.801,225,0.998,241,1.428,249,1.371,257,0.545,258,2.035,261,0.95,269,0.754,273,0.65,303,0.667,330,1.009,335,0.573,352,0.864,354,1.146,358,1.398,360,0.935,361,1.099,365,1.125,367,1.536,381,1.235,384,0.669,392,1.212,408,0.7,414,0.578,415,1.648,420,1.201,425,0.669,426,0.998,427,0.966,429,1.713,430,1.314,438,1.242,453,1.664,475,0.801,491,1.26,494,0.801,502,1.068,515,3.377,516,2.101,526,1.285,529,1.451,560,1.373,573,0.789,612,0.67,618,1.43,632,1.618,660,1.523,666,1.239,676,1.836,684,0.95,694,1.766,695,1.312,716,0.871,734,0.952,742,0.66,752,1.713,758,0.812,761,1.105,820,1.261,825,2.511,848,1.523,878,1.339,898,1.212,929,1.477,942,1.26,947,1.26,961,1.339,962,1.105,969,2.005,998,4.534,1000,1.715,1008,0.553,1009,1.685,1010,3.162,1034,1.312,1040,2.078,1042,1.26,1044,1.897,1045,0.801,1046,2.123,1051,2.17,1052,1.845,1059,1.068,1065,2.639,1091,2.051,1106,1.086,1107,1.931,1108,2.184,1114,1.82,1122,3.503,1124,1.796,1125,1.499,1126,2.038,1127,1.43,1128,1.664,1129,0.935,1130,1.824,1133,0.878,1135,1.105,1137,1.746,1143,1.499,1146,1.897,1149,1.824,1151,1.669,1152,1.546,1154,1.799,1156,2.17,1158,2.038,1159,1.887,1160,1.235,1167,0.705,1170,2.038,1171,2.129,1172,2.511,1174,1.958,1176,2.179,1177,1.619,1178,2.582,1184,1.451,1185,2.362,1189,2.641,1196,2.261,1212,1.664,1216,1.189,1251,0.892,1308,2.522,1320,3.303,1333,1.339,1415,0.851,1451,3.565,1452,2.349,1453,2.103,1457,2.123,1534,2.235,1536,1.43,1538,2.736,1539,1.824,1540,2.736,1546,1.713,1549,1.146,1550,3.303,1553,1.26,1563,1.601,1584,0.998,1591,2.494,1592,1.536,1608,1.536,1612,1.43,1617,1.032,1620,1.887,1621,1.576,1657,1.049,1715,1.398,1797,2.582,1799,2.362,1877,1.766,1911,1.766,1921,1.576,1998,1.824,2011,2.736,2026,2.362,2149,1.619,2161,1.887,2165,1.398,2171,1.398,2223,1.26,2257,1.499,2280,2.83,2286,1.958,2325,2.582,2490,1.824,2516,2.123,2571,1.958,2577,1.887,2584,1.339,2697,5.442,2699,2.736,2711,1.887,3044,1.887,3060,2.129,3061,2.038,3162,2.362,3198,4.377,3214,2.522,3215,2.522,3235,2.522,3292,1.887,3295,2.736,3339,2.362,3540,2.129,3619,3.303,3670,1.824,3672,2.362,3673,2.522,3870,2.235,3885,4.245,4003,2.129,4464,1.958,5983,2.736,5984,3.913,5993,2.522,6417,2.736,6418,3.061,6419,3.061,6420,2.736,6421,3.061,6422,4.749,6423,4.245,6424,4.749,6425,4.749,6426,4.749,6427,3.061,6428,3.061,6429,3.061,6430,3.061,6431,2.736]],["file_terms//uw-research-computing/python-jobs.html",[]],["root_relative_url//map/index.html",[6432,6.54]],["high//map/index.html",[3,0.606,23,0.255,299,3.796,384,0.677]],["medium//map/index.html",[]],["content//map/index.html",[1,0.232,3,0.373,4,0.174,13,0.747,34,0.031,65,1.279,71,0.584,73,3.054,92,3.847,99,2.05,109,4.081,123,3.533,132,3.137,138,0.082,154,1.662,163,0.357,179,0.525,204,0.911,205,0.936,234,1.463,245,1.574,252,2.009,326,3.796,335,0.849,411,3.261,425,0.469,469,3.722,538,1.535,547,1.153,584,3.508,593,2.645,660,2.541,661,4.894,663,3.703,677,2.212,727,3.881,728,2.306,749,1.747,757,1.61,760,2.581,824,1.279,914,5.591,985,3.371,1063,2.896,1083,3.04,1124,1.26,1150,2.126,1154,1.563,1305,4.342,1313,2.407,1399,2.52,1456,4.34,1467,4.886,1483,4.34,1555,3.978,1655,5.138,1753,4.34,1863,6.175,1874,4.342,1894,3.508,1896,3.664,1921,3.624,1956,3.508,2017,3.847,2073,3.365,2148,2.949,2259,5.799,2531,2.413,2671,4.067,2906,3.249,3338,4.342,3468,4.067,4483,5.799,4679,4.342,4767,5.432,4775,4.067,4781,3.847,5345,4.71,5387,4.342,5576,4.71,5592,4.067,5654,3.847,5737,3.847,5755,4.342,5757,3.847,5905,4.71,6318,4.71,6433,5.269,6434,7.037,6435,5.269,6436,5.269,6437,5.269,6438,7.037,6439,5.269,6440,7.037,6441,5.269,6442,5.269,6443,4.342,6444,5.269,6445,5.269,6446,5.269,6447,7.037,6448,5.269,6449,5.269,6450,5.269,6451,5.269,6452,5.269,6453,7.037,6454,9.524,6455,9.524,6456,5.269,6457,7.924,6458,7.037,6459,8.407,6460,7.037,6461,7.037,6462,7.037,6463,7.037,6464,5.269,6465,5.269,6466,5.269,6467,5.269,6468,5.269,6469,5.269,6470,5.269,6471,5.269,6472,5.269,6473,6.291,6474,5.269,6475,5.269,6476,5.269,6477,5.269,6478,4.71,6479,5.269,6480,5.269,6481,5.269,6482,5.269,6483,5.269,6484,5.269,6485,5.269,6486,5.269,6487,5.269,6488,5.269,6489,5.269,6490,5.269,6491,5.269,6492,5.269,6493,5.269,6494,5.269,6495,5.269,6496,5.269,6497,5.269,6498,5.269,6499,5.269,6500,5.269,6501,5.269,6502,5.269,6503,5.269,6504,7.037,6505,5.269,6506,5.269,6507,5.269,6508,5.269,6509,5.269,6510,5.269,6511,5.269,6512,5.269,6513,5.269,6514,5.269,6515,5.269,6516,5.269,6517,5.269,6518,5.269,6519,5.269,6520,5.269,6521,5.269,6522,5.269,6523,5.269,6524,8.457,6525,8.457,6526,5.269,6527,5.269,6528,5.269,6529,5.269,6530,7.037,6531,5.269,6532,5.269,6533,5.269,6534,5.269,6535,7.037,6536,7.037,6537,5.269,6538,5.269,6539,5.269,6540,7.037,6541,7.924,6542,7.037,6543,5.269,6544,5.269,6545,7.037,6546,5.269]],["file_terms//map/index.html",[]],["root_relative_url//Lightning-Talks.html",[1970,3.494,6547,5.462]],["high//Lightning-Talks.html",[1,0.207,3,0.445,23,0.223,241,1.889,384,0.592,454,2.352,580,1.007,1157,2.154,1443,1.982,1970,4.019,2672,3.516]],["medium//Lightning-Talks.html",[]],["content//Lightning-Talks.html",[1,0.293,3,0.174,4,0.323,10,0.195,11,1.221,14,0.047,16,1.103,17,0.238,18,0.086,19,0.508,24,1.221,25,1.291,29,0.603,30,0.849,34,0.048,35,0.458,39,0.665,42,0.674,43,0.322,45,1.03,46,0.479,47,0.898,51,1.759,52,0.377,69,0.501,71,0.707,72,0.905,74,1.234,75,0.664,77,1.055,80,1.241,81,1.125,82,0.563,83,0.555,84,0.654,85,2.734,91,1.421,94,0.777,96,0.744,97,0.654,99,0.717,102,1.572,103,0.808,104,1.146,106,0.354,112,0.307,116,0.744,117,0.955,118,0.994,121,0.68,128,1.206,129,0.801,136,0.749,138,0.032,142,0.862,143,1.826,144,1.263,145,1.034,147,0.733,148,0.928,153,2.531,154,1.261,157,0.625,160,0.568,161,1.467,163,0.432,164,1.034,165,0.514,169,0.887,171,0.97,175,0.955,179,0.875,181,0.607,182,0.525,183,1.153,185,1.516,186,0.501,193,0.777,197,0.668,200,0.625,203,0.634,204,1.102,205,0.772,206,0.584,208,1.347,209,0.74,211,0.967,212,0.584,215,0.959,217,0.306,218,0.563,220,0.616,223,1.045,225,1.644,227,1.236,228,0.377,234,0.875,240,1.492,241,1.201,243,1.302,244,1.339,245,1.187,247,0.479,251,2.305,252,0.939,253,1.79,254,0.717,256,1.164,257,0.438,259,1.236,261,0.764,263,2.497,267,0.922,268,0.975,273,0.849,277,0.79,279,0.956,282,1.077,283,1.268,291,1.201,293,1.324,294,0.764,298,1.125,299,2.113,300,1.798,302,1.467,303,0.282,305,1.268,307,3.247,309,1.055,310,0.816,316,0.706,326,1.613,328,0.905,330,1.071,332,1.421,344,1.013,345,0.939,346,3.226,349,2.909,350,2.172,358,2.304,361,1.096,362,0.695,363,0.83,364,1.206,367,2.006,374,1.236,376,0.941,379,1.678,380,2.271,384,0.751,386,5.273,387,1.378,394,0.953,398,2.468,401,1.712,402,1.236,408,0.563,410,0.975,411,2.075,412,0.764,414,1.096,416,3.824,422,0.695,423,1.055,425,0.709,428,1.177,430,1.278,433,0.988,435,1.151,439,1.077,445,0.83,447,1.308,450,1.552,452,3.934,454,2.695,461,1.281,464,2.201,481,1.421,482,0.905,485,0.539,486,1.575,488,0.956,489,1.101,493,1.268,495,1.324,496,2.822,497,2.988,499,1.821,501,0.83,502,2.615,504,3.005,506,1.712,508,1.268,510,1.221,511,0.975,514,1.125,516,0.729,525,2.08,527,3.672,531,1.339,535,1.552,538,0.717,542,1.094,547,0.539,548,2.356,550,1.421,552,1.871,554,0.922,555,1.996,556,0.79,560,0.837,566,2.711,567,0.975,572,2.236,573,0.634,574,1.575,580,1.277,582,2.909,590,1.378,597,2.666,599,1.177,600,1.177,601,1.644,602,1.552,603,2.236,608,0.268,610,1.206,611,0.674,612,0.539,613,2.444,614,0.625,618,1.151,620,2.254,622,1.518,625,4.035,634,1.639,639,2.029,643,1.125,647,1.378,652,1.125,654,1.103,663,1.151,666,0.755,671,2.464,672,1.221,676,0.777,677,1.678,680,1.164,684,0.764,690,1.339,692,1.9,695,1.712,696,4.155,697,1.867,700,0.452,701,0.859,702,1.443,706,1.281,710,1.9,711,1.492,712,1.302,716,0.925,719,1.236,726,0.874,727,2.47,731,2.458,732,1.378,734,1.163,738,1.206,742,0.531,743,1.339,749,1.671,757,2.087,758,0.344,760,1.206,762,0.644,763,1.421,764,1.9,776,2.236,777,1.03,779,2.909,780,2.254,782,1.206,784,0.83,787,1.378,789,0.905,798,1.9,818,2.029,824,0.598,839,1.971,840,0.994,854,1.164,859,2.917,862,1.9,863,1.077,868,0.607,869,2.161,878,1.077,879,1.798,880,2.556,897,1.221,917,2.035,920,0.999,921,1.101,928,1.281,929,0.625,940,1.911,945,1.712,949,1.077,955,2.741,957,3.084,958,3.507,960,1.421,965,1.867,966,2.556,973,1.034,974,1.347,976,1.418,996,1.236,999,2.779,1002,0.905,1029,2.029,1030,1.101,1033,2.006,1045,0.644,1091,0.555,1102,2.381,1103,1.182,1127,2.981,1135,0.889,1137,0.905,1157,2.896,1164,1.094,1166,2.411,1167,0.366,1168,1.013,1179,1.339,1189,0.803,1205,0.844,1216,0.956,1232,0.777,1233,1.055,1234,1.055,1239,2.029,1242,1.206,1243,0.922,1244,1.518,1248,1.013,1249,2.388,1251,1.69,1264,1.302,1277,1.421,1280,0.922,1299,1.101,1307,1.034,1312,0.956,1314,1.712,1328,1.268,1335,1.9,1345,2.464,1370,1.268,1393,1.268,1396,2.305,1399,1.177,1407,1.467,1411,1.206,1428,2.558,1429,0.956,1443,2.824,1451,1.712,1453,0.79,1494,0.79,1503,1.798,1533,2.201,1535,1.639,1537,2.464,1542,2.464,1549,0.922,1560,2.029,1570,1.575,1580,2.411,1604,1.125,1613,1.206,1617,0.83,1625,0.79,1652,1.496,1653,2.464,1657,1.37,1659,1.339,1663,2.113,1677,1.077,1689,1.177,1692,1.421,1707,3.292,1757,0.994,1769,2.075,1771,1.959,1773,1.055,1776,1.101,1782,1.798,1783,4.643,1809,2.346,1813,1.712,1817,2.556,1823,2.556,1867,0.859,1909,1.421,1912,4.924,1913,1.9,1926,3.468,1927,3.155,1930,1.467,1931,3.109,1969,1.639,1970,3.712,1974,1.712,1975,2.029,1984,1.421,1989,3.084,1991,3.801,1999,2.556,2000,1.421,2001,2.779,2003,1.798,2004,3.863,2006,1.302,2007,1.712,2059,1.639,2154,1.575,2155,1.034,2158,1.236,2162,3.084,2187,1.9,2189,1.302,2193,2.464,2221,2.029,2268,1.339,2277,1.639,2315,1.798,2324,2.66,2326,2.66,2332,2.512,2350,1.268,2352,2.236,2361,1.034,2387,1.467,2403,2.029,2428,1.518,2431,1.467,2432,3.348,2440,1.518,2444,1.582,2531,2.187,2537,2.597,2544,1.639,2557,2.779,2607,1.177,2612,2.029,2616,1.712,2672,1.378,2712,1.9,2713,2.201,2737,1.518,2782,2.029,2800,1.798,2801,1.339,2802,1.798,2803,2.029,2807,4.035,2809,3.457,2829,1.798,2857,4.237,2858,2.556,2872,2.666,2874,1.639,2879,1.339,2897,3.468,2899,1.798,2924,1.467,2951,1.518,2955,1.9,3016,1.575,3061,1.639,3077,1.639,3099,2.029,3120,2.201,3125,1.9,3128,2.029,3132,2.236,3152,1.9,3187,4.478,3253,1.339,3258,1.798,3365,4.781,3368,3.084,3375,1.712,3399,3.682,3430,1.9,3457,1.9,3471,2.029,3477,2.201,3478,2.201,3490,1.639,3508,1.339,3540,1.712,3583,1.639,3621,1.798,3641,2.556,3642,2.556,3761,1.9,3803,4.507,3810,2.201,3824,2.201,3836,1.9,3896,2.201,3904,2.029,3918,3.892,3950,2.917,3985,3.292,4074,1.639,4077,1.639,4082,2.029,4090,2.029,4097,2.029,4141,2.779,4145,1.9,4149,3.863,4163,3.572,4168,2.201,4282,3.292,4283,5.703,4294,4.658,4295,2.201,4305,2.029,4399,2.201,4409,2.201,4422,3.084,4464,1.575,4638,4.155,4657,2.029,4713,2.201,4722,3.084,4787,2.201,4792,2.029,4818,2.029,4823,2.201,4834,3.682,4840,4.237,4842,2.201,4883,3.084,4918,2.029,5042,3.572,5171,3.084,5204,2.201,5245,2.201,5302,1.9,5388,3.507,5405,2.201,5452,2.201,5472,2.029,5552,2.029,5567,1.9,5571,1.798,5722,4.155,5737,1.798,5757,4.237,5984,2.029,6065,3.572,6130,2.201,6136,2.201,6157,2.201,6163,5.187,6170,2.201,6184,4.507,6200,2.029,6230,2.201,6387,4.478,6548,2.462,6549,2.462,6550,2.201,6551,5.802,6552,3.996,6553,2.462,6554,3.996,6555,5.802,6556,4.155,6557,2.462,6558,2.462,6559,2.462,6560,2.462,6561,2.462,6562,2.462,6563,2.462,6564,2.462,6565,2.462,6566,2.462,6567,2.462,6568,2.462,6569,2.201,6570,3.996,6571,2.462,6572,2.462,6573,2.462,6574,2.462,6575,2.462,6576,2.201,6577,3.996,6578,3.996,6579,7.154,6580,2.462,6581,7.063,6582,2.201,6583,3.996,6584,2.462,6585,2.462,6586,2.201,6587,2.462,6588,3.996,6589,5.802,6590,2.462,6591,2.462,6592,2.462,6593,2.462,6594,6.832,6595,3.292,6596,3.996,6597,4.507,6598,2.462,6599,2.462,6600,2.462,6601,2.462,6602,2.462,6603,2.462,6604,2.462,6605,2.462,6606,3.996,6607,2.462,6608,2.462,6609,5.042,6610,2.462,6611,2.462,6612,2.462,6613,2.462,6614,2.462,6615,2.462,6616,5.042,6617,2.462,6618,2.462,6619,5.802,6620,5.042,6621,2.462,6622,2.462,6623,2.462,6624,2.462,6625,2.462,6626,6.379,6627,3.572,6628,2.462,6629,5.042,6630,2.029,6631,2.462,6632,3.996,6633,5.042,6634,2.462,6635,2.201,6636,6.379,6637,2.462,6638,2.462,6639,3.996,6640,2.462,6641,2.462,6642,2.462,6643,2.462,6644,2.462,6645,2.462]],["file_terms//Lightning-Talks.html",[]],["root_relative_url//Johri.html",[6646,6.54]],["high//Johri.html",[1,0.221,3,0.474,23,0.238,165,0.423,275,1.952,480,3.062,651,3.75,732,3.75]],["medium//Johri.html",[]],["content//Johri.html",[1,0.317,3,0.352,4,0.285,7,0.496,10,0.191,14,0.062,17,0.128,18,0.287,25,0.939,29,0.749,30,2,34,0.051,35,1.259,38,0.368,46,0.967,47,1.205,49,2.434,52,1.036,56,0.62,57,1.376,58,0.674,59,0.778,71,0.551,73,2.444,74,0.715,79,1.494,83,1.12,105,1.795,107,1.895,112,0.959,115,1.895,121,1.406,129,0.996,135,2.559,137,0.727,138,0.061,141,2.045,142,0.914,148,1.154,154,1.568,160,0.534,163,0.458,165,0.545,166,0.646,182,0.556,186,1.011,188,1.503,189,0.953,197,0.808,204,1.169,206,0.727,217,0.357,225,1.62,228,0.638,234,0.749,241,2.034,256,2.405,264,3.456,267,2.533,268,3.802,269,1.667,273,1.438,280,2.36,291,2.483,293,1.647,305,2.559,330,1.056,380,1.568,384,0.469,391,1.243,394,0.939,408,1.137,413,2.867,430,1.356,433,0.846,438,1.3,447,1.12,450,1.931,454,1.861,475,1.77,480,3.091,481,4.438,495,2.243,506,2.899,508,2.559,510,1.518,514,3.091,516,2.002,520,3.065,542,1.361,549,3.578,565,2.559,566,2.322,567,1.967,573,1.281,577,6.338,580,1.488,582,3.903,587,2.495,589,5.616,593,2.495,600,2.377,602,1.931,608,0.541,610,2.434,612,1.088,613,2.692,620,2.222,646,3.629,650,2.783,651,5.454,676,1.568,683,2.087,684,1.543,691,2.434,700,1.241,702,3.12,705,2.006,716,0.911,728,2.175,730,3.836,731,1.471,732,5.454,747,3.836,757,1.518,784,2.281,786,4.095,854,1.448,868,1.667,906,2.628,928,1.594,965,4.165,1001,3.313,1008,1.223,1107,1.154,1145,2.222,1146,1.62,1167,0.738,1178,2.702,1233,2.13,1234,2.13,1246,2.002,1276,2.628,1284,2.867,1291,2.559,1360,2.867,1361,3.678,1458,3.456,1537,3.065,1558,2.628,1561,3.065,1609,3.836,1631,3.836,1769,3.166,1771,1.931,1777,3.356,1808,3.456,1931,3.065,1952,3.309,1958,2.628,1988,3.836,1990,3.836,2155,3.23,2158,3.861,2258,2.434,2332,3.532,2427,3.179,2516,3.024,2638,2.628,2762,3.179,2781,2.781,2890,2.781,3048,3.836,3077,3.309,3132,4.305,3316,3.179,3508,2.702,3833,4.095,3902,5.575,4158,6.048,4672,3.836,4676,4.095,4685,3.309,4722,3.836,4816,3.836,4883,6.373,5299,4.095,5579,3.629,6040,8.151,6556,4.095,6647,8.257,6648,9.605,6649,4.97,6650,4.97,6651,4.97,6652,4.97,6653,4.443,6654,6.765,6655,4.97,6656,7.692,6657,4.97,6658,4.97,6659,4.97,6660,4.443,6661,4.97]],["file_terms//Johri.html",[]],["root_relative_url//Fulvio.html",[6662,6.54]],["high//Fulvio.html",[3,0.427,4,0.199,23,0.215,34,0.036,160,0.39,217,0.318,218,1.38,228,0.569,480,2.756,1771,2.343,1890,3.858,1891,4.655,2268,3.279]],["medium//Fulvio.html",[]],["content//Fulvio.html",[0,0.225,1,0.284,3,0.534,4,0.311,10,0.185,11,1.237,14,0.052,17,0.24,18,0.141,19,0.836,20,0.94,29,0.884,30,0.861,34,0.049,36,2.009,38,0.434,39,0.464,40,1.975,42,1.109,43,0.901,45,1.044,46,0.788,47,0.721,49,1.983,53,1.198,55,1.342,56,0.505,57,0.823,59,0.382,69,1.534,71,0.763,74,0.991,75,1.857,77,1.735,80,1.715,81,1.85,83,1.321,84,1.076,96,0.711,97,1.076,103,0.649,106,0.583,108,1.556,116,1.282,117,0.968,118,2.365,121,1.172,124,0.925,125,4.278,126,0.968,132,2.32,136,1.12,138,0.06,139,0.776,142,1.082,144,1.404,147,0.743,154,2.78,160,0.57,163,0.565,165,0.476,179,0.404,182,0.659,183,0.926,191,1.013,192,0.689,193,1.34,195,1.32,206,1.007,212,0.592,215,1.247,217,0.363,218,1.969,221,0.873,228,0.649,240,2.369,241,2.07,245,0.754,247,1.14,257,1.226,258,2.511,259,2.033,267,2.194,271,2.247,273,1.463,275,1.18,276,1.7,280,2.044,282,1.772,293,1.942,294,1.819,295,3.749,298,1.85,300,4.278,303,0.464,316,1.161,323,3.099,330,0.861,335,0.489,350,1.516,360,1.237,361,0.765,362,0.638,366,2.87,368,2.696,376,1.622,380,1.278,381,1.634,383,2.802,386,3.126,387,2.266,398,1.389,408,0.926,414,1.107,420,0.836,429,3.279,430,0.811,433,1.421,438,1.801,447,0.913,449,3.078,453,2.202,454,1.516,480,2.677,482,2.154,485,1.651,489,1.81,497,3.546,502,1.413,510,1.237,511,1.603,512,2.086,525,1.32,528,1.772,529,1.237,547,0.886,549,2.142,554,2.825,555,3.304,560,1.442,565,2.086,566,1.892,567,2.726,593,2.033,598,3.186,600,2.802,601,3.295,602,2.675,604,2.834,608,0.638,611,1.109,612,0.886,613,1.91,614,1.028,630,2.816,635,3.337,645,2.142,658,1.413,659,1.85,663,1.892,668,3.186,677,3.988,680,1.18,683,1.7,684,1.257,690,3.186,700,0.743,706,2.208,711,2.547,712,2.142,713,1.937,714,4.48,716,0.743,718,2.774,731,1.198,734,0.811,737,3.337,751,1.489,756,1.389,757,1.237,758,0.565,776,2.266,777,1.774,788,1.892,789,2.532,801,1.937,820,1.076,839,1.109,842,1.81,844,1.603,848,2.208,854,2.006,863,2.564,868,0.998,874,2.619,891,2.816,892,1.667,929,1.487,953,3.337,961,2.564,962,1.463,973,2.46,974,1.365,1002,1.489,1031,2.816,1047,4.496,1114,1.282,1146,1.32,1150,1.634,1151,1.161,1157,1.389,1167,0.601,1182,2.337,1240,4.828,1243,1.516,1246,1.198,1248,2.412,1251,1.18,1253,2.194,1264,3.099,1275,2.337,1276,2.142,1291,2.086,1309,1.342,1327,2.696,1399,1.937,1416,1.85,1421,1.892,1551,1.983,1557,2.591,1580,1.937,1584,1.32,1594,1.983,1599,1.365,1604,1.85,1612,1.892,1614,2.696,1625,1.299,1634,3.62,1649,1.544,1657,1.389,1663,2.142,1736,1.937,1743,2.497,1763,2.266,1764,2.202,1771,2.276,1776,1.81,1777,1.573,1795,2.816,1809,2.532,1865,2.696,1867,1.413,1890,5.122,1891,6.441,1892,6.179,1958,3.099,1991,3.491,2182,3.126,2183,2.413,2189,2.142,2217,3.695,2223,1.667,2227,1.634,2240,2.033,2268,4.102,2270,2.142,2277,2.696,2322,2.957,2365,3.381,2413,3.126,2425,2.696,2442,2.337,2454,3.62,2516,2.619,2578,3.381,2584,1.772,2591,3.126,2678,3.126,2731,2.591,2781,2.266,2784,2.497,2834,2.337,2890,2.266,3016,3.749,3047,2.816,3059,2.957,3094,3.62,3132,2.266,3229,2.957,3292,2.497,3349,3.337,3516,3.337,3833,3.337,3881,3.337,3957,3.62,3996,2.413,4044,3.62,4046,6.155,4059,2.957,4171,2.591,4445,2.816,4748,3.126,5150,3.62,5387,3.337,6180,3.62,6322,3.62,6443,3.337,6630,3.337,6663,7.545,6664,9.621,6665,8.006,6666,4.05,6667,5.859,6668,4.05,6669,4.05,6670,4.05,6671,4.05,6672,4.05,6673,4.05,6674,5.859,6675,3.62,6676,4.05,6677,4.05,6678,4.523,6679,4.05,6680,7.46,6681,4.05,6682,5.859,6683,4.05,6684,4.05,6685,4.05,6686,5.859,6687,3.62,6688,4.05,6689,4.05,6690,3.126,6691,4.05,6692,4.05]],["file_terms//Fulvio.html",[]],["root_relative_url//uw-research-computing/gpu-jobs.html",[0,0.229,1,0.136,1039,2.299,4731,3.672]],["high//uw-research-computing/gpu-jobs.html",[0,0.131,1,0.078,3,0.441,4,0.233,7,0.232,12,0.508,13,0.547,14,0.039,15,0.494,16,0.516,17,0.06,18,0.134,19,0.486,20,0.895,21,0.42,22,0.781,23,0.084,59,0.222,63,0.445,93,0.72,137,0.345,139,0.452,154,1.544,166,0.475,191,0.589,193,0.459,203,0.607,211,1.573,213,0.564,215,0.637,223,0.617,236,0.837,271,0.581,335,0.682,414,0.445,580,0.378,612,0.516,666,1.068,697,1.101,840,0.951,1040,1.031,1041,0.781,1045,1.009,1129,0.72,1196,0.916,1467,1.453,2350,1.214,2516,1.054,6693,1.819,6694,2.357]],["medium//uw-research-computing/gpu-jobs.html",[4,0.073,7,0.221,14,0.015,18,0.077,24,1.121,52,0.562,58,0.468,66,0.419,74,0.32,104,0.637,138,0.076,147,0.673,152,0.865,154,0.7,166,0.186,188,0.493,189,0.426,211,1.045,220,0.555,280,2.106,335,0.658,372,1.715,933,0.531,954,1.544,1056,1.062,1059,0.774,1063,1.931,1066,1.062,1067,1.037,1069,1.037,1071,0.7,1072,1.798,1073,0.992,1122,0.992,1143,0.572,1150,0.896,1494,0.712,1675,2.263,2031,1.544,2073,1.755,2184,2.68,2372,1.478,2490,1.323,2516,0.992,2520,1.281,2521,1.143,2522,1.323,2523,1.323,2525,3.281,2736,2.187,3222,1.713,3223,1.713,3877,3.622,6268,1.984,6693,4.66,6695,3.67,6696,4.693,6697,3.281,6698,3.281,6699,5.397,6700,3.281,6701,2.22,6702,3.281,6703,2.22,6704,2.22,6705,2.22,6706,6.038,6707,3.67,6708,3.67,6709,4.873,6710,2.22,6711,2.22]],["content//uw-research-computing/gpu-jobs.html",[0,0.246,1,0.206,3,0.684,4,0.332,5,0.955,6,1.035,7,0.547,10,0.229,13,0.625,14,0.071,17,0.174,18,0.287,19,0.575,20,1.676,21,0.496,29,0.42,33,0.453,34,0.043,35,0.519,36,0.955,38,0.56,39,0.779,40,0.799,44,0.947,46,1.212,47,0.496,48,1.103,50,1.472,51,0.972,56,0.347,57,1.114,58,0.856,59,0.762,60,0.558,63,1.835,65,1.071,66,0.526,71,0.607,72,1.024,73,1.593,80,0.858,83,1.234,84,0.74,86,1.124,87,1.147,89,1.12,95,1.219,96,0.643,97,1.803,102,0.871,103,1.213,104,1.265,106,0.897,107,1.062,109,1.435,112,0.55,113,1.265,116,0.519,117,0.666,121,0.751,126,0.666,129,0.558,133,2.272,136,0.655,137,1.147,138,0.072,139,1.586,141,1.147,142,0.377,144,0.489,145,1.17,146,1.103,147,1.245,148,1.271,151,0.812,152,1.29,154,2.816,155,1.305,157,1.12,158,0.865,159,1.873,160,0.18,163,0.513,165,0.522,166,0.792,167,0.707,168,0.924,169,0.619,170,0.838,171,0.676,172,0.787,173,1.172,174,1.208,175,0.666,176,1.208,177,0.812,178,0.763,179,0.719,180,0.908,181,1.933,182,0.622,183,0.637,184,0.972,185,0.838,186,0.897,187,0.697,188,0.98,189,0.534,190,0.838,191,1.37,192,0.932,193,1.642,194,1.38,195,0.908,196,1.227,197,0.536,198,1.438,199,0.939,200,0.707,201,0.939,202,0.972,203,2.175,204,1.248,205,0.829,206,0.801,207,0.908,208,0.939,209,0.838,210,1.23,211,1.973,212,0.407,213,1.623,214,0.566,215,1.25,216,2.031,217,0.233,218,1.425,219,0.851,220,0.697,221,1.692,222,0.989,223,1.629,228,0.263,247,0.542,249,1.039,254,1.595,257,0.785,258,1.891,267,1.652,271,1.534,273,0.592,276,1.852,280,2.638,283,1.435,298,1.273,316,0.799,330,1.164,344,1.147,352,0.787,355,1.91,360,1.348,361,1.177,362,0.481,372,2.061,376,1.039,379,1.17,382,1.647,384,0.516,391,0.697,410,1.103,412,0.865,414,1.177,420,1.742,422,0.787,425,0.643,433,1.061,435,1.302,455,2.539,461,0.893,478,0.851,482,1.024,491,1.147,494,1.154,502,0.972,511,1.103,529,0.851,535,1.082,542,0.763,545,1.024,547,1.199,560,1.584,573,0.718,576,2.206,580,0.447,602,1.082,605,1.265,608,0.303,612,1.199,634,1.855,645,1.473,663,1.302,666,1.035,697,2.061,700,1.245,701,1.91,711,0.824,716,0.511,733,1.937,742,1.181,749,1.462,756,1.513,757,0.851,758,0.947,761,1.006,762,1.154,770,1.124,777,0.718,828,1.78,840,1.78,844,1.747,854,1.285,863,1.219,870,1.435,884,1.194,885,2.21,917,2.21,929,1.723,934,2.469,941,1.782,961,3.159,962,1.978,969,0.787,973,1.17,993,1.891,1000,1.593,1008,1.126,1009,0.989,1015,0.989,1026,1.816,1040,1.219,1042,1.816,1045,0.729,1046,1.245,1065,0.865,1071,0.879,1075,1.103,1091,0.628,1103,0.824,1104,4.661,1106,2.409,1107,0.647,1108,1.19,1113,1.937,1114,1.486,1124,1.489,1129,2.074,1132,1.515,1133,1.571,1135,1.978,1137,1.024,1143,2.021,1151,1.265,1152,0.74,1153,2.272,1154,1.216,1160,1.124,1163,2.161,1167,0.414,1172,1.473,1177,1.473,1180,1.124,1184,1.348,1186,2.49,1189,0.908,1190,1.607,1208,0.787,1301,1.473,1325,1.93,1381,1.513,1415,0.775,1429,1.082,1433,3.504,1450,1.398,1451,1.194,1457,2.448,1549,1.043,1558,1.473,1563,0.939,1569,1.559,1600,1.364,1617,1.487,1619,1.855,1621,1.435,1671,1.515,1674,1.607,1682,2.15,1683,2.49,1689,1.332,1745,1.364,1756,2.034,1769,1.147,1809,1.024,1836,3.221,1867,1.539,1927,1.515,1930,1.66,1974,1.194,1989,2.15,1996,1.66,2026,2.15,2027,2.034,2034,1.855,2150,4.93,2165,2.846,2184,2.034,2190,3.405,2210,1.559,2227,1.124,2255,4.956,2274,2.911,2286,1.782,2302,2.469,2313,1.718,2319,3.068,2352,2.469,2361,1.852,2363,1.559,2375,1.718,2494,3.221,2516,1.245,2580,2.272,2584,1.219,2638,1.473,2670,1.937,2705,1.937,2710,2.72,2859,1.66,2966,1.515,2994,2.49,3003,1.398,3047,1.937,3060,1.937,3089,2.469,3297,1.66,3314,2.034,3339,2.15,3359,6.041,3490,1.855,3514,2.49,3587,1.937,3588,2.15,3622,3.405,3630,3.221,3865,3.944,3879,2.15,3883,5.594,3899,3.999,3965,1.937,3967,3.944,4011,1.718,4124,3.944,4125,3.635,4373,2.15,4537,2.49,4596,2.49,5732,2.296,5761,2.15,6241,1.937,6693,3.405,6700,2.49,6709,2.49,6712,2.786,6713,2.786,6714,2.786,6715,2.786,6716,2.786,6717,2.786,6718,2.786,6719,2.786,6720,2.786,6721,2.786,6722,2.786,6723,2.786,6724,2.786,6725,2.786,6726,3.944,6727,4.412,6728,2.786,6729,2.786,6730,2.786,6731,2.786,6732,2.786,6733,2.786,6734,2.786,6735,2.786,6736,2.786,6737,2.786,6738,2.786,6739,2.786,6740,2.49,6741,2.786,6742,4.412,6743,2.786,6744,2.49,6745,2.786,6746,2.786,6747,2.786,6748,2.786,6749,2.786]],["file_terms//uw-research-computing/gpu-jobs.html",[]],["root_relative_url//ML-Demo.html",[2537,2.813,3363,4.501]],["high//ML-Demo.html",[3,0.573,23,0.233,147,1.202,179,0.653,1144,2.068,1228,3.063,2312,3.782,2926,5.402]],["medium//ML-Demo.html",[]],["content//ML-Demo.html",[0,0.38,1,0.29,3,0.69,4,0.322,7,0.546,10,0.203,11,1.217,14,0.068,15,1.568,16,0.872,17,0.175,19,0.822,23,0.206,25,0.752,30,1.23,34,0.051,35,0.741,38,0.634,39,0.664,40,1.142,43,0.758,44,1.294,45,1.026,46,0.775,47,1.031,50,1.457,51,2.019,52,0.61,55,1.919,56,0.722,57,0.81,58,0.397,59,0.843,60,0.798,62,1.861,63,1.502,66,0.752,69,1.177,71,0.441,75,1.074,80,1.126,82,1.324,85,1.707,89,1.731,93,1.217,96,0.705,97,1.538,106,1.145,108,1.058,109,2.051,112,0.722,113,1.142,116,0.741,124,1.182,126,1.384,134,2.106,136,1.013,137,1.252,138,0.059,139,1.11,142,0.538,144,0.699,147,1.373,148,0.925,151,1.16,152,0.938,153,2,154,2.702,160,0.537,162,0.898,163,0.462,165,0.252,166,0.788,173,1.538,174,2.05,176,1.091,179,0.577,182,0.561,192,0.678,194,0.81,204,0.688,211,1.944,212,0.582,213,0.952,215,0.658,217,0.21,218,1.713,221,0.859,223,1.042,228,0.376,238,1.743,242,4.026,245,0.741,247,1.327,249,0.938,254,1.16,256,1.687,257,1.214,261,1.237,263,1.687,273,1.23,274,1.547,276,2.431,279,1.547,282,1.743,293,1.32,294,1.797,303,0.457,308,1.257,316,1.142,330,1.23,344,1.639,345,1.394,350,1.491,354,1.491,361,1.288,362,0.815,365,2.129,382,1.198,384,0.877,391,0.996,394,1.414,410,1.577,414,0.752,420,1.195,425,0.607,430,0.798,433,0.986,445,1.343,455,1.687,475,1.042,478,1.217,485,1.267,495,1.32,511,1.577,529,1.217,543,2.298,547,0.872,550,2.298,552,1.091,560,1.428,600,2.769,604,1.639,605,1.142,607,2.645,608,0.956,612,0.872,614,1.011,650,1.343,653,2.981,654,0.872,663,1.861,672,1.217,673,1.781,681,2,686,2.456,697,1.861,700,0.731,701,1.389,703,2.373,706,1.277,707,1.519,711,1.179,716,0.731,721,2,726,1.414,731,1.713,734,0.798,757,1.217,758,1.158,762,1.042,770,1.608,777,1.026,820,1.058,836,1.951,844,1.577,847,2.051,848,1.277,865,2.548,868,0.981,885,1.608,902,2.373,929,1.011,933,0.952,934,2.229,961,2.533,969,1.125,979,2.456,1009,2.055,1031,2.77,1071,1.827,1082,2.051,1091,0.898,1104,2.298,1107,2.181,1108,1.561,1114,1.267,1124,0.952,1129,1.217,1137,1.465,1143,2.049,1144,1.257,1147,2.298,1152,1.058,1154,1.515,1157,2.338,1163,1.951,1167,0.592,1172,2.106,1184,1.217,1196,1.547,1202,2.051,1205,1.366,1208,1.635,1232,1.257,1233,1.707,1234,3.556,1249,1.639,1260,1.905,1275,2.298,1276,3.607,1280,1.491,1314,2.77,1315,1.781,1325,1.743,1382,1.905,1422,2.298,1429,2.249,1435,3.561,1436,3.561,1442,2.77,1452,1.608,1453,1.857,1458,2.77,1522,4.227,1537,2.456,1545,1.905,1569,3.24,1577,2.168,1584,1.299,1587,2.106,1588,2.051,1608,2,1617,2.524,1621,2.051,1655,2.908,1658,2.548,1659,3.148,1661,2.548,1667,1.465,1675,3.57,1677,1.743,1738,2.548,1769,1.639,1836,2.908,1837,2.548,1867,2.019,1884,2.166,1916,2.908,1923,2.652,2027,2.908,2031,2.77,2073,2.769,2148,2.229,2150,4.944,2158,2,2262,4.298,2274,2.705,2280,2.373,2286,2.548,2302,3.817,2311,2.106,2312,4.32,2388,3.561,2411,2.908,2428,2.456,2478,3.148,2661,4.026,2701,2.77,2710,2.456,2817,3.074,2928,2.373,3018,3.561,3032,3.24,3077,2.652,3089,2.229,3275,2.229,3352,2.456,3359,2.908,3361,3.704,3375,2.77,3468,3.074,3752,3.282,3877,3.074,4104,2.908,4125,3.282,4296,3.282,4371,4.469,4461,3.561,4737,2.908,4738,6.838,4765,3.282,4775,3.074,5396,3.282,5448,3.561,5567,3.074,6265,3.282,6693,4.469,6697,3.561,6698,3.561,6699,3.561,6726,3.561,6750,3.983,6751,3.983,6752,3.561,6753,3.983,6754,3.983,6755,3.983,6756,3.983,6757,3.983,6758,3.983,6759,3.983,6760,3.983,6761,3.983,6762,3.561]],["file_terms//ML-Demo.html",[]],["root_relative_url//EHT.html",[6763,6.54]],["high//EHT.html",[3,0.464,23,0.233,34,0.039,217,0.346,228,0.618,234,0.989,243,3.467,244,3.564,254,1.91]],["medium//EHT.html",[]],["content//EHT.html",[0,0.389,1,0.293,4,0.231,11,1.271,13,0.59,17,0.179,23,0.148,25,1.528,29,1.054,30,1.921,32,1.379,33,0.677,34,0.056,38,0.443,39,0.477,43,1,44,0.719,45,2.085,46,1.162,47,1.064,52,0.637,53,1.231,55,1.379,58,0.415,59,0.563,69,1.421,71,0.662,73,1.503,74,0.86,75,1.122,80,0.809,81,1.901,83,1.575,84,1.105,87,1.712,89,1.516,90,1.251,92,3.038,94,1.313,96,0.43,102,0.821,104,1.193,105,1.503,112,0.519,125,3.038,129,1.197,136,0.618,138,0.064,142,1.094,144,1.048,152,1.647,160,0.574,163,0.588,165,0.482,169,0.924,186,0.846,187,1.04,206,1.269,215,1.155,217,0.369,223,1.088,226,3.038,227,2.088,228,0.72,234,1.308,243,4.279,244,4.399,245,1.112,246,3.428,247,0.809,248,2.565,252,1.586,254,1.212,256,1.74,257,1.245,261,1.855,263,2.036,264,4.155,265,5.313,266,1.334,271,1.722,273,1.27,274,1.616,275,2.036,276,1.747,277,1.334,291,1.251,303,0.477,307,2.328,324,2.328,325,3.977,327,1.747,329,1.99,333,1.901,345,1.301,351,2.77,353,2.088,355,1.451,360,1.271,362,0.651,363,1.402,371,3.424,374,2.088,375,1.712,376,1.408,387,2.328,394,1.129,401,2.893,402,2.999,404,1.86,407,2.088,414,0.786,418,3.211,423,1.783,425,0.37,426,2.279,427,1.313,447,1.575,449,2.671,451,1.86,494,1.563,496,2.328,497,2.142,499,2.158,500,2.411,505,8.462,510,1.271,512,2.142,516,1.231,535,2.715,537,1.901,538,2.357,540,2.565,547,0.91,559,3.509,560,0.871,566,1.944,567,1.647,572,2.328,573,1.072,575,2.038,580,1.548,587,3.509,593,2.999,595,2.565,602,2.715,604,2.459,607,1.901,608,0.453,609,4.125,610,2.926,612,1.53,613,2.491,614,1.774,639,3.428,650,2.925,653,2.142,654,0.91,658,1.451,659,1.901,669,2.459,672,1.271,676,1.313,682,2.4,684,1.291,700,1.096,702,1.503,704,1.916,711,1.231,713,1.99,716,0.763,718,2.197,719,2.088,731,1.231,745,3.822,751,1.53,762,1.088,777,1.072,788,2.792,795,3.977,796,3.869,808,2.662,810,1.86,813,3.211,817,3.428,820,1.587,828,1.679,832,2.4,848,1.334,863,1.82,890,2.479,892,1.712,902,2.479,928,1.916,962,1.503,965,3.57,969,1.687,974,1.402,993,1.783,1000,1.503,1003,2.893,1005,2.926,1018,2.893,1019,2.73,1020,1.647,1030,2.671,1034,1.783,1045,1.563,1065,1.291,1108,1.122,1114,0.91,1124,0.995,1150,1.679,1151,1.193,1167,0.887,1205,1.426,1225,2.565,1231,2.4,1232,1.313,1235,1.586,1243,2.617,1274,2.2,1275,2.4,1293,3.159,1294,2.088,1306,2.893,1308,3.428,1309,1.379,1315,1.86,1333,1.82,1369,2.479,1414,2.038,1415,1.661,1419,3.194,1422,2.4,1428,1.558,1434,2.893,1445,3.415,1453,1.334,1549,2.237,1562,2.565,1599,1.402,1637,2.77,1667,1.53,1736,1.99,1756,3.038,1762,1.783,1765,3.447,1766,5.006,1769,1.712,1770,3.719,1771,2.715,1777,1.616,1778,3.211,1783,2.2,1809,1.53,1810,2.142,1812,4.654,1813,2.893,1817,2.662,1858,2.857,1868,3.211,1939,3.428,1971,2.73,1981,4.362,1982,3.211,1983,3.428,1988,5.897,2204,3.248,2217,2.038,2238,3.211,2268,2.262,2299,2.792,2332,3.264,2355,1.99,2386,2.328,2396,2.893,2430,2.662,2431,2.479,2444,1.647,2450,2.893,2452,3.211,2531,2.397,2561,3.211,2685,2.77,2781,2.328,2809,2.479,2828,4.155,2829,3.038,2879,3.248,2892,3.038,2922,2.662,2929,2.77,2953,3.428,3007,3.428,3117,3.211,3125,3.211,3172,2.662,3316,2.662,3367,3.719,3378,3.038,3448,3.428,3631,2.893,3675,2.77,3758,2.565,3786,2.893,3831,3.211,3840,3.038,3913,3.428,3932,2.662,4410,3.038,4543,4.923,4573,3.428,4685,2.77,5548,3.719,6143,3.719,6579,3.428,6581,3.428,6764,8.091,6765,9.04,6766,4.16,6767,4.16,6768,4.16,6769,4.16,6770,4.16,6771,4.16,6772,4.16,6773,3.719,6774,4.16,6775,3.719,6776,4.16,6777,4.16,6778,4.16,6779,4.16,6780,4.16,6781,4.16,6782,4.16,6783,4.16,6784,4.16,6785,4.16,6786,3.719,6787,4.16,6788,4.16,6789,4.16,6790,4.16,6791,4.16,6792,4.16]],["file_terms//EHT.html",[]],["root_relative_url//uw-research-computing/hpc-buy-in.html",[0,0.203,1,0.121,3034,2.338,3236,2.433,3636,3.267]],["high//uw-research-computing/hpc-buy-in.html",[3,0.496,23,0.249,139,1.344,920,1.753,1227,1.92,3034,4.486]],["medium//uw-research-computing/hpc-buy-in.html",[]],["content//uw-research-computing/hpc-buy-in.html",[1,0.262,3,0.643,4,0.3,18,0.276,23,0.283,34,0.054,36,2.181,39,0.73,46,1.687,47,1.133,58,0.634,59,0.856,63,1.766,64,2.592,79,1.913,81,3.632,121,1.083,124,1.004,136,0.945,137,1.162,139,1.828,146,2.518,163,0.539,165,0.402,167,1.615,179,0.634,207,2.592,215,1.051,217,0.419,228,0.6,245,1.184,271,1.567,274,2.471,275,1.853,295,4.07,303,0.73,333,2.907,336,5.242,344,2.618,345,1.184,352,1.796,384,0.6,405,3.56,420,1.313,425,0.772,447,1.434,489,2.844,519,3.553,547,1.74,554,2.382,556,2.04,560,1.332,573,1.639,575,3.116,607,2.907,608,0.693,680,1.853,704,2.549,706,2.04,716,1.666,722,5.687,728,2.784,758,1.267,820,2.303,868,1.567,888,3.116,892,2.618,920,2.338,928,2.04,942,2.618,993,2.726,1002,2.339,1009,3.077,1010,4.235,1030,2.844,1045,1.664,1071,2.508,1138,1.988,1167,0.945,1169,2.784,1180,2.567,1223,3.459,1227,2.177,1228,3.715,1280,2.382,1303,3.459,1331,4.07,1442,4.424,1479,3.791,1593,3.459,1601,4.07,1613,3.116,1617,2.144,2183,3.791,2355,3.042,2392,6.55,2435,5.242,2480,3.801,2808,4.645,3006,3.67,3030,4.645,3033,7.484,3034,5.085,3051,4.424,3275,3.56,3974,5.292,3983,5.687,3991,4.645,4003,4.424,4615,5.242,4826,6.03,5429,5.687,5552,5.242,6793,6.362,6794,7.949,6795,5.687,6796,6.362,6797,6.362,6798,6.362]],["file_terms//uw-research-computing/hpc-buy-in.html",[]],["root_relative_url//fire-up-the-gpus.html",[362,0.511,2922,3,6799,4.689]],["high//fire-up-the-gpus.html",[0,0.336,3,0.427,23,0.215,25,1.139,34,0.036,69,1.226,211,1.156,308,1.903,328,2.218,362,0.657,1445,2.696,2922,3.858,2923,4.404]],["medium//fire-up-the-gpus.html",[]],["content//fire-up-the-gpus.html",[0,0.479,1,0.259,3,0.556,10,0.145,17,0.16,18,0.217,25,1.625,29,1.186,34,0.056,38,0.463,47,1.113,53,1.85,55,2.606,69,1.749,71,0.693,96,0.646,102,1.552,109,3.218,136,0.928,137,0.914,138,0.076,142,0.845,145,2.624,147,1.442,154,1.972,155,1.129,162,1.409,163,0.533,179,0.783,197,0.769,211,1.868,217,0.33,228,0.589,238,2.735,245,1.463,252,2.383,256,1.821,257,1.113,261,2.44,272,3.137,280,2.18,282,2.735,293,2.072,304,4.161,326,2.522,340,2.678,348,2.383,356,2.383,362,0.681,363,2.65,379,3.301,384,0.589,394,1.181,408,1.43,415,1.451,425,0.556,428,2.989,433,1.338,447,1.938,449,2.794,487,2.298,495,2.072,500,2.522,533,2.572,542,1.711,547,1.368,552,1.711,566,2.92,573,1.61,594,4.347,603,4.4,604,2.572,608,0.681,650,2.65,697,4.019,700,1.146,701,2.742,716,1.146,731,1.85,747,4.824,777,1.61,839,2.153,855,3.061,884,2.678,897,1.909,928,2.004,948,4.347,976,2.218,1000,2.257,1009,2.218,1145,2.794,1151,1.792,1253,2.34,1274,4.157,1346,3.498,1419,2.856,1429,2.428,1445,3.845,1551,3.061,1586,2.522,1637,4.161,1655,4.563,1685,4.161,1688,5.15,1757,2.522,1759,5.15,1771,2.428,1773,2.678,1777,3.054,1842,4.161,1965,4.824,1971,2.856,2171,2.856,2268,3.398,2270,3.305,2437,4.347,2808,4.563,3034,5.029,3190,4.824,3192,5.15,3321,4.824,3323,4.161,3468,4.824,3490,5.234,3508,4.274,3569,5.15,3840,4.563,4661,4.824,4737,4.563,4738,6.478,4772,4.824,4775,4.824,5560,5.587,6556,5.15,6800,6.25,6801,6.25,6802,6.25,6803,6.25,6804,6.25,6805,6.25,6806,6.25,6807,6.25,6808,6.25,6809,6.25,6810,6.25]],["file_terms//fire-up-the-gpus.html",[]],["root_relative_url//Garcia.html",[6811,6.54]],["high//Garcia.html",[3,0.445,4,0.207,23,0.223,165,0.397,885,2.535,1103,1.859,1227,1.72,2209,4.849,2940,5.177,2941,5.177,2942,5.177]],["medium//Garcia.html",[]],["content//Garcia.html",[1,0.277,3,0.325,4,0.295,10,0.211,15,0.962,17,0.164,18,0.16,25,0.868,30,0.976,34,0.038,38,0.34,43,0.601,44,0.794,45,1.184,65,1.115,71,0.71,73,1.659,74,0.923,76,2.939,80,0.894,81,2.099,82,1.051,96,0.475,102,0.907,103,0.736,104,1.317,105,1.659,106,0.661,108,1.702,112,0.92,113,1.317,118,1.854,120,3.545,121,0.782,126,1.532,135,2.365,137,0.937,138,0.067,142,0.621,143,2.099,144,1.473,160,0.477,163,0.434,165,0.564,168,0.962,182,0.691,183,2.083,185,1.927,186,0.934,187,1.149,188,1.02,189,1.61,196,1.277,205,0.611,206,0.672,215,0.759,217,0.389,228,0.433,240,1.896,241,2.219,256,1.338,257,0.818,259,2.306,263,1.338,267,1.72,280,1.602,282,2.804,293,2.124,297,3.195,304,3.058,316,1.317,329,2.197,330,1.568,333,2.099,335,0.554,344,1.891,350,2.99,354,1.72,361,0.868,362,0.698,365,1.689,371,2.25,394,1.211,398,2.197,408,1.051,413,2.65,414,0.868,422,1.297,425,0.409,428,2.197,429,2.571,430,0.92,433,1.659,447,1.444,451,2.053,454,1.72,461,1.473,475,2.089,482,1.689,483,2.939,502,2.235,504,2.737,546,2.053,548,2.146,565,2.365,566,2.146,567,1.819,573,1.184,589,4.679,602,1.784,604,1.891,612,1.402,615,2.197,616,2.571,620,2.053,625,3.195,636,3.785,654,1.615,660,1.473,666,0.868,671,2.833,691,3.138,700,0.842,702,1.659,711,2.184,719,2.306,730,4.946,731,2.951,732,2.571,735,2.306,738,2.25,756,2.197,777,1.651,799,2.571,827,3.058,848,1.473,855,2.25,868,1.579,874,2.053,885,1.854,897,1.403,938,3.058,965,2.146,974,1.548,1015,1.63,1031,3.195,1033,2.306,1091,1.035,1103,1.896,1157,1.575,1179,2.497,1190,2.65,1192,3.785,1227,2.382,1248,1.891,1262,2.25,1276,2.429,1277,2.65,1293,3.903,1299,2.053,1359,3.058,1365,4.106,1368,4.106,1374,2.25,1396,3.697,1428,2.399,1452,3.511,1457,2.053,1591,1.968,1599,1.548,1604,2.928,1610,3.389,1625,1.473,1663,2.429,1689,2.197,1776,2.053,1810,2.365,1813,3.195,1852,4.679,1885,7.623,1896,5.841,1984,3.697,2006,2.429,2155,2.691,2166,3.785,2204,2.497,2209,6.714,2257,2.25,2258,2.25,2262,2.306,2332,3.282,2362,2.365,2426,4.106,2516,2.053,2641,4.106,2799,4.258,2807,3.195,2832,3.785,2836,3.058,2890,2.571,2897,2.497,2899,3.354,2940,6.921,2941,7.802,2942,7.932,3003,2.306,3107,3.785,3125,3.545,3189,5.28,3341,3.545,3375,3.195,3641,2.939,3642,2.939,3758,2.833,3821,3.785,3823,7.72,3832,3.354,3839,3.195,3994,3.785,4027,3.545,4097,3.785,4388,4.106,4629,4.106,4641,3.785,4816,3.545,5107,3.785,5171,6.163,5401,4.106,5478,3.354,5579,3.354,5737,4.679,5757,4.679,6037,3.785,6258,3.785,6385,4.106,6387,6.163,6812,9.553,6813,6.408,6814,4.593,6815,4.593,6816,4.593,6817,6.408,6818,7.508,6819,4.593,6820,4.593,6821,4.593,6822,7.38,6823,7.38,6824,4.593,6825,4.593,6826,4.593,6827,4.106,6828,4.593,6829,4.593,6830,6.408,6831,4.593,6832,4.593,6833,4.593,6834,4.593,6835,7.985,6836,4.593,6837,4.593,6838,6.408,6839,4.593,6840,4.593,6841,4.593,6842,4.593,6843,4.593]],["file_terms//Garcia.html",[]],["root_relative_url//uw-research-computing/index.html",[0,0.261,1,0.155,6844,4.689]],["high//uw-research-computing/index.html",[0,0.39,1,0.231,3,0.496,23,0.249,34,0.041,933,1.677]],["medium//uw-research-computing/index.html",[]],["content//uw-research-computing/index.html",[0,0.46,1,0.314,3,0.685,21,1.47,30,1.437,34,0.059,43,0.886,45,2.128,46,1.316,59,0.875,68,3.484,69,1.375,74,0.974,139,1.297,142,0.914,163,0.559,165,0.521,179,0.674,211,1.297,215,1.118,217,0.49,218,1.547,219,2.066,228,0.875,234,1.245,245,1.259,275,1.971,277,2.858,343,4.328,384,0.638,405,3.786,425,0.602,508,3.484,525,2.205,538,2.405,547,1.807,605,1.94,608,1.011,616,3.786,650,2.28,694,3.903,695,2.899,700,1.241,706,2.169,716,1.241,758,0.944,776,3.786,796,3.235,836,3.313,863,2.96,892,2.784,949,2.96,991,4.171,992,4.171,1001,3.313,1009,2.401,1143,1.743,1178,3.678,1208,1.91,1248,2.784,1269,4.939,1280,2.533,1301,3.577,1315,3.691,1392,4.328,1428,2.533,1445,3.024,1542,4.171,1543,3.091,1575,3.786,1653,4.171,1691,3.786,1757,3.332,1793,4.031,1867,2.359,2240,3.396,2607,3.235,3027,4.939,3034,4.328,3900,5.221,4077,4.503,4395,4.705,4648,6.047,5654,4.939,6744,6.047,6845,6.765,6846,6.765,6847,6.765,6848,6.765,6849,6.765,6850,6.765,6851,6.765,6852,6.765]],["file_terms//uw-research-computing/index.html",[]],["root_relative_url//HTCondorWeek-Photos.html",[6853,5.462,6854,5.462]],["high//HTCondorWeek-Photos.html",[3,0.464,23,0.233,104,1.88,182,0.539,240,1.94,241,1.971,874,2.93,2943,5.402,2944,5.86]],["medium//HTCondorWeek-Photos.html",[]],["content//HTCondorWeek-Photos.html",[0,0.446,1,0.281,3,0.38,4,0.235,11,2.179,18,0.187,33,1.161,34,0.042,56,0.67,59,0.507,65,1.305,69,1.627,74,0.774,75,1.923,79,1.616,90,1.616,103,0.862,104,1.542,138,0.064,147,1.308,154,1.696,165,0.339,179,0.711,182,0.777,192,1.214,206,1.441,211,1.367,214,1.093,217,0.376,225,1.752,227,2.698,228,0.672,229,4.149,230,4.805,231,3.925,232,2.768,233,3.315,234,1.075,235,6.375,236,1.908,237,4.805,238,2.352,240,2.796,241,2.406,252,2.05,253,1.908,254,1.566,255,4.805,259,2.698,267,2.67,268,3.168,269,1.324,271,1.324,294,1.669,308,1.696,344,2.212,361,1.015,362,0.585,374,3.58,394,1.015,425,0.479,440,3.203,445,1.812,447,1.211,448,4.429,450,2.088,454,3.191,463,3.008,485,1.176,500,2.169,512,2.768,514,2.456,515,2.768,519,2.403,520,3.315,529,1.642,538,1.566,555,3.375,563,3.315,565,2.768,566,2.512,567,2.128,571,3.203,573,1.385,605,2.045,612,1.176,620,2.403,654,1.176,663,2.512,680,2.331,684,1.669,705,2.169,731,1.591,777,1.838,798,4.149,808,6.306,899,3.332,907,4.562,908,4.748,909,3.439,1033,3.58,1103,1.591,1114,1.561,1129,2.179,1144,1.696,1150,2.169,1153,2.768,1157,2.445,1167,0.798,1216,2.088,1244,4.935,1246,2.11,1260,3.41,1271,3.578,1276,2.842,1294,2.698,1301,2.842,1325,2.352,1359,3.578,1378,4.149,1390,4.96,1392,3.439,1394,3.101,1401,2.922,1428,2.67,1429,2.77,1445,2.403,1614,3.578,1625,2.287,1647,3.439,1762,2.303,1765,4.618,1766,4.618,1769,2.212,1810,2.768,1822,3.439,1918,3.101,1926,2.922,1927,2.922,1981,3.925,1996,3.203,2149,2.842,2268,2.922,2306,3.203,2332,1.976,2381,2.922,2386,3.008,2411,3.925,2430,3.439,2431,3.203,2440,3.315,2537,2.768,2624,4.805,2630,3.578,2651,3.439,2672,3.008,2858,3.439,2890,3.008,2920,3.738,2925,3.578,2939,3.439,2943,4.429,2951,3.315,3088,3.738,3127,4.805,3320,4.805,3323,3.578,3934,4.429,4410,3.925,4435,5.207,4462,4.429,4682,3.925,4780,3.439,4781,3.925,4794,4.805,4955,4.805,5099,5.877,5544,4.805,5872,4.805,5919,3.925,5993,4.429,6060,4.805,6061,4.805,6073,8.075,6078,4.429,6079,4.429,6323,4.149,6333,4.805,6653,8.76,6762,4.805,6855,5.375,6856,5.375,6857,5.375,6858,5.375,6859,5.375,6860,5.375,6861,5.375,6862,4.805,6863,5.375,6864,5.375,6865,5.375,6866,5.375,6867,5.375,6868,4.805,6869,5.375,6870,5.375,6871,5.375,6872,5.375,6873,5.375,6874,5.375,6875,5.375,6876,5.375,6877,5.375,6878,5.375,6879,5.375,6880,5.375,6881,5.375,6882,5.375,6883,5.375]],["file_terms//HTCondorWeek-Photos.html",[]],["root_relative_url//events/2023/01/data-center-tours.html",[245,0.873,6884,4.689,6885,4.689]],["high//events/2023/01/data-center-tours.html",[3,0.436,23,0.219,63,1.163,138,0.049,263,1.793,445,2.075,485,1.347,830,3.551,1223,3.346,1257,3.551,1644,3.667,5770,4.75]],["medium//events/2023/01/data-center-tours.html",[]],["content//events/2023/01/data-center-tours.html",[3,0.655,34,0.051,39,0.847,63,1.748,64,2.407,69,1.501,80,1.436,97,1.961,108,1.961,131,1.902,163,0.5,179,0.736,205,0.982,212,1.079,249,1.739,252,2.815,384,0.696,412,2.292,425,0.657,485,1.615,540,4.552,820,1.961,830,4.259,928,2.367,931,2.764,1129,2.255,1138,1.846,1210,4.915,1223,5.03,1246,2.185,1247,5.698,1257,5.699,1357,5.698,1644,4.399,2067,5.134,2385,6.715,2679,6.051,2684,5.792,3253,4.013,3460,7.17,4375,5.39,5770,6.715,5771,5.698,5772,6.599,5773,6.083,5774,6.083,5775,6.599,6886,6.599,6887,7.382,6888,6.599,6889,6.083]],["file_terms//events/2023/01/data-center-tours.html",[]],["root_relative_url//projects.html",[6890,6.54]],["high//projects.html",[3,0.451,4,0.117,17,0.091,23,0.126,25,0.67,30,0.754,187,0.887,291,1.067,444,2.363,685,2.115,839,0.972,851,2.739,954,2.468,1416,1.622,1580,1.697,2539,2.924,2857,2.591,2858,2.27,2875,2.591,2876,2.739,2913,2.115,2928,2.115,3644,2.739,3645,2.739,3772,2.363,4778,2.739,4878,2.739,4879,2.739,4942,3.172,5388,2.468,5411,2.924,6891,3.172,6892,3.172,6893,3.172,6894,3.172,6895,3.549,6896,3.549,6897,2.924,6898,3.172,6899,3.172,6900,3.172,6901,3.172,6902,3.549,6903,3.549,6904,3.172,6905,3.172]],["medium//projects.html",[]],["content//projects.html",[0,0.413,1,0.306,3,0.661,4,0.288,7,0.202,10,0.188,14,0.035,17,0.214,18,0.178,24,1.029,25,1.302,29,0.771,30,0.716,33,0.548,34,0.054,35,0.627,36,1.752,38,0.249,39,0.981,40,0.966,43,0.669,44,0.883,45,0.868,46,0.655,47,1.228,53,1.828,56,0.42,58,0.336,59,0.482,67,1.333,69,0.685,71,0.373,73,1.216,75,0.908,80,0.655,81,2.335,82,0.77,83,0.759,94,1.612,96,0.806,99,0.981,100,1.155,102,1.463,103,0.54,104,1.466,106,0.485,112,0.637,121,1.262,126,0.805,129,1.024,136,0.5,138,0.041,142,0.932,144,0.591,147,0.937,148,0.782,154,1.062,160,0.446,162,1.152,163,0.228,164,2.146,165,0.323,168,0.705,179,0.336,183,1.169,186,1.039,187,1.278,191,1.278,192,0.573,194,1.256,195,1.098,203,0.868,204,1.067,205,0.448,206,0.747,210,0.665,211,0.646,212,1.141,213,0.805,214,0.685,217,0.391,228,0.482,231,2.459,234,0.771,238,3.548,240,0.997,243,1.781,244,1.831,245,0.951,248,2.077,252,1.949,253,1.195,265,2.342,266,1.08,271,1.259,277,1.639,279,1.985,288,1.885,290,1.734,291,1.012,293,2.047,296,2.242,299,3.266,302,2.007,303,0.386,307,1.885,325,2.242,326,2.991,343,2.154,346,2.154,348,1.284,349,2.949,350,1.261,352,0.951,361,1.167,362,0.557,363,1.135,371,1.649,374,1.691,376,1.204,383,1.61,386,3.945,391,1.544,394,1.167,397,3.945,398,1.752,404,2.761,407,2.565,412,1.045,415,0.782,416,1.885,420,0.695,422,0.951,425,0.762,428,2.444,430,0.675,433,1.422,435,2.388,438,1.337,440,2.007,442,2.775,444,4.59,449,1.505,450,1.985,475,1.616,480,1.539,489,1.505,491,1.386,499,2.231,506,1.443,516,0.997,518,2.242,525,1.098,527,2.503,529,1.561,533,1.386,547,0.737,554,1.261,555,1.333,560,0.705,563,2.077,567,2.023,571,2.007,572,1.885,575,1.649,576,1.029,582,3.563,584,2.242,598,2.778,599,1.61,601,2.103,602,2.399,608,0.95,611,1.399,612,0.737,614,1.568,618,1.574,620,2.284,625,3.554,634,2.242,636,2.775,640,3.01,647,1.885,650,2.082,651,1.885,652,1.539,654,1.94,660,1.08,661,2.342,669,1.386,677,2.895,690,3.358,694,1.943,695,2.19,700,0.937,701,1.175,702,1.216,704,1.08,711,1.512,714,1.885,718,1.879,719,1.691,721,1.691,727,3.025,731,2.623,741,2.599,749,1.116,757,1.029,762,1.337,766,1.885,779,1.943,780,1.505,785,1.781,789,1.879,810,1.505,819,2.007,823,2.342,825,1.781,828,1.359,839,1.399,844,1.333,845,2.778,851,3.945,854,0.981,855,1.649,863,1.474,865,2.154,867,2.077,868,2.107,869,2.955,870,3.18,885,1.359,892,2.103,899,2.388,917,2.493,919,1.831,920,1.278,926,4.411,928,1.08,929,0.855,933,0.805,941,2.154,947,1.386,949,1.474,954,2.342,962,1.216,965,1.574,969,0.951,973,1.414,982,1.649,996,1.691,1000,1.846,1005,1.649,1009,1.195,1028,2.242,1042,1.386,1083,1.943,1102,3.045,1114,0.737,1131,2.599,1133,0.966,1134,1.539,1155,2.949,1160,1.359,1167,0.917,1169,1.474,1179,1.831,1189,1.098,1216,1.308,1227,0.922,1228,1.574,1232,1.062,1243,1.913,1245,2.459,1258,2.007,1272,2.077,1288,2.342,1297,1.831,1307,1.414,1309,1.116,1310,2.342,1311,2.459,1312,1.308,1313,1.539,1315,2.284,1416,2.335,1428,2.775,1445,1.505,1457,2.761,1499,2.154,1549,1.261,1577,1.261,1580,3.297,1584,1.098,1594,1.649,1610,1.781,1617,1.135,1632,1.831,1638,1.474,1640,2.077,1649,1.284,1652,1.261,1653,2.077,1655,2.459,1658,2.154,1659,1.831,1663,1.781,1669,3.151,1703,2.703,1745,1.649,1751,2.342,1757,2.063,1771,2.399,1772,3.01,1773,1.443,1777,1.308,1783,2.703,1786,3.01,1809,2.535,1813,2.342,1820,1.831,1853,1.691,1862,1.574,1884,1.831,1892,2.599,1894,4.112,1896,3.554,1904,2.599,1924,3.045,1926,1.831,1927,1.831,1958,1.781,1971,2.335,1974,1.443,2072,2.459,2154,2.154,2160,2.459,2190,2.599,2218,1.734,2236,2.599,2237,2.599,2262,1.691,2326,2.242,2332,2.535,2432,3.563,2444,1.333,2446,1.831,2447,2.459,2478,2.778,2516,3.624,2531,2.541,2539,4.211,2540,4.568,2563,3.554,2604,2.599,2607,3.731,2672,1.885,2709,2.459,2756,2.342,2769,2.154,2797,2.599,2801,3.748,2802,2.459,2810,2.444,2811,3.01,2829,2.459,2857,2.459,2858,2.154,2875,2.459,2876,2.599,2877,2.775,2878,2.342,2880,2.949,2901,2.599,2906,2.077,2913,2.007,2928,4.649,2929,4.935,2945,4.509,3003,1.691,3008,2.775,3032,2.86,3088,5.809,3093,3.045,3101,3.01,3111,3.01,3130,2.599,3133,2.459,3172,3.269,3240,2.775,3310,2.154,3321,4.767,3323,2.242,3328,2.775,3377,2.342,3428,2.459,3434,2.599,3435,2.775,3489,2.459,3500,3.01,3515,3.01,3583,2.242,3615,2.775,3639,2.599,3641,3.269,3642,3.269,3644,3.945,3645,3.945,3646,3.01,3647,3.01,3648,3.01,3649,2.775,3742,2.775,3755,2.459,3772,2.242,3786,2.342,3918,2.599,3920,3.01,3927,4.568,4039,3.01,4149,3.402,4174,2.599,4294,2.459,4315,2.775,4378,3.01,4563,3.01,4570,2.599,4571,3.01,4572,3.01,4767,2.599,4778,2.599,4780,3.951,4781,2.459,4782,2.599,4834,2.459,4840,3.732,4862,3.01,4874,3.01,4878,2.599,4879,2.599,4982,3.01,5388,4.295,5411,4.211,5436,3.01,5442,3.01,5567,2.599,5637,3.01,5722,2.775,5737,2.459,5755,2.775,5757,2.459,5810,3.01,5832,3.01,5874,4.568,6045,3.01,6112,3.01,6153,3.01,6200,2.775,6241,2.342,6387,5.322,6473,3.01,6478,3.01,6579,2.775,6581,2.775,6582,3.01,6595,2.775,6597,3.01,6627,3.01,6630,5.089,6675,3.01,6678,2.599,6752,4.568,6775,3.01,6786,3.01,6891,3.01,6892,3.01,6893,3.01,6894,3.01,6897,2.775,6898,3.01,6899,3.01,6900,3.01,6901,5.521,6904,3.01,6905,3.01,6906,3.368,6907,5.111,6908,3.368,6909,3.368,6910,3.368,6911,3.368,6912,3.368,6913,3.368,6914,3.368,6915,3.368,6916,3.368,6917,3.368,6918,3.368,6919,3.368,6920,3.368,6921,5.111,6922,3.01,6923,3.368,6924,3.368,6925,3.368,6926,3.368,6927,3.368,6928,3.368,6929,5.111,6930,3.368,6931,3.368,6932,3.368,6933,6.176,6934,3.368,6935,3.368,6936,3.368,6937,3.368,6938,3.368,6939,3.368,6940,6.176,6941,3.368,6942,3.368,6943,3.368,6944,3.368,6945,3.368,6946,3.368,6947,3.368,6948,3.368,6949,3.368,6950,3.368,6951,3.368,6952,3.368,6953,3.368,6954,3.368,6955,3.368,6956,3.368,6957,3.368,6958,3.368]],["file_terms//projects.html",[]],["root_relative_url//internships.html",[6959,6.54]],["high//internships.html",[3,0.537,23,0.21,129,1.185,590,3.309,760,2.896,949,2.587,1008,1.069,1180,2.386,1253,2.214,1415,1.644,1632,3.215,2175,4.112,2219,4.112]],["medium//internships.html",[]],["content//internships.html",[1,0.324,3,0.686,18,0.236,25,1.281,30,1.441,34,0.059,39,0.778,43,1.083,47,1.207,59,0.78,69,1.379,74,0.976,75,1.829,103,1.087,112,0.846,116,1.262,146,2.685,160,0.535,163,0.46,179,0.889,182,0.558,212,0.992,215,1.12,217,0.436,228,0.841,234,1.023,245,1.262,263,1.976,272,3.404,275,2.409,277,2.175,293,2.741,326,2.737,361,1.281,363,2.286,380,2.14,389,4.716,423,2.906,425,0.604,430,1.359,461,2.175,485,1.484,519,3.032,528,2.968,538,2.409,547,1.484,548,3.169,551,5.29,552,2.264,554,2.539,590,5.198,611,1.857,614,1.721,668,3.687,680,1.976,684,2.105,706,2.175,824,1.646,874,3.032,949,2.968,960,3.913,1008,1.494,1167,1.007,1200,3.169,1232,2.14,1249,2.791,1253,3.34,1280,2.539,1297,3.687,1312,3.212,1325,2.968,1416,3.099,1428,2.539,1434,4.716,1445,3.988,1638,2.968,1858,3.243,1909,3.913,1921,3.492,2175,4.716,2179,4.952,2193,4.182,2214,5.234,2219,4.716,2446,3.687,2611,6.383,2895,4.716,3556,5.234,3879,5.234,4795,5.234]],["file_terms//internships.html",[]],["root_relative_url//events/demo/index.html",[6960,6.54]],["high//events/demo/index.html",[]],["medium//events/demo/index.html",[]],["content//events/demo/index.html",[123,4.041,138,0.064,249,1.897,1579,5.15,2312,4.645,2535,6.213,2536,6.633,2537,4.145]],["file_terms//events/demo/index.html",[]],["root_relative_url//uw-research-computing/checkpointing.html",[0,0.261,1,0.155,6961,4.689]],["high//uw-research-computing/checkpointing.html",[3,0.274,4,0.128,7,0.233,12,0.834,13,0.548,14,0.054,15,0.81,16,0.846,17,0.099,18,0.134,19,0.798,20,0.898,21,0.689,22,1.282,23,0.138,44,0.668,58,0.385,106,0.557,133,1.992,163,0.262,166,0.325,175,0.925,216,2.766,433,0.658,734,0.775,1044,1.847,1091,0.872,2585,2.985,2799,3.269]],["medium//uw-research-computing/checkpointing.html",[4,0.055,6,0.317,7,0.309,10,0.067,14,0.039,44,0.29,52,0.586,60,0.337,65,0.408,66,0.317,84,0.446,94,0.53,96,0.174,104,0.482,105,0.607,117,0.694,138,0.073,144,0.295,182,0.375,189,0.322,193,1.173,197,0.164,216,0.548,272,0.844,327,0.706,335,0.35,371,0.823,430,0.337,478,0.513,483,1.075,554,0.629,556,0.539,560,0.352,576,0.513,660,0.539,666,0.548,700,0.308,701,0.586,726,0.596,1008,0.524,1044,2.395,1063,0.692,1067,0.785,1069,0.785,1071,0.53,1106,0.596,1107,0.888,1122,1.297,1151,0.832,1156,1.325,1164,0.794,1169,0.735,1180,0.678,1370,0.865,1381,0.995,1457,0.751,1494,0.93,1500,1.456,1715,0.768,1923,1.119,2030,1.227,2141,1.502,2480,1.387,2520,0.97,2521,0.865,2522,1.729,2523,1.729,2670,1.169,2737,1.036,2799,0.97,3583,1.119,3750,1.502,4003,1.169,5939,3.515,6702,1.502,6962,3.827,6963,6.37,6964,6.567,6965,2.901,6966,1.681,6967,1.681,6968,3.827,6969,3.827,6970,1.681,6971,1.681,6972,1.681,6973,1.681,6974,1.681,6975,1.681,6976,3.827,6977,3.827,6978,1.681,6979,1.681,6980,6.027,6981,2.901,6982,5.141,6983,2.901,6984,1.681,6985,1.681,6986,1.681,6987,2.593,6988,1.681,6989,1.681,6990,1.681,6991,1.681,6992,1.681]],["content//uw-research-computing/checkpointing.html",[1,0.178,3,0.568,4,0.319,5,1.242,6,1.569,7,0.586,10,0.215,13,0.914,14,0.071,16,0.792,17,0.138,18,0.279,19,0.747,21,1.428,23,0.192,29,0.546,32,1.2,33,0.589,34,0.038,35,0.674,36,1.242,38,0.53,39,0.619,40,1.039,43,0.474,44,1.436,47,0.645,50,1.05,52,1.171,53,1.909,56,0.451,57,1.097,58,0.538,59,0.341,60,1.607,61,2.948,63,1.219,66,0.684,79,1.089,80,0.705,82,0.828,84,1.714,89,0.919,96,0.828,97,2.13,102,1.066,105,1.308,106,0.929,107,2.058,112,0.451,117,1.291,121,0.919,124,0.852,133,3.323,136,0.538,137,0.789,138,0.069,139,0.694,142,0.73,144,1.132,147,0.99,148,1.253,155,0.654,157,1.37,158,1.124,160,0.234,163,0.485,165,0.551,166,0.757,167,0.919,168,0.758,169,0.804,170,1.089,171,0.879,172,1.023,173,0.962,174,0.992,175,0.866,176,0.992,177,1.055,178,0.992,179,0.538,180,1.181,181,1.33,182,0.742,183,0.828,184,1.263,185,1.089,186,0.736,187,0.906,188,1.433,189,1.035,190,1.089,191,0.906,192,1.365,193,1.862,194,0.736,195,1.181,196,1.794,197,0.7,198,1.181,199,1.221,200,0.919,201,1.221,202,1.263,203,1.663,204,1.236,205,0.482,206,0.529,207,1.181,208,1.221,209,1.089,210,0.715,211,0.694,212,0.789,213,0.866,214,0.736,215,0.598,216,3.312,217,0.191,218,0.828,219,1.106,220,0.906,221,0.781,222,1.285,223,1.412,247,0.705,254,2.083,257,0.645,266,1.161,269,0.892,272,3.239,273,0.77,274,2.097,280,2.494,290,1.865,298,2.466,306,1.865,308,1.142,323,1.915,330,1.147,335,0.437,352,1.023,355,2.25,360,1.106,361,0.684,362,0.394,376,1.272,380,1.142,382,1.089,384,0.341,391,0.906,394,1.219,399,2.089,404,1.619,408,1.476,414,0.684,425,0.574,433,0.919,438,0.947,449,1.619,451,2.884,455,1.055,469,1.915,473,1.655,478,2.45,482,1.331,501,1.221,502,2.668,510,1.106,545,1.331,547,0.792,576,1.106,608,0.703,613,1.181,615,1.732,618,1.692,643,1.655,677,3.73,694,2.089,695,1.552,699,1.969,700,1.524,705,2.886,711,1.072,716,0.664,717,2.313,734,0.726,742,0.781,751,1.985,752,2.027,801,2.581,810,1.619,824,0.879,844,2.554,845,1.969,869,1.552,888,1.774,920,0.906,922,1.585,929,1.37,934,2.027,941,2.317,980,1.331,1008,1.292,1009,1.285,1020,1.434,1026,2.221,1030,1.619,1044,3.163,1071,1.142,1091,1.967,1104,4.793,1106,2.29,1107,0.841,1108,0.977,1124,1.543,1125,1.774,1132,2.934,1135,1.95,1137,2.629,1146,1.76,1151,1.548,1154,1.199,1160,1.461,1162,2.411,1164,0.992,1167,0.802,1168,1.49,1169,2.823,1180,2.886,1184,1.106,1190,2.089,1232,1.142,1307,1.52,1370,1.865,1374,1.774,1381,2.212,1387,3.328,1437,1.285,1459,2.518,1494,1.731,1537,2.233,1543,1.655,1564,2.411,1572,3.237,1582,2.317,1586,1.461,1591,1.552,1598,2.233,1602,2.317,1610,3.782,1613,1.774,1621,3.323,1623,3.453,1665,2.411,1692,2.089,1736,1.732,1741,1.732,1744,3.845,1771,2.097,1810,2.779,1867,1.263,1884,1.969,1923,3.593,2065,3.216,2150,2.158,2153,2.644,2171,3.267,2183,2.158,2200,2.518,2319,5.319,2361,1.52,2439,2.158,2489,2.411,2585,6.59,2704,2.411,2705,4.487,2734,2.411,2799,4.926,2932,4.575,3047,3.754,3061,2.411,3171,2.795,3309,6.234,3350,5.893,3436,4.166,3587,2.518,3588,5.519,3834,3.237,3899,2.644,4027,2.795,4040,2.984,4108,3.237,4341,2.984,4389,4.448,4393,4.825,4765,2.984,5111,3.237,5112,3.237,5761,2.795,5939,5.519,6238,3.237,6344,3.237,6678,2.795,6964,3.237,6987,5.768,6993,5.397,6994,3.621,6995,3.621,6996,3.621,6997,3.621,6998,3.621,6999,3.621,7000,3.621,7001,3.621,7002,5.397,7003,3.621,7004,3.621,7005,3.621]],["file_terms//uw-research-computing/checkpointing.html",[]],["root_relative_url//uw-research-computing/file-avail-s3.html",[0,0.203,1,0.121,137,0.534,2714,2.821,7006,3.655]],["high//uw-research-computing/file-avail-s3.html",[3,0.179,4,0.214,6,0.773,7,0.438,13,0.359,14,0.041,17,0.166,23,0.09,24,1.25,29,0.617,32,0.84,39,0.677,59,0.485,63,0.479,139,0.486,143,1.158,165,0.16,175,0.606,188,0.563,189,0.486,197,0.4,236,1.452,335,0.306,384,0.239,408,0.58,430,0.508,494,0.663,576,0.774,666,0.479,1041,1.705,1045,0.663,1127,1.912,1205,0.869,1307,1.065,1437,0.9,1467,1.563,2173,1.004,2350,2.107,2487,2.617,3540,1.763,7007,5.789,7008,5.337]],["medium//uw-research-computing/file-avail-s3.html",[7,0.264,14,0.019,24,1.342,39,0.776,52,0.673,83,0.624,138,0.069,166,0.369,182,0.228,190,1.321,933,0.663,1052,1.076,1059,2.166,1072,2.673,1082,1.427,1083,1.599,1122,1.239,1154,0.615,1592,1.391,2468,2.283,2503,6.439,3256,3.207,3770,3.207,4327,4.793,4331,3.207,5685,2.283,5686,2.477,5687,2.477,7008,6.22,7009,8.261,7010,7.203,7011,8.063,7012,2.771,7013,6.77,7014,6.77,7015,2.771,7016,2.771,7017,2.771,7018,2.771,7019,4.392,7020,4.392,7021,2.771]],["content//uw-research-computing/file-avail-s3.html",[0,0.297,1,0.176,3,0.693,4,0.32,6,1.837,7,0.616,10,0.191,13,0.757,14,0.068,16,0.781,17,0.256,24,2.322,25,0.674,26,3.9,29,0.805,32,1.77,34,0.053,35,0.665,38,0.613,39,1.044,42,0.978,43,0.699,44,1.227,48,2.811,50,1.382,52,0.818,56,0.666,57,1.729,59,0.847,60,1.657,61,2.44,63,1.738,64,2.086,65,0.867,71,0.592,72,1.964,86,2.155,89,0.906,94,1.685,96,0.552,99,1.04,106,0.514,110,1.58,117,0.854,121,0.909,131,1.649,136,0.95,137,1.038,138,0.066,143,1.631,146,1.413,147,0.979,148,1.24,151,1.04,152,1.258,156,3.9,157,1.356,158,1.658,159,1.073,160,0.345,165,0.337,166,0.73,175,1.698,177,2.409,178,1.462,181,1.316,182,0.584,186,1.444,187,0.893,188,1.772,189,1.63,190,1.073,197,0.851,204,1.106,212,0.522,217,0.188,225,1.164,228,0.337,254,1.04,256,1.04,257,0.636,266,1.145,273,0.759,299,1.888,335,0.431,340,2.742,350,1.337,354,1.337,362,0.773,366,1.749,375,1.469,379,1.499,381,2.582,384,0.834,408,0.817,420,1.102,422,1.008,423,2.742,425,0.476,426,2.315,430,1.423,435,1.668,438,0.934,455,1.04,461,1.145,494,0.934,501,1.204,556,1.145,560,0.748,573,0.92,576,1.091,580,0.856,603,2.989,605,1.024,612,1.169,624,2.607,652,2.44,676,2.398,680,1.556,690,1.941,716,0.655,717,1.53,734,0.715,742,1.639,757,1.091,758,0.745,801,1.707,820,1.418,824,1.936,840,2.155,868,1.316,884,2.289,898,1.413,922,2.337,933,1.277,942,2.633,962,1.29,969,1.508,980,1.313,1008,0.645,1015,1.267,1020,1.413,1021,3.293,1030,3.398,1040,1.562,1045,0.934,1052,1.387,1068,1.888,1103,1.58,1107,1.765,1108,0.963,1114,1.169,1124,1.277,1125,1.749,1127,3.318,1128,1.941,1129,2.597,1130,2.127,1134,1.631,1143,2.056,1144,2.019,1147,3.081,1152,0.948,1154,1.186,1160,1.441,1164,0.978,1167,0.793,1169,2.8,1184,1.091,1189,2.834,1196,1.387,1208,2.253,1246,1.057,1382,1.707,1437,3.018,1453,1.145,1541,2.483,1543,2.923,1553,2.923,1563,1.204,1592,3.565,1594,3.478,1599,2.394,1600,2.616,1602,2.284,1604,1.631,1612,1.668,1617,2.93,1620,2.202,1649,2.036,1674,3.081,1692,2.06,1736,1.707,1741,1.707,1745,2.616,1809,1.313,1844,2.824,1848,2.06,2073,2.554,2155,1.499,2165,1.631,2217,1.749,2218,1.839,2229,1.941,2240,2.681,2257,1.749,2325,3.478,2374,1.749,2474,2.284,2478,1.941,2480,3.06,2481,2.127,2487,4.093,2526,2.127,2541,1.998,2578,2.06,2580,2.75,2722,3.555,2731,2.284,2732,2.483,2733,3.417,2734,3.555,2735,2.483,2736,2.127,2737,2.202,2738,2.377,2741,2.377,2810,1.707,2859,3.182,2897,2.904,3040,3.383,3540,5.287,3628,2.942,3806,2.483,3890,2.607,3906,2.942,4339,2.756,5711,2.942,5712,2.756,5713,4.401,5714,2.756,5715,3.192,5716,4.122,5717,4.401,7007,9.003,7008,8.392,7022,3.57,7023,3.57,7024,5.341]],["file_terms//uw-research-computing/file-avail-s3.html",[]],["root_relative_url//Hiemstra.html",[7025,6.54]],["high//Hiemstra.html",[3,0.496,23,0.249,192,1.194,1614,4.668,2938,6.268,2939,4.486]],["medium//Hiemstra.html",[]],["content//Hiemstra.html",[0,0.232,1,0.31,3,0.65,4,0.299,7,0.522,10,0.217,14,0.067,16,0.912,17,0.107,18,0.208,20,0.967,29,0.628,33,0.678,34,0.055,36,1.429,38,0.566,47,1.065,48,1.65,53,1.77,55,2.319,56,1.009,58,0.415,59,0.393,63,1.444,69,1.216,71,0.663,74,0.6,75,1.124,76,2.666,79,1.798,82,0.953,83,1.577,84,1.107,87,1.715,94,1.315,97,1.107,102,1.181,103,1.226,106,0.6,108,1.588,116,0.776,118,1.682,121,1.302,124,0.944,126,1.43,132,1.65,137,1.023,138,0.033,142,0.563,144,0.731,147,1.402,152,0.982,154,2.207,155,0.753,160,0.524,162,1.723,163,0.282,166,0.502,173,1.107,174,1.141,179,0.84,182,0.629,183,0.953,185,1.253,189,1.341,192,1.562,193,1.164,196,1.159,205,0.554,210,0.823,211,1.878,215,1.156,217,0.22,221,2.058,223,1.09,225,1.358,228,0.393,234,0.628,240,1.77,241,1.798,245,0.776,247,1.164,253,1.479,256,1.214,257,0.742,259,3.002,262,4.159,266,1.336,267,2.619,273,0.885,280,2.939,291,1.253,293,1.381,294,1.293,303,0.478,308,1.315,310,2.319,326,1.682,330,1.625,344,1.715,350,1.56,351,2.774,353,2.092,355,2.086,360,1.273,361,1.592,362,0.762,364,2.041,369,4.928,375,1.715,376,1.409,379,1.75,391,1.496,392,1.65,408,0.953,410,1.65,412,1.293,413,2.404,414,1.13,415,0.967,420,0.86,422,1.177,425,0.623,427,1.315,433,1.478,438,1.09,439,2.617,454,1.56,455,2.038,456,3.725,478,1.827,481,2.404,482,2.199,498,3.725,511,2.368,525,1.95,529,1.827,542,1.638,544,2.203,552,1.141,560,0.873,565,2.146,566,1.947,567,2.368,601,1.715,608,0.833,612,0.912,614,2.203,642,2.774,643,1.904,654,1.309,658,1.453,660,1.336,665,2.898,700,1.097,702,1.505,716,1.097,726,1.479,731,1.77,734,0.835,735,2.092,738,2.041,748,2.332,751,1.532,758,0.834,784,1.405,789,1.532,819,3.564,820,2.15,848,2.452,854,1.214,868,1.026,870,2.146,874,1.863,878,1.823,879,3.042,880,2.666,897,1.273,917,1.682,921,1.863,926,2.666,929,1.058,948,2.898,949,1.823,961,1.823,962,2.16,965,1.947,982,2.041,1009,2.123,1014,2.146,1091,0.939,1103,2.07,1104,4.862,1106,1.479,1129,2.137,1137,1.532,1143,1.074,1145,1.863,1169,1.823,1182,2.404,1188,3.564,1196,1.619,1233,1.786,1234,2.563,1264,2.203,1276,2.203,1307,1.75,1312,1.619,1346,2.332,1349,2.569,1354,5.901,1361,2.265,1364,3.252,1424,2.666,1428,1.56,1454,2.569,1494,1.918,1539,2.483,1543,1.904,1546,2.332,1549,2.619,1569,2.332,1574,3.826,1575,2.332,1577,3.386,1584,1.95,1614,5.912,1625,1.918,1638,1.823,1657,1.429,1663,2.203,1667,1.532,1701,2.332,1735,2.332,1736,1.993,1769,2.879,1777,1.619,1797,3.804,1810,2.146,1862,1.947,1890,2.666,1894,2.774,1931,3.688,1940,2.774,1944,3.434,1974,1.786,1984,2.404,2155,1.75,2162,4.616,2165,2.733,2171,1.904,2229,2.265,2274,1.947,2373,3.434,2441,3.434,2528,3.725,2537,4.834,2638,2.203,2654,3.434,2661,2.898,2762,2.666,2890,2.332,2920,4.159,2922,2.666,2939,5.943,2966,3.252,3017,3.216,3089,2.332,3352,2.569,3359,6.153,3361,2.666,3399,3.042,3490,2.774,3508,2.265,3755,3.042,3832,3.042,4178,3.725,4392,3.216,4875,3.434,4924,3.725,5477,3.216,5580,3.434,5939,4.616,6078,5.765,6079,7.803,6687,3.725,6740,3.725,7026,4.167,7027,4.167,7028,4.167,7029,5.981,7030,4.167,7031,4.167,7032,3.725,7033,4.167,7034,4.167,7035,4.167,7036,5.981]],["file_terms//Hiemstra.html",[]],["root_relative_url//OSG-User-School-Concludes.html",[384,0.387,580,0.658,1443,1.296,7037,4.108]],["high//OSG-User-School-Concludes.html",[3,0.454,23,0.228,308,2.024,384,0.605,447,1.446,580,1.028,757,1.96,1031,4.462,1443,2.024,1649,2.446]],["medium//OSG-User-School-Concludes.html",[]],["content//OSG-User-School-Concludes.html",[4,0.25,10,0.175,34,0.045,39,0.867,43,0.99,47,1.346,84,2.008,91,4.362,94,2.385,107,3.364,144,1.326,163,0.512,165,0.477,175,1.808,179,0.753,206,1.105,212,1.105,240,2.237,241,2.273,344,3.111,384,0.832,425,0.673,529,2.309,552,2.07,580,1.498,676,2.385,784,2.548,1103,2.611,1133,2.168,1138,1.89,1214,3.051,1216,2.937,1249,3.111,1251,2.202,1328,3.893,1399,3.615,1429,3.427,1443,2.784,1909,4.362,2951,4.662,4072,6.758,4464,4.836,4990,5.835,6073,6.229]],["file_terms//OSG-User-School-Concludes.html",[]],["root_relative_url//Throughput-Computing-2023.html",[34,0.028,228,0.442,2838,3.619]],["high//Throughput-Computing-2023.html",[3,0.454,23,0.228,34,0.038,228,0.605,263,1.869,1214,2.589,1381,2.2,1382,3.068,1760,5.287,7038,6.416]],["medium//Throughput-Computing-2023.html",[]],["content//Throughput-Computing-2023.html",[0,0.365,11,2.685,18,0.228,23,0.233,25,1.239,30,1.393,34,0.052,37,4.195,45,1.69,56,0.817,57,1.333,58,0.653,69,1.647,74,1.166,75,1.768,96,0.677,99,1.91,105,2.368,115,2.5,129,1.314,171,1.591,179,0.653,182,0.801,217,0.427,228,0.829,234,0.989,240,2.717,241,1.971,245,1.508,254,1.91,263,2.799,267,2.455,268,3.48,273,1.393,291,2.435,333,2.996,345,1.22,352,1.852,375,2.699,380,2.069,485,1.435,535,2.547,547,1.435,555,2.596,556,2.103,580,1.6,605,1.881,613,2.138,614,1.664,668,3.565,697,3.064,706,2.103,707,3.089,717,2.81,749,2.173,758,1.13,784,2.963,828,2.646,855,3.211,973,3.401,1138,1.64,1144,2.555,1203,3.565,1204,3.377,1210,4.365,1214,3.547,1218,4.365,1244,4.043,1246,2.717,1249,2.699,1251,2.56,1252,3.565,1253,2.455,1381,2.248,1382,3.136,1384,4.404,1389,3.467,1390,4.56,1392,4.195,1393,3.377,1394,3.783,1395,6.784,1396,3.783,1397,5.061,1398,5.061,1399,3.136,1400,4.066,1401,4.404,1407,3.907,1625,2.103,1663,3.467,1843,5.061,2204,4.404,2486,4.043,2531,2.248,2607,3.136,2840,5.861,2841,5.403,2857,4.788,2858,4.195,4467,5.061,7039,6.557,7040,6.557,7041,6.557]],["file_terms//Throughput-Computing-2023.html",[]],["root_relative_url//uw-research-computing/os-transition-htc.html",[0,0.203,1,0.121,515,1.882,1449,2.668,7042,3.655]],["high//uw-research-computing/os-transition-htc.html",[3,0.364,4,0.228,12,0.731,13,0.48,14,0.036,15,0.71,16,0.742,17,0.087,18,0.118,19,0.699,20,0.787,21,0.603,22,1.124,23,0.121,58,0.512,99,0.987,126,0.81,139,0.985,157,0.86,159,1.019,204,0.586,220,0.848,221,0.731,335,0.409,350,1.269,420,0.699,425,0.457,516,1.52,666,0.64,998,1.897,1065,1.052,1143,0.873,1184,2.113,1451,2.201,2223,2.114,2697,3.577]],["medium//uw-research-computing/os-transition-htc.html",[58,0.857,138,0.078,1063,2.981,1064,5.503,1065,1.708,1451,3.469,5708,5.968]],["content//uw-research-computing/os-transition-htc.html",[3,0.666,4,0.33,5,1.814,6,1.5,7,0.546,10,0.232,13,0.75,14,0.071,17,0.181,18,0.184,24,1.616,29,1.064,30,1.124,33,0.861,34,0.042,35,0.985,39,0.911,42,1.932,43,0.692,44,0.914,45,1.363,50,1.029,56,0.66,57,1.435,58,0.967,59,0.665,60,1.06,63,1.667,65,1.713,66,0.999,73,1.911,80,1.029,83,1.192,96,0.546,97,1.874,99,1.541,112,0.66,113,1.517,137,0.773,138,0.056,139,1.624,147,0.97,151,1.541,152,2.079,155,1.435,157,2.419,158,1.642,159,1.59,162,1.192,163,0.358,165,0.594,166,0.8,167,1.343,168,1.774,169,1.175,170,1.59,171,1.284,172,1.494,173,1.405,174,1.448,175,1.265,176,1.448,177,1.541,178,1.448,179,0.703,180,1.725,181,1.738,182,0.58,183,1.21,184,1.845,185,1.59,186,1.076,187,1.323,188,1.567,189,1.014,190,1.59,191,1.764,192,1.352,193,1.373,194,1.076,195,1.725,196,1.962,197,0.518,198,1.725,199,1.783,200,1.343,201,1.783,202,1.845,203,2.339,204,1.664,205,0.704,206,0.773,207,1.725,208,1.783,209,1.59,210,1.044,211,1.014,212,0.773,213,1.265,214,1.076,215,0.874,216,1.725,217,0.279,218,1.21,219,1.616,220,1.323,221,2.03,222,1.877,223,1.384,249,1.246,274,2.055,354,1.98,376,1.246,384,0.499,414,1.5,420,1.638,425,0.825,516,2.686,560,1.478,573,1.818,580,0.848,742,1.141,844,2.094,993,2.267,998,3.949,1065,2.465,1106,1.877,1108,1.903,1114,1.738,1143,2.046,1152,1.405,1155,3.052,1169,3.088,1183,3.679,1184,2.425,1213,2.96,1252,2.876,1451,3.024,1452,2.135,1453,1.696,1539,3.152,1545,2.53,1551,2.591,1563,1.783,1571,3.262,1600,2.591,2375,3.262,2435,4.359,2577,3.262,2697,5.237,2710,3.262,2753,3.384,3313,4.359,3758,3.262,7043,5.29,7044,5.29]],["file_terms//uw-research-computing/os-transition-htc.html",[]],["root_relative_url//about.html",[7045,6.54]],["high//about.html",[3,0.547,23,0.275]],["medium//about.html",[]],["content//about.html",[73,2.908,129,1.613,220,2.013,680,2.345,760,3.943,1135,2.908,1657,2.76,2219,5.598]],["file_terms//about.html",[]],["root_relative_url//uw-research-computing/tensorflow-singularity-wait.html",[0,0.203,1,0.121,209,1.099,4739,3.267,7046,3.655]],["high//uw-research-computing/tensorflow-singularity-wait.html",[3,0.381,10,0.165,12,1.161,14,0.05,23,0.192,93,1.645,211,1.032,335,0.65,612,1.179,666,1.017,701,1.878,1045,1.409,2302,3.014,2458,4.438,2580,2.773,3352,4.403]],["medium//uw-research-computing/tensorflow-singularity-wait.html",[6,0.634,7,0.307,14,0.023,18,0.117,38,0.249,52,0.514,58,0.614,66,0.634,74,0.483,136,0.499,138,0.078,139,0.644,166,0.282,188,0.746,189,0.644,193,0.653,196,0.934,209,1.01,249,0.791,335,0.744,414,0.634,556,1.077,560,0.703,608,0.366,1045,0.878,1056,1.606,1059,1.171,1063,2.099,1066,1.606,1067,1.569,1068,1.776,1069,1.569,1070,2.001,1071,1.059,1091,0.757,1122,2.279,1150,1.355,1494,1.077,1500,1.686,2486,2.071,3877,2.592,4269,4.558,4271,4.558,7047,3.358,7048,3.358,7049,3.358,7050,3.358,7051,3.358,7052,3.358,7053,3.358,7054,3.358,7055,3.358]],["content//uw-research-computing/tensorflow-singularity-wait.html",[3,0.699,4,0.324,6,1.114,7,0.549,10,0.225,12,1.634,14,0.069,18,0.263,38,0.437,44,1.019,50,1.719,52,0.903,58,0.755,59,0.789,63,1.114,65,1.839,67,2.335,71,0.654,72,2.169,97,1.566,99,1.718,103,1.342,106,0.849,112,0.735,121,1.004,124,1.196,136,1.125,137,1.108,139,1.605,144,1.035,152,1.389,155,1.596,160,0.49,163,0.513,166,0.741,167,1.497,186,1.199,190,1.773,191,1.475,203,1.52,204,1.682,206,1.108,209,2.95,210,1.744,211,1.928,214,1.199,217,0.311,221,1.634,247,1.147,254,1.718,266,1.891,269,1.867,280,2.643,316,1.691,330,1.253,357,3.514,358,2.695,362,0.642,384,0.556,415,1.369,425,0.525,494,1.543,501,2.554,544,3.119,556,1.891,576,1.802,612,2.108,627,3.637,663,2.756,701,3.187,716,1.39,734,1.518,751,2.169,810,2.636,844,2.335,917,2.38,922,2.581,929,1.923,969,1.665,1045,1.543,1091,1.329,1108,1.59,1114,1.291,1124,1.812,1132,3.206,1133,1.691,1135,2.13,1143,1.52,1184,1.802,1452,3.058,1457,2.636,1553,3.445,1844,3.119,2255,4.306,2302,3.301,2516,2.636,2577,3.637,2580,4.961,2584,2.581,2585,4.552,3352,6.155,3359,4.306,3670,3.514,3758,3.637,4395,4.102,7056,5.898,7057,7.577]],["file_terms//uw-research-computing/tensorflow-singularity-wait.html",[]],["root_relative_url//Messick.html",[7058,6.54]],["high//Messick.html",[3,0.464,4,0.216,23,0.233,85,2.809,182,0.539,349,3.782,496,3.669,497,3.376,2935,5.86]],["medium//Messick.html",[]],["content//Messick.html",[1,0.227,4,0.296,10,0.118,14,0.035,17,0.176,32,1.685,34,0.03,38,0.377,39,0.583,40,1.97,44,0.878,45,1.77,56,1.039,71,0.761,80,1.622,83,1.146,85,3.335,96,0.927,99,1.481,100,1.743,102,1.771,103,1.101,108,2.067,110,2.033,112,0.634,117,1.643,121,0.865,124,0.803,138,0.04,142,0.687,144,0.892,154,2.167,160,0.611,163,0.344,165,0.321,175,1.216,182,0.738,183,1.78,187,1.271,206,0.743,213,1.216,217,0.268,227,3.906,228,0.479,240,2.033,241,2.065,243,4.407,244,4.531,253,2.438,259,2.552,262,3.535,266,1.63,269,1.252,275,1.481,288,2.845,291,2.065,294,2.133,296,3.384,298,2.323,303,0.788,310,2.277,316,1.97,319,5.302,325,3.384,329,3.285,330,1.907,335,0.613,346,4.978,349,4.49,361,0.96,371,3.365,382,1.528,383,2.431,392,2.012,411,2.092,414,0.96,416,4.355,420,1.049,425,0.453,427,1.604,433,0.865,435,2.375,451,2.272,452,3.135,454,1.903,455,1.481,467,4.189,475,1.33,476,3.923,478,1.553,482,1.869,496,5.221,497,4.869,501,1.714,504,4.093,506,2.178,510,2.377,538,2.001,539,4.544,545,1.869,565,2.618,566,2.375,567,2.012,572,2.845,573,1.31,574,3.252,580,0.815,587,2.552,598,2.764,614,1.29,615,2.431,620,2.272,650,1.714,658,1.773,669,2.092,674,2.933,677,3.267,699,2.764,714,2.845,717,2.178,718,1.869,721,2.552,731,1.504,734,1.019,738,2.49,742,1.096,749,1.685,762,1.33,790,6.085,799,4.664,806,5.661,818,4.189,820,2.436,834,3.712,839,1.392,842,3.478,848,1.63,854,1.481,874,2.272,888,2.49,921,2.272,922,2.224,954,4.778,955,2.764,957,3.923,958,3.535,962,2.481,963,5.302,965,2.375,966,5.332,967,5.661,982,2.49,996,4.184,1034,2.178,1043,3.535,1046,2.272,1135,1.836,1146,1.657,1157,1.743,1190,2.933,1276,3.633,1335,3.923,1441,3.712,1453,1.63,1542,3.135,1558,2.688,1600,2.49,1625,1.63,1657,1.743,1689,2.431,1703,2.688,1755,3.384,1773,2.178,1863,3.712,1918,2.933,1974,2.178,1984,3.964,2153,3.712,2325,2.764,2361,2.885,2365,2.933,2432,3.964,2531,1.743,2607,3.721,2614,5.302,2781,2.845,2799,2.933,2807,3.535,2823,3.923,2834,2.933,2871,3.252,2890,2.845,3023,3.923,3292,3.135,3337,3.535,3378,3.712,3495,4.189,3516,4.189,3614,3.384,3916,4.189,3932,4.978,4149,3.384,4462,4.189,4723,6.956,4834,3.712,4840,5.016,4921,6.141,4927,5.661,5484,4.189,6126,4.189,6241,3.535,6459,4.544,6678,5.302,6680,4.544,7059,8.335,7060,9.329,7061,8.706,7062,5.083,7063,4.544,7064,5.083,7065,6.87,7066,7.782,7067,5.083,7068,5.083,7069,5.083,7070,5.083,7071,5.083,7072,6.87,7073,5.083,7074,5.083,7075,6.87,7076,5.083,7077,5.083,7078,5.083,7079,5.083,7080,5.083]],["file_terms//Messick.html",[]],["root_relative_url//events/2023/01/hpc-cluster-faq.html",[920,1.172,7081,4.689,7082,4.689]],["high//events/2023/01/hpc-cluster-faq.html",[3,0.411,23,0.206,138,0.046,263,1.689,445,1.955,485,1.269,780,2.592,827,4.99,920,1.45,1227,1.588,2694,4.779,2966,3.153,3483,4.235,7083,5.8]],["medium//events/2023/01/hpc-cluster-faq.html",[]],["content//events/2023/01/hpc-cluster-faq.html",[1,0.278,3,0.664,7,0.421,11,2.137,36,2.398,38,0.518,47,1.245,49,3.426,52,1.071,58,0.697,64,2.747,79,2.103,80,1.361,82,1.6,86,3.649,89,1.776,108,2.238,124,1.104,131,2.33,138,0.056,165,0.442,168,1.465,205,1.203,252,3.448,291,2.103,303,1.119,384,0.794,408,1.6,425,0.75,484,3.345,485,1.844,515,3.602,516,2.07,547,1.531,548,3.269,680,2.038,706,2.243,780,3.766,827,6.394,828,2.823,920,2.261,1075,2.769,1138,2.107,1144,2.961,1203,3.803,1227,2.307,1246,2.07,1251,2.038,1283,4.036,1394,4.861,1417,4.127,1422,4.036,2306,5.021,2679,5.86,2684,5.609,2687,5.399,2966,4.581,3483,5.108,6886,6.253,6888,6.253,6889,5.764,7084,6.995,7085,8.426,7086,6.995,7087,6.995,7088,6.995,7089,6.995]],["file_terms//events/2023/01/hpc-cluster-faq.html",[]],["root_relative_url//uw-research-computing/hpc-spack-modules.html",[0,0.203,1,0.121,1798,1.835,3236,2.433,7090,3.655]],["high//uw-research-computing/hpc-spack-modules.html",[3,0.289,4,0.25,7,0.245,12,0.879,13,0.578,14,0.028,15,0.854,18,0.142,19,0.841,23,0.145,160,0.264,181,1.004,197,0.576,210,0.805,220,1.728,335,0.492,573,1.05,576,1.245,666,0.77,824,0.989,1020,1.614,1045,1.066,1075,3.178,1798,2.955,2173,1.614,5402,3.359]],["medium//uw-research-computing/hpc-spack-modules.html",[4,0.24,56,0.975,94,1.62,137,0.37,138,0.02,152,1.21,155,0.457,666,0.478,848,0.811,1075,3.735,1076,1.714,1283,3.4,1437,0.897,1798,4.201,2322,1.846,2481,3.059,3245,6.21,3246,3.649,3255,2.083,3858,1.846,5924,4.991,6818,4.589,7091,2.528,7092,4.082,7093,2.26,7094,2.26,7095,2.528,7096,2.528,7097,2.26,7098,7.573,7099,2.26,7100,2.528,7101,2.528,7102,2.528,7103,5.134,7104,7.277,7105,2.528,7106,2.528,7107,2.528]],["content//uw-research-computing/hpc-spack-modules.html",[1,0.136,3,0.539,4,0.332,6,0.78,7,0.608,10,0.187,11,1.816,14,0.029,18,0.318,21,0.736,29,1.05,33,0.967,35,0.769,38,0.622,42,1.131,44,1.316,46,1.355,50,1.482,52,0.633,55,1.369,56,1.006,57,0.84,58,0.694,59,0.389,60,1.735,65,1.69,66,0.78,70,2.462,71,0.659,72,1.519,79,1.242,80,1.157,84,1.097,89,2.048,93,1.262,94,2.546,95,1.808,102,1.375,103,1.116,106,0.856,112,0.515,113,1.185,116,0.769,121,0.703,126,1.421,130,1.735,132,3.326,136,1.286,138,0.07,139,1.14,141,1.7,151,2.668,152,1.4,155,1.761,159,2.093,160,0.45,163,0.516,165,0.261,166,0.499,167,1.049,168,0.865,169,0.918,170,1.242,171,1.003,172,1.167,173,1.097,174,1.131,181,1.018,191,1.486,192,0.703,197,0.917,199,1.393,204,0.714,210,1.894,214,1.209,219,1.262,220,2.216,221,0.891,254,1.204,257,0.736,269,1.715,271,2.07,275,1.204,283,2.127,303,0.474,308,1.303,316,1.185,355,1.441,361,1.315,362,0.943,365,1.519,376,0.973,384,0.656,413,2.384,414,1.315,415,0.959,423,1.77,425,0.771,433,1.012,461,1.906,478,1.816,495,1.369,511,1.636,528,3.047,529,1.262,554,1.547,573,1.065,632,1.149,641,2.023,645,3.143,654,0.904,660,2.442,705,1.667,711,1.223,742,0.891,749,1.369,758,0.576,789,1.519,824,2.19,848,1.325,920,1.741,929,1.049,952,2.074,969,2.15,993,1.77,1046,3.112,1075,4.069,1076,3.528,1106,2.471,1107,2.272,1114,2.03,1135,2.515,1136,3.922,1144,1.303,1146,1.347,1154,1.546,1156,1.888,1162,2.75,1164,1.131,1168,1.7,1169,3.531,1184,2.127,1208,1.167,1227,2.471,1235,1.575,1283,2.384,1286,4.898,1303,2.246,1381,2.387,1399,1.976,1415,2.336,1437,1.466,1541,4.134,1545,2.843,1553,1.7,1563,2.832,1566,1.888,1569,2.312,1570,2.643,1574,2.643,1577,1.547,1587,2.185,1588,2.127,1595,2.643,1598,3.665,1610,2.185,1621,2.127,1667,3.089,1737,3.43,1741,1.976,1797,2.246,1798,5.07,1865,2.75,1940,2.75,2013,3.189,2173,1.636,2218,2.127,2220,4.454,2322,3.016,2355,1.976,2628,2.548,2871,2.643,2872,4.267,3045,3.404,3061,2.75,3234,3.016,3241,4.588,3288,3.404,3289,3.189,3290,3.404,3314,3.016,3508,2.246,4040,3.404,4335,3.404,4398,3.693,5402,4.898,5477,3.189,6431,3.693,6690,4.588,7032,3.693,7099,5.314,7108,4.131,7109,4.131,7110,4.131,7111,4.131,7112,4.131,7113,4.131]],["file_terms//uw-research-computing/hpc-spack-modules.html",[]],["root_relative_url//google76f04192afc2088e.html",[7114,5.846]],["high//google76f04192afc2088e.html",[]],["medium//google76f04192afc2088e.html",[]],["content//google76f04192afc2088e.html",[1853,4.065,2381,4.403,3813,7.24,7114,7.24]],["file_terms//google76f04192afc2088e.html",[]],["root_relative_url//PATh-Facility.html",[1415,1.519,7115,5.462]],["high//PATh-Facility.html",[3,0.445,23,0.223,30,1.335,34,0.037,217,0.331,228,0.592,340,2.692,611,1.72,1415,1.747,1416,2.87,1873,3.516]],["medium//PATh-Facility.html",[]],["content//PATh-Facility.html",[1,0.321,3,0.301,4,0.269,10,0.164,13,0.603,14,0.049,16,0.931,18,0.211,19,0.878,21,0.757,23,0.151,25,1.65,29,1.067,30,1.64,33,0.692,34,0.057,35,0.792,36,1.458,38,0.45,42,1.165,43,1.068,44,0.735,46,1.181,53,1.259,55,1.41,56,0.757,58,0.605,59,0.667,69,0.865,74,1.221,75,1.908,80,1.181,81,1.943,89,1.08,96,0.439,99,1.239,100,1.458,101,5.425,102,0.84,107,2.314,112,1.017,115,1.622,126,1.017,129,1.7,131,1.096,137,0.887,138,0.061,142,0.82,146,2.403,148,0.987,152,1.002,160,0.458,163,0.575,165,0.582,168,0.891,169,0.945,178,1.165,179,0.424,182,0.35,183,0.973,186,0.865,192,1.033,204,1.049,210,0.84,211,0.815,212,0.622,213,1.017,215,1.348,217,0.448,220,1.518,225,1.387,228,0.8,234,1.37,241,1.825,245,1.519,247,0.827,249,1.002,253,1.509,254,1.768,257,1.26,267,1.592,268,1.684,271,1.048,275,2.248,276,1.786,277,2.269,282,1.861,285,2.534,291,1.825,292,2.534,298,1.943,303,0.885,311,2.38,327,1.786,328,1.564,329,2.034,332,2.454,340,2.601,353,2.135,354,2.272,360,1.299,361,1.147,362,0.771,366,2.083,376,1.002,381,2.449,382,1.279,388,2.454,394,0.803,407,2.135,414,0.803,415,0.987,422,1.714,423,2.601,425,0.379,430,0.852,454,1.592,461,1.364,473,1.943,475,1.113,482,1.564,485,0.931,494,1.113,506,1.823,510,1.299,511,1.684,521,2.083,525,1.387,526,1.786,528,1.861,533,1.75,535,1.652,537,1.943,542,1.165,544,2.249,559,3.047,580,0.973,587,4.77,602,1.652,608,0.99,609,3.997,611,2.391,612,0.931,613,2.66,614,1.541,615,2.034,620,1.901,631,2.958,643,1.943,648,2.454,652,2.773,654,1.549,659,3.233,680,1.239,684,1.884,699,2.312,704,1.364,716,1.298,734,0.852,742,0.917,749,1.41,758,0.593,761,1.536,763,2.454,783,2.958,784,1.434,788,1.987,796,4.176,835,4.221,847,3.126,848,1.364,854,1.239,862,4.684,885,2.449,892,2.498,893,2.312,907,3.883,908,4.711,909,2.721,910,2.958,914,3.743,916,4.041,933,1.017,949,1.861,968,3.105,980,1.564,993,1.823,999,2.958,1002,1.564,1005,2.083,1008,0.769,1009,2.739,1022,3.283,1042,1.75,1103,1.259,1104,4.083,1127,2.836,1138,1.063,1143,2.103,1155,2.454,1167,0.632,1208,1.201,1213,2.38,1225,3.743,1246,1.259,1260,2.034,1275,3.502,1307,1.786,1309,1.41,1315,1.901,1330,2.19,1393,2.19,1406,3.105,1411,2.083,1415,2.828,1416,4.545,1421,1.987,1439,3.502,1453,1.364,1537,2.623,1551,2.083,1586,1.716,1600,2.083,1626,2.534,1638,1.861,1643,2.623,1649,1.622,1667,1.564,1692,2.454,1755,2.831,1771,1.652,1827,4.708,1828,2.623,1834,3.802,1835,3.802,1836,3.105,1844,2.249,1846,2.721,1847,2.623,1848,2.454,1849,2.249,1850,3.802,1851,3.505,1852,3.105,1853,3.552,1854,5.001,1855,5.001,1856,3.505,1857,3.505,1858,2.902,1859,3.802,1860,3.802,1861,3.802,1876,3.105,1971,1.943,1992,3.105,1993,2.831,1998,2.534,2180,2.958,2181,2.454,2194,3.505,2372,2.831,2489,2.831,2563,2.958,2610,2.721,2630,2.831,2661,2.958,2698,3.283,2892,3.105,2895,2.958,3006,2.454,3023,3.283,3027,3.105,3099,3.505,3508,2.312,3510,3.802,3578,3.802,3806,2.958,3899,3.105,3932,2.721,3950,4.432,4111,3.505,4676,3.505,4682,3.105,5503,6.326,5571,3.105,6241,2.958,6301,3.802,7116,4.253,7117,4.253,7118,4.253,7119,4.253,7120,6.069,7121,4.253,7122,4.253,7123,4.253,7124,4.253,7125,4.253,7126,4.253,7127,4.253,7128,4.253,7129,4.253,7130,4.253,7131,4.253,7132,4.253]],["file_terms//PATh-Facility.html",[]],["root_relative_url//uw-research-computing/docker-build.html",[0,0.229,1,0.136,2330,3.385,7133,3.672]],["high//uw-research-computing/docker-build.html",[3,0.196,4,0.091,7,0.166,10,0.102,12,0.597,13,0.392,14,0.038,15,0.58,16,0.606,17,0.071,18,0.152,19,0.571,20,0.643,21,0.493,22,0.917,23,0.098,34,0.016,44,0.478,82,1.004,93,0.845,136,0.652,139,0.531,151,1.279,155,0.793,173,0.735,192,0.471,196,0.77,197,0.429,203,1.405,204,0.758,205,0.584,206,0.797,210,0.546,214,0.563,220,0.692,223,0.724,305,1.425,335,0.334,362,0.478,573,0.713,576,0.845,666,0.523,1020,1.096,1041,0.917,1045,0.724,1154,0.615,1196,1.075,1450,1.389,1451,1.186,1535,1.843,1548,1.771,1563,0.933,2313,1.707,3245,2.021,3860,2.021,7134,2.768]],["medium//uw-research-computing/docker-build.html",[4,0.122,7,0.096,10,0.171,29,0.42,57,0.326,60,0.558,62,0.749,100,0.955,112,0.55,132,1.103,138,0.073,151,1.285,155,1.18,157,0.937,189,0.307,191,0.401,193,0.312,196,0.775,197,0.157,200,0.407,203,1.287,205,0.371,206,0.645,221,0.346,305,0.826,425,0.143,439,0.702,573,0.952,828,0.647,1041,0.532,1052,0.623,1065,1.146,1107,0.372,1109,0.925,1110,0.925,1111,0.749,1170,1.068,1189,1.438,1211,0.989,1381,0.55,1415,0.775,1473,1.026,1481,3.647,1494,0.514,1502,4.115,1504,1.937,1521,1.434,1522,1.171,1527,2.72,1586,0.647,1619,2.937,1624,1.322,1667,1.024,1712,0.925,1797,2.715,2313,0.989,2333,3.943,2339,1.026,2340,1.434,2598,1.026,2688,0.826,2700,0.989,2977,1.434,3002,2.85,3197,3.635,3245,2.696,3252,1.026,3253,0.872,3858,2.696,3860,3.999,5959,2.295,6004,2.49,6005,2.295,6044,1.322,6126,1.322,6423,1.434,7135,1.604,7136,1.604,7137,1.604,7138,1.604,7139,1.604,7140,3.693,7141,2.786,7142,1.604,7143,2.786,7144,1.604,7145,1.604,7146,4.464,7147,2.786,7148,1.604,7149,1.604,7150,1.604,7151,1.604,7152,1.604,7153,1.604,7154,1.604,7155,1.604,7156,1.604,7157,1.604,7158,1.604,7159,1.604,7160,1.604,7161,1.604,7162,1.604,7163,1.604,7164,2.786,7165,1.604,7166,1.604]],["content//uw-research-computing/docker-build.html",[1,0.107,3,0.621,4,0.333,5,1.109,6,1.138,7,0.565,10,0.225,12,1.069,13,0.458,14,0.068,17,0.155,18,0.287,20,0.751,21,0.576,29,1.098,30,0.687,33,0.526,34,0.045,35,0.602,38,0.626,39,0.691,42,0.886,44,1.425,50,1.494,52,0.759,55,1.643,56,0.958,57,1.008,59,0.467,60,1.539,61,3.327,63,0.611,65,0.785,66,0.611,71,0.668,82,1.757,83,1.117,85,1.386,86,1.306,87,2.04,89,0.821,90,0.973,95,2.636,96,0.622,100,1.699,102,0.979,103,1.167,104,0.928,106,0.466,112,0.842,113,1.728,116,1.43,117,0.774,121,1.026,123,1.624,124,1.363,126,1.185,129,1.207,133,1.666,134,1.711,136,1.003,137,0.881,138,0.074,139,0.62,144,0.567,147,0.593,148,0.751,151,2.514,152,1.943,155,1.676,157,2.029,158,1.87,159,1.811,162,1.117,163,0.336,165,0.534,166,0.645,167,0.821,168,0.677,169,0.718,170,0.973,171,0.785,172,0.914,173,1.316,174,1.65,175,0.774,176,0.886,177,0.942,178,0.886,179,0.494,180,1.055,181,1.664,182,0.555,183,1.134,184,1.128,185,0.973,186,0.658,187,0.809,188,1.101,189,0.62,190,0.973,191,1.239,192,1.308,193,1.314,194,1.225,195,1.055,196,2.223,197,0.844,198,1.055,199,2.031,200,1.714,201,1.09,202,1.128,203,2.531,204,1.644,205,1.199,206,1.479,207,1.055,208,1.09,209,0.973,210,1.517,211,0.62,212,0.473,213,0.774,214,1.008,215,0.534,216,1.055,217,0.171,218,0.74,219,0.988,220,1.507,221,1.724,222,1.148,223,1.767,247,0.964,249,1.168,251,1.866,256,0.942,257,0.576,269,1.221,275,0.942,290,1.666,303,0.835,305,3.478,308,1.564,310,1.643,330,1.053,333,1.478,340,1.386,345,0.602,352,0.914,358,2.265,359,2.04,361,1.138,362,0.54,375,1.331,376,0.762,382,1.49,383,1.547,392,1.281,406,2.07,410,1.281,414,0.936,415,0.751,420,1.243,422,0.914,423,1.386,425,0.648,426,1.964,430,0.648,433,0.551,475,1.297,482,1.189,502,1.128,510,1.514,516,0.957,526,1.358,542,0.886,549,1.711,560,0.677,573,2.06,604,1.331,615,1.547,632,1.378,658,1.128,672,0.988,673,1.446,676,1.021,683,1.358,707,1.234,716,0.593,734,1.207,742,1.299,756,2.066,758,0.451,762,0.846,802,2.427,820,0.859,824,0.785,884,1.386,885,1.306,929,0.821,933,0.774,961,2.169,969,0.914,980,1.189,992,1.995,997,1.995,1001,2.427,1008,0.896,1030,1.446,1046,1.446,1091,1.117,1106,1.148,1107,2.135,1108,1.821,1114,1.085,1124,1.185,1125,1.584,1129,0.988,1133,0.928,1135,1.168,1136,1.666,1146,1.055,1151,2.293,1152,0.859,1154,1.5,1156,3.327,1160,1.306,1161,2.497,1164,1.65,1165,2.666,1166,1.547,1168,1.331,1169,1.416,1176,2.256,1180,1.306,1189,1.616,1196,2.341,1204,1.666,1208,1.4,1213,3.372,1228,1.512,1235,1.234,1251,0.942,1280,1.211,1299,1.446,1301,1.711,1330,2.552,1333,1.416,1349,1.995,1387,1.995,1415,0.9,1429,1.257,1437,1.148,1450,1.624,1451,1.386,1452,2,1453,1.589,1454,3.056,1457,3.019,1479,1.928,1494,1.589,1543,2.753,1545,2.37,1548,5.115,1549,1.211,1551,1.584,1553,2.779,1554,2.497,1555,2.488,1558,1.711,1562,1.995,1563,2.276,1566,2.265,1582,2.07,1587,2.621,1601,2.07,1608,2.488,1612,2.316,1616,5.386,1624,4.084,1625,1.037,1735,1.81,1737,3.896,1744,1.928,1757,1.306,1773,2.124,1800,3.447,1905,1.331,1936,2.497,2010,2.25,2153,2.362,2165,1.478,2168,4.65,2171,1.478,2223,1.331,2225,2.25,2277,3.3,2286,2.07,2313,5.491,2326,2.154,2339,3.171,2352,1.81,2353,3.3,2354,4.084,2355,1.547,2356,2.497,2357,2.892,2358,2.892,2359,2.666,2363,3.372,2368,2.666,2372,2.154,2584,1.416,2598,3.171,2626,2.154,2627,2.154,2661,2.25,2688,3.749,2697,3.896,2710,1.995,2753,2.07,2815,2.07,2834,1.866,2917,2.362,3017,3.825,3072,2.497,3226,2.07,3314,2.362,3318,2.666,3352,1.995,3361,2.07,3381,6.588,3551,2.666,3584,2.892,3752,2.666,3860,6.583,3890,2.362,4011,1.995,4443,1.995,5959,2.666,6039,2.892,6041,2.892,6044,2.666,7146,4.431,7167,3.235,7168,3.235,7169,3.235,7170,3.235,7171,3.235,7172,3.235,7173,3.235,7174,3.235]],["file_terms//uw-research-computing/docker-build.html",[]],["root_relative_url//uw-research-computing/get-started.html",[0,0.229,1,0.136,3052,3.385,7175,4.108]],["high//uw-research-computing/get-started.html",[3,0.606,23,0.255,124,1.133,1205,2.461]],["medium//uw-research-computing/get-started.html",[]],["content//uw-research-computing/get-started.html",[0,0.434,3,0.552,4,0.257,38,0.577,45,2.008,69,1.584,106,1.122,124,1.23,138,0.075,142,1.053,249,1.836,257,1.387,348,2.971,422,2.2,438,2.038,494,2.038,524,4.805,547,1.965,605,2.235,969,2.2,1138,1.948,1150,3.145,1263,5.419,1483,4.805,2024,6.42,7176,7.791,7177,7.791]],["file_terms//uw-research-computing/get-started.html",[]],["root_relative_url//htc.html",[1449,4.775]],["high//htc.html",[3,0.508,23,0.255,34,0.042,217,0.379,228,0.677]],["medium//htc.html",[]],["content//htc.html",[1,0.205,4,0.205,13,0.88,29,0.936,33,1.01,34,0.06,38,0.58,39,0.898,40,2.245,43,0.812,53,2.537,56,0.774,59,0.585,69,1.262,74,0.893,75,1.674,86,2.505,96,0.641,104,1.78,110,1.837,118,2.505,133,3.196,137,0.907,163,0.421,164,2.606,165,0.608,182,0.51,186,1.262,187,1.552,210,1.939,215,1.025,217,0.5,218,1.42,220,1.552,228,0.849,234,0.936,245,1.155,256,2.28,271,1.529,345,1.457,363,2.092,365,2.282,366,3.04,394,1.479,407,3.115,425,0.553,426,2.023,433,1.057,447,1.399,480,2.836,481,3.581,495,2.057,512,3.196,516,2.537,533,2.554,542,1.699,556,1.99,560,1.3,604,3.221,608,1.048,611,2.347,612,1.358,614,1.575,618,2.9,652,2.836,654,1.358,672,1.896,695,3.354,701,2.165,716,1.138,718,3.152,727,3.04,758,0.866,777,1.599,784,2.092,848,2.51,868,1.928,928,1.99,947,2.554,969,1.753,974,2.092,1009,2.203,1227,2.143,1284,3.581,1285,4.532,1299,2.774,1344,3.97,1384,3.374,1404,3.374,1428,2.324,1594,3.04,1617,3.035,1674,3.581,1736,2.968,1764,3.374,1783,3.282,1793,3.698,1810,3.196,1873,3.473,1885,5.114,1904,4.79,1971,2.836,2034,4.132,2217,3.04,2232,4.79,2258,3.04,2261,6.041,2390,5.114,2531,2.128,2557,4.316,2685,4.132,2741,4.132,2784,3.827,2880,4.516,2909,4.532,2930,4.532,3086,4.79,3097,3.827,3133,4.532,3289,4.79,3629,3.97,3806,4.316,4011,3.827,4392,4.79,4938,4.79,4946,5.548,6242,4.79,7178,6.206,7179,6.206,7180,6.206,7181,6.206,7182,6.206,7183,6.206,7184,7.827,7185,6.206,7186,6.206,7187,6.206,7188,6.206]],["file_terms//htc.html",[]],["root_relative_url//get-to-know-todd.html",[478,1.669,7189,5.462]],["high//get-to-know-todd.html",[1,0.109,3,0.433,14,0.023,18,0.115,23,0.118,35,0.617,71,0.367,96,0.342,103,0.531,108,0.88,124,0.523,160,0.327,182,0.273,218,0.758,267,1.241,268,2.422,308,1.046,330,0.704,394,0.626,447,1.138,478,1.013,615,2.415,637,3.512,642,2.207,672,1.013,684,1.029,762,0.867,777,0.854,922,1.451,987,1.707,1020,1.312,1232,1.046,1280,1.241,1348,2.42,1647,2.121,1665,2.207,1918,1.913,2386,1.855,2578,1.913,2647,3.898,2862,3.362,2925,2.207,3505,2.732,5612,2.963]],["medium//get-to-know-todd.html",[]],["content//get-to-know-todd.html",[0,0.439,1,0.294,3,0.494,4,0.27,10,0.145,11,1.592,14,0.043,16,0.756,17,0.089,18,0.299,29,1.188,30,0.734,33,0.562,34,0.059,37,2.21,38,0.517,39,0.598,40,1.494,42,0.946,43,0.821,46,0.672,53,1.856,55,1.145,56,0.65,57,0.702,58,0.519,59,0.491,63,0.653,69,1.663,71,0.695,74,0.75,77,1.481,79,1.039,80,1.014,83,1.174,84,1.384,87,2.144,89,0.877,95,1.512,96,0.814,99,1.827,100,1.185,102,0.682,103,0.554,104,1.494,112,0.65,113,0.991,116,0.643,117,0.826,121,0.887,124,0.99,129,0.692,131,0.89,136,0.513,137,0.505,138,0.041,142,0.848,144,1.1,145,1.451,152,0.814,153,2.616,154,1.644,155,0.942,160,0.611,163,0.57,166,0.29,182,0.766,186,0.702,193,1.22,197,0.338,204,0.9,205,0.834,211,0.999,215,1.036,217,0.431,228,0.707,232,3.23,234,1.13,236,1.849,245,0.643,247,0.672,249,1.478,252,1.987,253,1.849,254,1.827,257,0.615,261,1.617,266,2.012,267,2.348,268,3.53,271,1.545,275,1.006,276,1.451,278,3.469,286,2.21,291,2.1,293,1.145,303,0.801,304,2.3,309,2.233,310,1.727,316,2.003,326,3.18,328,1.27,330,1.333,332,1.993,340,1.481,344,1.422,345,1.168,347,3.088,356,3.119,359,1.422,360,1.055,361,0.984,363,2.355,375,1.422,376,0.814,377,2.21,382,1.566,384,0.658,394,1.488,407,1.734,408,1.435,412,1.072,415,1.456,422,1.471,423,2.233,425,0.464,426,1.126,427,1.09,430,0.692,433,0.588,435,1.614,445,1.165,446,2.523,447,1.942,454,1.293,461,2.24,475,0.904,476,2.667,481,3.006,484,3.585,485,1.14,487,1.27,491,1.422,494,0.904,495,1.727,501,2.114,512,3.23,519,1.544,523,5.607,527,1.692,528,1.512,529,1.055,533,2.144,537,1.579,538,1.006,542,2.158,545,2.306,546,1.544,547,0.756,548,1.614,550,1.993,552,0.946,554,1.293,560,1.091,565,1.779,584,2.3,604,1.422,605,1.799,608,0.568,610,1.692,611,1.427,614,0.877,622,2.13,631,2.403,637,3.624,642,3.469,650,1.165,652,1.579,654,1.842,659,1.579,672,1.592,674,3.619,676,1.979,677,1.451,680,1.006,684,2.327,686,2.13,688,1.878,691,1.692,695,2.233,698,3.213,699,1.878,700,1.281,701,1.205,704,2.012,705,2.103,712,1.827,716,1.544,720,2.667,721,1.734,726,1.226,727,1.692,731,1.022,734,0.692,743,2.833,751,1.27,757,1.592,758,0.875,761,1.882,762,0.904,777,1.8,778,2.667,781,2.866,784,1.756,810,1.544,832,1.993,842,1.544,854,1.518,855,1.692,857,3.088,868,0.851,878,1.512,883,2.403,884,2.233,885,1.394,888,2.552,890,2.059,891,2.403,893,2.833,897,2.29,920,0.864,922,1.512,924,2.21,929,0.877,931,1.293,938,4.176,939,1.779,940,1.652,952,1.734,964,2.21,970,2.403,976,2.66,979,2.13,995,2.847,1000,1.882,1002,1.916,1026,1.422,1034,1.481,1102,2.059,1108,0.932,1133,0.991,1134,2.381,1137,1.916,1146,1.126,1152,1.384,1154,0.767,1164,0.946,1167,0.513,1176,1.293,1204,1.779,1212,1.878,1217,1.827,1227,1.427,1235,1.987,1243,1.293,1246,1.542,1249,1.422,1253,1.293,1272,2.13,1277,1.993,1291,1.779,1304,2.667,1306,4.362,1307,1.451,1312,2.024,1321,2.523,1325,2.28,1330,1.779,1334,4.293,1336,2.3,1348,2.523,1359,3.469,1360,3.619,1369,2.059,1370,2.683,1373,2.403,1378,2.667,1416,1.579,1428,1.293,1429,1.342,1443,1.644,1453,1.108,1454,2.13,1539,2.059,1551,1.692,1617,1.165,1638,1.512,1649,1.317,1671,1.878,1674,1.993,1677,1.512,1678,2.403,1679,2.847,1689,1.652,1741,1.652,1762,1.481,1764,1.878,1765,1.993,1766,1.993,1769,1.422,1776,1.544,1779,2.847,1780,2.847,1805,2.523,1830,2.833,1849,1.827,1867,1.205,1871,2.667,1873,1.933,1879,3.006,1924,2.059,1944,2.847,1971,2.381,1974,1.481,1978,2.403,1996,3.105,2017,2.523,2034,2.3,2159,1.692,2182,2.667,2195,2.13,2204,1.878,2224,2.847,2268,1.878,2270,1.827,2275,2.21,2321,3.088,2332,2.306,2365,3.006,2370,2.667,2438,4.176,2446,1.878,2458,2.847,2487,2.21,2549,2.523,2556,2.847,2601,2.3,2615,2.667,2619,2.403,2628,2.13,2630,2.3,2637,3.624,2647,2.667,2674,1.993,2700,2.13,2709,2.523,2807,2.403,2834,3.619,2859,2.059,2862,5.246,2871,2.21,2884,2.21,2922,2.21,2933,2.523,2966,1.878,3006,1.993,3022,2.403,3044,2.13,3060,2.403,3070,3.088,3093,2.059,3100,2.667,3123,4.293,3124,2.667,3307,3.088,3336,2.616,3373,3.088,3377,2.403,3386,3.088,3436,2.667,3455,2.847,3524,5.607,3552,3.088,3582,2.667,3622,2.667,3675,2.3,3754,3.088,3907,3.088,3965,2.403,4016,4.022,4027,2.667,4059,2.523,4090,4.293,4095,2.847,4111,2.847,4277,2.847,4376,2.847,4417,3.088,4425,3.088,4443,3.213,4535,3.088,4542,2.667,4549,2.847,4556,3.088,4661,2.667,4725,4.293,4746,2.847,4872,3.088,4938,2.667,5180,3.088,5428,4.022,5539,4.658,5543,3.088,5563,3.088,5592,2.667,5638,3.088,5643,2.847,5670,5.607,5743,3.088,6176,3.088,6247,3.088,6320,3.088,6327,3.088,6773,4.658,6862,3.088,6868,3.088,7190,3.455,7191,3.455,7192,3.455,7193,3.455,7194,3.455,7195,3.455,7196,3.455,7197,3.455,7198,5.21,7199,5.21,7200,5.21,7201,3.455,7202,5.21,7203,3.455,7204,3.455,7205,5.21,7206,3.455,7207,3.088,7208,5.21,7209,3.455,7210,6.273,7211,3.455,7212,3.455,7213,3.455,7214,3.455,7215,5.21,7216,3.455,7217,3.455,7218,3.455,7219,3.455,7220,3.455,7221,3.455,7222,3.455,7223,3.455,7224,3.455,7225,3.455,7226,3.455,7227,3.455,7228,3.455,7229,6.985,7230,3.455,7231,3.455,7232,3.455,7233,3.455,7234,3.455,7235,3.455,7236,3.455,7237,6.985,7238,3.455,7239,3.455,7240,3.455,7241,3.455,7242,3.455,7243,3.455,7244,3.455]],["file_terms//get-to-know-todd.html",[]],["root_relative_url//uw-research-computing/hpc-spack-setup.html",[0,0.203,1,0.121,1798,1.835,3236,2.433,7245,3.655]],["high//uw-research-computing/hpc-spack-setup.html",[3,0.187,4,0.218,7,0.398,12,0.571,13,0.375,14,0.018,15,0.554,18,0.092,19,0.546,23,0.094,33,0.431,43,0.554,46,0.515,132,1.677,136,0.786,155,0.765,186,1.23,225,1.381,236,1.503,271,1.63,335,0.319,362,0.577,666,0.5,824,1.028,1041,1.404,1045,0.692,1075,1.048,1144,1.336,1176,1.585,1189,0.863,1227,0.725,1604,1.935,1667,2.225,1798,3.866,2173,1.048,2628,1.632,3240,2.181,3241,2.043]],["medium//uw-research-computing/hpc-spack-setup.html",[83,1.183,137,0.51,138,0.07,152,0.822,200,0.885,236,1.238,271,0.859,335,0.421,384,0.329,455,1.016,933,0.499,1075,1.778,1076,1.465,1111,2.948,1154,0.775,1504,4.059,1522,4.262,1527,1.287,1530,1.866,1546,1.168,1798,3.778,2160,2.547,2350,1.796,3040,1.104,3253,2.853,3255,2.874,3285,2.322,3310,2.231,3527,2.547,4331,2.547,5924,4.05,7093,1.866,7097,6.728,7246,3.488,7247,3.488,7248,3.488,7249,7.069,7250,3.488,7251,3.488,7252,5.248,7253,4.492,7254,3.488,7255,3.488,7256,5.248,7257,6.309,7258,5.248,7259,2.088,7260,5.248,7261,2.088,7262,2.088,7263,2.088,7264,2.088,7265,4.691,7266,2.088,7267,3.488]],["content//uw-research-computing/hpc-spack-setup.html",[1,0.122,3,0.547,4,0.332,6,0.7,7,0.58,10,0.203,11,1.678,14,0.038,15,0.776,18,0.299,21,0.66,25,0.7,29,0.828,33,0.894,35,1.022,38,0.711,42,1.791,43,0.947,44,0.949,45,1.415,46,1.673,50,1.708,51,1.915,55,2.168,56,0.816,57,0.754,59,0.617,60,1.857,61,2.989,65,1.756,66,1.581,70,3.272,71,0.609,72,2.019,80,1.068,82,0.848,83,1.474,84,0.984,89,1.96,93,1.132,94,2.282,100,2.48,103,1.378,116,1.506,121,1.114,124,0.585,129,0.743,132,2.864,136,1.201,138,0.066,139,1.053,142,0.742,151,2.7,152,1.906,155,1.852,159,1.114,163,0.372,165,0.234,166,0.549,167,0.941,168,0.776,169,0.823,170,1.114,171,0.9,172,1.047,173,1.737,174,1.791,186,1.117,192,0.935,193,1.068,197,0.791,199,1.25,204,0.641,214,1.645,220,1.636,225,1.208,257,0.978,269,0.913,271,2.414,272,3.631,274,2.541,283,1.909,330,0.788,355,1.293,361,0.7,362,0.881,374,1.861,376,0.873,384,0.789,391,0.927,412,1.151,414,1.459,415,1.679,425,0.745,433,0.935,475,0.97,487,2.84,491,3.179,495,1.229,521,2.69,526,2.306,528,3.165,529,1.132,542,1.504,600,3.128,618,2.566,641,1.815,645,3.459,654,0.811,660,1.189,666,0.7,691,1.815,705,1.496,742,1.411,749,1.82,758,0.766,824,1.588,848,1.189,855,1.815,876,4.239,920,2.023,933,2.136,962,1.339,1015,1.316,1042,1.526,1045,0.97,1046,1.657,1075,2.864,1076,2.747,1091,1.887,1107,2.316,1108,2.257,1114,2.047,1124,1.564,1125,1.815,1136,2.828,1144,2.064,1146,1.79,1151,1.063,1154,1.796,1156,4.012,1160,1.496,1164,2.215,1168,2.26,1169,2.403,1176,2.056,1188,3.272,1189,2.133,1196,1.44,1208,1.551,1227,2.354,1303,2.015,1325,2.862,1361,2.015,1381,1.883,1399,1.773,1415,2.655,1543,2.509,1546,3.661,1550,2.578,1555,3.284,1561,3.386,1563,3.011,1564,2.468,1566,2.509,1569,3.661,1570,2.371,1584,1.79,1588,2.828,1598,3.386,1604,1.694,1611,1.861,1612,2.566,1667,3.408,1701,2.074,1735,3.661,1797,2.015,1798,5.137,2173,1.467,2187,5.049,2235,2.286,2281,2.371,2526,2.209,2628,2.286,2981,3.313,3157,3.054,3234,2.706,3288,3.054,3289,2.861,3290,3.054,3508,2.015,6690,6.243,7249,3.313,7265,4.909,7268,5.492]],["file_terms//uw-research-computing/hpc-spack-setup.html",[]],["root_relative_url//spalding-lab.html",[4531,4.216,7269,4.882]],["high//spalding-lab.html",[1,0.207,3,0.445,4,0.207,23,0.223,34,0.037,217,0.331,228,0.592,1238,4.369,2906,3.874,2907,5.177,2908,5.177]],["medium//spalding-lab.html",[]],["content//spalding-lab.html",[0,0.256,1,0.318,3,0.595,4,0.309,10,0.107,17,0.223,18,0.16,21,1.143,24,1.407,34,0.057,35,0.857,38,0.547,39,0.736,40,1.321,45,1.187,46,0.896,50,0.896,51,1.606,69,0.936,71,0.711,72,1.693,74,0.663,77,1.974,79,1.93,83,1.038,84,1.223,96,0.663,99,1.342,106,0.663,112,0.921,118,2.983,121,0.784,138,0.059,142,0.999,147,0.845,160,0.298,162,1.802,163,0.542,164,1.934,165,0.598,169,1.023,179,0.736,182,0.379,183,1.053,197,0.628,206,1.353,212,0.673,215,1.061,217,0.422,228,0.697,234,0.695,245,0.857,247,1.694,254,1.342,256,1.342,261,1.993,266,1.477,269,1.134,271,2.201,272,2.312,275,1.87,277,1.477,279,1.789,280,1.606,286,2.946,294,1.43,297,3.203,299,2.435,303,0.848,345,0.857,351,3.066,353,2.312,360,1.407,361,0.87,362,0.502,363,1.552,364,3.144,366,3.144,380,1.453,394,0.87,398,1.579,415,1.069,427,1.453,433,1.521,440,2.744,445,1.552,447,1.038,455,2.329,475,1.205,484,2.202,485,1.617,494,1.205,499,1.663,500,2.591,502,1.606,506,1.974,513,2.657,525,1.501,527,2.256,529,1.407,533,1.895,543,2.657,545,1.693,547,1.405,550,2.657,552,1.261,554,2.767,560,0.964,578,3.795,580,0.738,582,3.704,601,2.642,608,0.871,614,1.169,616,2.577,620,2.059,646,4.687,651,4.705,653,2.372,654,1.994,669,1.895,671,2.84,672,1.407,676,1.453,680,1.342,681,2.312,684,1.993,697,2.152,700,0.845,702,3.291,705,2.983,707,1.756,711,1.363,714,2.577,716,0.845,718,1.693,731,1.9,732,4.136,734,1.481,742,0.993,757,1.407,758,0.643,776,2.577,796,2.202,801,2.202,839,1.758,845,3.49,854,1.342,869,2.751,878,2.015,880,2.946,885,2.591,911,4.117,928,1.477,929,1.169,947,1.895,949,2.809,962,2.669,976,1.634,992,4.557,1002,1.693,1005,2.256,1103,1.363,1137,1.693,1146,1.501,1152,1.705,1167,0.684,1169,2.809,1235,2.818,1238,5.14,1244,2.84,1246,1.9,1262,2.256,1274,2.435,1284,2.657,1307,2.695,1315,2.059,1325,2.015,1369,3.825,1396,2.657,1402,3.066,1434,3.203,1437,1.634,1443,1.453,1536,2.152,1591,1.974,1604,2.104,1649,2.448,1652,1.724,1657,2.534,1661,4.728,1684,2.657,1753,3.959,1762,2.751,1765,2.657,1766,4.264,1769,1.895,1771,1.789,1776,2.059,1809,1.693,1816,4.274,1828,2.84,1830,2.504,1884,2.504,1905,1.895,1907,5.29,1924,2.744,1931,2.84,1952,3.066,1958,4.228,1974,3.167,1990,3.555,2193,2.84,2227,1.859,2240,2.312,2311,2.435,2362,2.372,2391,2.657,2446,2.504,2450,3.203,2489,3.066,2537,2.372,2544,3.066,2604,4.955,2784,2.84,2810,4.483,2818,4.117,2906,4.93,2907,3.795,2953,3.795,2956,3.363,3032,4.474,3097,2.84,3336,2.312,3586,3.363,3932,2.946,3965,3.203,4030,3.555,4032,3.066,4041,3.555,4153,3.795,4275,3.795,4315,3.795,4442,3.795,4782,3.555,4883,3.555,5036,5.739,6241,3.203,6242,3.555,6690,4.955,6827,4.117,6922,4.117,7063,4.117,7094,4.117,7269,8.714,7270,4.605,7271,7.994,7272,9.256,7273,4.605,7274,6.42,7275,6.42,7276,4.605,7277,4.605,7278,4.605,7279,4.117,7280,4.605,7281,6.42,7282,4.605,7283,4.605]],["file_terms//spalding-lab.html",[]],["root_relative_url//AMNH-Workshops.html",[579,4.501,7284,5.462]],["high//AMNH-Workshops.html",[1,0.207,3,0.445,23,0.223,34,0.037,362,0.684,506,2.692,591,3.743,592,4.849,593,3.154,1313,2.87,2900,5.616]],["medium//AMNH-Workshops.html",[]],["content//AMNH-Workshops.html",[1,0.303,4,0.23,10,0.187,11,1.265,12,1.284,14,0.041,15,0.867,18,0.242,22,1.373,25,1.44,30,1.265,34,0.054,35,0.771,38,0.516,42,1.134,43,0.913,45,1.067,46,0.806,47,1.06,56,1.007,59,0.39,71,0.773,79,1.79,80,1.356,82,1.362,96,0.428,102,0.818,106,0.596,108,1.1,112,0.742,116,1.419,117,0.99,124,0.654,129,1.193,136,0.615,137,0.605,138,0.055,142,1.092,144,0.726,146,1.639,148,0.961,160,0.385,162,1.571,163,0.472,165,0.547,171,1.005,179,0.695,188,0.92,204,0.716,205,0.792,212,1.019,214,1.418,215,1.389,217,0.368,221,0.893,225,2.273,228,0.657,231,3.024,234,0.624,242,2.88,245,0.771,247,1.356,249,0.976,251,2.389,253,2.113,256,1.206,257,1.438,263,2.031,275,1.735,277,1.328,279,1.609,280,1.444,294,2.164,303,1.017,304,2.757,306,3.066,308,1.306,310,1.373,327,2.5,329,2.847,330,1.62,333,1.892,341,2.88,353,2.079,355,1.444,356,1.579,362,0.649,366,2.028,380,1.306,382,2.096,384,0.39,391,1.035,392,2.357,394,1.125,408,0.947,411,1.704,414,0.782,425,0.53,427,1.306,433,0.705,438,1.083,447,0.933,475,1.083,489,3.116,500,2.403,506,1.775,508,2.132,510,1.819,513,2.389,519,1.851,525,1.941,533,1.704,535,1.609,538,2.353,542,2.372,545,1.523,546,2.662,552,1.63,555,1.639,559,3.827,560,0.867,575,2.028,579,7.306,580,1.421,582,2.389,591,2.467,592,7.074,593,2.079,598,2.251,605,1.708,608,0.966,609,2.028,611,1.134,612,0.906,613,3.192,614,1.051,615,1.98,617,3.412,650,1.396,653,2.132,654,1.303,658,1.444,669,1.704,677,1.739,680,1.206,683,1.739,700,0.759,701,1.444,704,1.328,706,2.236,713,1.98,716,1.279,723,2.757,732,2.317,742,0.893,748,2.317,758,0.831,777,2.391,779,2.389,780,1.851,781,1.892,785,2.19,789,1.523,796,1.98,848,1.909,868,1.02,878,1.812,892,1.704,920,1.035,922,1.812,926,2.649,928,1.909,929,1.051,949,1.812,964,2.649,972,3.548,974,1.396,976,2.706,1008,1.076,1014,2.132,1019,2.72,1028,2.757,1045,1.083,1135,1.496,1152,1.1,1157,1.42,1167,1.317,1200,4.556,1202,2.132,1205,1.42,1212,2.251,1214,1.671,1216,1.609,1227,1.134,1228,3.258,1232,1.879,1233,1.775,1234,3.267,1235,2.27,1236,2.553,1249,2.451,1251,1.206,1262,2.916,1264,2.19,1269,3.024,1277,2.389,1301,2.19,1302,2.389,1312,2.313,1313,1.892,1315,1.851,1325,1.812,1338,3.412,1354,3.196,1360,4.023,1369,2.467,1400,2.079,1415,2.548,1424,2.649,1434,4.141,1440,2.757,1443,2.797,1450,2.079,1561,2.553,1563,1.396,1567,2.467,1584,1.941,1596,3.024,1625,1.909,1649,1.579,1652,3.541,1661,2.649,1692,2.389,1700,2.88,1741,1.98,1762,2.988,1771,1.609,1809,1.523,1812,2.757,1823,2.649,1848,2.389,1849,3.149,1867,2.659,1880,3.702,1908,2.19,1909,2.389,1991,2.467,1993,2.757,1996,2.467,2004,3.964,2006,2.19,2158,2.079,2181,3.435,2189,3.149,2193,2.553,2204,2.251,2225,2.88,2227,2.403,2258,2.028,2270,2.19,2356,3.196,2392,3.412,2444,1.639,2491,3.196,2591,3.196,2603,3.412,2651,2.649,2672,2.317,2748,5.302,2810,1.98,2834,2.389,2920,2.88,2932,2.649,2956,3.024,3057,4.347,3058,6.14,3089,2.317,3146,2.88,3154,3.412,3310,2.649,3311,3.196,3342,3.702,3399,3.024,3428,3.024,3441,3.702,3488,3.702,3629,2.649,3792,3.196,4104,3.024,4338,3.412,4457,3.702,4458,4.906,4464,2.649,4553,3.412,5095,3.412,5377,7.745,5404,3.412,5478,3.024,5643,3.412,5732,3.412,5849,3.702,5940,4.906,6569,3.702,6660,3.702,7285,9.165,7286,4.141,7287,5.954,7288,4.141,7289,4.141,7290,4.141,7291,5.954,7292,4.141,7293,4.141,7294,4.141,7295,4.141,7296,4.141,7297,4.141,7298,4.141]],["file_terms//AMNH-Workshops.html",[]],["root_relative_url//Using-HTCondor-For-Large-File-Transfer.html",[4,0.121,7,0.22,39,0.419,182,0.301,7299,3.655]],["high//Using-HTCondor-For-Large-File-Transfer.html",[3,0.427,6,1.452,7,0.363,17,0.155,19,1.245,21,1.074,23,0.215,58,0.601,398,2.068,2672,3.375,3161,4.015,7300,5.391]],["medium//Using-HTCondor-For-Large-File-Transfer.html",[]],["content//Using-HTCondor-For-Large-File-Transfer.html",[4,0.284,6,1.878,7,0.602,10,0.213,14,0.065,15,1.157,16,1.209,17,0.221,25,1.044,29,1.223,33,1.182,36,2.49,38,0.538,39,0.634,52,1.112,53,1.635,56,0.689,57,1.123,58,0.551,59,0.685,71,0.805,79,1.661,80,1.075,89,1.402,96,0.838,130,2.32,136,0.821,137,0.808,138,0.044,144,0.969,147,1.642,148,1.283,154,1.743,155,0.998,160,0.525,163,0.492,166,0.464,176,1.513,182,0.782,197,0.711,204,0.955,214,1.123,217,0.292,228,0.521,240,1.635,245,1.028,247,1.075,249,1.302,256,2.116,266,2.329,273,1.174,276,2.32,277,2.329,326,2.23,345,1.028,354,2.069,359,2.274,362,0.602,383,2.642,391,1.382,394,1.044,404,2.47,405,3.092,414,1.372,425,0.647,433,0.941,482,2.032,501,1.863,516,1.635,525,1.801,527,2.706,533,2.274,538,1.61,560,1.157,598,3.004,599,2.642,600,2.642,612,1.209,614,1.402,632,1.536,650,2.735,659,2.525,672,1.688,673,2.47,688,3.948,702,2.623,707,2.107,728,3.55,777,1.424,863,2.418,868,1.361,883,3.843,893,3.004,934,3.092,940,3.473,942,2.274,950,3.292,962,1.996,1006,4.034,1008,0.998,1015,2.879,1026,2.274,1035,3.292,1071,1.743,1073,2.47,1103,1.635,1107,2,1154,1.227,1157,1.894,1178,3.004,1200,3.394,1215,4.939,1231,3.188,1248,2.274,1302,3.188,1433,5.726,1551,2.706,1574,4.646,1592,2.774,1599,2.905,1605,4.681,1617,1.863,1625,1.772,1669,5.314,1741,2.642,1777,2.146,1783,2.922,1803,4.939,1853,2.774,1858,3.473,1922,4.265,1974,2.368,1981,4.034,1982,4.265,2155,2.32,2484,4.034,2531,1.894,2601,3.678,2700,4.478,2705,3.843,2722,3.678,2733,4.646,2769,3.535,2801,3.004,2912,4.034,3161,4.835,3185,4.553,3337,5.051,3399,5.303,3588,6.262,3895,4.553,3996,4.327,4030,4.265,4074,3.678,4089,4.939,4150,4.553,4421,4.553,4443,3.407,4508,4.939,4546,4.553,5095,4.553,5272,6.492,6043,4.939,6576,7.703,6586,4.939,7300,6.492,7301,8.617,7302,7.262,7303,8.113,7304,5.525,7305,5.525,7306,5.525,7307,7.262,7308,5.525,7309,5.525,7310,5.525,7311,5.525,7312,5.525,7313,5.525,7314,5.525,7315,7.262,7316,5.525,7317,5.525,7318,7.262,7319,5.525,7320,5.525,7321,5.525]],["file_terms//Using-HTCondor-For-Large-File-Transfer.html",[]],["root_relative_url//uw-research-computing/hpc-job-submission.html",[0,0.203,1,0.121,14,0.025,3236,2.433,7322,3.655]],["high//uw-research-computing/hpc-job-submission.html",[3,0.225,4,0.161,7,0.191,10,0.073,12,0.685,13,0.45,14,0.058,15,0.665,18,0.11,19,0.655,23,0.113,29,0.479,73,1.147,106,0.457,115,1.863,159,0.955,166,0.561,191,0.794,192,0.541,193,0.618,194,0.646,219,0.97,236,1.127,293,1.62,335,0.383,420,0.655,576,0.97,666,0.6,863,1.389,929,0.806,1041,1.053,1045,0.831,1071,1.002,1143,0.818,1303,2.656,1437,1.127,1452,1.282,1558,1.679,1713,2.032,1905,1.307,2148,1.777,2173,1.257,3974,2.114]],["medium//uw-research-computing/hpc-job-submission.html",[4,0.069,7,0.125,10,0.066,14,0.042,18,0.04,44,0.2,46,0.555,52,0.177,58,0.115,65,0.281,80,0.225,89,0.294,96,0.12,112,0.144,113,0.332,117,0.277,124,0.33,138,0.054,145,0.486,159,0.348,166,0.239,168,0.73,181,0.285,189,0.222,191,0.289,193,0.225,194,0.424,335,0.14,380,0.365,384,0.269,415,0.269,608,0.227,665,0.805,683,0.486,701,0.728,704,0.371,734,0.232,777,0.298,824,0.281,847,2.52,1044,1.711,1075,0.826,1076,0.486,1101,0.894,1106,0.411,1107,0.269,1108,0.312,1111,0.541,1160,0.467,1164,0.572,1184,0.638,1452,0.467,1494,0.371,1617,2.051,1708,6.109,1709,5.365,1710,3.319,1711,3.319,1712,2.592,1713,2.874,1714,2.349,1715,1.302,1724,5.966,1757,0.467,1905,0.476,2030,0.845,2042,0.805,2231,0.741,2240,1.048,2250,0.954,2251,1.72,2252,0.954,2339,0.741,2344,0.894,2348,1.335,2484,0.845,2772,1.866,2923,1.524,2964,3.117,3213,0.69,3226,0.741,3251,4.015,3252,0.741,3253,0.629,3259,1.611,3264,1.866,3265,1.035,3266,1.035,3267,1.035,3268,1.035,3269,1.866,3270,3.6,3271,2.548,3272,1.035,3273,3.117,3274,2.548,3275,0.648,3276,1.035,3277,1.035,3278,1.035,3285,2.681,3974,0.771,3975,0.954,4481,1.72,4482,1.72,5713,0.954,7323,1.158,7324,1.158,7325,5.559,7326,4.028,7327,2.087,7328,1.158,7329,1.158,7330,2.087,7331,2.85,7332,3.487,7333,1.158,7334,1.158,7335,2.85,7336,2.087,7337,2.087,7338,1.158,7339,3.487,7340,1.158,7341,6.308,7342,1.158,7343,1.158,7344,1.158,7345,2.087,7346,1.158,7347,1.158,7348,2.087,7349,1.158,7350,1.158,7351,1.158,7352,1.158,7353,1.158,7354,2.087,7355,1.158,7356,1.158,7357,1.158,7358,1.158,7359,1.158,7360,1.158,7361,1.158,7362,1.158,7363,2.087,7364,2.087,7365,1.158]],["content//uw-research-computing/hpc-job-submission.html",[3,0.552,4,0.333,6,0.717,7,0.548,10,0.223,14,0.071,17,0.097,18,0.231,21,0.995,29,1,33,0.618,34,0.022,35,0.707,38,0.578,44,1.458,46,0.739,50,0.739,51,1.95,52,0.856,55,1.853,56,0.473,59,0.625,60,0.761,62,2.612,64,1.238,65,1.61,66,1.382,72,1.396,73,2.019,80,0.739,82,1.278,89,1.684,90,1.68,93,1.16,96,0.913,97,1.943,103,1.308,106,1.174,109,1.955,113,1.089,115,2.974,116,1.04,117,1.337,121,0.646,124,1.232,126,1.586,128,1.859,131,0.978,132,1.503,136,0.83,138,0.078,139,1.495,141,1.562,144,0.666,146,1.503,155,0.686,159,2.345,160,0.361,163,0.379,165,0.24,166,0.774,167,0.964,168,2.007,169,0.843,170,1.141,171,0.921,172,1.072,173,1.008,174,1.039,175,0.908,181,1.634,189,1.072,192,0.646,193,1.424,194,1.949,197,0.763,204,0.656,218,1.784,219,2.235,220,0.949,247,0.739,249,1.317,256,1.106,257,0.995,258,1.627,269,1.803,273,1.188,275,1.106,293,1.853,303,0.641,308,1.198,330,0.807,335,0.674,348,1.448,352,1.578,355,1.324,361,1.382,362,0.85,376,0.894,379,1.594,383,1.816,384,0.527,391,0.949,394,0.717,410,1.503,414,0.717,415,1.298,420,0.783,423,1.627,425,0.338,453,2.064,455,1.106,475,0.993,482,1.396,487,1.396,488,1.475,491,1.562,501,1.884,511,1.503,532,2.93,542,1.039,549,2.008,560,1.633,576,2.027,600,1.816,608,0.962,614,0.964,616,2.125,666,0.717,673,1.697,677,1.594,683,1.594,688,2.064,700,1.025,701,2.314,704,2.986,724,2.93,726,1.984,734,1.12,737,3.128,742,0.819,751,1.396,758,0.78,761,1.371,762,0.993,777,1.44,810,1.697,836,1.859,844,1.503,847,4.906,884,1.627,898,1.503,919,2.064,920,2.164,929,0.964,933,0.908,940,1.816,947,2.73,961,2.446,965,1.774,979,2.341,980,1.396,991,2.341,1008,0.686,1015,1.984,1044,1.822,1045,0.993,1068,2.008,1071,2.574,1075,2.213,1076,1.594,1091,0.856,1103,1.123,1106,1.984,1107,2.237,1108,1.507,1114,1.707,1124,1.337,1134,1.735,1138,0.949,1142,2.262,1143,2.42,1144,2.787,1145,1.697,1146,2.163,1151,1.089,1152,1.008,1154,0.843,1159,2.341,1163,3.249,1164,1.53,1167,0.564,1180,1.532,1184,2.383,1208,1.578,1227,2.31,1248,1.562,1303,4.706,1330,1.955,1333,1.661,1375,3.394,1382,1.816,1389,2.008,1437,2.354,1457,2.499,1475,2.673,1494,1.217,1545,1.816,1553,1.562,1561,2.341,1566,3.031,1571,2.341,1575,3.128,1577,1.421,1584,1.822,1587,3.87,1588,3.416,1591,2.843,1592,1.906,1599,2.467,1602,2.429,1611,1.906,1617,2.467,1626,2.262,1638,2.446,1684,2.19,1713,4.244,1715,1.735,1735,2.125,1738,2.429,1743,2.341,1798,3.33,1862,1.774,1865,3.721,1905,2.3,1916,4.081,1958,2.008,2010,2.64,2030,2.772,2042,3.887,2065,3.331,2073,1.816,2148,4.095,2165,1.735,2218,1.955,2227,1.532,2231,2.429,2240,1.906,2270,2.008,2362,1.955,2480,1.816,2490,2.262,2524,2.772,2716,2.772,2775,2.527,2879,2.064,3003,1.906,3059,2.772,3213,2.262,3226,4.244,3310,2.429,3607,3.128,3974,5.981,3991,5.695,4077,3.721,4120,6.541,4443,2.341,6258,3.128,7366,3.796,7367,3.796,7368,3.796,7369,3.796,7370,3.796,7371,3.796,7372,3.796,7373,3.796]],["file_terms//uw-research-computing/hpc-job-submission.html",[]],["root_relative_url//EOL-OSG.html",[7374,5.462,7375,5.462]],["high//EOL-OSG.html",[3,0.485,23,0.244,107,2.613,303,0.786,515,3.529,5868,5.647,6323,5.289]],["medium//EOL-OSG.html",[]],["content//EOL-OSG.html",[1,0.253,5,2.896,6,1.135,7,0.461,10,0.139,14,0.042,18,0.209,23,0.214,38,0.445,45,1.549,56,0.749,57,1.222,71,0.85,79,2.539,80,1.169,84,1.596,90,2.306,100,2.061,104,2.2,106,0.865,129,1.204,138,0.048,160,0.496,163,0.52,178,1.646,221,1.654,241,1.807,257,1.07,266,1.927,290,3.949,303,0.969,309,2.576,330,1.277,335,0.725,362,0.655,376,1.416,387,3.364,391,1.918,392,2.38,399,3.468,414,1.135,426,1.96,447,1.904,485,1.678,508,3.095,515,4.84,516,1.779,525,1.96,542,2.313,549,3.179,573,1.976,580,1.639,607,2.746,611,1.646,654,1.315,660,2.709,676,1.896,682,3.468,712,4.056,716,1.549,721,3.85,751,2.21,840,2.426,890,4.57,917,2.426,931,2.871,1019,2.746,1040,2.63,1042,2.474,1133,1.724,1138,2.112,1146,2.5,1164,2.1,1168,3.476,1177,4.056,1251,2.461,1257,3.468,1268,4.001,1350,4.17,1557,3.845,1611,3.017,1657,2.061,1678,5.334,1684,3.468,1736,2.874,1763,3.364,1773,2.576,1817,4.906,1826,4.639,1884,3.268,1974,2.576,1998,4.57,2177,4.001,2227,3.095,2299,2.809,2374,3.756,2384,4.389,2598,3.845,2636,6.32,2685,4.001,2769,3.845,2922,3.845,3213,3.581,3337,6.392,3483,4.389,3513,4.953,3541,5.373,4387,6.32,4467,4.639,4562,5.373,4990,4.639,5152,6.856,5388,4.18,5523,5.373,5771,4.639,5868,7.331,5919,6.167,6240,5.373,6323,6.867,6420,8.216,7376,8.446,7377,8.897,7378,8.446,7379,8.446,7380,6.011,7381,6.011,7382,6.011,7383,6.011,7384,7.669,7385,6.011,7386,6.011,7387,6.011,7388,6.011,7389,6.011]],["file_terms//EOL-OSG.html",[]],["root_relative_url//ML-and-Image-Analyses-for-Livestock-Data.html",[206,0.534,714,2.045,2537,1.882,2945,2.668,7390,3.655]],["high//ML-and-Image-Analyses-for-Livestock-Data.html",[3,0.474,17,0.172,23,0.238,147,1.229,179,0.668,206,0.98,714,3.75,2945,4.893]],["medium//ML-and-Image-Analyses-for-Livestock-Data.html",[]],["content//ML-and-Image-Analyses-for-Livestock-Data.html",[1,0.22,3,0.472,4,0.22,10,0.189,14,0.046,16,1.458,17,0.237,20,1.547,34,0.057,45,2.108,47,1.186,58,0.664,71,0.738,96,0.688,112,0.831,118,3.302,121,1.134,129,1.335,136,1.215,154,2.913,160,0.431,163,0.554,182,0.759,197,0.652,206,1.196,217,0.467,228,0.835,234,1.005,240,1.972,245,1.24,268,2.638,291,2.003,293,2.209,294,2.068,324,3.729,328,2.45,345,1.523,354,3.063,376,1.927,380,2.102,382,2.003,422,1.882,425,0.788,433,1.134,545,2.45,607,3.738,608,0.726,609,3.263,622,4.109,643,3.044,651,3.729,654,1.458,672,2.036,677,2.798,688,3.623,702,2.407,839,1.825,845,5.019,863,2.916,870,3.431,973,3.435,1000,2.407,1014,3.431,1157,2.285,1179,3.623,1217,3.524,1264,3.524,1355,5.143,1599,2.246,1653,4.109,1692,3.844,1741,3.187,1773,2.855,1858,3.187,1867,2.324,1974,2.855,1992,4.865,2193,4.109,2195,4.109,2299,3.114,2444,2.638,2563,6.157,2945,7.133,2951,4.109,3093,3.97,3333,5.491,3904,5.491,4570,5.143,4778,6.314,4780,5.663,4781,4.865,4782,6.314,5620,6.741,6897,6.741,7391,6.663,7392,6.663,7393,6.663,7394,6.663]],["file_terms//ML-and-Image-Analyses-for-Livestock-Data.html",[]],["root_relative_url//CHTC-Facilitation.html",[3,0.387,2644,4.882]],["high//CHTC-Facilitation.html",[1,0.195,3,0.593,23,0.21,34,0.035,59,0.557,475,1.547,731,1.75,1167,0.878,1643,3.646,1687,5.858,2895,4.112]],["medium//CHTC-Facilitation.html",[]],["content//CHTC-Facilitation.html",[0,0.21,1,0.339,3,0.688,4,0.296,10,0.087,11,1.155,14,0.039,18,0.131,19,1.15,20,0.878,21,0.673,25,1.539,30,0.803,33,1.188,34,0.06,38,0.654,39,0.639,43,1.066,45,0.974,46,0.735,47,0.992,50,0.735,53,1.958,55,1.253,56,0.695,58,0.377,59,0.768,69,1.133,71,0.903,74,0.544,75,1.019,79,1.137,80,0.735,82,0.865,83,0.852,84,1.004,87,1.556,94,1.193,96,0.391,97,1.004,103,0.606,104,1.598,110,1.119,112,0.91,116,1.449,121,0.949,124,1.045,126,1.332,129,0.757,137,0.553,138,0.03,139,0.725,142,1.139,144,0.663,146,1.497,148,0.878,159,1.137,160,0.504,162,0.852,163,0.586,165,0.461,179,0.377,186,1.133,212,0.968,215,1.346,217,0.294,220,1.393,228,0.624,234,1.174,240,1.119,245,1.449,247,1.084,253,1.978,254,1.623,261,1.173,271,1.373,272,1.898,275,1.928,276,1.587,277,2.122,292,2.252,293,1.847,294,2.267,298,1.727,303,0.992,305,1.947,308,1.193,309,1.62,310,1.253,319,2.918,327,1.587,328,2.049,329,3.165,330,0.803,340,3.337,344,1.556,348,1.441,352,1.067,355,2.308,356,1.441,359,1.556,360,1.155,361,1.053,362,0.412,376,1.559,384,0.624,391,0.945,394,0.714,412,1.73,413,2.181,414,1.25,415,1.293,425,0.589,428,1.808,435,3.092,438,2.131,447,1.491,454,2.086,458,4.602,461,2.342,469,1.999,475,1.731,478,1.702,480,2.546,485,0.827,500,1.526,510,2.231,513,2.181,516,1.119,525,2.381,529,1.702,533,2.724,538,1.101,542,2.307,545,1.39,547,1.598,556,1.212,559,1.898,580,0.606,597,1.999,604,1.556,605,1.898,607,1.727,608,0.795,612,0.827,613,1.817,614,1.854,630,2.629,648,2.181,659,1.727,669,2.293,672,1.155,680,1.101,684,1.173,700,0.693,702,1.365,704,1.212,706,1.212,712,1.999,714,3.118,715,3.379,716,1.721,718,1.39,720,4.301,728,1.654,731,2.161,739,2.918,740,2.918,742,0.815,744,3.379,748,2.116,749,1.847,751,2.995,757,2.231,758,1.019,759,2.418,761,1.365,777,0.974,785,1.999,789,2.049,796,1.808,799,2.116,839,1.035,854,2.268,870,1.947,917,2.671,929,1.414,940,1.808,949,1.654,974,2.231,976,1.978,977,2.918,979,2.331,980,2.433,987,1.947,993,1.62,1005,1.851,1006,4.068,1008,1.196,1019,2.546,1114,0.827,1129,2.379,1143,0.974,1157,1.296,1167,1.437,1208,1.067,1209,2.629,1232,1.758,1233,2.388,1234,3.705,1235,1.441,1246,2.161,1248,1.556,1274,1.999,1294,1.898,1297,2.055,1309,1.253,1318,2.629,1321,2.76,1325,1.654,1333,1.654,1349,2.331,1360,2.181,1361,3.029,1364,3.598,1400,1.898,1403,2.517,1404,2.055,1411,3.813,1421,2.604,1422,2.181,1454,2.331,1536,1.766,1558,1.999,1562,2.331,1584,1.232,1602,3.565,1605,2.181,1617,1.274,1632,2.055,1638,1.654,1640,2.331,1643,2.331,1649,1.441,1652,1.415,1657,1.296,1687,6.287,1689,1.808,1701,2.116,1736,1.808,1762,2.388,1773,2.836,1777,2.165,1816,2.517,1820,3.029,1827,2.181,1844,1.999,1849,1.999,1851,3.115,1858,1.808,1905,1.556,1921,1.947,1924,2.252,1952,3.709,1974,1.62,1996,2.252,2006,1.999,2007,2.629,2159,1.851,2189,3.862,2217,1.851,2220,2.418,2227,2.249,2240,1.898,2361,1.587,2365,2.181,2386,2.116,2425,3.709,2430,2.418,2431,2.252,2440,2.331,2441,3.115,2443,2.918,2452,2.918,2531,1.296,2559,2.331,2638,1.999,2646,3.379,2655,5.453,2656,3.565,2659,3.115,2663,2.918,2672,2.116,2799,2.181,2814,2.918,2895,2.629,3057,4.068,3058,5.685,3093,2.252,3096,4.981,3311,2.918,3336,1.898,3377,2.629,3403,4.591,3428,2.76,3457,2.918,3505,3.115,3572,2.918,3586,2.76,3614,2.517,3631,3.875,3776,3.379,3839,2.629,4068,3.115,4377,3.379,4391,2.76,4748,4.301,4795,2.918,4824,3.379,5428,2.918,5564,3.379,5579,2.76,5681,3.115,6174,4.981,6242,2.918,7279,3.379,7395,3.78,7396,3.78,7397,3.78,7398,3.78,7399,3.78,7400,3.78,7401,3.78,7402,3.78,7403,3.78,7404,3.78]],["file_terms//CHTC-Facilitation.html",[]],["root_relative_url//uw-research-computing/r-build.html",[0,0.229,1,0.136,5957,3.672,7133,3.672]],["high//uw-research-computing/r-build.html",[3,0.277,4,0.129,14,0.04,23,0.139,63,0.74,93,1.197,100,1.961,151,1.141,155,1.221,165,0.247,166,0.329,191,1.43,193,1.113,194,0.797,197,0.383,198,1.277,200,2.094,205,0.761,220,0.98,335,0.473,573,1.009,576,1.197,666,0.74,1020,1.551,1045,1.025,1176,1.467,1189,1.277,1450,1.967]],["medium//uw-research-computing/r-build.html",[7,0.274,18,0.101,58,0.289,66,0.548,74,0.418,100,0.995,112,0.863,138,0.071,151,0.845,155,0.823,193,0.565,200,1.865,205,0.386,221,0.626,335,0.35,734,0.581,933,1.345,1044,0.946,1051,2.081,1052,1.77,1053,1.856,1055,3.598,1056,1.388,1057,1.856,1059,1.962,1062,1.856,1063,1.194,1064,1.856,1066,1.388,1067,1.356,1068,2.409,1069,1.356,1071,0.915,1073,1.297,1082,2.346,1109,1.674,1110,1.674,1111,1.356,1154,1.012,1451,1.243,1527,2.809,1667,2.068,1671,2.477,6405,2.594,7405,5.624,7406,8.676,7407,4.555,7408,4.555,7409,2.902,7410,2.902,7411,2.902,7412,5.624,7413,2.902]],["content//uw-research-computing/r-build.html",[3,0.584,4,0.306,6,1.45,7,0.557,10,0.211,14,0.069,21,0.882,32,1.641,34,0.029,38,0.611,42,1.356,43,0.883,44,0.856,50,1.804,52,0.758,56,0.841,57,1.007,58,0.493,60,1.923,63,1.721,65,1.638,67,3.039,71,0.549,82,2.151,83,1.116,96,0.511,97,1.315,100,3.224,102,0.978,103,1.231,106,0.713,109,3.475,113,1.935,117,1.184,124,1.362,126,1.614,137,0.724,138,0.065,144,1.184,151,2.236,155,1.794,160,0.32,163,0.336,166,0.798,175,1.184,182,0.631,183,1.133,189,1.294,190,2.479,191,2.278,192,0.843,193,1.829,194,1.912,197,0.907,198,2.503,200,2.61,205,1.148,220,1.238,221,1.92,258,2.892,269,1.22,308,1.562,311,2.771,328,2.481,354,1.854,358,2.262,391,1.238,408,1.756,415,1.149,430,0.992,438,1.765,482,2.481,488,1.923,494,1.295,560,1.037,573,1.739,598,2.692,599,2.368,676,2.422,700,0.908,742,1.656,758,0.691,868,1.22,888,2.425,927,3.168,929,1.713,947,2.038,962,1.788,1008,0.895,1046,3.432,1051,3.083,1052,3.458,1091,1.116,1106,1.757,1107,2.152,1114,1.948,1124,1.836,1125,2.425,1126,3.296,1127,3.153,1133,1.935,1138,1.92,1145,2.213,1146,2.503,1151,2.553,1154,1.1,1160,1.998,1163,2.425,1176,2.874,1177,4.36,1189,2.812,1228,2.314,1414,2.425,1543,3.083,1545,3.227,1563,1.669,1566,3.083,1586,1.998,1591,2.892,1599,2.275,1667,1.821,1736,2.368,1905,2.038,2171,3.083,2223,2.038,2229,2.692,2325,3.669,2489,3.296,2584,2.953,2688,4.584,2710,3.053,2738,3.296,2784,3.053,3545,4.08,3670,4.021,5996,4.426,7414,4.951,7415,4.951,7416,4.951,7417,4.951,7418,4.951]],["file_terms//uw-research-computing/r-build.html",[]],["root_relative_url//tackling-strongly-correlated-quantum-systems.html",[597,1.933,2924,2.178,3370,2.821,4011,2.254,7419,3.655]],["high//tackling-strongly-correlated-quantum-systems.html",[3,0.474,23,0.238,425,0.597,597,3.544,613,2.185,2924,3.993,3370,5.172,4011,4.132]],["medium//tackling-strongly-correlated-quantum-systems.html",[]],["content//tackling-strongly-correlated-quantum-systems.html",[1,0.236,4,0.301,10,0.19,12,0.937,14,0.059,21,0.773,24,1.327,33,0.707,34,0.057,38,0.322,39,0.893,42,1.189,44,1.237,46,0.845,51,1.515,52,0.665,53,1.285,58,0.433,71,0.947,74,1.121,77,1.861,80,0.845,82,0.993,84,1.153,96,0.805,97,1.153,102,1.216,104,1.767,106,0.625,108,1.153,112,0.541,116,0.808,117,1.712,121,1.4,133,2.237,138,0.034,142,1.053,144,1.081,160,0.398,163,0.417,166,0.601,168,1.29,175,1.473,176,1.189,179,0.614,186,0.883,194,1.584,204,1.065,206,0.635,212,0.901,217,0.229,218,0.993,238,1.9,240,1.285,256,2.085,257,0.773,269,1.07,270,3.882,271,1.07,276,2.587,279,2.393,282,1.9,291,1.852,294,1.348,302,2.588,303,0.498,305,2.237,308,1.944,310,1.44,316,2.234,324,2.431,328,1.597,330,0.923,338,4.766,345,1.671,352,1.74,353,2.18,356,1.656,359,1.787,360,1.882,362,0.671,365,1.597,366,2.127,379,3.006,380,1.37,391,1.086,398,2.112,408,1.637,411,2.535,414,1.164,415,1.008,418,3.352,420,0.896,422,1.74,425,0.813,427,1.37,429,2.431,433,1.049,438,2.152,439,1.9,445,1.464,449,2.754,450,1.687,473,1.984,478,1.327,479,2.431,482,1.597,484,2.077,495,2.373,499,2.225,501,1.464,504,4.266,506,1.861,552,1.189,554,2.306,556,1.393,560,1.29,573,1.587,580,1.319,587,2.18,591,2.588,595,2.678,597,2.297,603,3.448,604,1.787,608,0.473,613,1.416,618,2.029,632,1.713,641,2.127,650,1.464,652,3.559,654,0.95,660,1.393,663,2.879,672,2.187,686,2.678,700,0.797,702,1.569,704,1.393,708,2.891,711,1.285,713,2.077,717,1.861,718,1.597,723,2.891,726,1.541,727,2.127,742,1.328,745,2.778,751,1.597,756,1.489,761,1.569,762,1.136,777,2.007,782,2.127,789,1.597,795,4.766,808,3.941,820,1.153,842,1.941,849,3.02,854,2.396,868,1.518,874,2.754,896,3.352,920,1.086,939,2.237,942,2.535,960,2.506,967,3.579,968,5.688,969,1.226,982,2.127,992,2.678,996,2.18,1033,2.18,1035,2.588,1036,3.579,1091,0.979,1137,1.597,1146,1.416,1151,1.246,1152,1.153,1179,2.361,1205,1.489,1216,2.781,1248,1.787,1284,3.554,1312,1.687,1330,2.237,1343,3.882,1345,2.678,1421,3.64,1541,3.02,1553,1.787,1558,2.297,1566,1.984,1584,1.416,1596,4.498,1599,2.962,1604,1.984,1610,3.258,1621,2.237,1638,1.9,1657,2.112,1667,1.597,1684,4.13,1692,2.506,1758,5.899,1771,1.687,1783,3.786,1795,3.02,1828,2.678,1838,4.101,1852,3.171,1884,3.892,2159,2.127,2229,2.361,2247,2.778,2258,2.127,2326,2.891,2350,2.237,2362,2.237,2428,3.799,2442,2.506,2444,1.719,2478,2.361,2531,3.212,2607,2.946,2674,2.506,2800,3.171,2801,3.349,2809,3.671,2866,4.414,2872,2.297,2924,5.582,2954,3.02,3003,4.411,3071,3.882,3085,3.882,3297,2.588,3336,2.18,3348,3.882,3370,6.929,3375,3.02,3641,2.778,3642,2.778,3755,5.227,3778,3.352,3807,3.579,3950,5.227,4011,5.268,4149,4.766,4150,3.579,4152,3.352,4156,3.882,4422,3.352,4558,3.882,4672,3.352,4714,3.882,4826,3.02,4937,3.352,5654,3.171,6178,6.399,6179,5.507,6300,3.882,6443,5.076,6550,3.882,6595,3.579,7420,4.343,7421,7.159,7422,9.367,7423,6.16,7424,9.26,7425,4.343,7426,7.159,7427,4.343,7428,4.343,7429,4.343,7430,4.343,7431,4.343,7432,4.343,7433,8.978,7434,7.159,7435,4.343,7436,8.978,7437,4.343,7438,4.343,7439,4.343,7440,4.343,7441,4.343,7442,4.343,7443,4.343,7444,4.343,7445,6.16,7446,4.343,7447,4.343,7448,4.343,7449,4.343,7450,4.343]],["file_terms//tackling-strongly-correlated-quantum-systems.html",[]],["root_relative_url//uw-research-computing/scaling-htc.html",[0,0.229,1,0.136,1449,2.999,7451,4.108]],["high//uw-research-computing/scaling-htc.html",[0,0.31,3,0.468,4,0.124,10,0.129,12,0.813,13,0.534,14,0.051,15,0.79,16,0.825,17,0.097,18,0.131,19,0.778,20,0.875,21,0.671,22,1.25,23,0.134,165,0.238,166,0.316,212,0.551,213,1.33,214,0.767,215,0.623,335,0.455,580,0.604,608,0.411,612,0.825,666,0.712,840,1.522,922,1.65,929,0.957,1041,1.25,1045,0.986,1260,1.803,2173,1.493,7452,3.371]],["medium//uw-research-computing/scaling-htc.html",[3,0.474,58,0.818,138,0.073,933,1.603,1459,4.662,1460,4.894,7453,8.876]],["content//uw-research-computing/scaling-htc.html",[0,0.514,1,0.15,3,0.703,4,0.324,5,1.561,6,1.503,7,0.574,10,0.232,13,0.645,14,0.071,15,0.954,16,0.997,17,0.188,18,0.158,20,1.057,22,1.51,23,0.162,25,0.86,29,0.687,33,0.741,34,0.051,35,0.848,39,0.843,40,1.306,42,1.744,43,0.834,47,0.811,49,3.896,50,1.239,56,0.568,57,1.295,58,0.793,59,0.429,60,1.276,63,0.86,65,1.105,66,0.86,71,0.505,72,1.675,80,0.886,82,1.042,96,0.47,117,1.757,118,1.838,128,2.231,137,1.074,138,0.066,139,0.873,144,0.799,147,0.835,152,1.501,154,1.437,155,0.823,157,1.617,158,1.414,163,0.498,164,1.912,165,0.562,166,0.817,167,1.156,168,0.954,169,1.011,170,1.369,171,1.105,172,1.286,173,1.21,174,1.247,175,1.089,176,1.247,177,1.327,178,1.247,179,0.732,180,1.485,181,1.569,182,0.654,183,1.457,184,1.588,185,1.369,186,0.926,187,1.593,188,1.859,189,1.408,190,1.915,191,1.139,192,1.516,193,1.239,194,0.926,195,1.485,196,1.771,197,0.446,198,1.485,199,1.535,200,1.156,201,1.535,202,1.588,203,1.893,204,1.27,205,0.606,206,0.666,207,1.485,208,1.535,209,1.369,210,0.899,211,1.221,212,0.931,213,1.902,214,0.926,215,0.752,216,2.73,217,0.336,218,1.042,219,1.391,220,1.139,221,0.982,222,1.616,223,1.191,228,0.429,245,0.848,257,0.811,271,1.81,273,0.968,277,1.46,303,0.522,333,2.081,334,2.628,354,2.385,362,0.8,372,2.128,381,1.838,382,1.369,384,0.429,394,0.86,408,1.042,421,3.515,447,1.026,455,1.327,478,1.391,485,0.997,487,2.342,488,1.769,526,1.912,535,1.769,538,1.856,542,1.247,547,1.899,575,2.231,580,1.391,608,1.006,612,2.047,695,1.952,700,1.459,702,1.645,716,0.835,742,0.982,756,1.561,758,1.11,777,1.174,783,3.167,820,1.21,840,3.594,898,1.803,917,1.838,921,2.036,922,3.481,929,2.202,942,1.874,970,3.167,1000,1.645,1002,1.675,1009,1.616,1019,2.081,1026,2.622,1063,2.622,1065,1.977,1108,1.718,1114,1.608,1138,1.837,1151,1.306,1167,0.676,1188,2.714,1201,2.808,1246,1.348,1411,2.231,1428,1.705,1437,1.616,1459,3.167,1460,3.325,1551,2.231,1586,1.838,1599,2.682,1617,2.476,1660,2.914,1671,2.476,1775,3.515,1952,3.032,1958,2.408,2028,2.808,2171,3.356,2237,3.515,2319,3.167,2352,3.565,2361,2.675,2386,2.549,2391,3.675,2442,2.628,2480,2.178,2486,3.928,2531,1.561,2578,2.628,2580,3.783,2588,2.714,2670,3.167,2705,3.167,2736,2.714,2742,3.515,2858,2.914,2928,2.714,3294,3.753,3339,3.515,3587,3.167,3623,4.071,7452,4.071,7454,4.554,7455,4.554,7456,4.554,7457,4.554,7458,4.554,7459,4.554,7460,4.554]],["file_terms//uw-research-computing/scaling-htc.html",[]],["root_relative_url//uw-research-computing/connecting.html",[0,0.261,1,0.155,7461,4.689]],["high//uw-research-computing/connecting.html",[3,0.43,4,0.224,6,1.148,7,0.409,12,0.707,13,0.465,23,0.117,35,0.932,59,0.309,63,0.619,66,0.619,158,1.018,165,0.207,166,0.42,167,0.832,168,0.687,179,0.327,181,0.808,197,0.321,236,1.777,335,0.396,576,1.002,666,0.619,1008,0.905,1020,1.298,1041,1.66,1045,0.858,1107,1.41,1108,1.638,1136,1.689,2173,1.298,2274,1.532,3040,2.648,3996,1.954,7462,2.931]],["medium//uw-research-computing/connecting.html",[7,0.313,138,0.07,1044,1.698,1052,2.713,1053,3.333,1072,3.421,1109,3.006,2571,3.333,2982,4.293,2983,4.293,3040,2.755,3527,5.1,3975,4.293,4327,6.081,7463,5.21,7464,5.21,7465,5.21,7466,5.21,7467,5.21,7468,5.21,7469,6.984,7470,5.21,7471,5.21,7472,4.657]],["content//uw-research-computing/connecting.html",[0,0.235,3,0.697,4,0.328,6,1.76,7,0.609,10,0.098,12,0.912,14,0.042,18,0.21,20,0.982,21,0.753,32,2.004,33,1.419,34,0.054,35,1.66,38,0.603,39,0.485,42,1.158,47,0.753,50,1.373,52,0.648,56,0.754,58,0.602,59,0.726,60,1.845,63,1.739,65,1.467,66,1.829,68,3.113,69,0.86,70,2.52,76,2.706,80,1.373,90,1.272,93,1.292,94,1.334,95,2.645,96,0.437,102,0.835,103,1.131,106,1.108,108,1.606,110,1.252,116,1.313,117,1.011,119,2.367,121,0.72,123,3.541,124,0.954,128,2.071,129,1.414,136,0.898,138,0.056,141,1.741,142,0.572,143,1.932,148,0.982,152,0.996,156,5.62,157,1.534,158,2.858,159,2.314,160,0.391,162,1.362,163,0.552,165,0.382,166,0.711,167,1.074,168,1.612,169,1.343,170,1.272,171,1.467,172,1.194,173,1.123,174,1.158,179,0.767,181,1.738,186,0.86,189,0.811,197,0.797,212,0.618,217,0.319,220,1.058,228,0.399,241,2.121,247,1.176,249,1.424,256,1.232,258,1.813,269,1.738,273,0.899,274,1.643,275,1.232,309,1.813,330,0.899,335,0.851,345,1.313,361,1.142,362,0.768,376,1.424,382,1.272,384,0.399,391,1.058,408,0.967,414,0.799,425,0.685,426,1.379,438,1.581,452,2.608,455,1.761,461,1.356,469,2.237,475,1.581,491,1.741,501,2.038,510,1.292,547,1.853,556,1.939,560,0.886,608,0.658,632,1.681,672,1.292,673,1.891,682,3.488,742,1.304,756,1.45,801,2.023,844,1.674,868,1.042,870,2.178,897,1.292,920,1.512,928,1.356,933,1.446,952,2.123,963,3.264,969,1.194,1001,2.071,1008,1.611,1026,2.488,1034,1.813,1051,1.932,1052,1.643,1071,1.334,1086,2.706,1091,1.362,1103,2.278,1107,2.279,1108,2.538,1114,1.323,1125,3.988,1133,1.734,1135,2.184,1136,3.964,1137,1.555,1144,1.334,1146,1.971,1148,2.816,1149,2.52,1150,2.44,1151,2.023,1152,1.123,1160,1.707,1164,1.655,1167,0.628,1176,1.583,1184,1.292,1189,2.3,1205,1.45,1207,3.781,1208,1.992,1214,2.847,1227,1.655,1242,2.071,1257,3.488,1258,2.52,1299,1.891,1322,3.264,1384,2.299,1393,2.178,1415,1.176,1417,2.071,1475,3.374,1544,3.264,1553,1.741,1555,2.123,1563,1.426,1566,3.72,1580,2.023,1587,3.197,1588,2.178,1591,1.813,1601,2.706,1612,2.825,1667,1.555,1735,2.367,1755,4.025,1799,4.666,1930,2.52,1991,2.52,2189,2.237,2218,2.178,2225,2.941,2249,2.941,2281,3.867,2299,2.825,2325,4.185,2339,4.924,2355,2.023,2384,3.088,2442,2.44,2467,2.816,2552,3.088,2571,2.706,2685,4.697,2686,2.941,2996,3.781,3016,2.706,3040,4.306,3041,5.813,3046,3.781,3072,3.264,3173,3.485,3198,2.608,3310,4.513,3490,2.816,3527,3.088,3528,3.264,3551,3.485,3672,4.666,3890,5.62,3996,2.52,4011,2.608,4342,6.881,4346,3.088,4443,2.608,4464,3.867,5194,3.485,5716,4.666,5717,3.485,5919,5.151,5920,5.813,5935,3.781,5940,3.485,5946,3.781,7462,5.404,7472,3.781,7473,4.23,7474,4.23,7475,4.23,7476,4.23,7477,4.23]],["file_terms//uw-research-computing/connecting.html",[62,0.088]],["root_relative_url//events/2022/11/extended-office-hours.html",[1309,1.554,3846,4.192,3847,4.192]],["high//events/2022/11/extended-office-hours.html",[3,0.544,11,1.842,23,0.215,138,0.048,263,1.757,335,0.728,445,2.033,473,2.756,485,1.32,700,1.106,1202,3.106,1309,1.999]],["medium//events/2022/11/extended-office-hours.html",[11,2.449]],["content//events/2022/11/extended-office-hours.html",[3,0.609,11,2.805,20,1.683,64,2.364,95,3.173,99,2.113,131,1.869,142,1.164,160,0.469,205,1.145,249,1.708,252,3.283,335,0.875,362,1,384,0.812,420,1.496,454,2.715,473,3.934,485,1.587,614,2.185,632,2.016,700,1.742,751,2.666,820,2.287,1138,1.813,1144,2.288,1167,1.278,1202,4.729,1222,6.645,1223,4.681,1251,2.508,1252,3.942,1309,3.149,1357,5.597,1378,5.597,1389,3.835,1788,5.597,2067,5.043,2353,4.828,2684,5.732,2866,5.662,2871,5.508,3253,3.942,5771,6.645,5773,5.976,5776,7.696,6889,7.094,7478,8.609,7479,7.252]],["file_terms//events/2022/11/extended-office-hours.html",[]],["root_relative_url//uw-research-computing/cite-chtc.html",[0,0.229,1,0.136,3849,3.385,7480,4.108]],["high//uw-research-computing/cite-chtc.html",[3,0.581,23,0.238,608,0.73,1828,4.132,2240,3.364,2444,2.653,2999,4.893]],["medium//uw-research-computing/cite-chtc.html",[]],["content//uw-research-computing/cite-chtc.html",[0,0.51,1,0.319,3,0.684,4,0.289,7,0.526,10,0.109,14,0.033,17,0.217,18,0.226,23,0.167,25,1.522,29,1.125,30,1.712,34,0.058,35,1.63,36,3.287,38,0.482,39,0.746,43,1.175,45,1.675,46,1.568,47,0.835,53,1.924,57,1.322,59,0.442,63,1.522,65,1.138,69,1.826,74,0.936,75,1.265,96,0.485,105,2.695,112,0.811,121,1.107,126,1.555,129,0.94,132,2.574,137,1.178,139,0.899,145,1.969,146,2.574,148,1.089,160,0.521,163,0.506,165,0.296,168,0.982,181,1.602,182,0.535,186,0.954,188,1.042,204,0.811,205,0.624,213,1.122,214,1.322,215,1.074,217,0.462,218,1.487,228,0.76,233,2.892,234,0.981,245,1.21,249,1.105,252,1.788,254,1.366,261,1.456,266,1.504,269,1.155,273,1.382,277,1.504,279,1.822,291,2.244,316,1.345,323,2.48,338,3.123,358,2.143,360,1.433,362,0.708,363,2.516,368,3.123,376,1.532,384,0.704,394,0.886,422,1.324,423,2.01,425,0.418,447,1.465,449,2.097,465,2.795,470,5.018,487,1.725,489,2.097,494,1.227,500,1.893,507,3.123,516,1.388,528,2.052,530,4.193,535,1.822,538,1.366,543,2.706,547,1.965,555,1.857,567,1.857,575,3.184,580,1.196,607,2.971,608,1.025,612,1.026,615,2.243,618,2.192,622,2.892,654,1.423,680,2.174,684,1.456,685,2.795,701,2.268,704,2.808,716,1.704,718,1.725,727,2.297,731,1.388,758,1.124,762,1.227,776,2.625,787,2.625,788,3.038,796,2.243,810,2.097,820,1.727,824,1.138,835,3.262,839,1.284,840,1.893,863,2.052,868,1.155,885,2.624,892,1.93,917,1.893,919,2.55,920,1.866,929,1.191,931,2.434,933,1.122,942,1.93,962,1.694,969,1.324,974,1.581,980,1.725,996,3.264,997,4.009,1002,1.725,1013,3.865,1015,2.648,1027,4.193,1030,2.906,1042,1.93,1046,2.097,1086,3.001,1102,3.874,1114,1.026,1124,1.122,1155,2.706,1160,1.893,1167,0.697,1214,2.624,1227,1.284,1235,1.788,1242,2.297,1246,1.388,1259,2.892,1280,2.794,1301,3.438,1303,3.535,1313,2.971,1319,3.62,1393,2.415,1412,3.123,1415,1.304,1416,2.143,1422,2.706,1424,3.001,1442,3.262,1453,1.504,1535,3.123,1542,4.009,1543,2.143,1551,3.184,1555,2.354,1561,2.892,1605,2.706,1613,3.184,1638,2.052,1652,1.756,1691,2.625,1757,1.893,1763,2.625,1777,2.526,1778,5.018,1809,1.725,1820,2.55,1848,2.706,1849,2.48,1853,2.354,1867,1.636,1936,3.62,2000,2.706,2165,2.143,2180,3.262,2444,1.857,2480,2.243,2544,3.123,2557,3.262,2580,2.415,2584,2.052,2588,2.795,2999,3.425,3006,2.706,3027,3.425,3030,3.425,3035,4.193,3038,4.193,3078,3.865,3161,4.968,3226,3.001,3275,2.625,3437,3.62,3455,3.865,3576,4.193,3900,3.62,3991,3.425,4003,4.522,4395,3.262,4546,3.865,4642,3.865,4746,3.865,4897,4.193,5127,5.812,5186,4.193,5194,3.865,5441,3.865,6191,4.193,6635,4.193,6795,4.193,7207,4.193,7481,4.69,7482,4.69,7483,4.69,7484,4.69,7485,4.69,7486,4.69,7487,4.69,7488,4.69,7489,4.69,7490,4.69,7491,4.69,7492,4.69,7493,4.69,7494,6.502,7495,4.69,7496,4.69,7497,4.69,7498,4.69,7499,4.69,7500,4.69,7501,4.69]],["file_terms//uw-research-computing/cite-chtc.html",[]]],"invertedIndex":[["",{"_index":138,"root_relative_url":{},"high":{"/bat-genomics.html":{},"/events/2023/11/intro-workshop.html":{},"/events/2023/02/research-bazaar.html":{},"/events/2023/10/information-session.html":{},"/HTC24.html":{},"/CHTC-Philosophy.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/news.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/research.html":{},"/uw-research-computing/dos-unix.html":{},"/events/2022/11/gpu-ml-demo.html":{},"/events/2023/01/data-center-tours.html":{},"/events/2023/01/hpc-cluster-faq.html":{},"/events/2022/11/extended-office-hours.html":{}},"medium":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/condor_q.html":{},"/staff/docs/Adding_News_Articles.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/java-jobs.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/connecting.html":{}},"content":{"/uw-research-computing/globus.html":{},"/Wilcots.html":{},"/bat-genomics.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/matlab-jobs.html":{},"/Joe-B-Profile.html":{},"/HTC24.html":{},"/DoIt-Article-Summary.html":{},"/uw-research-computing/singularity-htc.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/singularity-hpc.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/uw-research-computing/guides.html":{},"/ucsd-external-release.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/OSG-School.html":{},"/uw-research-computing/condor_q.html":{},"/staff/docs/Adding_News_Articles.html":{},"/uw-research-computing/docker-test.html":{},"/OSPool-Cores.html":{},"/NIAID.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/events/demo.html":{},"/index.html":{},"/uw-research-computing/java-jobs.html":{},"/ASP.html":{},"/uw-research-computing/file-availability.html":{},"/Gillett.html":{},"/materials-science.html":{},"/Showcase.html":{},"/news.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/get-help.html":{},"/ospool-computation.html":{},"/astronomy-archives.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/Spencer-Showcase.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/chtc-demo.html":{},"/the-pelican-project.html":{},"/Record.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-software.html":{},"/Hannah-Showcase.html":{},"/events/extended-office-hours.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/veritas.html":{},"/uw-research-computing/hpc-overview.html":{},"/neuroscientist.html":{},"/david-swanson-awardees-2023.html":{},"/Technology-Refresh.html":{},"/Natzke.html":{},"/newsletter.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/fellowships/list.html":{},"/gis-story.html":{},"/staff/docs/Schedule_Calendar.html":{},"/hanna-lab.html":{},"/gpu-cloudburst.html":{},"/Banq.html":{},"/Google-HTCondor.html":{},"/uw-research-computing/docker-jobs.html":{},"/precision-mental-health.html":{},"/Anirvan-Showcase.html":{},"/Opotowsky.html":{},"/research.html":{},"/Science-Gateway.html":{},"/icon_credits.html":{},"/hannah.html":{},"/tribalcollege.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/gpargo-cc-star.html":{},"/jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/quota-request.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/CDIS_eventpage.html":{},"/uw-research-computing/dagman-workflows.html":{},"/adjacent-tissues-paper.html":{},"/CLAS12.html":{},"/uw-research-computing/user-expectations.html":{},"/uw-research-computing/multiple-jobs.html":{},"/htcondor-european-workshop.html":{},"/CDIS-bldg.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/GLUE-lab.html":{},"/uw-research-computing/python-jobs.html":{},"/map/index.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/Fulvio.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/EHT.html":{},"/fire-up-the-gpus.html":{},"/Garcia.html":{},"/HTCondorWeek-Photos.html":{},"/projects.html":{},"/events/demo/index.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/file-avail-s3.html":{},"/Hiemstra.html":{},"/uw-research-computing/os-transition-htc.html":{},"/Messick.html":{},"/events/2023/01/hpc-cluster-faq.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/PATh-Facility.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/get-started.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/spalding-lab.html":{},"/AMNH-Workshops.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/EOL-OSG.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/r-build.html":{},"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["0",{"_index":2073,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/gpu-jobs.html":{}},"content":{"/uw-research-computing/file-availability.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/helloworld.html":{},"/newsletter.html":{},"/uw-research-computing/file-avail-squid.html":{},"/research.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/multiple-jobs.html":{},"/map/index.html":{},"/ML-Demo.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["0+00:00:00",{"_index":2071,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["0+00:00:05",{"_index":2080,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["0+00:00:09",{"_index":2118,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["0+00:00:17",{"_index":2110,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["0+00:00:26",{"_index":2078,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["0+00:01:44",{"_index":2076,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["0+00:07:11",{"_index":2093,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["0+00:07:16",{"_index":2096,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["0+00:07:17",{"_index":2090,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["0,61}[a",{"_index":4238,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["0.0",{"_index":2074,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["0.15",{"_index":3931,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["0.3",{"_index":2111,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["0.5k",{"_index":4607,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["0.data",{"_index":6271,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{},"file_terms":{}}],["000",{"_index":3713,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["000000",{"_index":2021,"root_relative_url":{},"high":{},"medium":{},"content":{"/branding.html":{}},"file_terms":{}}],["001",{"_index":3600,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["003",{"_index":5778,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/high-memory-jobs.html":{}},"content":{},"file_terms":{}}],["005",{"_index":3605,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["006",{"_index":3740,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["00:00:00",{"_index":3607,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/helloworld.html":{}},"content":{"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["01",{"_index":2964,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{}},"content":{"/news.html":{}},"file_terms":{}}],["019",{"_index":5494,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["02",{"_index":2977,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/docker-build.html":{}},"content":{"/news.html":{}},"file_terms":{}}],["0200",{"_index":5298,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["03",{"_index":2973,"root_relative_url":{},"high":{},"medium":{},"content":{"/news.html":{}},"file_terms":{}}],["03/12",{"_index":3602,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/testing-jobs.html":{}},"content":{},"file_terms":{}}],["0351",{"_index":4502,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["04/05/19",{"_index":3693,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["040",{"_index":3720,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["04:30:00",{"_index":3267,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"content":{},"file_terms":{}}],["0517",{"_index":5495,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["06",{"_index":2547,"root_relative_url":{},"high":{},"medium":{},"content":{"/index.html":{},"/news.html":{},"/research.html":{}},"file_terms":{}}],["07",{"_index":4487,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["08",{"_index":3715,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["08/23",{"_index":7351,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{}},"content":{},"file_terms":{}}],["08/24",{"_index":7352,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{}},"content":{},"file_terms":{}}],["09",{"_index":2972,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/julia-jobs.html":{}},"content":{"/news.html":{}},"file_terms":{}}],["09:00",{"_index":4504,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["1",{"_index":335,"root_relative_url":{},"high":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/astronomy-archives.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/events.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/connecting.html":{},"/events/2022/11/extended-office-hours.html":{}},"medium":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/r-build.html":{}},"content":{"/Wilcots.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/matlab-jobs.html":{},"/ucsd-external-release.html":{},"/fellowships/index.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/use-submit-node.html":{},"/astronomy-archives.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/file-avail-squid.html":{},"/fellowships/list.html":{},"/staff/docs/Schedule_Calendar.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/docker-jobs.html":{},"/CHTC-pool-record.html":{},"/research.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/quota-request.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/CLAS12.html":{},"/uw-research-computing/user-expectations.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/map/index.html":{},"/Fulvio.html":{},"/Garcia.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/file-avail-s3.html":{},"/Messick.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/EOL-OSG.html":{},"/uw-research-computing/connecting.html":{},"/events/2022/11/extended-office-hours.html":{}},"file_terms":{}}],["1(2",{"_index":4940,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["1,000",{"_index":4405,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/list.html":{},"/adjacent-tissues-paper.html":{}},"file_terms":{}}],["1,206",{"_index":3567,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["1,224",{"_index":3568,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["1,500",{"_index":6177,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{}},"file_terms":{}}],["1,690",{"_index":6689,"root_relative_url":{},"high":{},"medium":{},"content":{"/Fulvio.html":{}},"file_terms":{}}],["1,865",{"_index":816,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["1,976",{"_index":3562,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["1.0.5",{"_index":3210,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/julia-jobs.html":{}},"content":{},"file_terms":{}}],["1.1",{"_index":6771,"root_relative_url":{},"high":{},"medium":{},"content":{"/EHT.html":{}},"file_terms":{}}],["1.18.2",{"_index":6034,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/conda-installation.html":{}},"content":{},"file_terms":{}}],["1.2",{"_index":5813,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/high-memory-jobs.html":{}},"file_terms":{}}],["1.23.5",{"_index":6414,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/python-jobs.html":{}},"content":{},"file_terms":{}}],["1.3",{"_index":5892,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["1.4",{"_index":4086,"root_relative_url":{},"high":{},"medium":{},"content":{"/david-swanson-awardees-2023.html":{}},"file_terms":{}}],["1.5",{"_index":5820,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/high-memory-jobs.html":{}},"file_terms":{}}],["1.5tb",{"_index":5819,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/high-memory-jobs.html":{}},"file_terms":{}}],["1.6",{"_index":1510,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-htc.html":{}},"content":{},"file_terms":{}}],["1.8",{"_index":2579,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/java-jobs.html":{}},"file_terms":{}}],["1.b.1",{"_index":7416,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/r-build.html":{}},"file_terms":{}}],["1.chtc.wisc.edu&noudp&sock=schedd_8205_86a8",{"_index":3719,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["1.data",{"_index":6272,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{},"file_terms":{}}],["1/1/2020",{"_index":7373,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["1/3",{"_index":6736,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{}},"file_terms":{}}],["10",{"_index":1026,"root_relative_url":{},"high":{"/uw-research-computing/condor_q.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/events.html":{}},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/ucsd-external-release.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/news.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/hpc-overview.html":{},"/david-swanson-awardees-2023.html":{},"/Technology-Refresh.html":{},"/gpu-cloudburst.html":{},"/Anirvan-Showcase.html":{},"/Opotowsky.html":{},"/research.html":{},"/uw-research-computing/multiple-jobs.html":{},"/htcondor-european-workshop.html":{},"/GLUE-lab.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/get-to-know-todd.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["10,000",{"_index":698,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{},"/uw-research-computing/use-submit-node.html":{},"/veritas.html":{},"/hanna-lab.html":{},"/Opotowsky.html":{},"/CLAS12.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["10,168",{"_index":3561,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["10,388",{"_index":3802,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{}},"file_terms":{}}],["10.1k",{"_index":4609,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["100",{"_index":942,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{},"/uw-research-computing/multiple-jobs.html":{}},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/singularity-htc.html":{},"/OSG-School.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/chtc-services.html":{},"/veritas.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/gis-story.html":{},"/Google-HTCondor.html":{},"/precision-mental-health.html":{},"/Anirvan-Showcase.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/uw-research-computing/file-avail-s3.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["100,000",{"_index":970,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/Spencer-Showcase.html":{},"/approach.html":{},"/gis-story.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["1000",{"_index":2059,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{},"/uw-research-computing/testing-jobs.html":{}},"content":{"/staff/docs/Adding_News_Articles.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/multiple-jobs.html":{},"/Lightning-Talks.html":{}},"file_terms":{}}],["1000000",{"_index":3612,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/testing-jobs.html":{}},"content":{},"file_terms":{}}],["100gb",{"_index":4005,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/high-memory-jobs.html":{}},"content":{"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["100gbp",{"_index":1012,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["100jobs.sub",{"_index":6267,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{},"file_terms":{}}],["100mb",{"_index":2738,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/file-availability.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/r-build.html":{}},"file_terms":{}}],["100tb",{"_index":4404,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/list.html":{}},"file_terms":{}}],["100x100x100",{"_index":7437,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["1024",{"_index":1092,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{}},"content":{"/uw-research-computing/check-quota.html":{}},"file_terms":{}}],["1033",{"_index":3325,"root_relative_url":{},"high":{},"medium":{},"content":{"/Spencer-Showcase.html":{}},"file_terms":{}}],["104",{"_index":4954,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["10485760",{"_index":2130,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["10:30",{"_index":3063,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-help.html":{}},"file_terms":{}}],["10:30am",{"_index":7085,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/01/hpc-cluster-faq.html":{}},"file_terms":{}}],["10gb",{"_index":1186,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/gpu-jobs.html":{}},"file_terms":{}}],["10gbp",{"_index":1011,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["10px",{"_index":6455,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["10–14",{"_index":2840,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/07/throughput-computing-2023.html":{},"/Throughput-Computing-2023.html":{}},"file_terms":{}}],["11",{"_index":2028,"root_relative_url":{},"high":{"/uw-research-computing/condor_q.html":{},"/uw-research-computing/user-news.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/events.html":{}},"medium":{},"content":{"/Showcase.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/research.html":{},"/hannah.html":{},"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["11.3.0",{"_index":3315,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-spack-install.html":{}},"file_terms":{}}],["11/18",{"_index":2108,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["11000",{"_index":6701,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/gpu-jobs.html":{}},"content":{},"file_terms":{}}],["111",{"_index":4955,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{},"/HTCondorWeek-Photos.html":{}},"file_terms":{}}],["113",{"_index":2048,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["114",{"_index":4674,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{},"/htcondor-helps-enable-mars-research.html":{}},"file_terms":{}}],["1148698",{"_index":4645,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["116",{"_index":337,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["1195",{"_index":1097,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{}},"content":{},"file_terms":{}}],["11th",{"_index":1910,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{}},"file_terms":{}}],["12",{"_index":828,"root_relative_url":{},"high":{"/HTC24.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/events.html":{}},"medium":{"/uw-research-computing/condor_q.html":{},"/staff/docs/Adding_News_Articles.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/docker-build.html":{}},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/HTC24.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/fellowships/index.html":{},"/staff/docs/Adding_News_Articles.html":{},"/index.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/news.html":{},"/ospool-computation.html":{},"/veritas.html":{},"/Banq.html":{},"/research.html":{},"/uw-research-computing/get-submit-node.html":{},"/CLAS12.html":{},"/uw-research-computing/gpu-jobs.html":{},"/EHT.html":{},"/projects.html":{},"/Throughput-Computing-2023.html":{},"/events/2023/01/hpc-cluster-faq.html":{}},"file_terms":{}}],["12,000",{"_index":4845,"root_relative_url":{},"high":{},"medium":{},"content":{"/Anirvan-Showcase.html":{}},"file_terms":{}}],["12.1.0",{"_index":6748,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{}},"file_terms":{}}],["12.4",{"_index":4619,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["12.5k",{"_index":4610,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["120",{"_index":3157,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/hpc-spack-setup.html":{}},"file_terms":{}}],["123",{"_index":5409,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["123456",{"_index":3872,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/colab-to-chtc.html":{}},"content":{},"file_terms":{}}],["124",{"_index":6982,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{},"file_terms":{}}],["1240",{"_index":1224,"root_relative_url":{},"high":{"/events.html":{}},"medium":{},"content":{"/events/2023/11/intro-workshop.html":{},"/events/2023/10/information-session.html":{},"/events/2022/11/gpu-ml-demo.html":{},"/CDIS-bldg.html":{}},"file_terms":{}}],["1260",{"_index":5776,"root_relative_url":{},"high":{"/events.html":{}},"medium":{},"content":{"/events/2022/11/extended-office-hours.html":{}},"file_terms":{}}],["1263",{"_index":6621,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["12690m",{"_index":2463,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/check-quota.html":{}},"content":{},"file_terms":{}}],["1270",{"_index":3726,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["128",{"_index":3991,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-overview.html":{},"/Technology-Refresh.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["128.104.101.92:9618",{"_index":3692,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["128.104.58.85:49163",{"_index":3604,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/testing-jobs.html":{}},"content":{},"file_terms":{}}],["128.105.244.191:9618?addrs=128.105.244.191",{"_index":3717,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["128.105.69.181:9618?addrs=128.105.69.181",{"_index":3722,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["12:00",{"_index":1278,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/10/information-session.html":{},"/uw-research-computing/get-help.html":{}},"file_terms":{}}],["12:00pm",{"_index":6889,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/01/data-center-tours.html":{},"/events/2023/01/hpc-cluster-faq.html":{},"/events/2022/11/extended-office-hours.html":{}},"file_terms":{}}],["12:24",{"_index":5963,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{}},"content":{},"file_terms":{}}],["12:30",{"_index":1220,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/11/intro-workshop.html":{}},"file_terms":{}}],["12:48:06",{"_index":3603,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/testing-jobs.html":{}},"content":{},"file_terms":{}}],["13",{"_index":2683,"root_relative_url":{},"high":{"/uw-research-computing/user-news.html":{}},"medium":{},"content":{"/news.html":{},"/research.html":{},"/gpargo-cc-star.html":{}},"file_terms":{}}],["13(3",{"_index":5015,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["13,440",{"_index":3565,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["13.3",{"_index":6202,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{}},"file_terms":{}}],["130",{"_index":5410,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["132.2",{"_index":4612,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["133",{"_index":3744,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["1346",{"_index":5032,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["135",{"_index":5412,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["135,000",{"_index":4143,"root_relative_url":{},"high":{},"medium":{},"content":{"/Natzke.html":{}},"file_terms":{}}],["1387",{"_index":3711,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["13:00",{"_index":2070,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["13:05",{"_index":2040,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["13:45:35",{"_index":3716,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["13:46:30",{"_index":3721,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["13:46:32",{"_index":3731,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["13:46:33",{"_index":3732,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["13:47",{"_index":2046,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["13:56",{"_index":2053,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["14",{"_index":830,"root_relative_url":{},"high":{"/events/2023/07/throughput-computing-2023.html":{},"/events.html":{},"/events/2023/01/data-center-tours.html":{}},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/ucsd-external-release.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/news.html":{},"/gis-story.html":{},"/research.html":{},"/Science-Gateway.html":{},"/events/2023/01/data-center-tours.html":{}},"file_terms":{}}],["14,021",{"_index":4855,"root_relative_url":{},"high":{},"medium":{},"content":{"/Anirvan-Showcase.html":{}},"file_terms":{}}],["14297940.23",{"_index":2043,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["14306351",{"_index":2045,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["14306411.0",{"_index":2051,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["14308195.6",{"_index":2054,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["14361197",{"_index":2056,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["14367836.0",{"_index":2060,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["144",{"_index":5413,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["144,000",{"_index":3838,"root_relative_url":{},"high":{},"medium":{},"content":{"/Hannah-Showcase.html":{}},"file_terms":{}}],["1448",{"_index":5312,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["1481",{"_index":4976,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["1487",{"_index":5130,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["14:00",{"_index":1093,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{}},"content":{},"file_terms":{}}],["14:21",{"_index":1087,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{}},"content":{},"file_terms":{}}],["14th",{"_index":3460,"root_relative_url":{},"high":{},"medium":{},"content":{"/Record.html":{},"/research.html":{},"/events/2023/01/data-center-tours.html":{}},"file_terms":{}}],["15",{"_index":2231,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{}},"content":{"/fellowships/index.html":{},"/NIAID.html":{},"/uw-research-computing/user-news.html":{},"/news.html":{},"/uw-research-computing/resources.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["15.5",{"_index":7294,"root_relative_url":{},"high":{},"medium":{},"content":{"/AMNH-Workshops.html":{}},"file_terms":{}}],["155,000",{"_index":6111,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-helps-enable-mars-research.html":{}},"file_terms":{}}],["157",{"_index":4119,"root_relative_url":{},"high":{},"medium":{},"content":{"/Technology-Refresh.html":{}},"file_terms":{}}],["15:33",{"_index":3710,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["15:34",{"_index":3696,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["15:35:17",{"_index":3694,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["15:37",{"_index":3700,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["15k",{"_index":3028,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/chtc-services.html":{}},"file_terms":{}}],["15th",{"_index":5006,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["16",{"_index":919,"root_relative_url":{},"high":{"/events.html":{},"/events/2022/11/gpu-ml-demo.html":{}},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/news.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/mpi-jobs.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/events/2022/11/gpu-ml-demo.html":{},"/projects.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["160gbp",{"_index":7490,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["161k",{"_index":2466,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/check-quota.html":{}},"content":{},"file_terms":{}}],["167",{"_index":4117,"root_relative_url":{},"high":{},"medium":{},"content":{"/Technology-Refresh.html":{}},"file_terms":{}}],["16990548.000.000",{"_index":3714,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["16:04",{"_index":2057,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["16:51",{"_index":2109,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["16gb",{"_index":3865,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/colab-to-chtc.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{}},"file_terms":{}}],["16th",{"_index":5396,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{},"/events/2022/11/gpu-ml-demo.html":{},"/ML-Demo.html":{}},"file_terms":{}}],["17",{"_index":1645,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/testing-jobs.html":{}},"content":{"/CHTC-Philosophy.html":{},"/index.html":{},"/news.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/research.html":{},"/uw-research-computing/conda-installation.html":{}},"file_terms":{}}],["17,000",{"_index":6751,"root_relative_url":{},"high":{},"medium":{},"content":{"/ML-Demo.html":{}},"file_terms":{}}],["17.0.1",{"_index":2575,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/java-jobs.html":{}},"content":{},"file_terms":{}}],["17.0.1/bin:$path",{"_index":2573,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/java-jobs.html":{}},"content":{},"file_terms":{}}],["17.0.1_linux",{"_index":2567,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/java-jobs.html":{}},"content":{},"file_terms":{}}],["177",{"_index":5325,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["17870068.220",{"_index":6990,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{},"file_terms":{}}],["17:00",{"_index":4505,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["17:27",{"_index":2089,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["17th",{"_index":3461,"root_relative_url":{},"high":{},"medium":{},"content":{"/Record.html":{}},"file_terms":{}}],["18",{"_index":3566,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{"/uw-research-computing/resources.html":{},"/Banq.html":{},"/research.html":{},"/gpargo-cc-star.html":{}},"file_terms":{}}],["180",{"_index":2398,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{"/OSPool-Cores.html":{}},"file_terms":{}}],["1826967",{"_index":4647,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["184",{"_index":5326,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["1841530",{"_index":4646,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["1848",{"_index":4654,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{}},"file_terms":{}}],["1855",{"_index":5663,"root_relative_url":{},"high":{},"medium":{},"content":{"/tribalcollege.html":{}},"file_terms":{}}],["186",{"_index":6684,"root_relative_url":{},"high":{},"medium":{},"content":{"/Fulvio.html":{}},"file_terms":{}}],["18701",{"_index":7326,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{}},"content":{},"file_terms":{}}],["18701[alice@login",{"_index":7335,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{}},"content":{},"file_terms":{}}],["18701[alice@spark",{"_index":7336,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{}},"content":{},"file_terms":{}}],["1879",{"_index":4692,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{}},"file_terms":{}}],["18t18:46:33z",{"_index":3746,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["19",{"_index":780,"root_relative_url":{},"high":{"/news.html":{},"/Resilience.html":{},"/events.html":{},"/events/2023/01/hpc-cluster-faq.html":{}},"medium":{"/uw-research-computing/matlab-jobs.html":{}},"content":{"/bat-genomics.html":{},"/uw-research-computing/condor_q.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/news.html":{},"/the-pelican-project.html":{},"/uw-research-computing/hpc-overview.html":{},"/Resilience.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/research.html":{},"/hannah.html":{},"/gpargo-cc-star.html":{},"/adjacent-tissues-paper.html":{},"/Lightning-Talks.html":{},"/projects.html":{},"/events/2023/01/hpc-cluster-faq.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["19,000",{"_index":7486,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["1921",{"_index":4690,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{}},"file_terms":{}}],["1937",{"_index":4414,"root_relative_url":{},"high":{},"medium":{},"content":{"/gis-story.html":{}},"file_terms":{}}],["1940",{"_index":270,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["1941",{"_index":4431,"root_relative_url":{},"high":{},"medium":{},"content":{"/gis-story.html":{}},"file_terms":{}}],["1941481",{"_index":4643,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["19448402",{"_index":2134,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["1946",{"_index":281,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["195",{"_index":2064,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["195.10",{"_index":2069,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["195.14",{"_index":2075,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["195.16",{"_index":2077,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["195.39",{"_index":2079,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["195.40",{"_index":2081,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["195.41",{"_index":2082,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["195.53",{"_index":2083,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["195.57",{"_index":2084,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["195.58",{"_index":2085,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["1950",{"_index":7448,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["1960’",{"_index":6354,"root_relative_url":{},"high":{},"medium":{},"content":{"/CDIS-bldg.html":{}},"file_terms":{}}],["1978",{"_index":4693,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{}},"file_terms":{}}],["198",{"_index":4966,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["1980",{"_index":3963,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["1982",{"_index":5431,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["1987",{"_index":4960,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["1988",{"_index":4956,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["199",{"_index":3559,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["1990",{"_index":3569,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{},"/research.html":{},"/fire-up-the-gpus.html":{}},"file_terms":{}}],["1991",{"_index":5019,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["1992",{"_index":5038,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["1993",{"_index":4948,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["1994",{"_index":5301,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["1995",{"_index":5035,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{"/research.html":{}},"file_terms":{}}],["1996",{"_index":4946,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{},"/htc.html":{}},"file_terms":{}}],["1997",{"_index":4938,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{},"/CLAS12.html":{},"/htc.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["1998",{"_index":3411,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["1999",{"_index":3410,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{"/research.html":{}},"file_terms":{}}],["19997268",{"_index":2127,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["19th",{"_index":7083,"root_relative_url":{},"high":{"/events/2023/01/hpc-cluster-faq.html":{}},"medium":{},"content":{},"file_terms":{}}],["19–22",{"_index":6308,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{}},"file_terms":{}}],["1:00",{"_index":1279,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/10/information-session.html":{},"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["1:00pm",{"_index":7089,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/01/hpc-cluster-faq.html":{}},"file_terms":{}}],["1:30",{"_index":5910,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2022/11/gpu-ml-demo.html":{}},"file_terms":{}}],["1].parentel",{"_index":4224,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["1e",{"_index":3118,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}],["1gb",{"_index":2736,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/gpu-jobs.html":{}},"content":{"/uw-research-computing/file-availability.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["1m",{"_index":1017,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["1pm",{"_index":7088,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/01/hpc-cluster-faq.html":{}},"file_terms":{}}],["1st",{"_index":5771,"root_relative_url":{},"high":{"/events.html":{}},"medium":{},"content":{"/events/2023/01/data-center-tours.html":{},"/EOL-OSG.html":{},"/events/2022/11/extended-office-hours.html":{}},"file_terms":{}}],["1tb",{"_index":5818,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/high-memory-jobs.html":{}},"file_terms":{}}],["1u",{"_index":5884,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["1{fill:#b61f24",{"_index":2020,"root_relative_url":{},"high":{},"medium":{},"content":{"/branding.html":{}},"file_terms":{}}],["2",{"_index":666,"root_relative_url":{},"high":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/connecting.html":{}},"medium":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/hpc-spack-modules.html":{}},"content":{"/bat-genomics.html":{},"/ucsd-external-release.html":{},"/fellowships/index.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/astronomy-archives.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/Spencer-Showcase.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-overview.html":{},"/fellowships/list.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/docker-jobs.html":{},"/research.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/gpu-jobs.html":{},"/Garcia.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["2.0.1.tar.gz",{"_index":5788,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/high-memory-jobs.html":{}},"content":{},"file_terms":{}}],["2.0.6",{"_index":5793,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/high-memory-jobs.html":{}},"content":{},"file_terms":{}}],["2.0.6:$path",{"_index":5796,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/high-memory-jobs.html":{}},"content":{},"file_terms":{}}],["2.1k",{"_index":4606,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["2.4ghz",{"_index":5890,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["2.5",{"_index":4615,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/hpc-buy-in.html":{}},"file_terms":{}}],["2.6",{"_index":3459,"root_relative_url":{},"high":{},"medium":{},"content":{"/Record.html":{}},"file_terms":{}}],["2.7",{"_index":6418,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/python-jobs.html":{}},"file_terms":{}}],["2.chtc.wisc.edu",{"_index":3691,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["2.data",{"_index":6273,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{},"file_terms":{}}],["2/3",{"_index":6735,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{}},"file_terms":{}}],["20",{"_index":575,"root_relative_url":{},"high":{"/bat-genomics.html":{}},"medium":{},"content":{"/bat-genomics.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/file-availability.html":{},"/news.html":{},"/uw-research-computing/use-submit-node.html":{},"/hanna-lab.html":{},"/research.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/EHT.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/projects.html":{},"/AMNH-Workshops.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["20,000",{"_index":2558,"root_relative_url":{},"high":{},"medium":{},"content":{"/index.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["200",{"_index":2601,"root_relative_url":{},"high":{},"medium":{},"content":{"/ASP.html":{},"/uw-research-computing/hpc-overview.html":{},"/precision-mental-health.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/CLAS12.html":{},"/get-to-know-todd.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{}},"file_terms":{}}],["200,000",{"_index":7270,"root_relative_url":{},"high":{},"medium":{},"content":{"/spalding-lab.html":{}},"file_terms":{}}],["2000",{"_index":2139,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{},"/uw-research-computing/multiple-jobs.html":{}},"content":{"/research.html":{}},"file_terms":{}}],["2001",{"_index":4978,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["2002",{"_index":3409,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["2003",{"_index":3408,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["2004",{"_index":5104,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["2005",{"_index":2561,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{"/index.html":{},"/research.html":{},"/EHT.html":{}},"file_terms":{}}],["2006",{"_index":2544,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/index.html":{},"/past_team_pictures.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/spalding-lab.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["2007",{"_index":3407,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/past_team_pictures.html":{},"/research.html":{}},"file_terms":{}}],["2008",{"_index":3406,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/past_team_pictures.html":{},"/research.html":{}},"file_terms":{}}],["2009",{"_index":3405,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/past_team_pictures.html":{},"/research.html":{}},"file_terms":{}}],["200gb",{"_index":5789,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/high-memory-jobs.html":{}},"content":{"/uw-research-computing/high-memory-jobs.html":{}},"file_terms":{}}],["200gbp",{"_index":7489,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["200kb",{"_index":2327,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["2010",{"_index":2406,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/NIAID.html":{},"/Showcase.html":{},"/past_team_pictures.html":{},"/research.html":{}},"file_terms":{}}],["2011",{"_index":3404,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/past_team_pictures.html":{},"/gis-story.html":{},"/research.html":{}},"file_terms":{}}],["2012",{"_index":2616,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/ASP.html":{},"/past_team_pictures.html":{},"/uw-research-computing/resources.html":{},"/research.html":{},"/Lightning-Talks.html":{}},"file_terms":{}}],["2013",{"_index":2656,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/research-facilitation.html":{},"/astronomy-archives.html":{},"/past_team_pictures.html":{},"/des-expanding-universe.html":{},"/approach.html":{},"/Banq.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["2014",{"_index":3403,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/past_team_pictures.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["2015",{"_index":826,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/past_team_pictures.html":{},"/research.html":{}},"file_terms":{}}],["2015b",{"_index":1139,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/matlab-jobs.html":{}},"file_terms":{}}],["2016",{"_index":829,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/condor_q.html":{},"/Gillett.html":{},"/past_team_pictures.html":{},"/veritas.html":{},"/Anirvan-Showcase.html":{}},"file_terms":{}}],["2017",{"_index":2769,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/Gillett.html":{},"/astronomy-archives.html":{},"/past_team_pictures.html":{},"/gpu-cloudburst.html":{},"/projects.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/EOL-OSG.html":{}},"file_terms":{}}],["2017.10",{"_index":7164,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/docker-build.html":{}},"content":{},"file_terms":{}}],["2018",{"_index":594,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/bat-genomics.html":{},"/past_team_pictures.html":{},"/Natzke.html":{},"/CLAS12.html":{},"/fire-up-the-gpus.html":{}},"file_terms":{}}],["2018b",{"_index":1140,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/matlab-jobs.html":{}},"file_terms":{}}],["2019",{"_index":682,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{"/uw-research-computing/julia-jobs.html":{}},"content":{"/bat-genomics.html":{},"/past_team_pictures.html":{},"/david-swanson-awardees-2023.html":{},"/Natzke.html":{},"/precision-mental-health.html":{},"/Science-Gateway.html":{},"/EHT.html":{},"/EOL-OSG.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["2020",{"_index":402,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/Wilcots.html":{},"/bat-genomics.html":{},"/past_team_pictures.html":{},"/Resilience.html":{},"/Anirvan-Showcase.html":{},"/research.html":{},"/Science-Gateway.html":{},"/hannah.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/dagman-workflows.html":{},"/uw-research-computing/multiple-jobs.html":{},"/htcondor-european-workshop.html":{},"/Lightning-Talks.html":{},"/EHT.html":{}},"file_terms":{}}],["2021",{"_index":2299,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/staff/docs/Adding_News_Articles.html":{},"/Showcase.html":{},"/news.html":{},"/ospool-computation.html":{},"/Spencer-Showcase.html":{},"/past_team_pictures.html":{},"/des-expanding-universe.html":{},"/Hannah-Showcase.html":{},"/david-swanson-awardees-2023.html":{},"/Natzke.html":{},"/precision-mental-health.html":{},"/Anirvan-Showcase.html":{},"/Opotowsky.html":{},"/research.html":{},"/EHT.html":{},"/EOL-OSG.html":{},"/ML-and-Image-Analyses-for-Livestock-Data.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["2022",{"_index":241,"root_relative_url":{},"high":{"/ASP.html":{},"/uw-research-computing/user-news.html":{},"/news.html":{},"/past_team_pictures.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/events.html":{},"/Lightning-Talks.html":{},"/HTCondorWeek-Photos.html":{}},"medium":{},"content":{"/Wilcots.html":{},"/DoIt-Article-Summary.html":{},"/ucsd-external-release.html":{},"/OSPool-Cores.html":{},"/ASP.html":{},"/uw-research-computing/user-news.html":{},"/Gillett.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/Showcase.html":{},"/news.html":{},"/chtc-demo.html":{},"/past_team_pictures.html":{},"/the-pelican-project.html":{},"/icecube-receives-hpc-award.html":{},"/Natzke.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/staff/docs/Schedule_Calendar.html":{},"/Opotowsky.html":{},"/hannah.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/python-jobs.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/Fulvio.html":{},"/Garcia.html":{},"/HTCondorWeek-Photos.html":{},"/Hiemstra.html":{},"/OSG-User-School-Concludes.html":{},"/Throughput-Computing-2023.html":{},"/Messick.html":{},"/PATh-Facility.html":{},"/EOL-OSG.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["2022b",{"_index":1141,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/matlab-jobs.html":{}},"file_terms":{}}],["2023",{"_index":1214,"root_relative_url":{},"high":{"/events/2023/07/throughput-computing-2023.html":{},"/past_team_pictures.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/events.html":{},"/Throughput-Computing-2023.html":{}},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{"/events/2023/11/intro-workshop.html":{},"/events/2023/10/information-session.html":{},"/ucsd-external-release.html":{},"/OSG-School.html":{},"/fellowships/index.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/news.html":{},"/uw-research-computing/use-submit-node.html":{},"/past_team_pictures.html":{},"/david-swanson-awardees-2023.html":{},"/fellowships/list.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/people.html":{},"/htcondor-european-workshop.html":{},"/GLUE-lab.html":{},"/OSG-User-School-Concludes.html":{},"/Throughput-Computing-2023.html":{},"/AMNH-Workshops.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["2023.html",{"_index":2838,"root_relative_url":{"/events/2023/07/throughput-computing-2023.html":{},"/david-swanson-awardees-2023.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/Throughput-Computing-2023.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["2023’",{"_index":4066,"root_relative_url":{},"high":{},"medium":{},"content":{"/david-swanson-awardees-2023.html":{}},"file_terms":{}}],["2024",{"_index":1383,"root_relative_url":{},"high":{"/HTC24.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/events.html":{}},"medium":{},"content":{"/HTC24.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/fellowships/index.html":{},"/index.html":{},"/ASP.html":{},"/news.html":{},"/htcondor-european-workshop.html":{}},"file_terms":{}}],["2024.html",{"_index":1902,"root_relative_url":{"/events/2024/01/throughput-computing-2024.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["2024’",{"_index":6306,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{}},"file_terms":{}}],["2025",{"_index":6347,"root_relative_url":{},"high":{},"medium":{},"content":{"/CDIS-bldg.html":{}},"file_terms":{}}],["2030",{"_index":517,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["2030508",{"_index":2239,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/index.html":{}},"file_terms":{}}],["20384",{"_index":2460,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/check-quota.html":{}},"content":{},"file_terms":{}}],["20480m",{"_index":2464,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/check-quota.html":{}},"content":{},"file_terms":{}}],["205",{"_index":2050,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{"/research.html":{}},"file_terms":{}}],["207",{"_index":1316,"root_relative_url":{},"high":{},"medium":{},"content":{"/Joe-B-Profile.html":{},"/DoIt-Article-Summary.html":{},"/Technology-Refresh.html":{},"/CHTC-pool-record.html":{}},"file_terms":{}}],["2080",{"_index":6723,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{}},"file_terms":{}}],["2097152",{"_index":3745,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["20g",{"_index":5804,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/high-memory-jobs.html":{}},"content":{},"file_terms":{}}],["20gb",{"_index":7457,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["20px",{"_index":6453,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["20th",{"_index":4744,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-pool-record.html":{}},"file_terms":{}}],["21",{"_index":1427,"root_relative_url":{},"high":{},"medium":{},"content":{"/DoIt-Article-Summary.html":{},"/news.html":{},"/uw-research-computing/hpc-overview.html":{},"/gis-story.html":{},"/research.html":{}},"file_terms":{}}],["211",{"_index":4967,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["213",{"_index":5425,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["219",{"_index":5329,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["21st",{"_index":2691,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/user-news.html":{}},"file_terms":{}}],["22",{"_index":1258,"root_relative_url":{},"high":{"/events/2023/02/research-bazaar.html":{},"/uw-research-computing/user-news.html":{},"/events.html":{}},"medium":{},"content":{"/events/2023/02/research-bazaar.html":{},"/news.html":{},"/david-swanson-awardees-2023.html":{},"/research.html":{},"/CLAS12.html":{},"/projects.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["22.05.6",{"_index":3984,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["22.5",{"_index":6787,"root_relative_url":{},"high":{},"medium":{},"content":{"/EHT.html":{}},"file_terms":{}}],["220",{"_index":2141,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{},"/uw-research-computing/checkpointing.html":{}},"content":{},"file_terms":{}}],["2200",{"_index":3725,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["23",{"_index":1259,"root_relative_url":{},"high":{"/events/2023/02/research-bazaar.html":{},"/uw-research-computing/user-news.html":{},"/events.html":{}},"medium":{},"content":{"/events/2023/02/research-bazaar.html":{},"/uw-research-computing/user-news.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/news.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["23,000",{"_index":722,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{},"/uw-research-computing/hpc-buy-in.html":{}},"file_terms":{}}],["2331480",{"_index":2241,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/index.html":{}},"file_terms":{}}],["2331489",{"_index":3427,"root_relative_url":{},"high":{},"medium":{},"content":{"/the-pelican-project.html":{}},"file_terms":{}}],["234567",{"_index":2142,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{"/uw-research-computing/condor_q.html":{}},"file_terms":{}}],["237",{"_index":5273,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["24",{"_index":2966,"root_relative_url":{},"high":{"/events.html":{},"/events/2023/01/hpc-cluster-faq.html":{}},"medium":{},"content":{"/news.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/hpc-overview.html":{},"/david-swanson-awardees-2023.html":{},"/Natzke.html":{},"/CHTC-pool-record.html":{},"/research.html":{},"/uw-research-computing/gpu-jobs.html":{},"/Hiemstra.html":{},"/events/2023/01/hpc-cluster-faq.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["240",{"_index":2186,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-spack-install.html":{}},"content":{"/fellowships/index.html":{}},"file_terms":{}}],["240,000",{"_index":2931,"root_relative_url":{},"high":{"/news.html":{},"/CHTC-pool-record.html":{}},"medium":{},"content":{"/CHTC-pool-record.html":{}},"file_terms":{}}],["241",{"_index":3709,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["245",{"_index":2140,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["246",{"_index":5274,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["24gb",{"_index":5891,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["24th",{"_index":2694,"root_relative_url":{},"high":{"/events/2023/01/hpc-cluster-faq.html":{}},"medium":{},"content":{"/uw-research-computing/user-news.html":{},"/research.html":{}},"file_terms":{}}],["25",{"_index":1018,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/staff/docs/Adding_News_Articles.html":{},"/ASP.html":{},"/news.html":{},"/veritas.html":{},"/EHT.html":{}},"file_terms":{}}],["25,000",{"_index":6571,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["25.2",{"_index":4614,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["250",{"_index":1774,"root_relative_url":{},"high":{},"medium":{},"content":{"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/uw-research-computing/high-memory-jobs.html":{}},"file_terms":{}}],["250,000",{"_index":2556,"root_relative_url":{},"high":{},"medium":{},"content":{"/index.html":{},"/uw-research-computing/hpc-overview.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["256",{"_index":4120,"root_relative_url":{},"high":{},"medium":{},"content":{"/Technology-Refresh.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["25th",{"_index":2692,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/user-news.html":{},"/research.html":{},"/CDIS-bldg.html":{}},"file_terms":{}}],["26",{"_index":2978,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{}},"content":{"/news.html":{},"/research.html":{}},"file_terms":{}}],["260",{"_index":4675,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{}},"file_terms":{}}],["262",{"_index":4922,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["263",{"_index":5422,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["265",{"_index":4499,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["26703078",{"_index":3613,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/testing-jobs.html":{}},"content":{},"file_terms":{}}],["269",{"_index":5017,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["27",{"_index":2047,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{"/news.html":{},"/research.html":{}},"file_terms":{}}],["273",{"_index":5423,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["28",{"_index":2686,"root_relative_url":{},"high":{"/uw-research-computing/user-news.html":{}},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{"/news.html":{},"/gpu-cloudburst.html":{},"/research.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["283",{"_index":5039,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["284",{"_index":5018,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["28x28x28",{"_index":7439,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["29",{"_index":2699,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/user-news.html":{},"/uw-research-computing/python-jobs.html":{}},"file_terms":{}}],["290",{"_index":4982,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{},"/projects.html":{}},"file_terms":{}}],["291",{"_index":4983,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["298",{"_index":5012,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["299",{"_index":5013,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["29th",{"_index":5983,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{}},"file_terms":{}}],["2:30",{"_index":5911,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2022/11/gpu-ml-demo.html":{}},"file_terms":{}}],["2fa",{"_index":5942,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/configure-ssh.html":{}},"file_terms":{}}],["2gb",{"_index":1070,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{}},"content":{},"file_terms":{}}],["2h",{"_index":5928,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/configure-ssh.html":{}},"content":{},"file_terms":{}}],["2mb",{"_index":2328,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["2nd",{"_index":2228,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/index.html":{},"/research.html":{}},"file_terms":{}}],["2tb",{"_index":3036,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/high-memory-jobs.html":{}},"file_terms":{}}],["2{fill:#000000",{"_index":2022,"root_relative_url":{},"high":{},"medium":{},"content":{"/branding.html":{}},"file_terms":{}}],["3",{"_index":1045,"root_relative_url":{},"high":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/connecting.html":{}},"medium":{"/uw-research-computing/condor_q.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{}},"content":{"/fellowships/index.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/helloworld.html":{},"/des-expanding-universe.html":{},"/uw-research-computing/docker-jobs.html":{},"/research.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/gpu-jobs.html":{},"/EHT.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/AMNH-Workshops.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["3,956,910",{"_index":903,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["3.10",{"_index":3295,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{}},"file_terms":{}}],["3.5",{"_index":3337,"root_relative_url":{},"high":{},"medium":{},"content":{"/Spencer-Showcase.html":{},"/veritas.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/Messick.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/EOL-OSG.html":{}},"file_terms":{}}],["3.5.1",{"_index":5985,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["3.6",{"_index":6420,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/python-jobs.html":{},"/EOL-OSG.html":{}},"file_terms":{}}],["3.6.3",{"_index":5987,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["3.7",{"_index":3885,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/python-jobs.html":{}},"file_terms":{}}],["3.8",{"_index":6423,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/docker-build.html":{}},"content":{"/uw-research-computing/python-jobs.html":{}},"file_terms":{}}],["3.9",{"_index":6425,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/python-jobs.html":{}},"file_terms":{}}],["3.data",{"_index":6274,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{},"file_terms":{}}],["30",{"_index":1914,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{},"/fellowships/index.html":{},"/uw-research-computing/check-quota.html":{},"/index.html":{},"/news.html":{},"/astronomy-archives.html":{},"/approach.html":{},"/neuroscientist.html":{},"/research.html":{},"/htcondor-european-workshop.html":{}},"file_terms":{}}],["30,000",{"_index":4746,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-pool-record.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["300",{"_index":1637,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-Philosophy.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/des-expanding-universe.html":{},"/veritas.html":{},"/newsletter.html":{},"/EHT.html":{},"/fire-up-the-gpus.html":{}},"file_terms":{}}],["30720m",{"_index":2465,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/check-quota.html":{}},"content":{},"file_terms":{}}],["3092",{"_index":1094,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{}},"content":{},"file_terms":{}}],["30gb",{"_index":4004,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["30x",{"_index":6585,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["31",{"_index":2249,"root_relative_url":{},"high":{},"medium":{"/staff/docs/Adding_News_Articles.html":{}},"content":{"/news.html":{},"/des-expanding-universe.html":{},"/Banq.html":{},"/research.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["32",{"_index":2042,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"content":{"/uw-research-computing/resources.html":{},"/Google-HTCondor.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["320",{"_index":3990,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["323",{"_index":4895,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["325",{"_index":2137,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["325/week",{"_index":2208,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/index.html":{}},"file_terms":{}}],["328",{"_index":7487,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["33",{"_index":6211,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{}},"file_terms":{}}],["330",{"_index":5773,"root_relative_url":{},"high":{"/events.html":{}},"medium":{},"content":{"/events/2023/01/data-center-tours.html":{},"/events/2022/11/extended-office-hours.html":{}},"file_terms":{}}],["331",{"_index":3558,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{},"/research.html":{}},"file_terms":{}}],["35",{"_index":1915,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{},"/newsletter.html":{}},"file_terms":{}}],["35,000",{"_index":1834,"root_relative_url":{},"high":{},"medium":{},"content":{"/ucsd-external-release.html":{},"/PATh-Facility.html":{}},"file_terms":{}}],["350000",{"_index":6351,"root_relative_url":{},"high":{},"medium":{},"content":{"/CDIS-bldg.html":{}},"file_terms":{}}],["353",{"_index":5235,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["356",{"_index":4896,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["36",{"_index":4367,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/mpi-jobs.html":{}},"file_terms":{}}],["36,352",{"_index":4118,"root_relative_url":{},"high":{},"medium":{},"content":{"/Technology-Refresh.html":{}},"file_terms":{}}],["360",{"_index":5236,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["3624592",{"_index":3738,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["38,000",{"_index":3798,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{}},"file_terms":{}}],["38.6",{"_index":4616,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["380",{"_index":4593,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["381",{"_index":4958,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["384",{"_index":4959,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["39",{"_index":5314,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["392",{"_index":3564,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["396",{"_index":5055,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["3:00",{"_index":3065,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-help.html":{}},"file_terms":{}}],["3d",{"_index":4772,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-pool-record.html":{},"/Science-Gateway.html":{},"/htcondor-helps-enable-mars-research.html":{},"/fire-up-the-gpus.html":{}},"file_terms":{}}],["3rd",{"_index":5246,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["3tb",{"_index":5894,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["4",{"_index":576,"root_relative_url":{},"high":{"/bat-genomics.html":{},"/events/2023/10/information-session.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/events.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/connecting.html":{}},"medium":{"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/checkpointing.html":{}},"content":{"/bat-genomics.html":{},"/events/2023/10/information-session.html":{},"/fellowships/index.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/helloworld.html":{},"/des-expanding-universe.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/file-avail-squid.html":{},"/staff/docs/Schedule_Calendar.html":{},"/research.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/htcondor-helps-enable-mars-research.html":{},"/CLAS12.html":{},"/uw-research-computing/gpu-jobs.html":{},"/projects.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["4,000",{"_index":5883,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-submit-node.html":{},"/htcondor-helps-enable-mars-research.html":{}},"file_terms":{}}],["4.0.5",{"_index":5989,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["4.0k",{"_index":5965,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{}},"content":{},"file_terms":{}}],["4.1.3",{"_index":5991,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["4.2",{"_index":3203,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/julia-jobs.html":{}},"content":{},"file_terms":{}}],["4.3",{"_index":1435,"root_relative_url":{},"high":{},"medium":{},"content":{"/DoIt-Article-Summary.html":{},"/ML-Demo.html":{}},"file_terms":{}}],["4.3.0",{"_index":7148,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/docker-build.html":{}},"content":{},"file_terms":{}}],["4.3.0.tar.gz",{"_index":7147,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/docker-build.html":{}},"content":{},"file_terms":{}}],["4.5",{"_index":7366,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["4.58",{"_index":3814,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{}},"file_terms":{}}],["4.6k",{"_index":4608,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["4.x.x",{"_index":7415,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/r-build.html":{}},"file_terms":{}}],["4/5",{"_index":3695,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["40",{"_index":571,"root_relative_url":{},"high":{"/bat-genomics.html":{}},"medium":{"/uw-research-computing/singularity-hpc.html":{}},"content":{"/uw-research-computing/singularity-hpc.html":{},"/Showcase.html":{},"/Technology-Refresh.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/CLAS12.html":{},"/HTCondorWeek-Photos.html":{},"/projects.html":{}},"file_terms":{}}],["40,000",{"_index":1432,"root_relative_url":{},"high":{},"medium":{},"content":{"/DoIt-Article-Summary.html":{},"/Technology-Refresh.html":{},"/gis-story.html":{},"/CHTC-pool-record.html":{}},"file_terms":{}}],["400",{"_index":4625,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["400m",{"_index":3805,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{}},"file_terms":{}}],["4096",{"_index":2132,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["40gb",{"_index":6726,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{}},"file_terms":{}}],["40x40x40",{"_index":7440,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["41",{"_index":2602,"root_relative_url":{},"high":{},"medium":{},"content":{"/ASP.html":{},"/Natzke.html":{}},"file_terms":{}}],["410",{"_index":5886,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["42",{"_index":6180,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/Fulvio.html":{}},"file_terms":{}}],["4261",{"_index":4496,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["428.0",{"_index":2088,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["428.1",{"_index":2092,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["428.2",{"_index":2095,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["428.3",{"_index":2098,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["428.5",{"_index":2100,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["428.7",{"_index":2102,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["428.8",{"_index":2104,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["43",{"_index":5293,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["430,960",{"_index":905,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["431",{"_index":5239,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["4347054",{"_index":3598,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/testing-jobs.html":{}},"content":{},"file_terms":{}}],["436950",{"_index":3689,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["436950.0",{"_index":3697,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["438",{"_index":5240,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["44",{"_index":1835,"root_relative_url":{},"high":{},"medium":{},"content":{"/ucsd-external-release.html":{},"/PATh-Facility.html":{}},"file_terms":{}}],["45",{"_index":3989,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-overview.html":{},"/neuroscientist.html":{}},"file_terms":{}}],["45gb",{"_index":6734,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{}},"file_terms":{}}],["460",{"_index":7300,"root_relative_url":{},"high":{"/Using-HTCondor-For-Large-File-Transfer.html":{}},"medium":{},"content":{"/Using-HTCondor-For-Large-File-Transfer.html":{}},"file_terms":{}}],["460.0",{"_index":2107,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["461.0",{"_index":2117,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["462.0",{"_index":2113,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["463.0",{"_index":2115,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["464.0",{"_index":2116,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["465.0",{"_index":2119,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["466.0",{"_index":2120,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["467.0",{"_index":2121,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["47",{"_index":5315,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["47,000",{"_index":4087,"root_relative_url":{},"high":{},"medium":{},"content":{"/david-swanson-awardees-2023.html":{}},"file_terms":{}}],["470",{"_index":4913,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["479",{"_index":2765,"root_relative_url":{},"high":{},"medium":{},"content":{"/Gillett.html":{}},"file_terms":{}}],["48.8",{"_index":4617,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["480",{"_index":2185,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/index.html":{}},"file_terms":{}}],["499",{"_index":3930,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["4:30",{"_index":3066,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-help.html":{}},"file_terms":{}}],["4gb",{"_index":1068,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/r-build.html":{}},"content":{"/uw-research-computing/file-availability.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["4h",{"_index":6976,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{},"file_terms":{}}],["4m",{"_index":1016,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["4th",{"_index":5195,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["5",{"_index":1020,"root_relative_url":{},"high":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/docker-build.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/connecting.html":{}},"medium":{"/uw-research-computing/condor_q.html":{},"/uw-research-computing/helloworld.html":{}},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/matlab-jobs.html":{},"/OSG-School.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/file-avail-squid.html":{},"/staff/docs/Schedule_Calendar.html":{},"/Banq.html":{},"/research.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/conda-installation.html":{},"/EHT.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/file-avail-s3.html":{}},"file_terms":{}}],["5,000",{"_index":3804,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{},"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["5,120",{"_index":4127,"root_relative_url":{},"high":{},"medium":{},"content":{"/Technology-Refresh.html":{}},"file_terms":{}}],["5,160",{"_index":4569,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["5.4k",{"_index":4611,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["5.7",{"_index":4547,"root_relative_url":{},"high":{},"medium":{},"content":{"/hanna-lab.html":{}},"file_terms":{}}],["5.chtc.wisc.edu",{"_index":4343,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/file-avail-squid.html":{}},"file_terms":{}}],["50",{"_index":1231,"root_relative_url":{},"high":{},"medium":{},"content":{"/chtc-workshop.html":{},"/OSG-School.html":{},"/OSPool-Cores.html":{},"/uw-research-computing/licensed-software.html":{},"/ASP.html":{},"/Banq.html":{},"/Anirvan-Showcase.html":{},"/research.html":{},"/htcondor-european-workshop.html":{},"/EHT.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{}},"file_terms":{}}],["50,000",{"_index":3048,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/use-submit-node.html":{},"/machine-learning.html":{},"/gpu-cloudburst.html":{},"/Johri.html":{}},"file_terms":{}}],["500",{"_index":2731,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/file-availability.html":{},"/david-swanson-awardees-2023.html":{},"/uw-research-computing/file-avail-squid.html":{},"/Science-Gateway.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/Fulvio.html":{},"/uw-research-computing/file-avail-s3.html":{}},"file_terms":{}}],["500,000",{"_index":4885,"root_relative_url":{},"high":{},"medium":{},"content":{"/Opotowsky.html":{}},"file_terms":{}}],["500gb",{"_index":5817,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["500k",{"_index":3463,"root_relative_url":{},"high":{},"medium":{},"content":{"/Record.html":{}},"file_terms":{}}],["500mb",{"_index":2739,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/file-availability.html":{},"/uw-research-computing/use-submit-node.html":{}},"file_terms":{}}],["50k",{"_index":4650,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["51,000",{"_index":4649,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["51,500",{"_index":4568,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["51.6",{"_index":4618,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["5111",{"_index":3707,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["512",{"_index":3992,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-overview.html":{},"/Technology-Refresh.html":{},"/uw-research-computing/high-memory-jobs.html":{}},"file_terms":{}}],["512gb",{"_index":4126,"root_relative_url":{},"high":{},"medium":{},"content":{"/Technology-Refresh.html":{}},"file_terms":{}}],["519",{"_index":5000,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["51k",{"_index":4592,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["52",{"_index":6750,"root_relative_url":{},"high":{},"medium":{},"content":{"/ML-Demo.html":{}},"file_terms":{}}],["522",{"_index":3815,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{}},"file_terms":{}}],["525",{"_index":3796,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{}},"file_terms":{}}],["526",{"_index":5827,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpargo-cc-star.html":{}},"file_terms":{}}],["529",{"_index":5024,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["53",{"_index":5219,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["530",{"_index":3560,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["53715",{"_index":5775,"root_relative_url":{},"high":{"/events.html":{}},"medium":{},"content":{"/events/2023/01/data-center-tours.html":{}},"file_terms":{}}],["544",{"_index":5025,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["55",{"_index":6777,"root_relative_url":{},"high":{},"medium":{},"content":{"/EHT.html":{}},"file_terms":{}}],["55860",{"_index":4905,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["56",{"_index":6795,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-buy-in.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["57",{"_index":6548,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["570",{"_index":3794,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{}},"file_terms":{}}],["5736",{"_index":4500,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["576",{"_index":4501,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["58",{"_index":2055,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["581724",{"_index":1085,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{}},"content":{},"file_terms":{}}],["5:00",{"_index":4494,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["5rem",{"_index":4484,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["5–10",{"_index":4557,"root_relative_url":{},"high":{},"medium":{},"content":{"/hanna-lab.html":{}},"file_terms":{}}],["6",{"_index":1450,"root_relative_url":{},"high":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/r-build.html":{}},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{"/the-pelican-project.html":{},"/precision-mental-health.html":{},"/research.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/get-submit-node.html":{},"/CLAS12.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/docker-build.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["6.0",{"_index":6718,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{}},"file_terms":{}}],["6/22",{"_index":2039,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["60",{"_index":1916,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{"/OSG-School.html":{},"/Record.html":{},"/ML-Demo.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["600",{"_index":3185,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{},"/tribalcollege.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{}},"file_terms":{}}],["600,000",{"_index":875,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/Natzke.html":{},"/Banq.html":{}},"file_terms":{}}],["605",{"_index":2768,"root_relative_url":{},"high":{},"medium":{},"content":{"/Gillett.html":{}},"file_terms":{}}],["608",{"_index":4498,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["60x60x60",{"_index":7443,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["62,000",{"_index":3800,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{}},"file_terms":{}}],["628,602",{"_index":904,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["64",{"_index":3226,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"content":{"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["64.txt",{"_index":7166,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/docker-build.html":{}},"content":{},"file_terms":{}}],["644",{"_index":6018,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/conda-installation.html":{}},"content":{},"file_terms":{}}],["64gb",{"_index":7367,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["65",{"_index":2049,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["650/week",{"_index":2207,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/index.html":{}},"file_terms":{}}],["664",{"_index":5149,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["68",{"_index":6991,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{},"file_terms":{}}],["68.1",{"_index":4613,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["69274",{"_index":4923,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["7",{"_index":1451,"root_relative_url":{},"high":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/condor_q.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/events.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/docker-build.html":{}},"medium":{"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/r-build.html":{}},"content":{"/uw-research-computing/singularity-htc.html":{},"/OSPool-Cores.html":{},"/uw-research-computing/user-news.html":{},"/the-pelican-project.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/hpc-overview.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/research.html":{},"/uw-research-computing/python-jobs.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/docker-build.html":{}},"file_terms":{}}],["7,000",{"_index":7485,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["7.1k",{"_index":2477,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/check-quota.html":{}},"content":{},"file_terms":{}}],["7.2k",{"_index":4605,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["7.3",{"_index":5023,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["7.5",{"_index":6700,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/gpu-jobs.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{}},"file_terms":{}}],["70",{"_index":3081,"root_relative_url":{},"high":{},"medium":{},"content":{"/ospool-computation.html":{},"/CHTC-pool-record.html":{}},"file_terms":{}}],["70,000",{"_index":2388,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSPool-Cores.html":{},"/ML-Demo.html":{}},"file_terms":{}}],["710,000",{"_index":4745,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-pool-record.html":{}},"file_terms":{}}],["7140",{"_index":2471,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/check-quota.html":{}},"content":{},"file_terms":{}}],["7149",{"_index":4964,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["72",{"_index":3047,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/testing-jobs.html":{},"/Fulvio.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{}},"file_terms":{}}],["720",{"_index":3031,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["737",{"_index":5220,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["744",{"_index":5221,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["74688",{"_index":2473,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/check-quota.html":{}},"content":{},"file_terms":{}}],["75",{"_index":2399,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSPool-Cores.html":{}},"file_terms":{}}],["7763",{"_index":4123,"root_relative_url":{},"high":{},"medium":{},"content":{"/Technology-Refresh.html":{}},"file_terms":{}}],["777",{"_index":1520,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-htc.html":{}},"content":{},"file_terms":{}}],["787",{"_index":5183,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["78m",{"_index":5962,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{}},"content":{},"file_terms":{}}],["79",{"_index":5316,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["7th",{"_index":2592,"root_relative_url":{},"high":{},"medium":{},"content":{"/ASP.html":{},"/research.html":{}},"file_terms":{}}],["7–11",{"_index":4460,"root_relative_url":{},"high":{"/events/2024/02/OSG-User-School-2023.html":{}},"medium":{},"content":{},"file_terms":{}}],["8",{"_index":1065,"root_relative_url":{},"high":{"/events/2023/11/intro-workshop.html":{},"/HTC24.html":{},"/uw-research-computing/singularity-htc.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/uw-research-computing/condor_q.html":{},"/events.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/os-transition-htc.html":{}},"medium":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/docker-build.html":{}},"content":{"/uw-research-computing/matlab-jobs.html":{},"/events/2023/11/intro-workshop.html":{},"/chtc-workshop.html":{},"/HTC24.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/uw-research-computing/user-news.html":{},"/ospool-computation.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-overview.html":{},"/Technology-Refresh.html":{},"/Banq.html":{},"/Anirvan-Showcase.html":{},"/Science-Gateway.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/CLAS12.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/gpu-jobs.html":{},"/EHT.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["8.0",{"_index":6727,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{}},"file_terms":{}}],["8.6.0",{"_index":2147,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/condor_q.html":{}},"file_terms":{}}],["8.9",{"_index":6733,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{}},"file_terms":{}}],["80",{"_index":3937,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{},"/david-swanson-awardees-2023.html":{},"/CHTC-pool-record.html":{},"/tribalcollege.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/GLUE-lab.html":{}},"file_terms":{}}],["80,000",{"_index":570,"root_relative_url":{},"high":{"/bat-genomics.html":{}},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["8000",{"_index":5742,"root_relative_url":{},"high":{},"medium":{},"content":{"/usgs-invasivespecies.html":{}},"file_terms":{}}],["801",{"_index":5184,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["80gb",{"_index":4125,"root_relative_url":{},"high":{},"medium":{},"content":{"/Technology-Refresh.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{}},"file_terms":{}}],["845638.0",{"_index":3748,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["845638.000.000",{"_index":3601,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/testing-jobs.html":{}},"content":{},"file_terms":{}}],["84628",{"_index":4999,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["85",{"_index":6964,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{"/uw-research-computing/checkpointing.html":{}},"file_terms":{}}],["85319",{"_index":4914,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["86",{"_index":5317,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["866–873",{"_index":5492,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["87,12th",{"_index":5020,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["870",{"_index":5212,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["877",{"_index":5213,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["884",{"_index":3741,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["884,000",{"_index":1866,"root_relative_url":{},"high":{},"medium":{},"content":{"/ucsd-external-release.html":{}},"file_terms":{}}],["8gb",{"_index":4362,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/mpi-jobs.html":{}},"content":{},"file_terms":{}}],["8k",{"_index":3029,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/chtc-services.html":{}},"file_terms":{}}],["8th",{"_index":2642,"root_relative_url":{},"high":{},"medium":{},"content":{"/ASP.html":{},"/research.html":{}},"file_terms":{}}],["9",{"_index":1644,"root_relative_url":{},"high":{"/uw-research-computing/condor_q.html":{},"/events.html":{},"/events/2023/01/data-center-tours.html":{}},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{"/CHTC-Philosophy.html":{},"/newsletter.html":{},"/staff/docs/Schedule_Calendar.html":{},"/research.html":{},"/CLAS12.html":{},"/events/2023/01/data-center-tours.html":{}},"file_terms":{}}],["9.2k",{"_index":4604,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["9.3.0",{"_index":1733,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-hpc.html":{}},"content":{"/uw-research-computing/singularity-hpc.html":{}},"file_terms":{}}],["9.5",{"_index":3159,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}],["9.5.0",{"_index":3319,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-spack-install.html":{}},"file_terms":{}}],["900",{"_index":5756,"root_relative_url":{},"high":{},"medium":{},"content":{"/usgs-invasivespecies.html":{}},"file_terms":{}}],["904",{"_index":3563,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["904425",{"_index":5211,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["92",{"_index":3609,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/testing-jobs.html":{}},"content":{},"file_terms":{}}],["93",{"_index":4450,"root_relative_url":{},"high":{},"medium":{},"content":{"/gis-story.html":{}},"file_terms":{}}],["933",{"_index":4906,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["94858",{"_index":1090,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{}},"content":{},"file_terms":{}}],["95",{"_index":2660,"root_relative_url":{},"high":{},"medium":{},"content":{"/research-facilitation.html":{},"/gpu-cloudburst.html":{}},"file_terms":{}}],["96",{"_index":3742,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{"/research.html":{},"/projects.html":{}},"file_terms":{}}],["9618&alias=e2564.chtc.wisc.edu&noudp&sock=slot1_27_3212919_d6f5_134877",{"_index":3730,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["9618&alias=e2564.chtc.wisc.edu&noudp&sock=startd_12944_15f9",{"_index":3733,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["9618&alias=submit",{"_index":3718,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["9618+[2607",{"_index":3723,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["97.data",{"_index":6275,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{},"file_terms":{}}],["98.data",{"_index":6276,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{},"file_terms":{}}],["99",{"_index":2044,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{},"/uw-research-computing/multiple-jobs.html":{}},"content":{"/uw-research-computing/multiple-jobs.html":{}},"file_terms":{}}],["99.data",{"_index":6277,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{},"file_terms":{}}],["995",{"_index":2058,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["9999",{"_index":2248,"root_relative_url":{},"high":{},"medium":{"/staff/docs/Adding_News_Articles.html":{}},"content":{},"file_terms":{}}],["9:00",{"_index":1219,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/11/intro-workshop.html":{},"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["9:00am",{"_index":7478,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2022/11/extended-office-hours.html":{}},"file_terms":{}}],["9:30",{"_index":6886,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/01/data-center-tours.html":{},"/events/2023/01/hpc-cluster-faq.html":{}},"file_terms":{}}],["9:30am",{"_index":6888,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/01/data-center-tours.html":{},"/events/2023/01/hpc-cluster-faq.html":{}},"file_terms":{}}],["9](?:[a",{"_index":4262,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["9])?)(\\.[a",{"_index":4263,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["9])?)+)$)/i",{"_index":4264,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["9][a",{"_index":4237,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["9]\\.)+[a",{"_index":4240,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["9]\\.|[a",{"_index":4239,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["9^th",{"_index":3577,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["9th",{"_index":2385,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSPool-Cores.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/research.html":{},"/events/2023/01/data-center-tours.html":{}},"file_terms":{}}],["_",{"_index":2041,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["_(_)_",{"_index":3206,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/julia-jobs.html":{}},"content":{},"file_terms":{}}],["_1410_engineering_drive:\"industri",{"_index":6489,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["__",{"_index":3208,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/julia-jobs.html":{}},"content":{},"file_terms":{}}],["__'_|_|_|\\__'_",{"_index":3211,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/julia-jobs.html":{}},"content":{},"file_terms":{}}],["___",{"_index":5816,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/high-memory-jobs.html":{}},"file_terms":{}}],["_`\\{\\|\\}~\\.]{0,62}@(([a",{"_index":4261,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["_`\\{\\|\\}~][a",{"_index":4260,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["_most_",{"_index":3581,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["a005.chtc.wisc.edu",{"_index":7327,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{}},"content":{},"file_terms":{}}],["a006",{"_index":7337,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{}},"content":{},"file_terms":{}}],["a100",{"_index":1836,"root_relative_url":{},"high":{},"medium":{},"content":{"/ucsd-external-release.html":{},"/Technology-Refresh.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/PATh-Facility.html":{}},"file_terms":{}}],["aai",{"_index":7385,"root_relative_url":{},"high":{},"medium":{},"content":{"/EOL-OSG.html":{}},"file_terms":{}}],["aaron",{"_index":6056,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{},"file_terms":{}}],["aashish",{"_index":4064,"root_relative_url":{},"high":{},"medium":{},"content":{"/david-swanson-awardees-2023.html":{}},"file_terms":{}}],["abaqu",{"_index":2500,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/licensed-software.html":{}},"content":{"/uw-research-computing/licensed-software.html":{}},"file_terms":{}}],["abid",{"_index":3628,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/file-avail-s3.html":{}},"file_terms":{}}],["abil",{"_index":298,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/index.html":{},"/research-facilitation.html":{},"/uw-research-computing/user-news.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/chtc-demo.html":{},"/hanna-lab.html":{},"/gpu-cloudburst.html":{},"/Banq.html":{},"/Google-HTCondor.html":{},"/Opotowsky.html":{},"/Science-Gateway.html":{},"/uw-research-computing/multiple-jobs.html":{},"/Lightning-Talks.html":{},"/Fulvio.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/Messick.html":{},"/PATh-Facility.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["about.html",{"_index":7045,"root_relative_url":{"/about.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["abov",{"_index":65,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"content":{"/uw-research-computing/globus.html":{},"/Wilcots.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/condor_q.html":{},"/fellowships/index.html":{},"/staff/docs/Adding_News_Articles.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/get-help.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/Spencer-Showcase.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/map/index.html":{},"/uw-research-computing/gpu-jobs.html":{},"/Garcia.html":{},"/HTCondorWeek-Photos.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["abplanalp",{"_index":6094,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{},"file_terms":{}}],["abroad",{"_index":5625,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["abruptli",{"_index":1937,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{}},"file_terms":{}}],["absenc",{"_index":6249,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/user-expectations.html":{}},"file_terms":{}}],["absolut",{"_index":985,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/Joe-B-Profile.html":{},"/uw-research-computing/file-availability.html":{},"/gpu-cloudburst.html":{},"/precision-mental-health.html":{},"/hannah.html":{},"/CLAS12.html":{},"/map/index.html":{}},"file_terms":{}}],["absorb",{"_index":6209,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{}},"file_terms":{}}],["abstract",{"_index":886,"root_relative_url":{},"high":{"/events/2023/07/throughput-computing-2023.html":{}},"medium":{"/staff/docs/Adding_News_Articles.html":{}},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/neuroscientist.html":{},"/research.html":{}},"file_terms":{}}],["abund",{"_index":6752,"root_relative_url":{},"high":{},"medium":{},"content":{"/ML-Demo.html":{},"/projects.html":{}},"file_terms":{}}],["abundantli",{"_index":3433,"root_relative_url":{},"high":{},"medium":{},"content":{"/the-pelican-project.html":{}},"file_terms":{}}],["ac",{"_index":2001,"root_relative_url":{"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"high":{},"medium":{},"content":{"/OSG-School.html":{},"/NIAID.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/Lightning-Talks.html":{}},"file_terms":{}}],["academ",{"_index":1272,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/10/information-session.html":{},"/fellowships/index.html":{},"/technologies.html":{},"/research.html":{},"/Science-Gateway.html":{},"/jobs.html":{},"/htcondor-european-workshop.html":{},"/projects.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["academia",{"_index":7203,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["acceler",{"_index":1703,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-Philosophy.html":{},"/NIAID.html":{},"/machine-learning.html":{},"/des-expanding-universe.html":{},"/approach.html":{},"/veritas.html":{},"/Natzke.html":{},"/Banq.html":{},"/precision-mental-health.html":{},"/Science-Gateway.html":{},"/CLAS12.html":{},"/GLUE-lab.html":{},"/projects.html":{},"/Messick.html":{}},"file_terms":{}}],["accept",{"_index":3044,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/use-submit-node.html":{},"/ospool-computation.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/CLAS12.html":{},"/GLUE-lab.html":{},"/uw-research-computing/python-jobs.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["access",{"_index":59,"root_relative_url":{},"high":{"/ucsd-external-release.html":{},"/news.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/hpc-software.html":{},"/approach.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/user-expectations.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/file-avail-s3.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/connecting.html":{}},"medium":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/file-avail-largedata.html":{}},"content":{"/uw-research-computing/globus.html":{},"/Wilcots.html":{},"/bat-genomics.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/guides.html":{},"/ucsd-external-release.html":{},"/free-supercomputing.html":{},"/OSG-School.html":{},"/uw-research-computing/condor_q.html":{},"/staff/docs/Adding_News_Articles.html":{},"/uw-research-computing/docker-test.html":{},"/NIAID.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/index.html":{},"/uw-research-computing/java-jobs.html":{},"/uw-research-computing/howto_overview.html":{},"/uw-research-computing/user-news.html":{},"/uw-research-computing/file-availability.html":{},"/Gillett.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/use-submit-node.html":{},"/astronomy-archives.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/the-pelican-project.html":{},"/machine-learning.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-software.html":{},"/approach.html":{},"/uw-research-computing/hpc-overview.html":{},"/neuroscientist.html":{},"/david-swanson-awardees-2023.html":{},"/Technology-Refresh.html":{},"/Natzke.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/fellowships/list.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/hanna-lab.html":{},"/Banq.html":{},"/Google-HTCondor.html":{},"/uw-research-computing/docker-jobs.html":{},"/CHTC-pool-record.html":{},"/precision-mental-health.html":{},"/Anirvan-Showcase.html":{},"/research.html":{},"/Science-Gateway.html":{},"/tribalcollege.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/jobs.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/dagman-workflows.html":{},"/CLAS12.html":{},"/uw-research-computing/user-expectations.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/Johri.html":{},"/Fulvio.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/EHT.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/uw-research-computing/index.html":{},"/HTCondorWeek-Photos.html":{},"/projects.html":{},"/internships.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/file-avail-s3.html":{},"/Hiemstra.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/PATh-Facility.html":{},"/uw-research-computing/docker-build.html":{},"/htc.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/AMNH-Workshops.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["access.html",{"_index":3518,"root_relative_url":{"/uw-research-computing/github-remote-access.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["accessori",{"_index":6917,"root_relative_url":{},"high":{},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["accommod",{"_index":1403,"root_relative_url":{},"high":{"/events/2023/07/throughput-computing-2023.html":{}},"medium":{},"content":{"/HTC24.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/OSG-School.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/the-pelican-project.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["accompani",{"_index":1967,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{}},"file_terms":{}}],["accomplish",{"_index":1274,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/10/information-session.html":{},"/CHTC-Philosophy.html":{},"/fellowships/index.html":{},"/hanna-lab.html":{},"/gpu-cloudburst.html":{},"/hannah.html":{},"/tribalcollege.html":{},"/usgs-invasivespecies.html":{},"/gpargo-cc-star.html":{},"/htcondor-european-workshop.html":{},"/EHT.html":{},"/fire-up-the-gpus.html":{},"/spalding-lab.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["accord",{"_index":1838,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{"/ucsd-external-release.html":{},"/des-expanding-universe.html":{},"/david-swanson-awardees-2023.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/multiple-jobs.html":{},"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["accordingli",{"_index":3312,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/colab-to-chtc.html":{}},"file_terms":{}}],["account",{"_index":1208,"root_relative_url":{},"high":{"/uw-research-computing/get-help.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/form.html":{}},"medium":{},"content":{"/events/2023/11/intro-workshop.html":{},"/ucsd-external-release.html":{},"/uw-research-computing/docker-test.html":{},"/index.html":{},"/ASP.html":{},"/materials-science.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/get-help.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/Record.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/approach.html":{},"/veritas.html":{},"/uw-research-computing/form.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/gpu-lab.html":{},"/uw-research-computing/docker-jobs.html":{},"/precision-mental-health.html":{},"/research.html":{},"/hannah.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/configure-ssh.html":{},"/adjacent-tissues-paper.html":{},"/uw-research-computing/user-expectations.html":{},"/htcondor-european-workshop.html":{},"/GLUE-lab.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/uw-research-computing/index.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/PATh-Facility.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["accounts@path",{"_index":1861,"root_relative_url":{},"high":{},"medium":{},"content":{"/ucsd-external-release.html":{},"/PATh-Facility.html":{}},"file_terms":{}}],["accout",{"_index":7370,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["accredit",{"_index":2203,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/index.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["accumul",{"_index":3106,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{},"/machine-learning.html":{},"/veritas.html":{},"/uw-research-computing/hpc-overview.html":{},"/david-swanson-awardees-2023.html":{},"/CLAS12.html":{}},"file_terms":{}}],["accur",{"_index":367,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/helloworld.html":{},"/des-expanding-universe.html":{},"/neuroscientist.html":{},"/uw-research-computing/mpi-jobs.html":{},"/precision-mental-health.html":{},"/Science-Gateway.html":{},"/tribalcollege.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/adjacent-tissues-paper.html":{},"/uw-research-computing/python-jobs.html":{},"/Lightning-Talks.html":{}},"file_terms":{}}],["accustom",{"_index":5545,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["ace/niaid",{"_index":4320,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/events/2024/02/OSG-User-School-2023.html":{}},"file_terms":{}}],["achiev",{"_index":323,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/index.html":{},"/research-facilitation.html":{},"/uw-research-computing/use-submit-node.html":{},"/astronomy-archives.html":{},"/chtc-demo.html":{},"/uw-research-computing/hpc-overview.html":{},"/david-swanson-awardees-2023.html":{},"/hanna-lab.html":{},"/gpargo-cc-star.html":{},"/CLAS12.html":{},"/Fulvio.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["achil",{"_index":6133,"root_relative_url":{},"high":{},"medium":{},"content":{"/adjacent-tissues-paper.html":{}},"file_terms":{}}],["aci",{"_index":6793,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-buy-in.html":{}},"file_terms":{}}],["acknowledg",{"_index":4642,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["acm",{"_index":5113,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["acosta",{"_index":5131,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["acquir",{"_index":2196,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/index.html":{},"/chtc-demo.html":{},"/neuroscientist.html":{}},"file_terms":{}}],["acquisit",{"_index":3084,"root_relative_url":{},"high":{},"medium":{},"content":{"/ospool-computation.html":{}},"file_terms":{}}],["act",{"_index":6344,"root_relative_url":{},"high":{},"medium":{},"content":{"/CDIS-bldg.html":{},"/uw-research-computing/checkpointing.html":{}},"file_terms":{}}],["action",{"_index":2149,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/condor_q.html":{},"/research-facilitation.html":{},"/ospool-computation.html":{},"/uw-research-computing/github-remote-access.html":{},"/Technology-Refresh.html":{},"/fellowships/list.html":{},"/hanna-lab.html":{},"/hannah.html":{},"/jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/CLAS12.html":{},"/uw-research-computing/user-expectations.html":{},"/uw-research-computing/python-jobs.html":{},"/HTCondorWeek-Photos.html":{}},"file_terms":{}}],["activ",{"_index":94,"root_relative_url":{},"high":{"/Joe-B-Profile.html":{}},"medium":{"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/hpc-spack-modules.html":{}},"content":{"/uw-research-computing/globus.html":{},"/Joe-B-Profile.html":{},"/uw-research-computing/singularity-htc.html":{},"/free-supercomputing.html":{},"/OSG-School.html":{},"/fellowships/index.html":{},"/NIAID.html":{},"/uw-research-computing/licensed-software.html":{},"/research-facilitation.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/get-help.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/Record.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/hpc-overview.html":{},"/neuroscientist.html":{},"/uw-research-computing/mpi-jobs.html":{},"/hannah.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/user-expectations.html":{},"/CDIS-bldg.html":{},"/uw-research-computing/python-jobs.html":{},"/Lightning-Talks.html":{},"/EHT.html":{},"/projects.html":{},"/uw-research-computing/file-avail-s3.html":{},"/Hiemstra.html":{},"/OSG-User-School-Concludes.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["actual",{"_index":87,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/globus.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/dask.html":{},"/uw-research-computing/get-help.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/helloworld.html":{},"/veritas.html":{},"/uw-research-computing/mpi-jobs.html":{},"/gpu-cloudburst.html":{},"/precision-mental-health.html":{},"/Science-Gateway.html":{},"/hannah.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/conda-installation.html":{},"/CLAS12.html":{},"/uw-research-computing/gpu-jobs.html":{},"/EHT.html":{},"/Hiemstra.html":{},"/uw-research-computing/docker-build.html":{},"/get-to-know-todd.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["acycl",{"_index":879,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/Natzke.html":{},"/uw-research-computing/dagman-workflows.html":{},"/Lightning-Talks.html":{},"/Hiemstra.html":{}},"file_terms":{}}],["ad",{"_index":352,"root_relative_url":{},"high":{"/staff/docs/Adding_News_Articles.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{}},"medium":{},"content":{"/Wilcots.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/matlab-jobs.html":{},"/HTC24.html":{},"/DoIt-Article-Summary.html":{},"/uw-research-computing/singularity-htc.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/guides.html":{},"/ucsd-external-release.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/staff/docs/Adding_News_Articles.html":{},"/uw-research-computing/docker-test.html":{},"/staff/index.html":{},"/OSPool-Cores.html":{},"/NIAID.html":{},"/uw-research-computing/check-quota.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/inter-submit.html":{},"/veritas.html":{},"/neuroscientist.html":{},"/Technology-Refresh.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/fellowships/list.html":{},"/staff/docs/Schedule_Calendar.html":{},"/gpu-cloudburst.html":{},"/CHTC-pool-record.html":{},"/Science-Gateway.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/projects.html":{},"/uw-research-computing/checkpointing.html":{},"/Throughput-Computing-2023.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/CHTC-Facilitation.html":{},"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["adapt",{"_index":950,"root_relative_url":{},"high":{"/Natzke.html":{}},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/ASP.html":{},"/uw-research-computing/dask.html":{},"/the-pelican-project.html":{},"/Natzke.html":{},"/Resilience.html":{},"/research.html":{},"/GLUE-lab.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{}},"file_terms":{}}],["add",{"_index":152,"root_relative_url":{},"high":{"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/github-remote-access.html":{}},"medium":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/java-jobs.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/hpc-spack-setup.html":{}},"content":{"/uw-research-computing/globus.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/condor_q.html":{},"/staff/docs/Adding_News_Articles.html":{},"/uw-research-computing/docker-test.html":{},"/OSPool-Cores.html":{},"/NIAID.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/java-jobs.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/Technology-Refresh.html":{},"/fellowships/list.html":{},"/staff/docs/Schedule_Calendar.html":{},"/Banq.html":{},"/precision-mental-health.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/r-jobs.html":{},"/CLAS12.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/EHT.html":{},"/uw-research-computing/file-avail-s3.html":{},"/Hiemstra.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/PATh-Facility.html":{},"/uw-research-computing/docker-build.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["addchangehandler(el",{"_index":4194,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["addchangehandler(form.getelementsbytagname('input",{"_index":4200,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["addchangehandler(form.getelementsbytagname('select",{"_index":4201,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["addchangehandler(form.getelementsbytagname('textarea",{"_index":4202,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["addict",{"_index":4790,"root_relative_url":{},"high":{},"medium":{},"content":{"/precision-mental-health.html":{}},"file_terms":{}}],["addit",{"_index":929,"root_relative_url":{},"high":{"/uw-research-computing/file-availability.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/scaling-htc.html":{}},"medium":{"/uw-research-computing/singularity-htc.html":{}},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/matlab-jobs.html":{},"/chtc-workshop.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/singularity-hpc.html":{},"/ucsd-external-release.html":{},"/OSPool-Cores.html":{},"/NIAID.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/user-news.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/Natzke.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/mpi-jobs.html":{},"/fellowships/list.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/docker-jobs.html":{},"/CHTC-pool-record.html":{},"/jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/CLAS12.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/Lightning-Talks.html":{},"/Fulvio.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/projects.html":{},"/uw-research-computing/checkpointing.html":{},"/Hiemstra.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/docker-build.html":{},"/get-to-know-todd.html":{},"/spalding-lab.html":{},"/AMNH-Workshops.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["addition",{"_index":1537,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/user-news.html":{},"/uw-research-computing/hpc-overview.html":{},"/Science-Gateway.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/ML-Demo.html":{},"/uw-research-computing/checkpointing.html":{},"/PATh-Facility.html":{}},"file_terms":{}}],["address",{"_index":2217,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/index.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/get-help.html":{},"/uw-research-computing/github-remote-access.html":{},"/newsletter.html":{},"/uw-research-computing/file-avail-squid.html":{},"/gis-story.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/docker-jobs.html":{},"/tribalcollege.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/htcondor-european-workshop.html":{},"/Fulvio.html":{},"/EHT.html":{},"/uw-research-computing/file-avail-s3.html":{},"/htc.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["adher",{"_index":1785,"root_relative_url":{},"high":{},"medium":{},"content":{"/high-throughput-computing-fostering-data-science-without-limits.html":{}},"file_terms":{}}],["adjac",{"_index":6116,"root_relative_url":{"/adjacent-tissues-paper.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["adjunct",{"_index":2606,"root_relative_url":{},"high":{},"medium":{},"content":{"/ASP.html":{}},"file_terms":{}}],["adjust",{"_index":2311,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Adding_News_Articles.html":{},"/ASP.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/uw-research-computing/dask.html":{},"/uw-research-computing/use-submit-node.html":{},"/astronomy-archives.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/Google-HTCondor.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/GLUE-lab.html":{},"/ML-Demo.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["administ",{"_index":5810,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/high-memory-jobs.html":{},"/projects.html":{}},"file_terms":{}}],["administr",{"_index":519,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/Joe-B-Profile.html":{},"/HTC24.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/inter-submit.html":{},"/fellowships/list.html":{},"/Banq.html":{},"/uw-research-computing/gpu-lab.html":{},"/research.html":{},"/gpargo-cc-star.html":{},"/jobs.html":{},"/uw-research-computing/get-submit-node.html":{},"/people.html":{},"/htcondor-european-workshop.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/HTCondorWeek-Photos.html":{},"/internships.html":{},"/get-to-know-todd.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["adminstr",{"_index":5895,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["admit",{"_index":1917,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["adopt",{"_index":1369,"root_relative_url":{},"high":{},"medium":{},"content":{"/Joe-B-Profile.html":{},"/OSG-School.html":{},"/NIAID.html":{},"/technologies.html":{},"/astronomy-archives.html":{},"/Science-Gateway.html":{},"/EHT.html":{},"/get-to-know-todd.html":{},"/spalding-lab.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["adult",{"_index":6823,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{}},"file_terms":{}}],["advanc",{"_index":275,"root_relative_url":{},"high":{"/uw-research-computing/singularity-htc.html":{},"/news.html":{},"/ospool-computation.html":{},"/Science-Gateway.html":{},"/htcondor-helps-enable-mars-research.html":{},"/Johri.html":{}},"medium":{},"content":{"/Wilcots.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/singularity-htc.html":{},"/ucsd-external-release.html":{},"/OSG-School.html":{},"/fellowships/index.html":{},"/NIAID.html":{},"/index.html":{},"/uw-research-computing/user-news.html":{},"/Showcase.html":{},"/news.html":{},"/chtc-demo.html":{},"/the-pelican-project.html":{},"/david-swanson-awardees-2023.html":{},"/Natzke.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/hanna-lab.html":{},"/precision-mental-health.html":{},"/research.html":{},"/Science-Gateway.html":{},"/hannah.html":{},"/gpargo-cc-star.html":{},"/jobs.html":{},"/CLAS12.html":{},"/Fulvio.html":{},"/EHT.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/uw-research-computing/index.html":{},"/internships.html":{},"/Messick.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/PATh-Facility.html":{},"/uw-research-computing/docker-build.html":{},"/get-to-know-todd.html":{},"/spalding-lab.html":{},"/AMNH-Workshops.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["advantag",{"_index":844,"root_relative_url":{},"high":{"/uw-research-computing/user-news.html":{}},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/singularity-htc.html":{},"/index.html":{},"/uw-research-computing/user-news.html":{},"/uw-research-computing/file-availability.html":{},"/ospool-computation.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/form.html":{},"/neuroscientist.html":{},"/Technology-Refresh.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/adjacent-tissues-paper.html":{},"/Fulvio.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/projects.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["advertis",{"_index":4962,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["advic",{"_index":2008,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{},"/precision-mental-health.html":{},"/Science-Gateway.html":{},"/hannah.html":{},"/usgs-invasivespecies.html":{}},"file_terms":{}}],["advis",{"_index":3631,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/testing-jobs.html":{},"/hannah.html":{},"/usgs-invasivespecies.html":{},"/gpargo-cc-star.html":{},"/EHT.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["advisor",{"_index":4877,"root_relative_url":{},"high":{},"medium":{},"content":{"/Opotowsky.html":{},"/hannah.html":{},"/uw-research-computing/user-expectations.html":{}},"file_terms":{}}],["advoc",{"_index":2663,"root_relative_url":{},"high":{},"medium":{},"content":{"/research-facilitation.html":{},"/ospool-computation.html":{},"/david-swanson-awardees-2023.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["aerial",{"_index":2542,"root_relative_url":{},"high":{"/index.html":{},"/news.html":{},"/gis-story.html":{}},"medium":{},"content":{"/index.html":{},"/gis-story.html":{},"/CLAS12.html":{}},"file_terms":{}}],["af",{"_index":2031,"root_relative_url":{},"high":{"/staff/docs/Schedule_Calendar.html":{}},"medium":{"/uw-research-computing/condor_q.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/gpu-jobs.html":{}},"content":{"/staff/docs/Schedule_Calendar.html":{},"/ML-Demo.html":{}},"file_terms":{}}],["affect",{"_index":1931,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{},"/uw-research-computing/user-news.html":{},"/Spencer-Showcase.html":{},"/the-pelican-project.html":{},"/hanna-lab.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/Hiemstra.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["affili",{"_index":1269,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/10/information-session.html":{},"/uw-research-computing/chtc-services.html":{},"/htcondor-european-workshop.html":{},"/uw-research-computing/index.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["affin",{"_index":5453,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["afford",{"_index":7441,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["africa",{"_index":2007,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{},"/NIAID.html":{},"/ASP.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/Lightning-Talks.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["african",{"_index":1999,"root_relative_url":{},"high":{"/ASP.html":{},"/news.html":{}},"medium":{},"content":{"/OSG-School.html":{},"/NIAID.html":{},"/ASP.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/hannah.html":{},"/Lightning-Talks.html":{}},"file_terms":{}}],["afternoon",{"_index":3064,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-help.html":{}},"file_terms":{}}],["ag",{"_index":4417,"root_relative_url":{},"high":{},"medium":{},"content":{"/gis-story.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["again",{"_index":1612,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/check-quota.html":{},"/ospool-computation.html":{},"/astronomy-archives.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/hpc-overview.html":{},"/hanna-lab.html":{},"/hannah.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/Fulvio.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["against",{"_index":4233,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{},"/Resilience.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["agenc",{"_index":287,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["agenda",{"_index":1385,"root_relative_url":{},"high":{"/HTC24.html":{},"/events/2024/01/throughput-computing-2024.html":{}},"medium":{},"content":{},"file_terms":{}}],["agent",{"_index":3534,"root_relative_url":{},"high":{"/research.html":{}},"medium":{"/uw-research-computing/github-remote-access.html":{}},"content":{"/uw-research-computing/github-remote-access.html":{},"/hanna-lab.html":{},"/research.html":{}},"file_terms":{}}],["aggreg",{"_index":834,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/dask.html":{},"/gpu-cloudburst.html":{},"/precision-mental-health.html":{},"/Messick.html":{}},"file_terms":{}}],["agnost",{"_index":2673,"root_relative_url":{},"high":{},"medium":{},"content":{"/research-facilitation.html":{}},"file_terms":{}}],["ago",{"_index":743,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/astronomy-archives.html":{},"/machine-learning.html":{},"/des-expanding-universe.html":{},"/veritas.html":{},"/gpu-cloudburst.html":{},"/hannah.html":{},"/CLAS12.html":{},"/htcondor-european-workshop.html":{},"/Lightning-Talks.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["agr_hall:\"commun",{"_index":6520,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["agre",{"_index":5681,"root_relative_url":{},"high":{},"medium":{},"content":{"/tribalcollege.html":{},"/uw-research-computing/user-expectations.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["agreement",{"_index":2237,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/index.html":{},"/uw-research-computing/conda-installation.html":{},"/projects.html":{},"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["agricultur",{"_index":1639,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-Philosophy.html":{},"/gis-story.html":{},"/usgs-invasivespecies.html":{},"/GLUE-lab.html":{}},"file_terms":{}}],["agridm2003",{"_index":5128,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["agronomi",{"_index":6921,"root_relative_url":{},"high":{},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["agrument",{"_index":3751,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/helloworld.html":{}},"file_terms":{}}],["ahead",{"_index":1788,"root_relative_url":{},"high":{},"medium":{},"content":{"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/uw-research-computing/multiple-jobs.html":{},"/CDIS-bldg.html":{},"/events/2022/11/extended-office-hours.html":{}},"file_terms":{}}],["ai",{"_index":4294,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/hanna-lab.html":{},"/Google-HTCondor.html":{},"/Lightning-Talks.html":{},"/projects.html":{}},"file_terms":{}}],["aid",{"_index":3377,"root_relative_url":{},"high":{},"medium":{},"content":{"/chtc-demo.html":{},"/machine-learning.html":{},"/Opotowsky.html":{},"/projects.html":{},"/get-to-know-todd.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["aim",{"_index":2006,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{},"/fellowships/index.html":{},"/NIAID.html":{},"/index.html":{},"/uw-research-computing/chtc-services.html":{},"/Hannah-Showcase.html":{},"/fellowships/list.html":{},"/hanna-lab.html":{},"/gpargo-cc-star.html":{},"/GLUE-lab.html":{},"/Lightning-Talks.html":{},"/Garcia.html":{},"/AMNH-Workshops.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["air",{"_index":3934,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{},"/gis-story.html":{},"/HTCondorWeek-Photos.html":{}},"file_terms":{}}],["airavata",{"_index":5470,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["airport",{"_index":2865,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/07/throughput-computing-2023.html":{}},"file_terms":{}}],["aisl",{"_index":7238,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["ajay",{"_index":2794,"root_relative_url":{},"high":{},"medium":{},"content":{"/materials-science.html":{}},"file_terms":{}}],["aka",{"_index":1128,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/conda-installation.html":{}},"content":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/file-avail-s3.html":{}},"file_terms":{}}],["al",{"_index":5302,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{},"/Science-Gateway.html":{},"/tribalcollege.html":{},"/Lightning-Talks.html":{}},"file_terms":{}}],["alain",{"_index":4988,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["albeit",{"_index":7213,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["albert",{"_index":797,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["alberto",{"_index":5341,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["alderman",{"_index":5330,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["alert",{"_index":6908,"root_relative_url":{},"high":{},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["alexandru",{"_index":5167,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["algerian",{"_index":5748,"root_relative_url":{},"high":{},"medium":{},"content":{"/usgs-invasivespecies.html":{}},"file_terms":{}}],["algorithm",{"_index":3032,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/veritas.html":{},"/neuroscientist.html":{},"/hanna-lab.html":{},"/Google-HTCondor.html":{},"/Opotowsky.html":{},"/research.html":{},"/Science-Gateway.html":{},"/ML-Demo.html":{},"/projects.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["ali",{"_index":7026,"root_relative_url":{},"high":{},"medium":{},"content":{"/Hiemstra.html":{}},"file_terms":{}}],["alic",{"_index":1739,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{}},"content":{"/uw-research-computing/singularity-hpc.html":{}},"file_terms":{}}],["alice@build",{"_index":1074,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{}},"content":{},"file_terms":{}}],["alice@e389.chtc.wisc.edu",{"_index":3747,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["alice@int",{"_index":1716,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-hpc.html":{}},"content":{},"file_terms":{}}],["alice@login",{"_index":1708,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"content":{},"file_terms":{}}],["alice@serv",{"_index":2984,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/transfer-data-researchdrive.html":{}},"content":{},"file_terms":{}}],["alice@spark",{"_index":7329,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{}},"content":{},"file_terms":{}}],["alice@submit",{"_index":1072,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/connecting.html":{}},"content":{},"file_terms":{}}],["alice@submit.chtc.wisc.edu:22",{"_index":5932,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/configure-ssh.html":{}},"content":{},"file_terms":{}}],["alice@transf",{"_index":7010,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/file-avail-s3.html":{}},"content":{},"file_terms":{}}],["align",{"_index":3904,"root_relative_url":{},"high":{},"medium":{},"content":{"/approach.html":{},"/Lightning-Talks.html":{},"/ML-and-Image-Analyses-for-Livestock-Data.html":{}},"file_terms":{}}],["alik",{"_index":2957,"root_relative_url":{},"high":{},"medium":{},"content":{"/news.html":{}},"file_terms":{}}],["aliv",{"_index":561,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/hannah.html":{}},"file_terms":{}}],["allcock",{"_index":5199,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["allergi",{"_index":2002,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{},"/NIAID.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/events/2024/02/OSG-User-School-2023.html":{}},"file_terms":{}}],["allianc",{"_index":7488,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["alloc",{"_index":847,"root_relative_url":{},"high":{"/uw-research-computing/hpc-overview.html":{}},"medium":{"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/ucsd-external-release.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/chtc-services.html":{},"/veritas.html":{},"/Banq.html":{},"/research.html":{},"/Science-Gateway.html":{},"/ML-Demo.html":{},"/PATh-Facility.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["allot",{"_index":2479,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/check-quota.html":{},"/des-expanding-universe.html":{}},"file_terms":{}}],["allow",{"_index":376,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/bat-genomics.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/Joe-B-Profile.html":{},"/DoIt-Article-Summary.html":{},"/uw-research-computing/singularity-htc.html":{},"/CHTC-Philosophy.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/OSG-School.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/check-quota.html":{},"/index.html":{},"/ASP.html":{},"/uw-research-computing/user-news.html":{},"/materials-science.html":{},"/ospool-computation.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/Spencer-Showcase.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/machine-learning.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-overview.html":{},"/david-swanson-awardees-2023.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/fellowships/list.html":{},"/gis-story.html":{},"/Banq.html":{},"/precision-mental-health.html":{},"/Science-Gateway.html":{},"/hannah.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/configure-ssh.html":{},"/adjacent-tissues-paper.html":{},"/CLAS12.html":{},"/uw-research-computing/user-expectations.html":{},"/Lightning-Talks.html":{},"/Fulvio.html":{},"/uw-research-computing/gpu-jobs.html":{},"/EHT.html":{},"/projects.html":{},"/uw-research-computing/checkpointing.html":{},"/Hiemstra.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/PATh-Facility.html":{},"/uw-research-computing/docker-build.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/EOL-OSG.html":{},"/ML-and-Image-Analyses-for-Livestock-Data.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["alma",{"_index":322,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["alon",{"_index":979,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/ospool-computation.html":{},"/chtc-demo.html":{},"/precision-mental-health.html":{},"/gpargo-cc-star.html":{},"/ML-Demo.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["alondra",{"_index":3452,"root_relative_url":{},"high":{},"medium":{},"content":{"/the-pelican-project.html":{}},"file_terms":{}}],["along",{"_index":2584,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/colab-to-chtc.html":{}},"content":{"/uw-research-computing/java-jobs.html":{},"/uw-research-computing/howto_overview.html":{},"/uw-research-computing/file-availability.html":{},"/astronomy-archives.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/Hannah-Showcase.html":{},"/uw-research-computing/docker-jobs.html":{},"/precision-mental-health.html":{},"/Opotowsky.html":{},"/hannah.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/python-jobs.html":{},"/Fulvio.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["alongsid",{"_index":4433,"root_relative_url":{},"high":{},"medium":{},"content":{"/gis-story.html":{}},"file_terms":{}}],["alperen",{"_index":6090,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{},"file_terms":{}}],["alpha",{"_index":4336,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/file-avail-squid.html":{}},"file_terms":{}}],["alphabet",{"_index":4708,"root_relative_url":{},"high":{},"medium":{},"content":{"/Google-HTCondor.html":{}},"file_terms":{}}],["alpin",{"_index":6625,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["alreadi",{"_index":42,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/globus.html":{},"/bat-genomics.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/singularity-hpc.html":{},"/OSG-School.html":{},"/fellowships/index.html":{},"/uw-research-computing/docker-test.html":{},"/NIAID.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/user-news.html":{},"/uw-research-computing/dask.html":{},"/uw-research-computing/get-help.html":{},"/ospool-computation.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/hpc-overview.html":{},"/david-swanson-awardees-2023.html":{},"/Natzke.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/gpu-lab.html":{},"/uw-research-computing/docker-jobs.html":{},"/Science-Gateway.html":{},"/hannah.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/htcondor-european-workshop.html":{},"/uw-research-computing/python-jobs.html":{},"/Lightning-Talks.html":{},"/Fulvio.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/PATh-Facility.html":{},"/uw-research-computing/docker-build.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/AMNH-Workshops.html":{},"/uw-research-computing/r-build.html":{},"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["alt=\"descript",{"_index":2267,"root_relative_url":{},"high":{},"medium":{"/staff/docs/Adding_News_Articles.html":{}},"content":{},"file_terms":{}}],["alter",{"_index":3881,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/colab-to-chtc.html":{},"/precision-mental-health.html":{},"/Fulvio.html":{}},"file_terms":{}}],["altern",{"_index":1556,"root_relative_url":{},"high":{},"medium":{"/staff/docs/Adding_News_Articles.html":{}},"content":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/hpc-overview.html":{},"/precision-mental-health.html":{},"/research.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/user-expectations.html":{}},"file_terms":{}}],["although",{"_index":2365,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/docker-test.html":{},"/ospool-computation.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/gis-story.html":{},"/uw-research-computing/tensorflow-singularity.html":{},"/Opotowsky.html":{},"/Science-Gateway.html":{},"/Fulvio.html":{},"/Messick.html":{},"/get-to-know-todd.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["altimag",{"_index":6535,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["alto",{"_index":6398,"root_relative_url":{},"high":{},"medium":{},"content":{"/GLUE-lab.html":{}},"file_terms":{}}],["altogeth",{"_index":5821,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/high-memory-jobs.html":{}},"file_terms":{}}],["altumcod",{"_index":2796,"root_relative_url":{},"high":{},"medium":{},"content":{"/materials-science.html":{}},"file_terms":{}}],["altunay",{"_index":5331,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["alumni",{"_index":1314,"root_relative_url":{},"high":{},"medium":{},"content":{"/Joe-B-Profile.html":{},"/DoIt-Article-Summary.html":{},"/Technology-Refresh.html":{},"/uw-research-computing/gpu-lab.html":{},"/Lightning-Talks.html":{},"/ML-Demo.html":{}},"file_terms":{}}],["alway",{"_index":980,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/matlab-jobs.html":{},"/Joe-B-Profile.html":{},"/uw-research-computing/singularity-htc.html":{},"/CHTC-Philosophy.html":{},"/OSG-School.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/licensed-software.html":{},"/ASP.html":{},"/uw-research-computing/user-news.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/get-help.html":{},"/chtc-demo.html":{},"/uw-research-computing/helloworld.html":{},"/veritas.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/file-avail-squid.html":{},"/fellowships/list.html":{},"/hanna-lab.html":{},"/hannah.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/user-expectations.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/file-avail-s3.html":{},"/PATh-Facility.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["amad",{"_index":4290,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["amant",{"_index":5512,"root_relative_url":{},"high":{},"medium":{},"content":{"/icon_credits.html":{}},"file_terms":{}}],["amaz",{"_index":778,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{},"/Natzke.html":{},"/hannah.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["amazon",{"_index":3083,"root_relative_url":{},"high":{},"medium":{},"content":{"/ospool-computation.html":{},"/gpu-cloudburst.html":{},"/GLUE-lab.html":{}},"file_terms":{}}],["ambiti",{"_index":2833,"root_relative_url":{},"high":{},"medium":{},"content":{"/materials-science.html":{}},"file_terms":{}}],["amd",{"_index":4121,"root_relative_url":{},"high":{},"medium":{},"content":{"/Technology-Refresh.html":{}},"file_terms":{}}],["america",{"_index":741,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{},"/gpu-cloudburst.html":{},"/Banq.html":{},"/projects.html":{}},"file_terms":{}}],["american",{"_index":591,"root_relative_url":{},"high":{"/news.html":{},"/AMNH-Workshops.html":{}},"medium":{},"content":{"/bat-genomics.html":{},"/OSG-School.html":{},"/the-pelican-project.html":{},"/des-expanding-universe.html":{},"/hannah.html":{},"/tribalcollege.html":{},"/AMNH-Workshops.html":{},"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["amnh",{"_index":579,"root_relative_url":{"/AMNH-Workshops.html":{}},"high":{},"medium":{},"content":{"/bat-genomics.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["amnh’",{"_index":606,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["amongst",{"_index":6327,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["amount",{"_index":40,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{},"/uw-research-computing/multiple-job-dirs.html":{}},"content":{"/uw-research-computing/globus.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/ucsd-external-release.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/dask.html":{},"/ospool-computation.html":{},"/astronomy-archives.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/des-expanding-universe.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/hpc-overview.html":{},"/neuroscientist.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/file-avail-squid.html":{},"/gis-story.html":{},"/staff/docs/Schedule_Calendar.html":{},"/gpu-cloudburst.html":{},"/Banq.html":{},"/Science-Gateway.html":{},"/tribalcollege.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/conda-installation.html":{},"/htcondor-helps-enable-mars-research.html":{},"/CLAS12.html":{},"/uw-research-computing/user-expectations.html":{},"/uw-research-computing/python-jobs.html":{},"/Fulvio.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/projects.html":{},"/uw-research-computing/checkpointing.html":{},"/Messick.html":{},"/htc.html":{},"/get-to-know-todd.html":{},"/spalding-lab.html":{},"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["ampath",{"_index":1859,"root_relative_url":{},"high":{},"medium":{},"content":{"/ucsd-external-release.html":{},"/PATh-Facility.html":{}},"file_terms":{}}],["ampersand",{"_index":7459,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["ampl",{"_index":2755,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/file-availability.html":{}},"file_terms":{}}],["amsterdam",{"_index":6333,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{},"/HTCondorWeek-Photos.html":{}},"file_terms":{}}],["am|pm",{"_index":7346,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{}},"content":{},"file_terms":{}}],["anaconda",{"_index":6041,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/docker-build.html":{}},"file_terms":{}}],["anaconda/miniconda",{"_index":6036,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/conda-installation.html":{}},"file_terms":{}}],["analog",{"_index":5481,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["analys",{"_index":714,"root_relative_url":{"/ML-and-Image-Analyses-for-Livestock-Data.html":{}},"high":{"/news.html":{},"/ML-and-Image-Analyses-for-Livestock-Data.html":{}},"medium":{},"content":{"/bat-genomics.html":{},"/uw-research-computing/condor_q.html":{},"/Banq.html":{},"/uw-research-computing/user-expectations.html":{},"/Fulvio.html":{},"/projects.html":{},"/Messick.html":{},"/spalding-lab.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["analysi",{"_index":677,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{"/bat-genomics.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/dask.html":{},"/astronomy-archives.html":{},"/chtc-demo.html":{},"/icecube-receives-hpc-award.html":{},"/des-expanding-universe.html":{},"/veritas.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/gpu-cloudburst.html":{},"/precision-mental-health.html":{},"/research.html":{},"/tribalcollege.html":{},"/map/index.html":{},"/Lightning-Talks.html":{},"/Fulvio.html":{},"/projects.html":{},"/uw-research-computing/checkpointing.html":{},"/Messick.html":{},"/get-to-know-todd.html":{},"/AMNH-Workshops.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/ML-and-Image-Analyses-for-Livestock-Data.html":{}},"file_terms":{}}],["analyst",{"_index":3810,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{},"/Lightning-Talks.html":{}},"file_terms":{}}],["analysts/scientist",{"_index":978,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["analyt",{"_index":3957,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{},"/Fulvio.html":{}},"file_terms":{}}],["analyz",{"_index":601,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{"/bat-genomics.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/OSG-School.html":{},"/uw-research-computing/condor_q.html":{},"/Gillett.html":{},"/materials-science.html":{},"/Spencer-Showcase.html":{},"/chtc-demo.html":{},"/machine-learning.html":{},"/des-expanding-universe.html":{},"/approach.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/fellowships/list.html":{},"/Banq.html":{},"/Anirvan-Showcase.html":{},"/Science-Gateway.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/multiple-jobs.html":{},"/Lightning-Talks.html":{},"/Fulvio.html":{},"/projects.html":{},"/Hiemstra.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["ananthakrishnan",{"_index":5333,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["ananya",{"_index":6632,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["anatoli",{"_index":5417,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["anatom",{"_index":4035,"root_relative_url":{},"high":{},"medium":{},"content":{"/neuroscientist.html":{}},"file_terms":{}}],["and/or",{"_index":2218,"root_relative_url":{},"high":{},"medium":{"/staff/docs/Schedule_Calendar.html":{}},"content":{"/fellowships/index.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/java-jobs.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/user-expectations.html":{},"/projects.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["anderson",{"_index":5675,"root_relative_url":{},"high":{},"medium":{},"content":{"/tribalcollege.html":{}},"file_terms":{}}],["andrea",{"_index":5226,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["andresen",{"_index":2849,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/07/throughput-computing-2023.html":{},"/gpargo-cc-star.html":{}},"file_terms":{}}],["andrew",{"_index":3055,"root_relative_url":{},"high":{"/people.html":{}},"medium":{"/uw-research-computing/get-help.html":{}},"content":{"/research.html":{}},"file_terms":{}}],["angl",{"_index":4154,"root_relative_url":{},"high":{},"medium":{},"content":{"/Natzke.html":{}},"file_terms":{}}],["anim",{"_index":4780,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-pool-record.html":{},"/hannah.html":{},"/usgs-invasivespecies.html":{},"/jobs.html":{},"/GLUE-lab.html":{},"/HTCondorWeek-Photos.html":{},"/projects.html":{},"/ML-and-Image-Analyses-for-Livestock-Data.html":{}},"file_terms":{}}],["animal_science:\"anim",{"_index":6476,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["anirvan",{"_index":2885,"root_relative_url":{"/Anirvan-Showcase.html":{}},"high":{},"medium":{},"content":{"/Showcase.html":{},"/Anirvan-Showcase.html":{}},"file_terms":{}}],["anl/mc",{"_index":5296,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["ann",{"_index":5058,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["anna",{"_index":2970,"root_relative_url":{},"high":{},"medium":{},"content":{"/news.html":{}},"file_terms":{}}],["annamareddi",{"_index":2795,"root_relative_url":{},"high":{},"medium":{},"content":{"/materials-science.html":{}},"file_terms":{}}],["annamareddy’",{"_index":2813,"root_relative_url":{},"high":{},"medium":{},"content":{"/materials-science.html":{}},"file_terms":{}}],["annett",{"_index":5062,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["annot",{"_index":709,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["announc",{"_index":1817,"root_relative_url":{},"high":{},"medium":{},"content":{"/ucsd-external-release.html":{},"/OSG-School.html":{},"/uw-research-computing/user-news.html":{},"/david-swanson-awardees-2023.html":{},"/uw-research-computing/gpu-lab.html":{},"/Lightning-Talks.html":{},"/EHT.html":{},"/EOL-OSG.html":{}},"file_terms":{}}],["annual",{"_index":1262,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/02/research-bazaar.html":{},"/HTC24.html":{},"/DoIt-Article-Summary.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/OSG-School.html":{},"/Showcase.html":{},"/Spencer-Showcase.html":{},"/the-pelican-project.html":{},"/Hannah-Showcase.html":{},"/david-swanson-awardees-2023.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/hanna-lab.html":{},"/Anirvan-Showcase.html":{},"/CLAS12.html":{},"/Garcia.html":{},"/spalding-lab.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["anoth",{"_index":501,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/matlab-jobs.html":{},"/OSG-School.html":{},"/fellowships/index.html":{},"/uw-research-computing/check-quota.html":{},"/research-facilitation.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/Record.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/helloworld.html":{},"/des-expanding-universe.html":{},"/veritas.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/hanna-lab.html":{},"/uw-research-computing/docker-jobs.html":{},"/CHTC-pool-record.html":{},"/precision-mental-health.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/htcondor-european-workshop.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/Messick.html":{},"/get-to-know-todd.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["ansi",{"_index":2498,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/licensed-software.html":{}},"content":{"/uw-research-computing/licensed-software.html":{}},"file_terms":{}}],["answer",{"_index":484,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/bat-genomics.html":{},"/uw-research-computing/singularity-htc.html":{},"/OSG-School.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/user-news.html":{},"/Gillett.html":{},"/uw-research-computing/get-help.html":{},"/machine-learning.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/form.html":{},"/neuroscientist.html":{},"/david-swanson-awardees-2023.html":{},"/adjacent-tissues-paper.html":{},"/events/2023/01/hpc-cluster-faq.html":{},"/get-to-know-todd.html":{},"/spalding-lab.html":{},"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["answer—that",{"_index":7430,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["ansys_research",{"_index":2530,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/licensed-software.html":{}},"file_terms":{}}],["ansys_research:1",{"_index":2513,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/licensed-software.html":{}},"content":{},"file_terms":{}}],["ant",{"_index":754,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["antarct",{"_index":6906,"root_relative_url":{},"high":{},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["antarctica",{"_index":628,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["anthoni",{"_index":4737,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-lab.html":{},"/CHTC-pool-record.html":{},"/research.html":{},"/ML-Demo.html":{},"/fire-up-the-gpus.html":{}},"file_terms":{}}],["anti",{"_index":4839,"root_relative_url":{},"high":{},"medium":{},"content":{"/Anirvan-Showcase.html":{}},"file_terms":{}}],["anticip",{"_index":2612,"root_relative_url":{},"high":{},"medium":{},"content":{"/ASP.html":{},"/uw-research-computing/user-news.html":{},"/Lightning-Talks.html":{}},"file_terms":{}}],["antihelium",{"_index":4843,"root_relative_url":{},"high":{},"medium":{},"content":{"/Anirvan-Showcase.html":{}},"file_terms":{}}],["antimatt",{"_index":2883,"root_relative_url":{},"high":{"/news.html":{},"/Anirvan-Showcase.html":{}},"medium":{},"content":{"/Showcase.html":{},"/Anirvan-Showcase.html":{}},"file_terms":{}}],["antimicrobi",{"_index":4293,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["antiproton",{"_index":4837,"root_relative_url":{},"high":{},"medium":{},"content":{"/Anirvan-Showcase.html":{}},"file_terms":{}}],["antonio",{"_index":5391,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["anvil",{"_index":6563,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["anybodi",{"_index":5535,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["anyon",{"_index":524,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/events/2023/02/research-bazaar.html":{},"/astronomy-archives.html":{},"/the-pelican-project.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/form.html":{},"/hannah.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/get-started.html":{}},"file_terms":{}}],["anyth",{"_index":2638,"root_relative_url":{},"high":{},"medium":{},"content":{"/ASP.html":{},"/materials-science.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/inter-submit.html":{},"/neuroscientist.html":{},"/uw-research-computing/mpi-jobs.html":{},"/staff/docs/Schedule_Calendar.html":{},"/Banq.html":{},"/hannah.html":{},"/uw-research-computing/user-expectations.html":{},"/Johri.html":{},"/uw-research-computing/gpu-jobs.html":{},"/Hiemstra.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["anytim",{"_index":7479,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2022/11/extended-office-hours.html":{}},"file_terms":{}}],["anywher",{"_index":2578,"root_relative_url":{},"high":{"/get-to-know-todd.html":{}},"medium":{},"content":{"/uw-research-computing/java-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/the-pelican-project.html":{},"/uw-research-computing/file-avail-squid.html":{},"/hanna-lab.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/multiple-jobs.html":{},"/Fulvio.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["aoua",{"_index":4284,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["apach",{"_index":5469,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["apart",{"_index":3776,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["api",{"_index":4409,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/list.html":{},"/Lightning-Talks.html":{}},"file_terms":{}}],["apollo",{"_index":5609,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["app",{"_index":5581,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{},"/uw-research-computing/configure-ssh.html":{}},"file_terms":{}}],["apparatu",{"_index":3971,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["appeal",{"_index":2222,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/index.html":{},"/gpargo-cc-star.html":{},"/CLAS12.html":{}},"file_terms":{}}],["appear",{"_index":119,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/globus.html":{},"/free-supercomputing.html":{},"/staff/docs/Adding_News_Articles.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/helloworld.html":{},"/research.html":{},"/Science-Gateway.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["append",{"_index":3294,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-spack-install.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["appendix",{"_index":2170,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/condor_q.html":{}},"file_terms":{}}],["appl",{"_index":1353,"root_relative_url":{},"high":{},"medium":{},"content":{"/Joe-B-Profile.html":{}},"file_terms":{}}],["appli",{"_index":757,"root_relative_url":{},"high":{"/fellowships/index.html":{},"/OSG-User-School-Concludes.html":{}},"medium":{},"content":{"/bat-genomics.html":{},"/uw-research-computing/singularity-htc.html":{},"/OSG-School.html":{},"/fellowships/index.html":{},"/index.html":{},"/uw-research-computing/file-availability.html":{},"/materials-science.html":{},"/uw-research-computing/chtc-services.html":{},"/astronomy-archives.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/the-pelican-project.html":{},"/Record.html":{},"/machine-learning.html":{},"/veritas.html":{},"/uw-research-computing/hpc-overview.html":{},"/david-swanson-awardees-2023.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/fellowships/list.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/gpu-lab.html":{},"/precision-mental-health.html":{},"/hannah.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/gpargo-cc-star.html":{},"/jobs.html":{},"/uw-research-computing/quota-request.html":{},"/adjacent-tissues-paper.html":{},"/GLUE-lab.html":{},"/map/index.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/Fulvio.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/projects.html":{},"/uw-research-computing/file-avail-s3.html":{},"/get-to-know-todd.html":{},"/spalding-lab.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["applianc",{"_index":3444,"root_relative_url":{},"high":{},"medium":{},"content":{"/the-pelican-project.html":{},"/research.html":{}},"file_terms":{}}],["applic",{"_index":1103,"root_relative_url":{},"high":{"/uw-research-computing/file-availability.html":{},"/news.html":{},"/approach.html":{},"/uw-research-computing/file-avail-squid.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/research.html":{},"/Garcia.html":{}},"medium":{"/uw-research-computing/matlab-jobs.html":{}},"content":{"/OSG-School.html":{},"/fellowships/index.html":{},"/index.html":{},"/research-facilitation.html":{},"/uw-research-computing/file-availability.html":{},"/materials-science.html":{},"/uw-research-computing/get-help.html":{},"/ospool-computation.html":{},"/des-expanding-universe.html":{},"/approach.html":{},"/veritas.html":{},"/david-swanson-awardees-2023.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/file-avail-squid.html":{},"/fellowships/list.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/hanna-lab.html":{},"/precision-mental-health.html":{},"/research.html":{},"/Science-Gateway.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/multiple-jobs.html":{},"/GLUE-lab.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/gpu-jobs.html":{},"/Garcia.html":{},"/HTCondorWeek-Photos.html":{},"/uw-research-computing/file-avail-s3.html":{},"/Hiemstra.html":{},"/OSG-User-School-Concludes.html":{},"/PATh-Facility.html":{},"/spalding-lab.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["applications.html",{"_index":7005,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/checkpointing.html":{}},"file_terms":{}}],["appoint",{"_index":3054,"root_relative_url":{},"high":{"/uw-research-computing/get-help.html":{}},"medium":{},"content":{},"file_terms":{}}],["appreci",{"_index":1329,"root_relative_url":{},"high":{},"medium":{},"content":{"/Joe-B-Profile.html":{},"/OSG-School.html":{},"/Gillett.html":{}},"file_terms":{}}],["approach",{"_index":1657,"root_relative_url":{},"high":{"/approach.html":{}},"medium":{},"content":{"/CHTC-Philosophy.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/NIAID.html":{},"/index.html":{},"/research-facilitation.html":{},"/uw-research-computing/file-availability.html":{},"/Gillett.html":{},"/uw-research-computing/get-help.html":{},"/Spencer-Showcase.html":{},"/chtc-demo.html":{},"/the-pelican-project.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/helloworld.html":{},"/Hannah-Showcase.html":{},"/uw-research-computing/hpc-overview.html":{},"/neuroscientist.html":{},"/fellowships/list.html":{},"/gis-story.html":{},"/precision-mental-health.html":{},"/research.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/conda-installation.html":{},"/CLAS12.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/Lightning-Talks.html":{},"/Fulvio.html":{},"/Hiemstra.html":{},"/about.html":{},"/Messick.html":{},"/spalding-lab.html":{},"/EOL-OSG.html":{},"/CHTC-Facilitation.html":{},"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["approach.html",{"_index":3893,"root_relative_url":{"/approach.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["appropri",{"_index":1160,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"content":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/licensed-software.html":{},"/research-facilitation.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-overview.html":{},"/neuroscientist.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/CLAS12.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/gpu-jobs.html":{},"/projects.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["approv",{"_index":4514,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["approxim",{"_index":699,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{},"/ucsd-external-release.html":{},"/Spencer-Showcase.html":{},"/des-expanding-universe.html":{},"/approach.html":{},"/gpu-cloudburst.html":{},"/precision-mental-health.html":{},"/Anirvan-Showcase.html":{},"/CLAS12.html":{},"/uw-research-computing/checkpointing.html":{},"/Messick.html":{},"/PATh-Facility.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["appt",{"_index":4522,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["apptain",{"_index":208,"root_relative_url":{},"high":{"/uw-research-computing/singularity-htc.html":{}},"medium":{"/uw-research-computing/singularity-htc.html":{}},"content":{"/uw-research-computing/globus.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/guides.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/java-jobs.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/fellowships/list.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/dagman-workflows.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["apptainer.sub",{"_index":1490,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-htc.html":{}},"content":{},"file_terms":{}}],["apptainer/singular",{"_index":1568,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/singularity-htc.html":{}},"file_terms":{}}],["apr",{"_index":2969,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{"/news.html":{}},"file_terms":{}}],["april",{"_index":2233,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/index.html":{},"/ospool-computation.html":{},"/past_team_pictures.html":{},"/Record.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/research.html":{},"/CLAS12.html":{},"/CDIS-bldg.html":{}},"file_terms":{}}],["apt",{"_index":1502,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/docker-build.html":{}},"content":{},"file_terms":{}}],["arabidopsi",{"_index":7275,"root_relative_url":{},"high":{},"medium":{},"content":{"/spalding-lab.html":{}},"file_terms":{}}],["arbitrari",{"_index":3575,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["arc",{"_index":4788,"root_relative_url":{},"high":{},"medium":{},"content":{"/precision-mental-health.html":{}},"file_terms":{}}],["arch",{"_index":1105,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{}},"content":{},"file_terms":{}}],["architectur",{"_index":4373,"root_relative_url":{},"high":{"/fellowships/list.html":{}},"medium":{},"content":{"/fellowships/list.html":{},"/CHTC-pool-record.html":{},"/uw-research-computing/gpu-jobs.html":{}},"file_terms":{}}],["archiv",{"_index":2688,"root_relative_url":{},"high":{"/astronomy-archives.html":{},"/uw-research-computing/conda-installation.html":{}},"medium":{"/uw-research-computing/file-availability.html":{},"/uw-research-computing/docker-build.html":{}},"content":{"/uw-research-computing/user-news.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/astronomy-archives.html":{},"/fellowships/list.html":{},"/gpu-cloudburst.html":{},"/Banq.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/r-build.html":{}},"file_terms":{}}],["archives.html",{"_index":3104,"root_relative_url":{"/astronomy-archives.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["archive’",{"_index":3143,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}],["arctic",{"_index":1824,"root_relative_url":{},"high":{},"medium":{},"content":{"/ucsd-external-release.html":{}},"file_terms":{}}],["area",{"_index":411,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/ucsd-external-release.html":{},"/fellowships/index.html":{},"/research-facilitation.html":{},"/news.html":{},"/the-pelican-project.html":{},"/machine-learning.html":{},"/uw-research-computing/testing-jobs.html":{},"/des-expanding-universe.html":{},"/veritas.html":{},"/david-swanson-awardees-2023.html":{},"/hanna-lab.html":{},"/gpu-cloudburst.html":{},"/precision-mental-health.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/usgs-invasivespecies.html":{},"/gpargo-cc-star.html":{},"/people.html":{},"/CLAS12.html":{},"/htcondor-european-workshop.html":{},"/map/index.html":{},"/Lightning-Talks.html":{},"/Messick.html":{},"/AMNH-Workshops.html":{},"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["aren't",{"_index":2156,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/condor_q.html":{}},"file_terms":{}}],["aren’t",{"_index":924,"root_relative_url":{},"high":{"/news.html":{},"/hanna-lab.html":{}},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/david-swanson-awardees-2023.html":{},"/hanna-lab.html":{},"/hannah.html":{},"/adjacent-tissues-paper.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["areus",{"_index":5809,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/high-memory-jobs.html":{}},"file_terms":{}}],["arg",{"_index":5979,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/r-jobs.html":{}},"content":{},"file_terms":{}}],["arg1",{"_index":6978,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{},"file_terms":{}}],["arg2",{"_index":6979,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{},"file_terms":{}}],["argo",{"_index":5826,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpargo-cc-star.html":{}},"file_terms":{}}],["argonn",{"_index":5300,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["argonne’",{"_index":4632,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["argo’",{"_index":5854,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpargo-cc-star.html":{}},"file_terms":{}}],["argument",{"_index":1122,"root_relative_url":{},"high":{"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{}},"medium":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{}},"content":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{}},"file_terms":{}}],["argument1",{"_index":6968,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{},"file_terms":{}}],["argument2",{"_index":6969,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{},"file_terms":{}}],["ariadna",{"_index":585,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["arial",{"_index":6449,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["aris",{"_index":3755,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/helloworld.html":{},"/precision-mental-health.html":{},"/projects.html":{},"/Hiemstra.html":{},"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["arithmet",{"_index":6303,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/multiple-jobs.html":{}},"file_terms":{}}],["arizona",{"_index":1988,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{},"/veritas.html":{},"/Johri.html":{},"/EHT.html":{}},"file_terms":{}}],["arizona’",{"_index":6553,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["arjuazka",{"_index":5515,"root_relative_url":{},"high":{},"medium":{},"content":{"/icon_credits.html":{}},"file_terms":{}}],["around",{"_index":500,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/Joe-B-Profile.html":{},"/OSG-School.html":{},"/NIAID.html":{},"/ASP.html":{},"/technologies.html":{},"/astronomy-archives.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/hpc-overview.html":{},"/david-swanson-awardees-2023.html":{},"/Natzke.html":{},"/fellowships/list.html":{},"/gis-story.html":{},"/gpu-cloudburst.html":{},"/precision-mental-health.html":{},"/uw-research-computing/get-submit-node.html":{},"/CLAS12.html":{},"/EHT.html":{},"/fire-up-the-gpus.html":{},"/HTCondorWeek-Photos.html":{},"/spalding-lab.html":{},"/AMNH-Workshops.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["arpaci",{"_index":5227,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["arrang",{"_index":2748,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/file-availability.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/get-help.html":{},"/gpu-cloudburst.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["array",{"_index":317,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/bat-genomics.html":{},"/uw-research-computing/dask.html":{},"/veritas.html":{},"/gpu-cloudburst.html":{},"/precision-mental-health.html":{},"/CLAS12.html":{}},"file_terms":{}}],["arriel",{"_index":4858,"root_relative_url":{},"high":{},"medium":{},"content":{"/Opotowsky.html":{}},"file_terms":{}}],["arriv",{"_index":822,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/fellowships/index.html":{},"/Technology-Refresh.html":{},"/usgs-invasivespecies.html":{}},"file_terms":{}}],["art",{"_index":2193,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/index.html":{},"/index.html":{},"/research.html":{},"/jobs.html":{},"/Lightning-Talks.html":{},"/internships.html":{},"/spalding-lab.html":{},"/AMNH-Workshops.html":{},"/ML-and-Image-Analyses-for-Livestock-Data.html":{}},"file_terms":{}}],["arthur",{"_index":4425,"root_relative_url":{},"high":{},"medium":{},"content":{"/gis-story.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["articl",{"_index":1419,"root_relative_url":{"/DoIt-Article-Summary.html":{}},"high":{"/staff/docs/Adding_News_Articles.html":{},"/gpu-cloudburst.html":{}},"medium":{"/staff/docs/Adding_News_Articles.html":{}},"content":{"/DoIt-Article-Summary.html":{},"/free-supercomputing.html":{},"/staff/docs/Adding_News_Articles.html":{},"/staff/index.html":{},"/Showcase.html":{},"/Spencer-Showcase.html":{},"/Hannah-Showcase.html":{},"/Resilience.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/Banq.html":{},"/precision-mental-health.html":{},"/Anirvan-Showcase.html":{},"/hannah.html":{},"/htcondor-helps-enable-mars-research.html":{},"/EHT.html":{},"/fire-up-the-gpus.html":{}},"file_terms":{}}],["artifici",{"_index":4534,"root_relative_url":{},"high":{},"medium":{},"content":{"/hanna-lab.html":{}},"file_terms":{}}],["artist",{"_index":5640,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["arxiv",{"_index":6565,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["asap",{"_index":2860,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/07/throughput-computing-2023.html":{}},"file_terms":{}}],["ascii",{"_index":3160,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}],["ashley",{"_index":3383,"root_relative_url":{},"high":{},"medium":{},"content":{"/chtc-demo.html":{}},"file_terms":{}}],["asia",{"_index":739,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{},"/gpu-cloudburst.html":{},"/htcondor-european-workshop.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["ask",{"_index":1235,"root_relative_url":{},"high":{"/uw-research-computing/helloworld.html":{}},"medium":{},"content":{"/chtc-workshop.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/OSG-School.html":{},"/uw-research-computing/docker-test.html":{},"/materials-science.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/helloworld.html":{},"/neuroscientist.html":{},"/gis-story.html":{},"/hanna-lab.html":{},"/uw-research-computing/gpu-lab.html":{},"/hannah.html":{},"/tribalcollege.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/quota-request.html":{},"/uw-research-computing/conda-installation.html":{},"/CLAS12.html":{},"/EHT.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/docker-build.html":{},"/get-to-know-todd.html":{},"/spalding-lab.html":{},"/AMNH-Workshops.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["asp",{"_index":2594,"root_relative_url":{},"high":{},"medium":{},"content":{"/ASP.html":{}},"file_terms":{}}],["asp.html",{"_index":2590,"root_relative_url":{"/ASP.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["asp2022",{"_index":2599,"root_relative_url":{},"high":{},"medium":{},"content":{"/ASP.html":{}},"file_terms":{}}],["aspect",{"_index":763,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{},"/OSG-School.html":{},"/research-facilitation.html":{},"/veritas.html":{},"/fellowships/list.html":{},"/hanna-lab.html":{},"/research.html":{},"/hannah.html":{},"/htcondor-european-workshop.html":{},"/Lightning-Talks.html":{},"/PATh-Facility.html":{}},"file_terms":{}}],["aspir",{"_index":5565,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["assaf",{"_index":5399,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["assamagan",{"_index":2618,"root_relative_url":{},"high":{},"medium":{},"content":{"/ASP.html":{}},"file_terms":{}}],["assembl",{"_index":696,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{},"/astronomy-archives.html":{},"/Lightning-Talks.html":{}},"file_terms":{}}],["assess",{"_index":4818,"root_relative_url":{},"high":{},"medium":{},"content":{"/precision-mental-health.html":{},"/adjacent-tissues-paper.html":{},"/Lightning-Talks.html":{}},"file_terms":{}}],["asset",{"_index":1656,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-Philosophy.html":{},"/fellowships/list.html":{},"/CLAS12.html":{}},"file_terms":{}}],["assign",{"_index":2775,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{"/Gillett.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/resources.html":{},"/approach.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["assimil",{"_index":4058,"root_relative_url":{},"high":{},"medium":{},"content":{"/neuroscientist.html":{}},"file_terms":{}}],["assist",{"_index":1659,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-Philosophy.html":{},"/OSG-School.html":{},"/uw-research-computing/get-help.html":{},"/ospool-computation.html":{},"/chtc-demo.html":{},"/machine-learning.html":{},"/veritas.html":{},"/Science-Gateway.html":{},"/people.html":{},"/adjacent-tissues-paper.html":{},"/Lightning-Talks.html":{},"/ML-Demo.html":{},"/projects.html":{}},"file_terms":{}}],["associ",{"_index":282,"root_relative_url":{},"high":{"/gis-story.html":{}},"medium":{},"content":{"/Wilcots.html":{},"/ucsd-external-release.html":{},"/uw-research-computing/condor_q.html":{},"/NIAID.html":{},"/index.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/gis-story.html":{},"/tribalcollege.html":{},"/usgs-invasivespecies.html":{},"/htcondor-helps-enable-mars-research.html":{},"/GLUE-lab.html":{},"/Lightning-Talks.html":{},"/Fulvio.html":{},"/ML-Demo.html":{},"/fire-up-the-gpus.html":{},"/Garcia.html":{},"/PATh-Facility.html":{},"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["assum",{"_index":1735,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/Anirvan-Showcase.html":{},"/uw-research-computing/multiple-jobs.html":{},"/Hiemstra.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["assumpt",{"_index":1681,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-Philosophy.html":{}},"file_terms":{}}],["assur",{"_index":7492,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["asteroid",{"_index":3153,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}],["astro2020",{"_index":403,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["astrobiolog",{"_index":459,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["astronom",{"_index":325,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/OSG-School.html":{},"/Gillett.html":{},"/astronomy-archives.html":{},"/EHT.html":{},"/projects.html":{},"/Messick.html":{}},"file_terms":{}}],["astronomi",{"_index":227,"root_relative_url":{"/astronomy-archives.html":{}},"high":{"/Wilcots.html":{},"/news.html":{},"/astronomy-archives.html":{}},"medium":{},"content":{"/Wilcots.html":{},"/ucsd-external-release.html":{},"/OSG-School.html":{},"/Gillett.html":{},"/astronomy-archives.html":{},"/the-pelican-project.html":{},"/veritas.html":{},"/gpu-cloudburst.html":{},"/Lightning-Talks.html":{},"/EHT.html":{},"/HTCondorWeek-Photos.html":{},"/Messick.html":{}},"file_terms":{}}],["astroparticl",{"_index":6910,"root_relative_url":{},"high":{},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["astrophys",{"_index":401,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/veritas.html":{},"/gpu-cloudburst.html":{},"/Lightning-Talks.html":{},"/EHT.html":{}},"file_terms":{}}],["astrophysicist",{"_index":6766,"root_relative_url":{},"high":{},"medium":{},"content":{"/EHT.html":{}},"file_terms":{}}],["asu",{"_index":6655,"root_relative_url":{},"high":{},"medium":{},"content":{"/Johri.html":{}},"file_terms":{}}],["asynchron",{"_index":127,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/globus.html":{}},"file_terms":{}}],["atacama",{"_index":320,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["athlet",{"_index":5873,"root_relative_url":{},"high":{},"medium":{},"content":{"/jobs.html":{}},"file_terms":{}}],["atla",{"_index":2857,"root_relative_url":{},"high":{"/projects.html":{}},"medium":{},"content":{"/events/2023/07/throughput-computing-2023.html":{},"/Lightning-Talks.html":{},"/projects.html":{},"/Throughput-Computing-2023.html":{}},"file_terms":{}}],["atmospher",{"_index":3924,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["atocen_building:\"atmospher",{"_index":6518,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["atom",{"_index":4152,"root_relative_url":{},"high":{},"medium":{},"content":{"/Natzke.html":{},"/CHTC-pool-record.html":{},"/CLAS12.html":{},"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["atomist",{"_index":2824,"root_relative_url":{},"high":{},"medium":{},"content":{"/materials-science.html":{},"/Record.html":{}},"file_terms":{}}],["atom’",{"_index":7427,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["attach",{"_index":3793,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{}},"file_terms":{}}],["attain",{"_index":7129,"root_relative_url":{},"high":{},"medium":{},"content":{"/PATh-Facility.html":{}},"file_terms":{}}],["attempt",{"_index":1596,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/fellowships/list.html":{},"/AMNH-Workshops.html":{},"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["attend",{"_index":1249,"root_relative_url":{"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"high":{"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"medium":{},"content":{"/chtc-workshop.html":{},"/HTC24.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/OSG-School.html":{},"/ASP.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/Showcase.html":{},"/david-swanson-awardees-2023.html":{},"/Natzke.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/gis-story.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/Anirvan-Showcase.html":{},"/jobs.html":{},"/adjacent-tissues-paper.html":{},"/GLUE-lab.html":{},"/Lightning-Talks.html":{},"/ML-Demo.html":{},"/internships.html":{},"/OSG-User-School-Concludes.html":{},"/Throughput-Computing-2023.html":{},"/get-to-know-todd.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["attende",{"_index":1244,"root_relative_url":{},"high":{},"medium":{},"content":{"/chtc-workshop.html":{},"/events/2023/10/information-session.html":{},"/OSG-School.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/htcondor-european-workshop.html":{},"/Lightning-Talks.html":{},"/HTCondorWeek-Photos.html":{},"/Throughput-Computing-2023.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["attent",{"_index":3629,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/Opotowsky.html":{},"/hannah.html":{},"/htcondor-european-workshop.html":{},"/htc.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["attest",{"_index":3335,"root_relative_url":{},"high":{},"medium":{},"content":{"/Spencer-Showcase.html":{},"/Banq.html":{},"/Anirvan-Showcase.html":{}},"file_terms":{}}],["attr1",{"_index":2032,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["attr2",{"_index":2033,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["attract",{"_index":6176,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["attribut",{"_index":2150,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/condor_q.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/staff/docs/Schedule_Calendar.html":{},"/Anirvan-Showcase.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/uw-research-computing/checkpointing.html":{}},"file_terms":{}}],["atyp",{"_index":4456,"root_relative_url":{},"high":{},"medium":{},"content":{"/gis-story.html":{}},"file_terms":{}}],["au",{"_index":6223,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{}},"file_terms":{}}],["audienc",{"_index":242,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/fellowships/index.html":{},"/hannah.html":{},"/htcondor-european-workshop.html":{},"/ML-Demo.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["audience’",{"_index":4869,"root_relative_url":{},"high":{},"medium":{},"content":{"/Opotowsky.html":{}},"file_terms":{}}],["audio",{"_index":5114,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["audit",{"_index":5165,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["auditorium",{"_index":6879,"root_relative_url":{},"high":{},"medium":{},"content":{"/HTCondorWeek-Photos.html":{}},"file_terms":{}}],["aug",{"_index":2682,"root_relative_url":{},"high":{"/uw-research-computing/user-news.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/events.html":{}},"medium":{},"content":{"/news.html":{}},"file_terms":{}}],["augment",{"_index":1559,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/singularity-htc.html":{},"/gpargo-cc-star.html":{}},"file_terms":{}}],["august",{"_index":1911,"root_relative_url":{},"high":{"/uw-research-computing/user-news.html":{},"/events/2024/02/OSG-User-School-2023.html":{}},"medium":{},"content":{"/OSG-School.html":{},"/uw-research-computing/user-news.html":{},"/Showcase.html":{},"/des-expanding-universe.html":{},"/veritas.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/precision-mental-health.html":{},"/research.html":{},"/uw-research-computing/python-jobs.html":{}},"file_terms":{}}],["aui",{"_index":284,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["aurora",{"_index":4633,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["austin",{"_index":1856,"root_relative_url":{},"high":{},"medium":{},"content":{"/ucsd-external-release.html":{},"/research.html":{},"/PATh-Facility.html":{}},"file_terms":{}}],["authent",{"_index":5919,"root_relative_url":{},"high":{"/uw-research-computing/configure-ssh.html":{}},"medium":{},"content":{"/uw-research-computing/configure-ssh.html":{},"/HTCondorWeek-Photos.html":{},"/EOL-OSG.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["author",{"_index":1678,"root_relative_url":{},"high":{},"medium":{"/staff/docs/Adding_News_Articles.html":{}},"content":{"/CHTC-Philosophy.html":{},"/research.html":{},"/usgs-invasivespecies.html":{},"/get-to-know-todd.html":{},"/EOL-OSG.html":{}},"file_terms":{}}],["auto",{"_index":2027,"root_relative_url":{},"high":{"/uw-research-computing/condor_q.html":{}},"medium":{"/uw-research-computing/configure-ssh.html":{}},"content":{"/uw-research-computing/condor_q.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{}},"file_terms":{}}],["autoformat",{"_index":2151,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/condor_q.html":{}},"file_terms":{}}],["autom",{"_index":169,"root_relative_url":{},"high":{"/uw-research-computing/configure-ssh.html":{}},"medium":{},"content":{"/uw-research-computing/globus.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/guides.html":{},"/ucsd-external-release.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/index.html":{},"/uw-research-computing/java-jobs.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/chtc-demo.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/form.html":{},"/Natzke.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/fellowships/list.html":{},"/Banq.html":{},"/uw-research-computing/docker-jobs.html":{},"/precision-mental-health.html":{},"/Anirvan-Showcase.html":{},"/research.html":{},"/tribalcollege.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/quota-request.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/dagman-workflows.html":{},"/adjacent-tissues-paper.html":{},"/CLAS12.html":{},"/uw-research-computing/user-expectations.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/gpu-jobs.html":{},"/EHT.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/PATh-Facility.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/spalding-lab.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["automat",{"_index":1169,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/file-avail-squid.html":{},"/fellowships/list.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/projects.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/file-avail-s3.html":{},"/Hiemstra.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["automaticl",{"_index":6988,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{},"file_terms":{}}],["autonom",{"_index":6852,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/index.html":{}},"file_terms":{}}],["avail",{"_index":137,"root_relative_url":{"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/file-avail-s3.html":{}},"high":{"/uw-research-computing/file-availability.html":{},"/uw-research-computing/hpc-software.html":{},"/jobs.html":{},"/uw-research-computing/gpu-jobs.html":{}},"medium":{"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/hpc-spack-setup.html":{}},"content":{"/uw-research-computing/globus.html":{},"/Wilcots.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/CHTC-Philosophy.html":{},"/ucsd-external-release.html":{},"/OSG-School.html":{},"/uw-research-computing/condor_q.html":{},"/fellowships/index.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/java-jobs.html":{},"/uw-research-computing/user-news.html":{},"/uw-research-computing/file-availability.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/use-submit-node.html":{},"/astronomy-archives.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/chtc-demo.html":{},"/the-pelican-project.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-software.html":{},"/approach.html":{},"/uw-research-computing/hpc-overview.html":{},"/neuroscientist.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/gis-story.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/gpu-cloudburst.html":{},"/Banq.html":{},"/uw-research-computing/gpu-lab.html":{},"/uw-research-computing/docker-jobs.html":{},"/Anirvan-Showcase.html":{},"/research.html":{},"/tribalcollege.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/dagman-workflows.html":{},"/adjacent-tissues-paper.html":{},"/CLAS12.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/Johri.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/fire-up-the-gpus.html":{},"/Garcia.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/file-avail-s3.html":{},"/Hiemstra.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/PATh-Facility.html":{},"/uw-research-computing/docker-build.html":{},"/htc.html":{},"/get-to-know-todd.html":{},"/AMNH-Workshops.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["availability.html",{"_index":2715,"root_relative_url":{"/uw-research-computing/file-availability.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["availabl",{"_index":7056,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/tensorflow-singularity-wait.html":{}},"file_terms":{}}],["avenu",{"_index":5575,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["averag",{"_index":2391,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSPool-Cores.html":{},"/uw-research-computing/dask.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/resources.html":{},"/des-expanding-universe.html":{},"/david-swanson-awardees-2023.html":{},"/precision-mental-health.html":{},"/Science-Gateway.html":{},"/uw-research-computing/multiple-jobs.html":{},"/spalding-lab.html":{},"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["avoid",{"_index":1623,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/singularity-htc.html":{},"/machine-learning.html":{},"/uw-research-computing/github-remote-access.html":{},"/hanna-lab.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/user-expectations.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/checkpointing.html":{}},"file_terms":{}}],["aw",{"_index":4638,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{},"/hannah.html":{},"/Lightning-Talks.html":{}},"file_terms":{}}],["await",{"_index":2943,"root_relative_url":{},"high":{"/news.html":{},"/HTCondorWeek-Photos.html":{}},"medium":{},"content":{"/HTCondorWeek-Photos.html":{}},"file_terms":{}}],["awar",{"_index":553,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/neuroscientist.html":{},"/research.html":{},"/GLUE-lab.html":{}},"file_terms":{}}],["award",{"_index":1827,"root_relative_url":{},"high":{"/news.html":{},"/icecube-receives-hpc-award.html":{}},"medium":{},"content":{"/ucsd-external-release.html":{},"/OSG-School.html":{},"/the-pelican-project.html":{},"/icecube-receives-hpc-award.html":{},"/david-swanson-awardees-2023.html":{},"/Natzke.html":{},"/gpargo-cc-star.html":{},"/PATh-Facility.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["award.html",{"_index":3637,"root_relative_url":{"/icecube-receives-hpc-award.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["awarde",{"_index":2915,"root_relative_url":{"/david-swanson-awardees-2023.html":{}},"high":{"/news.html":{},"/david-swanson-awardees-2023.html":{}},"medium":{},"content":{"/david-swanson-awardees-2023.html":{}},"file_terms":{}}],["away",{"_index":351,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/des-expanding-universe.html":{},"/david-swanson-awardees-2023.html":{},"/hannah.html":{},"/EHT.html":{},"/Hiemstra.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["aydemir",{"_index":6058,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{},"file_terms":{}}],["ayyar",{"_index":7424,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["az",{"_index":3944,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["azur",{"_index":4567,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["b",{"_index":1041,"root_relative_url":{"/Joe-B-Profile.html":{}},"high":{"/uw-research-computing/matlab-jobs.html":{},"/Joe-B-Profile.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/licensed-software.html":{},"/news.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/connecting.html":{}},"medium":{"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/docker-build.html":{}},"content":{"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/hpc-overview.html":{},"/research.html":{},"/icon_credits.html":{},"/uw-research-computing/file-avail-largedata.html":{}},"file_terms":{}}],["b61f24",{"_index":2018,"root_relative_url":{},"high":{},"medium":{},"content":{"/branding.html":{}},"file_terms":{}}],["b70101",{"_index":6457,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["babcock",{"_index":1287,"root_relative_url":{},"high":{"/Joe-B-Profile.html":{}},"medium":{},"content":{},"file_terms":{}}],["babcock:\"babcock",{"_index":6479,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["babi",{"_index":6614,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["back",{"_index":676,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/high-memory-jobs.html":{}},"content":{"/bat-genomics.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/OSG-School.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/user-news.html":{},"/uw-research-computing/file-availability.html":{},"/ospool-computation.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/veritas.html":{},"/uw-research-computing/hpc-overview.html":{},"/david-swanson-awardees-2023.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/staff/docs/Schedule_Calendar.html":{},"/Banq.html":{},"/uw-research-computing/docker-jobs.html":{},"/Science-Gateway.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/quota-request.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/CLAS12.html":{},"/uw-research-computing/user-expectations.html":{},"/htcondor-european-workshop.html":{},"/uw-research-computing/python-jobs.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/EHT.html":{},"/uw-research-computing/file-avail-s3.html":{},"/OSG-User-School-Concludes.html":{},"/uw-research-computing/docker-build.html":{},"/get-to-know-todd.html":{},"/spalding-lab.html":{},"/EOL-OSG.html":{},"/uw-research-computing/r-build.html":{}},"file_terms":{}}],["backbon",{"_index":1778,"root_relative_url":{},"high":{},"medium":{},"content":{"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/adjacent-tissues-paper.html":{},"/EHT.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["backfil",{"_index":3899,"root_relative_url":{},"high":{},"medium":{},"content":{"/approach.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/PATh-Facility.html":{}},"file_terms":{}}],["background",{"_index":1921,"root_relative_url":{},"high":{"/research-facilitation.html":{},"/research.html":{}},"medium":{},"content":{"/OSG-School.html":{},"/uw-research-computing/condor_q.html":{},"/fellowships/index.html":{},"/uw-research-computing/helloworld.html":{},"/veritas.html":{},"/research.html":{},"/hannah.html":{},"/jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/python-jobs.html":{},"/map/index.html":{},"/internships.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["backlog",{"_index":4684,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{}},"file_terms":{}}],["backslash",{"_index":1165,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/high-memory-jobs.html":{}},"content":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/docker-build.html":{}},"file_terms":{}}],["backtrack",{"_index":7382,"root_relative_url":{},"high":{},"medium":{},"content":{"/EOL-OSG.html":{}},"file_terms":{}}],["backup",{"_index":2708,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/user-news.html":{},"/uw-research-computing/chtc-services.html":{}},"file_terms":{}}],["bacon",{"_index":5420,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["bacteria",{"_index":4317,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["bad",{"_index":2377,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/docker-test.html":{},"/uw-research-computing/get-help.html":{},"/hannah.html":{},"/uw-research-computing/file-avail-largedata.html":{}},"file_terms":{}}],["badger",{"_index":6350,"root_relative_url":{},"high":{},"medium":{},"content":{"/CDIS-bldg.html":{}},"file_terms":{}}],["bag",{"_index":7434,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["baker",{"_index":3397,"root_relative_url":{},"high":{},"medium":{},"content":{"/chtc-demo.html":{}},"file_terms":{}}],["bakirci",{"_index":6091,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{},"file_terms":{}}],["balanc",{"_index":5428,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{},"/jobs.html":{},"/get-to-know-todd.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["baldwin",{"_index":6594,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["baldwin’",{"_index":6599,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["ball",{"_index":6049,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/conda-installation.html":{}},"file_terms":{}}],["balsam",{"_index":6816,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{}},"file_terms":{}}],["baltzel",{"_index":6206,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{}},"file_terms":{}}],["bamako",{"_index":2404,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["band",{"_index":3123,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{},"/veritas.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["bandopadhyay",{"_index":6633,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["bandopadhyay’",{"_index":6634,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["bandwidth",{"_index":4546,"root_relative_url":{},"high":{},"medium":{},"content":{"/hanna-lab.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["bang",{"_index":1341,"root_relative_url":{},"high":{},"medium":{},"content":{"/Joe-B-Profile.html":{}},"file_terms":{}}],["bangalor",{"_index":5284,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["bank",{"_index":5411,"root_relative_url":{},"high":{"/projects.html":{}},"medium":{},"content":{"/research.html":{},"/projects.html":{}},"file_terms":{}}],["banq",{"_index":4660,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{}},"file_terms":{}}],["banq.html",{"_index":4651,"root_relative_url":{"/Banq.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["banq’",{"_index":4680,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{}},"file_terms":{}}],["bar",{"_index":3752,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/helloworld.html":{},"/ML-Demo.html":{},"/uw-research-computing/docker-build.html":{}},"file_terms":{}}],["baranovski",{"_index":5232,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["bareiss",{"_index":6619,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["barri",{"_index":6902,"root_relative_url":{},"high":{"/projects.html":{}},"medium":{},"content":{},"file_terms":{}}],["barrier",{"_index":990,"root_relative_url":{},"high":{"/OSG-School.html":{},"/news.html":{}},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/ucsd-external-release.html":{},"/the-pelican-project.html":{},"/GLUE-lab.html":{}},"file_terms":{}}],["bartkowiak",{"_index":6074,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{},"file_terms":{}}],["barton",{"_index":5320,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["base",{"_index":573,"root_relative_url":{},"high":{"/bat-genomics.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/r-build.html":{}},"medium":{"/uw-research-computing/docker-build.html":{}},"content":{"/bat-genomics.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/singularity-hpc.html":{},"/OSG-School.html":{},"/fellowships/index.html":{},"/research-facilitation.html":{},"/uw-research-computing/dask.html":{},"/ospool-computation.html":{},"/astronomy-archives.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/chtc-demo.html":{},"/the-pelican-project.html":{},"/machine-learning.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/fellowships/list.html":{},"/hanna-lab.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/docker-jobs.html":{},"/Science-Gateway.html":{},"/hannah.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/GLUE-lab.html":{},"/uw-research-computing/python-jobs.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/uw-research-computing/gpu-jobs.html":{},"/EHT.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/fire-up-the-gpus.html":{},"/Garcia.html":{},"/HTCondorWeek-Photos.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/os-transition-htc.html":{},"/Messick.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/docker-build.html":{},"/EOL-OSG.html":{},"/uw-research-computing/r-build.html":{},"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["base)[alice@submit",{"_index":6007,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/conda-installation.html":{}},"content":{},"file_terms":{}}],["baselin",{"_index":373,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["bash",{"_index":1715,"root_relative_url":{},"high":{"/uw-research-computing/julia-jobs.html":{}},"medium":{"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"content":{"/uw-research-computing/docker-test.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/testing-jobs.html":{},"/fellowships/list.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["bash_profil",{"_index":7097,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/hpc-spack-setup.html":{}},"content":{},"file_terms":{}}],["bashrc",{"_index":7332,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{}},"content":{},"file_terms":{}}],["basi",{"_index":343,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/bat-genomics.html":{},"/fellowships/index.html":{},"/fellowships/list.html":{},"/precision-mental-health.html":{},"/Science-Gateway.html":{},"/uw-research-computing/index.html":{},"/projects.html":{}},"file_terms":{}}],["basic",{"_index":12,"root_relative_url":{},"high":{"/uw-research-computing/globus.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/guides.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/java-jobs.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/dagman-workflows.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/connecting.html":{}},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/events/2023/11/intro-workshop.html":{},"/CHTC-Philosophy.html":{},"/OSG-School.html":{},"/index.html":{},"/ASP.html":{},"/Gillett.html":{},"/Spencer-Showcase.html":{},"/chtc-demo.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/gis-story.html":{},"/Google-HTCondor.html":{},"/Science-Gateway.html":{},"/CLAS12.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/docker-build.html":{},"/AMNH-Workshops.html":{},"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["basney",{"_index":4930,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["bass",{"_index":7214,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["bat",{"_index":568,"root_relative_url":{"/bat-genomics.html":{}},"high":{"/bat-genomics.html":{}},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["bat1k",{"_index":773,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["batch",{"_index":898,"root_relative_url":{},"high":{"/uw-research-computing/transfer-data-researchdrive.html":{}},"medium":{"/uw-research-computing/condor_q.html":{},"/uw-research-computing/licensed-software.html":{}},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/matlab-jobs.html":{},"/DoIt-Article-Summary.html":{},"/uw-research-computing/condor_q.html":{},"/fellowships/index.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/Hannah-Showcase.html":{},"/Technology-Refresh.html":{},"/fellowships/list.html":{},"/CHTC-pool-record.html":{},"/precision-mental-health.html":{},"/research.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/user-expectations.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["batch_nam",{"_index":2035,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{},"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["batteri",{"_index":1961,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{}},"file_terms":{}}],["battl",{"_index":4683,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{}},"file_terms":{}}],["bay",{"_index":7211,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["bayli",{"_index":6552,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["bazaar",{"_index":1256,"root_relative_url":{},"high":{"/events/2023/02/research-bazaar.html":{},"/events.html":{}},"medium":{},"content":{"/events/2023/02/research-bazaar.html":{},"/GLUE-lab.html":{}},"file_terms":{}}],["bazaar.html",{"_index":1255,"root_relative_url":{"/events/2023/02/research-bazaar.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["bbtautau",{"_index":6580,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["bd24",{"_index":3729,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["be",{"_index":422,"root_relative_url":{},"high":{"/uw-research-computing/testing-jobs.html":{}},"medium":{},"content":{"/Wilcots.html":{},"/bat-genomics.html":{},"/uw-research-computing/matlab-jobs.html":{},"/Joe-B-Profile.html":{},"/CHTC-Philosophy.html":{},"/free-supercomputing.html":{},"/OSG-School.html":{},"/staff/docs/Adding_News_Articles.html":{},"/ASP.html":{},"/uw-research-computing/user-news.html":{},"/Gillett.html":{},"/uw-research-computing/dask.html":{},"/uw-research-computing/chtc-services.html":{},"/astronomy-archives.html":{},"/Spencer-Showcase.html":{},"/the-pelican-project.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/testing-jobs.html":{},"/Hannah-Showcase.html":{},"/neuroscientist.html":{},"/david-swanson-awardees-2023.html":{},"/uw-research-computing/file-avail-squid.html":{},"/hanna-lab.html":{},"/Banq.html":{},"/Science-Gateway.html":{},"/hannah.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/usgs-invasivespecies.html":{},"/adjacent-tissues-paper.html":{},"/CLAS12.html":{},"/uw-research-computing/user-expectations.html":{},"/CDIS-bldg.html":{},"/GLUE-lab.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/gpu-jobs.html":{},"/Garcia.html":{},"/projects.html":{},"/uw-research-computing/file-avail-s3.html":{},"/Hiemstra.html":{},"/PATh-Facility.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/get-started.html":{},"/get-to-know-todd.html":{},"/ML-and-Image-Analyses-for-Livestock-Data.html":{},"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["beach",{"_index":1351,"root_relative_url":{},"high":{},"medium":{},"content":{"/Joe-B-Profile.html":{},"/research.html":{}},"file_terms":{}}],["beam",{"_index":2782,"root_relative_url":{},"high":{},"medium":{},"content":{"/Gillett.html":{},"/CLAS12.html":{},"/Lightning-Talks.html":{}},"file_terms":{}}],["bean",{"_index":7231,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["bear",{"_index":4831,"root_relative_url":{},"high":{},"medium":{},"content":{"/precision-mental-health.html":{},"/adjacent-tissues-paper.html":{}},"file_terms":{}}],["bearer",{"_index":7379,"root_relative_url":{},"high":{},"medium":{},"content":{"/EOL-OSG.html":{}},"file_terms":{}}],["beauti",{"_index":1843,"root_relative_url":{},"high":{},"medium":{},"content":{"/ucsd-external-release.html":{},"/chtc-demo.html":{},"/Natzke.html":{},"/Throughput-Computing-2023.html":{}},"file_terms":{}}],["becam",{"_index":286,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/neuroscientist.html":{},"/hannah.html":{},"/gpargo-cc-star.html":{},"/CLAS12.html":{},"/GLUE-lab.html":{},"/get-to-know-todd.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["beckl",{"_index":5191,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["becom",{"_index":669,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{},"/Joe-B-Profile.html":{},"/materials-science.html":{},"/ospool-computation.html":{},"/astronomy-archives.html":{},"/uw-research-computing/helloworld.html":{},"/des-expanding-universe.html":{},"/veritas.html":{},"/uw-research-computing/hpc-overview.html":{},"/david-swanson-awardees-2023.html":{},"/Natzke.html":{},"/fellowships/list.html":{},"/hanna-lab.html":{},"/gpu-cloudburst.html":{},"/Banq.html":{},"/precision-mental-health.html":{},"/hannah.html":{},"/htcondor-european-workshop.html":{},"/CDIS-bldg.html":{},"/EHT.html":{},"/projects.html":{},"/Messick.html":{},"/spalding-lab.html":{},"/AMNH-Workshops.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["bedrock",{"_index":5646,"root_relative_url":{},"high":{},"medium":{},"content":{"/tribalcollege.html":{}},"file_terms":{}}],["beer",{"_index":7219,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["befamiliar",{"_index":5811,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/high-memory-jobs.html":{}},"file_terms":{}}],["befor",{"_index":742,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/file-avail-largedata.html":{}},"content":{"/bat-genomics.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/guides.html":{},"/uw-research-computing/condor_q.html":{},"/fellowships/index.html":{},"/staff/docs/Adding_News_Articles.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/file-availability.html":{},"/materials-science.html":{},"/uw-research-computing/use-submit-node.html":{},"/ospool-computation.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-software.html":{},"/des-expanding-universe.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/veritas.html":{},"/uw-research-computing/hpc-overview.html":{},"/david-swanson-awardees-2023.html":{},"/Technology-Refresh.html":{},"/Natzke.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/hanna-lab.html":{},"/Banq.html":{},"/precision-mental-health.html":{},"/Anirvan-Showcase.html":{},"/hannah.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/CLAS12.html":{},"/uw-research-computing/user-expectations.html":{},"/uw-research-computing/multiple-jobs.html":{},"/htcondor-european-workshop.html":{},"/GLUE-lab.html":{},"/uw-research-computing/python-jobs.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/os-transition-htc.html":{},"/Messick.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/PATh-Facility.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/spalding-lab.html":{},"/AMNH-Workshops.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/r-build.html":{},"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["beforehand",{"_index":7174,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/docker-build.html":{}},"file_terms":{}}],["began",{"_index":681,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/chtc-workshop.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/helloworld.html":{},"/des-expanding-universe.html":{},"/veritas.html":{},"/Natzke.html":{},"/precision-mental-health.html":{},"/Science-Gateway.html":{},"/hannah.html":{},"/usgs-invasivespecies.html":{},"/gpargo-cc-star.html":{},"/CLAS12.html":{},"/ML-Demo.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["begin",{"_index":107,"root_relative_url":{},"high":{"/EOL-OSG.html":{}},"medium":{},"content":{"/uw-research-computing/globus.html":{},"/Wilcots.html":{},"/bat-genomics.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/guides.html":{},"/NIAID.html":{},"/ASP.html":{},"/uw-research-computing/user-news.html":{},"/Gillett.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/des-expanding-universe.html":{},"/Hannah-Showcase.html":{},"/neuroscientist.html":{},"/uw-research-computing/mpi-jobs.html":{},"/gis-story.html":{},"/Banq.html":{},"/precision-mental-health.html":{},"/Science-Gateway.html":{},"/hannah.html":{},"/CLAS12.html":{},"/htcondor-european-workshop.html":{},"/Johri.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/OSG-User-School-Concludes.html":{},"/PATh-Facility.html":{}},"file_terms":{}}],["beginn",{"_index":7474,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["begun",{"_index":3889,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/colab-to-chtc.html":{},"/GLUE-lab.html":{}},"file_terms":{}}],["behav",{"_index":896,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/materials-science.html":{},"/uw-research-computing/multiple-jobs.html":{},"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["behavior",{"_index":1610,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-availability.html":{},"/Spencer-Showcase.html":{},"/uw-research-computing/inter-submit.html":{},"/hanna-lab.html":{},"/Google-HTCondor.html":{},"/CHTC-pool-record.html":{},"/tribalcollege.html":{},"/adjacent-tissues-paper.html":{},"/Garcia.html":{},"/projects.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["behe",{"_index":2164,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/condor_q.html":{}},"file_terms":{}}],["behind",{"_index":540,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/chtc-workshop.html":{},"/Joe-B-Profile.html":{},"/NIAID.html":{},"/Hannah-Showcase.html":{},"/gpu-cloudburst.html":{},"/GLUE-lab.html":{},"/EHT.html":{},"/events/2023/01/data-center-tours.html":{}},"file_terms":{}}],["believ",{"_index":960,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/OSG-School.html":{},"/gpu-cloudburst.html":{},"/hannah.html":{},"/tribalcollege.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/get-submit-node.html":{},"/GLUE-lab.html":{},"/Lightning-Talks.html":{},"/internships.html":{},"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["belong",{"_index":783,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{},"/ucsd-external-release.html":{},"/uw-research-computing/condor_q.html":{},"/CLAS12.html":{},"/PATh-Facility.html":{},"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["below",{"_index":1124,"root_relative_url":{},"high":{"/uw-research-computing/get-help.html":{}},"medium":{"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{}},"content":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/guides.html":{},"/uw-research-computing/condor_q.html":{},"/staff/docs/Adding_News_Articles.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/research-facilitation.html":{},"/uw-research-computing/user-news.html":{},"/uw-research-computing/file-availability.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/Showcase.html":{},"/uw-research-computing/dask.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/get-help.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-software.html":{},"/approach.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/form.html":{},"/newsletter.html":{},"/Resilience.html":{},"/uw-research-computing/mpi-jobs.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/docker-jobs.html":{},"/Anirvan-Showcase.html":{},"/research.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/jobs.html":{},"/uw-research-computing/quota-request.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/user-expectations.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/map/index.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/EHT.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["ben",{"_index":1868,"root_relative_url":{},"high":{},"medium":{},"content":{"/ucsd-external-release.html":{},"/chtc-demo.html":{},"/research.html":{},"/EHT.html":{}},"file_terms":{}}],["bench",{"_index":1792,"root_relative_url":{},"high":{},"medium":{},"content":{"/high-throughput-computing-fostering-data-science-without-limits.html":{}},"file_terms":{}}],["benchmark",{"_index":4371,"root_relative_url":{},"high":{"/fellowships/list.html":{}},"medium":{},"content":{"/fellowships/list.html":{},"/hanna-lab.html":{},"/ML-Demo.html":{}},"file_terms":{}}],["benchtop",{"_index":6125,"root_relative_url":{},"high":{},"medium":{},"content":{"/adjacent-tissues-paper.html":{}},"file_terms":{}}],["benedikt",{"_index":4578,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["benefici",{"_index":1952,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{},"/tribalcollege.html":{},"/CLAS12.html":{},"/Johri.html":{},"/spalding-lab.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["benefit",{"_index":1002,"root_relative_url":{},"high":{"/jobs.html":{}},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/ucsd-external-release.html":{},"/OSG-School.html":{},"/fellowships/index.html":{},"/NIAID.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/the-pelican-project.html":{},"/machine-learning.html":{},"/uw-research-computing/testing-jobs.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/hanna-lab.html":{},"/Google-HTCondor.html":{},"/precision-mental-health.html":{},"/Opotowsky.html":{},"/hannah.html":{},"/gpargo-cc-star.html":{},"/jobs.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/dagman-workflows.html":{},"/CLAS12.html":{},"/GLUE-lab.html":{},"/Lightning-Talks.html":{},"/Fulvio.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/PATh-Facility.html":{},"/get-to-know-todd.html":{},"/spalding-lab.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["benjamin",{"_index":5729,"root_relative_url":{},"high":{},"medium":{},"content":{"/usgs-invasivespecies.html":{}},"file_terms":{}}],["bent",{"_index":5241,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["beowulf",{"_index":4920,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["berk",{"_index":930,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["berman",{"_index":4908,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["besid",{"_index":3072,"root_relative_url":{},"high":{},"medium":{},"content":{"/ospool-computation.html":{},"/GLUE-lab.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["bespok",{"_index":6301,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/multiple-jobs.html":{},"/PATh-Facility.html":{}},"file_terms":{}}],["best",{"_index":494,"root_relative_url":{},"high":{"/uw-research-computing/file-availability.html":{},"/approach.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/file-avail-s3.html":{}},"medium":{},"content":{"/Wilcots.html":{},"/uw-research-computing/matlab-jobs.html":{},"/CHTC-Philosophy.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/user-news.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/use-submit-node.html":{},"/Spencer-Showcase.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/the-pelican-project.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/testing-jobs.html":{},"/icecube-receives-hpc-award.html":{},"/uw-research-computing/inter-submit.html":{},"/des-expanding-universe.html":{},"/Hannah-Showcase.html":{},"/approach.html":{},"/veritas.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/form.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/hanna-lab.html":{},"/uw-research-computing/gpu-lab.html":{},"/precision-mental-health.html":{},"/Science-Gateway.html":{},"/hannah.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/adjacent-tissues-paper.html":{},"/uw-research-computing/user-expectations.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/gpu-jobs.html":{},"/EHT.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/PATh-Facility.html":{},"/uw-research-computing/get-started.html":{},"/get-to-know-todd.html":{},"/spalding-lab.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["bester",{"_index":5334,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["bet",{"_index":6779,"root_relative_url":{},"high":{},"medium":{},"content":{"/EHT.html":{}},"file_terms":{}}],["beta",{"_index":5841,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpargo-cc-star.html":{}},"file_terms":{}}],["better",{"_index":789,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{"/bat-genomics.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/docker-test.html":{},"/NIAID.html":{},"/ospool-computation.html":{},"/astronomy-archives.html":{},"/Spencer-Showcase.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/machine-learning.html":{},"/uw-research-computing/testing-jobs.html":{},"/des-expanding-universe.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/veritas.html":{},"/neuroscientist.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/file-avail-squid.html":{},"/fellowships/list.html":{},"/gis-story.html":{},"/hanna-lab.html":{},"/uw-research-computing/conda-installation.html":{},"/adjacent-tissues-paper.html":{},"/CLAS12.html":{},"/Lightning-Talks.html":{},"/Fulvio.html":{},"/projects.html":{},"/Hiemstra.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/AMNH-Workshops.html":{},"/CHTC-Facilitation.html":{},"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["better—requir",{"_index":7431,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["between",{"_index":33,"root_relative_url":{},"high":{"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/hpc-spack-setup.html":{}},"medium":{},"content":{"/uw-research-computing/globus.html":{},"/Wilcots.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/matlab-jobs.html":{},"/DoIt-Article-Summary.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/singularity-hpc.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/uw-research-computing/guides.html":{},"/ucsd-external-release.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/docker-test.html":{},"/NIAID.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/index.html":{},"/uw-research-computing/java-jobs.html":{},"/uw-research-computing/file-availability.html":{},"/Gillett.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/dask.html":{},"/uw-research-computing/use-submit-node.html":{},"/ospool-computation.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/chtc-demo.html":{},"/the-pelican-project.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-software.html":{},"/veritas.html":{},"/uw-research-computing/hpc-overview.html":{},"/david-swanson-awardees-2023.html":{},"/Natzke.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/hanna-lab.html":{},"/Banq.html":{},"/uw-research-computing/docker-jobs.html":{},"/CHTC-pool-record.html":{},"/precision-mental-health.html":{},"/research.html":{},"/Science-Gateway.html":{},"/hannah.html":{},"/tribalcollege.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/dagman-workflows.html":{},"/adjacent-tissues-paper.html":{},"/CLAS12.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/gpu-jobs.html":{},"/EHT.html":{},"/HTCondorWeek-Photos.html":{},"/projects.html":{},"/uw-research-computing/checkpointing.html":{},"/Hiemstra.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/PATh-Facility.html":{},"/uw-research-computing/docker-build.html":{},"/htc.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/CHTC-Facilitation.html":{},"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["beyond",{"_index":213,"root_relative_url":{"/uw-research-computing/containers-beyond-chtc.html":{}},"high":{"/index.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/scaling-htc.html":{}},"medium":{},"content":{"/uw-research-computing/globus.html":{},"/Wilcots.html":{},"/bat-genomics.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/guides.html":{},"/OSG-School.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/docker-test.html":{},"/NIAID.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/index.html":{},"/uw-research-computing/java-jobs.html":{},"/research-facilitation.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/chtc-demo.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/approach.html":{},"/neuroscientist.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/fellowships/list.html":{},"/uw-research-computing/docker-jobs.html":{},"/research.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/dagman-workflows.html":{},"/CLAS12.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/projects.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/os-transition-htc.html":{},"/Messick.html":{},"/PATh-Facility.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["bharathi",{"_index":5090,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["bhogal",{"_index":1929,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{}},"file_terms":{}}],["bibliothèqu",{"_index":4656,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{}},"file_terms":{}}],["bibtex",{"_index":4897,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["bicoy",{"_index":2546,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{"/index.html":{},"/news.html":{}},"file_terms":{}}],["biennial",{"_index":2593,"root_relative_url":{},"high":{},"medium":{},"content":{"/ASP.html":{}},"file_terms":{}}],["big",{"_index":309,"root_relative_url":{},"high":{"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{}},"medium":{},"content":{"/Wilcots.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/Joe-B-Profile.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/OSG-School.html":{},"/Gillett.html":{},"/astronomy-archives.html":{},"/uw-research-computing/testing-jobs.html":{},"/veritas.html":{},"/david-swanson-awardees-2023.html":{},"/gpu-cloudburst.html":{},"/hannah.html":{},"/usgs-invasivespecies.html":{},"/htcondor-european-workshop.html":{},"/GLUE-lab.html":{},"/Lightning-Talks.html":{},"/get-to-know-todd.html":{},"/EOL-OSG.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["bigger",{"_index":3965,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{},"/precision-mental-health.html":{},"/hannah.html":{},"/uw-research-computing/gpu-jobs.html":{},"/get-to-know-todd.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["biggest",{"_index":4095,"root_relative_url":{},"high":{},"medium":{},"content":{"/david-swanson-awardees-2023.html":{},"/tribalcollege.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["bike",{"_index":6862,"root_relative_url":{},"high":{},"medium":{},"content":{"/HTCondorWeek-Photos.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["bilinear",{"_index":7450,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["bill",{"_index":5198,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["billion",{"_index":572,"root_relative_url":{},"high":{"/bat-genomics.html":{}},"medium":{},"content":{"/bat-genomics.html":{},"/astronomy-archives.html":{},"/the-pelican-project.html":{},"/david-swanson-awardees-2023.html":{},"/Natzke.html":{},"/gpu-cloudburst.html":{},"/CLAS12.html":{},"/Lightning-Talks.html":{},"/EHT.html":{},"/projects.html":{},"/Messick.html":{}},"file_terms":{}}],["bin",{"_index":1530,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/hpc-spack-setup.html":{}},"content":{},"file_terms":{}}],["bin/bash",{"_index":1500,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/java-jobs.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{}},"content":{},"file_terms":{}}],["bin/sh",{"_index":1101,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"content":{},"file_terms":{}}],["bin:$path",{"_index":3200,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/julia-jobs.html":{}},"content":{},"file_terms":{}}],["binari",{"_index":955,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/multiple-job-dirs.html":{}},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/matlab-jobs.html":{},"/OSG-School.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-software.html":{},"/des-expanding-universe.html":{},"/uw-research-computing/dos-unix.html":{},"/Lightning-Talks.html":{},"/Messick.html":{}},"file_terms":{}}],["bind",{"_index":1499,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/singularity-hpc.html":{}},"content":{"/uw-research-computing/singularity-hpc.html":{},"/Spencer-Showcase.html":{},"/machine-learning.html":{},"/Science-Gateway.html":{},"/CLAS12.html":{},"/projects.html":{}},"file_terms":{}}],["binder",{"_index":3326,"root_relative_url":{},"high":{},"medium":{},"content":{"/Spencer-Showcase.html":{}},"file_terms":{}}],["bing",{"_index":5635,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["bio",{"_index":6954,"root_relative_url":{},"high":{},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["biochemist",{"_index":5449,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["biochemistri",{"_index":7455,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["biocmanager::install(\"package_nam",{"_index":5973,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/r-jobs.html":{}},"content":{},"file_terms":{}}],["bioconductor",{"_index":5997,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["biodivers",{"_index":767,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["bioinformat",{"_index":1823,"root_relative_url":{},"high":{},"medium":{},"content":{"/ucsd-external-release.html":{},"/OSG-School.html":{},"/uw-research-computing/docker-test.html":{},"/NIAID.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/Lightning-Talks.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["biolog",{"_index":1896,"root_relative_url":{},"high":{},"medium":{},"content":{"/free-supercomputing.html":{},"/ospool-computation.html":{},"/Spencer-Showcase.html":{},"/map/index.html":{},"/Garcia.html":{},"/projects.html":{}},"file_terms":{}}],["biologi",{"_index":1753,"root_relative_url":{},"high":{},"medium":{},"content":{"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/OSG-School.html":{},"/NIAID.html":{},"/Showcase.html":{},"/the-pelican-project.html":{},"/machine-learning.html":{},"/CHTC-pool-record.html":{},"/map/index.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["biologist",{"_index":578,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{},"/usgs-invasivespecies.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["biom",{"_index":6382,"root_relative_url":{},"high":{},"medium":{},"content":{"/GLUE-lab.html":{}},"file_terms":{}}],["biomagnet",{"_index":6900,"root_relative_url":{},"high":{"/projects.html":{}},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["biomechan",{"_index":6136,"root_relative_url":{},"high":{},"medium":{},"content":{"/adjacent-tissues-paper.html":{},"/Lightning-Talks.html":{}},"file_terms":{}}],["biomed",{"_index":2447,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID.html":{},"/index.html":{},"/Record.html":{},"/adjacent-tissues-paper.html":{},"/projects.html":{}},"file_terms":{}}],["biomedinfo",{"_index":3464,"root_relative_url":{},"high":{},"medium":{},"content":{"/Record.html":{}},"file_terms":{}}],["biomolecular",{"_index":6627,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{},"/projects.html":{}},"file_terms":{}}],["biosensor",{"_index":5499,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["biostatist",{"_index":4775,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-pool-record.html":{},"/map/index.html":{},"/ML-Demo.html":{},"/fire-up-the-gpus.html":{}},"file_terms":{}}],["biotechnolog",{"_index":6494,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["birdbath",{"_index":5218,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["birge_hall:\"botani",{"_index":6510,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["birth",{"_index":6560,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["birthright",{"_index":5628,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["biscayn",{"_index":5327,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["bison",{"_index":5677,"root_relative_url":{},"high":{},"medium":{},"content":{"/tribalcollege.html":{}},"file_terms":{}}],["bit",{"_index":2815,"root_relative_url":{},"high":{},"medium":{},"content":{"/materials-science.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/inter-submit.html":{},"/hannah.html":{},"/htcondor-european-workshop.html":{},"/uw-research-computing/docker-build.html":{}},"file_terms":{}}],["black",{"_index":243,"root_relative_url":{},"high":{"/news.html":{},"/EHT.html":{}},"medium":{},"content":{"/Wilcots.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/OSG-School.html":{},"/branding.html":{},"/the-pelican-project.html":{},"/veritas.html":{},"/tribalcollege.html":{},"/Lightning-Talks.html":{},"/EHT.html":{},"/projects.html":{},"/Messick.html":{}},"file_terms":{}}],["blank",{"_index":1554,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/form.html":{},"/adjacent-tissues-paper.html":{},"/uw-research-computing/docker-build.html":{}},"file_terms":{}}],["blank’",{"_index":6145,"root_relative_url":{},"high":{},"medium":{},"content":{"/adjacent-tissues-paper.html":{}},"file_terms":{}}],["blast",{"_index":6195,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{}},"file_terms":{}}],["bldg.html",{"_index":6342,"root_relative_url":{"/CDIS-bldg.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["blew",{"_index":5583,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["blind",{"_index":3956,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["block",{"_index":2467,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/check-quota.html":{}},"content":{"/uw-research-computing/check-quota.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/neuroscientist.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/CDIS-bldg.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["blog",{"_index":4706,"root_relative_url":{},"high":{},"medium":{},"content":{"/Google-HTCondor.html":{}},"file_terms":{}}],["bloggers.com",{"_index":5998,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["blood",{"_index":5549,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["bloom",{"_index":5153,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["blossom",{"_index":7126,"root_relative_url":{},"high":{},"medium":{},"content":{"/PATh-Facility.html":{}},"file_terms":{}}],["blow",{"_index":4173,"root_relative_url":{},"high":{},"medium":{},"content":{"/Natzke.html":{}},"file_terms":{}}],["blue",{"_index":466,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/Joe-B-Profile.html":{},"/OSPool-Cores.html":{},"/gpu-cloudburst.html":{}},"file_terms":{}}],["blueprint",{"_index":4902,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["bluish",{"_index":3952,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["bmi_gitt",{"_index":4774,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-pool-record.html":{}},"file_terms":{}}],["bmrb",{"_index":2540,"root_relative_url":{},"high":{"/index.html":{}},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["boa",{"_index":6399,"root_relative_url":{},"high":{},"medium":{},"content":{"/GLUE-lab.html":{}},"file_terms":{}}],["bobo",{"_index":7285,"root_relative_url":{},"high":{},"medium":{},"content":{"/AMNH-Workshops.html":{}},"file_terms":{}}],["bock_laboratories:\"bock",{"_index":6483,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["bockelman",{"_index":908,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/the-pelican-project.html":{},"/uw-research-computing/gpu-lab.html":{},"/research.html":{},"/HTCondorWeek-Photos.html":{},"/PATh-Facility.html":{}},"file_terms":{}}],["bockelman’",{"_index":7131,"root_relative_url":{},"high":{},"medium":{},"content":{"/PATh-Facility.html":{}},"file_terms":{}}],["bodi",{"_index":5654,"root_relative_url":{},"high":{},"medium":{},"content":{"/tribalcollege.html":{},"/adjacent-tissues-paper.html":{},"/map/index.html":{},"/uw-research-computing/index.html":{},"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["boe",{"_index":7194,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["boil",{"_index":3094,"root_relative_url":{},"high":{},"medium":{},"content":{"/ospool-computation.html":{},"/Fulvio.html":{}},"file_terms":{}}],["boinc",{"_index":932,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["bold",{"_index":4513,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["bolder",{"_index":1698,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-Philosophy.html":{}},"file_terms":{}}],["bollig",{"_index":6059,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{},"file_terms":{}}],["bolling",{"_index":6120,"root_relative_url":{},"high":{},"medium":{},"content":{"/adjacent-tissues-paper.html":{}},"file_terms":{}}],["bolt",{"_index":3357,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/machine-learning-htc.html":{}},"file_terms":{}}],["bond",{"_index":1371,"root_relative_url":{},"high":{},"medium":{},"content":{"/Joe-B-Profile.html":{}},"file_terms":{}}],["bone",{"_index":6129,"root_relative_url":{},"high":{},"medium":{},"content":{"/adjacent-tissues-paper.html":{}},"file_terms":{}}],["book",{"_index":2862,"root_relative_url":{},"high":{"/get-to-know-todd.html":{}},"medium":{},"content":{"/events/2023/07/throughput-computing-2023.html":{},"/neuroscientist.html":{},"/Banq.html":{},"/icon_credits.html":{},"/hannah.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["boost",{"_index":1694,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-Philosophy.html":{}},"file_terms":{}}],["bootstrap",{"_index":1464,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-htc.html":{}},"content":{"/staff/docs/Adding_News_Articles.html":{},"/uw-research-computing/hpc-spack-install.html":{}},"file_terms":{}}],["border",{"_index":6454,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["bore",{"_index":5639,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["borea",{"_index":7494,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["born",{"_index":6615,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["borrow",{"_index":3968,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["bosco",{"_index":5896,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["boson",{"_index":6581,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{},"/EHT.html":{},"/projects.html":{}},"file_terms":{}}],["boston",{"_index":5188,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["both",{"_index":99,"root_relative_url":{},"high":{"/uw-research-computing/os-transition-htc.html":{}},"medium":{},"content":{"/uw-research-computing/globus.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/Joe-B-Profile.html":{},"/uw-research-computing/singularity-htc.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/java-jobs.html":{},"/uw-research-computing/dask.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/use-submit-node.html":{},"/astronomy-archives.html":{},"/Spencer-Showcase.html":{},"/david-swanson-awardees-2023.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/fellowships/list.html":{},"/staff/docs/Schedule_Calendar.html":{},"/hanna-lab.html":{},"/Banq.html":{},"/precision-mental-health.html":{},"/Opotowsky.html":{},"/hannah.html":{},"/tribalcollege.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/gpargo-cc-star.html":{},"/jobs.html":{},"/uw-research-computing/quota-request.html":{},"/uw-research-computing/r-jobs.html":{},"/CLAS12.html":{},"/uw-research-computing/user-expectations.html":{},"/GLUE-lab.html":{},"/uw-research-computing/python-jobs.html":{},"/map/index.html":{},"/Lightning-Talks.html":{},"/projects.html":{},"/uw-research-computing/file-avail-s3.html":{},"/Throughput-Computing-2023.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/Messick.html":{},"/PATh-Facility.html":{},"/get-to-know-todd.html":{},"/spalding-lab.html":{},"/events/2022/11/extended-office-hours.html":{}},"file_terms":{}}],["bottleneck",{"_index":1238,"root_relative_url":{},"high":{"/news.html":{},"/spalding-lab.html":{}},"medium":{},"content":{"/chtc-workshop.html":{},"/gis-story.html":{},"/CLAS12.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["bottom",{"_index":92,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/globus.html":{},"/uw-research-computing/guides.html":{},"/staff/docs/Schedule_Calendar.html":{},"/map/index.html":{},"/EHT.html":{}},"file_terms":{}}],["bought",{"_index":4636,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{},"/usgs-invasivespecies.html":{}},"file_terms":{}}],["bound",{"_index":4150,"root_relative_url":{},"high":{},"medium":{},"content":{"/Natzke.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["boundari",{"_index":5579,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{},"/GLUE-lab.html":{},"/Johri.html":{},"/Garcia.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["boverhof",{"_index":5057,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["box",{"_index":1320,"root_relative_url":{},"high":{},"medium":{},"content":{"/Joe-B-Profile.html":{},"/icon_credits.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{}},"file_terms":{}}],["bradley",{"_index":5150,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{},"/Fulvio.html":{}},"file_terms":{}}],["brag",{"_index":5594,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["brain",{"_index":1892,"root_relative_url":{},"high":{},"medium":{},"content":{"/free-supercomputing.html":{},"/neuroscientist.html":{},"/Fulvio.html":{},"/projects.html":{}},"file_terms":{}}],["brain’",{"_index":1895,"root_relative_url":{},"high":{},"medium":{},"content":{"/free-supercomputing.html":{}},"file_terms":{}}],["branch",{"_index":2283,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Adding_News_Articles.html":{},"/astronomy-archives.html":{},"/hanna-lab.html":{},"/hannah.html":{}},"file_terms":{}}],["brand",{"_index":2015,"root_relative_url":{},"high":{"/branding.html":{}},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["branding.html",{"_index":2014,"root_relative_url":{"/branding.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["brazil",{"_index":6380,"root_relative_url":{},"high":{},"medium":{},"content":{"/GLUE-lab.html":{}},"file_terms":{}}],["brazilian",{"_index":6386,"root_relative_url":{},"high":{},"medium":{},"content":{"/GLUE-lab.html":{}},"file_terms":{}}],["brazil’",{"_index":6393,"root_relative_url":{},"high":{},"medium":{},"content":{"/GLUE-lab.html":{}},"file_terms":{}}],["breadth",{"_index":1636,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-Philosophy.html":{}},"file_terms":{}}],["break",{"_index":1166,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/matlab-jobs.html":{},"/CHTC-Philosophy.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/OSG-School.html":{},"/OSPool-Cores.html":{},"/ASP.html":{},"/Gillett.html":{},"/materials-science.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/Record.html":{},"/approach.html":{},"/newsletter.html":{},"/precision-mental-health.html":{},"/hannah.html":{},"/usgs-invasivespecies.html":{},"/CDIS-bldg.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/docker-build.html":{}},"file_terms":{}}],["breakthrough",{"_index":7444,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["breast",{"_index":4306,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["breath",{"_index":3908,"root_relative_url":{},"high":{},"medium":{},"content":{"/approach.html":{}},"file_terms":{}}],["breed",{"_index":6922,"root_relative_url":{},"high":{},"medium":{},"content":{"/projects.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["breit",{"_index":3648,"root_relative_url":{},"high":{},"medium":{},"content":{"/icecube-receives-hpc-award.html":{},"/projects.html":{}},"file_terms":{}}],["bret",{"_index":4760,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-pool-record.html":{}},"file_terms":{}}],["brian",{"_index":907,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/news.html":{},"/the-pelican-project.html":{},"/uw-research-computing/gpu-lab.html":{},"/research.html":{},"/HTCondorWeek-Photos.html":{},"/PATh-Facility.html":{}},"file_terms":{}}],["bridg",{"_index":977,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/astronomy-archives.html":{},"/CHTC-pool-record.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["brief",{"_index":3317,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-spack-install.html":{}},"file_terms":{}}],["briefli",{"_index":6873,"root_relative_url":{},"high":{},"medium":{},"content":{"/HTCondorWeek-Photos.html":{}},"file_terms":{}}],["bright",{"_index":434,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/veritas.html":{}},"file_terms":{}}],["bring",{"_index":1762,"root_relative_url":{},"high":{"/news.html":{},"/tribalcollege.html":{},"/GLUE-lab.html":{}},"medium":{"/uw-research-computing/colab-to-chtc.html":{}},"content":{"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/OSG-School.html":{},"/index.html":{},"/uw-research-computing/howto_overview.html":{},"/uw-research-computing/file-availability.html":{},"/the-pelican-project.html":{},"/uw-research-computing/inter-submit.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/CHTC-pool-record.html":{},"/precision-mental-health.html":{},"/research.html":{},"/tribalcollege.html":{},"/uw-research-computing/user-expectations.html":{},"/EHT.html":{},"/HTCondorWeek-Photos.html":{},"/get-to-know-todd.html":{},"/spalding-lab.html":{},"/AMNH-Workshops.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["british",{"_index":4147,"root_relative_url":{},"high":{},"medium":{},"content":{"/Natzke.html":{}},"file_terms":{}}],["broad",{"_index":630,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/CHTC-Philosophy.html":{},"/htcondor-european-workshop.html":{},"/Fulvio.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["broadband",{"_index":7493,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["broadcast",{"_index":5430,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["broaden",{"_index":541,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["broader",{"_index":7279,"root_relative_url":{},"high":{},"medium":{},"content":{"/spalding-lab.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["broadli",{"_index":864,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/CLAS12.html":{}},"file_terms":{}}],["brodholt",{"_index":5207,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["brogden:\"psycholog",{"_index":6513,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["broke",{"_index":6346,"root_relative_url":{},"high":{},"medium":{},"content":{"/CDIS-bldg.html":{}},"file_terms":{}}],["broken",{"_index":4363,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/mpi-jobs.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/usgs-invasivespecies.html":{}},"file_terms":{}}],["broker",{"_index":3167,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}],["brought",{"_index":3670,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/docker-jobs.html":{},"/precision-mental-health.html":{},"/Science-Gateway.html":{},"/tribalcollege.html":{},"/uw-research-computing/r-jobs.html":{},"/CLAS12.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/r-build.html":{}},"file_terms":{}}],["brown",{"_index":6821,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{}},"file_terms":{}}],["brows",{"_index":2890,"root_relative_url":{},"high":{},"medium":{},"content":{"/Showcase.html":{},"/astronomy-archives.html":{},"/Natzke.html":{},"/Banq.html":{},"/Opotowsky.html":{},"/CLAS12.html":{},"/Johri.html":{},"/Fulvio.html":{},"/Garcia.html":{},"/HTCondorWeek-Photos.html":{},"/Hiemstra.html":{},"/Messick.html":{}},"file_terms":{}}],["browser",{"_index":3545,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/r-build.html":{}},"file_terms":{}}],["bruce",{"_index":5190,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["brunner",{"_index":5101,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["brute",{"_index":3509,"root_relative_url":{},"high":{},"medium":{},"content":{"/machine-learning.html":{}},"file_terms":{}}],["bryna",{"_index":6092,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{},"file_terms":{}}],["bu",{"_index":5871,"root_relative_url":{},"high":{},"medium":{},"content":{"/jobs.html":{}},"file_terms":{}}],["bubbl",{"_index":3174,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{},"/hannah.html":{}},"file_terms":{}}],["bucket",{"_index":7008,"root_relative_url":{},"high":{"/uw-research-computing/file-avail-s3.html":{}},"medium":{"/uw-research-computing/file-avail-s3.html":{}},"content":{"/uw-research-computing/file-avail-s3.html":{}},"file_terms":{}}],["bucket/larg",{"_index":7013,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/file-avail-s3.html":{}},"content":{},"file_terms":{}}],["bucket’",{"_index":7024,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/file-avail-s3.html":{}},"file_terms":{}}],["buckybadg",{"_index":7353,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{}},"content":{},"file_terms":{}}],["bud",{"_index":534,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["budget",{"_index":6360,"root_relative_url":{},"high":{},"medium":{},"content":{"/CDIS-bldg.html":{}},"file_terms":{}}],["budworm",{"_index":2941,"root_relative_url":{},"high":{"/news.html":{},"/Garcia.html":{}},"medium":{},"content":{"/Garcia.html":{}},"file_terms":{}}],["budworm’",{"_index":6826,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{}},"file_terms":{}}],["bug",{"_index":3100,"root_relative_url":{},"high":{},"medium":{},"content":{"/ospool-computation.html":{},"/uw-research-computing/testing-jobs.html":{},"/GLUE-lab.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["build",{"_index":205,"root_relative_url":{},"high":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/news.html":{},"/uw-research-computing/julia-jobs.html":{},"/the-pelican-project.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/fellowships/list.html":{},"/uw-research-computing/docker-jobs.html":{},"/research.html":{},"/events.html":{},"/uw-research-computing/r-jobs.html":{},"/CDIS-bldg.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/r-build.html":{}},"medium":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/r-build.html":{}},"content":{"/uw-research-computing/globus.html":{},"/Wilcots.html":{},"/uw-research-computing/matlab-jobs.html":{},"/events/2023/11/intro-workshop.html":{},"/events/2023/02/research-bazaar.html":{},"/events/2023/10/information-session.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/guides.html":{},"/ucsd-external-release.html":{},"/uw-research-computing/condor_q.html":{},"/fellowships/index.html":{},"/uw-research-computing/docker-test.html":{},"/NIAID.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/java-jobs.html":{},"/research-facilitation.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/use-submit-node.html":{},"/ospool-computation.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/chtc-demo.html":{},"/machine-learning.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/neuroscientist.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/fellowships/list.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/docker-jobs.html":{},"/precision-mental-health.html":{},"/research.html":{},"/Science-Gateway.html":{},"/tribalcollege.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/dos-unix.html":{},"/events/2022/11/gpu-ml-demo.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/dagman-workflows.html":{},"/uw-research-computing/multiple-jobs.html":{},"/CDIS-bldg.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/GLUE-lab.html":{},"/uw-research-computing/python-jobs.html":{},"/map/index.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/gpu-jobs.html":{},"/Garcia.html":{},"/events/2023/01/data-center-tours.html":{},"/projects.html":{},"/uw-research-computing/checkpointing.html":{},"/Hiemstra.html":{},"/uw-research-computing/os-transition-htc.html":{},"/events/2023/01/hpc-cluster-faq.html":{},"/uw-research-computing/docker-build.html":{},"/get-to-know-todd.html":{},"/AMNH-Workshops.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/scaling-htc.html":{},"/events/2022/11/extended-office-hours.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["build.html",{"_index":7133,"root_relative_url":{"/uw-research-computing/docker-build.html":{},"/uw-research-computing/r-build.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["build.log",{"_index":1474,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/julia-jobs.html":{}},"content":{},"file_terms":{}}],["build.sub",{"_index":1055,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/r-build.html":{}},"content":{},"file_terms":{}}],["build/compil",{"_index":4365,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/mpi-jobs.html":{}},"file_terms":{}}],["build/test",{"_index":3668,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/inter-submit.html":{}},"file_terms":{}}],["built",{"_index":358,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/Banq.html":{},"/Google-HTCondor.html":{},"/uw-research-computing/docker-jobs.html":{},"/Science-Gateway.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/python-jobs.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["bulk",{"_index":5123,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["bulki",{"_index":3098,"root_relative_url":{},"high":{},"medium":{},"content":{"/ospool-computation.html":{}},"file_terms":{}}],["bunch",{"_index":5837,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpargo-cc-star.html":{}},"file_terms":{}}],["bundl",{"_index":3673,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{}},"file_terms":{}}],["burden",{"_index":4039,"root_relative_url":{},"high":{},"medium":{},"content":{"/neuroscientist.html":{},"/projects.html":{}},"file_terms":{}}],["buri",{"_index":664,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{},"/Banq.html":{}},"file_terms":{}}],["burn",{"_index":6396,"root_relative_url":{},"high":{},"medium":{},"content":{"/GLUE-lab.html":{}},"file_terms":{}}],["burst",{"_index":4584,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["burt",{"_index":5046,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["busi",{"_index":2701,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/user-news.html":{},"/Showcase.html":{},"/uw-research-computing/get-help.html":{},"/uw-research-computing/form.html":{},"/uw-research-computing/quota-request.html":{},"/ML-Demo.html":{}},"file_terms":{}}],["button",{"_index":3546,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/github-remote-access.html":{},"/newsletter.html":{},"/Science-Gateway.html":{},"/uw-research-computing/configure-ssh.html":{},"/CLAS12.html":{}},"file_terms":{}}],["buy",{"_index":3034,"root_relative_url":{"/uw-research-computing/hpc-buy-in.html":{}},"high":{"/uw-research-computing/hpc-buy-in.html":{}},"medium":{},"content":{"/uw-research-computing/chtc-services.html":{},"/veritas.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/fire-up-the-gpus.html":{},"/uw-research-computing/index.html":{}},"file_terms":{}}],["buyya",{"_index":4932,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["bwa",{"_index":2434,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID.html":{}},"file_terms":{}}],["bylaw",{"_index":6182,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{}},"file_terms":{}}],["bypass",{"_index":5313,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{},"/CLAS12.html":{}},"file_terms":{}}],["byte",{"_index":2493,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/helloworld.html":{}},"content":{"/uw-research-computing/check-quota.html":{}},"file_terms":{}}],["c",{"_index":236,"root_relative_url":{},"high":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/connecting.html":{}},"medium":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/hpc-spack-setup.html":{}},"content":{"/Wilcots.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/hpc-overview.html":{},"/Anirvan-Showcase.html":{},"/Opotowsky.html":{},"/research.html":{},"/HTCondorWeek-Photos.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["ca",{"_index":5037,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["cabinet",{"_index":4418,"root_relative_url":{},"high":{},"medium":{},"content":{"/gis-story.html":{},"/CLAS12.html":{}},"file_terms":{}}],["cabl",{"_index":7125,"root_relative_url":{},"high":{},"medium":{},"content":{"/PATh-Facility.html":{}},"file_terms":{}}],["cach",{"_index":997,"root_relative_url":{},"high":{"/uw-research-computing/singularity-htc.html":{}},"medium":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{}},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/singularity-htc.html":{},"/fellowships/list.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["cadonati",{"_index":2844,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/07/throughput-computing-2023.html":{}},"file_terms":{}}],["cae",{"_index":3557,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["cal",{"_index":1641,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-Philosophy.html":{}},"file_terms":{}}],["calcul",{"_index":3003,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/dask.html":{},"/astronomy-archives.html":{},"/Spencer-Showcase.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/machine-learning.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/hpc-overview.html":{},"/Opotowsky.html":{},"/hannah.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/gpu-jobs.html":{},"/Garcia.html":{},"/projects.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["calendar",{"_index":2380,"root_relative_url":{},"high":{"/staff/index.html":{},"/staff/docs/Schedule_Calendar.html":{}},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["calendarurl",{"_index":4480,"root_relative_url":{},"high":{},"medium":{"/staff/docs/Schedule_Calendar.html":{}},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["calero",{"_index":5139,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["calibr",{"_index":4629,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{},"/Garcia.html":{}},"file_terms":{}}],["calibri",{"_index":6437,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["california",{"_index":1876,"root_relative_url":{},"high":{},"medium":{},"content":{"/free-supercomputing.html":{},"/astronomy-archives.html":{},"/gpu-cloudburst.html":{},"/research.html":{},"/PATh-Facility.html":{}},"file_terms":{}}],["call",{"_index":117,"root_relative_url":{},"high":{"/events/2023/07/throughput-computing-2023.html":{}},"medium":{"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"content":{"/uw-research-computing/globus.html":{},"/Wilcots.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/matlab-jobs.html":{},"/Joe-B-Profile.html":{},"/uw-research-computing/singularity-htc.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/file-availability.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/astronomy-archives.html":{},"/uw-research-computing/julia-jobs.html":{},"/machine-learning.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-software.html":{},"/des-expanding-universe.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/approach.html":{},"/neuroscientist.html":{},"/Natzke.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/Resilience.html":{},"/uw-research-computing/mpi-jobs.html":{},"/gis-story.html":{},"/hanna-lab.html":{},"/gpu-cloudburst.html":{},"/Opotowsky.html":{},"/hannah.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/adjacent-tissues-paper.html":{},"/CLAS12.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/Lightning-Talks.html":{},"/Fulvio.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/file-avail-s3.html":{},"/Messick.html":{},"/uw-research-computing/docker-build.html":{},"/get-to-know-todd.html":{},"/AMNH-Workshops.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/r-build.html":{},"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["calleja",{"_index":5216,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["caltech",{"_index":853,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/astronomy-archives.html":{}},"file_terms":{}}],["caltech/mit/ligo",{"_index":809,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["came",{"_index":1291,"root_relative_url":{},"high":{"/Joe-B-Profile.html":{}},"medium":{},"content":{"/Joe-B-Profile.html":{},"/materials-science.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/helloworld.html":{},"/Hannah-Showcase.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/gis-story.html":{},"/hanna-lab.html":{},"/Opotowsky.html":{},"/hannah.html":{},"/gpargo-cc-star.html":{},"/Johri.html":{},"/Fulvio.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["camera",{"_index":3187,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{},"/des-expanding-universe.html":{},"/veritas.html":{},"/Lightning-Talks.html":{}},"file_terms":{}}],["cameron",{"_index":5859,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{"/gpargo-cc-star.html":{}},"file_terms":{}}],["campu",{"_index":547,"root_relative_url":{},"high":{"/events.html":{}},"medium":{"/uw-research-computing/containers-beyond-chtc.html":{}},"content":{"/Wilcots.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/events/2023/11/intro-workshop.html":{},"/events/2023/02/research-bazaar.html":{},"/events/2023/10/information-session.html":{},"/Joe-B-Profile.html":{},"/HTC24.html":{},"/DoIt-Article-Summary.html":{},"/CHTC-Philosophy.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/uw-research-computing/guides.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/OSPool-Cores.html":{},"/uw-research-computing/licensed-software.html":{},"/index.html":{},"/research-facilitation.html":{},"/uw-research-computing/file-availability.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/Showcase.html":{},"/news.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/get-help.html":{},"/astronomy-archives.html":{},"/Spencer-Showcase.html":{},"/chtc-demo.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/helloworld.html":{},"/approach.html":{},"/Natzke.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/fellowships/list.html":{},"/gis-story.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/precision-mental-health.html":{},"/uw-research-computing/get-submit-node.html":{},"/events/2022/11/gpu-ml-demo.html":{},"/CLAS12.html":{},"/CDIS-bldg.html":{},"/GLUE-lab.html":{},"/map/index.html":{},"/Lightning-Talks.html":{},"/Fulvio.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/EHT.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/fire-up-the-gpus.html":{},"/uw-research-computing/index.html":{},"/projects.html":{},"/internships.html":{},"/uw-research-computing/checkpointing.html":{},"/Throughput-Computing-2023.html":{},"/events/2023/01/hpc-cluster-faq.html":{},"/uw-research-computing/get-started.html":{},"/get-to-know-todd.html":{},"/spalding-lab.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["campus",{"_index":1411,"root_relative_url":{},"high":{"/news.html":{},"/gpargo-cc-star.html":{}},"medium":{},"content":{"/HTC24.html":{},"/CHTC-Philosophy.html":{},"/ucsd-external-release.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/OSG-School.html":{},"/OSPool-Cores.html":{},"/index.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/fellowships/list.html":{},"/Science-Gateway.html":{},"/gpargo-cc-star.html":{},"/Lightning-Talks.html":{},"/PATh-Facility.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["campus'",{"_index":3763,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/helloworld.html":{}},"file_terms":{}}],["can't",{"_index":2587,"root_relative_url":{},"high":{"/uw-research-computing/howto_overview.html":{}},"medium":{},"content":{},"file_terms":{}}],["can/should",{"_index":2740,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/file-availability.html":{}},"file_terms":{}}],["canada",{"_index":4641,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{},"/CLAS12.html":{},"/Garcia.html":{}},"file_terms":{}}],["canadian",{"_index":6825,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{}},"file_terms":{}}],["cancel",{"_index":2693,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/user-news.html":{}},"file_terms":{}}],["cancer",{"_index":2878,"root_relative_url":{},"high":{},"medium":{},"content":{"/Showcase.html":{},"/Spencer-Showcase.html":{},"/veritas.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/Science-Gateway.html":{},"/projects.html":{}},"file_terms":{}}],["candid",{"_index":1927,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{},"/fellowships/index.html":{},"/Spencer-Showcase.html":{},"/chtc-demo.html":{},"/machine-learning.html":{},"/uw-research-computing/testing-jobs.html":{},"/veritas.html":{},"/neuroscientist.html":{},"/Science-Gateway.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/gpu-jobs.html":{},"/HTCondorWeek-Photos.html":{},"/projects.html":{}},"file_terms":{}}],["cannon",{"_index":4486,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["can’t",{"_index":3292,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-spack-install.html":{},"/the-pelican-project.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/precision-mental-health.html":{},"/hannah.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/python-jobs.html":{},"/Fulvio.html":{},"/Messick.html":{}},"file_terms":{}}],["cao",{"_index":3390,"root_relative_url":{},"high":{},"medium":{},"content":{"/chtc-demo.html":{}},"file_terms":{}}],["capabl",{"_index":280,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/gpu-jobs.html":{}},"content":{"/Wilcots.html":{},"/NIAID.html":{},"/uw-research-computing/user-news.html":{},"/Gillett.html":{},"/news.html":{},"/uw-research-computing/chtc-services.html":{},"/astronomy-archives.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/Natzke.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/fellowships/list.html":{},"/hanna-lab.html":{},"/Banq.html":{},"/uw-research-computing/docker-jobs.html":{},"/CHTC-pool-record.html":{},"/Opotowsky.html":{},"/Science-Gateway.html":{},"/tribalcollege.html":{},"/usgs-invasivespecies.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/configure-ssh.html":{},"/adjacent-tissues-paper.html":{},"/Johri.html":{},"/Fulvio.html":{},"/uw-research-computing/gpu-jobs.html":{},"/fire-up-the-gpus.html":{},"/Garcia.html":{},"/uw-research-computing/checkpointing.html":{},"/Hiemstra.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/spalding-lab.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["capac",{"_index":215,"root_relative_url":{},"high":{"/news.html":{},"/CHTC-pool-record.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/scaling-htc.html":{}},"medium":{},"content":{"/uw-research-computing/globus.html":{},"/Wilcots.html":{},"/bat-genomics.html":{},"/uw-research-computing/matlab-jobs.html":{},"/Joe-B-Profile.html":{},"/DoIt-Article-Summary.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/guides.html":{},"/ucsd-external-release.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/docker-test.html":{},"/OSPool-Cores.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/java-jobs.html":{},"/uw-research-computing/user-news.html":{},"/uw-research-computing/file-availability.html":{},"/materials-science.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/chtc-demo.html":{},"/Record.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/approach.html":{},"/uw-research-computing/hpc-overview.html":{},"/Technology-Refresh.html":{},"/Natzke.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/gis-story.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/hanna-lab.html":{},"/gpu-cloudburst.html":{},"/Google-HTCondor.html":{},"/uw-research-computing/docker-jobs.html":{},"/CHTC-pool-record.html":{},"/precision-mental-health.html":{},"/Anirvan-Showcase.html":{},"/Opotowsky.html":{},"/research.html":{},"/Science-Gateway.html":{},"/tribalcollege.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/dagman-workflows.html":{},"/adjacent-tissues-paper.html":{},"/CLAS12.html":{},"/uw-research-computing/user-expectations.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/Lightning-Talks.html":{},"/Fulvio.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/EHT.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/Garcia.html":{},"/uw-research-computing/index.html":{},"/internships.html":{},"/uw-research-computing/checkpointing.html":{},"/Hiemstra.html":{},"/uw-research-computing/os-transition-htc.html":{},"/PATh-Facility.html":{},"/uw-research-computing/docker-build.html":{},"/htc.html":{},"/get-to-know-todd.html":{},"/spalding-lab.html":{},"/AMNH-Workshops.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["capitol",{"_index":6798,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-buy-in.html":{}},"file_terms":{}}],["capston",{"_index":5444,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["caption",{"_index":2314,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["captionth",{"_index":2271,"root_relative_url":{},"high":{},"medium":{"/staff/docs/Adding_News_Articles.html":{}},"content":{},"file_terms":{}}],["fight",{"_index":4106,"root_relative_url":{},"high":{},"medium":{},"content":{"/david-swanson-awardees-2023.html":{},"/Resilience.html":{}},"file_terms":{}}],["figur",{"_index":2270,"root_relative_url":{},"high":{},"medium":{"/staff/docs/Adding_News_Articles.html":{}},"content":{"/staff/docs/Adding_News_Articles.html":{},"/research-facilitation.html":{},"/materials-science.html":{},"/astronomy-archives.html":{},"/approach.html":{},"/hannah.html":{},"/gpargo-cc-star.html":{},"/GLUE-lab.html":{},"/Fulvio.html":{},"/fire-up-the-gpus.html":{},"/get-to-know-todd.html":{},"/AMNH-Workshops.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["file",{"_index":7,"root_relative_url":{"/Using-HTCondor-For-Large-File-Transfer.html":{}},"high":{"/uw-research-computing/globus.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/connecting.html":{}},"medium":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/java-jobs.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/connecting.html":{}},"content":{"/uw-research-computing/globus.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/guides.html":{},"/OSG-School.html":{},"/uw-research-computing/condor_q.html":{},"/fellowships/index.html":{},"/staff/docs/Adding_News_Articles.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/java-jobs.html":{},"/uw-research-computing/user-news.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/get-help.html":{},"/astronomy-archives.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-software.html":{},"/Hannah-Showcase.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/hpc-overview.html":{},"/Technology-Refresh.html":{},"/Natzke.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/fellowships/list.html":{},"/gis-story.html":{},"/staff/docs/Schedule_Calendar.html":{},"/Banq.html":{},"/uw-research-computing/docker-jobs.html":{},"/precision-mental-health.html":{},"/Anirvan-Showcase.html":{},"/research.html":{},"/Science-Gateway.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/quota-request.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/dagman-workflows.html":{},"/CLAS12.html":{},"/uw-research-computing/user-expectations.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/Johri.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/projects.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/file-avail-s3.html":{},"/Hiemstra.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/events/2023/01/hpc-cluster-faq.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/EOL-OSG.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["file(",{"_index":5690,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/file-avail-largedata.html":{}},"content":{"/uw-research-computing/file-avail-largedata.html":{}},"file_terms":{}}],["file1",{"_index":2717,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/file-availability.html":{}},"content":{},"file_terms":{}}],["file1,/absolute/pathto/file2,etc",{"_index":3686,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["file2",{"_index":2718,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/file-availability.html":{}},"content":{},"file_terms":{}}],["file3",{"_index":2724,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/file-availability.html":{}},"content":{},"file_terms":{}}],["file_directori",{"_index":7470,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/connecting.html":{}},"content":{},"file_terms":{}}],["file_or_dir",{"_index":5687,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/file-avail-s3.html":{}},"content":{},"file_terms":{}}],["filenam",{"_index":2733,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/transfer-data-researchdrive.html":{}},"content":{"/uw-research-computing/file-availability.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/file-avail-s3.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{}},"file_terms":{}}],["filename>.yml",{"_index":4490,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["filename@cs.wisc.edu",{"_index":4495,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["filepath",{"_index":2495,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/check-quota.html":{},"/uw-research-computing/multiple-jobs.html":{}},"file_terms":{}}],["files'",{"_index":4337,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/file-avail-squid.html":{}},"file_terms":{}}],["filesystem",{"_index":1601,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/check-quota.html":{}},"content":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["file–download–download",{"_index":3882,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/colab-to-chtc.html":{}},"file_terms":{}}],["file’",{"_index":7023,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/file-avail-s3.html":{}},"file_terms":{}}],["fill",{"_index":1150,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{}},"content":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/staff/docs/Adding_News_Articles.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/get-help.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/form.html":{},"/newsletter.html":{},"/precision-mental-health.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/quota-request.html":{},"/adjacent-tissues-paper.html":{},"/CLAS12.html":{},"/map/index.html":{},"/Fulvio.html":{},"/EHT.html":{},"/HTCondorWeek-Photos.html":{},"/uw-research-computing/get-started.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["fillcolor",{"_index":6531,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["fillopac",{"_index":6530,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["filter",{"_index":963,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/Spencer-Showcase.html":{},"/Messick.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["final",{"_index":482,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/fellowships/index.html":{},"/uw-research-computing/licensed-software.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-software.html":{},"/des-expanding-universe.html":{},"/neuroscientist.html":{},"/Banq.html":{},"/CHTC-pool-record.html":{},"/Anirvan-Showcase.html":{},"/research.html":{},"/Science-Gateway.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/CLAS12.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/Lightning-Talks.html":{},"/Fulvio.html":{},"/uw-research-computing/gpu-jobs.html":{},"/Garcia.html":{},"/uw-research-computing/checkpointing.html":{},"/Hiemstra.html":{},"/Messick.html":{},"/PATh-Facility.html":{},"/uw-research-computing/docker-build.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/r-build.html":{},"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["financi",{"_index":4828,"root_relative_url":{},"high":{},"medium":{},"content":{"/precision-mental-health.html":{}},"file_terms":{}}],["find",{"_index":83,"root_relative_url":{},"high":{"/uw-research-computing/condor_q.html":{},"/fellowships/index.html":{},"/uw-research-computing/howto_overview.html":{},"/uw-research-computing/hpc-spack-install.html":{}},"medium":{"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/hpc-spack-setup.html":{}},"content":{"/uw-research-computing/globus.html":{},"/Wilcots.html":{},"/bat-genomics.html":{},"/uw-research-computing/singularity-htc.html":{},"/CHTC-Philosophy.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/uw-research-computing/guides.html":{},"/ucsd-external-release.html":{},"/OSG-School.html":{},"/uw-research-computing/condor_q.html":{},"/staff/docs/Adding_News_Articles.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/java-jobs.html":{},"/uw-research-computing/file-availability.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/uw-research-computing/get-help.html":{},"/astronomy-archives.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/the-pelican-project.html":{},"/machine-learning.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-software.html":{},"/des-expanding-universe.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/approach.html":{},"/veritas.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/mpi-jobs.html":{},"/gis-story.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/docker-jobs.html":{},"/Science-Gateway.html":{},"/hannah.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/configure-ssh.html":{},"/adjacent-tissues-paper.html":{},"/GLUE-lab.html":{},"/uw-research-computing/python-jobs.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/Fulvio.html":{},"/uw-research-computing/gpu-jobs.html":{},"/EHT.html":{},"/projects.html":{},"/Hiemstra.html":{},"/uw-research-computing/os-transition-htc.html":{},"/Messick.html":{},"/uw-research-computing/docker-build.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/spalding-lab.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/r-build.html":{}},"file_terms":{}}],["findabl",{"_index":3422,"root_relative_url":{},"high":{},"medium":{},"content":{"/the-pelican-project.html":{}},"file_terms":{}}],["finder",{"_index":4430,"root_relative_url":{},"high":{},"medium":{},"content":{"/gis-story.html":{}},"file_terms":{}}],["fine",{"_index":2324,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Adding_News_Articles.html":{},"/ASP.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/precision-mental-health.html":{},"/hannah.html":{},"/Lightning-Talks.html":{}},"file_terms":{}}],["fingertip",{"_index":4676,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{},"/Johri.html":{},"/PATh-Facility.html":{}},"file_terms":{}}],["finish",{"_index":488,"root_relative_url":{},"high":{"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{}},"medium":{"/uw-research-computing/helloworld.html":{},"/uw-research-computing/high-memory-jobs.html":{}},"content":{"/Wilcots.html":{},"/uw-research-computing/singularity-htc.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/dask.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/hpc-overview.html":{},"/Natzke.html":{},"/Banq.html":{},"/precision-mental-health.html":{},"/hannah.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["finit",{"_index":6935,"root_relative_url":{},"high":{},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["fir",{"_index":6817,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{}},"file_terms":{}}],["fire",{"_index":2922,"root_relative_url":{"/fire-up-the-gpus.html":{}},"high":{"/news.html":{},"/hannah.html":{},"/fire-up-the-gpus.html":{}},"medium":{},"content":{"/EHT.html":{},"/Hiemstra.html":{},"/get-to-know-todd.html":{},"/EOL-OSG.html":{}},"file_terms":{}}],["firewal",{"_index":5194,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["first",{"_index":56,"root_relative_url":{},"high":{"/chtc-workshop.html":{},"/news.html":{},"/uw-research-computing/helloworld.html":{}},"medium":{"/uw-research-computing/helloworld.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/hpc-spack-modules.html":{}},"content":{"/uw-research-computing/globus.html":{},"/Wilcots.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/guides.html":{},"/ucsd-external-release.html":{},"/uw-research-computing/condor_q.html":{},"/fellowships/index.html":{},"/staff/docs/Adding_News_Articles.html":{},"/uw-research-computing/docker-test.html":{},"/OSPool-Cores.html":{},"/NIAID.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/java-jobs.html":{},"/ASP.html":{},"/research-facilitation.html":{},"/uw-research-computing/file-availability.html":{},"/Gillett.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/Showcase.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/get-help.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/the-pelican-project.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/Hannah-Showcase.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/hpc-overview.html":{},"/neuroscientist.html":{},"/david-swanson-awardees-2023.html":{},"/newsletter.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/fellowships/list.html":{},"/staff/docs/Schedule_Calendar.html":{},"/hanna-lab.html":{},"/gpu-cloudburst.html":{},"/Banq.html":{},"/uw-research-computing/docker-jobs.html":{},"/precision-mental-health.html":{},"/Anirvan-Showcase.html":{},"/research.html":{},"/Science-Gateway.html":{},"/hannah.html":{},"/tribalcollege.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/dagman-workflows.html":{},"/adjacent-tissues-paper.html":{},"/CLAS12.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/GLUE-lab.html":{},"/uw-research-computing/python-jobs.html":{},"/Johri.html":{},"/Fulvio.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/HTCondorWeek-Photos.html":{},"/projects.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/file-avail-s3.html":{},"/Hiemstra.html":{},"/Throughput-Computing-2023.html":{},"/uw-research-computing/os-transition-htc.html":{},"/Messick.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/PATh-Facility.html":{},"/uw-research-computing/docker-build.html":{},"/htc.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/AMNH-Workshops.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/EOL-OSG.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["fiscal",{"_index":1825,"root_relative_url":{},"high":{},"medium":{},"content":{"/ucsd-external-release.html":{}},"file_terms":{}}],["fish",{"_index":2662,"root_relative_url":{},"high":{},"medium":{},"content":{"/research-facilitation.html":{},"/usgs-invasivespecies.html":{}},"file_terms":{}}],["fisica",{"_index":6231,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{}},"file_terms":{}}],["fisk",{"_index":5157,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["fit",{"_index":1689,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-Philosophy.html":{},"/Gillett.html":{},"/ospool-computation.html":{},"/machine-learning.html":{},"/approach.html":{},"/veritas.html":{},"/uw-research-computing/hpc-overview.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/precision-mental-health.html":{},"/Science-Gateway.html":{},"/hannah.html":{},"/CLAS12.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/gpu-jobs.html":{},"/Garcia.html":{},"/Messick.html":{},"/get-to-know-todd.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["five",{"_index":1776,"root_relative_url":{},"high":{},"medium":{},"content":{"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/OSG-School.html":{},"/NIAID.html":{},"/machine-learning.html":{},"/uw-research-computing/testing-jobs.html":{},"/des-expanding-universe.html":{},"/Natzke.html":{},"/Resilience.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/gis-story.html":{},"/Anirvan-Showcase.html":{},"/Science-Gateway.html":{},"/hannah.html":{},"/gpargo-cc-star.html":{},"/jobs.html":{},"/CLAS12.html":{},"/Lightning-Talks.html":{},"/Fulvio.html":{},"/Garcia.html":{},"/get-to-know-todd.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["fix",{"_index":891,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/fellowships/list.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/dos-unix.html":{},"/Fulvio.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["flag",{"_index":1163,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/docker-test.html":{},"/NIAID.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/r-build.html":{}},"file_terms":{}}],["flagship",{"_index":4386,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/list.html":{}},"file_terms":{}}],["flare",{"_index":6909,"root_relative_url":{},"high":{},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["flash",{"_index":3953,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["flat",{"_index":4398,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/list.html":{},"/uw-research-computing/hpc-spack-modules.html":{}},"file_terms":{}}],["flathead",{"_index":5660,"root_relative_url":{},"high":{},"medium":{},"content":{"/tribalcollege.html":{}},"file_terms":{}}],["flavor",{"_index":1286,"root_relative_url":{},"high":{"/Joe-B-Profile.html":{}},"medium":{},"content":{"/Joe-B-Profile.html":{},"/uw-research-computing/hpc-spack-modules.html":{}},"file_terms":{}}],["flexibl",{"_index":357,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/Joe-B-Profile.html":{},"/NIAID.html":{},"/ospool-computation.html":{},"/uw-research-computing/resources.html":{},"/research.html":{},"/jobs.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{}},"file_terms":{}}],["fli",{"_index":730,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{},"/research.html":{},"/Johri.html":{},"/Garcia.html":{}},"file_terms":{}}],["flickr",{"_index":2410,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID.html":{}},"file_terms":{}}],["flier",{"_index":1945,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{}},"file_terms":{}}],["flight",{"_index":1885,"root_relative_url":{},"high":{},"medium":{},"content":{"/free-supercomputing.html":{},"/Garcia.html":{},"/htc.html":{}},"file_terms":{}}],["flip",{"_index":4033,"root_relative_url":{},"high":{},"medium":{},"content":{"/neuroscientist.html":{},"/hannah.html":{}},"file_terms":{}}],["flix",{"_index":5135,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["float",{"_index":2261,"root_relative_url":{},"high":{},"medium":{"/staff/docs/Adding_News_Articles.html":{}},"content":{"/staff/docs/Adding_News_Articles.html":{},"/staff/docs/Schedule_Calendar.html":{},"/htc.html":{}},"file_terms":{}}],["float:left",{"_index":6452,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["flock",{"_index":2742,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/file-availability.html":{},"/uw-research-computing/testing-jobs.html":{},"/research.html":{},"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["floor",{"_index":5772,"root_relative_url":{},"high":{"/events.html":{}},"medium":{},"content":{"/events/2023/01/data-center-tours.html":{}},"file_terms":{}}],["flop",{"_index":7178,"root_relative_url":{},"high":{},"medium":{},"content":{"/htc.html":{}},"file_terms":{}}],["florida",{"_index":1857,"root_relative_url":{},"high":{},"medium":{},"content":{"/ucsd-external-release.html":{},"/research.html":{},"/PATh-Facility.html":{}},"file_terms":{}}],["flow",{"_index":1339,"root_relative_url":{},"high":{},"medium":{},"content":{"/Joe-B-Profile.html":{},"/CLAS12.html":{}},"file_terms":{}}],["flowchart",{"_index":6757,"root_relative_url":{},"high":{},"medium":{},"content":{"/ML-Demo.html":{}},"file_terms":{}}],["fluno",{"_index":1390,"root_relative_url":{},"high":{"/events.html":{}},"medium":{},"content":{"/HTC24.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/HTCondorWeek-Photos.html":{},"/Throughput-Computing-2023.html":{}},"file_terms":{}}],["flux",{"_index":6907,"root_relative_url":{},"high":{},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["flwo",{"_index":3942,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["fnal",{"_index":7305,"root_relative_url":{},"high":{},"medium":{},"content":{"/Using-HTCondor-For-Large-File-Transfer.html":{}},"file_terms":{}}],["fob",{"_index":5934,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/configure-ssh.html":{}},"file_terms":{}}],["foca",{"_index":6105,"root_relative_url":{},"high":{},"medium":{},"content":{"/people.html":{}},"file_terms":{}}],["focu",{"_index":643,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/Joe-B-Profile.html":{},"/OSG-School.html":{},"/astronomy-archives.html":{},"/machine-learning.html":{},"/neuroscientist.html":{},"/fellowships/list.html":{},"/gis-story.html":{},"/hanna-lab.html":{},"/gpu-cloudburst.html":{},"/precision-mental-health.html":{},"/Science-Gateway.html":{},"/tribalcollege.html":{},"/GLUE-lab.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/checkpointing.html":{},"/Hiemstra.html":{},"/PATh-Facility.html":{},"/ML-and-Image-Analyses-for-Livestock-Data.html":{}},"file_terms":{}}],["focus",{"_index":620,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{},"/chtc-workshop.html":{},"/events/2023/02/research-bazaar.html":{},"/OSG-School.html":{},"/research-facilitation.html":{},"/des-expanding-universe.html":{},"/Hannah-Showcase.html":{},"/Natzke.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/gpu-cloudburst.html":{},"/CHTC-pool-record.html":{},"/Opotowsky.html":{},"/tribalcollege.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/Garcia.html":{},"/HTCondorWeek-Photos.html":{},"/projects.html":{},"/Messick.html":{},"/PATh-Facility.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["fold",{"_index":4172,"root_relative_url":{},"high":{},"medium":{},"content":{"/Natzke.html":{}},"file_terms":{}}],["folder",{"_index":61,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/java-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{}},"content":{"/uw-research-computing/globus.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/java-jobs.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/quota-request.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{}},"file_terms":{}}],["folder’",{"_index":2367,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/docker-test.html":{}},"file_terms":{}}],["folk",{"_index":4458,"root_relative_url":{},"high":{},"medium":{},"content":{"/gis-story.html":{},"/htcondor-european-workshop.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["follow",{"_index":1114,"root_relative_url":{},"high":{"/index.html":{}},"medium":{"/uw-research-computing/matlab-jobs.html":{}},"content":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/singularity-hpc.html":{},"/ucsd-external-release.html":{},"/uw-research-computing/condor_q.html":{},"/fellowships/index.html":{},"/staff/docs/Adding_News_Articles.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/howto_overview.html":{},"/research-facilitation.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/get-help.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/the-pelican-project.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-software.html":{},"/des-expanding-universe.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/approach.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/form.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/gpu-lab.html":{},"/hannah.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/quota-request.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/CLAS12.html":{},"/uw-research-computing/user-expectations.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/Fulvio.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/EHT.html":{},"/HTCondorWeek-Photos.html":{},"/projects.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["fondli",{"_index":7199,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["font",{"_index":6433,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["food",{"_index":1378,"root_relative_url":{},"high":{},"medium":{},"content":{"/Joe-B-Profile.html":{},"/HTCondorWeek-Photos.html":{},"/get-to-know-todd.html":{},"/events/2022/11/extended-office-hours.html":{}},"file_terms":{}}],["fool",{"_index":3345,"root_relative_url":{},"high":{},"medium":{},"content":{"/Spencer-Showcase.html":{},"/neuroscientist.html":{}},"file_terms":{}}],["footprint",{"_index":2316,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Adding_News_Articles.html":{},"/des-expanding-universe.html":{}},"file_terms":{}}],["footstep",{"_index":7403,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-Facilitation.html":{}},"file_terms":{}}],["for(var",{"_index":4191,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["forag",{"_index":633,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["forbidden",{"_index":6598,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["forc",{"_index":2559,"root_relative_url":{},"high":{"/Natzke.html":{}},"medium":{},"content":{"/index.html":{},"/Record.html":{},"/machine-learning.html":{},"/des-expanding-universe.html":{},"/Natzke.html":{},"/adjacent-tissues-paper.html":{},"/CLAS12.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["forecast",{"_index":6834,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{}},"file_terms":{}}],["foreign",{"_index":6252,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/user-expectations.html":{}},"file_terms":{}}],["foreman",{"_index":4492,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["foremost",{"_index":5597,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{},"/tribalcollege.html":{}},"file_terms":{}}],["forens",{"_index":2937,"root_relative_url":{},"high":{"/news.html":{},"/Opotowsky.html":{}},"medium":{},"content":{"/Opotowsky.html":{}},"file_terms":{}}],["foresaw",{"_index":4628,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["forest",{"_index":6387,"root_relative_url":{},"high":{},"medium":{},"content":{"/GLUE-lab.html":{},"/Lightning-Talks.html":{},"/Garcia.html":{},"/projects.html":{}},"file_terms":{}}],["forestri",{"_index":6478,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{},"/projects.html":{}},"file_terms":{}}],["forethought",{"_index":4825,"root_relative_url":{},"high":{},"medium":{},"content":{"/precision-mental-health.html":{}},"file_terms":{}}],["forev",{"_index":3585,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{},"/gis-story.html":{}},"file_terms":{}}],["forfeit",{"_index":6743,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{}},"file_terms":{}}],["forg",{"_index":6015,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/conda-installation.html":{}},"content":{},"file_terms":{}}],["forget",{"_index":1668,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-Philosophy.html":{},"/uw-research-computing/github-remote-access.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/configure-ssh.html":{}},"file_terms":{}}],["forgot",{"_index":3302,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-spack-install.html":{}},"file_terms":{}}],["form",{"_index":348,"root_relative_url":{},"high":{"/uw-research-computing/form.html":{},"/uw-research-computing/quota-request.html":{}},"medium":{},"content":{"/Wilcots.html":{},"/uw-research-computing/singularity-htc.html":{},"/materials-science.html":{},"/technologies.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/get-help.html":{},"/astronomy-archives.html":{},"/uw-research-computing/helloworld.html":{},"/Hannah-Showcase.html":{},"/veritas.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/form.html":{},"/Technology-Refresh.html":{},"/newsletter.html":{},"/hanna-lab.html":{},"/gpu-cloudburst.html":{},"/Science-Gateway.html":{},"/tribalcollege.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/quota-request.html":{},"/CLAS12.html":{},"/fire-up-the-gpus.html":{},"/projects.html":{},"/uw-research-computing/get-started.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["formal",{"_index":7292,"root_relative_url":{},"high":{},"medium":{},"content":{"/AMNH-Workshops.html":{}},"file_terms":{}}],["format",{"_index":410,"root_relative_url":{},"high":{"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/condor_q.html":{}},"medium":{"/staff/docs/Adding_News_Articles.html":{},"/staff/docs/Schedule_Calendar.html":{}},"content":{"/Wilcots.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/condor_q.html":{},"/fellowships/index.html":{},"/uw-research-computing/docker-test.html":{},"/NIAID.html":{},"/astronomy-archives.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/chtc-demo.html":{},"/uw-research-computing/helloworld.html":{},"/gis-story.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/conda-installation.html":{},"/CLAS12.html":{},"/uw-research-computing/multiple-jobs.html":{},"/htcondor-european-workshop.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/Hiemstra.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["format=jobid",{"_index":7361,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{}},"content":{},"file_terms":{}}],["format—it",{"_index":3156,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}],["former",{"_index":1388,"root_relative_url":{},"high":{},"medium":{},"content":{"/HTC24.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/david-swanson-awardees-2023.html":{},"/hannah.html":{},"/gpargo-cc-star.html":{},"/adjacent-tissues-paper.html":{},"/CLAS12.html":{}},"file_terms":{}}],["formerli",{"_index":1533,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/singularity-htc.html":{},"/Lightning-Talks.html":{}},"file_terms":{}}],["formid",{"_index":5831,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpargo-cc-star.html":{}},"file_terms":{}}],["forthcom",{"_index":4832,"root_relative_url":{},"high":{},"medium":{},"content":{"/precision-mental-health.html":{},"/research.html":{}},"file_terms":{}}],["forti",{"_index":2412,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID.html":{},"/Natzke.html":{},"/research.html":{}},"file_terms":{}}],["forum",{"_index":7386,"root_relative_url":{},"high":{},"medium":{},"content":{"/EOL-OSG.html":{}},"file_terms":{}}],["forward",{"_index":306,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/index.html":{},"/ASP.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/github-remote-access.html":{},"/des-expanding-universe.html":{},"/neuroscientist.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/hanna-lab.html":{},"/precision-mental-health.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/configure-ssh.html":{},"/htcondor-european-workshop.html":{},"/uw-research-computing/checkpointing.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["foster",{"_index":1751,"root_relative_url":{"/high-throughput-computing-fostering-data-science-without-limits.html":{}},"high":{"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/news.html":{}},"medium":{},"content":{"/research.html":{},"/Science-Gateway.html":{},"/projects.html":{}},"file_terms":{}}],["found",{"_index":84,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{"/uw-research-computing/globus.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/singularity-hpc.html":{},"/OSG-School.html":{},"/uw-research-computing/condor_q.html":{},"/staff/docs/Adding_News_Articles.html":{},"/uw-research-computing/licensed-software.html":{},"/materials-science.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/ospool-computation.html":{},"/astronomy-archives.html":{},"/uw-research-computing/julia-jobs.html":{},"/chtc-demo.html":{},"/the-pelican-project.html":{},"/Record.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-software.html":{},"/des-expanding-universe.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/Technology-Refresh.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/gis-story.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/staff/docs/Schedule_Calendar.html":{},"/hanna-lab.html":{},"/gpu-cloudburst.html":{},"/tribalcollege.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/CLAS12.html":{},"/uw-research-computing/python-jobs.html":{},"/Lightning-Talks.html":{},"/Fulvio.html":{},"/uw-research-computing/gpu-jobs.html":{},"/EHT.html":{},"/uw-research-computing/checkpointing.html":{},"/Hiemstra.html":{},"/OSG-User-School-Concludes.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/spalding-lab.html":{},"/EOL-OSG.html":{},"/CHTC-Facilitation.html":{},"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["foundat",{"_index":1315,"root_relative_url":{},"high":{"/CLAS12.html":{}},"medium":{},"content":{"/Joe-B-Profile.html":{},"/DoIt-Article-Summary.html":{},"/ucsd-external-release.html":{},"/fellowships/index.html":{},"/uw-research-computing/dask.html":{},"/the-pelican-project.html":{},"/Technology-Refresh.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/gpu-lab.html":{},"/precision-mental-health.html":{},"/hannah.html":{},"/tribalcollege.html":{},"/gpargo-cc-star.html":{},"/ML-Demo.html":{},"/EHT.html":{},"/uw-research-computing/index.html":{},"/projects.html":{},"/PATh-Facility.html":{},"/spalding-lab.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["founder",{"_index":1767,"root_relative_url":{},"high":{},"medium":{},"content":{"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/ASP.html":{}},"file_terms":{}}],["four",{"_index":888,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/inter-submit.html":{},"/veritas.html":{},"/Technology-Refresh.html":{},"/Natzke.html":{},"/staff/docs/Schedule_Calendar.html":{},"/hanna-lab.html":{},"/gpu-cloudburst.html":{},"/tribalcollege.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/r-jobs.html":{},"/CLAS12.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/uw-research-computing/checkpointing.html":{},"/Messick.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/r-build.html":{}},"file_terms":{}}],["fourth",{"_index":1261,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/02/research-bazaar.html":{}},"file_terms":{}}],["fox",{"_index":4911,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["fq",{"_index":5800,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/high-memory-jobs.html":{}},"content":{},"file_terms":{}}],["fraction",{"_index":3960,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["frame",{"_index":6562,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["framework",{"_index":2939,"root_relative_url":{},"high":{"/news.html":{},"/Hiemstra.html":{}},"medium":{},"content":{"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/fellowships/list.html":{},"/research.html":{},"/HTCondorWeek-Photos.html":{},"/Hiemstra.html":{}},"file_terms":{}}],["fran",{"_index":4907,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["franc",{"_index":2912,"root_relative_url":{},"high":{"/news.html":{},"/htcondor-european-workshop.html":{}},"medium":{},"content":{"/CLAS12.html":{},"/htcondor-european-workshop.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{}},"file_terms":{}}],["franca",{"_index":6806,"root_relative_url":{},"high":{},"medium":{},"content":{"/fire-up-the-gpus.html":{}},"file_terms":{}}],["francesco",{"_index":5143,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{},"/htcondor-european-workshop.html":{}},"file_terms":{}}],["franci",{"_index":3644,"root_relative_url":{},"high":{"/projects.html":{}},"medium":{},"content":{"/icecube-receives-hpc-award.html":{},"/gpu-cloudburst.html":{},"/projects.html":{}},"file_terms":{}}],["francisco",{"_index":5016,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["franck’",{"_index":4770,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-pool-record.html":{}},"file_terms":{}}],["frank",{"_index":1832,"root_relative_url":{},"high":{},"medium":{},"content":{"/ucsd-external-release.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/gpu-cloudburst.html":{},"/research.html":{},"/CLAS12.html":{}},"file_terms":{}}],["frankfurt",{"_index":768,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["frankli",{"_index":4165,"root_relative_url":{},"high":{},"medium":{},"content":{"/Natzke.html":{},"/gis-story.html":{}},"file_terms":{}}],["franklin",{"_index":5730,"root_relative_url":{},"high":{},"medium":{},"content":{"/usgs-invasivespecies.html":{}},"file_terms":{}}],["fraud",{"_index":3438,"root_relative_url":{},"high":{},"medium":{},"content":{"/the-pelican-project.html":{}},"file_terms":{}}],["freak",{"_index":5526,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["fred",{"_index":3939,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["free",{"_index":1280,"root_relative_url":{"/free-supercomputing.html":{}},"high":{"/free-supercomputing.html":{},"/get-to-know-todd.html":{}},"medium":{},"content":{"/events/2023/10/information-session.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/guides.html":{},"/free-supercomputing.html":{},"/staff/docs/Adding_News_Articles.html":{},"/uw-research-computing/licensed-software.html":{},"/index.html":{},"/uw-research-computing/file-availability.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/get-help.html":{},"/machine-learning.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/veritas.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/gis-story.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/user-expectations.html":{},"/GLUE-lab.html":{},"/Lightning-Talks.html":{},"/ML-Demo.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/uw-research-computing/index.html":{},"/internships.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["freedom",{"_index":7426,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["freeli",{"_index":2392,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSPool-Cores.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["freez",{"_index":6415,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/python-jobs.html":{}},"content":{},"file_terms":{}}],["frenemi",{"_index":5586,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["frequenc",{"_index":6678,"root_relative_url":{},"high":{},"medium":{},"content":{"/Fulvio.html":{},"/projects.html":{},"/uw-research-computing/checkpointing.html":{},"/Messick.html":{}},"file_terms":{}}],["frequent",{"_index":2670,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{"/research-facilitation.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["fresh",{"_index":5993,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/HTCondorWeek-Photos.html":{}},"file_terms":{}}],["frey",{"_index":5099,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{"/research.html":{},"/HTCondorWeek-Photos.html":{}},"file_terms":{}}],["fri",{"_index":1960,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{}},"file_terms":{}}],["friction",{"_index":7491,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["friday",{"_index":1410,"root_relative_url":{},"high":{},"medium":{},"content":{"/HTC24.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/fellowships/index.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["fridg",{"_index":7235,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["friend",{"_index":1994,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{},"/precision-mental-health.html":{},"/hannah.html":{}},"file_terms":{}}],["friendli",{"_index":1322,"root_relative_url":{},"high":{},"medium":{},"content":{"/Joe-B-Profile.html":{},"/research.html":{},"/CLAS12.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["fronk",{"_index":4785,"root_relative_url":{},"high":{},"medium":{},"content":{"/precision-mental-health.html":{}},"file_terms":{}}],["fronk’",{"_index":4793,"root_relative_url":{},"high":{},"medium":{},"content":{"/precision-mental-health.html":{}},"file_terms":{}}],["front",{"_index":2303,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["frontdesk",{"_index":7086,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/01/hpc-cluster-faq.html":{}},"file_terms":{}}],["frontier",{"_index":4635,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["fruit",{"_index":6659,"root_relative_url":{},"high":{},"medium":{},"content":{"/Johri.html":{}},"file_terms":{}}],["fruition",{"_index":5467,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["frutig",{"_index":6434,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["fsp",{"_index":6679,"root_relative_url":{},"high":{},"medium":{},"content":{"/Fulvio.html":{}},"file_terms":{}}],["fsspec",{"_index":4383,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/list.html":{}},"file_terms":{}}],["fuel",{"_index":5438,"root_relative_url":{},"high":{"/Science-Gateway.html":{}},"medium":{},"content":{},"file_terms":{}}],["full",{"_index":487,"root_relative_url":{},"high":{"/staff/docs/Schedule_Calendar.html":{}},"medium":{},"content":{"/Wilcots.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/CHTC-Philosophy.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/uw-research-computing/condor_q.html":{},"/fellowships/index.html":{},"/ASP.html":{},"/uw-research-computing/testing-jobs.html":{},"/icecube-receives-hpc-award.html":{},"/uw-research-computing/helloworld.html":{},"/veritas.html":{},"/neuroscientist.html":{},"/Resilience.html":{},"/staff/docs/Schedule_Calendar.html":{},"/Banq.html":{},"/CHTC-pool-record.html":{},"/hannah.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/gpargo-cc-star.html":{},"/htcondor-helps-enable-mars-research.html":{},"/uw-research-computing/dagman-workflows.html":{},"/CLAS12.html":{},"/uw-research-computing/user-expectations.html":{},"/fire-up-the-gpus.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["fulli",{"_index":507,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/Joe-B-Profile.html":{},"/research.html":{},"/hannah.html":{},"/adjacent-tissues-paper.html":{},"/GLUE-lab.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["fulvio",{"_index":6664,"root_relative_url":{},"high":{},"medium":{},"content":{"/Fulvio.html":{}},"file_terms":{}}],["fulvio'",{"_index":6677,"root_relative_url":{},"high":{},"medium":{},"content":{"/Fulvio.html":{}},"file_terms":{}}],["fulvio.html",{"_index":6662,"root_relative_url":{"/Fulvio.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["fulvio’",{"_index":6686,"root_relative_url":{},"high":{},"medium":{},"content":{"/Fulvio.html":{}},"file_terms":{}}],["fun",{"_index":1334,"root_relative_url":{},"high":{},"medium":{},"content":{"/Joe-B-Profile.html":{},"/gpargo-cc-star.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["function",{"_index":663,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{}},"content":{"/bat-genomics.html":{},"/uw-research-computing/matlab-jobs.html":{},"/Joe-B-Profile.html":{},"/uw-research-computing/dask.html":{},"/machine-learning.html":{},"/neuroscientist.html":{},"/newsletter.html":{},"/Science-Gateway.html":{},"/adjacent-tissues-paper.html":{},"/CLAS12.html":{},"/map/index.html":{},"/Lightning-Talks.html":{},"/Fulvio.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/HTCondorWeek-Photos.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["function(list",{"_index":4222,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["function(valu",{"_index":4234,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["functions.tar.gz",{"_index":1061,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{}},"content":{},"file_terms":{}}],["fund",{"_index":892,"root_relative_url":{},"high":{"/fellowships/index.html":{}},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/Joe-B-Profile.html":{},"/DoIt-Article-Summary.html":{},"/ucsd-external-release.html":{},"/OSG-School.html":{},"/fellowships/index.html":{},"/OSPool-Cores.html":{},"/index.html":{},"/astronomy-archives.html":{},"/the-pelican-project.html":{},"/Technology-Refresh.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/gpu-lab.html":{},"/hannah.html":{},"/CDIS-bldg.html":{},"/GLUE-lab.html":{},"/Fulvio.html":{},"/EHT.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/uw-research-computing/index.html":{},"/projects.html":{},"/PATh-Facility.html":{},"/AMNH-Workshops.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["fundament",{"_index":338,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/materials-science.html":{},"/neuroscientist.html":{},"/Natzke.html":{},"/CLAS12.html":{},"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["funni",{"_index":5622,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["furlough",{"_index":4518,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["further",{"_index":1862,"root_relative_url":{},"high":{"/uw-research-computing/condor_q.html":{}},"medium":{},"content":{"/ucsd-external-release.html":{},"/free-supercomputing.html":{},"/OSG-School.html":{},"/research-facilitation.html":{},"/the-pelican-project.html":{},"/uw-research-computing/inter-submit.html":{},"/des-expanding-universe.html":{},"/approach.html":{},"/neuroscientist.html":{},"/Natzke.html":{},"/fellowships/list.html":{},"/hannah.html":{},"/tribalcollege.html":{},"/adjacent-tissues-paper.html":{},"/uw-research-computing/multiple-jobs.html":{},"/projects.html":{},"/Hiemstra.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["furthermor",{"_index":5472,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{},"/gpargo-cc-star.html":{},"/Lightning-Talks.html":{}},"file_terms":{}}],["fusion",{"_index":6641,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["futur",{"_index":225,"root_relative_url":{},"high":{"/Wilcots.html":{},"/DoIt-Article-Summary.html":{},"/news.html":{},"/CDIS-bldg.html":{},"/uw-research-computing/hpc-spack-setup.html":{}},"medium":{},"content":{"/Wilcots.html":{},"/chtc-workshop.html":{},"/events/2023/02/research-bazaar.html":{},"/uw-research-computing/singularity-htc.html":{},"/fellowships/index.html":{},"/uw-research-computing/check-quota.html":{},"/index.html":{},"/uw-research-computing/user-news.html":{},"/chtc-demo.html":{},"/uw-research-computing/resources.html":{},"/des-expanding-universe.html":{},"/Hannah-Showcase.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/hanna-lab.html":{},"/gpu-cloudburst.html":{},"/Banq.html":{},"/uw-research-computing/tensorflow-singularity.html":{},"/research.html":{},"/Science-Gateway.html":{},"/hannah.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/conda-installation.html":{},"/CDIS-bldg.html":{},"/uw-research-computing/python-jobs.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/HTCondorWeek-Photos.html":{},"/uw-research-computing/file-avail-s3.html":{},"/Hiemstra.html":{},"/PATh-Facility.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["fw",{"_index":5745,"root_relative_url":{},"high":{},"medium":{},"content":{"/usgs-invasivespecies.html":{}},"file_terms":{}}],["fws’",{"_index":5763,"root_relative_url":{},"high":{},"medium":{},"content":{"/usgs-invasivespecies.html":{}},"file_terms":{}}],["g",{"_index":314,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/docker-test.html":{}},"content":{"/Wilcots.html":{},"/uw-research-computing/check-quota.html":{},"/astronomy-archives.html":{},"/research.html":{}},"file_terms":{}}],["ga",{"_index":464,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/Lightning-Talks.html":{}},"file_terms":{}}],["gabriel",{"_index":5044,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["gain",{"_index":1014,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/fellowships/index.html":{},"/materials-science.html":{},"/des-expanding-universe.html":{},"/neuroscientist.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/fellowships/list.html":{},"/Opotowsky.html":{},"/Science-Gateway.html":{},"/hannah.html":{},"/GLUE-lab.html":{},"/Hiemstra.html":{},"/AMNH-Workshops.html":{},"/ML-and-Image-Analyses-for-Livestock-Data.html":{}},"file_terms":{}}],["galact",{"_index":3134,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}],["galaxi",{"_index":248,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/Gillett.html":{},"/astronomy-archives.html":{},"/des-expanding-universe.html":{},"/david-swanson-awardees-2023.html":{},"/Anirvan-Showcase.html":{},"/EHT.html":{},"/projects.html":{}},"file_terms":{}}],["game",{"_index":3191,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}],["gamer",{"_index":6803,"root_relative_url":{},"high":{},"medium":{},"content":{"/fire-up-the-gpus.html":{}},"file_terms":{}}],["gamma",{"_index":3914,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{},"/Natzke.html":{},"/Opotowsky.html":{}},"file_terms":{}}],["gangmatch",{"_index":4970,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["gap",{"_index":2425,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID.html":{},"/astronomy-archives.html":{},"/the-pelican-project.html":{},"/CHTC-pool-record.html":{},"/gpargo-cc-star.html":{},"/Fulvio.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["garcia",{"_index":6812,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{}},"file_terms":{}}],["garcia'",{"_index":6813,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{}},"file_terms":{}}],["garcia.html",{"_index":6811,"root_relative_url":{"/Garcia.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["garcia’",{"_index":6822,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{}},"file_terms":{}}],["garica",{"_index":6842,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{}},"file_terms":{}}],["garner",{"_index":3342,"root_relative_url":{},"high":{},"medium":{},"content":{"/Spencer-Showcase.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["garzoglio",{"_index":5045,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["gateway",{"_index":5441,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["gateway.html",{"_index":5437,"root_relative_url":{"/Science-Gateway.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["gateway’",{"_index":5464,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["gather",{"_index":4410,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/list.html":{},"/research.html":{},"/htcondor-helps-enable-mars-research.html":{},"/EHT.html":{},"/HTCondorWeek-Photos.html":{}},"file_terms":{}}],["gaurang",{"_index":5091,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["gave",{"_index":1978,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{},"/Gillett.html":{},"/des-expanding-universe.html":{},"/neuroscientist.html":{},"/htcondor-european-workshop.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["gaylen",{"_index":4784,"root_relative_url":{},"high":{},"medium":{},"content":{"/precision-mental-health.html":{}},"file_terms":{}}],["gb",{"_index":2480,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{"/uw-research-computing/check-quota.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/dask.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/hpc-overview.html":{},"/Technology-Refresh.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/quota-request.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["gbit",{"_index":3591,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["gbit/",{"_index":3983,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/hpc-buy-in.html":{}},"file_terms":{}}],["gbp",{"_index":1027,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["gbyte",{"_index":3574,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["gc",{"_index":3260,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-spack-install.html":{}},"content":{},"file_terms":{}}],["gcc",{"_index":1732,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-hpc.html":{}},"content":{"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/hpc-software.html":{}},"file_terms":{}}],["gcc@=9.5.0",{"_index":3287,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-spack-install.html":{}},"content":{},"file_terms":{}}],["gcf",{"_index":7387,"root_relative_url":{},"high":{},"medium":{},"content":{"/EOL-OSG.html":{}},"file_terms":{}}],["gcp",{"_index":4639,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["gct",{"_index":7389,"root_relative_url":{},"high":{},"medium":{},"content":{"/EOL-OSG.html":{}},"file_terms":{}}],["geant4",{"_index":4157,"root_relative_url":{},"high":{},"medium":{},"content":{"/Natzke.html":{}},"file_terms":{}}],["gees",{"_index":5747,"root_relative_url":{},"high":{},"medium":{},"content":{"/usgs-invasivespecies.html":{}},"file_terms":{}}],["geforc",{"_index":6721,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{}},"file_terms":{}}],["geiger",{"_index":5398,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["gelman’",{"_index":6878,"root_relative_url":{},"high":{},"medium":{},"content":{"/HTCondorWeek-Photos.html":{}},"file_terms":{}}],["gender",{"_index":5653,"root_relative_url":{},"high":{},"medium":{},"content":{"/tribalcollege.html":{}},"file_terms":{}}],["gene",{"_index":646,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{},"/staff/docs/Adding_News_Articles.html":{},"/Science-Gateway.html":{},"/Johri.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["gener",{"_index":102,"root_relative_url":{},"high":{"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/hpc-software.html":{}},"medium":{"/uw-research-computing/mpi-jobs.html":{}},"content":{"/uw-research-computing/globus.html":{},"/Wilcots.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/matlab-jobs.html":{},"/Joe-B-Profile.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/guides.html":{},"/ucsd-external-release.html":{},"/free-supercomputing.html":{},"/fellowships/index.html":{},"/NIAID.html":{},"/uw-research-computing/howto_overview.html":{},"/uw-research-computing/file-availability.html":{},"/materials-science.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/Showcase.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/get-help.html":{},"/ospool-computation.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/Record.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/resources.html":{},"/icecube-receives-hpc-award.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-software.html":{},"/Hannah-Showcase.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/hpc-overview.html":{},"/neuroscientist.html":{},"/Technology-Refresh.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/gis-story.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/docker-jobs.html":{},"/Anirvan-Showcase.html":{},"/Opotowsky.html":{},"/research.html":{},"/hannah.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/CLAS12.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/gpu-jobs.html":{},"/EHT.html":{},"/fire-up-the-gpus.html":{},"/Garcia.html":{},"/projects.html":{},"/uw-research-computing/checkpointing.html":{},"/Hiemstra.html":{},"/Messick.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/PATh-Facility.html":{},"/uw-research-computing/docker-build.html":{},"/get-to-know-todd.html":{},"/AMNH-Workshops.html":{},"/uw-research-computing/r-build.html":{},"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["generaliz",{"_index":750,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["generate_personal_ics.sh",{"_index":4474,"root_relative_url":{},"high":{},"medium":{"/staff/docs/Schedule_Calendar.html":{}},"content":{},"file_terms":{}}],["genes.md",{"_index":2300,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["genet",{"_index":651,"root_relative_url":{},"high":{"/news.html":{},"/Johri.html":{}},"medium":{},"content":{"/bat-genomics.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/CHTC-pool-record.html":{},"/precision-mental-health.html":{},"/research.html":{},"/hannah.html":{},"/Johri.html":{},"/projects.html":{},"/spalding-lab.html":{},"/ML-and-Image-Analyses-for-Livestock-Data.html":{}},"file_terms":{}}],["genetics_biotechnology_center:\"genet",{"_index":6493,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["genetics_payseur",{"_index":4759,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-pool-record.html":{}},"file_terms":{}}],["geneva",{"_index":6318,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{},"/map/index.html":{}},"file_terms":{}}],["genom",{"_index":582,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{},"/Record.html":{},"/machine-learning.html":{},"/approach.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/CHTC-pool-record.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/projects.html":{},"/spalding-lab.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["genomics.html",{"_index":569,"root_relative_url":{"/bat-genomics.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["genotyp",{"_index":4822,"root_relative_url":{},"high":{},"medium":{},"content":{"/precision-mental-health.html":{}},"file_terms":{}}],["genu",{"_index":623,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["genuin",{"_index":5598,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["geoffrey",{"_index":3480,"root_relative_url":{},"high":{},"medium":{},"content":{"/Record.html":{},"/research.html":{}},"file_terms":{}}],["geograph",{"_index":631,"root_relative_url":{},"high":{"/CLAS12.html":{}},"medium":{},"content":{"/bat-genomics.html":{},"/ucsd-external-release.html":{},"/CLAS12.html":{},"/PATh-Facility.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["geographi",{"_index":4428,"root_relative_url":{},"high":{},"medium":{},"content":{"/gis-story.html":{}},"file_terms":{}}],["geoinformat",{"_index":1821,"root_relative_url":{},"high":{},"medium":{},"content":{"/ucsd-external-release.html":{}},"file_terms":{}}],["geolog",{"_index":5738,"root_relative_url":{},"high":{},"medium":{},"content":{"/usgs-invasivespecies.html":{},"/htcondor-helps-enable-mars-research.html":{}},"file_terms":{}}],["geologi",{"_index":6924,"root_relative_url":{},"high":{},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["geometri",{"_index":3495,"root_relative_url":{},"high":{},"medium":{},"content":{"/machine-learning.html":{},"/adjacent-tissues-paper.html":{},"/Messick.html":{}},"file_terms":{}}],["georeferenc",{"_index":6593,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["georg",{"_index":4491,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{},"/research.html":{}},"file_terms":{}}],["georgew",{"_index":4493,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["georgia",{"_index":858,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/veritas.html":{}},"file_terms":{}}],["geoscienc",{"_index":6925,"root_relative_url":{},"high":{},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["geospati",{"_index":1560,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/singularity-htc.html":{},"/gis-story.html":{},"/Lightning-Talks.html":{}},"file_terms":{}}],["geotiff",{"_index":4437,"root_relative_url":{},"high":{},"medium":{},"content":{"/gis-story.html":{}},"file_terms":{}}],["geralt",{"_index":6666,"root_relative_url":{},"high":{},"medium":{},"content":{"/Fulvio.html":{}},"file_terms":{}}],["german",{"_index":6328,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{}},"file_terms":{}}],["germani",{"_index":769,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["germlin",{"_index":4307,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["gerstner",{"_index":588,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["gestur",{"_index":5482,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["get",{"_index":1205,"root_relative_url":{},"high":{"/uw-research-computing/helloworld.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/get-started.html":{}},"medium":{},"content":{"/events/2023/11/intro-workshop.html":{},"/events/2023/10/information-session.html":{},"/OSG-School.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/file-availability.html":{},"/Gillett.html":{},"/materials-science.html":{},"/uw-research-computing/chtc-services.html":{},"/ospool-computation.html":{},"/astronomy-archives.html":{},"/uw-research-computing/julia-jobs.html":{},"/the-pelican-project.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/form.html":{},"/neuroscientist.html":{},"/fellowships/list.html":{},"/hanna-lab.html":{},"/uw-research-computing/docker-jobs.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/get-submit-node.html":{},"/GLUE-lab.html":{},"/Lightning-Talks.html":{},"/ML-Demo.html":{},"/EHT.html":{},"/AMNH-Workshops.html":{},"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["get_quota",{"_index":3978,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/quota-request.html":{}},"content":{},"file_terms":{}}],["gev",{"_index":3919,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["ghz",{"_index":336,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/hpc-buy-in.html":{}},"file_terms":{}}],["gi",{"_index":4412,"root_relative_url":{"/gis-story.html":{}},"high":{},"medium":{},"content":{"/usgs-invasivespecies.html":{}},"file_terms":{}}],["giacomini",{"_index":5262,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["gietzel",{"_index":5416,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["gigabit",{"_index":5835,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpargo-cc-star.html":{}},"file_terms":{}}],["gigabyt",{"_index":2485,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/check-quota.html":{},"/materials-science.html":{}},"file_terms":{}}],["gigaelectronvolt",{"_index":3921,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["gigant",{"_index":689,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["gigapop",{"_index":5836,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpargo-cc-star.html":{}},"file_terms":{}}],["gill",{"_index":6438,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["gillett",{"_index":2760,"root_relative_url":{},"high":{},"medium":{},"content":{"/Gillett.html":{}},"file_terms":{}}],["gillett.html",{"_index":2758,"root_relative_url":{"/Gillett.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["gillett’",{"_index":2774,"root_relative_url":{},"high":{},"medium":{},"content":{"/Gillett.html":{}},"file_terms":{}}],["girl",{"_index":5602,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["git",{"_index":1504,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{}},"content":{"/gpargo-cc-star.html":{}},"file_terms":{}}],["git+https://github.com//]+)>)/ig",{"_index":4244,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["value.match(/(telnet|ftp|https?):\\/\\/(?:[a",{"_index":4235,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["value1",{"_index":5981,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{}},"content":{},"file_terms":{}}],["value2",{"_index":5982,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{}},"content":{},"file_terms":{}}],["van",{"_index":4942,"root_relative_url":{},"high":{"/projects.html":{}},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["van_vleck:\"mathemat",{"_index":6512,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["vanamala",{"_index":5079,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["vancouv",{"_index":4146,"root_relative_url":{},"high":{},"medium":{},"content":{"/Natzke.html":{}},"file_terms":{}}],["vang",{"_index":6087,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{},"file_terms":{}}],["vanilla",{"_index":1056,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/r-build.html":{}},"content":{"/uw-research-computing/docker-jobs.html":{}},"file_terms":{}}],["var",{"_index":1483,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/python-jobs.html":{}},"content":{"/newsletter.html":{},"/uw-research-computing/multiple-jobs.html":{},"/map/index.html":{},"/uw-research-computing/get-started.html":{}},"file_terms":{}}],["var/lib/condor",{"_index":6408,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/python-jobs.html":{}},"content":{},"file_terms":{}}],["var/lib/condor/execute/slot1/dir_103358",{"_index":3737,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["var/lib/condor/execute/slot1/dir_4086540/condor_exec.ex",{"_index":5901,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/dos-unix.html":{}},"content":{},"file_terms":{}}],["var/lib/condor/spool",{"_index":6989,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{},"file_terms":{}}],["var/tmp",{"_index":1480,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-htc.html":{}},"content":{},"file_terms":{}}],["vari",{"_index":1685,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-Philosophy.html":{},"/OSG-School.html":{},"/uw-research-computing/java-jobs.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/multiple-jobs.html":{},"/htcondor-european-workshop.html":{},"/fire-up-the-gpus.html":{}},"file_terms":{}}],["variabl",{"_index":1457,"root_relative_url":{},"high":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/multiple-jobs.html":{}},"medium":{"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/checkpointing.html":{}},"content":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/r-jobs.html":{},"/adjacent-tissues-paper.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/gpu-jobs.html":{},"/Garcia.html":{},"/projects.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["variable_nam",{"_index":6266,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{},"file_terms":{}}],["varianc",{"_index":3369,"root_relative_url":{},"high":{},"medium":{},"content":{"/chtc-demo.html":{}},"file_terms":{}}],["variat",{"_index":4883,"root_relative_url":{},"high":{},"medium":{},"content":{"/Opotowsky.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["varieti",{"_index":836,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/Joe-B-Profile.html":{},"/uw-research-computing/singularity-htc.html":{},"/OSG-School.html":{},"/research-facilitation.html":{},"/Spencer-Showcase.html":{},"/approach.html":{},"/hanna-lab.html":{},"/Banq.html":{},"/precision-mental-health.html":{},"/hannah.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/user-expectations.html":{},"/ML-Demo.html":{},"/uw-research-computing/index.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["variou",{"_index":1301,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/file-availability.html":{}},"content":{"/Joe-B-Profile.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/helloworld.html":{},"/fellowships/list.html":{},"/gpu-cloudburst.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/dagman-workflows.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/index.html":{},"/HTCondorWeek-Photos.html":{},"/uw-research-computing/docker-build.html":{},"/AMNH-Workshops.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["vast",{"_index":694,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{},"/machine-learning.html":{},"/approach.html":{},"/neuroscientist.html":{},"/Banq.html":{},"/Science-Gateway.html":{},"/tribalcollege.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/index.html":{},"/projects.html":{},"/uw-research-computing/checkpointing.html":{}},"file_terms":{}}],["vastli",{"_index":5479,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["vbf",{"_index":6642,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["vector",{"_index":6640,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["veen",{"_index":6903,"root_relative_url":{},"high":{"/projects.html":{}},"medium":{},"content":{},"file_terms":{}}],["veget",{"_index":6383,"root_relative_url":{},"high":{},"medium":{},"content":{"/GLUE-lab.html":{}},"file_terms":{}}],["vegetarian",{"_index":7229,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["vehicl",{"_index":6622,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["veloc",{"_index":3780,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{}},"file_terms":{}}],["venkataramani",{"_index":5249,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["venkataswami",{"_index":5080,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["venkateshwaran",{"_index":5248,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["venkitesh",{"_index":7423,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["venturi",{"_index":5362,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["venu",{"_index":6330,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{}},"file_terms":{}}],["ver:3.4.0",{"_index":7145,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/docker-build.html":{}},"content":{},"file_terms":{}}],["verbal",{"_index":2666,"root_relative_url":{},"high":{},"medium":{},"content":{"/research-facilitation.html":{}},"file_terms":{}}],["verbatim",{"_index":2371,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/docker-test.html":{},"/uw-research-computing/conda-installation.html":{}},"file_terms":{}}],["verbos",{"_index":3308,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-spack-install.html":{},"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["veri",{"_index":316,"root_relative_url":{},"high":{"/news.html":{},"/Anirvan-Showcase.html":{}},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{"/Wilcots.html":{},"/bat-genomics.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/matlab-jobs.html":{},"/Joe-B-Profile.html":{},"/uw-research-computing/condor_q.html":{},"/fellowships/index.html":{},"/OSPool-Cores.html":{},"/Gillett.html":{},"/materials-science.html":{},"/Showcase.html":{},"/chtc-demo.html":{},"/machine-learning.html":{},"/uw-research-computing/helloworld.html":{},"/des-expanding-universe.html":{},"/Hannah-Showcase.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/veritas.html":{},"/neuroscientist.html":{},"/david-swanson-awardees-2023.html":{},"/fellowships/list.html":{},"/gpu-cloudburst.html":{},"/Banq.html":{},"/precision-mental-health.html":{},"/Science-Gateway.html":{},"/hannah.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/gpargo-cc-star.html":{},"/jobs.html":{},"/adjacent-tissues-paper.html":{},"/CLAS12.html":{},"/uw-research-computing/multiple-jobs.html":{},"/Lightning-Talks.html":{},"/Fulvio.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/Garcia.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/Messick.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/get-to-know-todd.html":{},"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["verif",{"_index":3813,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{},"/google76f04192afc2088e.html":{}},"file_terms":{}}],["verifi",{"_index":4394,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/list.html":{}},"file_terms":{}}],["verita",{"_index":3910,"root_relative_url":{},"high":{"/veritas.html":{}},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["veritas.html",{"_index":3909,"root_relative_url":{"/veritas.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["versa",{"_index":6310,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{}},"file_terms":{}}],["versatil",{"_index":3970,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["version",{"_index":221,"root_relative_url":{},"high":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/os-transition-htc.html":{}},"medium":{"/uw-research-computing/docker-test.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/r-build.html":{}},"content":{"/uw-research-computing/globus.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/guides.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/java-jobs.html":{},"/uw-research-computing/howto_overview.html":{},"/uw-research-computing/user-news.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/gis-story.html":{},"/Banq.html":{},"/uw-research-computing/docker-jobs.html":{},"/research.html":{},"/hannah.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/dagman-workflows.html":{},"/CLAS12.html":{},"/uw-research-computing/user-expectations.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/Fulvio.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/uw-research-computing/checkpointing.html":{},"/Hiemstra.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/docker-build.html":{},"/AMNH-Workshops.html":{},"/EOL-OSG.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["versoza",{"_index":1986,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{}},"file_terms":{}}],["versu",{"_index":3060,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-help.html":{},"/chtc-demo.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/gpu-jobs.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["veterinary_medicine:\"pathobiolog",{"_index":6474,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["vhe",{"_index":3936,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["vi",{"_index":3528,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/dos-unix.html":{}},"content":{"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["via",{"_index":57,"root_relative_url":{},"high":{"/uw-research-computing/file-availability.html":{},"/uw-research-computing/get-help.html":{},"/uw-research-computing/file-avail-squid.html":{},"/fellowships/list.html":{},"/events.html":{}},"medium":{"/uw-research-computing/docker-build.html":{}},"content":{"/uw-research-computing/globus.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/matlab-jobs.html":{},"/HTC24.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/guides.html":{},"/ucsd-external-release.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/index.html":{},"/uw-research-computing/java-jobs.html":{},"/uw-research-computing/file-availability.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/uw-research-computing/dask.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/get-help.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/hpc-overview.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/fellowships/list.html":{},"/uw-research-computing/docker-jobs.html":{},"/Opotowsky.html":{},"/research.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/dagman-workflows.html":{},"/CLAS12.html":{},"/uw-research-computing/user-expectations.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/Johri.html":{},"/Fulvio.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/file-avail-s3.html":{},"/Throughput-Computing-2023.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/docker-build.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/EOL-OSG.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["vibrat",{"_index":3141,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}],["vice",{"_index":1310,"root_relative_url":{},"high":{},"medium":{},"content":{"/Joe-B-Profile.html":{},"/DoIt-Article-Summary.html":{},"/Technology-Refresh.html":{},"/uw-research-computing/gpu-lab.html":{},"/htcondor-european-workshop.html":{},"/projects.html":{}},"file_terms":{}}],["victor",{"_index":5318,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["video",{"_index":566,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/uw-research-computing/guides.html":{},"/uw-research-computing/helloworld.html":{},"/Natzke.html":{},"/Opotowsky.html":{},"/research.html":{},"/hannah.html":{},"/uw-research-computing/configure-ssh.html":{},"/CLAS12.html":{},"/uw-research-computing/multiple-jobs.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/Fulvio.html":{},"/EHT.html":{},"/fire-up-the-gpus.html":{},"/Garcia.html":{},"/HTCondorWeek-Photos.html":{},"/Hiemstra.html":{},"/Messick.html":{}},"file_terms":{}}],["videoconfer",{"_index":3067,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-help.html":{}},"file_terms":{}}],["videographi",{"_index":5577,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["view",{"_index":115,"root_relative_url":{},"high":{"/uw-research-computing/condor_q.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"medium":{},"content":{"/uw-research-computing/globus.html":{},"/Wilcots.html":{},"/HTC24.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/uw-research-computing/condor_q.html":{},"/staff/docs/Adding_News_Articles.html":{},"/uw-research-computing/licensed-software.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/the-pelican-project.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-software.html":{},"/veritas.html":{},"/neuroscientist.html":{},"/gis-story.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/Opotowsky.html":{},"/people.html":{},"/htcondor-helps-enable-mars-research.html":{},"/CLAS12.html":{},"/uw-research-computing/user-expectations.html":{},"/Johri.html":{},"/Throughput-Computing-2023.html":{},"/PATh-Facility.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["viewer",{"_index":4007,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-overview.html":{},"/Science-Gateway.html":{},"/uw-research-computing/file-avail-largedata.html":{}},"file_terms":{}}],["vincenzo",{"_index":5336,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["violat",{"_index":5712,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/user-expectations.html":{},"/uw-research-computing/file-avail-s3.html":{}},"file_terms":{}}],["violent",{"_index":4586,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["virgin",{"_index":7225,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["virginia",{"_index":6163,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/Lightning-Talks.html":{}},"file_terms":{}}],["virgo",{"_index":7073,"root_relative_url":{},"high":{},"medium":{},"content":{"/Messick.html":{}},"file_terms":{}}],["virolog",{"_index":6915,"root_relative_url":{},"high":{},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["virtual",{"_index":899,"root_relative_url":{},"high":{"/NIAID.html":{},"/news.html":{},"/Spencer-Showcase.html":{}},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/NIAID.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/Showcase.html":{},"/uw-research-computing/use-submit-node.html":{},"/Spencer-Showcase.html":{},"/machine-learning.html":{},"/Hannah-Showcase.html":{},"/veritas.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/Google-HTCondor.html":{},"/Anirvan-Showcase.html":{},"/research.html":{},"/CDIS-bldg.html":{},"/HTCondorWeek-Photos.html":{},"/projects.html":{}},"file_terms":{}}],["visibl",{"_index":474,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["vision",{"_index":2563,"root_relative_url":{},"high":{},"medium":{},"content":{"/index.html":{},"/chtc-demo.html":{},"/precision-mental-health.html":{},"/projects.html":{},"/PATh-Facility.html":{},"/ML-and-Image-Analyses-for-Livestock-Data.html":{}},"file_terms":{}}],["visit",{"_index":1350,"root_relative_url":{},"high":{},"medium":{},"content":{"/Joe-B-Profile.html":{},"/CHTC-Philosophy.html":{},"/free-supercomputing.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/Showcase.html":{},"/Record.html":{},"/des-expanding-universe.html":{},"/Google-HTCondor.html":{},"/CHTC-pool-record.html":{},"/hannah.html":{},"/tribalcollege.html":{},"/CLAS12.html":{},"/EOL-OSG.html":{}},"file_terms":{}}],["vista",{"_index":6400,"root_relative_url":{},"high":{},"medium":{},"content":{"/GLUE-lab.html":{}},"file_terms":{}}],["visual",{"_index":2268,"root_relative_url":{},"high":{"/news.html":{},"/Fulvio.html":{}},"medium":{"/staff/docs/Adding_News_Articles.html":{}},"content":{"/astronomy-archives.html":{},"/fellowships/list.html":{},"/Science-Gateway.html":{},"/gpargo-cc-star.html":{},"/Lightning-Talks.html":{},"/Fulvio.html":{},"/EHT.html":{},"/fire-up-the-gpus.html":{},"/HTCondorWeek-Photos.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["vita",{"_index":6217,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{}},"file_terms":{}}],["vital",{"_index":4685,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{},"/precision-mental-health.html":{},"/tribalcollege.html":{},"/gpargo-cc-star.html":{},"/CLAS12.html":{},"/Johri.html":{},"/EHT.html":{}},"file_terms":{}}],["vla",{"_index":468,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["vm",{"_index":901,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["voic",{"_index":5556,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["vol",{"_index":4894,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["vollgraff",{"_index":4704,"root_relative_url":{},"high":{},"medium":{},"content":{"/Google-HTCondor.html":{}},"file_terms":{}}],["volt",{"_index":6196,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{}},"file_terms":{}}],["volum",{"_index":1025,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/astronomy-archives.html":{},"/david-swanson-awardees-2023.html":{},"/hanna-lab.html":{},"/research.html":{},"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["volumin",{"_index":4396,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/list.html":{}},"file_terms":{}}],["volunt",{"_index":889,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["vpn",{"_index":3046,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["vs",{"_index":2458,"root_relative_url":{},"high":{"/uw-research-computing/tensorflow-singularity-wait.html":{}},"medium":{"/uw-research-computing/check-quota.html":{}},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["vulkan",{"_index":6554,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["w",{"_index":2344,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/docker-test.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"content":{"/research.html":{},"/CDIS-bldg.html":{}},"file_terms":{}}],["w/text",{"_index":2023,"root_relative_url":{},"high":{},"medium":{},"content":{"/branding.html":{}},"file_terms":{}}],["w]e",{"_index":2433,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID.html":{}},"file_terms":{}}],["w]ork",{"_index":7404,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-Facilitation.html":{}},"file_terms":{}}],["wa",{"_index":4975,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["wafer",{"_index":6602,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["wagner",{"_index":5531,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["waisman_center:\"waisman",{"_index":6469,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["wait",{"_index":3089,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/testing-jobs.html":{}},"content":{"/ospool-computation.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-overview.html":{},"/david-swanson-awardees-2023.html":{},"/newsletter.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/GLUE-lab.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/Hiemstra.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["wait.html",{"_index":7046,"root_relative_url":{"/uw-research-computing/tensorflow-singularity-wait.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["walk",{"_index":4542,"root_relative_url":{},"high":{},"medium":{},"content":{"/hanna-lab.html":{},"/hannah.html":{},"/jobs.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["wall",{"_index":786,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{},"/adjacent-tissues-paper.html":{},"/Johri.html":{}},"file_terms":{}}],["wan",{"_index":1013,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/OSG-School.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["wane",{"_index":5455,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["wang",{"_index":5368,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["want",{"_index":116,"root_relative_url":{},"high":{"/uw-research-computing/machine-learning-htc.html":{}},"medium":{"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/mpi-jobs.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/python-jobs.html":{}},"content":{"/uw-research-computing/globus.html":{},"/Wilcots.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/matlab-jobs.html":{},"/events/2023/11/intro-workshop.html":{},"/uw-research-computing/singularity-htc.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/singularity-hpc.html":{},"/OSG-School.html":{},"/uw-research-computing/condor_q.html":{},"/fellowships/index.html":{},"/uw-research-computing/docker-test.html":{},"/NIAID.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/ASP.html":{},"/uw-research-computing/user-news.html":{},"/uw-research-computing/file-availability.html":{},"/Showcase.html":{},"/uw-research-computing/dask.html":{},"/uw-research-computing/use-submit-node.html":{},"/ospool-computation.html":{},"/astronomy-archives.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/Spencer-Showcase.html":{},"/chtc-demo.html":{},"/the-pelican-project.html":{},"/machine-learning.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-software.html":{},"/Hannah-Showcase.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/veritas.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/mpi-jobs.html":{},"/gis-story.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/staff/docs/Schedule_Calendar.html":{},"/hanna-lab.html":{},"/gpu-cloudburst.html":{},"/Banq.html":{},"/uw-research-computing/gpu-lab.html":{},"/uw-research-computing/docker-jobs.html":{},"/Anirvan-Showcase.html":{},"/Opotowsky.html":{},"/Science-Gateway.html":{},"/hannah.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/GLUE-lab.html":{},"/uw-research-computing/python-jobs.html":{},"/Lightning-Talks.html":{},"/Fulvio.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/internships.html":{},"/Hiemstra.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/docker-build.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/AMNH-Workshops.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/CHTC-Facilitation.html":{},"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["wantflock",{"_index":1459,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/scaling-htc.html":{}},"content":{"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["wantglid",{"_index":6995,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/checkpointing.html":{}},"file_terms":{}}],["wantglidein",{"_index":1460,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/scaling-htc.html":{}},"content":{"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["wantgpulab",{"_index":6697,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/gpu-jobs.html":{}},"content":{"/ML-Demo.html":{}},"file_terms":{}}],["war",{"_index":4696,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{},"/htcondor-european-workshop.html":{}},"file_terms":{}}],["ward",{"_index":5082,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["warf",{"_index":1436,"root_relative_url":{},"high":{},"medium":{},"content":{"/DoIt-Article-Summary.html":{},"/ML-Demo.html":{}},"file_terms":{}}],["warn",{"_index":3539,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/github-remote-access.html":{},"/staff/docs/Schedule_Calendar.html":{},"/Opotowsky.html":{},"/icon_credits.html":{},"/uw-research-computing/configure-ssh.html":{}},"file_terms":{}}],["warp",{"_index":7062,"root_relative_url":{},"high":{},"medium":{},"content":{"/Messick.html":{}},"file_terms":{}}],["washington",{"_index":813,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/staff/docs/Schedule_Calendar.html":{},"/research.html":{},"/EHT.html":{}},"file_terms":{}}],["wasn’t",{"_index":4032,"root_relative_url":{},"high":{},"medium":{},"content":{"/neuroscientist.html":{},"/Anirvan-Showcase.html":{},"/Science-Gateway.html":{},"/hannah.html":{},"/adjacent-tissues-paper.html":{},"/CLAS12.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["wast",{"_index":3621,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/mpi-jobs.html":{},"/research.html":{},"/Lightning-Talks.html":{}},"file_terms":{}}],["watch",{"_index":565,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/user-expectations.html":{}},"content":{"/Wilcots.html":{},"/Showcase.html":{},"/astronomy-archives.html":{},"/Natzke.html":{},"/precision-mental-health.html":{},"/Opotowsky.html":{},"/GLUE-lab.html":{},"/Johri.html":{},"/Fulvio.html":{},"/Garcia.html":{},"/HTCondorWeek-Photos.html":{},"/Hiemstra.html":{},"/Messick.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["water",{"_index":3129,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}],["watersh",{"_index":3453,"root_relative_url":{},"high":{},"medium":{},"content":{"/the-pelican-project.html":{}},"file_terms":{}}],["watkin",{"_index":2976,"root_relative_url":{},"high":{},"medium":{},"content":{"/news.html":{}},"file_terms":{}}],["wave",{"_index":497,"root_relative_url":{},"high":{"/news.html":{},"/Messick.html":{}},"medium":{},"content":{"/Wilcots.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/Record.html":{},"/des-expanding-universe.html":{},"/david-swanson-awardees-2023.html":{},"/gpu-cloudburst.html":{},"/adjacent-tissues-paper.html":{},"/CDIS-bldg.html":{},"/Lightning-Talks.html":{},"/Fulvio.html":{},"/EHT.html":{},"/Messick.html":{}},"file_terms":{}}],["waveform",{"_index":7072,"root_relative_url":{},"high":{},"medium":{},"content":{"/Messick.html":{}},"file_terms":{}}],["wavelength",{"_index":3148,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}],["wave’",{"_index":821,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["way",{"_index":247,"root_relative_url":{},"high":{"/uw-research-computing/get-help.html":{}},"medium":{},"content":{"/Wilcots.html":{},"/uw-research-computing/matlab-jobs.html":{},"/Joe-B-Profile.html":{},"/uw-research-computing/singularity-htc.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/singularity-hpc.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/ucsd-external-release.html":{},"/free-supercomputing.html":{},"/OSG-School.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/java-jobs.html":{},"/research-facilitation.html":{},"/Gillett.html":{},"/news.html":{},"/uw-research-computing/dask.html":{},"/uw-research-computing/use-submit-node.html":{},"/ospool-computation.html":{},"/astronomy-archives.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/Spencer-Showcase.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/chtc-demo.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-software.html":{},"/des-expanding-universe.html":{},"/neuroscientist.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/fellowships/list.html":{},"/gis-story.html":{},"/hanna-lab.html":{},"/Google-HTCondor.html":{},"/uw-research-computing/docker-jobs.html":{},"/precision-mental-health.html":{},"/Opotowsky.html":{},"/Science-Gateway.html":{},"/hannah.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/adjacent-tissues-paper.html":{},"/CLAS12.html":{},"/uw-research-computing/user-expectations.html":{},"/uw-research-computing/multiple-jobs.html":{},"/htcondor-european-workshop.html":{},"/GLUE-lab.html":{},"/Lightning-Talks.html":{},"/Fulvio.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/EHT.html":{},"/uw-research-computing/checkpointing.html":{},"/Hiemstra.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/PATh-Facility.html":{},"/uw-research-computing/docker-build.html":{},"/get-to-know-todd.html":{},"/spalding-lab.html":{},"/AMNH-Workshops.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["wc",{"_index":7021,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/file-avail-s3.html":{}},"content":{},"file_terms":{}}],["we'll",{"_index":1171,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{}},"file_terms":{}}],["we'r",{"_index":5874,"root_relative_url":{},"high":{},"medium":{},"content":{"/jobs.html":{},"/projects.html":{}},"file_terms":{}}],["we'v",{"_index":3674,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["weak",{"_index":2787,"root_relative_url":{},"high":{},"medium":{},"content":{"/Gillett.html":{},"/Spencer-Showcase.html":{},"/des-expanding-universe.html":{}},"file_terms":{}}],["wealth",{"_index":3415,"root_relative_url":{},"high":{},"medium":{},"content":{"/the-pelican-project.html":{}},"file_terms":{}}],["wealthi",{"_index":7201,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["wearabl",{"_index":6153,"root_relative_url":{},"high":{},"medium":{},"content":{"/adjacent-tissues-paper.html":{},"/projects.html":{}},"file_terms":{}}],["weasel",{"_index":5751,"root_relative_url":{},"high":{},"medium":{},"content":{"/usgs-invasivespecies.html":{}},"file_terms":{}}],["weather",{"_index":3823,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{},"/htcondor-european-workshop.html":{},"/Garcia.html":{}},"file_terms":{}}],["web",{"_index":67,"root_relative_url":{},"high":{"/uw-research-computing/file-avail-squid.html":{}},"medium":{},"content":{"/uw-research-computing/globus.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/ucsd-external-release.html":{},"/staff/docs/Adding_News_Articles.html":{},"/ospool-computation.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/fellowships/list.html":{},"/gpu-cloudburst.html":{},"/Banq.html":{},"/uw-research-computing/docker-jobs.html":{},"/research.html":{},"/Science-Gateway.html":{},"/tribalcollege.html":{},"/jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/people.html":{},"/CLAS12.html":{},"/uw-research-computing/python-jobs.html":{},"/projects.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/r-build.html":{}},"file_terms":{}}],["webdav",{"_index":7378,"root_relative_url":{},"high":{},"medium":{},"content":{"/EOL-OSG.html":{}},"file_terms":{}}],["weber",{"_index":4991,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["webkit",{"_index":6460,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["webpag",{"_index":1899,"root_relative_url":{},"high":{},"medium":{},"content":{"/free-supercomputing.html":{},"/uw-research-computing/github-remote-access.html":{}},"file_terms":{}}],["webserv",{"_index":3450,"root_relative_url":{},"high":{},"medium":{},"content":{"/the-pelican-project.html":{}},"file_terms":{}}],["websit",{"_index":1429,"root_relative_url":{},"high":{"/staff/docs/Adding_News_Articles.html":{}},"medium":{"/staff/docs/Adding_News_Articles.html":{}},"content":{"/DoIt-Article-Summary.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/staff/docs/Adding_News_Articles.html":{},"/uw-research-computing/java-jobs.html":{},"/ASP.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/uw-research-computing/dask.html":{},"/ospool-computation.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/Record.html":{},"/Technology-Refresh.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/Google-HTCondor.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/htcondor-helps-enable-mars-research.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/fire-up-the-gpus.html":{},"/HTCondorWeek-Photos.html":{},"/OSG-User-School-Concludes.html":{},"/uw-research-computing/docker-build.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["webster",{"_index":1950,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{}},"file_terms":{}}],["wed",{"_index":7417,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/r-build.html":{}},"file_terms":{}}],["wedneday’",{"_index":7039,"root_relative_url":{},"high":{},"medium":{},"content":{"/Throughput-Computing-2023.html":{}},"file_terms":{}}],["wednesday",{"_index":1218,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/11/intro-workshop.html":{},"/events/2023/10/information-session.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/Showcase.html":{},"/staff/docs/Schedule_Calendar.html":{},"/events/2022/11/gpu-ml-demo.html":{},"/Throughput-Computing-2023.html":{}},"file_terms":{}}],["week",{"_index":240,"root_relative_url":{},"high":{"/bat-genomics.html":{},"/news.html":{},"/HTCondorWeek-Photos.html":{}},"medium":{},"content":{"/Wilcots.html":{},"/bat-genomics.html":{},"/HTC24.html":{},"/ucsd-external-release.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/OSG-School.html":{},"/fellowships/index.html":{},"/index.html":{},"/ASP.html":{},"/uw-research-computing/user-news.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/Showcase.html":{},"/past_team_pictures.html":{},"/Record.html":{},"/des-expanding-universe.html":{},"/approach.html":{},"/david-swanson-awardees-2023.html":{},"/Natzke.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/gis-story.html":{},"/Banq.html":{},"/precision-mental-health.html":{},"/Opotowsky.html":{},"/hannah.html":{},"/jobs.html":{},"/uw-research-computing/dagman-workflows.html":{},"/uw-research-computing/multiple-jobs.html":{},"/GLUE-lab.html":{},"/Lightning-Talks.html":{},"/Fulvio.html":{},"/Garcia.html":{},"/HTCondorWeek-Photos.html":{},"/projects.html":{},"/Hiemstra.html":{},"/OSG-User-School-Concludes.html":{},"/Throughput-Computing-2023.html":{},"/Messick.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/ML-and-Image-Analyses-for-Livestock-Data.html":{},"/CHTC-Facilitation.html":{},"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["week@cs.wisc.edu",{"_index":7041,"root_relative_url":{},"high":{},"medium":{},"content":{"/Throughput-Computing-2023.html":{}},"file_terms":{}}],["weekend",{"_index":5743,"root_relative_url":{},"high":{},"medium":{},"content":{"/usgs-invasivespecies.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["weekli",{"_index":4391,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/list.html":{},"/Banq.html":{},"/CHTC-pool-record.html":{},"/CLAS12.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["weeklong",{"_index":1906,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{}},"file_terms":{}}],["weeks:\"geosci",{"_index":6502,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["weermeij",{"_index":3829,"root_relative_url":{},"high":{},"medium":{},"content":{"/Hannah-Showcase.html":{}},"file_terms":{}}],["weglarz",{"_index":5255,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["weigand",{"_index":5363,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["weight",{"_index":150,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/globus.html":{},"/adjacent-tissues-paper.html":{}},"file_terms":{}}],["weiss",{"_index":5049,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["weitzel",{"_index":5163,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{},"/Science-Gateway.html":{},"/gpargo-cc-star.html":{}},"file_terms":{}}],["welcom",{"_index":1271,"root_relative_url":{},"high":{"/uw-research-computing/gpu-lab.html":{}},"medium":{},"content":{"/events/2023/10/information-session.html":{},"/uw-research-computing/dask.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/events/2022/11/gpu-ml-demo.html":{},"/HTCondorWeek-Photos.html":{}},"file_terms":{}}],["well",{"_index":382,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/matlab-jobs.html":{},"/Joe-B-Profile.html":{},"/OSG-School.html":{},"/staff/docs/Adding_News_Articles.html":{},"/ASP.html":{},"/uw-research-computing/user-news.html":{},"/materials-science.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/the-pelican-project.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/helloworld.html":{},"/approach.html":{},"/veritas.html":{},"/uw-research-computing/hpc-overview.html":{},"/david-swanson-awardees-2023.html":{},"/fellowships/list.html":{},"/gis-story.html":{},"/hanna-lab.html":{},"/gpu-cloudburst.html":{},"/Google-HTCondor.html":{},"/precision-mental-health.html":{},"/research.html":{},"/hannah.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/get-submit-node.html":{},"/adjacent-tissues-paper.html":{},"/CLAS12.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/uw-research-computing/checkpointing.html":{},"/Messick.html":{},"/PATh-Facility.html":{},"/uw-research-computing/docker-build.html":{},"/get-to-know-todd.html":{},"/AMNH-Workshops.html":{},"/ML-and-Image-Analyses-for-Livestock-Data.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["wenger",{"_index":4993,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["went",{"_index":2438,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID.html":{},"/gis-story.html":{},"/Opotowsky.html":{},"/hannah.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/dos-unix.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["weren’t",{"_index":4856,"root_relative_url":{},"high":{},"medium":{},"content":{"/Anirvan-Showcase.html":{}},"file_terms":{}}],["western",{"_index":5662,"root_relative_url":{},"high":{},"medium":{},"content":{"/tribalcollege.html":{}},"file_terms":{}}],["westphal",{"_index":6081,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{},"file_terms":{}}],["we’d",{"_index":6341,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{}},"file_terms":{}}],["we’ll",{"_index":1209,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/11/intro-workshop.html":{},"/uw-research-computing/docker-test.html":{},"/ASP.html":{},"/uw-research-computing/get-help.html":{},"/des-expanding-universe.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["we’r",{"_index":329,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/OSG-School.html":{},"/NIAID.html":{},"/ospool-computation.html":{},"/david-swanson-awardees-2023.html":{},"/gis-story.html":{},"/gpu-cloudburst.html":{},"/hannah.html":{},"/tribalcollege.html":{},"/gpargo-cc-star.html":{},"/CLAS12.html":{},"/GLUE-lab.html":{},"/EHT.html":{},"/Garcia.html":{},"/Messick.html":{},"/PATh-Facility.html":{},"/AMNH-Workshops.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["we’v",{"_index":2834,"root_relative_url":{},"high":{},"medium":{},"content":{"/materials-science.html":{},"/astronomy-archives.html":{},"/uw-research-computing/julia-jobs.html":{},"/hannah.html":{},"/gpargo-cc-star.html":{},"/htcondor-european-workshop.html":{},"/Fulvio.html":{},"/Messick.html":{},"/uw-research-computing/docker-build.html":{},"/get-to-know-todd.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["wfh",{"_index":4519,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["wg",{"_index":5022,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["wget",{"_index":3197,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/docker-build.html":{}},"content":{},"file_terms":{}}],["wget2",{"_index":7318,"root_relative_url":{},"high":{},"medium":{},"content":{"/Using-HTCondor-For-Large-File-Transfer.html":{}},"file_terms":{}}],["whaifind",{"_index":4415,"root_relative_url":{},"high":{},"medium":{},"content":{"/gis-story.html":{}},"file_terms":{}}],["whale",{"_index":2357,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/docker-test.html":{},"/uw-research-computing/docker-build.html":{}},"file_terms":{}}],["whalen",{"_index":2420,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID.html":{}},"file_terms":{}}],["what'",{"_index":7454,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["whatev",{"_index":2372,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/gpu-jobs.html":{}},"content":{"/uw-research-computing/docker-test.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/PATh-Facility.html":{},"/uw-research-computing/docker-build.html":{}},"file_terms":{}}],["whatever’",{"_index":4671,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{}},"file_terms":{}}],["whatsoev",{"_index":2634,"root_relative_url":{},"high":{},"medium":{},"content":{"/ASP.html":{}},"file_terms":{}}],["what’",{"_index":748,"root_relative_url":{},"high":{"/Joe-B-Profile.html":{}},"medium":{},"content":{"/bat-genomics.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/docker-test.html":{},"/Natzke.html":{},"/hannah.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/multiple-jobs.html":{},"/htcondor-european-workshop.html":{},"/Hiemstra.html":{},"/AMNH-Workshops.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["when_to_transfer_output",{"_index":2522,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{}},"content":{},"file_terms":{}}],["whenev",{"_index":1188,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/materials-science.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/helloworld.html":{},"/hanna-lab.html":{},"/uw-research-computing/docker-jobs.html":{},"/Hiemstra.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["wherea",{"_index":7111,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-spack-modules.html":{}},"file_terms":{}}],["wherev",{"_index":3679,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["whether",{"_index":511,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/bat-genomics.html":{},"/uw-research-computing/condor_q.html":{},"/index.html":{},"/uw-research-computing/dask.html":{},"/uw-research-computing/chtc-services.html":{},"/ospool-computation.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/veritas.html":{},"/neuroscientist.html":{},"/Google-HTCondor.html":{},"/precision-mental-health.html":{},"/Anirvan-Showcase.html":{},"/Opotowsky.html":{},"/Science-Gateway.html":{},"/uw-research-computing/conda-installation.html":{},"/adjacent-tissues-paper.html":{},"/uw-research-computing/user-expectations.html":{},"/GLUE-lab.html":{},"/Lightning-Talks.html":{},"/Fulvio.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/Hiemstra.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/PATh-Facility.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["whippl",{"_index":3941,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["white",{"_index":2024,"root_relative_url":{},"high":{},"medium":{},"content":{"/branding.html":{},"/the-pelican-project.html":{},"/uw-research-computing/get-started.html":{}},"file_terms":{}}],["whoami`@`hostnam",{"_index":3687,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["whoever",{"_index":5851,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpargo-cc-star.html":{}},"file_terms":{}}],["whole",{"_index":2362,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/docker-test.html":{},"/uw-research-computing/file-availability.html":{},"/astronomy-archives.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/Hannah-Showcase.html":{},"/neuroscientist.html":{},"/Natzke.html":{},"/hanna-lab.html":{},"/tribalcollege.html":{},"/usgs-invasivespecies.html":{},"/gpargo-cc-star.html":{},"/Garcia.html":{},"/spalding-lab.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["whose",{"_index":624,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{},"/Record.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/file-avail-s3.html":{}},"file_terms":{}}],["wi",{"_index":5774,"root_relative_url":{},"high":{"/events.html":{}},"medium":{},"content":{"/CDIS-bldg.html":{},"/events/2023/01/data-center-tours.html":{}},"file_terms":{}}],["wichita",{"_index":6638,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["wiconsin",{"_index":4751,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-pool-record.html":{}},"file_terms":{}}],["wid",{"_index":4281,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/high-memory-jobs.html":{}},"content":{"/uw-research-computing/other-resources.html":{}},"file_terms":{}}],["wid:\"wisconsin",{"_index":6492,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["wide",{"_index":528,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/staff/docs/Adding_News_Articles.html":{},"/research-facilitation.html":{},"/astronomy-archives.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/the-pelican-project.html":{},"/des-expanding-universe.html":{},"/approach.html":{},"/fellowships/list.html":{},"/hanna-lab.html":{},"/gpu-cloudburst.html":{},"/precision-mental-health.html":{},"/research.html":{},"/hannah.html":{},"/uw-research-computing/get-submit-node.html":{},"/Fulvio.html":{},"/internships.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/PATh-Facility.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["widen",{"_index":6321,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{}},"file_terms":{}}],["wider",{"_index":2321,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Adding_News_Articles.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["widget",{"_index":4369,"root_relative_url":{},"high":{"/fellowships/list.html":{}},"medium":{},"content":{"/fellowships/list.html":{}},"file_terms":{}}],["widow",{"_index":4091,"root_relative_url":{},"high":{},"medium":{},"content":{"/david-swanson-awardees-2023.html":{}},"file_terms":{}}],["width",{"_index":2320,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["width:1000px",{"_index":6451,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["wikipedia",{"_index":6744,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/index.html":{}},"file_terms":{}}],["wilcot",{"_index":230,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/HTCondorWeek-Photos.html":{}},"file_terms":{}}],["wilcots.html",{"_index":224,"root_relative_url":{"/Wilcots.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["wildcard",{"_index":2996,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["wildli",{"_index":5589,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["wildlif",{"_index":5737,"root_relative_url":{},"high":{},"medium":{},"content":{"/usgs-invasivespecies.html":{},"/map/index.html":{},"/Lightning-Talks.html":{},"/Garcia.html":{},"/projects.html":{}},"file_terms":{}}],["wiley",{"_index":4912,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["will",{"_index":6242,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/htc.html":{},"/spalding-lab.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["william",{"_index":6089,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{},"file_terms":{}}],["willing",{"_index":989,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/fellowships/index.html":{},"/Gillett.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["wilson",{"_index":4879,"root_relative_url":{},"high":{"/projects.html":{}},"medium":{},"content":{"/Opotowsky.html":{},"/research.html":{},"/projects.html":{}},"file_terms":{}}],["win",{"_index":1781,"root_relative_url":{},"high":{"/news.html":{},"/icecube-receives-hpc-award.html":{}},"medium":{},"content":{"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/Gillett.html":{},"/icecube-receives-hpc-award.html":{},"/des-expanding-universe.html":{}},"file_terms":{}}],["wind",{"_index":6837,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{}},"file_terms":{}}],["window",{"_index":158,"root_relative_url":{},"high":{"/veritas.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/connecting.html":{}},"medium":{},"content":{"/uw-research-computing/globus.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/guides.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/java-jobs.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/veritas.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/dagman-workflows.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["window.location.href",{"_index":2535,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/demo.html":{},"/events/extended-office-hours.html":{},"/CDIS_eventpage.html":{},"/events/demo/index.html":{}},"file_terms":{}}],["windows/do",{"_index":5909,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/dos-unix.html":{}},"file_terms":{}}],["windows/linux",{"_index":5906,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/dos-unix.html":{}},"file_terms":{}}],["windows/mac",{"_index":7462,"root_relative_url":{},"high":{"/uw-research-computing/connecting.html":{}},"medium":{},"content":{"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["wing",{"_index":657,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["winscp",{"_index":5716,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["winter",{"_index":7210,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["wipac",{"_index":4563,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{},"/projects.html":{}},"file_terms":{}}],["wireless",{"_index":5951,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/configure-ssh.html":{}},"file_terms":{}}],["wisc.edu",{"_index":4511,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["wisconsin",{"_index":75,"root_relative_url":{},"high":{"/index.html":{},"/news.html":{},"/gis-story.html":{},"/events.html":{}},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{"/uw-research-computing/globus.html":{},"/Joe-B-Profile.html":{},"/HTC24.html":{},"/DoIt-Article-Summary.html":{},"/CHTC-Philosophy.html":{},"/ucsd-external-release.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/fellowships/index.html":{},"/index.html":{},"/Gillett.html":{},"/materials-science.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/Showcase.html":{},"/technologies.html":{},"/uw-research-computing/chtc-services.html":{},"/Spencer-Showcase.html":{},"/neuroscientist.html":{},"/david-swanson-awardees-2023.html":{},"/Technology-Refresh.html":{},"/uw-research-computing/other-resources.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/gis-story.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/gpu-lab.html":{},"/precision-mental-health.html":{},"/Opotowsky.html":{},"/research.html":{},"/hannah.html":{},"/jobs.html":{},"/people.html":{},"/GLUE-lab.html":{},"/Lightning-Talks.html":{},"/Fulvio.html":{},"/ML-Demo.html":{},"/EHT.html":{},"/HTCondorWeek-Photos.html":{},"/projects.html":{},"/internships.html":{},"/Hiemstra.html":{},"/Throughput-Computing-2023.html":{},"/PATh-Facility.html":{},"/htc.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["wisconsin.data",{"_index":6286,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{},"file_terms":{}}],["wisconsin_primate_center:\"wisconsin",{"_index":6503,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["wisconsin–madison",{"_index":1396,"root_relative_url":{},"high":{},"medium":{},"content":{"/HTC24.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/OSG-School.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/Showcase.html":{},"/gpu-cloudburst.html":{},"/people.html":{},"/Lightning-Talks.html":{},"/Garcia.html":{},"/Throughput-Computing-2023.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["wisconsin–madison’",{"_index":2841,"root_relative_url":{},"high":{"/events.html":{}},"medium":{},"content":{"/events/2023/07/throughput-computing-2023.html":{},"/Throughput-Computing-2023.html":{}},"file_terms":{}}],["wisdom",{"_index":3343,"root_relative_url":{},"high":{},"medium":{},"content":{"/Spencer-Showcase.html":{},"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["wise",{"_index":3147,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}],["wish",{"_index":2220,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/index.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/quota-request.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["wit",{"_index":4653,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{},"/GLUE-lab.html":{}},"file_terms":{}}],["within",{"_index":430,"root_relative_url":{},"high":{"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/file-avail-s3.html":{}},"medium":{"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/checkpointing.html":{}},"content":{"/Wilcots.html":{},"/bat-genomics.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/CHTC-Philosophy.html":{},"/ucsd-external-release.html":{},"/OSG-School.html":{},"/fellowships/index.html":{},"/NIAID.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/research-facilitation.html":{},"/uw-research-computing/file-availability.html":{},"/materials-science.html":{},"/uw-research-computing/get-help.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/Spencer-Showcase.html":{},"/the-pelican-project.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/des-expanding-universe.html":{},"/Hannah-Showcase.html":{},"/approach.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/form.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/fellowships/list.html":{},"/gis-story.html":{},"/gpu-cloudburst.html":{},"/Banq.html":{},"/Google-HTCondor.html":{},"/CHTC-pool-record.html":{},"/precision-mental-health.html":{},"/Anirvan-Showcase.html":{},"/research.html":{},"/Science-Gateway.html":{},"/hannah.html":{},"/tribalcollege.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/quota-request.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/r-jobs.html":{},"/CLAS12.html":{},"/uw-research-computing/user-expectations.html":{},"/uw-research-computing/python-jobs.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/Fulvio.html":{},"/ML-Demo.html":{},"/Garcia.html":{},"/projects.html":{},"/internships.html":{},"/uw-research-computing/file-avail-s3.html":{},"/PATh-Facility.html":{},"/uw-research-computing/docker-build.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/r-build.html":{}},"file_terms":{}}],["without",{"_index":391,"root_relative_url":{"/high-throughput-computing-fostering-data-science-without-limits.html":{}},"high":{"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/news.html":{}},"medium":{},"content":{"/Wilcots.html":{},"/uw-research-computing/matlab-jobs.html":{},"/OSG-School.html":{},"/uw-research-computing/check-quota.html":{},"/ASP.html":{},"/uw-research-computing/file-availability.html":{},"/materials-science.html":{},"/uw-research-computing/use-submit-node.html":{},"/astronomy-archives.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/chtc-demo.html":{},"/the-pelican-project.html":{},"/machine-learning.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/testing-jobs.html":{},"/icecube-receives-hpc-award.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/Hannah-Showcase.html":{},"/veritas.html":{},"/neuroscientist.html":{},"/david-swanson-awardees-2023.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/mpi-jobs.html":{},"/gis-story.html":{},"/hanna-lab.html":{},"/gpu-cloudburst.html":{},"/Banq.html":{},"/Opotowsky.html":{},"/research.html":{},"/tribalcollege.html":{},"/gpargo-cc-star.html":{},"/adjacent-tissues-paper.html":{},"/uw-research-computing/user-expectations.html":{},"/uw-research-computing/multiple-jobs.html":{},"/GLUE-lab.html":{},"/Johri.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/projects.html":{},"/uw-research-computing/checkpointing.html":{},"/Hiemstra.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/AMNH-Workshops.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/EOL-OSG.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/r-build.html":{},"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["wolfgang",{"_index":5208,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["wolv",{"_index":5541,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["women",{"_index":5610,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["wonder",{"_index":341,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/david-swanson-awardees-2023.html":{},"/precision-mental-health.html":{},"/Opotowsky.html":{},"/GLUE-lab.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["won’t",{"_index":2356,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/docker-test.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/docker-build.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["word",{"_index":3097,"root_relative_url":{},"high":{},"medium":{},"content":{"/ospool-computation.html":{},"/neuroscientist.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/hanna-lab.html":{},"/research.html":{},"/CLAS12.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/htc.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["work",{"_index":160,"root_relative_url":{},"high":{"/Joe-B-Profile.html":{},"/fellowships/index.html":{},"/uw-research-computing/docker-test.html":{},"/news.html":{},"/uw-research-computing/helloworld.html":{},"/gis-story.html":{},"/research.html":{},"/hannah.html":{},"/Fulvio.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/get-to-know-todd.html":{}},"medium":{"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/python-jobs.html":{}},"content":{"/uw-research-computing/globus.html":{},"/Wilcots.html":{},"/bat-genomics.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/matlab-jobs.html":{},"/events/2023/11/intro-workshop.html":{},"/chtc-workshop.html":{},"/Joe-B-Profile.html":{},"/uw-research-computing/singularity-htc.html":{},"/CHTC-Philosophy.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/free-supercomputing.html":{},"/OSG-School.html":{},"/fellowships/index.html":{},"/uw-research-computing/docker-test.html":{},"/NIAID.html":{},"/index.html":{},"/uw-research-computing/howto_overview.html":{},"/ASP.html":{},"/research-facilitation.html":{},"/uw-research-computing/user-news.html":{},"/uw-research-computing/file-availability.html":{},"/Gillett.html":{},"/materials-science.html":{},"/Showcase.html":{},"/news.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/dask.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/get-help.html":{},"/ospool-computation.html":{},"/astronomy-archives.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/Spencer-Showcase.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/chtc-demo.html":{},"/the-pelican-project.html":{},"/machine-learning.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/des-expanding-universe.html":{},"/Hannah-Showcase.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/approach.html":{},"/veritas.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/form.html":{},"/neuroscientist.html":{},"/david-swanson-awardees-2023.html":{},"/Natzke.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/file-avail-squid.html":{},"/fellowships/list.html":{},"/gis-story.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/staff/docs/Schedule_Calendar.html":{},"/hanna-lab.html":{},"/gpu-cloudburst.html":{},"/Banq.html":{},"/Google-HTCondor.html":{},"/CHTC-pool-record.html":{},"/precision-mental-health.html":{},"/Anirvan-Showcase.html":{},"/Opotowsky.html":{},"/research.html":{},"/Science-Gateway.html":{},"/hannah.html":{},"/tribalcollege.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/gpargo-cc-star.html":{},"/jobs.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/quota-request.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/htcondor-helps-enable-mars-research.html":{},"/uw-research-computing/dagman-workflows.html":{},"/CLAS12.html":{},"/uw-research-computing/user-expectations.html":{},"/uw-research-computing/multiple-jobs.html":{},"/htcondor-european-workshop.html":{},"/CDIS-bldg.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/GLUE-lab.html":{},"/uw-research-computing/python-jobs.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/Fulvio.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/EHT.html":{},"/Garcia.html":{},"/projects.html":{},"/internships.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/file-avail-s3.html":{},"/Hiemstra.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/Messick.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/PATh-Facility.html":{},"/get-to-know-todd.html":{},"/spalding-lab.html":{},"/AMNH-Workshops.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/EOL-OSG.html":{},"/ML-and-Image-Analyses-for-Livestock-Data.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/r-build.html":{},"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/connecting.html":{},"/events/2022/11/extended-office-hours.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["workaround",{"_index":3666,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/inter-submit.html":{}},"file_terms":{}}],["workdir",{"_index":1498,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-htc.html":{}},"content":{},"file_terms":{}}],["worker",{"_index":999,"root_relative_url":{},"high":{"/research.html":{}},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/dask.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/PATh-Facility.html":{}},"file_terms":{}}],["workflow",{"_index":183,"root_relative_url":{},"high":{"/research.html":{},"/uw-research-computing/dagman-workflows.html":{},"/CLAS12.html":{}},"medium":{},"content":{"/uw-research-computing/globus.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/matlab-jobs.html":{},"/chtc-workshop.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/guides.html":{},"/OSG-School.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/java-jobs.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/dask.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/des-expanding-universe.html":{},"/david-swanson-awardees-2023.html":{},"/Natzke.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/fellowships/list.html":{},"/gpu-cloudburst.html":{},"/Banq.html":{},"/uw-research-computing/docker-jobs.html":{},"/Anirvan-Showcase.html":{},"/Opotowsky.html":{},"/research.html":{},"/Science-Gateway.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/dagman-workflows.html":{},"/CLAS12.html":{},"/uw-research-computing/user-expectations.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/GLUE-lab.html":{},"/uw-research-computing/python-jobs.html":{},"/Lightning-Talks.html":{},"/Fulvio.html":{},"/uw-research-computing/gpu-jobs.html":{},"/Garcia.html":{},"/projects.html":{},"/uw-research-computing/checkpointing.html":{},"/Hiemstra.html":{},"/uw-research-computing/os-transition-htc.html":{},"/Messick.html":{},"/PATh-Facility.html":{},"/uw-research-computing/docker-build.html":{},"/spalding-lab.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["workflows.html",{"_index":6115,"root_relative_url":{"/uw-research-computing/dagman-workflows.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["workhors",{"_index":370,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["workload",{"_index":609,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/ucsd-external-release.html":{},"/index.html":{},"/technologies.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/CHTC-pool-record.html":{},"/precision-mental-health.html":{},"/research.html":{},"/tribalcollege.html":{},"/adjacent-tissues-paper.html":{},"/CLAS12.html":{},"/GLUE-lab.html":{},"/EHT.html":{},"/PATh-Facility.html":{},"/AMNH-Workshops.html":{},"/ML-and-Image-Analyses-for-Livestock-Data.html":{}},"file_terms":{}}],["workshop",{"_index":1200,"root_relative_url":{},"high":{"/events/2023/11/intro-workshop.html":{},"/chtc-workshop.html":{},"/ASP.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/news.html":{},"/events.html":{},"/htcondor-european-workshop.html":{}},"medium":{},"content":{"/events/2023/11/intro-workshop.html":{},"/chtc-workshop.html":{},"/ASP.html":{},"/astronomy-archives.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/fellowships/list.html":{},"/gis-story.html":{},"/research.html":{},"/htcondor-european-workshop.html":{},"/internships.html":{},"/AMNH-Workshops.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{}},"file_terms":{}}],["workshop.html",{"_index":1199,"root_relative_url":{"/events/2023/11/intro-workshop.html":{},"/chtc-workshop.html":{},"/htcondor-european-workshop.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["workshops.html",{"_index":7284,"root_relative_url":{"/AMNH-Workshops.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["workstat",{"_index":4661,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{},"/research.html":{},"/fire-up-the-gpus.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["world",{"_index":261,"root_relative_url":{},"high":{"/news.html":{},"/Resilience.html":{}},"medium":{},"content":{"/Wilcots.html":{},"/bat-genomics.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/matlab-jobs.html":{},"/Joe-B-Profile.html":{},"/CHTC-Philosophy.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/OSG-School.html":{},"/index.html":{},"/technologies.html":{},"/astronomy-archives.html":{},"/uw-research-computing/julia-jobs.html":{},"/the-pelican-project.html":{},"/uw-research-computing/helloworld.html":{},"/veritas.html":{},"/Resilience.html":{},"/uw-research-computing/file-avail-squid.html":{},"/fellowships/list.html":{},"/gis-story.html":{},"/Banq.html":{},"/precision-mental-health.html":{},"/Opotowsky.html":{},"/research.html":{},"/hannah.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/adjacent-tissues-paper.html":{},"/CLAS12.html":{},"/GLUE-lab.html":{},"/uw-research-computing/python-jobs.html":{},"/Lightning-Talks.html":{},"/ML-Demo.html":{},"/EHT.html":{},"/fire-up-the-gpus.html":{},"/get-to-know-todd.html":{},"/spalding-lab.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["worlds'04",{"_index":5103,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["worldwid",{"_index":4725,"root_relative_url":{},"high":{},"medium":{},"content":{"/Google-HTCondor.html":{},"/research.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["world’",{"_index":3824,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{},"/Lightning-Talks.html":{}},"file_terms":{}}],["worri",{"_index":1438,"root_relative_url":{},"high":{},"medium":{},"content":{"/DoIt-Article-Summary.html":{},"/precision-mental-health.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["worsen",{"_index":6215,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{}},"file_terms":{}}],["worst",{"_index":3625,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/testing-jobs.html":{}},"file_terms":{}}],["worth",{"_index":5732,"root_relative_url":{},"high":{},"medium":{},"content":{"/usgs-invasivespecies.html":{},"/uw-research-computing/gpu-jobs.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["worthwhil",{"_index":4319,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["wouldn’t",{"_index":1376,"root_relative_url":{},"high":{},"medium":{},"content":{"/Joe-B-Profile.html":{},"/Gillett.html":{},"/david-swanson-awardees-2023.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/Banq.html":{},"/Opotowsky.html":{}},"file_terms":{}}],["would’v",{"_index":4085,"root_relative_url":{},"high":{},"medium":{},"content":{"/david-swanson-awardees-2023.html":{},"/Opotowsky.html":{},"/hannah.html":{}},"file_terms":{}}],["wrap",{"_index":5544,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{},"/HTCondorWeek-Photos.html":{}},"file_terms":{}}],["wrapper",{"_index":2585,"root_relative_url":{},"high":{"/uw-research-computing/checkpointing.html":{}},"medium":{},"content":{"/uw-research-computing/java-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{}},"file_terms":{}}],["wrf",{"_index":6835,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{}},"file_terms":{}}],["wright",{"_index":3467,"root_relative_url":{},"high":{},"medium":{},"content":{"/Record.html":{},"/research.html":{}},"file_terms":{}}],["write",{"_index":1137,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/high-memory-jobs.html":{}},"content":{"/uw-research-computing/matlab-jobs.html":{},"/staff/docs/Adding_News_Articles.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/java-jobs.html":{},"/uw-research-computing/user-news.html":{},"/astronomy-archives.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/david-swanson-awardees-2023.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{},"/hanna-lab.html":{},"/hannah.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/r-jobs.html":{},"/CLAS12.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/GLUE-lab.html":{},"/uw-research-computing/python-jobs.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/uw-research-computing/checkpointing.html":{},"/Hiemstra.html":{},"/get-to-know-todd.html":{},"/spalding-lab.html":{},"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["writer",{"_index":5522,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{},"/people.html":{}},"file_terms":{}}],["written",{"_index":1745,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/singularity-hpc.html":{},"/staff/docs/Adding_News_Articles.html":{},"/uw-research-computing/docker-test.html":{},"/research-facilitation.html":{},"/uw-research-computing/file-availability.html":{},"/the-pelican-project.html":{},"/veritas.html":{},"/Natzke.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/Banq.html":{},"/research.html":{},"/hannah.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/gpu-jobs.html":{},"/projects.html":{},"/uw-research-computing/file-avail-s3.html":{}},"file_terms":{}}],["wrong",{"_index":1327,"root_relative_url":{},"high":{},"medium":{},"content":{"/Joe-B-Profile.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/fellowships/list.html":{},"/hannah.html":{},"/Fulvio.html":{}},"file_terms":{}}],["wrote",{"_index":1877,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/licensed-software.html":{}},"content":{"/free-supercomputing.html":{},"/uw-research-computing/licensed-software.html":{},"/the-pelican-project.html":{},"/veritas.html":{},"/Natzke.html":{},"/uw-research-computing/mpi-jobs.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/python-jobs.html":{}},"file_terms":{}}],["wryli",{"_index":6353,"root_relative_url":{},"high":{},"medium":{},"content":{"/CDIS-bldg.html":{}},"file_terms":{}}],["wsl",{"_index":5944,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/configure-ssh.html":{}},"file_terms":{}}],["wuerthwein",{"_index":4321,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["würthwein",{"_index":1833,"root_relative_url":{},"high":{},"medium":{},"content":{"/ucsd-external-release.html":{},"/gpu-cloudburst.html":{},"/research.html":{},"/CLAS12.html":{}},"file_terms":{}}],["x",{"_index":2348,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/docker-test.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"content":{"/veritas.html":{},"/research.html":{},"/uw-research-computing/configure-ssh.html":{}},"file_terms":{}}],["x.509",{"_index":7384,"root_relative_url":{},"high":{},"medium":{},"content":{"/EOL-OSG.html":{}},"file_terms":{}}],["x11",{"_index":5956,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/configure-ssh.html":{}},"file_terms":{}}],["x64_bin.tar.gz",{"_index":2568,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/java-jobs.html":{}},"content":{},"file_terms":{}}],["x86",{"_index":3227,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/julia-jobs.html":{}},"file_terms":{}}],["x86_64.sh",{"_index":6004,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/docker-build.html":{}},"content":{},"file_terms":{}}],["x86_64.tar.gz",{"_index":3196,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/julia-jobs.html":{}},"content":{},"file_terms":{}}],["xacml",{"_index":5365,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["xarray",{"_index":3009,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/dask.html":{}},"file_terms":{}}],["xcii",{"_index":5641,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["xd",{"_index":846,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["xdd",{"_index":2539,"root_relative_url":{},"high":{"/index.html":{},"/projects.html":{}},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["xe8545",{"_index":4115,"root_relative_url":{},"high":{"/Technology-Refresh.html":{}},"medium":{},"content":{},"file_terms":{}}],["xeon",{"_index":5888,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["xf",{"_index":3661,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/inter-submit.html":{}},"content":{},"file_terms":{}}],["xi",{"_index":5050,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["xiaoyuan",{"_index":1946,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{}},"file_terms":{}}],["xref",{"_index":6468,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["xsede",{"_index":843,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/veritas.html":{},"/Science-Gateway.html":{}},"file_terms":{}}],["xzf",{"_index":1109,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/java-jobs.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/connecting.html":{}},"content":{},"file_terms":{}}],["xzvf",{"_index":5692,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{}},"content":{},"file_terms":{}}],["y",{"_index":1503,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/conda-installation.html":{}},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["yaml",{"_index":4489,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["yardstick",{"_index":7179,"root_relative_url":{},"high":{},"medium":{},"content":{"/htc.html":{}},"file_terms":{}}],["ye",{"_index":2521,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/mpi-jobs.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{}},"content":{"/david-swanson-awardees-2023.html":{},"/staff/docs/Schedule_Calendar.html":{},"/hannah.html":{}},"file_terms":{}}],["year",{"_index":447,"root_relative_url":{},"high":{"/index.html":{},"/news.html":{},"/htcondor-european-workshop.html":{},"/OSG-User-School-Concludes.html":{},"/get-to-know-todd.html":{}},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{"/Wilcots.html":{},"/bat-genomics.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/events/2023/10/information-session.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/ucsd-external-release.html":{},"/OSG-School.html":{},"/fellowships/index.html":{},"/OSPool-Cores.html":{},"/index.html":{},"/ASP.html":{},"/materials-science.html":{},"/Showcase.html":{},"/astronomy-archives.html":{},"/Spencer-Showcase.html":{},"/the-pelican-project.html":{},"/Record.html":{},"/machine-learning.html":{},"/des-expanding-universe.html":{},"/Hannah-Showcase.html":{},"/veritas.html":{},"/david-swanson-awardees-2023.html":{},"/Natzke.html":{},"/gis-story.html":{},"/gpu-cloudburst.html":{},"/Banq.html":{},"/Anirvan-Showcase.html":{},"/Opotowsky.html":{},"/research.html":{},"/Science-Gateway.html":{},"/hannah.html":{},"/usgs-invasivespecies.html":{},"/gpargo-cc-star.html":{},"/jobs.html":{},"/htcondor-helps-enable-mars-research.html":{},"/CLAS12.html":{},"/uw-research-computing/user-expectations.html":{},"/uw-research-computing/multiple-jobs.html":{},"/htcondor-european-workshop.html":{},"/GLUE-lab.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/Fulvio.html":{},"/EHT.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/fire-up-the-gpus.html":{},"/Garcia.html":{},"/HTCondorWeek-Photos.html":{},"/htc.html":{},"/get-to-know-todd.html":{},"/spalding-lab.html":{},"/AMNH-Workshops.html":{},"/EOL-OSG.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["year’",{"_index":1407,"root_relative_url":{},"high":{"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"medium":{},"content":{"/HTC24.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/OSG-School.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/Showcase.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/htcondor-european-workshop.html":{},"/Lightning-Talks.html":{},"/Throughput-Computing-2023.html":{}},"file_terms":{}}],["yesselman",{"_index":5446,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["yield",{"_index":4030,"root_relative_url":{},"high":{},"medium":{},"content":{"/neuroscientist.html":{},"/usgs-invasivespecies.html":{},"/spalding-lab.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{}},"file_terms":{}}],["yoder",{"_index":5292,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["york",{"_index":5377,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["yorktown",{"_index":5375,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["you'd",{"_index":2488,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/check-quota.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/mpi-jobs.html":{}},"file_terms":{}}],["you'll",{"_index":1159,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["you'r",{"_index":2490,"root_relative_url":{},"high":{"/uw-research-computing/howto_overview.html":{}},"medium":{"/uw-research-computing/gpu-jobs.html":{}},"content":{"/uw-research-computing/check-quota.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["you'v",{"_index":1058,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{}},"content":{"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{}},"file_terms":{}}],["young",{"_index":1352,"root_relative_url":{},"high":{},"medium":{},"content":{"/Joe-B-Profile.html":{},"/hannah.html":{}},"file_terms":{}}],["younger",{"_index":5553,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["your",{"_index":1300,"root_relative_url":{},"high":{"/Joe-B-Profile.html":{}},"medium":{},"content":{},"file_terms":{}}],["your_email@example.com",{"_index":3521,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/github-remote-access.html":{}},"content":{},"file_terms":{}}],["your_file_nam",{"_index":4475,"root_relative_url":{},"high":{},"medium":{"/staff/docs/Schedule_Calendar.html":{}},"content":{},"file_terms":{}}],["your_imag",{"_index":3875,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/colab-to-chtc.html":{}},"content":{},"file_terms":{}}],["your_netid",{"_index":3525,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/github-remote-access.html":{}},"content":{},"file_terms":{}}],["yourenvironmentnam",{"_index":3246,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/hpc-spack-modules.html":{}},"content":{},"file_terms":{}}],["yourgroupnam",{"_index":7257,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-spack-setup.html":{}},"content":{},"file_terms":{}}],["yournetid",{"_index":3255,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/hpc-spack-setup.html":{}},"content":{},"file_terms":{}}],["yournetid@hpclogin3.chtc.wisc.edu",{"_index":7263,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-spack-setup.html":{}},"content":{},"file_terms":{}}],["yourpackagenam",{"_index":3261,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-spack-install.html":{}},"content":{},"file_terms":{}}],["yourself",{"_index":1142,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/docker-jobs.html":{},"/precision-mental-health.html":{},"/hannah.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["you’d",{"_index":3059,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-help.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/hannah.html":{},"/Fulvio.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["you’ll",{"_index":1737,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-software.html":{},"/hannah.html":{},"/uw-research-computing/conda-installation.html":{},"/adjacent-tissues-paper.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/docker-build.html":{}},"file_terms":{}}],["you’r",{"_index":2363,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/docker-test.html":{},"/ospool-computation.html":{},"/chtc-demo.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/hanna-lab.html":{},"/hannah.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/conda-installation.html":{},"/CLAS12.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/docker-build.html":{}},"file_terms":{}}],["you’v",{"_index":2353,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/docker-test.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/hannah.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/docker-build.html":{},"/events/2022/11/extended-office-hours.html":{}},"file_terms":{}}],["yudhajit",{"_index":6870,"root_relative_url":{},"high":{},"medium":{},"content":{"/HTCondorWeek-Photos.html":{}},"file_terms":{}}],["yuji",{"_index":1980,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{}},"file_terms":{}}],["yum",{"_index":7139,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/docker-build.html":{}},"content":{},"file_terms":{}}],["yuri",{"_index":5338,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["yuxiao",{"_index":6103,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{},"file_terms":{}}],["yyyi",{"_index":2250,"root_relative_url":{},"high":{},"medium":{"/staff/docs/Adding_News_Articles.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"content":{"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["yzquierdo",{"_index":5140,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["z",{"_index":5151,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["z0",{"_index":4236,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["z]{2,63}/i",{"_index":4241,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["zach",{"_index":5328,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["zachari",{"_index":5042,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{},"/Lightning-Talks.html":{}},"file_terms":{}}],["zandi",{"_index":5319,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["zero",{"_index":5761,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/conda-installation.html":{}},"content":{"/usgs-invasivespecies.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{}},"file_terms":{}}],["zhang",{"_index":5002,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["zhe",{"_index":5001,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["zidney",{"_index":5517,"root_relative_url":{},"high":{},"medium":{},"content":{"/icon_credits.html":{}},"file_terms":{}}],["ziliang",{"_index":5382,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["zip",{"_index":1149,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/high-memory-jobs.html":{}},"content":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-software.html":{},"/Hannah-Showcase.html":{},"/veritas.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["zone",{"_index":2178,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/index.html":{},"/NIAID.html":{},"/astronomy-archives.html":{}},"file_terms":{}}],["zoology_research:\"zoolog",{"_index":6506,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["zoom",{"_index":1394,"root_relative_url":{},"high":{"/events.html":{}},"medium":{},"content":{"/HTC24.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/NIAID.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/CLAS12.html":{},"/htcondor-european-workshop.html":{},"/HTCondorWeek-Photos.html":{},"/Throughput-Computing-2023.html":{},"/events/2023/01/hpc-cluster-faq.html":{}},"file_terms":{}}],["ztf",{"_index":3183,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}],["zubatyuk",{"_index":3507,"root_relative_url":{},"high":{},"medium":{},"content":{"/machine-learning.html":{}},"file_terms":{}}],["zvada",{"_index":5147,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["zwicki",{"_index":3181,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}]],"pipeline":["stemmer"]} \ No newline at end of file +{"version":"2.3.9","fields":["root_relative_url","high","medium","content","file_terms"],"fieldVectors":[["root_relative_url//tackling-strongly-correlated-quantum-systems.html",[0,1.933,1,2.254,2,2.821,3,2.178,4,3.655]],["high//tackling-strongly-correlated-quantum-systems.html",[0,3.544,1,4.132,2,5.172,3,3.993,5,0.474,6,0.597,7,2.185,8,0.238]],["medium//tackling-strongly-correlated-quantum-systems.html",[]],["content//tackling-strongly-correlated-quantum-systems.html",[0,2.299,1,5.27,2,6.931,3,5.583,6,0.813,7,1.417,9,4.347,10,1.122,11,1.902,12,1.902,13,3.212,14,7.163,15,9.369,16,1.689,17,1.172,18,6.165,19,9.262,20,0.302,21,4.347,22,4.133,23,2.397,24,3.944,25,2.756,26,1.714,27,1.689,28,4.768,29,1.598,30,2.681,31,2.948,32,3.023,33,2.948,34,3.355,35,4.104,36,3.355,37,3.561,38,1.672,39,0.774,40,2.031,41,3.788,42,0.418,43,1.217,44,5.69,45,7.163,46,2.182,47,5.23,48,3.26,49,1.422,50,0.947,51,1.417,52,2.239,53,3.45,54,2.114,55,2.129,56,1.266,57,1.902,58,2.537,59,1.902,60,5.08,61,2.129,62,2.782,63,2.681,64,2.129,65,1.081,66,5.23,67,1.516,68,3.582,69,3.673,70,3.351,71,4.768,72,1.789,73,4.347,74,3.886,75,2.239,76,3.582,77,1.372,78,2.395,79,6.403,80,5.511,81,2.153,82,1.137,83,0.236,84,2.756,85,4.268,86,1.286,87,2.894,88,0.697,89,1.57,90,1.863,91,3.886,92,4.768,93,1.071,94,1.238,95,2.508,96,1.328,97,1.585,98,2.188,99,1.155,100,4.412,101,2.681,102,3.582,103,2.299,104,1.863,105,3.582,106,3.023,107,1.789,108,1.49,109,4.347,110,4.347,111,3.355,112,1.465,113,0.057,114,2.031,115,2.235,116,1.598,117,4.347,118,1.053,119,1.441,120,4.347,121,1.658,122,1.394,123,3.023,124,2.182,125,5.902,126,1.291,127,1.598,128,2.188,129,1.081,130,2.129,131,2.433,132,1.372,133,0.901,134,4.347,135,3.886,136,0.994,137,3.174,138,3.894,139,1.713,140,4.417,141,1.768,142,1.247,143,3.642,144,2.781,145,2.781,146,1.986,147,2.079,148,1.087,149,1.319,150,1.328,151,2.681,152,1.754,153,8.98,154,7.163,155,2.114,156,2.363,157,2.508,158,4.347,159,1.209,160,0.499,161,0.91,162,3.886,163,1.628,164,0.656,165,2.182,166,2.881,167,8.98,168,0.924,169,2.963,170,2.308,171,1.349,172,3.355,173,3.355,174,2.508,175,0.809,176,1.519,177,0.894,178,4.347,179,3.886,180,4.347,181,1.465,182,0.805,183,3.886,184,2.129,185,2.039,186,1.266,187,1.754,188,1.155,189,3.801,190,3.886,191,2.374,192,1.721,193,0.66,194,4.347,195,2.239,196,4.347,197,3.886,198,0.19,199,1.883,200,1.714,201,0.542,202,2.781,203,0.399,204,1.417,205,0.068,206,2.537,207,3.023,208,1.165,209,2.59,210,0.626,211,2.182,212,0.229,213,2.299,214,0.98,215,0.601,216,2.299,217,2.239,218,3.557,219,1.452,220,2.087,221,1.741,222,0.846,223,3.174,224,1.155,225,1.49,226,1.986,227,1.329,228,1.638,229,2.894,230,0.937,231,2.239,232,0.666,233,2.433,234,1.986,235,1.05,236,2.129,237,0.994,238,1.19,239,1.155,240,0.433,241,2.894,242,1.291,243,3.023,244,1.943,245,0.884,246,1.055,247,4.347,248,4.347,249,1.598,250,1.57,251,2.588,252,0.473,253,0.846,254,1.57,255,4.758,256,1.543,257,1.009,258,4.347,259,3.886,260,1.137,261,0.786,262,1.394,263,0.774,264,1.465,265,1.853,266,4.347,267,6.165,268,2.59,269,4.347,270,4.347,271,1.588,272,0.937,273,0.614,274,3.886,275,4.347,276,1.57,277,0.322,278,1.658,279,2.239,280,3.355,281,1.945,282,2.433,283,1.19,284,1.902,285,4.347,286,3.174,287,2.182,288,1.417,289,1.598,290,2.508,291,2.781,292,2.681,293,1.087,294,4.347,295,2.079,296,3.355,297,2.363,298,2.239,299,2.59,300,3.023,301,0.035,302,2.59,303,3.582]],["file_terms//tackling-strongly-correlated-quantum-systems.html",[]],["root_relative_url//the-pelican-project.html",[304,3.057,305,5.462]],["high//the-pelican-project.html",[5,0.454,8,0.228,10,0.924,253,1.248,304,3.591,306,1.212,307,0.84,308,4.685,309,2.163,310,0.165]],["medium//the-pelican-project.html",[]],["content//the-pelican-project.html",[10,0.938,20,0.155,26,1.309,27,2.532,40,2.199,42,0.574,50,0.722,56,1.371,57,2.06,58,1.937,81,1.231,83,0.324,84,2.104,86,1.393,88,1.198,94,0.813,96,1.438,98,2.313,99,1.25,113,0.053,118,1.011,121,1.795,122,1.509,124,2.363,128,1.438,133,0.688,149,1.045,152,1.9,155,2.563,160,0.857,175,0.876,177,0.54,181,1.587,187,1.9,192,3.47,195,2.424,200,1.309,201,1.006,203,0.522,212,0.344,224,1.25,225,2.235,230,1.405,234,2.151,235,0.801,240,0.469,243,3.273,245,0.957,249,1.731,252,0.923,253,1.782,254,2.7,256,1.67,257,1.093,262,2.09,263,0.838,264,1.587,265,1.415,271,1.213,287,2.363,290,2.716,293,1.177,295,2.251,299,3.884,300,4.533,301,0.059,304,4.906,306,1.601,308,4.759,309,2.856,310,0.257,311,2.913,312,1.899,313,2.716,314,1.498,315,2.913,316,1.371,317,2.485,318,1.509,319,2.363,320,2.489,321,2.559,322,2.363,323,3.633,324,3.273,325,2.902,326,3.273,327,5.372,328,2.321,329,4.707,330,1.96,331,0.444,332,2.532,333,2.424,334,1.469,335,4.707,336,2.199,337,1.231,338,4.707,339,2.398,340,1.144,341,3.879,342,3.273,343,1.56,344,1.36,345,6.518,346,3.648,347,1.96,348,1.371,349,4.339,350,2.682,351,2.09,352,0.953,353,4.207,354,4.707,355,4.207,356,1.469,357,2.424,358,1.306,359,2.047,360,4.019,361,1.642,362,4.707,363,0.847,364,4.207,365,4.707,366,3.879,367,2.63,368,1.438,369,2.424,370,4.207,371,2.424,372,3.011,373,6.192,374,2.716,375,3.76,376,2.424,377,0.452,378,0.164,379,3.192,380,0.699,381,2.06,382,3.543,383,4.707,384,0.838,385,2.017,386,2.363,387,2.104,388,2.199,389,2.716,390,3.633,391,4.707,392,3.437,393,1,394,1.485,395,2.199,396,1.195,397,1.142,398,3.633,399,2.44,400,1.731,401,1.679,402,0.876,403,3.272,404,2.559,405,2.634,406,2.06,407,5.03,408,2.151,409,4.707,410,4.707,411,2.749,412,4.707,413,2.902,414,0.646,415,3.437,416,3.879,417,3.879,418,2.363,419,2.363,420,2.104,421,1.061,422,3.879,423,3.011,424,1.393,425,1.109,426,3.633,427,3.011,428,1.642,429,3.633,430,3.633,431,1.863,432,2.199,433,4.019,434,3.76,435,1.67,436,3.633,437,1.762,438,3.133,439,1.289,440,1.9,441,2.151,442,4.707,443,3.879,444,3.133,445,4.707,446,1.461,447,0.979,448,5.03,449,4.207,450,2.805,451,3.133,452,1.231,453,1.371,454,1.125,455,3.879,456,4.707,457,4.207,458,4.207,459,0.587,460,3.633,461,1.863,462,2.634,463,7.575,464,2.63,465,2.017,466,1.937,467,1.587,468,2.902,469,1.371,470,2.151,471,1.9,472,2.06,473,3.273,474,2.716,475,2.489,476,1.231,477,2.716,478,3.879,479,1.461,480,1.35,481,2.864,482,3.633,483,1.976,484,2.251,485,1.56,486,2.017,487,4.019,488,3.884,489,2.151,490,3.192,491,3.879,492,1.03,493,3.011,494,1.762,495,4.707,496,1.642,497,2.151,498,2.716,499,3.273,500,1.762,501,2.104,502,2.902,503,3.437,504,2.424,505,2.902,506,6.518,507,2.305,508,2.559,509,4.707,510,6.683,511,4.707,512,1.937,513,2.104,514,1.614,515,4.707,516,2.634,517,2.805,518,3.879,519,3.879,520,3.879,521,2.716,522,2.017,523,2.634,524,4.707,525,3.011,526,3.633,527,2.305,528,3.633,529,3.273,530,2.017,531,2.716]],["file_terms//the-pelican-project.html",[]],["root_relative_url//uw-research-computing/gpu-jobs.html",[83,0.136,532,0.223,533,3.672,534,2.299]],["high//uw-research-computing/gpu-jobs.html",[5,0.441,8,0.084,20,0.233,39,0.42,83,0.078,149,0.378,205,0.045,208,0.445,215,0.475,246,0.572,272,0.508,298,1.214,310,0.06,337,0.617,340,0.547,352,0.345,363,0.222,378,0.134,394,1.544,470,1.077,532,0.128,535,1.573,536,0.72,537,0.782,538,0.837,539,0.637,540,0.564,541,1.82,542,1.454,543,1.032,544,0.671,545,1.068,546,0.916,547,0.226,548,0.459,549,1.054,550,1.009,551,2.358,552,0.439,553,0.72,554,0.516,555,0.952,556,0.59,557,0.459,558,0.617,559,0.494,560,0.516,561,0.487,562,0.895,563,0.782]],["medium//uw-research-computing/gpu-jobs.html",[10,0.32,20,0.073,150,1.121,205,0.018,215,0.186,221,0.627,232,0.562,240,0.468,301,0.076,378,0.077,394,0.7,454,0.531,535,1.045,541,4.66,544,0.647,547,0.215,549,0.992,564,3.67,565,2.106,566,4.693,567,3.622,568,3.281,569,1.931,570,3.281,571,1.677,572,0.572,573,2.68,574,5.397,575,3.281,576,2.22,577,3.281,578,2.22,579,1.062,580,0.419,581,1.984,582,0.712,583,1.713,584,0.426,585,1.713,586,0.896,587,1.478,588,1.323,589,2.22,590,0.992,591,1.281,592,1.143,593,1.323,594,1.323,595,3.281,596,0.865,597,0.493,598,0.774,599,0.555,600,1.062,601,1.037,602,2.187,603,1.037,604,0.7,605,2.22,606,6.038,607,1.798,608,1.544,609,2.348,610,1.755,611,0.673,612,3.67,613,3.67,614,1.544,615,4.873,616,2.22,617,0.992,618,2.22]],["content//uw-research-computing/gpu-jobs.html",[1,1.72,5,0.684,6,0.643,20,0.332,23,1.287,26,0.776,31,1.148,39,0.497,42,0.513,43,0.872,49,0.763,50,0.608,65,1.267,67,0.973,82,1.155,83,0.206,86,0.826,88,0.447,89,1.008,94,0.947,96,0.852,97,1.381,100,1.4,108,1.514,113,0.043,115,0.8,116,1.026,118,0.377,126,1.585,129,0.489,133,0.408,139,0.667,141,0.8,142,1.267,149,0.447,159,0.776,161,1.768,164,0.827,166,1.304,168,1.165,175,0.519,177,0.779,182,0.644,185,0.73,188,1.804,193,0.473,198,0.229,199,1.349,201,0.551,203,0.18,205,0.081,208,1.178,210,0.897,212,0.233,213,1.475,214,0.629,215,0.793,217,2.274,219,0.657,221,1.247,222,0.859,224,0.741,227,1.182,231,1.437,235,1.061,237,1.426,238,1.209,240,0.856,242,0.925,245,0.898,246,1.513,251,1.854,252,0.304,253,1.213,260,0.73,261,1.227,263,0.786,268,1.662,271,0.719,273,0.72,276,1.008,277,0.561,293,0.698,301,0.072,307,0.816,310,0.174,314,0.559,316,1.597,328,0.866,330,0.839,331,0.263,332,1.084,333,1.437,337,1.631,340,0.626,348,0.512,352,1.148,356,1.235,359,0.764,361,1.912,363,0.762,377,0.527,378,0.288,380,0.414,384,0.497,385,1.195,393,0.593,394,2.817,397,0.677,400,1.026,414,0.933,418,1.4,424,1.622,425,1.04,431,1.104,440,1.126,452,1.178,453,2.539,459,0.348,467,0.94,470,2.018,472,1.221,476,1.155,480,1.267,492,1.487,496,1.54,507,1.366,514,1.514,522,1.195,532,0.239,535,1.973,539,1.25,540,1.624,541,3.409,543,1.221,545,1.036,547,0.533,548,1.61,549,1.247,550,0.73,552,1.809,553,2.075,554,1.2,555,1.782,556,1.371,557,1.643,558,2.209,561,0.576,562,1.677,565,2.64,571,2.018,572,2.022,573,2.037,575,2.494,580,0.527,584,0.535,596,1.291,597,0.981,599,0.698,604,0.88,611,1.246,615,2.494,619,1.857,620,1.171,621,2.79,622,1.126,623,2.153,624,0.826,625,2.79,626,2.212,627,1.912,628,1.662,629,1.171,630,2.037,631,1.044,632,6.044,633,1.653,634,1.254,635,1.595,636,0.973,637,0.646,638,0.517,639,0.788,640,0.523,641,1.115,642,2.472,643,1.2,644,1.084,645,1.217,646,0.973,647,2.79,648,2.79,649,2.79,650,2.494,651,2.79,652,3.948,653,2.79,654,2.207,655,2.79,656,2.79,657,0.852,658,2.79,659,2.79,660,2.79,661,2.494,662,2.494,663,2.79,664,2.79,665,3.225,666,3.948,667,3.948,668,4.416,669,1.782,670,2.79,671,2.79,672,3.639,673,2.79,674,2.79,675,2.79,676,2.79,677,2.79,678,1.349,679,1.94,680,3.071,681,4.663,682,1.489,683,1.782,684,3.409,685,2.79,686,1.517,687,2.79,688,2.848,689,3.507,690,1.662,691,1.72,692,1.75,693,1.104,694,4.003,695,1.213,696,1.572,697,0.623,698,1.221,699,1.221,700,2.153,701,1.191,702,3.161,703,2.79,704,1.148,705,1.94,706,2.913,707,1.056,708,1.491,709,2.411,710,1.818,711,1.748,712,1.561,713,2.274,714,4.932,715,2.723,716,2.212,717,1.98,718,2.79,719,4.96,720,1.857,721,1.693,722,1.933,723,1.782,724,1.98,725,2.79,726,0.852,727,1.893,728,2.494,729,2.472,730,2.494,731,1.304,732,1.104,733,2.79,734,3.225,735,1.275,736,2.032,737,1.94,738,1.785,739,1.874,740,1.148,741,1.893,742,1.209,743,1.191,744,0.895,745,1.267,746,1.213,747,2.45,748,4.416,749,1.595,750,1.126,751,1.247,752,1.561,753,0.933,754,1.475,755,1.126,756,1.94,757,1.195,758,1.94,759,2.472,760,2.299,761,1.475,762,1.61,763,3.409,764,2.494,765,1.857,766,2.79,767,1.94,768,1.94,769,1.94,770,2.472,771,2.494,772,1.04,773,1.517,774,1.334,775,2.153,776,1.104,777,1.026,778,1.475,779,1.932,780,2.274,781,1.472,782,1.104,783,1.475,784,1.517,785,1.148,786,0.648,787,1.366,788,2.153,789,1.61,790,3.225,791,1.561,792,2.037,793,1.104,794,1.785,795,1.437,796,2.153,797,2.153,798,2.153,799,1.94,800,0.99,801,1.475,802,1.475,803,2.494,804,2.153,805,5.597,806,1.064,807,3.948,808,0.8,809,1.148,810,1.437,811,1.148,812,1.084,813,0.543,814,2.037,815,1.026,816,1.44,817,1.306,818,0.813,819,2.79,820,0.895,821,0.94,822,2.163,823,0.776,824,1.785,825,1.662,826,2.79,827,1.126,828,1.464,829,0.667,830,2.79,831,1.72,832,1.044,833,2.79,834,2.79,835,0.519,836,0.708,837,0.62,838,1.036,839,0.839,840,0.956,841,0.788,842,0.813,843,0.764,844,0.909,845,0.638,846,0.973,847,0.839,848,0.559,849,0.698,850,0.839,851,0.414,852,0.909,853,1.228,854,0.94,855,0.708,856,0.94,857,0.973,858,0.909,859,0.94,860,0.839,861,0.567,862,0.852,863,1.104,864,0.866,865,0.99]],["file_terms//uw-research-computing/gpu-jobs.html",[]],["root_relative_url//Garcia.html",[866,6.54]],["high//Garcia.html",[5,0.445,8,0.223,20,0.207,624,1.859,640,0.397,716,2.536,867,1.72,868,4.849,869,5.177,870,5.177,871,5.177]],["medium//Garcia.html",[]],["content//Garcia.html",[5,0.325,6,0.409,10,0.923,11,2.806,20,0.295,25,2.055,26,1.278,42,0.434,43,0.908,46,2.308,48,3.391,49,0.795,50,0.711,51,1.499,52,2.368,54,2.198,83,0.277,85,2.739,86,2.185,94,0.795,99,1.703,100,2.308,107,1.892,108,2.198,113,0.038,115,1.319,116,1.69,118,0.621,127,1.69,129,1.474,136,1.052,144,2.941,145,2.941,146,2.93,156,2.5,164,0.693,168,1.569,169,1.55,176,1.58,182,0.475,185,1.677,186,1.868,187,1.855,193,0.686,198,0.211,201,0.921,203,0.477,207,3.197,208,0.869,210,0.662,212,0.39,214,1.036,220,1.339,221,1.298,222,0.894,223,4.682,228,1.052,230,1.592,235,1.659,242,0.963,245,0.935,250,1.661,261,0.831,263,0.819,271,1.185,277,0.341,282,2.573,295,2.199,301,0.067,306,0.869,307,0.602,310,0.165,313,4.26,315,2.055,319,2.308,331,0.433,347,2.22,352,0.938,358,0.921,368,1.404,378,0.16,396,1.167,401,2.058,402,1.194,404,2.5,419,2.308,421,1.445,426,3.549,441,2.101,447,0.602,452,0.869,485,2.125,527,2.252,530,1.97,539,0.76,544,0.545,545,0.869,549,2.055,554,1.403,559,0.963,565,1.604,584,1.611,597,1.021,624,1.898,633,1.721,636,2.236,640,0.564,695,0.737,697,0.691,707,1.099,716,1.855,744,1.474,745,1.319,747,2.055,749,1.661,774,2.199,785,1.892,789,2.653,800,1.632,812,1.786,829,1.533,845,2.083,847,1.928,849,1.15,853,1.278,867,2.383,868,6.716,869,6.923,870,7.804,871,7.933,872,6.166,873,9.555,874,4.682,875,2.401,876,6.166,877,4.682,878,4.682,879,3.7,880,2.991,881,3.283,882,2.951,883,6.412,884,1.576,885,4.598,886,3.789,887,3.061,888,4.598,889,4.598,890,6.412,891,7.51,892,3.357,893,4.598,894,2.055,895,3.789,896,2.692,897,2.835,898,4.598,899,3.789,900,4.598,901,3.789,902,2.653,903,7.624,904,2.431,905,2.941,906,2.252,907,3.789,908,5.843,909,7.383,910,3.789,911,3.197,912,3.197,913,7.383,914,4.598,915,3.197,916,2.5,917,4.598,918,0.977,919,4.598,920,4.11,921,4.598,922,4.598,923,2.941,924,6.412,925,3.789,926,7.722,927,1.661,928,2.573,929,2.368,930,2.055,931,2.199,932,3.061,933,3.789,934,2.252,935,3.549,936,2.148,937,4.11,938,2.653,939,4.11,940,2.199,941,4.598,942,2.252,943,1.339,944,3.512,945,3.802,946,1.474,947,4.598,948,4.11,949,4.598,950,2.368,951,2.101,952,3.357,953,3.789,954,4.598,955,7.989,956,4.598,957,2.055,958,3.197,959,3.789,960,3.549,961,4.598,962,2.055,963,4.949,964,3.197,965,2.573,966,5.284,967,6.412,968,3.061,969,3.789,970,3.549,971,3.357,972,3.061,973,2.431,974,3.549,975,1.721,976,4.11,977,3.789,978,1.855,979,4.598,980,4.598,981,2.308,982,2.252,983,4.11,984,1.45,985,2.148,986,4.11,987,4.11,988,3.357,989,3.14,990,3.7,991,4.598,992,4.598,993,2.308,994,2.573,995,1.55,996,2.835,997,2.101,998,3.061,999,3.197,1000,4.11,1001,4.598,1002,2.252,1003,2.199,1004,2.368,1005,2.148,1006,1.82,1007,1.721,1008,2.573,1009,2.431]],["file_terms//Garcia.html",[]],["root_relative_url//uw-research-computing/checkpointing.html",[83,0.155,532,0.254,1010,4.689]],["high//uw-research-computing/checkpointing.html",[5,0.274,8,0.138,20,0.128,39,0.689,42,0.262,94,0.668,205,0.062,210,0.557,214,0.872,215,0.325,217,1.992,219,0.911,235,0.659,240,0.385,272,0.834,310,0.099,313,3.27,340,0.548,378,0.134,547,0.227,559,0.81,560,0.847,561,0.798,562,0.898,563,1.282,736,2.766,1011,1.847,1012,0.775,1013,2.986]],["medium//uw-research-computing/checkpointing.html",[20,0.055,51,0.548,94,0.29,96,0.513,122,0.539,126,0.352,129,0.295,139,0.694,142,0.832,170,0.629,182,0.174,198,0.067,205,0.045,221,0.475,224,0.446,232,0.586,256,0.596,261,0.304,301,0.073,313,0.97,357,0.865,358,0.337,377,0.161,431,0.665,514,0.995,544,0.344,545,0.548,547,0.301,557,1.173,569,0.692,577,1.502,580,0.317,582,0.93,584,0.322,590,1.297,591,0.97,592,0.865,593,1.729,594,1.729,601,0.785,603,0.785,604,0.53,622,0.524,627,0.586,654,0.513,697,0.375,707,0.402,709,0.596,736,0.548,737,1.169,747,0.751,786,0.888,838,0.317,848,0.337,905,1.075,927,0.607,942,0.823,1011,2.395,1014,3.827,1015,6.37,1016,6.567,1017,2.901,1018,1.681,1019,1.681,1020,3.827,1021,3.827,1022,1.681,1023,1.681,1024,1.681,1025,1.681,1026,1.681,1027,1.681,1028,1.387,1029,1.456,1030,3.515,1031,3.827,1032,3.827,1033,1.681,1034,1.681,1035,6.027,1036,2.901,1037,5.141,1038,2.901,1039,1.119,1040,1.681,1041,1.681,1042,1.325,1043,0.785,1044,1.681,1045,0.53,1046,1.036,1047,0.844,1048,0.794,1049,0.706,1050,1.169,1051,0.735,1052,2.593,1053,1.502,1054,1.119,1055,1.681,1056,1.681,1057,1.681,1058,1.681,1059,1.502,1060,1.681,1061,1.227]],["content//uw-research-computing/checkpointing.html",[5,0.568,6,0.575,7,1.182,8,0.192,20,0.319,27,2.099,39,1.428,40,1.694,42,0.485,43,1.067,48,3.784,49,0.934,56,1.881,65,1.255,77,1.144,81,0.948,83,0.178,84,1.621,86,1.073,88,0.581,89,2.584,93,0.893,94,1.436,96,2.451,97,0.737,104,2.315,112,1.222,113,0.038,116,1.333,118,0.73,129,1.133,133,0.79,136,0.829,138,1.971,139,1.292,141,1.04,142,1.549,148,0.907,164,0.547,168,1.148,174,2.092,177,0.62,182,0.829,188,2.131,193,0.388,198,0.215,199,1.107,201,0.452,203,0.234,204,1.761,205,0.082,208,0.685,210,0.929,212,0.191,214,1.967,215,0.757,217,3.325,219,0.854,222,0.705,224,1.715,227,0.782,228,1.477,231,3.325,232,1.172,234,1.656,235,0.92,237,0.829,238,0.993,240,0.538,242,0.759,245,0.737,249,1.986,252,0.703,261,1.502,263,0.645,273,0.538,277,0.53,281,1.144,293,0.907,301,0.069,307,0.475,310,0.139,313,4.928,316,2.084,337,1.413,340,0.915,348,0.665,351,1.163,352,0.79,357,1.867,361,2.252,363,0.342,377,0.687,378,0.279,380,0.802,384,0.645,393,0.77,397,0.88,400,1.333,402,1.202,424,1.073,430,4.169,431,2.833,447,0.475,452,0.685,453,1.056,459,0.452,467,1.222,483,1.522,496,1.265,512,1.492,514,2.214,530,1.554,535,0.695,539,0.599,540,0.867,544,0.43,547,0.571,548,0.705,552,1.202,556,0.907,557,1.862,558,1.689,560,0.793,561,0.748,565,2.496,580,0.685,582,1.732,584,1.036,597,1.434,599,0.907,604,1.144,611,0.991,622,1.293,634,1.236,636,2.669,637,0.53,638,0.342,640,0.551,641,1.098,643,0.793,645,1.2,646,1.265,654,1.107,669,2.18,678,1.107,680,5.321,681,4.795,692,1.392,694,2.647,697,0.742,701,0.978,708,1.544,709,2.291,710,1.492,711,2.556,714,2.16,717,1.951,721,0.782,722,1.331,729,2.029,735,2.468,736,3.312,738,2.319,742,0.993,743,0.978,746,0.705,750,1.463,753,1.366,767,2.521,768,3.757,769,4.49,772,1.273,773,2.937,775,5.522,776,0.907,781,1.051,786,0.842,788,2.798,789,2.092,808,1.04,813,0.705,816,1.182,817,0.655,832,2.022,835,0.675,836,0.92,837,0.805,838,1.57,839,1.09,840,1.243,841,1.024,842,1.056,843,0.993,844,1.182,845,0.829,846,1.265,847,1.09,848,1.608,849,0.907,850,1.09,851,0.538,852,1.182,853,1.795,854,1.222,855,0.92,856,1.222,857,1.265,858,1.182,859,1.222,860,1.09,861,0.737,862,1.107,863,1.351,864,1.125,865,1.287,906,1.776,927,1.309,929,2.782,931,1.734,935,2.798,962,2.886,1011,3.164,1012,0.726,1013,6.592,1016,3.241,1030,5.522,1047,3.241,1048,0.993,1051,2.825,1052,5.772,1054,3.596,1062,1.554,1063,3.241,1064,3.241,1065,2.319,1066,3.731,1067,1.621,1068,4.451,1069,3.847,1070,2.16,1071,2.798,1072,1.734,1073,3.241,1074,1.107,1075,1.09,1076,1.734,1077,5.896,1078,2.092,1079,1.554,1080,2.521,1081,1.656,1082,6.236,1083,1.776,1084,2.833,1085,5.402,1086,3.625,1087,1.971,1088,1.917,1089,0.84,1090,1.656,1091,2.521,1092,3.625,1093,3.241,1094,2.647,1095,3.456,1096,4.577,1097,3.625,1098,2.583,1099,3.241,1100,3.625,1101,3.241,1102,1.621,1103,0.867,1104,2.16,1105,1.867,1106,2.029,1107,3.269,1108,3.625,1109,2.236,1110,2.236,1111,1.867,1112,2.987,1113,3.331,1114,2.414,1115,2.099,1116,3.625,1117,2.987,1118,2.029,1119,2.414,1120,2.414,1121,2.798,1122,1.435,1123,1.463,1124,2.414,1125,2.987,1126,1.202,1127,1.867,1128,1.586,1129,1.309,1130,1.621,1131,3.625,1132,3.625,1133,1.776,1134,2.95,1135,1.776,1136,1.971,1137,3.219,1138,1.144,1139,1.287,1140,2.414,1141,2.647,1142,2.414,1143,4.829,1144,5.402,1145,2.319,1146,3.241,1147,3.625,1148,3.625,1149,3.625]],["file_terms//uw-research-computing/checkpointing.html",[]],["root_relative_url//OSG-User-School-Concludes.html",[149,0.658,638,0.387,1150,1.296,1151,4.108]],["high//OSG-User-School-Concludes.html",[5,0.454,8,0.228,149,1.029,281,2.024,328,1.992,421,1.446,638,0.605,999,4.462,1150,2.024,1152,2.447]],["medium//OSG-User-School-Concludes.html",[]],["content//OSG-User-School-Concludes.html",[6,0.673,17,2.039,20,0.25,42,0.512,62,2.937,113,0.045,129,1.326,133,1.106,149,1.498,164,1.14,177,0.867,186,2.203,198,0.175,219,1.781,224,2.008,273,0.753,330,2.273,347,2.273,384,1.346,447,0.99,624,2.611,638,0.832,640,0.477,696,2.168,785,3.112,806,3.365,832,3.303,1045,2.385,1150,2.784,1153,3.894,1154,5.836,1155,6.23,1156,4.662,1157,3.112,1158,3.616,1159,4.362,1160,2.549,1161,4.837,1162,2.203,1163,6.759,1164,4.362,1165,3.051,1166,1.891,1167,2.385]],["file_terms//OSG-User-School-Concludes.html",[]],["root_relative_url//uw-research-computing/conda-installation.html",[83,0.136,532,0.223,1168,4.108,1169,4.108]],["high//uw-research-computing/conda-installation.html",[5,0.181,8,0.091,20,0.084,39,0.455,42,0.173,49,0.442,51,0.834,72,1.053,169,0.862,205,0.055,214,0.576,215,0.346,219,0.603,232,0.631,272,0.552,310,0.066,340,0.362,377,0.668,378,0.18,418,1.284,494,0.957,536,0.781,544,0.614,545,0.977,547,0.15,548,0.802,550,1.078,559,0.536,560,0.56,561,0.528,562,0.594,563,0.848,654,0.781,709,0.908,721,0.552,746,0.802,753,0.435,816,0.834,817,1.256,818,0.745,838,0.483,853,0.711,854,2.344,944,1.032,1122,1.012,1170,1.636,1171,2.24,1172,0.994,1173,1.317]],["medium//uw-research-computing/conda-installation.html",[104,0.565,132,0.416,136,0.302,193,0.141,198,0.054,203,0.085,205,0.01,214,0.529,232,0.202,277,0.174,301,0.059,310,0.113,344,0.348,377,0.508,530,0.565,537,0.437,538,0.833,542,1.447,560,0.289,590,0.59,598,1.34,607,2.157,637,0.463,645,1.382,701,1.187,720,2.11,746,0.747,751,1.417,786,0.306,788,1.018,817,1.207,818,0.384,823,0.881,848,0.264,853,0.652,854,0.445,863,0.792,1011,0.765,1012,0.264,1029,1.178,1042,0.603,1045,1,1094,0.963,1160,0.445,1171,4.772,1172,0.513,1174,2.314,1175,3.936,1176,1.087,1177,1.319,1178,2.833,1179,2.314,1180,1.934,1181,1.179,1182,7.618,1183,6.463,1184,2.394,1185,5.472,1186,2.347,1187,1.319,1188,1.319,1189,1.632,1190,2.347,1191,2.833,1192,3.936,1193,2.611,1194,2.347,1195,1.319,1196,0.963,1197,1.713,1198,1.319,1199,1.319,1200,1.319,1201,3.842,1202,0.679,1203,0.698,1204,0.717,1205,0.39,1206,0.844,1207,1.319,1208,2.635,1209,1.319,1210,1.319,1211,0.761,1212,2.347,1213,0.761,1214,1.319,1215,1.319,1216,1.122,1217,1.811,1218,2.347,1219,1.072,1220,1.179,1221,0.761,1222,1.319,1223,1.319,1224,3.765,1225,1.319,1226,1.319,1227,1.319,1228,1.319,1229,1.319,1230,1.319,1231,0.662,1232,1.501,1233,0.918]],["content//uw-research-computing/conda-installation.html",[1,3.003,5,0.618,6,0.434,8,0.112,20,0.328,38,0.589,42,0.537,43,0.624,49,1.245,51,2.175,65,1.171,72,2.746,81,0.827,82,0.827,83,0.104,88,1.155,93,1.644,94,1.245,97,0.643,99,1.294,112,1.642,113,0.045,116,2.184,121,1.206,133,0.462,136,1.741,139,1.596,141,0.907,142,1.704,150,0.966,155,1.67,160,0.363,161,1.397,164,0.477,168,1.262,169,2.002,175,1.476,177,0.765,191,1.048,193,0.521,198,0.223,200,0.879,201,0.949,203,0.466,204,1.937,205,0.079,208,0.597,210,0.855,212,0.167,214,1.787,215,0.753,219,1.572,222,0.615,224,0.84,227,0.682,230,1.05,231,3.436,232,0.746,236,2.909,237,0.723,238,0.866,240,0.315,242,0.662,245,0.643,260,0.827,271,1.857,273,0.485,277,0.587,278,1.206,283,1.334,288,1.031,289,1.163,301,0.075,307,0.638,309,1.642,310,0.171,319,1.587,334,1.624,337,0.827,340,0.448,352,1.197,363,0.298,368,0.966,377,0.919,378,0.292,379,2.909,380,0.882,384,0.563,397,0.768,401,1.255,408,1.445,414,0.916,425,1.148,428,1.103,437,1.184,438,3.955,452,1.122,454,0.756,459,0.898,476,0.827,484,1.512,492,1.3,494,1.824,512,2.445,514,1.084,521,1.825,535,0.606,539,0.522,540,0.756,544,0.375,545,0.597,546,1.892,547,0.57,548,1.634,552,1.242,553,1.488,554,1.066,556,0.791,557,0.948,558,1.554,559,0.662,561,0.653,569,1.302,572,0.815,580,0.597,582,1.014,584,0.606,587,3.243,597,1.482,599,1.218,611,0.893,620,1.328,622,1.206,634,1.526,636,1.103,637,0.869,640,0.53,641,1.465,645,1.6,678,1.815,682,1.066,695,1.155,696,1.397,697,0.401,698,1.384,699,1.384,702,1.384,707,1.723,708,1.165,709,1.122,710,1.302,716,1.276,717,1.142,720,3.243,721,1.956,722,1.2,723,1.276,724,1.142,736,1.031,739,2.462,740,1.302,742,1.334,743,0.853,745,2.067,746,1.952,752,1.77,753,1.011,767,2.199,776,1.669,777,1.163,781,1.156,782,1.252,785,2.005,786,1.95,793,1.252,797,3.759,802,3.141,806,1.206,808,0.907,809,1.302,811,1.302,813,0.948,815,2.454,816,1.588,817,1.823,818,2.811,820,1.905,821,2.249,829,1.165,835,0.589,836,0.803,837,0.702,838,1.498,839,0.951,840,1.084,841,0.893,842,0.921,843,0.866,844,1.031,845,1.114,846,1.103,847,0.951,848,1.19,849,0.791,850,2.006,851,1.13,852,1.031,853,2.463,854,3.264,855,0.803,856,1.066,857,1.103,858,1.588,859,1.066,860,0.951,861,1.465,862,0.966,863,1.802,864,1.512,865,1.122,884,1.084,896,1.328,906,1.549,925,2.606,944,2.693,946,1.014,951,1.445,975,1.184,984,0.998,1006,1.252,1012,1.337,1042,1.445,1043,1.478,1045,2.274,1048,0.866,1067,2.177,1069,1.884,1076,1.512,1089,0.492,1090,3.293,1103,0.756,1115,1.229,1117,2.606,1122,1.252,1123,1.276,1126,1.615,1162,1.419,1166,1.218,1167,0.998,1170,4.269,1171,5.094,1172,1.892,1173,1.629,1175,4.354,1180,2.606,1189,3.387,1216,2.329,1219,1.445,1234,3.162,1235,1.627,1236,1.549,1237,2.827,1238,3.162,1239,2.023,1240,1.014,1241,2.827,1242,2.827,1243,2.199,1244,2.827,1245,1.445,1246,2.827,1247,1.549,1248,2.902,1249,1.328,1250,2.023,1251,2.441,1252,1.969,1253,1.719,1254,1.719,1255,7.931,1256,1.95,1257,2.441,1258,2.827,1259,1.825,1260,2.606,1261,1.031,1262,1.95,1263,2.105,1264,4.014,1265,1.672,1266,2.606,1267,2.023,1268,4.354,1269,1.478,1270,2.606,1271,1.355,1272,3.162,1273,3.162,1274,2.199,1275,2.023,1276,1.629,1277,1.206,1278,3.162,1279,1.95,1280,1.95,1281,1.229,1282,1.302,1283,2.199,1284,3.243,1285,3.162,1286,2.308,1287,2.023,1288,1.031,1289,2.023,1290,1.95,1291,1.587,1292,2.441,1293,0.815,1294,1.629,1295,2.902,1296,2.131,1297,1.048,1298,2.827,1299,1.95,1300,3.162,1301,1.884,1302,1.629,1303,2.105,1304,1.587,1305,3.556,1306,2.441,1307,2.827,1308,1.884,1309,1.384,1310,2.441,1311,3.162,1312,3.162,1313,2.606,1314,1.884,1315,2.827,1316,1.587,1317,3.162,1318,2.288,1319,1.252,1320,1.884,1321,1.328]],["file_terms//uw-research-computing/conda-installation.html",[]],["root_relative_url//uw-research-computing/multiple-jobs.html",[83,0.136,532,0.223,534,2.299,1322,3.672]],["high//uw-research-computing/multiple-jobs.html",[5,0.2,8,0.1,20,0.24,39,0.502,42,0.191,49,0.77,50,0.313,126,0.933,205,0.064,215,0.526,245,0.573,272,0.608,277,0.209,310,0.072,340,0.4,378,0.098,536,0.862,537,0.935,538,1.001,544,0.528,545,0.533,547,0.261,550,0.738,559,0.591,560,0.617,561,0.582,562,0.655,563,0.935,597,0.626,604,1.405,682,0.951,697,0.366,709,1.001,722,1.545,744,0.904,747,1.991,848,0.565,1089,0.439,1184,2.422,1323,1.961,1324,2.521,1325,2.324,1326,2.324]],["medium//uw-research-computing/multiple-jobs.html",[77,2.356,148,1.093,205,0.01,206,1.995,215,0.497,232,0.584,235,1.007,301,0.073,310,0.124,421,0.708,544,0.276,545,0.247,580,0.439,581,1.167,582,0.745,583,1.008,584,0.602,585,1.008,590,2.506,597,0.29,598,1.69,604,2.525,610,0.624,617,1.039,682,0.44,696,1.608,776,1.093,844,0.426,1066,2.354,1184,1.708,1202,2.496,1232,2.439,1327,1.305,1328,1.305,1329,0.908,1330,3.341,1331,1.076,1332,2.078,1333,1.305,1334,1.305,1335,1.305,1336,1.305,1337,1.305,1338,1.305,1339,1.305,1340,1.305,1341,1.305,1342,1.305,1343,1.305,1344,2.324,1345,3.812,1346,1.305,1347,3.239,1348,4.332,1349,4.372,1350,4.372,1351,3.812,1352,5.607,1353,6.189,1354,2.294,1355,1.305,1356,1.167,1357,1.794,1358,1.076,1359,1.076,1360,0.953,1361,2.324,1362,1.305,1363,5.253,1364,2.294,1365,2.01,1366,0.847,1367,3.74,1368,1.305,1369,1.305,1370,1.167,1371,1.305,1372,2.324,1373,3.812]],["content//uw-research-computing/multiple-jobs.html",[5,0.522,8,0.119,20,0.333,34,2.575,35,2.221,38,1.143,39,0.594,42,0.344,43,0.659,49,1.703,50,0.68,56,0.972,59,1.46,65,1.204,77,2.165,83,0.11,86,0.987,88,0.984,93,1.25,94,1.584,96,1.019,97,0.678,98,1.184,100,2.547,112,1.125,113,0.02,115,0.957,118,0.686,126,1.822,133,0.488,136,0.763,139,0.798,142,0.957,155,1.144,161,1.286,163,1.249,164,0.503,175,1.143,176,1.69,177,0.582,182,0.763,183,6.133,186,0.972,193,0.357,198,0.212,199,1.876,200,1.411,201,0.766,203,0.328,204,2.002,205,0.082,206,2.088,208,0.63,210,0.884,212,0.268,214,0.752,215,0.852,219,0.786,222,0.649,227,0.719,232,0.777,235,0.568,237,1.161,238,1.389,239,0.886,240,0.332,242,1.286,245,1.249,260,1.327,272,0.719,273,0.506,276,1.205,277,0.632,293,0.834,301,0.078,307,0.437,310,0.176,315,1.491,318,1.07,330,1.003,331,0.314,336,1.559,337,0.873,340,0.473,352,0.488,363,0.314,377,0.659,378,0.238,380,0.495,384,1.093,393,1.569,397,0.81,414,1.014,420,2.268,421,1.144,425,0.786,431,1.321,447,0.966,452,1.394,459,0.766,486,1.43,492,1.502,498,3.959,514,1.144,530,2.174,535,0.64,539,0.551,540,0.798,544,0.814,545,0.63,547,0.596,548,1.693,552,0.944,553,1.019,556,0.834,557,0.649,558,1.606,559,1.437,562,0.774,580,0.959,582,1.07,584,1.415,590,1.491,597,1.964,599,0.834,604,1.937,610,2.936,611,0.612,622,0.603,624,1.502,629,1.401,634,1.161,635,1.205,637,1.003,638,0.804,640,0.51,641,1.032,645,2.015,646,1.164,669,2.048,678,1.55,682,1.71,692,1.307,695,0.535,696,1.455,697,0.777,701,1.85,702,2.22,704,1.373,707,1.213,708,1.641,709,2.759,713,1.718,714,3.659,715,2.057,721,0.719,722,2.179,723,1.346,726,1.019,727,1.43,734,2.436,735,1.524,736,1.088,741,1.43,742,0.913,743,0.9,744,1.969,745,1.455,746,0.649,747,4.008,749,1.205,750,1.346,751,2.745,753,0.864,773,2.759,776,1.944,781,1.195,786,1.178,793,1.321,800,1.184,811,1.373,813,0.649,816,1.088,817,0.603,823,2.052,835,0.621,836,0.847,837,0.741,838,1.296,839,1.003,840,1.144,841,0.942,842,0.972,843,0.913,844,1.088,845,1.161,846,1.164,847,1.003,848,1.797,849,0.834,850,1.003,851,0.495,852,1.088,853,1.411,854,1.125,855,0.847,856,1.125,857,1.164,858,1.088,859,1.125,860,1.003,861,0.678,862,1.019,863,1.269,864,1.036,865,1.184,880,1.9,896,1.401,927,1.205,936,2.371,946,1.07,981,1.675,997,1.524,1005,2.371,1012,0.668,1042,2.806,1075,1.525,1084,2.431,1089,0.789,1095,2.134,1103,1.468,1109,2.057,1119,2.221,1130,1.491,1137,1.988,1152,1.272,1162,1.789,1166,1.535,1184,4.227,1204,1.814,1236,1.634,1240,1.07,1243,2.32,1249,1.401,1281,1.296,1304,1.675,1319,1.321,1325,5.654,1326,5.06,1329,3.529,1330,1.988,1331,2.749,1347,2.057,1348,2.982,1367,2.575,1374,2.057,1375,3.705,1376,1.559,1377,3.281,1378,2.057,1379,0.987,1380,2.371,1381,2.436,1382,1.988,1383,0.987,1384,2.749,1385,1.524,1386,2.575,1387,2.575,1388,2.221,1389,2.057,1390,2.221,1391,3.336,1392,2.221,1393,2.088,1394,1.925,1395,5.654,1396,2.221,1397,3.336,1398,3.139,1399,5.17,1400,2.575,1401,2.134,1402,3.007,1403,3.082,1404,1.925,1405,2.982,1406,2.134,1407,4.568,1408,3.644,1409,2.928,1410,2.134,1411,2.982,1412,2.749,1413,1.988,1414,5.074,1415,1.867,1416,3.336,1417,2.057,1418,1.867,1419,2.436,1420,2.436,1421,3.916,1422,2.478,1423,1.925,1424,2.32,1425,2.982,1426,1.867,1427,3.336,1428,3.336]],["file_terms//uw-research-computing/multiple-jobs.html",[]],["root_relative_url//services.html",[1429,5.846]],["high//services.html",[5,0.534,8,0.268,918,1.602]],["medium//services.html",[]],["content//services.html",[83,0.267,113,0.048,532,0.438,717,2.921,749,2.921]],["file_terms//services.html",[]],["root_relative_url//uw-research-computing/colab-to-chtc.html",[83,0.136,532,0.223,1430,4.108,1431,3.385]],["high//uw-research-computing/colab-to-chtc.html",[5,0.356,8,0.179,20,0.166,65,0.882,99,1.335,205,0.04,215,0.422,277,0.372,307,0.658,394,2.151,535,1.307,536,1.536,537,1.667,538,1.784,553,1.536,558,1.315,818,1.465,836,1.276,1432,2.733,1433,5.619]],["medium//uw-research-computing/colab-to-chtc.html",[5,0.138,6,0.173,10,0.474,20,0.109,82,0.509,136,0.445,164,0.294,195,1.694,198,0.116,232,0.298,240,0.426,277,0.144,301,0.073,307,0.559,378,0.068,465,0.834,490,0.954,535,0.373,544,0.595,547,0.114,558,0.509,567,1.503,569,0.801,579,0.931,580,0.621,582,0.624,583,1.503,584,0.373,585,1.503,591,1.123,592,1.003,593,1.16,594,1.16,596,0.459,598,1.147,600,1.573,601,2.346,602,1.96,603,2.346,604,1.038,617,0.87,652,1.74,657,0.595,679,1.354,681,1.123,698,0.852,776,0.487,817,0.907,821,0.656,855,0.494,861,0.669,982,0.954,1011,0.635,1137,1.16,1174,3.118,1192,5.794,1196,1.422,1217,2.539,1380,0.91,1433,1.604,1434,1.296,1435,1.947,1436,1.947,1437,1.201,1438,1.74,1439,4.487,1440,1.296,1441,1.947,1442,1.947,1443,1.947,1444,6.341,1445,3.118,1446,1.947,1447,1.947,1448,1.947,1449,3.519,1450,0.771,1451,1.947,1452,2.104,1453,1.246,1454,1.246,1455,1.246,1456,1.03,1457,6.089,1458,1.947,1459,2.104,1460,3.289,1461,5.02,1462,1.422,1463,1.74,1464,1.947,1465,1.947,1466,2.94,1467,1.947,1468,1.604,1469,1.947,1470,1.947]],["content//uw-research-computing/colab-to-chtc.html",[5,0.615,6,0.568,11,2.792,20,0.32,38,0.85,42,0.432,43,1.452,50,0.707,56,1.859,65,1.737,82,1.924,89,1.649,90,1.957,94,1.103,96,1.395,97,1.766,99,1.695,100,3.203,115,1.31,119,1.514,126,0.956,131,3.571,132,1.441,133,0.668,136,2.039,139,1.905,142,2.11,160,0.844,161,0.956,164,0.962,168,1.781,169,1.539,170,1.71,175,1.188,177,0.524,182,0.823,188,1.695,193,0.489,195,3.286,198,0.226,203,0.476,205,0.078,208,0.863,210,0.657,214,2.049,215,0.801,219,1.076,221,1.289,222,0.888,224,1.695,226,2.916,227,1.376,235,0.777,237,1.044,238,2.014,240,0.906,242,1.54,252,0.497,256,1.621,257,1.06,271,1.896,277,0.473,283,1.747,289,1.679,295,2.184,301,0.073,307,1.238,310,0.204,314,0.915,319,2.292,324,5.116,348,0.837,356,1.029,377,0.856,378,0.159,384,0.813,394,2.013,414,0.876,425,1.503,428,1.593,431,2.912,447,0.835,453,1.859,454,1.092,459,0.917,490,2.236,492,1.397,494,2.754,514,2.522,530,1.957,535,1.607,544,0.542,547,0.571,553,2.433,558,2.084,580,0.863,586,1.843,596,1.076,611,0.837,631,1.71,636,1.593,637,0.668,639,1.802,640,0.288,644,1.774,645,1.634,646,1.593,692,1.177,697,0.525,701,1.984,702,2.792,707,1.092,709,1.621,714,3.802,717,1.649,721,1.807,723,2.575,746,0.888,752,2.555,753,1.252,776,1.142,781,0.888,786,1.06,797,3.524,800,1.621,805,3.763,808,1.83,811,1.879,815,1.679,817,1.153,818,2.32,820,2.359,822,3.125,838,1.39,848,1.679,850,1.373,853,2.569,861,1.298,975,2.982,1011,2.08,1075,1.373,1089,0.992,1098,2.184,1107,2.086,1133,3.125,1137,3.802,1145,2.921,1152,2.433,1167,1.441,1208,2.982,1245,2.086,1252,2.115,1254,2.482,1261,1.489,1265,2.415,1267,2.921,1276,2.351,1281,2.479,1282,3.028,1313,3.763,1319,1.808,1321,1.917,1380,2.134,1413,2.721,1415,2.555,1432,4.33,1433,7.493,1434,6.053,1439,4.082,1445,3.334,1450,2.912,1457,4.082,1462,4.659,1463,4.082,1471,2.351,1472,3.286,1473,3.524,1474,2.921,1475,1.71,1476,1.843,1477,3.334,1478,3.176,1479,4.083,1480,3.763,1481,4.566,1482,3.763,1483,3.763,1484,3.524,1485,3.571,1486,4.595,1487,6.381,1488,2.921,1489,2.351,1490,2.921,1491,2.415,1492,4.082,1493,5.704,1494,4.566,1495,1.917,1496,4.566,1497,3.763,1498,4.566,1499,2.921,1500,4.082,1501,5.361,1502,4.083,1503,3.334,1504,4.566,1505,2.134,1506,3.176,1507,6.381,1508,3.176,1509,2.351,1510,2.134,1511,2.792]],["file_terms//uw-research-computing/colab-to-chtc.html",[]],["root_relative_url//CLAS12.html",[1512,6.54]],["high//CLAS12.html",[5,0.329,8,0.165,31,2.656,63,2.862,113,0.044,133,0.679,252,0.703,344,0.689,387,2.075,396,1.178,420,2.075,437,1.738,477,3.724,845,1.062,918,0.986,995,2.176,1235,1.271,1513,4.149,1514,2.454,1515,2.273,1516,3.228,1517,3.824]],["medium//CLAS12.html",[]],["content//CLAS12.html",[3,1.693,6,0.253,7,2.234,10,0.799,13,1.902,20,0.268,23,0.828,24,2.867,25,2.48,26,1.246,27,1.104,28,1.892,29,2.52,31,2.821,32,1.976,33,2.143,38,1.033,41,1.503,42,0.551,43,0.561,49,0.774,50,0.76,54,1.536,56,0.828,57,1.243,58,1.17,59,1.243,62,2.155,63,2.763,65,0.973,66,5.004,70,1.545,71,2.983,72,1.844,75,2.308,78,2.155,79,2.54,80,2.54,81,0.743,82,0.743,83,0.183,84,1.27,85,1.693,86,1.864,88,1.099,89,1.026,93,1.104,97,1.281,98,1.59,103,2.37,108,0.974,111,3.459,113,0.055,114,1.328,115,0.815,116,1.045,118,0.851,121,1.084,124,2.785,126,0.938,128,0.868,130,1.392,132,0.896,133,0.655,139,1.327,142,0.815,143,1.328,144,2.867,145,2.867,149,1.537,152,1.147,155,1.536,157,1.639,160,0.874,163,1.064,166,1.328,168,0.604,170,1.678,171,0.882,177,0.326,181,2.123,182,0.463,185,1.451,192,1.125,198,0.159,199,0.868,201,0.692,203,0.443,205,0.063,211,2.249,214,0.64,215,0.529,220,1.305,221,0.802,222,0.553,224,0.755,227,0.966,228,0.65,230,0.613,232,0.85,235,0.945,238,0.778,239,0.755,240,0.553,241,4.193,243,3.116,245,1.481,246,1.088,251,1.193,252,1.002,254,2.853,256,1.008,257,1.04,260,0.743,261,1.238,262,2.02,263,0.798,264,1.511,265,0.854,272,1.196,273,0.283,278,1.709,279,1.463,284,1.243,287,3.161,289,1.045,301,0.065,306,0.846,309,0.958,310,0.187,312,2.301,314,1.112,316,0.828,318,0.911,319,1.426,323,2.193,330,0.854,331,0.268,332,3.069,334,1.01,337,0.743,339,1.437,342,1.976,344,1.081,348,0.822,352,0.415,358,1.262,359,0.778,363,0.523,369,2.308,377,0.43,378,0.274,380,0.422,381,1.243,384,0.988,392,2.075,393,0.952,394,3.035,396,2.458,399,1.064,401,0.732,402,0.529,408,1.298,411,1.045,414,0.39,418,2.249,419,1.426,420,1.27,421,1.641,424,0.841,425,0.669,431,1.125,434,1.639,437,2.077,439,2.634,443,2.342,446,0.882,447,0.897,452,0.846,454,0.679,459,0.354,461,1.774,464,1.147,466,1.844,469,0.828,475,2.37,477,3.201,479,1.955,480,0.815,481,2.235,489,2.047,492,0.622,500,1.064,508,2.436,516,1.59,522,1.218,523,1.59,527,1.392,532,0.154,539,0.917,540,0.679,544,0.532,546,1.104,547,0.167,548,0.553,554,1.214,559,1.525,571,1.298,582,0.911,586,1.147,596,1.056,599,0.711,627,0.991,633,1.064,636,0.991,638,0.422,641,0.578,643,0.622,654,0.868,657,0.868,683,1.147,690,1.693,692,1.155,693,2.493,695,0.718,697,0.369,705,1.976,721,0.613,723,1.147,726,0.868,744,2.198,746,0.553,750,1.147,752,1.59,755,1.147,772,0.669,774,1.359,779,2.756,785,1.17,793,1.125,800,1.59,808,1.591,809,1.17,812,1.104,813,0.872,817,0.513,818,0.828,832,1.064,835,0.529,837,0.995,843,0.778,845,1.441,851,0.824,861,0.578,875,1.064,881,2.316,894,2.003,899,2.342,916,1.545,918,1.804,927,1.026,931,1.359,946,0.911,973,1.503,978,2.239,995,2.123,1003,1.359,1005,1.328,1008,1.59,1048,0.778,1067,1.27,1074,1.695,1075,0.854,1087,1.545,1089,0.442,1093,2.54,1111,1.463,1115,1.104,1126,0.942,1130,1.27,1135,2.195,1160,0.958,1167,0.896,1170,1.818,1206,1.818,1231,1.426,1235,1.519,1236,1.392,1240,1.779,1247,1.392,1249,1.882,1250,1.818,1253,1.545,1256,1.752,1275,1.818,1277,1.084,1286,2.155,1293,0.732,1294,1.463,1296,1.243,1302,1.463,1319,1.125,1320,1.693,1329,1.976,1375,3.272,1376,1.328,1379,0.841,1383,1.326,1389,1.752,1403,1.426,1408,1.243,1409,1.639,1417,1.752,1471,1.463,1472,1.463,1479,1.818,1495,1.193,1509,2.308,1511,1.243,1513,8.012,1514,4.177,1515,3.869,1516,1.976,1518,2.193,1519,1.892,1520,8.655,1521,1.835,1522,5.548,1523,4.481,1524,1.976,1525,3.692,1526,2.193,1527,2.842,1528,2.842,1529,2.342,1530,3.33,1531,2.047,1532,2.842,1533,2.54,1534,2.54,1535,1.426,1536,1.818,1537,1.064,1538,4.572,1539,2.195,1540,2.342,1541,1.961,1542,2.842,1543,1.639,1544,2.239,1545,4.481,1546,3.116,1547,1.693,1548,2.842,1549,2.075,1550,1.976,1551,2.54,1552,4.481,1553,2.075,1554,2.983,1555,2.842,1556,3.549,1557,1.359,1558,2.54,1559,2.842,1560,9.424,1561,3.858,1562,2.842,1563,4.006,1564,2.54,1565,1.693,1566,1.976,1567,4.481,1568,2.54,1569,2.842,1570,2.436,1571,2.54,1572,2.54,1573,1.892,1574,1.693,1575,2.436,1576,1.639,1577,1.426,1578,2.342,1579,1.818,1580,2.193,1581,2.54,1582,2.54,1583,5.058,1584,2.842,1585,2.075,1586,1.392,1587,2.54,1588,1.818,1589,2.785,1590,2.193,1591,1.693,1592,1.503,1593,1.752,1594,2.815,1595,2.842,1596,1.639,1597,1.892,1598,1.818,1599,4.481,1600,1.026,1601,1.752,1602,1.752,1603,2.358,1604,6.127,1605,6.854,1606,2.983,1607,2.842,1608,1.545,1609,2.54,1610,4.481,1611,1.818,1612,1.639,1613,2.842,1614,1.59,1615,4.006,1616,1.59,1617,4.029,1618,3.272,1619,4.861,1620,2.54,1621,2.508,1622,1.545,1623,1.27,1624,2.54,1625,2.342,1626,1.752,1627,2.842,1628,2.342,1629,2.54,1630,2.842,1631,4.006,1632,2.54,1633,2.842,1634,1.59,1635,2.842,1636,1.818,1637,1.545,1638,1.545,1639,2.54,1640,1.59,1641,3.201,1642,2.535,1643,2.842,1644,2.342,1645,1.892,1646,2.842,1647,2.193,1648,2.842,1649,2.193,1650,2.842,1651,2.842,1652,2.842,1653,1.818,1654,3.692,1655,2.193,1656,2.075,1657,3.692,1658,2.436,1659,1.892,1660,2.842,1661,2.54,1662,2.842,1663,2.842,1664,2.842,1665,4.481,1666,4.481,1667,2.514,1668,2.193,1669,2.842,1670,1.752,1671,2.842,1672,1.545,1673,2.842,1674,2.842,1675,1.545,1676,3.272,1677,0.911,1678,2.585,1679,3.116,1680,2.842,1681,2.54,1682,2.193,1683,1.693,1684,2.54,1685,1.639,1686,2.842,1687,1.976,1688,1.104,1689,1.976,1690,1.59,1691,2.842,1692,2.54,1693,2.075,1694,3.692,1695,2.842,1696,2.842,1697,1.892,1698,2.342,1699,4.481,1700,4.848,1701,6.298,1702,5.548,1703,2.842,1704,4.481,1705,2.54,1706,1.976,1707,1.892,1708,2.193,1709,1.545,1710,2.342,1711,0.834,1712,1.463,1713,2.075,1714,2.342,1715,2.842,1716,2.842,1717,2.842,1718,2.342,1719,2.842,1720,2.842,1721,2.54,1722,2.075,1723,2.842,1724,2.842,1725,2.842,1726,2.842,1727,2.54,1728,2.842,1729,0.868,1730,2.842,1731,1.545,1732,1.59,1733,2.075,1734,1.639,1735,1.59,1736,2.842,1737,1.125,1738,0.578,1739,1.392,1740,4.481,1741,6.854,1742,2.842,1743,1.752,1744,2.842,1745,1.137,1746,2.193,1747,4.959,1748,2.342,1749,1.426,1750,2.075,1751,2.54,1752,1.892,1753,2.54,1754,2.717,1755,2.249,1756,1.976,1757,2.842,1758,2.193,1759,1.892,1760,1.064,1761,2.54,1762,2.075,1763,1.976,1764,1.545,1765,2.193,1766,1.693,1767,2.193,1768,4.481,1769,5.548,1770,2.193,1771,1.818,1772,1.693,1773,2.54,1774,2.193]],["file_terms//CLAS12.html",[]],["root_relative_url//Hannah-Showcase.html",[1775,3.636,1776,4.216]],["high//Hannah-Showcase.html",[5,0.436,8,0.219,20,0.203,54,2.11,344,0.914,640,0.389,881,2.263,882,1.821,1772,3.667,1777,3.346,1778,3.551,1779,4.098]],["medium//Hannah-Showcase.html",[]],["content//Hannah-Showcase.html",[20,0.291,26,1.63,38,1.091,43,1.157,49,1.304,50,0.65,52,3.019,54,3.201,81,2.184,83,0.291,86,2.234,93,2.056,99,1.557,113,0.054,114,2.739,115,1.681,118,0.792,121,2.235,122,1.88,126,1.228,129,1.028,149,1.338,155,2.01,156,3.187,157,3.382,159,1.63,160,0.672,164,0.884,171,1.82,175,1.091,176,2.056,181,1.976,182,0.862,191,1.943,198,0.136,201,0.731,203,0.54,205,0.047,210,0.844,212,0.465,235,0.998,240,0.584,250,2.117,253,1.141,261,1.059,273,0.878,287,2.943,288,1.911,290,3.382,293,1.466,295,2.803,301,0.06,306,1.723,310,0.194,314,1.175,331,0.831,334,1.321,344,1.121,358,1.175,378,0.204,401,1.511,402,1.091,414,0.805,421,1.321,434,3.382,439,1.605,452,1.107,455,4.831,459,0.941,476,1.974,479,2.343,485,1.943,501,2.62,517,3.493,522,2.512,527,2.871,532,0.409,547,0.344,554,1.283,584,1.124,611,1.531,622,1.059,640,0.576,695,0.94,698,2.565,716,2.366,744,1.88,749,2.117,795,3.019,800,2.081,815,2.155,828,2.502,832,2.195,855,1.488,874,4.28,875,2.195,881,3.241,882,2.763,892,4.28,896,2.461,904,3.1,915,4.077,930,2.62,943,1.708,984,1.849,1002,2.871,1084,2.321,1146,5.24,1150,2.781,1153,3.019,1158,2.803,1235,2.067,1248,3.493,1261,1.911,1398,2.277,1426,3.281,1495,2.461,1537,2.195,1580,4.525,1711,1.091,1738,1.192,1745,1.488,1772,4.974,1775,6.216,1777,4.538,1778,4.816,1779,5.868,1780,5.862,1781,5.862,1782,3.75,1783,5.557,1784,5.24,1785,3.281,1786,2.803,1787,8.347,1788,1.911,1789,5.24,1790,3.615,1791,2.871,1792,3.75,1793,4.831,1794,3.382,1795,3.615,1796,4.816,1797,5.24,1798,5.24,1799,4.525,1800,3.75,1801,5.862,1802,5.862,1803,4.28,1804,2.155,1805,3.019,1806,4.077,1807,5.24,1808,4.831,1809,2.565,1810,4.077,1811,5.862,1812,5.862,1813,4.525,1814,5.862,1815,3.448,1816,3.615,1817,2.739,1818,2.739,1819,2.62]],["file_terms//Hannah-Showcase.html",[]],["root_relative_url//events/2023/01/data-center-tours.html",[1711,0.873,1820,4.689,1821,4.689]],["high//events/2023/01/data-center-tours.html",[5,0.436,8,0.219,264,2.075,301,0.049,552,1.146,943,1.793,1683,3.667,1822,3.346,1823,4.751,1824,3.551,1825,3.551,1826,1.347]],["medium//events/2023/01/data-center-tours.html",[]],["content//events/2023/01/data-center-tours.html",[5,0.655,6,0.657,42,0.5,99,1.961,113,0.051,133,1.08,177,0.847,188,1.961,222,1.437,239,1.961,273,0.736,307,0.967,317,2.815,318,2.368,425,1.74,500,2.764,552,1.722,553,2.256,638,0.696,726,2.256,1166,1.846,1184,4.014,1288,2.407,1293,1.903,1383,2.185,1683,4.399,1738,1.501,1795,4.553,1822,5.03,1823,6.716,1824,5.699,1825,4.26,1826,1.616,1827,6.716,1828,7.17,1829,5.699,1830,6.052,1831,6.6,1832,5.793,1833,7.383,1834,4.915,1835,5.391,1836,5.699,1837,6.6,1838,6.084,1839,5.699,1840,5.135,1841,6.084,1842,6.6,1843,6.6,1844,6.084]],["file_terms//events/2023/01/data-center-tours.html",[]],["root_relative_url//events/2024/02/OSG-User-School-2023.html",[638,0.387,1150,1.296,1845,4.108,1846,3.17]],["high//events/2024/02/OSG-User-School-2023.html",[5,0.388,8,0.257,149,0.879,264,1.849,301,0.044,385,2.35,624,1.623,638,0.517,943,1.598,1150,1.73,1165,2.213,1586,2.686,1847,4.233,1848,5.484,1849,3.069,1850,3.382,1851,3.651]],["medium//events/2024/02/OSG-User-School-2023.html",[]],["content//events/2024/02/OSG-User-School-2023.html",[6,0.573,10,0.926,16,2.499,17,2.529,20,0.264,29,2.365,38,1.197,42,0.59,55,3.151,62,2.499,83,0.32,88,1.031,113,0.055,118,0.87,121,2.453,133,1.17,149,1.595,175,1.197,177,0.738,198,0.149,203,0.518,212,0.339,219,1.886,224,1.709,235,1.095,263,1.425,273,0.868,310,0.165,312,1.874,328,1.997,331,0.606,332,2.499,339,2.567,344,0.955,347,2.407,348,1.18,352,0.941,363,0.606,385,2.757,396,1.633,399,2.409,432,3.006,440,2.596,447,0.842,484,3.077,507,3.151,539,1.063,620,2.701,624,2.579,626,2.596,635,2.324,638,0.924,640,0.576,643,1.408,696,1.845,806,3.052,812,2.499,828,2.132,829,1.538,927,2.891,943,2.332,945,4.122,999,4.474,1007,2.409,1150,3.059,1157,2.648,1161,4.116,1162,2.332,1165,3.517,1261,2.097,1293,1.658,1303,5.329,1366,1.735,1598,5.121,1603,2.409,1667,1.874,1711,1.197,1735,3.6,1738,1.308,1739,3.151,1745,1.633,1783,4.283,1815,3.982,1826,1.408,1849,3.6,1850,3.967,1851,4.283,1852,5.751,1853,3.402,1854,5.301,1855,5.193,1856,4.116,1857,5.301,1858,4.965,1859,4.697,1860,4.283,1861,6.433,1862,4.116,1863,3.077,1864,4.474,1865,5.301,1866,5.751,1867,4.283,1868,4.697,1869,6.433,1870,5.301,1871,3.229,1872,4.474,1873,6.433,1874,4.965]],["file_terms//events/2024/02/OSG-User-School-2023.html",[]],["root_relative_url//uw-research-computing/hpc-spack-modules.html",[83,0.121,532,0.198,1875,2.433,1876,1.835,1877,3.655]],["high//uw-research-computing/hpc-spack-modules.html",[5,0.289,8,0.145,20,0.25,203,0.264,205,0.032,271,1.051,272,0.879,340,0.578,377,0.566,378,0.142,544,0.484,545,0.77,547,0.239,550,1.067,559,0.854,561,0.841,599,1.728,654,1.245,722,1.004,732,3.178,746,0.793,1103,0.975,1122,1.614,1876,2.956,1878,1.584,1879,3.36]],["medium//uw-research-computing/hpc-spack-modules.html",[20,0.24,301,0.02,352,0.37,459,0.975,545,0.478,596,1.21,732,3.735,817,0.457,891,4.589,946,0.811,1045,1.62,1139,0.897,1174,1.846,1185,6.21,1876,4.201,1880,2.528,1881,2.083,1882,4.082,1883,4.991,1884,2.26,1885,2.26,1886,2.528,1887,2.528,1888,1.714,1889,2.26,1890,3.649,1891,7.573,1892,3.4,1893,3.059,1894,2.26,1895,2.528,1896,2.528,1897,2.528,1898,5.134,1899,1.846,1900,7.277,1901,2.528,1902,2.528,1903,2.528]],["content//uw-research-computing/hpc-spack-modules.html",[5,0.539,6,0.771,20,0.332,39,0.736,42,0.516,43,1.376,48,2.187,49,0.715,50,0.659,51,2.484,55,2.025,65,0.725,72,1.702,83,0.137,86,1.224,88,0.954,93,1.716,94,1.317,96,1.817,103,4.269,106,4.137,115,1.186,127,1.521,148,1.742,159,2.118,160,0.474,163,3.147,170,1.548,175,0.77,191,1.371,193,0.927,198,0.187,200,1.15,201,0.516,203,0.451,204,1.348,205,0.033,208,1.316,210,0.856,215,0.499,222,1.157,224,1.098,226,1.89,227,0.892,230,0.892,231,2.13,232,0.633,235,1.013,240,0.694,242,0.866,246,2.04,253,1.355,257,0.96,263,0.736,271,1.066,277,0.623,281,1.305,283,1.132,289,1.521,301,0.07,316,1.205,330,1.243,333,2.13,361,1.442,363,0.39,377,0.9,378,0.318,397,1.004,414,0.568,448,3.192,452,1.316,459,1.006,469,1.205,484,1.978,486,1.772,492,2.03,512,1.702,513,3.114,514,2.389,536,1.263,547,0.593,548,1.157,556,1.487,580,0.781,596,1.401,599,2.216,630,3.02,637,1.266,638,0.657,639,1.168,640,0.261,641,0.841,645,1.547,678,2.128,692,1.066,695,1.117,699,1.81,707,1.666,709,2.473,717,2.516,721,0.892,722,1.019,727,1.772,732,4.069,739,2.095,742,1.132,743,1.115,744,1.908,745,1.186,746,1.867,751,3.114,753,0.704,754,3.146,772,0.974,776,2.018,777,1.521,781,1.482,782,1.637,786,2.272,791,2.314,811,1.702,817,1.761,818,2.669,821,2.833,823,2.337,828,1.371,829,1.422,835,0.77,836,1.05,837,0.918,838,0.781,839,1.243,841,1.168,848,1.735,851,1.035,854,1.394,861,1.21,862,1.263,867,2.472,902,2.386,946,1.326,1042,1.89,1045,2.547,1048,1.132,1051,3.532,1072,1.978,1075,1.243,1084,1.637,1103,2.158,1109,3.668,1125,3.408,1139,1.468,1140,2.753,1142,2.753,1158,1.978,1171,2.248,1216,2.845,1252,1.371,1259,3.432,1262,2.55,1265,2.187,1276,2.13,1277,1.577,1316,3.824,1401,2.646,1450,3.328,1637,2.248,1729,1.817,1759,2.753,1760,1.548,1876,5.07,1878,1.607,1879,4.902,1888,3.529,1892,2.386,1894,5.317,1899,3.02,1904,3.408,1905,3.192,1906,3.408,1907,2.076,1908,2.753,1909,2.464,1910,4.591,1911,3.02,1912,4.591,1913,1.305,1914,4.457,1915,2.076,1916,1.736,1917,4.135,1918,2.646,1919,4.135,1920,4.135,1921,2.646,1922,3.697,1923,3.192,1924,4.902,1925,3.697,1926,4.135,1927,4.135,1928,3.697,1929,3.408,1930,3.192,1931,2.646,1932,4.135,1933,2.248]],["file_terms//uw-research-computing/hpc-spack-modules.html",[]],["root_relative_url//uw-research-computing/mpi-jobs.html",[83,0.136,532,0.223,534,2.299,1934,4.108]],["high//uw-research-computing/mpi-jobs.html",[5,0.26,6,0.328,8,0.131,20,0.18,39,0.972,198,0.126,205,0.061,214,0.829,215,0.458,240,0.544,272,0.793,310,0.094,340,0.521,378,0.128,399,1.378,536,1.124,537,1.22,538,1.306,544,0.436,545,0.695,547,0.216,550,0.963,556,0.92,557,0.716,559,0.77,560,0.805,561,0.759,562,0.854,563,1.22,640,0.232,732,1.457,862,2.352]],["medium//uw-research-computing/mpi-jobs.html",[10,0.33,20,0.124,43,0.453,94,0.396,160,0.263,175,0.427,198,0.111,205,0.03,214,0.517,215,0.403,232,0.351,240,0.478,252,0.25,262,0.735,277,0.279,301,0.075,316,0.668,352,0.551,363,0.216,393,0.487,547,0.326,548,0.733,549,1.025,569,1.551,572,0.591,579,1.096,580,0.433,582,0.735,584,0.439,590,1.025,591,1.323,592,1.18,593,1.366,594,1.366,597,0.509,598,1.315,600,1.096,601,1.071,603,1.071,604,0.723,607,1.123,617,1.685,622,1.005,637,0.335,657,1.466,732,2.764,750,0.925,776,0.573,786,1.114,817,0.414,823,0.637,1011,0.747,1029,1.151,1115,0.89,1172,0.89,1208,1.071,1213,1.323,1377,1.096,1419,1.674,1888,2.015,1935,2.621,1936,5.56,1937,2.292,1938,2.292,1939,2.049,1940,1.674,1941,2.292,1942,2.292,1943,3.369,1944,2.292,1945,2.049,1946,2.292,1947,2.049,1948,1.414,1949,3.369,1950,3.769,1951,2.292,1952,2.049,1953,2.292,1954,2.292,1955,2.292,1956,1.246,1957,1.096,1958,2.292,1959,1.366]],["content//uw-research-computing/mpi-jobs.html",[5,0.62,6,0.76,8,0.205,20,0.327,23,1.15,38,0.735,39,1.411,42,0.46,50,0.917,51,1.287,55,1.934,65,1.191,81,1.505,82,1.505,83,0.13,88,0.633,89,2.078,93,1.417,96,1.206,97,1.78,98,1.402,99,1.049,107,1.625,113,0.044,126,0.827,129,0.693,133,0.577,136,0.903,139,1.623,142,1.947,159,1.098,164,0.596,168,0.839,175,1.263,176,0.973,177,0.778,192,1.563,193,0.726,198,0.232,199,1.206,201,0.988,204,1.287,205,0.081,206,1.625,210,0.569,211,1.982,212,0.304,214,1.53,215,0.823,219,1.356,222,0.768,227,0.852,228,0.903,232,1.142,235,0.672,237,1.706,238,1.575,239,1.049,240,0.824,242,0.827,245,0.803,252,0.43,253,1.119,262,2.908,263,0.703,268,2.353,273,0.573,277,0.587,283,1.081,293,1.439,297,2.147,301,0.054,307,0.753,310,0.101,316,1.15,330,1.187,331,0.372,334,1.53,337,1.033,340,0.56,348,0.724,352,1.09,356,0.89,358,1.153,363,0.78,367,1.594,368,1.758,377,0.716,378,0.297,380,1.008,384,1.024,393,1.442,397,0.958,400,1.452,414,0.932,420,3.912,432,1.845,453,1.977,459,0.717,476,1.505,484,1.889,492,1.632,501,1.765,512,1.625,521,2.279,535,0.757,539,0.652,540,0.944,546,1.534,547,0.568,548,0.768,549,2.572,552,1.59,553,1.206,556,2.365,557,1.542,558,1.775,559,0.827,561,0.815,562,0.917,565,1.377,572,1.921,580,1.087,584,0.757,597,1.278,598,1.377,599,0.988,611,0.724,620,1.658,622,1.732,627,3.053,631,2.541,636,1.377,637,0.577,638,0.372,640,0.587,641,1.516,645,1.507,682,1.331,688,1.804,692,1.018,695,0.633,697,0.652,701,1.551,707,0.944,708,1.895,710,1.625,711,2.687,717,1.426,721,1.241,722,1.837,723,1.594,724,1.426,727,1.692,732,3.816,736,1.287,741,2.908,742,1.081,743,1.065,744,1.266,745,2.273,746,0.768,753,1.156,754,2.088,758,2.747,776,0.988,778,2.088,781,1.451,785,1.625,786,1.731,802,2.088,809,1.625,811,1.625,816,1.287,817,1.432,818,1.15,820,1.845,821,1.331,822,1.934,829,0.944,832,2.154,835,0.735,836,2.168,837,0.877,838,1.282,839,1.187,840,1.354,841,1.115,842,1.15,843,1.081,844,1.287,845,0.903,846,1.377,847,1.187,848,1.494,849,0.988,850,1.73,851,0.586,852,1.287,853,1.6,854,1.331,855,1.002,856,1.331,857,1.377,858,1.287,859,1.331,860,1.187,861,0.803,862,2.985,863,1.439,864,1.226,865,1.402,906,2.818,984,1.246,1012,0.791,1042,2.629,1045,1.246,1048,1.081,1098,1.889,1103,1.783,1115,1.534,1123,1.594,1133,1.934,1167,1.815,1170,2.526,1204,2.147,1205,1.169,1219,1.804,1247,1.934,1286,1.534,1288,2.431,1293,1.483,1309,1.728,1318,1.354,1426,2.21,1495,1.658,1510,1.845,1535,1.982,1670,2.435,1731,2.147,1760,2.154,1826,1.259,1854,3.254,1888,3.131,1952,3.53,1960,2.629,1961,2.353,1962,1.934,1963,3.949,1964,2.526,1965,3.949,1966,2.353,1967,3.254,1968,2.526,1969,1.982,1970,3.048,1971,3.949,1972,1.982,1973,3.254,1974,2.884,1975,2.747,1976,3.254,1977,2.435,1978,2.147,1979,3.949]],["file_terms//uw-research-computing/mpi-jobs.html",[]],["root_relative_url//Natzke.html",[1980,6.54]],["high//Natzke.html",[5,0.464,8,0.233,27,2.547,70,3.564,87,4.364,149,1.051,273,0.653,450,3.906,1601,4.043]],["medium//Natzke.html",[]],["content//Natzke.html",[6,0.407,7,1.49,13,1.567,17,1.722,20,0.263,28,3.042,31,1.881,33,4.009,38,0.851,41,2.417,42,0.433,49,1.377,50,1.037,52,2.353,57,2,64,2.238,70,3.471,71,3.042,74,4.085,76,3.766,78,1.775,82,1.195,83,0.263,86,2.178,87,3.042,88,1.024,98,2.266,103,2.417,111,4.928,113,0.053,118,0.863,129,0.802,132,1.442,133,0.934,139,1.527,144,4.708,145,4.708,149,1.576,156,2.485,160,0.524,164,0.689,165,2.294,170,1.711,171,1.419,177,0.732,181,1.541,182,0.823,184,2.238,186,1.331,187,1.844,188,1.214,189,2.818,193,0.683,198,0.17,201,0.918,203,0.296,205,0.058,210,0.658,212,0.388,214,1.03,215,0.536,220,2.144,227,1.377,230,0.986,232,0.7,235,0.778,237,1.045,239,1.214,240,0.733,245,0.929,250,2.306,254,2.306,261,1.44,262,2.048,263,0.814,264,1.541,273,0.794,277,0.339,279,2.353,283,1.251,287,2.294,301,0.063,306,0.863,309,1.541,314,0.916,317,1.743,318,1.466,331,0.694,332,2.859,336,2.136,344,0.679,346,2.558,347,1.92,348,0.838,357,2.353,359,1.251,363,0.602,367,1.844,368,1.396,377,0.439,380,0.948,389,4.246,393,0.971,402,1.189,419,2.294,421,1.439,427,2.924,437,2.391,447,0.836,450,2.723,464,1.844,466,1.881,469,1.331,477,2.637,501,2.043,507,3.127,514,1.567,521,2.637,522,1.958,523,3.573,539,0.755,547,0.374,554,1,560,1,565,2.227,571,2.088,580,0.863,582,1.466,622,0.826,634,1.045,638,0.602,643,1,686,2.485,692,1.178,693,1.809,697,0.525,704,3.029,727,1.958,740,1.881,746,0.889,757,1.958,773,2.485,786,1.061,800,1.622,818,1.331,828,1.515,829,1.093,837,1.77,838,0.863,845,2.039,847,2.213,851,0.948,853,1.271,880,2.391,881,3.478,884,2.189,894,2.043,905,2.924,918,0.971,930,2.043,936,2.136,942,2.238,943,2.144,984,1.442,989,2.238,990,2.637,995,1.541,1002,2.238,1004,2.353,1005,2.136,1006,1.809,1008,2.558,1009,2.417,1047,2.294,1074,2.248,1076,2.186,1103,1.527,1104,2.723,1105,3.288,1135,2.238,1138,1.442,1150,2.322,1157,2.628,1160,2.481,1231,2.294,1235,1.748,1240,1.466,1281,1.775,1296,2,1302,2.353,1383,2.178,1408,2,1418,2.558,1423,2.637,1495,1.919,1514,2.417,1517,3.766,1526,3.527,1530,2.417,1535,2.294,1544,1.844,1550,3.178,1556,2.924,1557,3.054,1561,3.178,1571,5.708,1572,4.085,1575,2.485,1589,2.294,1594,2.043,1596,2.637,1601,4.538,1659,3.042,1667,1.331,1677,1.466,1678,3.684,1685,2.637,1690,2.558,1708,3.527,1711,1.189,1712,2.353,1729,1.396,1732,3.573,1745,1.621,1771,2.924,1792,2.924,1817,2.136,1853,2.417,1981,7.968,1982,4.57,1983,4.57,1984,6.385,1985,4.57,1986,7.36,1987,8.383,1988,3.178,1989,3.684,1990,9.787,1991,3.766,1992,4.57,1993,2.924,1994,4.995,1995,5.541,1996,4.57,1997,2.485,1998,3.527,1999,3.766,2000,4.57,2001,4.57,2002,4.57,2003,4.57,2004,3.337,2005,3.042,2006,3.766,2007,7.36,2008,6.15,2009,5.708,2010,4.57,2011,3.337,2012,4.085,2013,2.294,2014,3.766,2015,3.766,2016,4.57,2017,4.085,2018,4.213,2019,5.68,2020,5.262,2021,3.337,2022,4.085,2023,4.57,2024,1.881,2025,4.57,2026,4.085,2027,4.57,2028,4.085,2029,4.085,2030,2.723,2031,3.042,2032,4.57,2033,4.085,2034,3.527,2035,2.924,2036,2.723,2037,3.766,2038,1.743,2039,3.337,2040,4.085,2041,6.566,2042,4.085,2043,4.57,2044,4.57,2045,4.085,2046,3.766,2047,4.57,2048,4.57,2049,4.57,2050,1.958,2051,2.637,2052,3.527,2053,3.178,2054,3.766,2055,3.178,2056,4.57,2057,3.527,2058,3.527,2059,3.178,2060,4.085,2061,4.085]],["file_terms//Natzke.html",[]],["root_relative_url//Showcase.html",[1776,5.048]],["high//Showcase.html",[5,0.485,8,0.244,83,0.226,113,0.041,212,0.362,331,0.646,1853,3.624]],["medium//Showcase.html",[]],["content//Showcase.html",[10,1.287,13,2.653,17,1.644,20,0.295,31,2.509,38,1.135,41,3.224,43,1.204,49,1.054,50,0.676,54,2.653,62,2.368,83,0.32,103,3.224,113,0.057,115,1.748,122,1.955,133,0.891,149,1.434,160,0.699,175,1.135,177,0.699,186,1.776,192,2.413,203,0.578,212,0.498,222,1.186,228,1.394,235,1.038,253,1.654,260,1.595,273,0.847,281,1.923,301,0.075,325,3.759,331,0.889,334,1.374,344,0.905,346,3.412,347,1.833,351,1.955,402,1.135,421,2.016,439,1.669,452,1.462,459,0.76,461,3.366,469,1.776,479,2.402,485,2.021,527,2.986,530,2.612,631,2.282,635,2.202,638,0.802,640,0.583,643,1.334,704,3.185,708,1.458,713,3.139,749,2.202,815,2.241,875,2.897,879,3.517,881,2.241,882,1.804,927,2.202,943,2.254,978,2.46,981,3.885,984,2.441,985,2.849,1004,3.139,1006,2.413,1008,3.412,1009,3.224,1107,2.785,1150,3.06,1153,3.139,1157,3.185,1159,4.465,1160,2.055,1216,2.915,1235,1.669,1250,3.9,1366,2.087,1570,3.314,1574,3.632,1667,1.776,1711,1.135,1729,1.862,1738,1.574,1752,4.058,1772,3.632,1775,5.152,1777,3.314,1778,3.517,1779,5.66,1783,5.152,1784,5.449,1815,2.785,1817,2.849,1818,4.314,1819,2.725,1849,4.331,1850,3.759,1853,4.092,1855,4.611,1921,3.9,2062,4.058,2063,5.152,2064,4.058,2065,4.058,2066,2.915,2067,5.023,2068,4.058,2069,5.65,2070,4.705,2071,5.023,2072,4.24,2073,4.705,2074,6.377,2075,5.449,2076,5.449,2077,5.449,2078,6.096,2079,3.517,2080,1.833,2081,6.096,2082,4.451,2083,3.224,2084,2.785]],["file_terms//Showcase.html",[]],["root_relative_url//Record.html",[2085,5.846]],["high//Record.html",[5,0.485,7,2.234,8,0.244,126,1.435,205,0.054,1006,2.713,1096,4.384]],["medium//Record.html",[]],["content//Record.html",[0,3.374,3,3.801,7,2.964,10,1.309,23,1.858,38,1.187,42,0.432,43,1.26,65,1.119,83,0.3,112,2.15,118,0.862,126,1.667,133,0.933,149,1.277,168,1.356,176,1.572,177,0.732,181,2.926,185,2.083,186,2.726,198,0.148,200,1.774,205,0.076,215,0.535,222,1.549,224,1.694,230,1.717,235,1.548,246,1.933,273,0.794,281,2.013,301,0.063,306,1.504,310,0.204,313,3.681,314,1.596,328,1.98,334,1.438,344,1.183,377,0.613,378,0.222,394,2.013,396,1.619,402,1.616,414,0.876,421,1.438,425,1.503,437,2.388,452,1.205,485,2.64,539,1.054,554,1.743,611,1.17,638,0.601,639,1.801,770,3.57,806,2.433,815,2.346,843,1.747,881,2.346,882,1.888,934,3.124,984,2.868,1006,3.599,1045,2.013,1075,1.918,1138,2.013,1166,1.595,1170,4.081,1240,2.046,1274,4.437,1377,3.808,1489,4.101,1535,3.202,1570,3.468,1594,2.852,1598,5.554,1601,3.934,1612,5.246,1656,4.658,1826,1.396,1828,6.562,2068,4.247,2080,1.918,2086,7.963,2087,6.38,2088,3.051,2089,3.374,2090,5.703,2091,3.721,2092,6.38,2093,4.658,2094,6.38,2095,7.118,2096,6.38,2097,7.118,2098,4.658,2099,4.924,2100,6.38,2101,3.681,2102,6.38,2103,6.562,2104,5.703,2105,6.38,2106,4.457,2107,4.101,2108,6.38,2109,5.703,2110,5.703,2111,5.703,2112,5.703,2113,4.658,2114,3.801,2115,6.38,2116,5.703,2117,6.38,2118,5.703,2119,5.703,2120,3.124,2121,4.658,2122,5.257]],["file_terms//Record.html",[]],["root_relative_url//htcondor-european-workshop.html",[697,0.386,2123,3.424,2124,3.864]],["high//htcondor-european-workshop.html",[5,0.454,8,0.228,421,1.446,530,2.75,697,0.528,1722,4.685,2123,4.685,2125,2.998,2126,4.952,2127,5.287]],["medium//htcondor-european-workshop.html",[]],["content//htcondor-european-workshop.html",[6,0.555,10,0.636,13,2.839,20,0.273,22,2.55,23,1.817,25,1.975,29,1.625,33,3.754,42,0.49,49,0.764,50,0.952,51,1.441,58,2.567,59,1.934,67,2.888,77,1.394,78,1.717,81,1.156,82,1.156,83,0.206,97,0.899,99,1.174,108,2.138,112,2.436,113,0.051,118,0.597,119,1.465,121,2.756,128,2.398,129,1.377,140,2.725,143,2.065,148,1.105,152,1.783,160,0.95,168,1.325,171,2.243,187,1.783,193,0.774,198,0.102,201,0.778,203,0.508,210,0.636,212,0.437,216,2.337,218,3.598,227,0.953,230,1.945,245,0.899,246,1.514,252,0.902,253,1.611,256,2.213,260,1.156,261,0.799,262,1.417,263,0.787,273,0.44,277,0.462,281,2.477,283,1.708,288,1.441,301,0.068,302,2.633,304,2.473,309,1.49,310,0.185,312,1.287,313,2.55,315,1.975,318,2,330,1.329,331,0.588,339,2.518,343,1.465,353,3.95,357,2.276,359,1.979,368,1.35,369,2.276,378,0.217,386,2.218,394,1.968,400,1.625,401,1.862,414,0.993,421,1.99,435,1.568,437,1.654,439,1.21,440,1.783,447,0.946,452,0.835,461,3.108,462,2.473,466,2.567,467,1.49,473,3.073,481,2.786,484,2.113,514,2.138,561,1.287,622,0.799,633,2.335,634,1.011,636,1.541,637,0.646,638,0.902,639,1.248,640,0.496,669,1.783,691,3.846,695,0.708,697,0.773,710,2.567,744,2.318,745,1.267,755,1.783,777,1.625,779,1.934,785,3.712,793,2.469,813,1.213,821,1.49,825,2.633,829,1.728,832,1.654,851,0.926,884,1.515,897,2.725,906,2.164,925,3.641,926,3.641,927,2.253,938,3.598,943,1.287,982,2.164,984,1.968,988,3.227,996,2.725,1007,3.1,1009,3.822,1012,0.885,1070,2.633,1074,1.35,1079,1.894,1084,1.749,1089,0.687,1113,2.725,1127,2.276,1138,1.968,1152,1.685,1153,3.722,1159,2.55,1162,2.105,1165,2.517,1167,1.394,1235,1.21,1252,2.396,1253,3.39,1296,1.934,1297,2.067,1304,2.218,1383,1.846,1396,2.942,1418,4.045,1450,1.749,1474,2.827,1488,2.827,1566,3.073,1577,3.131,1586,2.164,1603,2.939,1672,2.402,1687,4.337,1711,0.823,1712,2.276,1722,3.227,1729,1.35,1732,2.473,1734,2.55,1737,3.496,1760,1.654,1764,2.402,1816,2.725,1855,4.933,1856,3.99,1871,3.131,1913,2.28,1964,2.827,2004,3.227,2011,4.554,2024,1.819,2050,1.894,2059,4.337,2123,6.448,2125,4.593,2126,3.411,2127,3.641,2128,4.419,2129,6.236,2130,2.337,2131,4.419,2132,4.419,2133,4.457,2134,3.073,2135,4.419,2136,6.272,2137,4.419,2138,2.55,2139,2.55,2140,3.641,2141,4.419,2142,4.419,2143,3.073,2144,3.95,2145,4.419,2146,3.641,2147,4.419,2148,5.026,2149,3.073,2150,3.298,2151,2.827,2152,6.188,2153,4.419,2154,4.419,2155,2.725,2156,2.942,2157,4.337,2158,3.95,2159,4.419,2160,3.95,2161,3.227,2162,2.942,2163,3.641,2164,3.598,2165,3.598,2166,4.813,2167,3.95,2168,2.942,2169,4.419,2170,2.827,2171,1.934,2172,3.073,2173,3.49,2174,3.073,2175,3.641,2176,3.95,2177,3.929,2178,2.164,2179,3.411,2180,4.152,2181,2.473,2182,3.95,2183,4.419,2184,4.419,2185,4.419,2186,3.411,2187,2.673,2188,2.164,2189,3.073,2190,3.95,2191,3.641,2192,2.473,2193,3.95,2194,4.419,2195,2.633,2196,3.641,2197,4.419,2198,2.55,2199,4.419,2200,4.419,2201,4.419,2202,5.575,2203,2.337,2204,4.419,2205,3.073,2206,3.411,2207,3.054,2208,4.419,2209,4.419,2210,4.419,2211,2.942,2212,4.419,2213,3.641,2214,3.641,2215,4.419,2216,3.411,2217,3.95,2218,4.419,2219,4.419,2220,2.725,2221,2.55]],["file_terms//htcondor-european-workshop.html",[]],["root_relative_url//uw-research-computing/chtc-services.html",[83,0.136,532,0.223,1429,3.672,2222,4.108]],["high//uw-research-computing/chtc-services.html",[5,0.591,8,0.182,20,0.169,83,0.169,113,0.049,176,1.259,212,0.364,310,0.131,331,0.482,378,0.178,536,1.562,918,1.466,2223,3.733,2224,3.733]],["medium//uw-research-computing/chtc-services.html",[]],["content//uw-research-computing/chtc-services.html",[5,0.706,6,0.832,7,1.917,8,0.209,10,0.847,16,2.285,17,2.04,20,0.318,26,1.635,40,2.748,42,0.513,43,1.161,51,1.917,65,1.032,81,1.539,83,0.276,113,0.056,133,0.86,140,3.627,142,1.687,159,1.635,161,1.232,170,2.202,177,0.675,188,1.562,191,1.95,192,2.328,193,0.63,198,0.204,203,0.489,205,0.07,206,2.421,222,1.144,225,2.017,239,2.009,240,0.586,242,1.232,246,1.427,253,1.144,262,2.681,263,1.047,277,0.436,306,1.111,309,1.983,310,0.215,312,1.713,328,1.826,339,1.886,348,1.387,352,1.106,357,3.029,360,3.627,363,0.832,367,2.374,377,0.565,378,0.307,386,2.952,393,1.607,396,2.122,411,2.781,420,3.381,425,1.386,447,0.99,453,1.713,467,1.983,479,1.826,532,0.495,535,1.128,536,1.797,539,1.458,547,0.443,548,1.472,553,1.797,561,1.214,565,2.051,572,1.516,586,2.374,627,2.638,638,0.861,639,2.361,640,0.371,641,1.538,643,1.287,644,2.285,646,2.051,669,3.053,678,1.797,692,1.949,693,2.328,695,1.212,696,1.687,697,0.484,716,2.374,782,2.328,787,2.881,812,2.285,829,1.809,842,1.713,858,2.466,863,1.471,904,3.11,918,1.94,934,2.881,945,3.029,1045,2.386,1089,0.915,1090,2.687,1102,2.629,1240,1.886,1277,2.243,1366,1.586,1379,1.741,1392,3.916,1407,3.916,1475,2.202,1476,2.374,1499,3.763,1521,1.713,1537,2.202,1616,3.292,1638,3.198,1667,1.713,1677,1.886,1678,3.393,1738,1.856,1867,3.916,1933,3.198,2038,3.365,2050,2.52,2079,3.393,2080,2.274,2161,6.666,2223,5.523,2225,4.09,2226,7.564,2227,3.11,2228,4.294,2229,3.11,2230,5.882,2231,5.882,2232,4.294,2233,5.258,2234,3.029,2235,3.292,2236,4.847,2237,4.839,2238,5.258,2239,5.258,2240,5.258,2241,5.882,2242,5.258]],["file_terms//uw-research-computing/chtc-services.html",[]],["root_relative_url//uw-research-computing/hpc-spack-install.html",[83,0.121,532,0.198,1875,2.433,1876,1.835,2243,3.655]],["high//uw-research-computing/hpc-spack-install.html",[5,0.141,8,0.071,20,0.204,97,0.406,141,0.964,160,0.229,161,0.912,205,0.016,219,0.471,272,0.431,288,0.652,298,1.029,340,0.283,356,0.45,377,0.418,378,0.177,537,1.115,538,1.194,542,1.233,544,0.237,545,0.378,550,0.523,556,1.723,559,0.419,561,0.412,596,0.792,622,0.361,721,0.431,746,1.395,754,1.057,817,1.409,818,1.798,823,0.935,848,0.4,861,0.406,1089,0.311,1130,1.503,1139,0.709,1281,0.776,1876,3.459,1878,0.776,1910,3.36,1913,0.631,2244,1.647,2245,1.999,2246,3.587,2247,1.191,2248,1.999,2249,3.363,2250,1.647,2251,3.892]],["medium//uw-research-computing/hpc-spack-install.html",[139,0.406,182,0.175,185,0.444,198,0.039,215,0.143,240,0.169,242,0.808,253,0.33,301,0.057,356,0.66,377,0.281,544,0.201,547,0.1,556,0.732,596,1.332,627,0.592,654,0.519,678,0.894,682,1.546,709,0.603,732,1.159,746,0.33,776,1.147,817,0.529,1011,0.554,1043,0.793,1045,2.02,1103,0.406,1184,2.097,1185,5.991,1189,3.598,1203,0.898,1211,1.689,1221,0.98,1291,0.852,1459,1.086,1876,4.642,1881,1.399,1888,0.713,1890,5.985,2244,1.399,2250,2.412,2252,2.927,2253,1.086,2254,2.927,2255,2.927,2256,3.779,2257,2.616,2258,1.399,2259,1.399,2260,1.518,2261,1.086,2262,1.399,2263,4.586,2264,2.816,2265,2.927,2266,1.24,2267,1.24,2268,2.259,2269,2.927,2270,2.927,2271,2.927,2272,1.698,2273,5.168,2274,1.311,2275,1.518,2276,1.518,2277,1.518,2278,1.518,2279,1.518,2280,1.518,2281,1.518,2282,1.518,2283,1.518,2284,1.518,2285,1.518,2286,0.95,2287,1.24,2288,1.518,2289,1.518,2290,1.086,2291,1.518,2292,3.857,2293,3.857,2294,3.857,2295,2.927,2296,3.857,2297,1.698,2298,1.13,2299,1.698,2300,1.698]],["content//uw-research-computing/hpc-spack-install.html",[5,0.448,6,0.651,11,1.255,20,0.337,23,0.835,42,0.378,43,0.566,50,0.618,51,2.583,65,0.503,67,1.574,72,2.833,75,1.477,86,1.652,88,0.46,93,1.375,94,1.094,96,0.876,97,1.611,116,2.052,118,0.388,126,1.782,129,0.979,132,1.424,136,1.032,141,1.974,142,2.273,146,1.31,148,1.396,150,0.876,159,1.255,160,0.64,161,1.898,163,2.089,170,1.69,175,1.517,177,0.329,182,0.577,191,0.95,193,0.782,198,0.205,199,1.934,200,0.797,201,0.911,203,0.185,204,0.935,205,0.05,208,1.196,210,0.65,211,2.802,215,0.531,219,1.063,226,1.31,227,1.203,230,0.618,232,0.691,235,1.078,238,1.236,239,1.482,240,0.45,242,0.6,246,1.354,249,1.054,255,2.213,256,1.602,257,1.469,261,0.816,263,1.127,268,2.689,271,0.739,273,0.286,276,1.036,277,0.695,278,1.721,281,2.172,283,1.528,293,0.717,298,1.477,301,0.058,307,0.591,330,1.357,333,1.477,352,1.118,356,1.648,358,0.575,361,1.574,363,0.425,367,1.157,368,0.876,377,0.817,378,0.312,397,0.696,402,0.534,414,0.945,433,1.768,435,1.018,437,1.074,447,0.591,452,0.542,459,0.954,480,0.822,481,1.018,492,1.826,494,1.69,498,1.654,512,2.605,513,2.017,514,0.983,536,0.876,537,0.95,538,1.018,545,0.542,547,0.371,548,0.558,550,0.75,556,2.489,571,1.31,572,0.739,580,0.542,584,1.213,596,1.802,599,1.828,622,1.74,630,2.094,631,1.074,634,0.656,637,0.925,638,0.597,639,0.81,640,0.181,641,0.583,645,1.921,678,1.379,679,1.994,692,1.163,695,1.364,696,0.822,698,1.255,707,1.334,709,1.981,717,1.63,721,1.955,724,1.63,726,0.876,727,1.229,732,3.028,739,0.862,740,2.605,742,0.785,743,0.773,745,1.815,746,1.961,747,1.282,751,2.495,754,2.387,769,1.994,772,0.676,776,1.981,777,1.054,781,1.231,786,2.25,791,4.091,806,1.093,809,1.18,811,1.18,813,0.558,817,1.86,818,2.912,821,2.578,823,2.033,827,1.157,828,0.95,829,1.514,832,2.577,835,0.84,836,0.728,837,0.637,838,0.853,839,0.862,841,0.81,848,1.465,851,0.94,853,1.255,854,0.967,861,1.611,867,2.094,906,1.404,934,1.404,946,0.92,962,2.017,984,0.905,1042,3.725,1045,2.768,1047,1.439,1048,1.733,1051,1.975,1076,2.158,1082,2.094,1083,2.733,1084,1.135,1089,1.07,1103,0.686,1107,1.31,1115,1.114,1123,1.157,1130,2.829,1139,3.07,1145,1.834,1162,0.835,1164,1.654,1170,2.887,1171,1.559,1189,5.084,1216,3.991,1240,0.92,1245,1.31,1252,0.95,1260,2.363,1263,3.715,1271,1.934,1276,1.477,1279,1.768,1281,1.753,1282,1.18,1291,2.802,1295,1.709,1306,3.483,1321,1.204,1377,1.371,1393,1.858,1399,1.834,1413,3.325,1415,3.123,1450,1.787,1476,1.157,1483,4.599,1492,2.563,1505,2.109,1676,2.094,1731,1.559,1755,1.439,1876,5.103,1888,1.204,1893,1.709,1904,2.363,1905,4.307,1906,2.363,1908,1.909,1909,1.709,1911,2.094,1913,2.684,1914,1.834,1933,3.974,1957,2.669,1964,1.834,1968,1.834,2088,1.371,2170,1.834,2244,3.719,2251,2.563,2301,2.867,2302,1.768,2303,2.363,2304,4.034,2305,2.867,2306,4.599,2307,2.867,2308,2.867,2309,2.867,2310,1.994,2311,2.867,2312,2.783,2313,2.867,2314,2.867,2315,1.654,2316,2.867,2317,1.768,2318,3.483,2319,2.563,2320,2.563,2321,2.563,2322,2.563,2323,2.363,2324,1.516,2325,1.909,2326,2.213,2327,2.213,2328,1.282,2329,2.363,2330,1.605,2331,3.483,2332,2.867,2333,1.834,2334,2.867,2335,2.363,2336,2.867,2337,2.213]],["file_terms//uw-research-computing/hpc-spack-install.html",[]],["root_relative_url//events/2022/11/extended-office-hours.html",[343,1.554,2338,4.192,2339,4.192]],["high//events/2022/11/extended-office-hours.html",[5,0.544,8,0.215,234,2.756,261,1.09,264,2.033,301,0.048,343,1.999,544,0.716,943,1.757,1729,1.843,1826,1.32,2340,3.106]],["medium//events/2022/11/extended-office-hours.html",[1729,2.449]],["content//events/2022/11/extended-office-hours.html",[5,0.609,118,1.164,140,5.663,161,1.519,193,0.983,200,2.017,203,0.469,234,3.934,239,2.287,249,2.667,261,1.717,307,1.127,317,3.283,343,3.149,380,1.279,425,1.709,544,0.86,562,1.684,638,0.812,699,3.174,1007,2.716,1162,2.508,1166,1.814,1184,3.943,1263,4.829,1288,2.365,1293,1.869,1387,5.598,1521,2.113,1729,2.805,1745,2.186,1822,4.681,1826,1.587,1832,5.732,1836,6.646,1838,5.977,1839,5.598,1840,5.044,1844,7.095,1913,2.288,1921,5.509,2083,3.836,2340,4.729,2341,3.943,2342,8.611,2343,6.646,2344,7.697,2345,5.598,2346,7.253]],["file_terms//events/2022/11/extended-office-hours.html",[]],["root_relative_url//events/demo.html",[2347,6.54]],["high//events/demo.html",[]],["medium//events/demo.html",[]],["content//events/demo.html",[301,0.064,425,1.897,1489,4.146,1749,4.041,2348,6.213,2349,6.634,2350,4.645,2351,5.15]],["file_terms//events/demo.html",[]],["root_relative_url//staff/index.html",[2352,6.54]],["high//staff/index.html",[5,0.581,8,0.238,1667,1.952,1867,4.461,2038,2.555,2080,2.015,2353,5.522]],["medium//staff/index.html",[]],["content//staff/index.html",[141,2.309,160,0.923,193,0.862,637,1.177,1432,4.377,1815,3.678,2038,3.488]],["file_terms//staff/index.html",[]],["root_relative_url//uw-research-computing/get-started.html",[83,0.136,532,0.223,2354,3.385,2355,4.108]],["high//uw-research-computing/get-started.html",[5,0.606,8,0.255,225,2.462,1089,1.116]],["medium//uw-research-computing/get-started.html",[]],["content//uw-research-computing/get-started.html",[5,0.552,20,0.257,26,2.167,81,2.038,118,1.053,159,2.167,210,1.122,263,1.387,277,0.577,301,0.075,341,6.421,396,1.978,425,1.836,476,2.038,480,2.235,502,4.805,532,0.422,586,3.145,643,1.965,1089,1.212,1166,1.948,1347,4.805,1537,2.917,1738,1.584,2189,5.419,2356,7.792,2357,7.792]],["file_terms//uw-research-computing/get-started.html",[]],["root_relative_url//Resilience.html",[2358,6.54]],["high//Resilience.html",[5,0.474,8,0.238,128,2.047,309,2.259,405,3.75,406,2.932,446,2.08,2359,5.522]],["medium//Resilience.html",[]],["content//Resilience.html",[5,0.617,27,2.88,50,0.822,83,0.306,86,2.194,128,2.665,139,1.773,168,1.854,182,0.766,218,4.278,254,2.678,273,0.739,277,0.549,306,1.401,309,2.499,311,4.143,312,2.16,318,2.378,396,1.882,405,5.187,406,4.055,407,6.733,435,2.631,446,2.302,447,0.971,450,5.198,466,3.051,635,2.678,640,0.468,708,1.773,894,3.314,910,6.109,982,3.631,984,2.339,1079,3.177,1304,3.722,1376,3.465,1594,3.314,1600,2.678,1760,2.776,1815,3.986,2181,4.149,2359,6.109,2360,5.156,2361,7.188,2362,7.414,2363,6.628,2364,6.109,2365,5.722,2366,6.109]],["file_terms//Resilience.html",[]],["root_relative_url//icon_credits.html",[2367,6.54]],["high//icon_credits.html",[5,0.521,8,0.262,165,3.692,2368,5.115]],["medium//icon_credits.html",[]],["content//icon_credits.html",[113,0.044,219,1.747,230,1.599,268,4.418,301,0.069,306,1.932,310,0.19,314,1.486,481,2.631,535,1.421,537,2.458,552,1.38,638,0.822,781,1.697,855,1.882,1459,4.743,1700,4.936,2080,2.623,2368,6.066,2369,10.227,2370,5.156,2371,7.414,2372,3.722,2373,4.936,2374,7.414,2375,6.628,2376,4.418,2377,7.414,2378,7.414,2379,7.414,2380,6.628,2381,5.413,2382,7.414,2383,7.414,2384,7.414,2385,4.936,2386,7.414,2387,7.414]],["file_terms//icon_credits.html",[]],["root_relative_url//uw-research-computing/python-jobs.html",[83,0.136,532,0.223,534,2.299,2388,4.108]],["high//uw-research-computing/python-jobs.html",[5,0.325,8,0.104,20,0.097,39,0.522,97,0.596,136,0.67,141,0.84,193,0.314,198,0.068,205,0.055,214,0.66,215,0.385,263,0.522,272,0.632,282,1.64,307,0.741,310,0.075,340,0.415,377,0.281,378,0.102,385,1.256,447,0.384,536,0.895,537,0.971,538,1.04,544,0.348,545,0.553,546,1.138,550,0.766,559,0.613,560,0.641,561,0.605,562,0.68,563,0.971,590,1.31,657,0.895,721,0.632,739,0.881,817,0.829,818,1.649,853,1.781,863,1.415,1280,1.807,1281,1.138,1592,1.549,2187,1.256,2389,2.261,2390,2.648,2391,1.64]],["medium//uw-research-computing/python-jobs.html",[10,0.219,20,0.088,175,0.283,198,0.035,201,0.331,203,0.098,214,0.599,232,0.542,240,0.151,263,0.271,273,0.151,282,0.85,301,0.069,307,0.556,377,0.146,385,0.651,401,0.392,454,0.363,544,0.573,545,0.669,546,0.59,547,0.089,548,0.296,550,0.397,569,0.625,579,0.727,580,0.287,590,0.679,598,1.994,600,0.727,601,0.71,603,0.71,604,0.479,607,1.302,617,0.679,637,0.222,657,0.812,702,0.665,706,0.71,707,0.363,721,0.916,739,0.457,745,0.762,817,0.959,818,1.238,823,0.422,848,0.304,850,0.799,853,1.181,855,0.899,863,0.38,1011,0.495,1029,0.763,1103,0.363,1172,1.651,1174,4.429,1191,1.358,1193,1.252,1197,1.109,1202,0.782,1205,0.45,1208,2.256,1211,0.877,1213,2.044,1217,5.119,1219,1.214,1220,1.358,1224,2.051,1347,0.937,1402,1.302,1444,3.798,1452,1.7,1453,0.972,1454,0.972,1455,0.972,1456,0.803,1606,1.012,1935,4.919,1940,1.94,1948,0.937,1959,0.905,2298,1.012,2376,2.876,2390,2.044,2392,1.358,2393,2.658,2394,3.542,2395,3.978,2396,1.358,2397,1.173,2398,3.692,2399,1.358,2400,2.358,2401,2.734,2402,3.166,2403,3.542,2404,2.376,2405,2.376,2406,1.109,2407,2.658,2408,1.519,2409,1.519,2410,2.658,2411,2.658,2412,2.19,2413,2.19,2414,1.519,2415,1.519,2416,1.519,2417,1.519,2418,0.972,2419,3.542,2420,3.798,2421,1.358,2422,1.358]],["content//uw-research-computing/python-jobs.html",[5,0.589,6,0.669,8,0.109,20,0.329,39,0.546,40,1.432,42,0.481,43,0.939,50,0.645,51,1.55,62,1.191,65,1.318,72,1.261,81,1.244,83,0.157,88,0.491,89,1.717,93,0.755,94,0.822,97,1.528,99,0.814,113,0.028,126,1.374,127,1.127,129,1.151,132,0.967,133,0.448,136,1.087,139,0.733,141,0.879,142,1.67,155,1.051,159,1.975,160,0.668,161,1.22,164,0.462,168,1.01,175,1.508,177,0.668,188,0.814,198,0.229,199,0.936,200,1.619,201,0.937,203,0.459,204,1.899,205,0.079,206,1.261,208,0.579,210,0.838,212,0.162,214,2.051,215,0.764,219,0.722,222,0.596,224,1.547,227,0.661,228,0.701,231,1.578,232,0.892,237,1.087,238,1.595,239,1.263,240,0.749,242,0.642,245,0.623,257,1.649,260,1.523,263,0.546,271,0.79,273,0.474,276,1.107,277,0.63,282,1.715,283,0.839,288,0.999,301,0.073,307,1.061,310,0.079,330,1.429,337,0.802,340,0.434,347,1.429,348,0.872,352,0.695,356,0.691,358,1.315,363,0.448,377,0.778,378,0.247,380,0.706,385,3.566,393,0.651,397,0.744,401,0.79,414,0.8,425,1.372,432,1.432,433,1.89,446,0.951,447,0.762,452,1.1,459,0.818,476,0.802,479,0.951,492,1.821,494,2.18,521,1.768,530,2.496,535,0.588,539,0.785,540,0.733,543,2.08,544,0.564,545,1.24,546,2.262,547,0.567,548,1.133,549,2.125,550,0.802,552,1.46,553,0.936,554,0.671,556,1.961,557,1.277,558,1.717,559,0.642,562,0.711,572,1.501,580,0.898,584,0.911,588,1.826,590,3.505,596,1.771,597,1.056,598,1.069,599,0.766,611,1.486,622,0.554,631,1.147,634,0.701,635,1.717,636,1.069,637,0.852,638,0.67,640,0.563,641,0.967,644,1.191,645,1.8,646,1.658,657,2.598,678,1.452,682,1.033,688,1.4,692,1.501,695,1.205,696,0.879,697,0.645,698,1.341,700,2.365,701,2.185,702,1.341,707,1.875,708,1.797,709,1.088,717,1.107,721,2.034,722,1.171,723,1.237,724,1.107,736,0.999,739,1.429,740,1.261,741,2.037,742,0.839,743,0.826,745,2.037,746,0.596,747,2.125,750,1.237,751,2.125,753,1.209,758,2.131,761,2.514,776,1.189,781,1.577,786,1.932,794,1.961,798,2.365,802,1.621,808,0.879,816,1.55,817,1.672,818,2.903,820,2.599,821,1.602,823,0.852,827,1.237,835,0.57,836,1.666,837,0.681,838,1.531,839,0.921,840,1.051,841,0.865,842,0.893,843,1.595,844,0.999,845,0.701,846,1.069,847,0.921,848,1.824,849,0.766,850,0.921,851,0.706,852,0.999,853,2.807,854,1.033,855,0.778,856,1.033,857,1.069,858,0.999,859,1.033,860,0.921,861,0.623,862,0.936,863,1.776,864,0.951,865,1.088,934,1.501,944,2.35,946,1.524,975,1.147,1011,1.899,1012,0.953,1042,2.172,1043,1.432,1045,0.967,1050,2.131,1078,1.768,1079,1.313,1089,1.105,1107,1.4,1118,1.715,1133,1.501,1134,2.172,1140,2.04,1161,1.961,1162,0.893,1164,1.768,1167,1.837,1171,2.584,1172,1.847,1204,1.666,1205,0.907,1219,2.172,1240,2.104,1245,1.4,1247,1.501,1248,1.826,1252,2.175,1256,1.89,1261,0.999,1279,1.89,1280,4.38,1282,1.261,1286,1.191,1288,0.999,1289,1.961,1293,0.79,1296,1.341,1297,1.016,1309,1.341,1319,1.213,1321,1.287,1379,2.102,1393,1.261,1398,1.191,1402,1.501,1417,1.89,1462,2.238,1471,3.379,1476,1.237,1493,4.249,1505,1.432,1510,1.432,1521,1.697,1565,1.826,1591,1.826,1606,3.165,1608,1.666,1670,1.89,1709,1.666,1849,1.715,1928,2.739,1956,2.584,1960,2.04,1961,1.826,1969,1.538,1972,1.538,1975,3.306,1977,1.89,2080,0.921,2130,2.514,2304,2.739,2330,1.715,2370,3.306,2390,5.443,2391,4.535,2412,2.525,2413,2.525,2420,2.739,2423,2.739,2424,3.917,2425,1.578,2426,3.065,2427,3.065,2428,2.739,2429,3.065,2430,4.754,2431,4.249,2432,4.754,2433,4.754,2434,4.754,2435,3.065,2436,3.306,2437,1.961,2438,2.525,2439,2.525,2440,1.826,2441,2.739,2442,3.065,2443,1.666,2444,2.131,2445,1.715,2446,1.89,2447,2.04,2448,2.131,2449,3.065,2450,2.833,2451,2.739,2452,3.065,2453,2.365,2454,2.584,2455,1.313,2456,2.365,2457,2.525,2458,2.04,2459,2.238,2460,2.365,2461,1.961,2462,2.739,2463,2.525,2464,2.525,2465,2.365]],["file_terms//uw-research-computing/python-jobs.html",[]],["root_relative_url//uw-research-computing/configure-ssh.html",[83,0.136,532,0.223,2466,4.108,2467,4.108]],["high//uw-research-computing/configure-ssh.html",[5,0.438,8,0.156,20,0.144,272,0.943,334,1.395,340,0.62,348,1.135,547,0.256,580,0.826,637,0.639,777,1.608,835,1.535,837,0.971,838,0.826,1048,1.197,1308,2.605,1509,3.187,2468,3.192,2469,3.603,2470,2.312,2471,3.375,2472,5.1,2473,3.603]],["medium//uw-research-computing/configure-ssh.html",[163,1.208,261,0.894,301,0.075,377,0.31,398,2.49,545,0.934,547,0.353,596,0.76,713,2.547,729,2.768,792,3.611,835,1.428,1072,2.365,1196,2.355,1202,1.661,1211,1.861,1221,1.861,1269,2.311,1883,3.817,2264,2.355,2298,2.147,2470,3.18,2472,5.556,2473,6.79,2474,4.945,2475,4.945,2476,2.259,2477,4.945,2478,6.014,2479,4.945,2480,4.945,2481,4.945,2482,2.49,2483,6.014,2484,3.226,2485,3.226]],["content//uw-research-computing/configure-ssh.html",[5,0.65,6,0.67,20,0.331,39,0.848,43,1.298,49,0.824,53,2.667,83,0.157,88,0.764,90,2.042,93,1.619,94,1.136,99,1.746,113,0.028,121,1.817,126,1.377,132,1.503,139,1.799,141,1.367,142,1.367,163,3.44,168,1.013,182,0.949,200,2.092,201,0.82,208,1.242,210,1.083,215,0.552,219,1.549,221,1.346,222,1.578,224,1.266,226,3.889,232,0.73,240,0.808,242,1.377,246,1.157,249,1.752,252,0.716,253,1.279,257,1.526,261,0.861,277,0.557,301,0.038,314,1.626,316,1.388,330,1.976,334,1.696,340,0.675,347,1.433,348,1.206,356,1.074,358,1.626,363,0.62,377,0.723,393,1.013,397,1.157,402,0.887,414,0.654,428,1.662,431,1.887,433,2.939,441,2.177,453,1.388,454,1.14,459,0.82,480,1.367,481,1.691,492,1.647,494,2.817,514,1.634,544,0.565,545,0.9,547,0.564,548,1.656,552,1.401,553,1.456,557,0.927,565,1.662,571,2.177,580,1.703,596,1.123,599,1.192,611,1.206,622,0.861,624,1.41,628,5.243,634,1.504,637,1.1,638,0.709,639,1.346,640,0.415,641,0.969,688,2.177,695,1.054,708,1.572,716,1.923,717,2.718,721,1.028,722,1.619,742,1.305,743,1.285,745,1.367,749,2.374,752,2.667,757,2.042,772,1.123,773,2.591,781,1.464,813,0.927,821,1.606,835,1.852,836,1.21,837,1.058,838,1.762,839,1.433,841,1.346,848,1.626,851,0.708,861,0.969,863,1.882,864,2.799,867,1.305,923,3.049,929,2.454,946,1.528,951,3.004,981,2.392,982,2.334,1005,2.227,1012,1.317,1030,3.678,1072,2.279,1074,1.456,1080,5.234,1084,1.887,1088,2.52,1095,3.049,1115,1.851,1123,2.653,1126,2.179,1127,4.178,1134,2.177,1139,1.691,1189,3.314,1205,1.41,1206,3.049,1240,1.528,1252,1.58,1253,2.591,1276,2.454,1282,1.961,1283,4.572,1309,2.085,1316,3.778,1318,1.634,1379,1.41,1380,3.977,1403,2.392,1418,2.667,1486,3.793,1491,2.52,1503,5.495,1505,2.227,1509,2.454,1623,2.13,1670,4.054,1729,1.456,1749,3.3,1750,3.48,1867,3.173,1883,3.678,1909,3.917,1913,1.503,1948,4.054,1957,2.279,1962,2.334,2188,2.334,2324,2.52,2328,2.13,2370,3.314,2372,2.392,2381,3.48,2425,2.454,2445,2.667,2468,6.809,2469,7.571,2470,4.932,2472,5.417,2473,5.417,2486,5.417,2487,3.48,2488,4.765,2489,4.26,2490,4.26,2491,6.574,2492,3.48,2493,3.049,2494,3.678,2495,4.26,2496,4.26,2497,3.173,2498,4.8,2499,4.765,2500,5.417,2501,4.26,2502,4.26,2503,4.765,2504,4.26,2505,2.75,2506,5.417,2507,2.667,2508,3.678,2509,2.334,2510,5.808,2511,4.765,2512,4.765,2513,4.765,2514,4.765,2515,2.84,2516,4.765,2517,4.26,2518,6.727,2519,3.927,2520,4.765,2521,4.26,2522,4.26,2523,4.765,2524,4.765,2525,4.765,2526,4.765,2527,6.574,2528,4.765,2529,4.765,2530,4.765]],["file_terms//uw-research-computing/configure-ssh.html",[]],["root_relative_url//Opotowsky.html",[2531,6.54]],["high//Opotowsky.html",[5,0.454,8,0.228,20,0.212,70,3.488,113,0.038,212,0.339,331,0.605,2188,3.143,2532,5.287,2533,5.287]],["medium//Opotowsky.html",[]],["content//Opotowsky.html",[5,0.65,6,0.454,10,1.122,13,2.673,16,3.243,17,1.376,20,0.296,23,2.006,25,2.281,27,3.489,39,1.226,43,1.007,49,1.19,50,0.763,62,1.982,70,5.285,83,0.288,85,3.04,86,1.51,93,1.257,96,1.559,97,1.037,100,2.561,113,0.054,118,1.178,122,1.636,127,1.876,129,1.208,132,1.61,133,0.746,139,1.22,161,1.442,169,1.72,171,1.584,175,1.282,177,0.79,182,0.527,185,1.335,186,2.006,187,2.779,188,1.355,198,0.18,199,2.104,203,0.504,205,0.071,208,0.964,212,0.411,220,2.432,221,1.441,222,1.517,235,1.172,237,1.167,240,0.508,249,1.876,260,1.335,263,0.908,273,0.777,277,0.646,293,1.276,301,0.055,331,0.735,343,1.691,347,2.071,348,0.936,377,0.661,378,0.177,380,0.758,399,1.91,411,1.876,414,0.701,419,3.457,421,1.15,428,1.779,439,2.135,440,2.059,446,1.584,470,2.331,471,3.369,479,1.584,480,1.463,483,2.142,490,2.499,496,1.779,532,0.277,538,2.962,539,0.843,557,0.993,559,1.442,561,1.053,565,1.779,611,0.936,620,2.142,629,2.142,634,1.167,640,0.527,641,1.037,669,2.059,682,2.628,695,0.818,697,0.566,698,2.232,735,2.331,753,0.869,782,2.02,800,1.811,813,0.993,815,2.532,829,1.22,838,0.964,845,1.783,875,2.919,905,3.264,918,1.084,930,2.281,936,2.384,943,1.486,946,1.636,957,2.281,964,3.548,973,2.698,982,3.373,994,2.855,1004,2.627,1005,2.384,1006,2.02,1007,1.91,1008,2.855,1009,2.698,1098,2.44,1138,1.61,1141,3.725,1152,1.945,1205,2.038,1206,3.264,1252,1.691,1293,1.315,1296,3.013,1366,2.102,1388,3.396,1389,3.146,1393,2.1,1474,3.264,1495,2.142,1511,2.232,1521,1.486,1525,4.204,1557,4.573,1655,3.938,1677,1.636,1709,2.774,1711,0.95,1729,1.559,1738,1.037,1762,3.725,1782,3.264,1786,3.293,1804,2.532,1805,2.627,1809,2.232,1817,3.643,1966,3.04,1975,3.548,1997,4.238,2014,4.204,2021,3.725,2177,2.774,2188,3.818,2235,2.855,2317,3.146,2381,3.725,2501,4.561,2521,4.561,2532,6.424,2533,7.401,2534,8.347,2535,9.837,2536,3.938,2537,5.102,2538,4.561,2539,6.156,2540,5.102,2541,5.102,2542,5.102,2543,5.102,2544,6.887,2545,5.102,2546,4.204,2547,5.102,2548,6.887,2549,3.264,2550,2.944,2551,4.561,2552,5.028,2553,5.102,2554,2.944,2555,4.789,2556,4.561,2557,4.987,2558,4.204,2559,3.396,2560,4.204,2561,3.938,2562,3.938,2563,3.548,2564,5.102,2565,3.146,2566,2.774,2567,5.102,2568,4.204,2569,6.017,2570,4.974,2571,4.204,2572,2.944,2573,3.548,2574,3.293,2575,5.102,2576,2.774,2577,3.146,2578,4.204,2579,4.406,2580,3.725,2581,2.44,2582,2.774,2583,3.548,2584,2.561]],["file_terms//Opotowsky.html",[]],["root_relative_url//news-navigation.html",[160,0.626,2585,5.462]],["high//news-navigation.html",[5,0.534,8,0.268,160,0.865]],["medium//news-navigation.html",[]],["content//news-navigation.html",[160,1.051,638,0.761,717,2.916,749,2.916,943,2.352]],["file_terms//news-navigation.html",[]],["root_relative_url//ospool-computation.html",[7,1.781,2586,5.462]],["high//ospool-computation.html",[5,0.474,7,2.185,8,0.238,83,0.221,113,0.04,334,1.51,469,1.952,2587,4.287]],["medium//ospool-computation.html",[]],["content//ospool-computation.html",[7,3.198,10,0.748,12,3.443,16,2.018,20,0.23,23,2.031,39,0.925,42,0.533,43,1.732,59,2.274,61,2.545,69,4.154,78,2.708,81,1.359,83,0.278,86,2.063,88,0.833,90,2.227,91,4.645,96,2.13,99,1.38,103,4.161,108,1.781,113,0.055,118,1.064,124,2.608,128,1.587,129,1.475,136,1.595,149,1.348,160,0.964,161,1.46,168,1.104,175,0.967,177,0.596,179,4.645,181,1.752,182,0.813,184,3.415,185,2.058,191,1.722,198,0.213,203,0.567,205,0.062,208,0.982,212,0.368,213,2.748,218,2.998,220,1.514,221,1.969,224,1.38,225,1.781,227,1.12,230,1.503,235,1.34,240,0.695,249,1.91,251,2.927,252,0.955,253,1.356,260,1.359,261,0.939,263,1.241,271,1.339,273,0.695,277,0.385,279,2.676,281,1.639,283,1.423,289,2.564,290,4.023,295,2.485,301,0.041,307,0.68,310,0.232,331,0.657,332,2.018,339,1.666,344,0.772,351,1.666,359,1.909,361,1.812,368,1.587,377,0.499,378,0.181,382,2.825,400,1.91,414,0.714,432,2.428,447,0.68,462,2.908,470,2.374,480,2,481,2.793,496,2.744,500,1.945,517,3.096,554,1.137,557,1.531,560,1.137,561,1.072,571,2.374,582,1.666,584,1.337,611,1.279,624,1.538,636,1.812,637,0.76,638,0.657,657,1.587,683,2.097,697,0.427,701,1.401,704,2.139,710,2.139,711,2.057,717,1.877,727,2.227,752,2.908,759,3.902,772,1.643,774,3.763,782,2.057,787,2.545,790,3.794,806,1.981,808,2,813,1.531,843,1.423,875,1.945,882,2.489,908,3.614,911,3.614,918,1.104,928,2.908,929,2.676,931,2.485,944,2.097,994,2.908,995,1.752,1003,3.334,1049,2.927,1062,2.227,1070,3.096,1074,2.13,1075,1.562,1089,0.808,1119,3.459,1150,1.639,1162,1.514,1167,2.2,1235,1.423,1256,3.204,1274,3.614,1286,2.018,1309,2.274,1375,3.794,1382,3.096,1388,3.459,1404,2.998,1471,2.676,1486,2.998,1505,2.428,1514,2.748,1557,2.485,1592,2.748,1598,3.324,1608,2.825,1616,2.908,1626,3.204,1667,1.514,1711,0.967,1745,1.319,1759,3.459,1788,1.694,1804,1.91,1809,2.274,1817,3.258,2013,2.608,2024,2.139,2030,3.096,2050,2.227,2068,3.459,2084,2.374,2114,4.154,2177,2.825,2328,2.323,2539,4.645,2549,3.324,2554,4.023,2572,2.998,2579,3.324,2588,4.447,2589,6.073,2590,9.497,2591,5.238,2592,4.645,2593,4.01,2594,5.196,2595,5.196,2596,5.196,2597,7.869,2598,3.902,2599,4.282,2600,4.645,2601,6.972,2602,2.608,2603,4.645,2604,4.282,2605,4.282,2606,2.825,2607,2.998,2608,5.196,2609,4.01,2610,3.324,2611,5.196,2612,4.282,2613,5.196,2614,5.196,2615,3.204,2616,4.645,2617,3.794,2618,5.196,2619,4.645,2620,2.825,2621,5.196,2622,3.204,2623,4.282,2624,4.01,2625,4.282,2626,4.01,2627,4.645,2628,4.645,2629,5.196,2630,4.01,2631,5.196]],["file_terms//ospool-computation.html",[]],["root_relative_url//uw-research-computing/how-tos.html",[83,0.136,532,0.223,2632,4.108,2633,4.108]],["high//uw-research-computing/how-tos.html",[5,0.534,8,0.268,2634,6.738]],["medium//uw-research-computing/how-tos.html",[]],["content//uw-research-computing/how-tos.html",[5,0.568,118,1.085,252,0.874,640,0.507,717,2.899,749,2.899,781,1.777,867,2.198,2223,5.86]],["file_terms//uw-research-computing/how-tos.html",[]],["root_relative_url//CHTC-Philosophy.html",[5,0.387,2635,5.462]],["high//CHTC-Philosophy.html",[5,0.558,8,0.223,113,0.037,212,0.331,301,0.05,302,3.744,331,0.592,422,5.177,1007,2.352,2136,4.37]],["medium//CHTC-Philosophy.html",[]],["content//CHTC-Philosophy.html",[5,0.682,6,0.573,7,2.61,8,0.164,10,0.665,16,1.795,17,1.246,20,0.288,22,2.666,23,2.157,26,2.059,29,1.699,31,1.902,38,1.198,42,0.543,43,0.912,50,0.512,55,2.263,59,2.022,64,3.152,77,1.458,81,1.937,83,0.335,93,1.585,94,0.799,99,1.709,106,3.214,113,0.058,114,3.007,118,1.001,121,2.454,127,2.366,132,1.458,133,0.941,139,1.105,141,1.325,149,1.032,152,1.865,155,2.206,161,0.968,163,1.73,164,0.697,170,1.73,171,2.298,174,2.666,175,0.86,176,1.585,181,1.558,182,0.765,185,1.209,193,0.689,198,0.207,200,1.789,201,0.576,203,0.578,204,1.507,205,0.067,208,0.873,210,0.665,212,0.422,215,0.621,218,2.666,220,2.452,222,0.899,224,1.227,230,0.997,232,0.985,245,0.94,249,1.699,251,1.94,252,0.503,254,1.669,261,0.835,262,2.064,263,0.823,265,1.935,272,0.997,277,0.477,281,1.458,282,2.586,284,2.022,288,1.507,301,0.037,302,3.834,306,1.216,312,1.346,314,0.926,331,0.755,332,1.795,334,1.042,339,2.064,340,0.912,343,1.532,344,1.099,352,0.676,356,1.042,358,0.926,359,1.265,361,1.612,363,0.822,368,1.412,377,0.444,378,0.161,380,0.956,384,0.823,393,0.982,402,1.198,425,1.516,428,1.612,432,3.007,435,1.64,439,1.762,446,1.435,447,1.102,452,1.399,454,1.105,459,0.576,467,1.558,468,2.85,472,2.816,476,1.683,481,2.628,501,2.066,504,2.38,532,0.434,552,0.86,553,1.412,554,1.011,559,0.968,561,0.954,609,2.956,611,1.599,620,1.94,622,0.835,634,1.057,638,0.822,640,0.292,643,1.842,697,0.659,739,1.389,744,1.482,761,2.444,762,2.666,764,4.131,772,1.516,774,2.21,777,1.699,781,0.899,784,2.512,787,2.263,795,2.38,796,3.567,799,3.214,813,1.558,829,1.539,851,0.956,861,1.308,875,1.73,918,1.367,946,1.482,957,2.066,973,2.444,995,1.558,1007,1.73,1048,1.762,1067,2.066,1074,1.412,1075,1.935,1089,0.719,1102,2.066,1105,2.38,1124,3.077,1129,1.669,1150,2.03,1152,1.762,1164,2.666,1166,1.156,1235,2.387,1281,1.795,1283,3.214,1297,1.532,1299,2.85,1302,2.38,1303,3.077,1366,1.246,1376,2.16,1378,4.566,1396,3.077,1472,2.38,1475,1.73,1509,2.38,1511,2.022,1521,2.157,1530,2.444,1566,3.214,1570,2.512,1589,2.32,1600,1.669,1612,2.666,1616,2.586,1638,2.512,1642,2.112,1644,3.808,1667,1.346,1683,2.754,1692,4.131,1711,1.198,1738,1.505,1749,2.32,1764,2.512,1788,2.414,1790,2.85,1800,2.956,1804,1.699,1809,2.022,1819,2.066,1822,2.512,1826,1.011,1888,1.94,2080,1.389,2084,2.94,2091,3.007,2122,3.808,2136,6.592,2150,2.444,2151,2.956,2162,4.284,2181,2.586,2229,2.444,2324,2.444,2508,4.967,2557,2.956,2574,2.21,2579,2.956,2588,2.444,2610,2.956,2630,3.567,2636,4.621,2637,4.131,2638,3.808,2639,4.621,2640,3.077,2641,2.21,2642,3.567,2643,4.621,2644,3.808,2645,4.131,2646,4.621,2647,4.621,2648,4.621,2649,2.586,2650,2.85,2651,3.214,2652,2.85,2653,4.621,2654,4.131,2655,4.131,2656,4.131,2657,4.131,2658,4.621,2659,3.152,2660,4.621,2661,3.214,2662,3.808,2663,4.621,2664,4.621,2665,1.98,2666,1.98,2667,4.131,2668,6.18,2669,3.374,2670,2.754,2671,2.586,2672,4.131,2673,4.131,2674,4.621,2675,4.621,2676,4.131,2677,4.621,2678,4.621,2679,2.956,2680,4.621,2681,2.21,2682,2.586,2683,4.621,2684,4.621]],["file_terms//CHTC-Philosophy.html",[]],["root_relative_url//uw-research-computing/singularity-htc.html",[83,0.136,532,0.223,2685,3.672,2686,2.999]],["high//uw-research-computing/singularity-htc.html",[5,0.168,8,0.085,20,0.162,39,0.423,51,0.775,65,0.997,94,0.411,97,1.001,164,0.742,198,0.055,205,0.053,215,0.199,263,0.423,272,0.512,307,0.644,310,0.061,340,0.337,377,0.546,378,0.083,385,1.018,413,1.465,418,1.193,469,0.692,536,0.726,537,1.287,538,0.843,544,0.282,545,0.449,546,0.923,547,0.289,550,0.622,556,0.594,559,0.498,560,0.52,561,0.49,562,0.552,563,0.788,622,0.429,637,0.347,640,0.15,654,0.726,657,0.726,697,0.319,746,0.755,747,1.062,753,0.405,817,0.429,859,2.39,860,0.714,944,0.959,1011,1.266,1122,0.941,1240,0.762,1269,1.11,1806,1.653,1913,0.75,2302,1.465,2687,2.124,2688,1.465]],["medium//uw-research-computing/singularity-htc.html",[10,0.407,20,0.029,49,0.153,65,0.398,150,0.694,164,0.133,201,0.283,205,0.018,210,0.127,221,0.249,228,0.202,232,0.135,238,0.242,240,0.088,277,0.065,301,0.075,307,0.624,363,0.083,447,0.116,454,0.676,538,0.806,542,1.4,544,0.269,545,0.167,547,0.194,548,0.172,558,0.739,569,0.363,572,0.228,579,0.422,580,0.308,582,0.283,584,0.169,597,0.196,598,1.304,600,0.78,601,0.762,603,0.762,604,0.514,617,0.729,645,0.196,657,0.27,678,0.694,692,0.228,697,0.134,709,0.313,731,0.413,745,0.253,746,0.442,817,0.598,823,0.246,838,0.308,848,0.177,855,0.717,859,1.701,945,3.148,962,0.395,1011,0.74,1029,0.443,1091,0.614,1196,2.73,1197,1.658,1202,0.839,1208,1.925,1211,0.941,1217,2.886,1232,0.565,1233,2.303,1347,0.544,1437,1.005,1449,4.365,1450,1.119,1452,1.043,1453,0.565,1454,0.565,1455,0.565,1456,1.201,1478,0.614,1579,0.565,1935,0.614,1957,0.422,1959,0.526,2247,1.684,2253,0.565,2323,2.328,2406,3.008,2687,3.683,2688,0.544,2689,0.645,2690,5.933,2691,2.27,2692,2.825,2693,1.457,2694,0.883,2695,2.27,2696,2.27,2697,2.27,2698,0.789,2699,5.739,2700,2.03,2701,0.883,2702,3.343,2703,2.27,2704,1.63,2705,1.63,2706,0.883,2707,0.682,2708,0.883,2709,2.96,2710,0.883,2711,1.457,2712,0.789,2713,0.789,2714,1.457,2715,1.457,2716,0.789,2717,0.883,2718,1.63,2719,2.728,2720,1.579,2721,2.27,2722,6.952,2723,2.27,2724,2.27,2725,2.27,2726,2.27,2727,2.27,2728,2.27,2729,1.871,2730,2.27,2731,2.27,2732,0.883,2733,2.27,2734,0.789,2735,1.19,2736,1.63,2737,1.63,2738,3.311,2739,2.825,2740,1.63,2741,1.457,2742,0.789,2743,1.63,2744,0.883]],["content//uw-research-computing/singularity-htc.html",[5,0.482,6,0.606,20,0.325,38,0.521,39,0.979,40,1.309,42,0.49,48,1.481,51,2.562,56,1.82,65,1.767,72,2.979,75,1.443,82,1.159,88,0.449,93,1.092,94,1.486,97,1.719,104,1.2,106,3.082,113,0.032,119,0.929,122,0.898,127,1.03,129,0.777,131,2.48,132,1.398,133,0.648,136,0.641,139,1.314,141,1.576,142,2.254,146,1.28,147,1.34,149,0.449,150,1.354,159,0.779,160,0.321,164,1.453,168,1.446,169,0.944,171,1.375,175,1.463,177,0.869,182,0.289,184,1.372,191,0.929,198,0.222,199,0.856,200,0.779,201,0.849,203,0.44,204,2.037,205,0.079,206,1.824,208,1.18,210,0.899,212,0.33,213,2.907,214,0.631,215,0.781,219,1.295,220,0.816,224,1.177,226,2.511,227,1.185,228,0.641,231,1.443,232,1.161,235,1.064,237,0.641,238,0.767,240,0.721,242,0.928,245,0.57,252,0.599,255,2.162,256,2.218,257,1.76,260,0.733,263,0.789,271,1.953,273,0.442,276,1.985,277,0.637,281,0.884,282,1.568,283,1.505,288,0.913,301,0.072,307,1.248,310,0.16,328,0.87,330,0.842,331,0.518,337,1.438,340,0.397,348,0.514,352,0.648,356,0.631,358,1.101,361,0.977,363,0.418,377,0.654,378,0.263,385,1.2,397,0.68,401,1.142,413,1.727,414,0.858,432,1.309,435,1.573,438,1.865,452,0.529,459,0.945,469,1.291,492,1.72,494,1.049,512,2.262,514,1.885,530,1.899,535,0.537,539,0.463,540,0.67,543,1.939,546,1.721,547,0.586,548,0.545,552,1.023,553,1.354,556,1.374,557,1.216,558,2.25,559,0.587,560,0.613,563,0.929,580,0.837,582,2.004,584,1.388,586,1.131,596,1.705,597,1.388,599,1.108,604,0.884,611,1.146,622,1.462,631,1.659,634,0.641,637,1.058,638,0.518,640,0.523,641,1.118,645,1.221,678,1.354,682,0.944,692,1.61,695,1.16,697,0.595,701,2.044,707,0.67,708,1.06,709,1.951,711,1.109,717,3.106,720,1.865,721,1.185,722,1.354,726,0.856,727,1.2,736,0.913,739,0.842,740,2.572,741,1.2,742,0.767,743,0.755,745,1.792,746,1.673,747,2.793,749,1.985,753,1.338,772,1.295,776,0.7,777,2.021,781,1.324,786,2.257,787,1.372,791,2.48,795,2.282,801,2.343,802,1.481,809,1.824,811,1.153,813,0.545,816,1.445,817,1.729,818,2.673,821,1.853,829,0.67,832,1.049,835,0.521,836,0.711,837,0.622,838,1.485,839,0.842,840,0.96,841,0.791,842,0.816,843,0.767,844,0.913,845,0.641,846,0.977,847,0.842,848,1.723,849,1.108,850,1.879,851,0.928,852,0.913,853,1.232,854,0.944,855,1.995,856,0.944,857,0.977,858,0.913,859,3.185,860,1.332,861,0.57,862,0.856,863,1.108,864,0.87,865,0.994,884,1.885,902,2.556,906,2.17,944,3.059,962,1.252,982,1.372,984,0.884,989,2.17,1011,2.037,1012,0.561,1045,0.884,1048,1.505,1051,1.939,1065,1.792,1067,1.252,1073,2.504,1079,1.2,1083,1.372,1089,1.258,1090,2.025,1095,1.792,1103,1.06,1109,1.727,1110,1.727,1115,2.135,1119,1.865,1123,1.131,1126,0.929,1129,1.012,1134,2.025,1139,0.994,1145,2.835,1162,0.816,1164,2.556,1167,1.398,1216,1.34,1236,1.372,1240,2.431,1245,2.511,1253,1.523,1254,1.523,1261,0.913,1265,2.343,1276,2.282,1279,1.727,1281,1.088,1286,1.088,1287,1.792,1291,1.406,1295,1.669,1297,1.469,1309,1.939,1316,1.406,1318,0.96,1321,2.308,1329,1.948,1374,1.727,1379,1.627,1382,1.669,1393,1.153,1399,1.792,1400,2.162,1401,1.792,1402,1.372,1403,1.406,1426,1.568,1450,2.176,1476,1.131,1479,1.792,1482,3.651,1483,2.308,1485,2.48,1501,1.792,1505,2.071,1509,1.443,1521,0.816,1537,1.049,1600,2.257,1623,1.981,1640,3.076,1658,1.523,1678,1.616,1709,1.523,1731,1.523,1760,2.548,1791,1.372,1826,0.613,1913,1.398,1918,2.835,1931,1.792,1957,2.119,1962,2.692,1964,2.835,1966,1.669,1969,2.224,2066,1.34,2173,1.568,2266,2.045,2324,1.481,2325,1.865,2326,2.162,2328,1.981,2341,1.523,2351,1.792,2436,3.082,2440,1.669,2441,2.504,2445,1.568,2455,1.2,2459,2.045,2462,2.504,2509,1.372,2649,1.568,2659,1.372,2688,3.39,2741,6.084,2745,2.504,2746,1.727,2747,2.162,2748,2.801,2749,2.801,2750,2.162,2751,3.961,2752,3.651,2753,2.732,2754,2.801,2755,3.723,2756,5.497,2757,3.651,2758,2.801,2759,2.504,2760,2.801,2761,3.42,2762,2.162,2763,2.504,2764,2.308,2765,2.801,2766,2.504,2767,2.801,2768,1.865,2769,2.801,2770,4.914,2771,2.801,2772,2.308]],["file_terms//uw-research-computing/singularity-htc.html",[]],["root_relative_url//research-facilitation.html",[83,0.18,2773,4.882]],["high//research-facilitation.html",[5,0.454,8,0.228,42,0.435,83,0.212,210,0.924,380,0.953,479,1.992,1788,2.092,2425,3.304,2774,3.393]],["medium//research-facilitation.html",[]],["content//research-facilitation.html",[6,0.504,23,1.65,42,0.5,50,0.628,51,1.846,58,3.038,81,1.482,83,0.329,86,1.676,112,1.909,113,0.058,114,2.647,118,0.766,133,0.828,148,1.416,155,2.531,161,1.186,163,2.763,170,2.12,192,2.242,203,0.563,210,1.063,222,1.102,230,1.592,239,1.504,240,0.564,245,1.501,253,1.102,265,2.219,271,1.459,273,0.564,277,0.644,278,2.16,290,3.268,306,1.394,307,1.075,316,2.15,330,1.703,334,1.276,336,2.647,344,1.096,348,1.506,358,1.135,359,2.248,369,4.228,380,1.434,384,1.008,408,2.588,414,0.778,432,2.647,439,2.021,447,0.741,459,0.706,467,1.909,470,2.588,472,2.478,479,1.758,484,2.708,492,1.239,493,4.722,497,3.372,507,3.615,513,2.532,519,6.082,540,1.354,548,1.102,553,1.73,561,1.523,624,1.676,626,2.286,637,0.828,640,0.358,643,1.239,693,2.242,695,0.908,696,1.624,704,2.331,708,1.354,722,1.818,726,2.826,735,4.122,737,3.939,746,1.436,750,2.286,755,3.314,781,1.102,813,1.102,827,2.286,828,1.877,835,1.054,843,2.021,867,1.551,918,1.204,930,2.532,981,4.122,996,3.492,1045,2.59,1075,1.703,1079,2.427,1104,3.375,1111,2.917,1118,4.131,1130,3.67,1216,4.424,1376,2.647,1383,1.676,1385,3.752,1541,2.478,1577,2.843,1583,3.375,1594,2.532,1608,3.079,1621,3.17,1622,3.079,1623,3.889,1667,2.392,1690,4.131,1711,1.054,1729,2.255,1735,3.17,1745,2.084,1763,5.133,1788,2.406,1790,3.492,1794,4.258,1800,3.623,1962,2.774,2035,3.623,2139,3.268,2192,3.17,2211,3.77,2225,3.939,2227,3.903,2341,3.079,2509,2.774,2550,3.268,2582,3.079,2626,4.371,2670,3.375,2774,4.771,2775,9.022,2776,6.598,2777,4.371,2778,5.664,2779,5.063,2780,3.375,2781,5.664,2782,5.664,2783,4.73,2784,4.667,2785,3.623,2786,5.063,2787,5.664,2788,2.995,2789,4.667,2790,5.063,2791,3.939,2792,5.063,2793,8.211,2794,7.381,2795,5.664,2796,5.664,2797,5.664,2798,4.667,2799,3.77,2800,5.664,2801,4.371,2802,5.664,2803,2.774,2804,3.623,2805,5.664]],["file_terms//research-facilitation.html",[]],["root_relative_url//ML-and-Image-Analyses-for-Livestock-Data.html",[164,0.551,1489,1.882,2806,2.045,2807,2.668,2808,3.655]],["high//ML-and-Image-Analyses-for-Livestock-Data.html",[5,0.474,8,0.238,164,1.011,273,0.668,310,0.172,611,1.229,2806,3.75,2807,4.893]],["medium//ML-and-Image-Analyses-for-Livestock-Data.html",[]],["content//ML-and-Image-Analyses-for-Livestock-Data.html",[5,0.472,6,0.788,20,0.22,26,1.853,29,2.451,38,1.523,42,0.554,49,1.152,50,0.739,77,2.103,83,0.22,113,0.057,128,2.036,156,3.624,164,1.234,169,2.247,171,2.069,174,3.846,182,0.689,186,1.942,192,2.639,198,0.189,201,0.831,203,0.431,205,0.053,212,0.467,230,1.437,233,3.73,235,1.135,240,0.664,250,2.408,252,0.726,265,2.004,310,0.237,314,1.336,331,0.835,344,0.99,377,0.64,384,1.187,394,2.913,395,3.115,396,2.077,400,2.451,424,1.973,439,1.825,472,2.917,485,2.21,496,2.325,505,4.11,517,3.972,522,2.857,560,1.459,562,1.547,620,3.436,635,2.408,637,1.196,697,0.759,772,1.928,810,3.433,884,2.285,975,3.063,978,3.302,1066,2.799,1072,3.188,1081,3.046,1136,5.02,1156,4.11,1385,3.739,1655,5.145,1711,1.241,1737,2.639,1739,3.265,1817,3.115,2050,2.857,2196,5.493,2203,3.525,2229,3.525,2570,3.972,2576,3.624,2584,3.346,2650,4.11,2807,7.134,2809,6.158,2810,4.11,2811,6.316,2812,6.743,2813,5.664,2814,4.867,2815,5.145,2816,6.316,2817,6.743,2818,6.666,2819,6.666,2820,3.73,2821,5.493,2822,6.666,2823,4.867,2824,6.666]],["file_terms//ML-and-Image-Analyses-for-Livestock-Data.html",[]],["root_relative_url//uw-research-computing/file-avail-squid.html",[83,0.121,352,0.534,532,0.198,2825,2.821,2826,3.655]],["high//uw-research-computing/file-avail-squid.html",[5,0.289,8,0.145,20,0.194,39,0.726,177,0.468,205,0.047,272,0.879,310,0.105,340,0.578,378,0.142,476,1.067,544,0.484,545,0.77,547,0.405,548,0.793,559,0.854,560,0.892,561,0.841,562,0.946,563,1.351,597,1.308,624,1.207,641,0.829,706,1.905,802,2.156,838,0.77,850,2.078,1286,1.584,1294,2.1,1878,1.584]],["medium//uw-research-computing/file-avail-squid.html",[150,2.019,205,0.038,215,0.555,232,0.735,301,0.038,454,1.58,547,0.387,598,2.839,697,0.395,850,2.842,1202,2.473,1219,3.019,2827,7.556,2828,4.802,2829,3.707,2830,6.609,2831,4.802,2832,6.609,2833,3.506,2834,4.802,2835,4.802]],["content//uw-research-computing/file-avail-squid.html",[5,0.681,6,0.521,20,0.327,26,1.628,38,1.281,39,1.225,49,1.189,56,1.705,65,1.323,82,1.058,88,0.648,89,1.461,93,0.996,97,0.822,108,1.387,129,0.71,133,0.591,149,0.938,150,2.444,159,1.125,160,0.671,161,1.226,164,0.61,169,2.319,176,0.996,177,1.097,188,1.074,193,0.807,198,0.211,200,1.628,201,0.504,203,0.445,204,1.319,205,0.081,206,2.832,212,0.213,215,0.812,219,1.379,227,1.262,229,2.693,232,0.619,237,0.925,238,1.108,239,1.555,242,0.847,245,1.19,260,1.058,273,0.583,276,2.115,277,0.618,283,1.108,289,1.487,301,0.074,307,0.529,310,0.242,337,1.058,340,0.83,351,1.297,352,1.22,357,2.083,358,1.799,363,0.649,377,0.562,378,0.203,386,2.939,397,0.982,414,0.804,423,4.402,436,3.122,440,1.632,446,1.817,447,0.529,452,0.764,453,1.178,454,1.4,459,0.504,476,1.058,483,1.698,494,2.996,497,1.848,498,2.334,501,1.808,532,0.317,535,0.775,539,0.668,540,0.967,543,1.77,544,0.816,547,0.603,552,1.671,555,2.363,556,1.011,557,0.787,558,1.8,559,0.847,565,1.411,572,1.773,580,0.764,584,1.599,588,2.41,597,1.994,598,1.411,599,1.011,602,2.41,610,2.8,611,0.742,624,1.197,637,0.591,638,0.846,640,0.543,641,1.791,654,1.236,682,2.812,690,3.488,697,0.686,701,1.579,702,1.77,707,0.967,710,1.665,711,1.601,721,0.872,722,1.442,727,1.733,736,1.319,742,1.108,743,1.091,745,1.16,746,0.787,753,0.997,757,1.733,765,2.693,773,2.199,776,1.72,781,1.139,789,2.334,802,4.55,808,1.16,813,0.787,816,1.319,817,0.731,820,1.877,827,2.363,829,0.967,835,0.753,836,1.746,837,0.898,838,1.722,839,1.216,840,1.387,841,1.653,842,1.178,843,1.108,844,1.319,845,0.925,846,1.411,847,1.216,848,1.87,849,1.464,850,2.908,851,0.601,852,1.319,853,1.628,854,1.363,855,1.027,856,1.363,857,1.411,858,1.319,859,1.363,860,1.216,861,0.822,862,1.236,863,1.464,864,1.256,865,1.436,906,1.981,944,2.363,1012,1.173,1028,3.827,1042,2.675,1046,2.494,1048,1.603,1051,1.77,1089,0.629,1103,1.913,1109,2.494,1114,3.897,1117,3.333,1122,1.601,1126,1.341,1129,2.115,1139,2.442,1152,1.542,1167,2.171,1205,1.732,1240,1.297,1286,3.241,1288,1.909,1291,2.939,1294,3.015,1297,2.765,1316,2.03,1410,4.402,1478,2.813,1502,4.402,1510,1.89,1667,1.705,1760,1.514,1929,3.333,1940,2.953,1966,2.41,1967,3.333,1969,3.785,2178,4.086,2188,2.867,2574,1.934,2576,2.199,2659,1.981,2836,2.494,2837,2.813,2838,5.327,2839,2.813,2840,3.61,2841,4.045,2842,3.333,2843,4.045,2844,4.045,2845,2.953,2846,2.494,2847,3.333,2848,2.264,2849,3.616,2850,1.981,2851,3.122,2852,3.616,2853,3.616,2854,4.045,2855,5.854,2856,4.045]],["file_terms//uw-research-computing/file-avail-squid.html",[]],["root_relative_url//uw-research-computing/cite-chtc.html",[83,0.136,532,0.223,1431,3.385,2857,4.108]],["high//uw-research-computing/cite-chtc.html",[5,0.581,8,0.238,151,4.132,192,2.653,252,0.73,386,3.364,2223,4.893]],["medium//uw-research-computing/cite-chtc.html",[]],["content//uw-research-computing/cite-chtc.html",[5,0.684,6,0.418,8,0.167,10,0.937,20,0.289,26,1.305,28,3.125,40,2.194,42,0.506,49,1.124,56,1.895,59,2.054,64,2.299,65,0.823,78,1.824,82,1.228,83,0.319,84,2.098,93,1.156,113,0.058,115,1.346,148,1.867,149,1.197,159,1.305,176,1.156,177,0.746,182,0.485,192,1.858,193,0.696,198,0.109,199,1.434,201,0.811,203,0.521,205,0.037,206,1.932,211,3.266,212,0.462,230,1.403,237,1.488,239,1.728,242,0.983,245,0.955,252,1.025,253,1.568,254,1.696,262,2.809,265,2.245,277,0.482,306,1.523,307,0.615,309,2.517,310,0.217,312,1.368,314,0.941,316,1.368,317,1.79,331,0.76,332,1.824,339,1.505,344,0.966,346,2.627,348,1.705,349,3.125,350,1.932,351,1.505,352,1.179,363,0.443,367,1.895,378,0.226,380,0.697,384,0.836,388,2.194,393,1.382,396,1.651,402,0.874,411,1.726,414,1.107,420,2.098,421,1.466,425,1.106,436,3.623,438,3.125,439,1.285,446,1.457,447,1.176,454,1.123,461,1.858,467,3.232,472,2.054,476,1.228,479,1.457,486,2.012,492,1.027,496,1.637,499,3.265,500,2.436,505,2.895,513,2.098,518,3.868,531,2.708,532,0.496,539,1.075,540,1.123,547,0.514,548,0.913,552,1.5,554,1.027,555,1.895,597,1.043,626,1.895,627,2.269,629,1.971,634,1.074,638,0.704,640,0.296,641,1.323,643,1.965,688,2.145,692,1.21,693,2.576,697,0.535,698,2.054,707,1.123,708,1.123,716,2.626,722,1.603,723,1.895,724,1.696,750,1.895,751,2.098,772,1.533,780,2.417,800,2.65,801,3.44,815,1.726,823,1.305,829,1.556,835,1.63,851,1.109,861,1.323,867,1.285,882,1.389,918,1.713,927,2.697,931,2.245,995,1.582,1006,1.858,1028,2.245,1050,4.524,1067,2.098,1083,3.186,1090,2.145,1102,2.908,1103,1.123,1111,2.417,1129,1.696,1165,2.626,1240,1.505,1245,2.145,1277,1.79,1302,2.417,1366,1.266,1374,2.895,1376,3.04,1379,1.389,1383,1.389,1385,2.972,1403,2.357,1450,2.576,1475,2.795,1531,2.145,1544,1.895,1576,2.708,1600,1.696,1616,2.627,1621,2.627,1631,4.196,1667,2.175,1678,2.708,1679,3.265,1688,2.527,1711,1.211,1735,2.627,1738,1.826,1766,2.797,1791,2.299,1804,1.726,1819,2.908,1871,2.357,1933,3.537,1978,2.552,2148,3.265,2173,2.627,2181,2.627,2195,3.876,2223,3.428,2228,3.428,2232,3.428,2239,4.196,2242,4.196,2286,2.627,2290,3.003,2312,2.895,2492,3.428,2550,2.708,2599,3.868,2641,3.111,2659,3.186,2688,4.012,2746,4.012,2783,2.552,2858,3.125,2859,4.694,2860,4.694,2861,4.196,2862,3.003,2863,3.868,2864,2.482,2865,4.694,2866,4.694,2867,5.815,2868,2.708,2869,4.196,2870,2.708,2871,4.196,2872,3.125,2873,3.868,2874,4.97,2875,3.125,2876,4.196,2877,4.694,2878,3.623,2879,3.428,2880,4.196,2881,4.196,2882,4.694,2883,4.694,2884,3.265,2885,4.694,2886,3.003,2887,4.196,2888,4.694,2889,5.021,2890,3.868,2891,4.694,2892,3.265,2893,4.694,2894,4.196,2895,3.868,2896,4.694,2897,3.623,2898,4.694,2899,5.021,2900,6.506,2901,2.797,2902,4.694,2903,4.694,2904,4.694,2905,3.868,2906,4.694,2907,4.694,2908,4.694,2909,4.694,2910,3.868,2911,2.797]],["file_terms//uw-research-computing/cite-chtc.html",[]],["root_relative_url//uw-research-computing/os-transition-htc.html",[83,0.121,532,0.198,1471,1.882,2686,2.668,2912,3.655]],["high//uw-research-computing/os-transition-htc.html",[5,0.364,6,0.457,8,0.121,20,0.228,39,0.604,65,0.595,161,0.71,205,0.041,240,0.512,272,0.731,310,0.087,340,0.48,378,0.118,385,2.201,544,0.402,545,0.64,548,0.999,559,0.71,560,0.742,561,0.7,562,0.787,563,1.124,572,0.874,599,0.848,657,1.036,678,2.113,721,0.731,739,1.019,829,0.811,863,0.848,880,1.269,1282,2.114,1379,1.52,1521,0.988,2390,3.578,2391,1.897]],["medium//uw-research-computing/os-transition-htc.html",[240,0.857,301,0.078,385,3.469,569,2.981,657,1.681,1455,5.503,2913,5.968]],["content//uw-research-computing/os-transition-htc.html",[5,0.666,6,0.825,20,0.33,42,0.359,65,1.689,88,0.849,94,0.915,97,1.076,113,0.042,126,1.478,133,0.774,149,0.849,150,1.617,161,1.663,164,0.798,177,0.911,182,0.547,188,1.875,198,0.232,201,0.66,205,0.081,208,1.5,212,0.279,215,0.8,219,1.247,222,1.03,227,1.142,237,1.211,238,1.449,240,0.967,242,1.774,245,1.076,260,1.385,271,1.819,273,0.703,283,1.933,301,0.056,307,0.693,310,0.181,334,1.193,337,1.385,340,0.75,352,0.774,356,1.193,363,0.666,377,0.508,378,0.184,385,3.025,396,1.344,397,1.285,425,1.247,447,0.693,459,0.66,492,1.738,535,1.015,539,0.875,540,1.266,547,0.532,548,1.648,552,1.643,556,1.765,557,1.373,558,2.375,572,2.047,580,1,584,1.015,596,2.079,597,1.568,599,1.324,611,0.971,638,0.499,640,0.594,641,1.435,657,2.426,678,2.426,691,3.264,697,0.581,701,1.904,707,1.688,709,1.879,711,2.096,715,3.264,721,2.03,722,1.739,727,2.269,736,1.726,739,1.592,742,1.449,743,1.427,745,1.518,746,1.03,749,1.912,753,1.352,772,1.247,781,1.03,787,2.593,816,1.726,817,1.435,818,1.542,821,1.784,835,0.985,836,1.344,837,1.176,838,1.5,839,1.592,840,1.815,841,1.495,842,1.542,843,1.449,844,1.726,845,1.211,846,1.846,847,1.592,848,1.061,849,1.324,850,1.592,851,1.048,852,1.726,853,1.963,854,1.784,855,1.344,856,1.784,857,1.846,858,1.726,859,1.784,860,1.592,861,1.076,862,1.617,863,2.384,864,1.643,865,1.879,897,3.264,918,1.125,944,2.136,975,1.982,1051,3.089,1115,2.056,1216,2.532,1240,1.698,1295,3.154,1379,2.687,1485,2.963,1508,3.682,1521,1.542,1670,3.264,2329,4.362,2341,2.878,2390,5.238,2391,3.951,2440,3.154,2550,3.054,2659,2.593,2914,3.387,2915,5.294,2916,4.362,2917,5.294]],["file_terms//uw-research-computing/os-transition-htc.html",[]],["root_relative_url//uw-research-computing/inter-submit.html",[83,0.136,532,0.223,2918,4.108,2919,4.108]],["high//uw-research-computing/inter-submit.html",[5,0.293,8,0.147,20,0.136,39,1.059,54,1.417,97,1.209,205,0.06,215,0.347,272,0.891,307,0.541,310,0.106,340,0.586,378,0.242,536,1.263,537,1.37,544,0.49,545,0.781,556,1.033,557,0.804,559,0.865,560,0.904,561,0.853,562,0.959,563,1.37,753,0.704,817,1.258,2920,3.406]],["medium//uw-research-computing/inter-submit.html",[10,0.376,118,0.353,163,1.567,201,0.875,240,0.26,298,2.156,301,0.07,307,0.686,378,0.091,544,0.309,547,0.245,557,0.508,569,1.723,579,1.248,580,0.493,598,0.91,600,1.248,601,1.219,603,1.219,604,0.823,607,1.278,617,1.166,622,0.757,645,0.93,657,0.797,794,2.678,817,0.948,1011,1.365,1012,0.523,1172,2.331,1211,3.025,1213,1.505,1219,1.192,1318,0.894,1437,4.725,1452,2.678,1453,1.669,1454,3.355,1455,1.669,1456,1.38,1935,6.345,1959,1.554,2186,2.014,2418,2.678,2719,4.321,2920,5.415,2921,4.187,2922,2.609,2923,2.609,2924,2.609,2925,4.187,2926,2.609,2927,2.609,2928,2.609,2929,2.609]],["content//uw-research-computing/inter-submit.html",[5,0.597,8,0.135,20,0.324,39,0.994,42,0.378,43,1.444,48,2.006,50,0.42,54,1.3,65,1.283,72,1.561,78,1.473,81,1.913,83,0.125,88,0.608,90,2.393,93,0.934,94,0.965,97,1.937,99,1.007,107,1.561,113,0.033,116,2.438,118,0.513,119,1.257,122,1.791,127,2.438,129,0.98,132,1.762,133,0.555,136,2.148,139,1.585,141,1.088,142,1.602,159,1.054,160,0.76,161,1.388,163,3.41,164,0.572,168,1.409,175,1.361,177,0.641,182,0.577,188,1.007,193,0.406,198,0.225,200,1.054,201,0.696,203,0.504,204,1.236,205,0.08,208,1.252,210,0.546,212,0.2,214,1.494,215,0.819,219,0.893,222,1.29,227,1.204,228,0.867,232,0.581,233,2.122,235,0.646,237,0.867,238,1.038,240,0.378,242,1.388,244,1.695,245,0.771,252,0.413,257,1.539,260,0.992,261,0.685,272,0.818,273,0.557,277,0.604,281,1.196,283,1.038,293,0.948,301,0.058,307,1.104,309,1.278,310,0.097,330,1.14,334,0.855,336,1.772,337,0.992,340,0.537,352,0.555,356,0.855,358,0.76,361,1.948,363,0.358,367,2.254,377,0.863,378,0.316,380,0.829,384,0.675,393,0.806,397,0.92,414,0.767,425,0.893,447,0.496,452,0.716,459,0.827,465,1.625,466,1.561,476,0.992,492,1.601,494,2.738,512,1.561,530,2.393,535,1.071,536,1.159,539,0.627,540,0.907,546,1.473,547,0.574,548,1.641,552,1.695,553,1.159,556,2.209,557,1.793,558,2.04,562,1.297,580,0.716,584,1.071,586,1.531,596,0.893,597,1.472,598,1.323,599,0.948,611,0.696,622,1.474,629,1.592,635,1.37,637,0.969,638,0.358,640,0.546,641,1.136,645,1.624,678,1.159,695,1.25,697,0.641,698,1.659,699,2.901,701,1.506,702,1.659,707,1.585,708,0.907,721,1.204,722,1.376,724,1.37,736,1.236,742,1.038,743,1.023,746,0.738,753,0.951,759,2.122,761,2.954,776,1.397,778,2.006,781,1.423,786,2.085,794,4.241,808,1.088,811,1.561,816,1.236,817,1.795,818,1.931,820,2.615,821,2.628,822,2.735,835,0.706,836,1.683,837,0.842,838,1.721,839,1.14,840,1.3,841,1.071,842,1.105,843,1.038,844,1.236,845,0.867,846,1.323,847,1.14,848,1.865,849,0.948,850,1.14,851,0.563,852,2.384,853,2.034,854,1.278,855,1.683,856,1.278,857,1.323,858,1.236,859,1.278,860,1.14,861,0.771,862,1.159,863,1.397,864,1.177,865,1.346,934,1.857,946,1.216,957,1.695,1007,1.42,1011,2.161,1012,1.634,1089,1.212,1103,1.336,1123,1.531,1126,1.257,1133,1.857,1134,3.853,1135,1.857,1140,2.525,1167,2.73,1172,2.17,1204,2.062,1205,1.122,1219,2.552,1240,1.216,1248,2.26,1259,2.188,1280,4.51,1282,1.561,1289,2.426,1297,1.257,1299,2.339,1305,2.769,1309,2.444,1318,2.891,1321,1.592,1393,1.561,1398,2.17,1402,1.857,1417,2.339,1425,4.993,1510,1.772,1565,2.26,1659,2.525,1745,0.963,1960,2.525,1961,2.26,1977,4.088,2080,1.14,2170,2.426,2171,1.659,2186,2.927,2324,2.006,2328,1.695,2444,3.884,2446,2.339,2447,3.718,2453,2.927,2454,3.036,2455,1.625,2456,2.927,2457,3.125,2476,1.733,2577,2.339,2719,4.602,2920,6.949,2930,3.792,2931,3.792,2932,3.792,2933,3.792,2934,2.062,2935,3.792,2936,1.561,2937,2.525,2938,3.792,2939,3.39,2940,2.927,2941,2.525]],["file_terms//uw-research-computing/inter-submit.html",[]],["root_relative_url//news.html",[2942,5.846]],["high//news.html",[3,0.402,5,0.321,7,0.22,8,0.024,10,0.097,13,0.232,17,0.182,20,0.177,25,0.568,27,0.262,29,0.467,54,0.435,57,0.296,62,0.262,70,0.367,83,0.164,96,0.388,113,0.037,115,0.194,118,0.091,128,0.206,133,0.099,143,0.316,149,0.364,160,0.309,164,0.102,186,0.197,188,0.179,189,0.416,193,0.192,201,0.084,203,0.044,205,0.005,212,0.226,221,0.191,234,0.309,235,0.115,237,0.154,253,0.131,257,0.157,265,0.203,273,0.127,278,0.258,281,0.213,293,0.169,299,0.402,301,0.005,302,0.402,304,0.378,306,0.339,307,0.166,308,0.493,309,0.428,310,0.046,311,0.302,315,0.568,316,0.37,320,0.357,321,0.367,322,0.339,331,0.405,334,0.152,344,0.337,347,0.54,359,0.185,363,0.064,380,0.1,381,0.296,389,0.39,394,0.213,396,0.171,402,0.126,404,0.367,405,0.378,406,0.296,421,0.152,422,0.557,428,0.236,440,0.273,446,0.21,452,0.128,454,0.161,459,0.084,465,0.289,469,0.661,479,0.21,496,0.236,500,0.475,503,0.493,504,0.348,529,0.47,530,0.289,531,0.39,532,0.069,535,0.129,537,0.224,539,0.21,553,0.206,611,0.233,622,0.122,624,0.2,635,0.244,637,0.099,638,0.064,640,0.286,697,0.253,716,0.512,720,0.45,753,0.115,755,0.273,823,0.353,836,0.171,867,0.348,868,0.521,869,0.557,870,0.557,871,0.557,881,0.248,882,0.2,884,0.232,918,0.144,950,0.348,957,0.302,965,0.378,971,0.493,981,0.339,989,0.331,995,0.606,1006,0.267,1007,0.475,1012,0.135,1084,0.267,1096,0.432,1138,0.401,1150,0.567,1156,0.416,1231,0.339,1235,0.348,1239,0.432,1250,0.432,1261,0.586,1269,0.316,1271,0.289,1366,0.182,1383,0.2,1390,0.45,1408,0.296,1420,0.927,1432,0.367,1490,0.432,1524,0.47,1531,0.309,1557,0.323,1588,0.432,1593,0.416,1602,0.416,1603,0.253,1614,0.378,1638,0.367,1642,0.58,1706,0.47,1722,0.493,1737,0.267,1738,0.137,1772,0.402,1775,0.45,1777,0.367,1778,0.39,1779,0.45,1804,0.661,1818,0.316,1819,0.568,1856,0.432,1892,0.39,1913,0.401,1994,0.402,1995,0.47,2057,0.521,2073,0.521,2079,0.39,2106,0.378,2107,0.348,2120,0.331,2123,0.493,2125,0.84,2126,0.521,2127,0.557,2136,0.47,2151,0.432,2152,0.45,2188,0.331,2192,0.378,2224,0.493,2350,0.39,2359,0.557,2373,0.45,2400,0.845,2532,0.557,2533,0.557,2587,0.432,2607,0.39,2615,0.416,2650,0.416,2681,0.323,2768,0.45,2806,0.378,2807,0.493,2820,0.378,2848,0.378,2886,0.432,2901,0.402,2943,0.883,2944,0.47,2945,0.521,2946,0.557,2947,0.521,2948,0.604,2949,0.521,2950,0.557,2951,0.557,2952,0.521,2953,0.557,2954,0.432,2955,0.557,2956,0.557,2957,0.521,2958,0.521,2959,0.493,2960,0.557,2961,0.604,2962,0.47,2963,0.47,2964,0.521,2965,0.432,2966,0.432,2967,0.557,2968,0.47,2969,0.604,2970,0.402,2971,0.45,2972,0.378,2973,0.47,2974,0.493,2975,0.557,2976,0.493,2977,0.557,2978,0.604,2979,0.604,2980,0.493,2981,0.604,2982,0.357,2983,0.39,2984,0.432,2985,0.521,2986,0.367,2987,0.557,2988,0.604,2989,0.521,2990,0.521,2991,0.432,2992,0.521,2993,0.557,2994,0.47,2995,0.557,2996,0.604]],["medium//news.html",[]],["content//news.html",[5,0.513,54,1.886,58,2.264,83,0.182,113,0.051,118,0.743,160,0.631,182,0.568,200,1.529,203,0.356,210,0.792,254,1.987,300,3.825,301,0.044,306,1.039,310,0.141,344,1.075,347,3.061,348,1.009,359,1.983,372,5.503,380,0.817,395,2.57,396,1.396,406,3.764,469,1.602,485,1.823,532,0.298,553,1.68,561,1.135,565,1.919,634,1.258,643,1.204,669,2.22,683,3.472,686,4.677,727,2.357,813,1.07,1075,1.654,1103,1.315,1150,1.735,1165,4.11,1235,1.506,1299,3.392,1303,4.821,1547,3.278,1677,1.764,1697,3.662,1775,6.724,1786,2.63,1817,4.288,1825,3.174,1847,6.248,1978,4.401,2198,4.178,2221,3.174,2400,4.821,2401,4.245,2641,3.871,2665,2.357,2666,2.357,2862,4.632,2911,4.315,2943,5.036,2944,3.825,2962,3.825,2964,7.796,2997,4.533,2998,4.245,2999,4.016,3000,5.501,3001,7.689,3002,7.088,3003,6.281,3004,8.602,3005,8.667,3006,8.938,3007,9.494,3008,7.709,3009,9.355,3010,9.355,3011,4.632,3012,6.67,3013,4.245,3014,7.99,3015,7.088,3016,8.363,3017,8.363,3018,7.99,3019,3.825,3020,3.825,3021,5.501,3022,5.501,3023,6.473,3024,7.241,3025,7.241,3026,3.825,3027,8.363,3028,4.016,3029,9.494,3030,9.494,3031,4.917]],["file_terms//news.html",[]],["root_relative_url//Throughput-Computing-2023.html",[113,0.028,331,0.442,1846,3.619]],["high//Throughput-Computing-2023.html",[5,0.454,8,0.228,113,0.038,331,0.605,514,2.2,943,1.869,1165,2.59,1586,3.143,3032,5.287,3033,6.417]],["medium//Throughput-Computing-2023.html",[]],["content//Throughput-Computing-2023.html",[7,2.138,8,0.233,10,1.166,13,2.249,33,3.137,38,1.221,77,2.069,104,2.811,113,0.052,122,2.104,141,1.881,149,1.6,182,0.678,186,2.675,212,0.427,240,0.654,265,2.436,273,0.654,306,1.239,314,1.314,316,1.911,331,0.829,332,2.548,344,0.974,347,1.972,378,0.228,393,1.394,396,1.665,397,1.592,399,2.456,414,1.113,459,0.818,461,2.597,466,2.7,470,2.997,480,1.881,514,2.249,532,0.356,620,3.402,633,2.456,641,1.334,643,1.435,683,2.647,697,0.801,828,2.174,879,3.785,916,4.405,918,1.394,927,2.369,943,2.799,973,3.469,984,2.069,997,2.997,1002,3.213,1157,2.7,1158,3.137,1160,2.963,1162,2.561,1165,3.548,1166,1.64,1302,3.378,1366,1.769,1383,2.717,1521,1.911,1577,4.067,1586,3.213,1603,2.456,1658,3.566,1677,2.104,1711,1.508,1712,3.378,1729,2.685,1734,3.785,1737,3.48,1738,1.647,1745,1.665,1826,1.435,1834,4.367,1855,3.909,1874,5.063,1913,2.556,2034,5.063,2038,3.089,2064,4.367,2083,3.469,2133,4.045,2341,3.566,2437,4.196,2566,4.405,3034,4.045,3035,4.405,3036,5.864,3037,5.405,3038,4.562,3039,4.196,3040,6.785,3041,3.566,3042,5.063,3043,5.063,3044,4.789,3045,4.196,3046,6.56,3047,6.56,3048,6.56]],["file_terms//Throughput-Computing-2023.html",[]],["root_relative_url//newsletter.html",[3049,6.54]],["high//newsletter.html",[5,0.615,8,0.262,3050,6.06]],["medium//newsletter.html",[]],["content//newsletter.html",[5,0.554,65,1.468,160,0.96,166,3.655,210,0.739,240,0.779,242,1.829,263,0.914,301,0.083,414,0.705,431,3.791,459,0.64,485,2.896,530,3.857,569,3.596,586,2.073,610,4.178,645,1.536,680,4.811,708,1.228,749,1.855,759,4.684,927,1.855,943,1.496,1166,1.284,1203,2.716,1243,4.811,1293,2.157,1347,6.168,1423,3.991,1537,2.59,1603,1.923,1683,5.362,1750,3.75,1777,3.761,1804,1.888,1916,2.157,2091,2.4,2178,3.831,2268,6.038,2364,6.897,2640,5.208,3050,5.701,3051,4.591,3052,3.572,3053,5.136,3054,6.918,3055,5.136,3056,5.136,3057,5.136,3058,5.136,3059,5.136,3060,5.136,3061,5.136,3062,5.136,3063,5.136,3064,5.136,3065,6.918,3066,5.136,3067,5.136,3068,7.579,3069,5.136,3070,5.136,3071,5.136,3072,5.136,3073,5.136,3074,5.136,3075,5.136,3076,5.136,3077,5.136,3078,6.918,3079,5.136,3080,6.184,3081,6.184,3082,6.918,3083,5.136,3084,5.136,3085,5.136,3086,5.136,3087,5.136,3088,5.136,3089,5.136,3090,7.823,3091,5.136,3092,5.136,3093,5.136,3094,5.136,3095,5.136,3096,5.136,3097,5.136,3098,5.136,3099,5.136,3100,5.136,3101,5.136,3102,7.823,3103,6.918,3104,5.136,3105,7.823,3106,7.823,3107,7.823,3108,6.918,3109,8.37,3110,6.918,3111,9.933,3112,6.918,3113,8.37,3114,6.918,3115,6.918,3116,6.918,3117,8.999,3118,6.918,3119,6.918,3120,5.339,3121,5.136,3122,6.918,3123,5.821,3124,6.918,3125,6.918,3126,6.184,3127,5.136,3128,6.918,3129,5.136,3130,6.918,3131,5.136,3132,5.136,3133,6.918,3134,5.136,3135,5.136,3136,5.136,3137,6.918,3138,5.136,3139,5.136,3140,6.918,3141,5.136,3142,5.136,3143,5.136]],["file_terms//newsletter.html",[]],["root_relative_url//uw-research-computing/hpc-job-submission.html",[83,0.121,205,0.029,532,0.198,1875,2.433,3144,3.655]],["high//uw-research-computing/hpc-job-submission.html",[5,0.225,8,0.113,20,0.161,97,0.646,161,0.665,198,0.073,205,0.067,210,0.457,213,1.68,215,0.561,272,0.685,340,0.45,378,0.11,399,1.83,472,1.39,485,1.62,537,1.053,538,1.127,544,0.377,545,0.6,547,0.186,550,0.831,556,0.794,557,0.618,559,0.665,561,0.655,572,0.818,604,1.002,654,0.97,692,0.818,739,0.955,749,1.147,753,0.541,851,0.472,862,0.97,944,1.282,1139,1.127,1878,1.234,1933,2.657,2261,2.032,2507,1.778,2936,1.307,3145,2.115]],["medium//uw-research-computing/hpc-job-submission.html",[20,0.069,77,0.365,94,0.2,97,0.424,139,0.277,182,0.12,185,0.303,198,0.066,201,0.144,205,0.048,215,0.239,222,0.225,232,0.177,240,0.115,242,0.73,252,0.227,253,0.555,257,0.269,262,0.371,301,0.054,367,0.467,378,0.04,386,1.048,544,0.137,547,0.122,556,0.289,557,0.225,582,0.371,584,0.222,627,0.728,629,0.486,638,0.269,678,0.638,682,2.051,701,0.312,707,0.277,709,0.411,722,0.285,732,0.826,739,0.348,745,0.332,750,0.467,776,0.289,786,0.269,944,0.467,1011,1.711,1012,0.232,1043,1.332,1048,0.572,1061,0.845,1089,0.325,1103,0.277,1184,0.629,1208,0.541,1221,2.592,1301,0.69,1459,0.741,1495,0.486,1502,0.741,1506,0.805,1888,0.486,1948,1.287,2224,1.524,2234,2.52,2256,5.365,2257,4.015,2258,3.319,2259,3.319,2261,2.874,2262,2.349,2268,1.611,2273,5.966,2274,0.894,2275,1.866,2276,1.035,2277,1.035,2278,1.035,2279,1.035,2280,1.866,2281,3.6,2282,2.548,2283,1.035,2284,3.117,2285,2.548,2286,0.648,2287,0.845,2288,1.035,2289,1.035,2290,0.741,2291,1.035,2298,2.681,2936,0.476,3011,0.741,3014,3.117,3145,0.771,3146,0.954,3147,1.158,3148,1.158,3149,6.109,3150,5.559,3151,4.028,3152,1.866,3153,2.087,3154,1.158,3155,1.158,3156,2.087,3157,0.954,3158,2.85,3159,3.487,3160,1.158,3161,0.894,3162,1.158,3163,2.85,3164,2.087,3165,2.087,3166,1.158,3167,3.487,3168,1.158,3169,6.308,3170,1.158,3171,1.158,3172,1.158,3173,1.72,3174,0.954,3175,1.72,3176,1.72,3177,2.087,3178,1.158,3179,1.158,3180,2.087,3181,1.158,3182,0.954,3183,1.158,3184,1.158,3185,1.158,3186,1.158,3187,2.087,3188,1.158,3189,1.158,3190,1.158,3191,1.158,3192,1.158,3193,1.158,3194,1.158,3195,1.158,3196,2.087,3197,0.805,3198,2.087,3199,1.158]],["content//uw-research-computing/hpc-job-submission.html",[5,0.552,6,0.338,20,0.333,22,2.193,31,1.564,39,0.996,42,0.379,49,0.657,52,1.957,59,2.448,65,0.667,67,1.951,72,1.564,75,1.957,82,0.994,88,0.609,93,1.804,94,1.458,97,1.949,100,1.908,107,1.564,112,1.886,113,0.022,116,1.397,126,1.634,129,0.667,136,1.28,139,1.338,141,1.604,142,1.09,148,2.165,160,0.642,161,0.796,168,0.808,169,2.468,175,1.041,182,0.913,185,1.463,188,1.945,193,0.835,198,0.223,203,0.362,204,2.164,205,0.081,208,0.718,210,1.175,214,0.857,215,0.774,219,0.895,220,1.107,222,0.739,226,3.033,227,0.82,232,0.857,237,1.785,242,2.007,249,1.397,252,0.963,253,0.739,256,1.985,257,1.299,260,0.994,261,1.011,262,2.986,263,0.996,276,1.373,277,0.578,281,1.199,288,1.824,293,0.95,301,0.078,310,0.098,336,1.776,359,1.041,361,1.326,363,0.626,377,0.75,378,0.231,380,0.564,386,1.908,393,1.189,397,0.922,399,2.922,401,0.979,402,0.707,414,0.768,425,1.318,431,1.505,452,1.383,453,1.107,454,0.909,459,0.474,469,1.107,485,1.854,486,1.629,492,1.708,501,1.699,530,2.845,536,1.161,544,0.664,545,0.718,547,0.534,548,1.518,550,0.994,557,1.424,572,2.42,580,1.383,582,1.219,584,1.072,588,2.265,599,0.95,604,2.575,610,1.817,622,0.687,624,1.125,627,2.315,637,0.818,638,0.527,639,1.58,640,0.24,645,0.844,654,2.028,678,2.384,682,2.468,688,1.736,692,0.979,693,1.505,695,1.308,701,1.508,702,2.448,707,1.587,708,1.338,709,1.985,711,1.505,722,1.635,732,2.215,739,2.346,740,1.564,741,1.629,742,1.041,743,1.025,745,1.09,747,2.501,749,2.021,753,0.647,755,1.534,757,1.629,772,0.895,776,1.66,777,1.397,781,0.739,782,1.505,786,2.237,793,1.505,795,1.957,800,1.985,811,1.564,813,0.739,817,0.687,822,3.251,829,1.587,835,0.707,836,0.965,837,0.844,838,0.718,839,1.143,841,1.073,848,0.761,851,0.986,862,2.237,867,2.311,895,3.132,928,2.127,936,1.776,1011,1.824,1012,1.121,1028,1.817,1043,1.776,1048,1.532,1061,2.775,1065,2.431,1066,1.596,1067,1.699,1089,1.213,1129,1.373,1137,3.333,1139,2.356,1166,0.95,1216,1.817,1252,1.854,1265,3.872,1276,3.418,1281,1.476,1288,1.239,1291,1.908,1293,0.979,1295,2.265,1301,2.265,1309,1.663,1314,2.265,1330,2.265,1374,2.344,1377,1.817,1380,2.614,1393,2.732,1398,1.476,1407,2.53,1415,2.127,1419,2.775,1450,1.505,1456,2.01,1477,2.775,1495,1.596,1537,1.423,1586,1.861,1600,1.373,1623,1.699,1640,3.131,1709,2.066,1745,0.965,1760,1.423,1777,2.066,1809,1.663,1876,3.332,1888,1.596,1907,1.908,1908,3.724,1913,2.788,1933,4.707,1957,2.675,1966,2.265,1968,2.431,1969,1.908,1977,2.344,1978,2.066,2031,3.724,2055,2.643,2080,1.682,2083,2.01,2088,1.817,2089,2.01,2093,4.084,2234,4.907,2261,4.247,2290,4.247,2317,2.344,2507,4.097,2509,1.861,2549,2.431,2574,1.817,2576,2.066,2622,2.344,2788,2.01,2879,5.698,2936,2.302,2982,2.01,3011,2.431,3145,5.983,3197,3.89,3200,6.545,3201,3.801,3202,3.801,3203,2.775,3204,2.933,3205,3.801,3206,3.132,3207,3.801,3208,3.801,3209,3.397,3210,3.801,3211,3.132,3212,2.344,3213,3.801,3214,2.775,3215,3.801,3216,1.861]],["file_terms//uw-research-computing/hpc-job-submission.html",[]],["root_relative_url//internships.html",[3217,6.54]],["high//internships.html",[5,0.472,6,0.433,8,0.173,17,1.798,314,0.975,344,0.723,381,2.129,395,2.274,431,1.926,622,0.879,823,1.353,1603,1.822,1638,2.645,1785,2.723,2171,2.129,2581,3.189,3218,3.384,3219,3.384,3220,4.865,3221,4.865,3222,4.349,3223,3.755]],["medium//internships.html",[]],["content//internships.html",[5,0.65,6,0.818,10,0.735,16,2.677,17,2.476,25,2.283,26,1.42,42,0.346,56,2.008,59,3.015,77,2.174,83,0.325,88,0.819,89,1.845,95,2.946,98,1.812,113,0.058,114,2.386,133,0.747,152,2.061,168,1.657,170,1.912,175,0.951,177,0.586,186,2.272,187,2.061,193,0.547,201,0.637,203,0.581,205,0.055,212,0.441,216,2.701,219,1.203,221,1.442,230,1.101,246,1.239,254,1.845,260,1.336,261,1.576,265,2.072,273,0.869,278,1.947,295,2.442,306,1.577,307,0.668,309,1.721,311,4.016,312,2.617,330,1.535,331,0.822,339,2.21,344,1.24,348,1.264,358,1.023,363,0.65,377,0.49,378,0.239,380,0.758,381,3.015,384,0.909,388,2.386,395,3.22,396,1.296,399,2.58,401,1.316,402,0.951,414,0.946,424,1.511,431,2.022,447,1.093,452,0.965,455,4.208,464,2.061,467,1.721,469,2.272,470,3.564,471,2.061,473,3.551,477,2.946,479,2.592,485,2.284,486,2.188,513,2.283,532,0.277,539,0.844,544,0.606,547,0.299,552,0.951,571,2.333,622,1.245,634,1.168,637,0.747,643,1.508,644,1.984,646,1.781,669,2.781,682,2.629,693,2.022,695,0.819,697,0.42,707,1.221,710,2.102,726,1.56,744,1.638,746,0.994,776,1.723,779,2.235,783,2.701,797,3.942,806,2.974,820,2.21,823,2.424,824,4.409,851,0.758,863,1.277,875,1.912,918,1.657,943,1.488,945,2.63,984,2.174,985,3.22,1047,2.563,1084,2.022,1089,0.794,1103,1.221,1106,2.858,1111,2.63,1129,1.845,1138,2.174,1153,2.63,1157,2.102,1159,2.946,1235,2.136,1286,1.984,1316,3.459,1330,3.043,1366,1.377,1398,1.984,1402,2.501,1404,3.976,1422,2.061,1475,1.912,1515,2.501,1531,2.333,1537,1.912,1575,3.746,1576,3.976,1594,3.08,1600,2.489,1603,3.126,1621,2.858,1622,4.74,1623,3.08,1634,2.858,1658,2.776,1667,2.008,1677,2.21,1687,3.551,1711,1.283,1735,2.858,1738,1.401,1745,1.296,1752,5.193,1785,4.673,1794,2.946,1804,1.878,1819,2.283,1826,1.118,1878,1.984,1907,2.563,1948,3.149,2062,3.4,2091,2.386,2125,2.386,2162,3.4,2168,3.4,2171,3.654,2198,2.946,2221,2.946,2425,2.63,2463,4.208,2492,3.729,2570,3.043,2580,3.729,2581,3.296,2584,2.563,2588,3.644,2641,2.442,2652,3.149,2681,2.442,2810,4.249,2836,3.149,2944,3.551,3050,4.208,3203,3.729,3218,5.424,3219,3.551,3223,6.02,3224,4.409,3225,3.942,3226,3.942,3227,5.319,3228,5.032,3229,3.551,3230,4.208,3231,5.107,3232,3.149,3233,2.946,3234,3.942,3235,4.208,3236,5.679,3237,6.16,3238,6.16,3239,5.107,3240,6.881,3241,4.208,3242,4.208,3243,4.565,3244,5.107,3245,3.942]],["file_terms//internships.html",[]],["root_relative_url//Gillett.html",[3246,6.54]],["high//Gillett.html",[5,0.485,8,0.244,20,0.226,532,0.372,640,0.433,2982,3.624,2983,3.954]],["medium//Gillett.html",[]],["content//Gillett.html",[0,2.742,5,0.663,6,0.462,10,1.002,12,2.269,16,2.705,17,2.658,20,0.23,23,2.448,25,3.113,26,1.936,29,1.907,30,3.198,32,3.607,38,0.965,42,0.351,46,3.495,72,2.134,78,2.015,81,1.357,83,0.304,88,0.831,96,1.584,99,1.377,108,1.778,113,0.058,115,1.487,118,1.136,119,1.719,121,1.977,133,0.758,147,2.48,155,1.778,160,0.902,168,1.102,171,1.61,177,0.964,182,0.536,198,0.161,203,0.45,205,0.041,208,1.315,212,0.415,213,2.742,225,1.778,230,1.502,240,0.517,245,1.054,251,2.177,253,1.009,257,1.616,260,1.821,263,1.4,264,1.748,265,1.559,272,1.502,273,0.837,277,0.384,288,1.691,301,0.07,310,0.225,318,2.521,322,2.603,331,0.741,334,1.169,347,1.559,348,1.541,351,1.663,363,0.656,377,0.669,380,1.034,382,2.819,384,1.24,396,1.316,400,1.907,414,0.712,435,1.84,439,1.42,447,0.679,452,0.98,453,1.511,459,0.98,461,2.053,481,1.84,516,2.902,532,0.377,561,1.07,562,1.204,565,1.809,620,2.924,622,1.258,629,2.177,637,1.149,640,0.553,712,4.905,726,1.584,727,2.222,746,1.009,774,2.48,781,1.009,811,2.134,813,1.009,823,1.442,829,1.24,832,1.942,875,1.942,887,3.452,918,1.102,938,2.992,957,3.113,984,1.636,993,3.495,1007,1.942,1049,2.924,1152,1.977,1159,4.535,1160,1.748,1166,1.297,1205,1.535,1235,1.907,1271,2.222,1366,1.878,1385,2.369,1407,4.636,1422,2.093,1495,2.177,1511,3.047,1515,3.41,1538,4.273,1577,2.603,1596,2.992,1614,3.897,1677,2.233,1711,0.965,1731,2.819,1738,1.598,1782,3.318,1800,3.318,1809,2.269,1826,1.135,1908,3.452,1916,2.177,2012,4.636,2035,3.318,2036,3.09,2051,2.992,2084,2.369,2091,2.423,2149,4.842,2187,2.984,2227,4.157,2365,6.067,2372,2.603,2375,4.636,2555,3.607,2582,2.819,2602,4.53,2638,4.273,2665,2.984,2666,3.369,2747,4.003,2774,2.742,2872,3.452,2973,4.842,2982,4.875,2983,5.477,3152,4.636,3224,5.376,3247,6.485,3248,9.806,3249,5.374,3250,3.787,3251,5.186,3252,5.186,3253,5.186,3254,5.186,3255,3.318,3256,5.186,3257,5.186,3258,4.455,3259,3.452,3260,4.636,3261,5.186,3262,3.198,3263,6.963,3264,5.186,3265,4.636,3266,6.963,3267,3.452,3268,4.273,3269,4.294,3270,5.186,3271,4.273,3272,5.186,3273,4.636,3274,3.198,3275,5.186,3276,4.273,3277,4.003,3278,5.186,3279,4.273,3280,5.186,3281,4.273,3282,5.186,3283,5.186]],["file_terms//Gillett.html",[]],["root_relative_url//uw-research-computing/file-availability.html",[83,0.136,532,0.223,2825,3.17,3284,4.108]],["high//uw-research-computing/file-availability.html",[5,0.225,8,0.113,20,0.105,39,0.566,82,0.831,161,0.665,205,0.047,246,0.771,272,0.685,310,0.081,340,0.45,352,0.464,378,0.11,454,0.76,476,0.831,547,0.466,548,0.951,559,0.665,560,0.695,561,0.655,562,0.737,563,1.053,572,0.818,584,1.384,597,1.085,624,0.94,641,0.646,692,0.818,697,0.402,706,1.484,722,0.782,749,1.147,838,1.263,842,0.925,849,0.794,851,0.472,1012,0.636,1374,1.959,1878,1.234,3214,2.319]],["medium//uw-research-computing/file-availability.html",[150,2.151,198,0.07,205,0.052,215,0.591,232,0.995,277,0.223,301,0.07,377,0.289,454,1.926,547,0.413,580,0.568,582,1.503,584,1.103,591,2.704,592,2.413,593,3.43,594,3.43,598,2.456,696,0.863,697,0.247,786,0.698,801,1.591,850,1.953,1029,1.51,1172,1.82,1173,1.549,1219,2.63,2418,1.925,2707,2.322,2838,2.003,3285,3.008,3286,3.008,3287,3.008,3288,3.008,3289,3.008,3290,3.008,3291,3.008,3292,3.008,3293,5.756,3294,3.008,3295,3.008,3296,5.756,3297,3.008]],["content//uw-research-computing/file-availability.html",[5,0.627,6,0.281,8,0.112,20,0.318,29,2.648,37,1.443,38,0.906,39,1.057,42,0.516,43,1.172,48,3.139,49,0.841,50,0.35,51,1.03,52,2.506,53,1.768,65,1.17,82,0.826,86,0.935,88,0.506,93,1.462,94,1.153,97,0.642,98,1.121,108,1.668,113,0.029,118,1.072,126,1.019,127,1.161,133,0.462,136,1.113,138,1.717,139,1.164,149,0.78,150,0.965,155,1.083,159,0.878,160,0.765,161,1.508,163,1.183,164,0.476,169,2.759,175,0.588,176,1.199,177,1.001,182,0.613,188,1.292,193,0.771,198,0.205,199,1.813,200,0.878,203,0.431,204,1.586,205,0.081,206,2.745,208,0.597,210,0.701,211,2.443,212,0.167,214,1.503,215,0.803,219,0.744,225,1.083,226,1.443,227,1.049,228,1.113,229,2.103,231,1.627,232,1.253,235,0.538,237,0.722,238,1.332,239,1.292,240,0.315,242,1.243,245,1.356,246,0.767,252,0.344,253,0.615,273,0.591,277,0.622,288,1.03,293,1.217,301,0.075,307,0.413,310,0.227,328,1.511,330,0.95,337,0.826,340,0.69,351,1.013,352,1.254,356,0.712,358,1.443,361,1.102,363,0.679,367,1.275,368,0.965,377,0.824,378,0.169,397,0.767,414,0.916,423,2.021,425,0.744,441,2.223,448,2.438,453,0.92,454,0.755,459,0.394,465,1.354,476,0.826,480,0.906,492,1.065,507,1.547,532,0.362,535,0.606,539,0.522,540,1.164,544,0.375,547,0.604,548,1.297,552,1.624,553,0.965,554,1.576,555,2.691,556,0.79,557,0.947,558,1.553,560,0.691,561,1.004,572,0.814,580,0.597,584,1.883,597,2.093,599,0.79,602,1.882,610,2.327,611,0.579,624,0.935,638,0.56,640,0.551,641,1.547,643,0.691,645,1.081,654,0.965,678,2.037,682,2.759,692,0.814,695,1.155,696,0.906,697,0.771,698,1.382,707,1.419,708,1.419,711,1.25,714,2.9,721,0.681,722,1.774,736,1.03,739,2.005,741,1.354,742,0.865,743,0.852,745,0.906,746,0.615,749,1.141,751,2.653,753,0.829,757,1.354,762,1.822,773,1.717,776,1.801,780,2.506,781,1.297,784,1.717,786,0.733,787,1.547,795,3.918,800,1.727,808,1.396,815,1.161,816,1.03,817,0.571,818,0.92,820,2.139,821,1.065,823,1.353,827,2.396,835,0.588,836,1.235,837,0.701,838,1.907,839,0.95,840,1.083,841,0.892,842,1.729,843,0.865,844,1.03,845,0.722,846,1.697,847,0.95,848,1.963,849,1.668,850,0.95,851,1.07,852,1.03,853,1.353,854,1.065,855,0.802,856,1.065,857,1.102,858,1.03,859,1.065,860,0.95,861,0.989,862,0.965,863,1.217,864,0.981,865,1.121,880,1.183,906,1.547,951,2.223,994,1.768,1012,0.633,1028,2.839,1043,3.116,1046,3.001,1051,2.597,1069,3.974,1070,1.882,1090,1.443,1103,1.164,1107,1.443,1109,1.948,1113,1.948,1114,3.24,1122,1.25,1126,2.387,1127,2.506,1129,1.758,1130,1.412,1139,1.121,1142,4.795,1166,1.801,1167,2.705,1172,2.591,1173,3.434,1216,1.511,1235,0.865,1240,2.139,1245,1.443,1279,1.948,1284,3.24,1287,3.113,1288,1.03,1291,2.443,1293,0.814,1294,1.627,1296,1.382,1297,1.613,1330,1.882,1374,3.001,1375,2.306,1377,1.511,1390,2.103,1402,1.547,1410,2.021,1419,2.306,1456,3.139,1475,1.822,1510,1.476,1636,2.021,1733,2.306,1760,2.222,1878,1.89,1893,2.9,1914,2.021,1931,2.021,1969,3.819,2038,1.204,2088,2.839,2177,1.717,2178,1.547,2188,2.907,2330,1.768,2447,2.103,2454,3.227,2549,3.113,2574,1.511,2576,1.717,2607,1.822,2641,1.511,2682,1.768,2757,2.603,2759,2.824,2836,3.001,2837,2.197,2838,3.24,2839,2.197,2840,3.001,2850,1.547,2864,1.67,2872,2.103,2914,2.021,2936,1.3,2937,2.103,3214,2.306,3298,2.824,3299,3.159,3300,2.438,3301,3.159,3302,2.824,3303,2.824,3304,3.159,3305,1.882,3306,3.159,3307,3.159,3308,2.197,3309,4.866,3310,4.35,3311,1.948,3312,3.159,3313,2.306,3314,3.159,3315,3.159,3316,3.159,3317,2.197,3318,3.159]],["file_terms//uw-research-computing/file-availability.html",[]],["root_relative_url//Messick.html",[3319,6.54]],["high//Messick.html",[5,0.464,8,0.233,20,0.216,697,0.539,1271,2.809,2106,3.669,2107,3.376,2607,3.782,2979,5.86]],["medium//Messick.html",[]],["content//Messick.html",[6,0.453,13,1.744,20,0.296,23,1.482,25,2.274,33,3.723,42,0.345,43,1.772,49,0.879,50,0.762,57,2.226,58,2.094,71,3.387,82,1.331,83,0.227,85,4.096,93,1.253,94,0.879,96,1.554,99,2.067,102,5.664,104,2.18,112,1.715,113,0.03,115,1.971,116,1.871,118,0.688,119,2.278,129,0.892,132,1.605,139,1.644,149,0.816,155,1.744,160,0.788,161,1.065,164,0.767,165,2.554,168,1.907,171,2.134,177,0.583,181,1.715,182,0.927,184,2.492,186,2.002,198,0.118,201,0.634,203,0.612,204,1.658,205,0.04,208,0.961,211,4.185,212,0.268,213,2.69,219,1.199,222,1.622,227,1.097,235,0.866,239,2.437,244,3.48,254,1.838,265,2.067,271,1.311,277,0.377,301,0.04,310,0.176,312,2.002,313,2.935,320,4.409,321,4.533,322,3.908,331,0.48,347,2.067,351,1.631,356,1.147,394,2.169,396,1.745,400,1.871,401,1.311,424,1.505,428,1.774,433,3.137,435,2.439,439,1.393,452,0.961,453,1.482,459,1.039,460,3.927,469,1.482,516,2.847,522,2.18,523,2.847,540,1.216,544,0.603,608,4.78,640,0.321,695,1.102,697,0.738,705,3.538,710,2.829,717,1.838,724,2.483,731,2.377,735,2.324,751,2.274,774,2.433,787,2.492,789,2.935,808,1.971,828,1.686,845,1.781,849,1.272,882,1.505,884,1.744,912,3.538,930,2.274,931,2.433,936,2.377,942,3.366,946,1.631,962,2.274,982,2.492,984,1.605,990,3.966,993,2.554,994,4.666,1003,3.287,1004,2.62,1005,2.377,1006,2.014,1007,1.905,1008,2.847,1009,3.635,1012,1.019,1066,3.269,1074,2.378,1087,2.766,1089,0.791,1121,5.305,1126,1.686,1128,2.226,1135,2.492,1141,3.714,1205,2.034,1240,1.631,1271,3.336,1318,1.744,1319,2.014,1377,2.433,1386,3.927,1521,1.482,1530,2.69,1535,2.554,1536,4.98,1543,2.935,1549,3.714,1550,3.538,1553,5.019,1556,4.98,1578,4.192,1714,5.664,1745,1.291,1774,3.927,1857,4.192,1921,3.255,2024,2.094,2050,2.18,2106,5.222,2107,4.869,2165,2.935,2328,2.274,2454,2.766,2455,2.18,2505,2.935,2554,2.935,2572,3.966,2607,4.491,2620,2.766,2746,3.137,2806,2.847,2934,2.766,2972,2.847,3267,3.387,3320,8.337,3321,9.331,3322,5.305,3323,6.144,3324,6.087,3325,4.192,3326,8.708,3327,4.548,3328,3.387,3329,5.334,3330,5.087,3331,4.192,3332,4.548,3333,5.087,3334,5.664,3335,6.873,3336,4.192,3337,7.785,3338,5.087,3339,4.491,3340,3.387,3341,3.927,3342,3.927,3343,3.255,3344,5.087,3345,5.087,3346,4.192,3347,3.137,3348,5.087,3349,3.538,3350,4.192,3351,4.548,3352,4.192,3353,5.087,3354,6.873,3355,5.305,3356,3.538,3357,6.959,3358,3.538,3359,3.714,3360,5.087,3361,5.087,3362,3.387,3363,6.873,3364,5.087,3365,5.087,3366,5.087,3367,5.087,3368,5.087,3369,5.305,3370,3.714,3371,4.548,3372,3.714,3373,3.714]],["file_terms//Messick.html",[]],["root_relative_url//gpargo-cc-star.html",[3374,4.689,3375,3.424,3376,4.689]],["high//gpargo-cc-star.html",[5,0.436,8,0.219,113,0.036,315,3.48,539,1.017,995,2.075,1420,5.685,2681,2.943,2901,3.667,2960,5.072]],["medium//gpargo-cc-star.html",[]],["content//gpargo-cc-star.html",[6,0.368,10,1.161,12,1.807,27,1.604,29,1.518,42,0.28,46,3.494,49,1.394,50,0.894,52,2.126,58,1.699,61,2.022,77,1.875,78,2.958,82,1.554,83,0.251,88,0.953,96,1.815,108,1.416,112,1.392,113,0.045,115,1.704,118,0.941,119,1.369,128,1.815,129,1.042,132,1.875,133,0.869,136,0.944,141,1.184,146,1.887,149,1.527,152,1.666,160,0.798,168,0.877,171,2.608,172,3.187,175,1.106,177,0.681,181,1.392,182,0.427,191,1.97,198,0.096,200,1.148,201,0.515,203,0.492,208,1.122,210,0.594,213,2.184,216,3.142,220,2.028,221,1.166,223,3.015,227,1.281,230,0.89,242,1.244,245,0.84,249,1.518,252,0.647,256,1.465,261,0.746,263,1.355,276,1.491,282,2.311,284,1.807,287,2.073,293,1.486,301,0.033,306,1.635,307,0.997,309,1.392,310,0.152,312,2.775,315,3.606,328,1.282,332,1.604,339,1.905,344,1.034,346,3.325,348,1.48,351,1.905,352,0.604,358,1.191,359,1.131,361,1.44,367,1.666,368,1.261,369,3.06,371,2.126,377,0.571,380,0.613,384,1.058,387,2.656,388,3.253,389,3.428,393,0.877,396,1.048,400,2.559,401,2.165,402,0.769,406,1.807,411,1.518,414,0.567,419,2.073,420,1.846,421,0.931,424,1.758,425,0.973,428,1.44,432,1.929,435,1.465,444,2.749,447,0.541,452,1.438,453,1.203,459,0.741,464,2.398,466,2.446,467,3.126,468,2.546,469,1.203,478,3.402,479,1.282,480,1.184,481,2.982,483,1.734,484,1.975,485,1.97,490,2.022,497,1.887,500,2.225,556,1.032,557,0.803,560,0.904,565,1.44,611,1.277,622,1.074,627,1.44,636,1.44,637,0.604,691,2.546,693,2.756,702,1.807,710,1.699,723,2.398,731,1.929,742,1.131,744,1.324,753,0.703,755,2.398,772,0.973,777,1.518,795,3.06,809,1.699,812,1.604,813,0.803,827,1.666,828,1.369,835,1.502,843,1.131,851,0.613,892,3.015,894,2.656,896,1.734,904,2.184,927,1.491,969,3.402,972,2.749,973,2.184,975,1.546,977,3.402,993,2.983,1003,3.329,1049,2.495,1067,1.846,1074,2.126,1075,1.241,1076,2.842,1079,1.769,1089,1.082,1107,2.715,1111,2.126,1118,2.311,1119,2.749,1123,1.666,1126,1.369,1127,2.126,1129,1.491,1135,2.91,1138,1.303,1153,2.126,1205,1.222,1206,2.642,1233,2.872,1235,1.627,1253,2.245,1277,1.574,1299,2.546,1365,2.642,1376,1.929,1379,1.758,1381,3.015,1385,1.887,1420,5.559,1426,2.311,1472,3.06,1495,2.495,1514,2.184,1521,1.203,1539,2.022,1585,3.015,1589,2.073,1594,1.846,1600,1.491,1603,1.546,1611,2.642,1612,3.428,1617,2.642,1621,2.311,1622,3.784,1637,2.245,1641,4.393,1642,3.686,1645,2.749,1682,3.187,1685,2.382,1707,2.749,1709,2.245,1710,3.402,1711,0.769,1729,2.326,1735,2.311,1745,1.508,1754,2.022,1759,2.749,1762,3.015,1763,2.872,1788,1.346,1803,3.015,1805,3.06,1810,2.872,1863,1.975,1871,3.494,1916,2.495,1931,3.801,1962,2.022,1993,2.642,2005,2.749,2050,1.769,2150,2.184,2165,4.016,2171,3.676,2188,2.022,2224,3.015,2237,2.642,2247,2.46,2267,3.015,2298,2.749,2317,3.664,2337,3.187,2361,3.402,2370,2.872,2455,2.546,2536,3.187,2550,2.382,2559,2.749,2573,4.132,2574,1.975,2579,2.642,2606,2.245,2622,2.546,2681,1.975,2751,5.312,2783,2.245,2788,2.184,2791,4.132,2803,2.022,2804,2.642,2863,3.402,2870,2.382,2901,5.279,2905,5.736,2911,2.46,2960,6.274,2986,3.23,3013,3.187,3216,2.91,3227,3.187,3228,3.015,3255,3.801,3313,3.015,3328,3.956,3375,4.339,3377,4.129,3378,9.273,3379,9.159,3380,3.691,3381,4.129,3382,4.129,3383,4.129,3384,3.691,3385,4.129,3386,3.691,3387,3.691,3388,4.129,3389,3.956,3390,7.613,3391,4.129,3392,4.129,3393,5.942,3394,3.402,3395,5.312,3396,3.691,3397,8.187,3398,4.129,3399,4.129,3400,4.129,3401,5.89,3402,4.896,3403,6.648,3404,2.872,3405,4.129,3406,3.691,3407,3.402,3408,4.129,3409,5.942,3410,8.067,3411,3.691,3412,3.691,3413,3.402,3414,5.942,3415,3.691,3416,2.382,3417,3.402,3418,4.129,3419,4.896,3420,3.402,3421,2.749,3422,4.129,3423,5.312,3424,4.129,3425,4.129,3426,4.129,3427,4.129,3428,4.129,3429,2.872,3430,3.015,3431,2.749,3432,2.749,3433,4.129,3434,4.129,3435,4.129,3436,3.015,3437,4.129,3438,3.691,3439,3.187,3440,4.586,3441,4.129,3442,4.129,3443,3.691,3444,4.129,3445,4.129]],["file_terms//gpargo-cc-star.html",[]],["root_relative_url//uw-research-computing/index.html",[83,0.155,532,0.254,3446,4.689]],["high//uw-research-computing/index.html",[5,0.496,8,0.249,83,0.231,113,0.041,454,1.677,532,0.38]],["medium//uw-research-computing/index.html",[]],["content//uw-research-computing/index.html",[5,0.685,6,0.603,10,0.974,30,4.173,33,3.236,39,1.47,42,0.56,83,0.314,107,2.785,113,0.059,118,0.915,181,2.281,212,0.49,237,1.548,252,1.011,253,1.317,261,1.223,273,0.674,286,4.941,311,3.025,312,2.406,331,0.875,339,2.858,344,1.226,348,1.241,350,2.785,363,0.875,367,3.333,376,3.485,381,2.961,386,3.397,387,3.692,388,3.162,396,2.096,414,0.929,447,0.886,469,1.971,472,2.961,480,1.941,496,2.36,532,0.448,535,1.297,539,1.118,548,1.317,572,1.744,638,0.638,639,1.911,640,0.521,643,1.807,646,2.36,801,3.579,803,6.049,862,2.067,875,2.533,918,1.438,928,3.787,1078,3.904,1079,2.9,1090,3.092,1236,3.314,1472,3.485,1475,2.533,1616,3.787,1640,3.787,1677,2.17,1711,1.26,1738,1.376,1788,2.206,1956,3.679,2031,4.505,2161,4.941,2173,3.787,2228,4.941,2237,4.329,2317,4.173,2509,3.314,2515,4.032,2650,4.173,2671,3.787,2746,4.173,2878,5.223,2884,4.706,3039,4.329,3447,6.049,3448,6.767,3449,6.767,3450,6.767,3451,6.767,3452,6.767,3453,6.767,3454,6.767,3455,4.505,3456,6.767]],["file_terms//uw-research-computing/index.html",[]],["root_relative_url//uw-research-computing/globus.html",[83,0.155,532,0.254,3457,4.689]],["high//uw-research-computing/globus.html",[5,0.521,8,0.163,20,0.243,39,0.814,198,0.106,205,0.051,272,0.986,310,0.117,340,0.648,378,0.159,547,0.268,559,0.957,560,1,561,0.943,562,1.061,563,1.515,838,0.863,840,2.524,1729,1.396,3458,4.571,3459,5.709]],["medium//uw-research-computing/globus.html",[150,2.298,306,1.421,2845,5.494,3460,6.2,3461,7.524]],["content//uw-research-computing/globus.html",[5,0.699,8,0.169,10,0.684,20,0.328,42,0.322,43,0.938,49,0.821,50,0.527,56,1.385,65,1.318,67,1.658,88,1.363,90,2.037,94,0.821,97,0.966,99,1.262,113,0.052,118,0.642,129,0.834,133,0.695,136,1.087,139,1.136,150,2.004,164,0.717,175,0.885,177,0.862,182,0.678,188,1.262,198,0.22,201,0.593,203,0.307,205,0.078,210,0.684,212,0.251,215,0.738,217,3.379,219,1.12,221,1.342,222,1.462,224,1.743,232,0.728,237,1.087,238,1.301,240,0.654,242,0.995,245,0.966,253,1.277,273,0.654,277,0.63,283,1.797,301,0.052,306,1.24,307,0.622,310,0.226,314,0.952,334,1.071,337,1.243,340,0.674,352,1.099,356,1.479,363,0.708,377,0.456,378,0.165,384,1.168,394,1.499,396,1.206,397,1.153,399,2.457,441,2.172,447,0.859,459,1.01,467,1.602,532,0.356,535,0.911,536,1.452,539,0.785,540,1.136,547,0.577,548,0.925,552,1.399,556,1.188,557,0.925,558,1.966,580,1.531,584,0.911,596,1.12,597,1.457,599,1.188,611,1.203,629,1.996,634,1.087,637,0.695,640,0.569,641,1.528,644,1.846,693,1.882,695,1.052,697,0.54,699,2.08,707,1.569,721,1.025,722,1.616,736,1.549,739,1.429,742,1.301,743,1.282,745,1.363,746,0.925,749,3.071,753,1.117,776,1.641,777,1.748,781,1.277,795,2.448,808,1.882,809,1.956,811,1.956,816,1.549,817,1.186,818,1.385,827,2.648,829,1.136,832,1.779,835,1.583,836,1.206,837,1.056,838,1.879,839,1.429,840,3.431,841,1.342,842,1.385,843,1.301,844,1.549,845,1.087,846,1.658,847,1.429,848,1.762,849,1.188,850,1.429,851,1.116,852,1.549,853,1.824,854,1.602,855,1.206,856,1.602,857,1.658,858,1.549,859,1.602,860,1.429,861,0.966,862,1.452,863,1.879,864,2.037,865,1.687,918,1.01,923,3.041,927,1.717,950,2.448,951,2.172,974,3.668,978,1.918,1045,2.774,1075,1.429,1089,0.739,1126,2.914,1134,2.172,1164,2.742,1203,2.513,1205,1.406,1247,2.328,1249,1.996,1252,1.575,1271,2.037,1286,3.416,1288,1.549,1293,1.225,1318,1.63,1366,1.282,1380,2.221,1450,1.882,1472,4.528,1521,1.385,1676,3.47,1729,2.004,1738,1.528,1749,3.294,1909,3.91,1916,1.996,2080,2.643,2321,4.249,2330,2.66,2372,2.386,2437,3.041,2498,3.47,2670,2.832,3216,2.328,3459,8.831,3460,3.916,3462,3.668,3463,4.753,3464,3.668,3465,4.753,3466,4.791,3467,4.249,3468,4.249,3469,4.249,3470,4.753,3471,3.47,3472,4.753,3473,4.753,3474,4.753,3475,4.249]],["file_terms//uw-research-computing/globus.html",[]],["root_relative_url//Hiemstra.html",[3476,6.54]],["high//Hiemstra.html",[5,0.496,8,0.249,753,1.194,1490,4.486,2768,4.669,2981,6.269]],["medium//Hiemstra.html",[]],["content//Hiemstra.html",[5,0.65,6,0.623,10,0.6,16,1.62,17,1.125,20,0.299,23,1.215,25,1.864,26,1.16,31,1.717,42,0.283,43,1.182,47,3.045,49,1.322,50,0.663,51,1.36,56,1.744,59,1.825,81,1.091,83,0.31,88,0.669,89,1.507,96,1.828,99,1.59,113,0.055,116,2.201,118,0.564,119,2.32,124,2.094,126,0.873,129,0.732,132,1.316,136,0.954,155,1.43,160,0.478,161,0.873,163,1.562,168,1.625,171,1.295,175,0.776,176,1.027,184,2.043,186,1.744,188,1.108,193,0.749,198,0.217,199,1.274,203,0.524,205,0.077,208,1.131,210,0.6,212,0.22,214,0.94,215,0.502,220,1.215,224,1.108,228,0.954,230,1.291,235,1.478,239,2.151,240,0.416,249,1.534,250,1.507,252,0.833,256,1.48,257,0.968,261,1.082,263,0.743,265,1.254,273,0.84,277,0.567,281,1.316,284,2.619,288,1.951,289,1.534,293,1.497,297,2.268,301,0.033,307,0.546,310,0.107,319,2.094,326,2.901,330,1.799,331,0.393,334,1.724,336,1.949,337,1.091,344,0.619,347,1.799,348,1.098,351,1.338,352,1.024,356,1.578,359,1.639,361,2.088,363,0.393,368,1.274,378,0.208,381,1.825,384,1.066,393,0.886,394,2.208,414,0.822,427,2.668,428,1.455,434,2.406,435,1.48,452,1.592,453,2.039,459,1.01,466,1.717,467,1.406,471,1.683,483,1.751,485,1.383,487,3.691,490,2.043,501,1.864,519,3.437,522,1.787,532,0.226,535,1.879,539,1.157,546,1.62,547,0.509,552,1.424,553,2.138,554,0.913,557,1.164,560,0.913,562,0.968,565,2.94,572,1.075,582,1.919,584,1.342,596,0.983,611,1.403,619,2.777,624,2.072,626,1.683,631,2.621,632,6.155,633,2.621,644,1.62,646,2.088,681,4.864,686,3.254,688,2.735,692,1.075,695,1.226,697,0.629,702,1.825,704,2.881,706,1.949,709,1.48,721,2.058,724,2.162,726,1.274,730,3.728,742,1.142,743,1.125,746,0.811,753,1.563,759,2.334,772,1.41,778,2.206,782,2.369,785,1.717,791,2.334,793,1.651,809,1.717,810,2.148,813,1.164,817,0.754,829,1.431,845,0.954,847,1.254,851,0.619,853,1.16,875,1.562,880,1.562,882,1.771,892,3.045,896,1.751,902,2.406,923,2.668,929,2.148,936,1.949,946,2.453,973,2.206,978,1.683,982,2.043,984,1.888,990,2.406,993,3.004,1004,2.148,1005,1.949,1006,2.369,1007,1.562,1008,2.334,1009,2.206,1012,0.836,1030,4.62,1045,1.316,1051,1.825,1075,1.799,1076,1.995,1081,1.906,1089,0.931,1090,1.906,1107,1.906,1160,1.406,1171,3.806,1252,2.32,1253,2.268,1261,1.36,1267,2.668,1290,2.572,1296,1.825,1319,1.651,1366,1.125,1415,2.334,1418,2.334,1422,1.683,1426,2.334,1450,1.651,1489,4.835,1490,5.945,1506,2.901,1637,2.268,1640,2.334,1641,2.406,1688,1.62,1697,2.777,1711,0.776,1738,1.217,1745,2.204,1759,2.777,1760,3.386,1764,3.254,1782,2.668,1788,1.951,1918,3.829,1922,3.728,1923,3.219,2039,3.045,2180,2.777,2203,2.206,2213,3.437,2225,2.901,2302,2.572,2324,2.206,2328,1.864,2440,2.485,2445,2.334,2558,3.437,2584,2.094,2665,1.787,2666,2.565,2682,2.334,2768,5.914,2886,2.668,2963,4.162,2966,2.668,2984,2.668,3051,3.728,3349,4.162,3477,5.768,3478,7.804,3479,4.171,3480,4.171,3481,4.171,3482,3.566,3483,3.566,3484,2.572,3485,5.903,3486,5.985,3487,3.728,3488,4.171,3489,3.728,3490,3.728,3491,3.219,3492,3.437,3493,4.171,3494,4.932,3495,4.171,3496,4.171,3497,4.171,3498,2.777,3499,5.985,3500,2.668,3501,3.437,3502,3.728,3503,4.62,3504,3.728,3505,3.219,3506,3.045,3507,3.437]],["file_terms//Hiemstra.html",[]],["root_relative_url//events/demo/index.html",[3508,6.54]],["high//events/demo/index.html",[]],["medium//events/demo/index.html",[]],["content//events/demo/index.html",[301,0.064,425,1.897,1489,4.146,1749,4.041,2348,6.213,2349,6.634,2350,4.645,2351,5.15]],["file_terms//events/demo/index.html",[]],["root_relative_url//index.html",[3509,6.54]],["high//index.html",[5,0.511,8,0.113,25,1.42,38,0.591,83,0.221,113,0.029,118,0.429,149,0.509,160,0.364,306,0.6,311,1.42,312,0.925,348,0.583,380,0.472,401,0.818,408,1.451,421,0.716,454,0.76,492,0.695,500,1.189,503,2.319,504,1.636,532,0.323,540,0.76,622,0.574,823,0.883,918,1.039,927,1.147,950,1.636,957,1.42,995,1.071,1366,0.857,1524,2.209,1576,1.833,1602,1.959,1603,1.189,1737,1.257,1738,0.994,1819,1.42,2041,2.617,2848,1.778,3219,2.209,3510,2.617,3511,2.839,3512,2.839,3513,2.839]],["medium//index.html",[]],["content//index.html",[0,2.805,5,0.7,10,0.764,11,2.321,17,1.43,20,0.233,23,2.47,29,1.95,42,0.359,63,4.359,64,2.598,77,2.23,83,0.323,86,1.57,88,0.85,107,2.183,113,0.059,118,1.075,129,1.24,133,0.776,136,1.213,143,2.479,149,1.416,152,2.141,155,1.819,168,1.127,186,1.545,192,2.1,201,0.661,203,0.457,212,0.447,220,1.545,230,1.524,232,0.812,252,1.026,253,1.375,257,1.231,262,2.267,265,1.595,272,1.144,273,0.529,301,0.056,306,1.002,309,2.383,311,2.371,312,2.059,314,1.416,318,1.701,327,4.706,328,1.647,330,1.595,331,0.874,332,2.746,339,2.913,344,1.259,346,2.968,348,1.296,350,2.183,359,2.177,363,0.666,376,3.64,378,0.276,380,1.05,384,1.51,388,3.303,393,1.127,396,1.346,402,1.316,421,1.195,437,2.646,439,1.452,446,1.647,447,1.041,454,1.268,461,2.1,465,3.029,469,2.701,471,2.853,479,1.647,485,2.343,490,2.598,496,2.466,497,2.423,499,3.689,504,2.731,531,4.078,532,0.46,535,1.017,540,1.268,553,1.62,572,1.821,622,1.277,624,1.57,633,2.646,638,0.666,639,1.996,640,0.602,641,1.079,643,1.933,683,2.141,693,2.1,697,0.654,711,2.1,735,3.23,746,1.032,772,1.25,782,2.1,823,1.965,837,1.57,841,1.498,851,1.311,861,1.079,904,3.738,918,1.802,950,2.731,978,2.141,985,2.479,995,1.788,1062,2.273,1074,1.62,1079,3.029,1103,1.268,1111,2.731,1127,2.731,1136,2.884,1138,1.673,1235,1.936,1261,1.729,1294,2.731,1297,1.758,1303,3.531,1357,4.094,1366,1.906,1379,1.57,1408,2.321,1475,1.986,1515,3.462,1524,3.689,1546,3.689,1576,3.06,1587,4.741,1601,3.271,1638,2.884,1677,1.701,1711,0.987,1737,2.798,1738,1.724,1739,3.894,1745,1.794,1785,2.968,1788,1.729,1791,2.598,1804,1.95,1871,2.663,2059,4.916,2079,3.06,2098,3.873,2148,3.689,2189,3.689,2198,4.078,2203,2.805,2221,3.06,2227,2.805,2372,2.663,2515,3.161,2681,2.537,2774,2.805,2791,3.689,2803,3.462,2809,3.689,2810,3.271,2848,2.968,2858,3.531,2862,3.393,3001,6.319,3002,5.825,3003,3.873,3008,4.371,3228,3.873,3514,4.371,3515,3.873,3516,4.371,3517,4.371,3518,4.371,3519,4.371,3520,4.094,3521,4.371,3522,4.741,3523,3.06,3524,4.371,3525,5.304]],["file_terms//index.html",[]],["root_relative_url//uw-research-computing/guides.html",[83,0.155,532,0.254,3526,4.689]],["high//uw-research-computing/guides.html",[5,0.314,8,0.158,20,0.146,39,0.79,113,0.026,205,0.057,272,1.349,310,0.114,340,0.886,378,0.217,512,2.981,559,1.31,560,0.971,561,1.29,562,1.03,563,1.471,638,0.418,640,0.28,644,1.723,781,0.863,867,1.215,2746,2.736]],["medium//uw-research-computing/guides.html",[]],["content//uw-research-computing/guides.html",[5,0.698,6,0.67,8,0.207,17,1.572,20,0.334,32,4.055,43,1.151,65,1.46,88,1.206,97,1.185,113,0.044,133,0.852,141,1.672,148,1.881,150,1.781,161,1.221,163,2.183,164,0.879,165,2.927,177,0.863,193,0.624,198,0.225,205,0.08,210,0.839,212,0.308,215,0.783,219,1.374,227,1.257,231,3.873,237,1.334,238,1.596,242,1.221,252,0.907,263,1.038,273,0.749,277,0.432,301,0.072,307,0.763,337,1.525,340,0.826,356,1.314,363,0.709,377,0.56,378,0.33,384,1.038,397,1.825,432,2.724,447,0.763,452,1.101,459,0.727,535,1.118,536,1.781,539,0.963,540,1.394,547,0.534,556,1.458,558,2.178,561,1.203,580,1.421,584,1.442,597,1.849,599,1.881,611,1.069,635,2.717,637,0.852,638,0.829,640,0.555,641,1.529,643,1.276,644,3.234,697,0.685,708,1.394,721,1.257,722,1.853,732,2.308,736,1.901,742,2.059,743,2.028,746,1.463,753,0.993,776,1.881,781,1.463,812,2.265,817,1.359,832,2.183,835,1.4,836,1.48,837,1.67,838,1.72,839,2.261,840,1.999,841,2.124,842,1.698,843,1.596,844,1.901,845,1.334,846,2.034,847,1.753,848,1.168,849,1.458,850,1.753,851,0.866,852,1.901,853,2.091,855,1.48,856,1.965,857,2.034,858,1.901,859,1.965,860,1.753,861,1.185,862,1.781,863,1.881,864,1.81,865,2.069,867,2.409,918,1.239,1005,2.724,1075,1.753,1166,1.458,1171,3.17,1236,2.855,1293,1.502,1475,2.183,1804,2.144,1876,4.179,1933,4.089,2080,1.753,2207,2.855,2368,4.055,2460,4.5,2746,3.595,2983,4.339,3466,4.257,3527,5.212,3528,4.257]],["file_terms//uw-research-computing/guides.html",[2634,0.085,3529,0.095]],["root_relative_url//Google-HTCondor.html",[1432,2.969,3530,5.462]],["high//Google-HTCondor.html",[3,4.084,5,0.485,8,0.244,113,0.041,496,2.39,697,0.564,1432,3.726]],["medium//Google-HTCondor.html",[]],["content//Google-HTCondor.html",[3,6.045,6,0.617,10,0.741,13,1.764,17,1.388,20,0.316,23,2.018,30,3.173,31,2.118,36,3.972,37,2.351,38,1.627,42,0.469,46,2.583,48,2.721,50,0.868,67,1.795,82,1.346,83,0.316,86,2.317,90,3.59,93,1.706,98,1.826,104,2.205,113,0.059,118,0.936,125,4.24,126,1.078,133,0.752,135,8.225,143,2.405,148,1.958,160,1.033,161,1.078,164,0.776,168,1.094,169,2.335,171,2.15,176,1.929,177,0.794,181,1.735,182,0.532,198,0.194,201,0.864,203,0.333,205,0.062,206,2.118,209,3.066,210,1.127,212,0.271,215,0.432,216,2.721,220,2.018,230,1.494,232,0.788,240,0.78,242,1.078,254,1.859,263,0.916,268,4.666,272,1.494,273,0.513,276,1.859,282,2.88,287,2.583,301,0.062,310,0.178,316,2.018,318,2.511,334,1.16,358,1.031,363,0.485,378,0.241,379,2.52,384,0.916,394,1.624,402,0.958,411,1.892,414,0.707,420,2.3,424,1.523,439,1.897,447,0.674,462,5.039,471,2.077,473,3.579,474,2.969,496,2.416,501,2.3,539,0.85,554,1.714,555,3.634,584,0.987,604,1.624,611,1.436,622,1.415,633,2.593,636,1.795,638,0.653,646,2.416,696,1.476,697,0.78,722,1.268,735,2.351,744,2.221,753,1.333,773,2.798,782,2.037,790,3.757,806,1.962,810,2.65,813,1.001,851,1.244,867,1.897,881,3.383,940,2.461,945,2.65,953,4.24,975,1.927,978,2.077,989,2.52,1083,2.52,1166,1.287,1245,2.351,1399,3.292,1432,5.153,1491,2.721,1511,2.252,1570,2.798,1593,4.271,1637,2.798,1677,1.65,1737,2.742,1751,4.6,1754,2.52,1760,1.927,1818,3.914,2120,3.393,2156,3.426,2157,3.579,2195,4.127,2235,4.688,2372,3.477,2445,2.88,2455,2.205,2566,4.257,2602,2.583,2606,2.798,2609,3.972,2654,4.6,3197,3.579,3357,6.192,3531,8.376,3532,5.346,3533,5.717,3534,4.24,3535,5.146,3536,5.146,3537,5.146,3538,5.146,3539,5.146,3540,5.146,3541,5.146,3542,5.146,3543,5.346,3544,5.146,3545,9.004,3546,4.6,3547,4.6,3548,7.83,3549,5.146,3550,4.6,3551,3.972,3552,5.146,3553,5.346,3554,5.146,3555,7.83,3556,3.972,3557,5.146,3558,4.6,3559,4.24,3560,5.146,3561,5.146,3562,3.757,3563,4.24,3564,6.927,3565,5.146,3566,5.146]],["file_terms//Google-HTCondor.html",[]],["root_relative_url//PATh-Facility.html",[823,1.519,3567,5.462]],["high//PATh-Facility.html",[5,0.445,8,0.223,113,0.037,212,0.331,331,0.592,823,1.747,918,1.335,1235,1.72,1408,2.749,1531,2.871,1614,3.516]],["medium//PATh-Facility.html",[]],["content//PATh-Facility.html",[5,0.301,6,0.379,7,2.661,8,0.151,10,1.222,11,1.863,20,0.269,23,1.24,26,1.689,27,1.654,29,1.565,37,2.775,39,0.758,42,0.575,43,0.841,44,3.108,56,1.24,57,1.863,59,1.863,65,1.065,66,4.435,75,2.192,83,0.322,88,0.682,94,0.736,113,0.057,116,1.565,118,0.821,124,2.137,133,0.622,143,1.989,149,0.974,151,2.625,160,0.885,163,1.594,165,4.771,174,2.456,182,0.44,193,0.758,198,0.164,199,1.301,201,1.018,203,0.458,205,0.056,208,0.804,212,0.448,222,1.182,223,3.108,227,0.918,230,1.527,234,1.945,236,2.085,240,0.605,242,0.891,245,0.866,246,1.033,251,1.788,252,0.99,253,1.182,257,0.988,262,1.365,263,1.261,265,1.826,273,0.424,276,1.538,277,0.45,283,1.166,301,0.061,306,1.65,308,3.108,314,1.701,316,1.769,331,0.8,332,1.654,339,2.271,340,0.603,343,1.411,344,1.35,347,1.826,348,1.299,350,2.5,352,0.888,358,0.853,359,1.166,360,2.625,363,0.668,372,3.886,373,4.714,378,0.211,380,0.632,381,1.863,387,1.903,388,4.082,389,4.71,395,2.838,399,1.594,401,1.097,402,0.792,403,2.137,408,1.945,411,1.565,414,0.585,424,1.26,425,1.003,435,1.511,447,1.069,452,1.147,454,1.018,459,0.757,464,1.718,467,1.435,468,2.625,469,2.249,476,1.114,479,1.885,483,1.788,486,2.603,497,1.945,499,2.961,513,1.903,535,0.816,539,1.349,540,1.018,554,0.932,560,0.932,561,0.878,572,2.103,587,2.834,596,1.003,599,1.519,622,0.769,624,1.26,633,1.594,634,0.974,639,1.202,640,0.582,646,2.693,665,3.108,681,4.085,693,2.404,694,3.108,697,0.35,705,2.961,716,2.451,723,1.718,727,1.824,735,1.945,744,1.365,746,0.828,753,1.034,772,1.003,776,1.065,782,1.685,787,2.085,812,1.654,813,0.828,823,2.828,828,1.411,829,1.018,832,2.274,835,0.792,837,0.945,843,1.166,845,0.974,851,1.051,918,1.641,930,1.903,931,2.036,946,1.365,951,1.945,975,2.274,1003,2.036,1007,1.594,1012,0.853,1049,1.788,1074,1.301,1081,1.945,1087,2.315,1110,2.625,1120,2.834,1123,1.718,1129,1.538,1152,1.623,1160,1.435,1166,1.065,1235,2.392,1239,2.724,1240,1.365,1252,1.411,1261,1.388,1293,1.097,1302,2.192,1318,1.46,1320,2.537,1321,1.788,1323,2.961,1365,2.724,1366,1.909,1376,1.989,1381,3.108,1383,1.26,1405,3.806,1408,2.658,1409,2.456,1476,2.451,1485,2.383,1510,2.838,1515,2.975,1516,2.961,1521,1.24,1531,4.546,1536,2.724,1539,2.085,1591,2.537,1592,2.251,1593,3.745,1612,3.504,1634,2.383,1637,2.315,1667,1.24,1679,4.224,1685,2.456,1689,2.961,1711,1.519,1737,1.685,1738,0.866,1739,3.998,1745,1.542,1774,3.286,1786,2.036,1788,1.388,1796,3.504,1826,0.932,1871,3.554,1966,2.537,2065,2.834,2079,2.456,2139,2.456,2211,2.834,2225,2.961,2228,3.108,2234,3.128,2324,2.251,2476,3.235,2550,2.456,2606,2.315,2623,3.508,2659,2.085,2681,2.036,2780,2.537,2803,2.085,2804,2.724,2809,2.961,2823,3.108,2864,2.251,2868,2.456,2870,2.456,2944,2.961,3235,3.508,3340,2.834,3404,2.961,3436,3.108,3467,5.429,3568,2.961,3569,4.688,3570,4.257,3571,3.286,3572,4.257,3573,4.257,3574,4.257,3575,6.074,3576,3.806,3577,3.286,3578,5.005,3579,3.745,3580,4.043,3581,3.108,3582,5.005,3583,3.508,3584,3.508,3585,3.806,3586,3.806,3587,3.806,3588,3.806,3589,3.508,3590,3.508,3591,4.257,3592,2.383,3593,4.257,3594,3.806,3595,4.257,3596,6.329,3597,4.257,3598,3.508,3599,4.257,3600,3.806,3601,4.257,3602,4.257,3603,4.257,3604,4.257,3605,4.257,3606,4.257,3607,4.257,3608,3.806,3609,3.108]],["file_terms//PATh-Facility.html",[]],["root_relative_url//uw-research-computing/gpu-lab.html",[83,0.136,532,0.223,533,3.672,3610,3.17]],["high//uw-research-computing/gpu-lab.html",[5,0.566,8,0.228,78,2.493,394,2.024,512,2.641,535,1.23,646,2.238,1763,4.462,3611,4.272]],["medium//uw-research-computing/gpu-lab.html",[]],["content//uw-research-computing/gpu-lab.html",[5,0.707,8,0.235,16,2.564,20,0.291,42,0.551,50,0.731,83,0.291,84,2.95,94,1.141,113,0.048,160,0.757,161,1.382,175,1.228,198,0.153,205,0.07,210,0.95,234,3.016,252,0.719,253,1.715,273,0.81,283,1.807,297,3.588,306,1.665,328,2.049,343,2.188,350,3.347,352,1.189,359,1.807,369,3.399,371,4.188,372,5.203,373,5.414,374,4.692,375,4.692,377,0.634,378,0.229,387,2.95,394,2.903,414,0.906,458,5.9,470,3.716,476,1.727,492,1.444,500,2.471,512,2.716,532,0.358,535,1.952,552,1.228,554,1.444,572,2.096,611,1.492,631,2.471,638,0.767,639,2.297,640,0.417,642,3.694,646,2.302,695,1.413,743,1.78,776,2.204,781,1.582,851,0.98,938,3.808,943,1.923,995,2.225,1277,2.517,1293,1.701,1366,1.78,1712,3.399,1738,1.342,1791,3.232,1819,2.95,2035,4.222,2036,3.933,2080,1.984,2134,4.59,2171,2.888,2665,2.828,2666,2.828,2780,3.933,3080,5.9,3612,8.133,3613,4.819,3614,5.094,3615,4.222,3616,6.6,3617,6.6,3618,6.6,3619,6.6,3620,6.436,3621,7.264,3622,4.819,3623,4.59]],["file_terms//uw-research-computing/gpu-lab.html",[]],["root_relative_url//uw-research-computing/julia-jobs.html",[83,0.136,532,0.223,534,2.299,3624,4.108]],["high//uw-research-computing/julia-jobs.html",[5,0.2,8,0.1,20,0.093,39,0.502,94,0.77,97,1.123,198,0.065,205,0.063,214,1.244,215,0.573,232,0.432,271,0.727,272,0.608,307,0.583,310,0.072,340,0.4,377,0.53,378,0.098,514,0.967,536,0.862,547,0.261,559,0.591,560,0.617,561,0.582,562,0.655,563,0.935,697,0.232,706,1.318,817,1.133,818,1.827,821,0.951,857,2.651,1043,2.58,1076,1.349,1878,1.096,3625,2.521]],["medium//uw-research-computing/julia-jobs.html",[10,0.295,118,0.277,198,0.065,205,0.016,214,0.631,215,0.095,232,0.314,301,0.075,306,1.254,307,0.148,378,0.039,453,0.33,454,0.67,494,0.424,512,0.467,544,0.332,547,0.201,569,0.467,579,0.979,580,0.387,582,0.364,583,0.875,584,0.217,585,0.875,591,0.654,592,0.584,593,0.675,594,0.675,596,1.139,598,1.197,600,0.979,601,0.957,603,0.957,604,0.646,607,1.681,617,0.916,645,0.252,721,0.604,724,0.409,745,0.325,747,0.507,753,0.193,818,1,820,0.364,823,0.954,838,0.214,848,0.227,857,3.015,863,1.444,1011,0.913,1029,1.406,1043,2.423,1172,1.721,1176,0.934,1179,0.828,1202,1.443,1208,2.071,1211,0.654,1213,2.29,1219,1.814,1232,0.725,1275,0.725,1280,0.699,1301,0.675,1332,2.504,1347,0.699,1452,1.792,1454,0.725,1456,0.6,1468,0.934,1959,1.669,1989,0.654,2395,0.934,2406,0.828,2412,0.934,2413,0.934,2418,0.725,2700,1.831,2934,1.866,3023,1.831,3274,1.727,3626,5.775,3627,0.875,3628,3.433,3629,3.433,3630,4.431,3631,1.013,3632,5.185,3633,1.134,3634,2.048,3635,5.609,3636,1.134,3637,1.134,3638,2.048,3639,3.548,3640,1.134,3641,1.134,3642,1.134,3643,1.134,3644,4.431,3645,2.504,3646,1.134,3647,1.134]],["content//uw-research-computing/julia-jobs.html",[5,0.585,6,0.35,8,0.204,11,1.722,20,0.332,42,0.56,43,0.777,50,0.825,65,1.306,72,1.619,88,0.631,94,1.428,97,1.735,119,1.304,129,0.69,131,2.202,132,1.241,133,0.575,136,1.951,139,0.941,142,2.27,159,1.094,161,1.202,164,0.593,169,1.326,177,0.777,182,0.406,193,0.614,198,0.224,201,0.491,203,0.438,205,0.081,212,0.208,214,2.112,215,0.838,219,1.352,222,0.766,224,1.524,225,1.349,227,1.237,228,0.9,232,1.212,237,1.312,238,1.854,239,1.045,240,0.572,242,0.824,245,0.8,256,1.396,257,1.332,260,1.501,271,1.745,273,0.572,277,0.648,281,1.241,293,0.984,301,0.069,306,1.785,307,1.082,310,0.101,314,0.788,337,1.029,340,0.558,352,0.99,358,0.788,363,0.541,367,2.316,377,0.892,378,0.259,380,0.584,384,0.701,393,0.836,397,0.955,414,0.93,434,2.27,446,1.221,452,1.084,453,1.672,459,0.844,486,2.459,492,1.867,494,2.536,512,2.362,514,1.349,530,2.459,535,0.754,539,0.65,540,0.941,546,1.529,547,0.58,548,0.766,552,1.473,553,1.202,556,1.694,557,1.116,558,1.772,559,1.418,572,1.479,580,1.084,584,0.754,587,2.619,596,0.927,597,1.504,598,1.372,599,0.984,611,0.722,631,2.148,637,0.839,640,0.539,641,1.167,642,2.202,645,1.835,692,1.745,693,1.558,695,1.269,696,2.27,697,0.702,701,1.826,707,1.372,708,1.976,717,2.446,721,0.849,722,1.668,724,1.421,736,1.283,742,1.077,743,1.061,745,1.942,746,0.766,751,1.759,753,1.267,781,1.318,786,1.837,802,2.081,816,1.283,817,1.765,818,2.856,820,2.172,821,1.326,835,0.732,836,0.999,837,0.874,838,1.279,839,1.183,840,1.349,841,1.111,842,1.146,843,1.854,844,1.283,845,0.9,846,1.372,847,1.183,848,1.787,849,0.984,850,2.379,851,0.584,852,1.283,853,1.595,854,1.326,855,0.999,856,1.326,857,3.533,858,1.283,859,1.326,860,1.183,861,0.8,862,1.202,863,1.861,864,1.221,865,1.396,880,1.473,884,1.349,934,1.927,962,1.759,975,1.473,1011,2.208,1012,0.788,1043,3.698,1054,2.619,1069,2.345,1089,1.158,1090,2.622,1103,0.941,1107,1.798,1166,1.694,1204,2.139,1219,2.622,1263,2.619,1280,4.59,1282,1.619,1283,4.71,1284,4.509,1286,1.529,1288,1.871,1293,1.014,1393,1.619,1398,1.529,1403,1.975,1415,2.202,1760,1.473,1893,2.345,1911,2.873,1913,1.241,1962,1.927,1972,1.975,2080,1.183,2165,2.27,2170,2.517,2290,2.517,2389,3.037,2436,2.736,2445,2.202,2450,2.345,2458,2.619,2461,2.517,2464,3.242,2465,3.037,2934,3.12,3274,2.426,3613,2.873,3625,3.517,3631,5.129,3639,5.129,3648,3.935,3649,3.935,3650,3.517,3651,3.935,3652,5.738,3653,3.935,3654,2.517,3655,6.773,3656,2.736]],["file_terms//uw-research-computing/julia-jobs.html",[]],["root_relative_url//jobs.html",[534,3.66]],["high//jobs.html",[5,0.485,8,0.244,352,1.002,411,2.52,2581,3.278,3218,5.788]],["medium//jobs.html",[]],["content//jobs.html",[5,0.633,6,0.69,10,1.225,16,2.371,17,2.088,20,0.201,23,1.778,25,2.728,38,1.136,42,0.525,64,2.989,77,1.925,83,0.256,97,1.241,108,2.655,113,0.055,114,2.852,115,1.75,123,4.244,143,2.852,152,2.463,170,2.285,177,0.7,182,0.63,186,1.778,203,0.61,205,0.068,208,1.463,212,0.409,219,1.438,230,1.316,240,0.608,245,1.241,254,2.204,261,1.103,273,0.848,301,0.048,311,2.728,312,2.256,315,3.462,328,2.641,331,0.575,337,1.597,339,1.957,344,0.906,359,1.671,363,0.575,378,0.212,381,2.67,384,1.087,411,3.128,421,1.376,431,2.416,439,1.671,446,2.404,447,1.014,454,1.459,469,1.778,471,2.463,488,3.637,497,2.788,500,2.285,522,2.615,532,0.501,561,1.259,571,2.788,622,1.103,631,2.285,635,2.204,682,2.057,692,1.573,696,1.75,697,0.502,702,2.67,708,1.459,726,2.733,746,1.507,776,1.936,795,3.143,849,1.526,875,3.35,894,2.728,896,2.563,929,3.143,933,5.029,994,3.416,997,2.788,1007,2.285,1047,3.064,1067,2.728,1070,3.637,1082,4.456,1104,3.637,1157,2.512,1162,1.778,1166,1.936,1206,3.904,1235,2.12,1243,5.386,1247,2.989,1275,3.904,1286,2.371,1297,2.023,1366,2.088,1404,3.521,1408,2.67,1511,2.67,1521,1.778,1531,2.788,1603,2.899,1608,3.318,1667,1.778,1677,1.957,1688,2.371,1690,3.416,1711,1.136,1735,3.416,1738,1.73,1745,1.966,1778,3.521,1790,3.763,1956,3.318,2155,3.763,2171,2.67,2229,3.227,2312,3.763,2425,3.143,2581,3.703,2602,3.064,2650,3.763,2676,5.456,2784,5.029,2810,3.763,2813,3.904,3218,4.244,3224,3.904,3226,4.71,3227,4.71,3230,5.029,3236,5.029,3245,4.71,3412,5.456,3436,4.456,3657,6.103,3658,4.456,3659,4.456,3660,6.103,3661,5.456,3662,6.103,3663,6.103,3664,4.71,3665,5.029,3666,6.103,3667,4.71,3668,6.103,3669,6.103,3670,5.456,3671,6.103,3672,6.103,3673,6.103,3674,4.71,3675,6.103,3676,5.456,3677,6.103,3678,5.029,3679,6.103]],["file_terms//jobs.html",[]],["root_relative_url//uw-research-computing/dos-unix.html",[83,0.136,532,0.223,3680,4.108,3681,4.108]],["high//uw-research-computing/dos-unix.html",[5,0.381,8,0.192,20,0.178,39,0.959,205,0.057,272,1.162,301,0.043,310,0.138,340,0.763,378,0.187,559,1.128,560,1.179,561,1.111,562,1.25,563,1.785,863,1.347,864,1.672,865,1.912]],["medium//uw-research-computing/dos-unix.html",[56,1.585,232,0.833,537,1.803,545,1.028,547,0.319,582,1.745,590,2.432,607,3.943,614,3.784,844,1.774,848,1.09,1029,2.731,1918,3.481,2376,3.242,2461,5.151,3682,4.863,3683,5.441,3684,5.441,3685,5.441,3686,4.199,3687,7.197,3688,4.483,3689,5.441,3690,5.441]],["content//uw-research-computing/dos-unix.html",[5,0.642,6,0.665,20,0.328,23,2.551,49,0.996,65,1.452,88,0.924,89,2.081,97,1.171,131,3.224,132,1.818,133,0.842,164,0.869,168,1.759,177,0.856,198,0.231,200,1.602,205,0.081,212,0.304,214,2.095,215,0.805,219,1.758,237,1.318,238,1.577,242,1.563,245,1.171,271,1.923,273,0.744,279,2.967,301,0.066,307,0.754,310,0.148,314,1.154,330,1.732,337,1.507,340,0.817,352,0.842,356,1.298,361,2.009,363,0.543,377,0.553,378,0.2,397,1.398,400,2.744,414,0.791,452,1.088,453,1.678,459,0.718,507,3.655,535,1.104,539,0.952,540,1.378,547,0.562,552,1.072,556,1.441,557,1.121,558,2.166,580,1.41,582,2.393,584,1.104,597,1.657,599,1.441,611,1.057,640,0.597,641,1.518,645,1.279,695,0.924,697,0.614,701,2.446,721,1.242,722,1.839,736,1.878,742,1.577,743,1.554,746,1.121,753,1.271,781,1.121,793,2.281,816,1.878,817,1.041,835,1.072,836,1.462,837,1.279,838,1.564,839,1.732,840,1.975,841,1.627,842,1.678,843,1.577,844,1.878,845,1.318,846,2.009,847,1.732,848,1.154,849,1.441,850,1.732,851,0.856,852,1.878,853,2.075,854,1.942,855,1.462,856,1.942,857,2.009,858,1.878,859,1.942,860,1.732,861,1.171,862,1.76,863,1.866,864,2.317,865,2.649,1012,1.154,1042,2.632,1043,3.868,1048,2.484,1145,3.686,1299,3.553,1301,3.433,1308,3.433,1379,2.209,1403,2.892,1476,2.325,1508,5.19,1809,3.266,1957,2.755,2026,5.15,2083,3.047,2324,3.047,2328,2.575,2559,3.835,2602,2.892,2761,4.447,2934,3.132,2936,3.604,2940,4.447,2999,4.207,3212,4.602,3654,3.686,3686,5.76,3691,5.15,3692,7.463,3693,5.761,3694,4.747,3695,5.761,3696,4.447,3697,5.761,3698,4.207]],["file_terms//uw-research-computing/dos-unix.html",[]],["root_relative_url//uw-research-computing/machine-learning-htc.html",[83,0.121,273,0.364,532,0.198,2686,2.668,3699,3.655]],["high//uw-research-computing/machine-learning-htc.html",[5,0.257,8,0.129,20,0.213,38,0.677,39,0.647,65,0.638,175,0.677,198,0.125,205,0.064,215,0.305,221,1.027,240,0.362,272,0.784,273,0.362,277,0.269,298,1.872,310,0.139,340,0.515,378,0.188,535,0.697,536,1.11,537,1.794,538,1.29,544,0.431,545,0.687,548,0.707,558,0.951,559,0.761,560,0.796,561,0.75,562,0.844,563,1.205,611,0.667,1171,1.976,2187,1.558]],["medium//uw-research-computing/machine-learning-htc.html",[535,1.4,681,4.212,1171,3.969,3484,5.33,3700,7.301,3701,7.301]],["content//uw-research-computing/machine-learning-htc.html",[5,0.692,6,0.55,8,0.22,20,0.33,38,1.534,42,0.296,43,1.221,49,0.754,50,0.685,51,2.545,52,2.248,55,3.028,65,1.661,81,1.142,82,1.878,83,0.204,88,0.7,93,1.075,94,0.754,97,0.888,99,1.159,100,3.103,113,0.042,129,0.766,133,0.638,142,1.773,160,0.501,161,1.295,164,1.177,177,0.945,184,2.138,188,1.159,191,1.447,193,0.467,198,0.229,203,0.505,205,0.081,208,1.168,210,0.628,212,0.23,215,0.754,219,1.028,221,1.746,222,0.849,227,1.333,233,2.443,235,0.743,237,0.998,238,1.195,240,0.715,242,0.914,245,0.888,250,1.577,253,0.849,260,1.878,261,0.789,273,0.958,277,0.61,278,1.664,281,1.377,289,1.605,295,2.957,301,0.062,307,1.022,310,0.22,328,1.919,334,1.857,337,1.617,340,0.619,352,1.205,356,0.984,363,0.677,367,1.762,377,0.69,378,0.312,380,0.918,397,1.059,411,1.605,414,0.599,425,1.691,438,2.906,440,1.762,447,0.94,452,1.168,459,0.771,467,1.471,472,1.91,476,1.142,482,3.369,484,2.087,492,0.955,535,1.777,536,1.333,539,0.721,540,1.044,546,2.402,547,0.502,548,0.849,552,0.812,553,2.517,556,1.091,557,1.203,558,2.515,560,0.955,565,2.156,580,0.825,584,1.185,597,1.594,599,1.091,611,1.7,627,2.723,631,1.634,632,3.187,633,1.634,634,1.414,635,1.577,637,0.638,640,0.577,641,1.46,654,1.333,678,1.333,688,1.994,695,1.372,697,0.59,699,2.705,707,1.044,710,1.796,711,2.448,717,2.233,721,1.548,722,1.923,723,1.762,731,2.889,735,2.825,736,1.423,739,2.573,741,1.871,742,1.693,743,1.936,746,1.203,753,1.403,755,1.762,768,3.036,772,1.028,781,1.749,782,2.448,793,1.728,806,2.357,810,2.248,812,1.696,813,0.849,816,2.016,817,1.59,818,2.091,821,1.471,835,0.812,836,1.108,837,0.969,838,1.356,839,1.312,840,1.497,841,1.233,842,1.272,843,1.195,844,1.423,845,0.998,846,1.522,847,1.312,848,0.875,849,1.091,850,1.312,851,1.271,852,1.423,853,1.996,854,1.471,855,1.108,856,1.471,857,1.522,858,1.423,859,1.471,860,1.312,861,0.888,862,1.333,863,1.546,864,1.355,865,1.549,902,2.518,938,2.518,975,2.315,997,1.994,1028,2.087,1048,1.195,1054,2.906,1067,1.951,1089,0.961,1103,1.044,1162,1.272,1166,1.091,1171,3.361,1267,2.792,1288,2.016,1293,1.125,1305,3.187,1321,1.833,1378,2.692,1485,3.46,1488,2.792,1490,2.792,1499,2.792,1544,1.762,1688,1.696,1731,3.903,1760,2.315,1806,3.036,1969,2.191,2080,1.312,2091,2.04,2235,2.443,2839,4.3,2984,2.792,3123,3.036,3483,3.684,3484,4.427,3611,2.906,3702,4.365,3703,4.365,3704,4.365,3705,3.187,3706,3.369,3707,3.187]],["file_terms//uw-research-computing/machine-learning-htc.html",[]],["root_relative_url//staff/docs/Schedule_Calendar.html",[3708,6.54]],["high//staff/docs/Schedule_Calendar.html",[5,0.277,8,0.139,94,0.677,182,0.405,185,1.025,263,0.698,291,2.507,377,0.649,547,0.463,614,3.978,696,1.124,781,0.762,829,0.937,934,1.919,943,1.968,965,2.193,1126,1.299,1282,1.613,1591,4.026,1600,1.415,2038,2.181,2353,3.229,3627,3.024,3709,2.725,3710,3.918,3711,3.918,3712,3.503,3713,3.503]],["medium//staff/docs/Schedule_Calendar.html",[175,0.894,301,0.065,324,3.34,343,2.191,592,2.473,635,1.735,645,1.468,678,1.467,701,1.295,793,1.901,896,2.016,1103,1.148,1203,3.495,1293,1.703,1318,1.647,1437,2.961,1506,3.34,1748,5.446,1907,2.411,3175,5.446,3176,5.446,3714,4.802,3715,4.802,3716,4.802,3717,5.907,3718,5.907,3719,4.293,3720,3.957,3721,5.907]],["content//staff/docs/Schedule_Calendar.html",[20,0.314,50,0.849,61,2.416,67,1.72,77,1.556,82,2.153,93,1.215,94,1.601,99,2.186,104,2.114,108,1.691,119,1.635,122,2.158,129,1.444,140,3.042,141,1.93,146,2.254,160,0.772,175,1.253,182,0.982,185,2.381,200,1.371,203,0.532,210,0.71,222,0.96,224,1.31,240,0.491,246,1.197,256,1.751,257,1.145,261,1.487,263,1.198,277,0.499,288,1.608,291,5.512,301,0.075,307,0.646,310,0.173,318,1.582,324,3.43,343,2.947,347,1.483,355,4.409,356,1.112,366,4.064,377,0.874,401,1.271,414,0.677,428,1.72,452,0.932,453,1.437,454,1.179,459,0.839,514,2.308,532,0.267,544,0.798,547,0.557,548,0.96,582,1.582,584,0.946,592,2.54,596,1.162,614,5.329,637,0.984,639,1.393,642,3.767,644,1.916,645,1.828,654,1.507,678,2.514,696,1.415,707,1.179,708,1.968,709,1.751,714,2.939,717,2.431,722,1.215,727,2.114,778,2.608,793,3.259,808,1.415,820,1.582,838,0.932,896,2.071,897,3.042,927,1.782,934,4.355,940,3.219,943,2.651,945,2.54,965,4.288,984,1.556,1012,0.988,1048,1.351,1080,4.681,1084,1.953,1089,0.767,1103,1.179,1106,4.607,1122,1.953,1126,1.635,1135,2.416,1167,1.556,1203,4.052,1276,3.466,1290,3.042,1293,2.121,1377,2.359,1380,2.305,1408,2.158,1432,4.684,1484,3.807,1506,3.43,1521,1.437,1543,2.846,1591,5.598,1600,1.782,1683,2.939,1729,1.507,1748,5.546,1777,2.682,1830,3.43,1832,3.284,1916,2.071,1962,2.416,2037,4.064,2038,3.391,2064,3.284,2080,1.483,2089,2.608,2178,3.753,2267,3.601,2303,4.064,2322,4.409,2328,2.205,2350,2.846,2353,7.83,2381,3.601,2507,2.76,2508,3.807,2546,4.064,2757,4.064,2868,2.846,2936,2.03,2976,4.915,3011,3.156,3175,4.064,3176,4.064,3216,4.457,3225,3.807,3466,3.601,3627,5.195,3656,3.43,3678,4.064,3698,4.915,3709,3.43,3712,4.409,3713,8.281,3717,4.409,3718,6.017,3719,6.017,3720,4.064,3721,6.017,3722,4.064,3723,4.932,3724,6.731,3725,4.409,3726,4.932,3727,4.932,3728,3.807,3729,7.662,3730,4.932,3731,6.017,3732,3.807,3733,4.932,3734,4.932,3735,6.017,3736,4.932,3737,4.915,3738,4.932,3739,4.932,3740,4.932,3741,6.731,3742,4.932,3743,4.932,3744,4.932,3745,4.932,3746,6.731,3747,4.932,3748,4.932,3749,3.601,3750,4.932,3751,3.601,3752,6.731,3753,4.409,3754,4.409,3755,4.932,3756,4.932,3757,4.932,3758,4.064,3759,5.546,3760,6.731,3761,4.932,3762,4.932,3763,3.807,3764,7.358,3765,6.783,3766,8.231,3767,5.195,3768,4.409,3769,6.731,3770,4.409,3771,4.932,3772,4.932,3773,4.932,3774,4.409,3775,3.601,3776,4.932,3777,4.932,3778,4.932,3779,4.409,3780,4.409,3781,4.409,3782,4.932,3783,4.932,3784,4.932]],["file_terms//staff/docs/Schedule_Calendar.html",[]],["root_relative_url//uw-research-computing/user-expectations.html",[83,0.136,532,0.223,3785,3.385,3786,4.108]],["high//uw-research-computing/user-expectations.html",[5,0.572,8,0.195,16,2.13,20,0.239,236,2.686,252,0.597,310,0.141,340,1.024,363,0.681,638,0.517,644,2.807,1208,2.563]],["medium//uw-research-computing/user-expectations.html",[844,2.416,1004,4.491,3787,7.411,3788,7.795]],["content//uw-research-computing/user-expectations.html",[5,0.71,6,0.838,8,0.28,10,0.64,16,2.433,20,0.311,26,1.236,32,3.091,38,1.166,42,0.491,49,0.768,50,0.694,57,1.945,81,1.163,82,1.897,83,0.26,98,1.577,99,1.18,104,1.905,113,0.051,118,0.98,121,1.695,129,0.78,136,1.017,160,0.831,161,0.931,170,1.664,176,1.543,182,0.813,188,1.18,193,0.776,198,0.209,201,0.554,203,0.509,205,0.066,208,0.84,210,1.239,214,1.411,215,0.608,221,1.255,227,1.35,228,1.432,229,2.959,234,2.031,235,0.757,236,4.332,237,1.017,239,1.18,240,0.722,242,1.648,245,1.474,246,1.079,252,0.904,253,1.531,256,1.577,260,1.638,262,1.425,263,1.291,264,1.498,277,0.615,293,2.075,297,2.416,301,0.05,310,0.246,312,1.295,334,1.002,340,1.028,343,2.076,348,1.148,349,2.959,357,2.289,358,0.891,359,1.217,360,2.741,363,0.866,377,0.427,378,0.154,380,0.93,384,0.791,399,1.664,402,0.827,414,0.61,421,1.634,447,0.582,465,1.905,476,1.163,479,1.38,483,2.629,486,1.905,488,2.648,492,1.587,496,1.55,500,1.664,501,1.987,532,0.339,539,0.734,544,0.527,547,0.505,552,0.827,553,1.358,560,0.973,572,1.868,584,0.852,604,1.402,622,0.803,634,1.658,636,1.55,638,0.919,639,2.657,640,0.395,641,0.904,644,1.727,645,0.987,681,2.564,690,4.32,691,2.741,695,1.004,708,1.063,721,1.35,723,1.794,738,2.843,739,2.366,753,1.234,754,2.35,757,1.905,762,2.564,772,1.047,776,1.111,778,2.35,781,0.865,782,1.76,784,2.416,785,2.577,786,1.032,808,1.275,812,2.433,813,0.865,820,1.425,827,1.794,829,1.063,837,0.987,842,2.112,845,1.658,847,1.336,848,0.891,849,1.566,851,0.66,858,1.449,867,1.217,895,3.663,918,1.673,946,1.425,1012,1.255,1039,2.959,1045,1.976,1049,1.866,1050,3.091,1072,2.126,1074,1.358,1075,2.495,1095,2.843,1102,2.799,1103,2.058,1104,3.731,1113,2.741,1115,1.727,1129,1.605,1139,2.222,1152,1.695,1166,2.075,1167,1.976,1189,4.355,1205,2.145,1208,4.023,1249,1.866,1254,3.404,1283,3.091,1288,1.449,1293,1.145,1308,2.648,1310,3.431,1380,3.388,1383,1.315,1393,1.829,1398,1.727,1402,3.067,1426,3.504,1450,1.76,1475,1.664,1476,1.794,1509,2.289,1521,1.295,1551,3.973,1594,1.987,1600,1.605,1608,2.416,1612,2.564,1638,2.416,1667,2.293,1693,3.245,1729,1.358,1738,0.904,1745,1.589,1766,2.648,1786,2.126,1788,2.041,1791,2.177,1800,2.843,1809,1.945,1826,1.37,1863,2.126,1893,2.648,1907,2.231,1909,4.32,1918,2.843,1923,3.431,1930,4.833,1966,2.648,1968,2.843,2080,1.336,2156,2.959,2177,2.416,2188,3.067,2227,2.35,2229,4.388,2337,4.833,2454,2.416,2494,3.431,2509,2.177,2560,5.16,2574,2.126,2581,2.126,2620,2.416,2659,3.067,2671,4.057,2806,2.487,2846,2.741,2848,2.487,2850,2.177,2851,3.431,2852,3.973,2892,3.091,3039,5.507,3203,3.245,3216,2.177,3262,2.741,3311,2.741,3749,3.245,3768,3.973,3789,3.973,3790,4.445,3791,3.973,3792,4.445,3793,6.262,3794,6.262,3795,3.663,3796,6.262,3797,4.445,3798,4.445,3799,4.445,3800,4.445,3801,3.973,3802,4.445,3803,3.973,3804,3.973,3805,4.445,3806,3.973,3807,4.445,3808,3.973,3809,5.598,3810,4.445,3811,3.973,3812,4.445,3813,4.445]],["file_terms//uw-research-computing/user-expectations.html",[]],["root_relative_url//EHT.html",[3814,6.54]],["high//EHT.html",[5,0.464,8,0.233,113,0.039,212,0.346,316,1.91,320,3.467,321,3.564,331,0.618,344,0.974]],["medium//EHT.html",[]],["content//EHT.html",[6,0.371,7,2.492,8,0.148,10,0.861,13,2.398,20,0.231,24,2.664,27,2.717,38,1.302,41,2.202,42,0.588,43,0.822,50,0.663,56,1.213,63,2.568,69,2.481,82,1.089,83,0.293,84,2.672,86,1.232,88,0.668,92,3.98,94,0.72,98,2.122,113,0.056,114,1.946,118,1.094,124,2.09,126,0.872,128,1.272,129,1.049,132,1.314,142,1.194,149,1.549,159,1.662,160,0.478,163,1.559,164,1.309,165,3.511,169,1.404,172,3.214,177,0.478,181,2.926,182,0.43,185,1.089,187,2.413,192,1.649,193,0.64,199,1.272,201,0.519,202,3.825,203,0.574,208,0.787,212,0.369,220,1.742,221,1.176,222,0.81,224,1.106,225,1.428,230,0.898,232,0.638,233,2.331,239,1.588,240,0.415,245,0.847,246,1.697,249,1.531,250,1.504,251,1.749,252,0.454,253,1.163,254,2.159,261,1.08,262,1.917,263,1.245,265,1.252,271,1.073,277,0.443,301,0.064,306,1.529,308,3.041,309,1.404,310,0.179,311,3.417,312,2.358,314,1.198,316,1.213,317,1.588,318,1.917,320,4.28,321,4.4,322,2.09,327,4.656,331,0.721,332,2.717,337,1.089,339,1.335,340,0.59,343,1.38,344,1.289,348,0.764,350,1.714,351,1.335,356,1.576,361,1.453,363,0.564,371,2.145,374,3.449,375,5.007,379,2.04,380,0.888,384,1.064,387,1.862,388,3.782,390,3.214,393,1.27,395,2.794,396,2.054,402,1.113,403,2.09,408,1.903,419,2.09,421,1.576,428,1.453,437,2.618,446,1.856,447,1.001,465,1.785,466,1.714,469,2.037,472,1.822,474,2.403,476,1.564,478,3.432,479,1.293,484,1.992,486,1.785,492,0.911,497,2.732,516,2.331,523,2.331,531,2.403,532,0.379,539,1.156,550,1.564,554,1.531,586,1.681,596,1.648,631,2.238,635,1.504,637,0.609,640,0.483,643,0.911,657,1.272,683,1.681,701,1.123,704,1.714,708,0.996,724,1.504,727,1.785,749,1.504,772,1.409,776,1.495,809,1.714,812,2.717,813,0.81,814,3.041,815,1.531,823,1.662,837,0.925,849,1.041,851,1.039,875,1.559,881,3.265,882,1.232,897,2.568,916,3.25,918,1.921,927,1.504,929,2.145,936,3.572,942,3.425,943,2.037,945,3.079,946,1.335,951,1.903,960,3.214,962,1.862,964,2.896,995,1.404,997,1.903,1003,1.992,1005,1.946,1006,1.649,1045,1.314,1049,1.749,1067,1.862,1074,1.272,1076,1.992,1102,2.672,1115,1.618,1122,1.649,1126,1.38,1130,1.862,1138,1.314,1167,1.314,1231,3.001,1240,1.335,1252,1.38,1277,1.588,1294,2.145,1297,2.318,1304,3.001,1309,1.822,1357,3.214,1364,4.365,1366,1.123,1376,2.794,1379,1.232,1385,1.903,1424,2.896,1515,3.425,1518,3.214,1536,2.664,1544,2.413,1575,2.264,1580,3.214,1583,2.481,1593,2.568,1594,2.672,1611,2.664,1645,2.772,1659,2.772,1688,1.618,1711,1.113,1729,1.272,1732,2.331,1738,1.422,1739,4.126,1745,1.775,1755,2.09,1777,3.25,1795,2.568,1796,2.403,1803,3.041,1815,3.196,1817,2.794,1989,2.403,2013,2.09,2024,2.461,2030,2.481,2035,2.664,2036,2.481,2080,1.252,2106,2.331,2107,2.145,2120,2.928,2150,2.202,2164,2.403,2178,2.04,2310,2.896,2333,2.664,2439,3.432,2455,1.785,2476,1.903,2573,4.158,2598,2.331,2640,2.772,2641,1.992,2753,2.568,2791,2.896,2803,2.928,2889,3.214,2966,2.664,2971,2.772,2980,3.041,2986,2.264,2997,3.432,3019,2.896,3229,2.896,3232,2.568,3243,3.723,3267,3.98,3269,2.568,3359,3.041,3429,2.896,3466,3.041,3471,3.041,3498,2.772,3615,2.664,3732,3.214,3759,3.432,3815,8.464,3816,8.094,3817,9.042,3818,5.899,3819,4.164,3820,4.164,3821,4.164,3822,4.164,3823,4.164,3824,4.164,3825,3.723,3826,4.164,3827,4.158,3828,5.316,3829,3.723,3830,3.432,3831,3.723,3832,4.164,3833,4.164,3834,3.214,3835,3.432,3836,3.432,3837,4.164,3838,4.164,3839,3.041,3840,3.214,3841,4.164,3842,3.214,3843,3.432,3844,4.164,3845,2.896,3846,2.896,3847,3.432,3848,3.432,3849,3.432,3850,3.432,3851,3.432,3852,3.723,3853,4.164,3854,3.041,3855,4.164,3856,4.164,3857,2.896,3858,4.164,3859,3.723,3860,4.164,3861,2.481,3862,3.723,3863,4.164,3864,4.164,3865,4.164,3866,4.164,3867,4.926,3868,3.723,3869,4.164]],["file_terms//EHT.html",[]],["root_relative_url//high-throughput-computing-fostering-data-science-without-limits.html",[113,0.016,212,0.145,293,0.687,310,0.07,331,0.259,344,0.408,2968,1.91,3870,2.746]],["high//high-throughput-computing-fostering-data-science-without-limits.html",[5,0.454,8,0.228,113,0.038,188,1.704,212,0.339,293,1.604,310,0.165,331,0.605,344,0.953,2968,4.462]],["medium//high-throughput-computing-fostering-data-science-without-limits.html",[]],["content//high-throughput-computing-fostering-data-science-without-limits.html",[5,0.44,6,0.553,20,0.205,27,2.412,41,3.284,42,0.629,56,1.809,82,1.624,83,0.283,88,0.995,94,1.073,98,2.204,113,0.058,124,3.117,125,5.117,128,1.897,155,2.684,160,0.712,170,2.325,181,2.093,182,0.809,188,1.649,191,2.058,203,0.402,210,0.894,212,0.452,228,1.42,233,3.475,252,0.676,254,3.252,257,1.817,261,1.122,265,2.578,273,0.619,277,0.46,292,4.828,301,0.062,306,1.479,310,0.247,311,3.833,312,1.809,314,1.244,315,2.776,317,2.368,320,3.284,321,3.376,325,4.828,331,0.808,344,1.337,346,3.475,351,1.991,356,1.399,367,2.506,374,3.583,375,4.947,378,0.216,380,1.163,396,1.576,403,3.117,421,1.933,439,1.7,446,1.928,447,0.813,465,3.355,476,1.624,481,2.204,501,2.776,532,0.465,555,2.506,560,1.359,635,2.243,637,0.908,640,0.586,643,1.359,695,0.995,697,0.511,704,2.556,772,1.463,806,2.368,808,1.781,812,3.041,813,1.523,814,4.534,851,0.922,894,2.776,918,1.319,975,2.325,1138,1.959,1150,1.959,1277,2.368,1387,4.793,1422,2.506,1484,4.793,1515,3.041,1539,3.041,1594,2.776,1600,2.243,1672,3.376,1675,3.376,1688,2.412,1690,3.475,1698,5.117,1711,1.457,1738,1.744,1745,1.987,1752,4.134,1788,2.024,2004,4.534,2038,2.368,2050,2.661,2091,2.902,2106,3.475,2107,3.198,2181,3.475,2187,2.661,2515,3.7,2574,2.969,2584,3.117,2598,3.475,2640,4.134,2682,3.475,2850,3.041,2889,4.793,2973,4.318,3032,5.117,3269,3.829,3339,3.583,3340,4.134,3462,4.793,3868,5.551,3871,6.209,3872,6.209,3873,5.551,3874,5.551,3875,5.551,3876,5.551,3877,5.117,3878,5.117,3879,6.209,3880,6.209,3881,5.551,3882,5.117,3883,6.209,3884,5.551,3885,5.117,3886,6.209]],["file_terms//high-throughput-computing-fostering-data-science-without-limits.html",[]],["root_relative_url//Using-HTCondor-For-Large-File-Transfer.html",[20,0.121,177,0.419,547,0.214,697,0.301,3887,3.655]],["high//Using-HTCondor-For-Large-File-Transfer.html",[5,0.427,8,0.215,39,1.074,54,2.068,240,0.601,310,0.155,547,0.354,561,1.245,838,1.452,2192,3.376,2874,4.016,3888,5.392]],["medium//Using-HTCondor-For-Large-File-Transfer.html",[]],["content//Using-HTCondor-For-Large-File-Transfer.html",[6,0.647,13,1.896,20,0.285,38,1.029,41,2.924,42,0.492,50,0.805,56,1.611,65,0.97,70,3.006,76,4.556,88,1.165,107,2.276,112,1.864,116,2.033,126,1.158,128,1.689,129,0.97,152,2.231,169,2.905,176,1.362,177,0.634,181,2.736,182,0.838,185,1.446,186,1.611,193,0.592,198,0.213,200,1.537,203,0.525,205,0.074,206,2.276,208,1.373,212,0.292,215,0.464,220,2.117,222,1.076,232,1.113,235,0.941,238,1.514,240,0.551,250,2.624,251,2.322,277,0.538,293,1.383,301,0.044,302,3.294,306,1.044,310,0.221,312,1.611,331,0.521,339,2.33,351,2.33,352,0.808,363,0.685,377,0.698,393,1.175,394,1.744,395,3.395,402,1.029,425,1.303,450,3.294,459,0.689,464,2.231,467,2.449,471,2.231,472,2.419,522,2.369,547,0.587,554,1.21,559,1.158,560,1.21,604,1.744,611,1.642,617,2.472,622,0.999,624,1.636,634,1.265,637,0.808,641,1.124,645,1.228,669,2.231,682,1.864,689,5.728,697,0.782,724,1.997,729,3.094,769,3.845,775,6.264,776,1.383,786,2.001,800,2.88,813,1.076,817,0.999,838,1.878,851,1.205,861,1.124,884,1.896,896,2.322,975,2.07,984,1.744,1072,2.644,1075,1.662,1130,2.472,1258,4.942,1308,4.329,1364,4.037,1377,2.644,1378,5.315,1379,1.636,1410,4.648,1541,3.551,1573,3.681,1678,4.682,1688,2.148,1711,1.029,1722,4.037,1745,1.403,1754,2.708,1788,1.802,1809,2.419,1863,2.644,1871,2.775,1916,2.322,1918,4.648,1956,3.006,1969,2.775,2038,2.108,2088,2.644,2125,3.395,2164,3.19,2287,4.037,2476,2.526,2574,3.475,2576,3.95,2606,3.006,2620,3.006,2659,2.708,2671,3.094,2838,3.681,2846,4.48,2874,4.837,2910,4.556,2983,3.19,3212,3.409,3258,3.537,3358,5.053,3375,4.037,3431,3.681,3439,4.267,3506,5.305,3754,4.942,3842,4.267,3888,6.495,3889,8.619,3890,7.266,3891,8.115,3892,5.529,3893,5.529,3894,5.529,3895,6.495,3896,7.266,3897,5.529,3898,4.556,3899,5.529,3900,5.529,3901,5.529,3902,5.529,3903,4.942,3904,5.529,3905,5.529,3906,4.942,3907,4.556,3908,7.266,3909,5.529,3910,4.942,3911,3.845,3912,7.705,3913,5.529,3914,7.266,3915,4.267,3916,5.529,3917,4.942,3918,5.529,3919,4.556,3920,5.529,3921,4.556]],["file_terms//Using-HTCondor-For-Large-File-Transfer.html",[]],["root_relative_url//technologies.html",[3922,6.54]],["high//technologies.html",[5,0.534,8,0.268,265,2.266]],["medium//technologies.html",[]],["content//technologies.html",[5,0.543,10,1.104,83,0.253,113,0.045,230,1.654,314,1.537,316,2.234,334,1.729,344,1.139,348,1.407,378,0.309,402,1.428,403,3.85,446,2.381,554,1.678,633,3.331,640,0.593,697,0.631,704,3.156,744,2.459,851,1.139,875,2.871,1235,2.1,1318,2.629,1366,2.068,1537,2.871,1544,3.095,1677,2.459,1737,3.036,1738,1.559,1739,4.357,1754,3.756,1774,5.919,2155,4.729,2157,5.334,3861,4.57]],["file_terms//technologies.html",[]],["root_relative_url//Banq.html",[3923,6.54]],["high//Banq.html",[5,0.464,8,0.233,257,1.522,989,3.211,1156,4.043,1737,2.595,2994,4.559,2995,5.402,2996,5.86]],["medium//Banq.html",[]],["content//Banq.html",[0,3.422,20,0.296,26,1.799,31,1.917,37,2.128,38,1.204,42,0.504,49,0.805,50,0.717,59,2.038,62,1.809,82,1.693,86,1.915,88,0.747,113,0.047,114,2.176,115,1.856,116,1.713,118,0.875,122,1.494,127,2.379,128,1.423,129,0.817,131,3.621,148,1.165,159,1.295,160,0.742,163,1.744,164,0.702,165,2.338,171,1.446,175,0.867,181,1.57,182,0.668,184,2.281,186,2.166,187,2.611,192,3.18,199,1.423,200,1.295,201,0.581,203,0.301,205,0.037,210,0.671,212,0.246,222,0.906,227,1.004,228,1.838,231,2.399,235,1.368,236,2.281,252,0.81,257,1.865,263,0.829,279,3.332,280,3.595,284,2.038,288,1.518,291,4.139,293,1.618,295,3.094,301,0.073,306,1.222,310,0.12,312,1.357,315,2.082,316,1.885,317,1.776,318,1.494,334,1.05,339,2.075,342,4.5,343,1.544,351,1.494,352,1.087,358,0.933,363,0.61,370,7.181,378,0.279,379,2.281,384,0.829,393,0.99,402,1.204,403,3.248,421,1.903,431,2.562,446,1.446,459,0.581,475,2.463,479,1.446,480,2.421,505,3.99,507,2.281,512,3.474,514,1.597,543,2.038,547,0.495,554,1.019,561,0.961,565,1.625,596,1.524,631,2.422,633,2.783,638,0.61,657,1.977,683,1.88,697,0.763,710,1.917,721,1.395,735,2.128,755,1.88,757,1.996,772,1.097,778,2.463,808,2.132,828,1.544,832,1.744,837,1.034,845,1.48,927,1.682,932,3.101,943,1.357,946,1.494,950,3.829,972,3.101,975,1.744,978,3.617,989,2.281,995,1.57,997,2.128,998,4.307,1006,1.844,1008,2.607,1048,1.275,1049,1.956,1067,2.082,1075,1.4,1078,3.733,1084,1.844,1107,2.128,1113,3.99,1120,4.307,1122,1.844,1136,5.206,1158,2.227,1167,1.469,1173,4.499,1235,1.275,1245,2.128,1261,1.518,1271,3.443,1281,1.809,1286,1.809,1318,1.597,1403,4.765,1409,2.687,1417,2.872,1422,2.611,1424,3.239,1495,2.717,1521,1.357,1530,2.463,1534,4.163,1535,2.338,1585,3.401,1600,2.685,1616,2.607,1637,2.532,1642,2.128,1645,3.101,1667,2.166,1677,1.494,1718,6.126,1732,3.621,1737,3.342,1745,2.355,1758,3.595,1760,2.422,1771,4.139,1788,1.518,1792,4.139,1796,2.687,1815,2.128,1835,3.401,1853,2.463,1872,3.239,1970,3.595,1991,3.838,1994,4.43,2024,1.917,2030,2.775,2080,1.945,2084,2.128,2088,2.227,2089,2.463,2164,2.687,2171,2.038,2182,4.163,2220,2.872,2234,2.399,2385,3.101,2440,2.775,2509,2.281,2555,3.239,2557,2.98,2574,2.227,2577,2.872,2600,4.163,2612,3.838,2625,3.838,2762,3.595,2785,2.98,2806,2.607,2846,2.872,2848,2.607,2868,3.733,2976,4.724,2983,2.687,2994,3.239,2995,7.742,3026,3.239,3035,3.518,3329,2.98,3389,3.101,3401,3.401,3436,5.429,3443,4.163,3571,3.595,3589,3.838,3924,4.658,3925,4.163,3926,4.658,3927,4.658,3928,4.658,3929,3.838,3930,4.658,3931,3.838,3932,7.435,3933,8.034,3934,6.515,3935,4.658,3936,5.332,3937,4.658,3938,4.658,3939,4.658,3940,4.658,3941,3.595,3942,5.332,3943,4.163,3944,4.658,3945,6.47,3946,3.595,3947,4.658,3948,4.658,3949,3.838,3950,3.595,3951,7.052,3952,5.784,3953,4.658,3954,5.784,3955,6.47,3956,4.658,3957,3.838,3958,4.724,3959,7.435,3960,4.658,3961,4.658,3962,4.658,3963,4.163,3964,4.163,3965,4.658,3966,7.435,3967,4.658,3968,4.658,3969,4.658,3970,4.658,3971,4.658,3972,4.658,3973,4.658,3974,4.658,3975,4.163]],["file_terms//Banq.html",[]],["root_relative_url//uw-research-computing/howto_overview.html",[83,0.155,532,0.254,3976,4.689]],["high//uw-research-computing/howto_overview.html",[5,0.61,8,0.176,168,1.051,198,0.177,205,0.061,334,1.115,356,1.115,588,2.947,816,1.612,852,2.198,853,1.875,855,1.711,3977,4.945]],["medium//uw-research-computing/howto_overview.html",[]],["content//uw-research-computing/howto_overview.html",[5,0.619,8,0.265,20,0.246,38,1.386,43,1.47,51,2.427,113,0.052,130,3.646,159,2.07,171,2.311,198,0.202,203,0.481,205,0.069,214,1.678,277,0.552,278,2.839,363,0.702,377,0.715,378,0.333,452,1.406,465,3.191,480,2.135,484,3.56,492,1.629,532,0.404,543,3.258,554,1.914,555,3.005,557,1.449,631,2.787,634,1.703,646,2.597,698,3.258,721,1.606,732,2.947,780,3.834,781,1.449,817,1.58,821,2.51,852,2.851,853,2.431,855,2.22,1166,1.862,1240,2.388,1288,2.427,1766,4.436,1826,1.629,2445,4.167,3034,4.591,3978,6.135]],["file_terms//uw-research-computing/howto_overview.html",[]],["root_relative_url//hanna-lab.html",[3610,4.216,3979,4.882]],["high//hanna-lab.html",[5,0.474,8,0.238,452,1.266,1804,3.018,2952,5.172,2953,5.522,2954,4.287]],["medium//hanna-lab.html",[]],["content//hanna-lab.html",[5,0.635,12,1.651,13,1.908,16,2.162,17,2.27,20,0.269,22,2.177,23,1.099,26,1.049,27,1.466,38,1.358,42,0.527,48,4.452,49,0.962,50,0.733,52,1.943,54,1.294,55,1.848,56,1.099,58,1.553,65,0.662,67,1.316,81,0.987,83,0.285,88,0.605,89,1.363,90,1.617,93,0.93,96,1.7,97,0.767,98,1.339,99,1.478,108,1.294,112,1.272,113,0.055,118,0.894,119,1.845,121,2.782,128,1.153,129,1.16,132,1.756,133,0.552,136,1.512,139,0.902,143,1.763,146,1.724,159,1.049,160,0.433,161,1.165,170,2.475,171,2.052,175,1.036,176,2.005,177,0.433,181,1.272,182,0.754,188,1.002,191,1.251,193,0.708,198,0.21,199,1.153,201,0.694,203,0.544,204,1.814,205,0.044,210,0.543,211,1.894,212,0.456,214,0.851,215,0.317,217,3.404,220,1.099,224,1.002,225,1.908,227,0.814,230,1.573,232,0.578,235,1.126,240,0.659,246,0.916,250,1.363,251,1.585,252,0.847,253,1.083,257,0.876,259,3.373,261,0.682,263,0.672,264,1.272,271,1.434,273,1.006,277,0.541,284,1.651,287,1.894,288,1.23,289,2.046,290,2.177,293,0.944,297,2.052,301,0.052,306,0.713,310,0.143,315,2.488,316,2.453,331,0.734,334,1.49,344,0.56,361,1.316,363,0.356,367,1.523,368,2.377,376,1.943,378,0.131,379,1.848,380,0.56,384,1.385,393,0.802,394,2.783,395,1.763,402,1.036,404,2.052,411,2.046,419,2.793,420,2.488,424,1.647,425,0.889,428,1.941,437,1.413,439,2.569,441,1.724,447,0.728,452,1.538,453,2.267,459,0.694,461,1.494,466,1.553,467,1.272,469,1.099,472,1.651,476,0.987,480,1.596,485,1.251,487,3.432,489,3.021,498,2.177,513,1.687,516,3.7,517,2.249,527,2.725,535,1.267,539,0.623,552,0.702,559,0.79,565,1.316,582,1.785,611,0.692,622,0.682,624,1.117,627,1.941,629,1.585,630,2.755,633,1.413,636,1.941,637,0.814,640,0.417,644,1.466,678,1.153,695,1.17,697,0.31,728,5.909,731,1.763,735,2.543,746,0.734,752,2.112,755,1.523,781,0.734,812,2.835,813,1.083,815,1.388,829,0.902,843,1.033,861,0.767,880,2.083,881,2.683,882,1.647,904,1.996,936,1.763,940,1.805,951,1.724,959,3.11,962,1.687,995,1.272,1048,1.033,1049,2.337,1062,2.385,1070,3.316,1074,2.572,1075,1.673,1081,1.724,1089,0.587,1095,2.414,1096,2.414,1098,1.805,1105,1.943,1111,2.866,1115,1.466,1123,1.523,1124,2.512,1126,1.845,1127,3.404,1129,1.363,1135,1.848,1138,2.302,1150,1.191,1152,1.439,1153,1.943,1162,1.099,1205,1.117,1216,1.805,1236,1.848,1249,2.337,1252,1.845,1261,1.814,1276,1.943,1277,1.439,1282,1.553,1295,2.249,1297,1.251,1305,2.755,1309,1.651,1319,1.494,1320,3.316,1330,2.249,1376,1.763,1377,1.805,1382,2.249,1383,1.117,1389,2.327,1412,3.11,1424,2.624,1489,3.404,1505,1.763,1511,1.651,1521,1.621,1535,1.894,1537,1.413,1539,1.848,1593,2.327,1608,4.426,1611,2.414,1612,2.177,1626,2.327,1634,3.114,1641,3.814,1642,1.724,1675,3.025,1688,1.466,1711,0.702,1729,1.153,1737,1.494,1764,2.052,1778,2.177,1788,2.654,1791,1.848,1804,2.993,1805,1.943,1810,2.624,1962,1.848,1997,2.052,2024,1.553,2053,2.624,2118,3.373,2138,3.211,2139,2.177,2150,2.943,2163,3.11,2227,1.996,2235,5.092,2310,2.624,2327,4.295,2372,1.894,2443,2.052,2455,1.617,2505,2.177,2509,1.848,2515,2.249,2571,4.586,2598,2.112,2641,1.805,2652,2.327,2655,3.373,2755,2.249,2780,2.249,2783,2.052,2864,1.996,2872,2.512,2886,4.668,2910,3.11,2952,6.498,2953,7.932,2954,2.414,3233,3.211,3317,2.624,3349,2.624,3356,2.624,3416,2.177,3431,2.512,3432,2.512,3482,2.249,3483,2.249,3533,4.063,3674,5.102,3827,2.624,3867,3.11,3979,8.605,3980,5.565,3981,8.559,3982,3.774,3983,4.975,3984,7.297,3985,2.913,3986,5.681,3987,3.774,3988,5.328,3989,3.774,3990,4.586,3991,3.11,3992,3.87,3993,3.373,3994,8.641,3995,4.975,3996,3.774,3997,5.565,3998,2.755,3999,2.177,4000,3.774,4001,6.611,4002,4.827,4003,2.913,4004,3.11,4005,3.774,4006,3.774,4007,3.774,4008,2.913,4009,2.624,4010,3.774,4011,3.774,4012,3.373,4013,2.249,4014,2.913,4015,3.774,4016,3.11,4017,2.913,4018,3.774]],["file_terms//hanna-lab.html",[]],["root_relative_url//Spencer-Showcase.html",[1776,4.216,2069,3.988]],["high//Spencer-Showcase.html",[5,0.454,8,0.228,133,0.938,177,0.736,631,2.402,1818,3.735,2066,3.069,2067,5.287,2068,4.272]],["medium//Spencer-Showcase.html",[]],["content//Spencer-Showcase.html",[7,2.37,10,0.797,20,0.303,26,1.539,27,2.15,38,1.353,42,0.55,48,2.927,49,1.548,50,0.806,54,2.784,55,2.711,64,3.561,83,0.309,85,3.298,93,1.363,100,2.778,113,0.053,118,0.748,126,1.522,129,0.971,133,0.809,149,1.302,150,1.691,152,2.234,155,3.071,164,0.835,170,2.072,171,1.718,175,1.03,177,0.635,181,1.866,182,0.572,185,1.448,188,1.47,197,4.948,198,0.188,199,1.691,201,0.69,203,0.525,204,1.804,205,0.058,212,0.384,230,1.194,235,0.942,245,1.651,252,0.792,253,1.077,257,1.285,261,1,272,1.194,273,0.724,287,2.778,289,2.035,301,0.044,312,1.612,314,1.109,317,2.11,331,0.813,334,1.247,339,1.775,344,0.822,351,1.775,358,1.109,368,1.691,384,0.985,393,1.176,394,1.746,400,2.035,401,1.426,421,1.247,426,4.272,440,3.48,441,3.322,452,1.373,476,1.902,479,1.718,480,1.587,487,3.413,497,3.322,527,2.711,545,1.046,554,1.211,611,1.015,622,1.618,631,2.722,634,1.663,638,0.522,640,0.566,643,1.211,688,2.529,700,4.272,707,1.323,749,1.999,753,1.382,772,1.304,783,4.294,813,1.077,815,2.035,825,3.298,849,2.156,880,2.072,882,2.152,905,3.541,908,3.849,912,3.849,940,2.647,943,1.612,1062,2.372,1074,1.691,1077,4.561,1084,2.191,1087,3.953,1150,2.72,1153,2.85,1156,3.413,1235,1.991,1249,2.324,1271,2.372,1366,1.492,1378,3.413,1417,3.413,1422,2.234,1497,4.561,1521,1.612,1531,3.322,1539,2.711,1576,3.193,1579,4.651,1602,3.413,1616,3.097,1675,3.009,1711,1.03,1777,3.009,1782,3.541,1783,5.405,1786,2.647,1815,3.322,1816,3.413,1817,2.586,1818,4.296,1819,2.474,1915,2.778,1921,3.541,2013,2.778,2066,4.546,2067,4.561,2068,3.685,2069,6.941,2070,4.272,2071,4.561,2072,5.056,2196,4.561,2509,2.711,2515,3.298,2572,3.193,2576,3.009,2581,2.647,2591,6.238,2670,4.332,2914,3.541,3279,4.561,3355,4.272,3358,3.849,3407,4.561,3781,4.948,3942,4.561,4019,4.948,4020,5.612,4021,5.535,4022,4.84,4023,7.271,4024,5.535,4025,8.119,4026,5.535,4027,3.849,4028,5.991,4029,4.561,4030,5.535,4031,3.541,4032,5.535,4033,7.271,4034,4.948,4035,5.535,4036,4.948,4037,5.535,4038,4.272,4039,4.948,4040,4.948,4041,5.535,4042,4.948,4043,5.535,4044,4.561,4045,4.272]],["file_terms//Spencer-Showcase.html",[]],["root_relative_url//uw-research-computing/containers-beyond-chtc.html",[83,0.121,532,0.198,540,0.874,1431,3.012,4046,3.655]],["high//uw-research-computing/containers-beyond-chtc.html",[5,0.53,8,0.168,20,0.215,65,1.312,149,0.756,150,1.44,164,0.711,198,0.109,205,0.037,215,0.548,377,0.453,536,1.44,540,1.127,544,0.559,545,0.89,546,1.831,547,0.276,548,0.917,550,1.233,558,1.233,860,1.417]],["medium//uw-research-computing/containers-beyond-chtc.html",[10,0.647,20,0.148,65,1.107,150,1.373,198,0.104,201,0.56,205,0.05,232,0.688,240,0.629,301,0.075,363,0.424,544,0.533,547,0.264,554,0.984,555,1.814,569,2.598,579,2.149,597,0.998,604,1.418,643,0.984,745,1.289,780,2.315,1091,3.126,1103,1.075,1466,4.018,2689,3.282,4047,6.311,4048,4.018,4049,2.678,4050,4.018,4051,4.495,4052,4.018,4053,4.495,4054,4.495]],["content//uw-research-computing/containers-beyond-chtc.html",[5,0.656,8,0.239,20,0.306,42,0.456,43,1.329,65,1.78,67,2.348,139,1.61,141,2.361,142,2.361,149,1.079,150,2.057,164,1.242,198,0.214,205,0.078,208,1.272,210,0.969,215,0.778,235,1.146,239,1.788,252,0.733,271,2.121,277,0.61,307,0.881,310,0.173,334,1.517,352,0.984,356,1.517,363,0.635,377,0.647,378,0.234,414,1.221,459,0.839,492,1.473,547,0.543,548,1.803,554,1.946,555,2.717,558,2.586,631,2.521,637,0.984,643,1.473,645,1.495,678,2.057,695,1.32,699,2.946,707,1.969,742,1.844,743,2.22,746,1.31,751,3.01,770,3.768,776,1.684,780,4.58,781,1.803,806,2.567,813,1.602,820,2.159,860,2.024,863,1.684,1012,1.349,1042,3.076,1103,1.61,1128,2.946,1240,2.159,1245,3.076,1288,2.195,1297,2.729,1501,4.307,1521,1.961,1826,1.473,2445,3.768,2679,4.307,3460,5.548,4048,6.019,4055,5.197]],["file_terms//uw-research-computing/containers-beyond-chtc.html",[]],["root_relative_url//astronomy-archives.html",[322,2.742,4056,5.462]],["high//astronomy-archives.html",[5,0.445,6,0.559,8,0.223,160,0.721,185,1.644,322,3.154,344,0.933,377,0.603,544,0.745,1173,3.236,4057,5.616]],["medium//astronomy-archives.html",[]],["content//astronomy-archives.html",[6,0.51,13,1.345,20,0.288,22,3.304,24,3.663,26,1.592,27,1.524,38,0.73,40,2.676,42,0.504,50,0.635,52,2.02,56,1.143,65,0.688,75,2.02,78,2.224,81,1.026,83,0.327,84,3.022,89,2.068,92,2.612,94,0.99,98,2.929,99,1.521,100,1.969,108,1.963,113,0.055,118,0.914,119,1.898,121,2.578,124,1.969,126,1.199,129,0.688,132,1.238,133,0.837,136,0.897,139,0.938,142,1.642,149,1.192,151,3.531,160,0.977,164,1.121,168,1.924,169,1.322,170,1.469,175,0.73,176,1.666,177,1.022,181,1.322,182,0.405,188,1.042,191,1.898,192,2.267,193,0.42,199,1.198,201,0.927,203,0.254,205,0.031,211,1.969,212,0.392,220,1.143,224,1.042,225,1.345,235,1.151,239,2.099,251,1.647,252,0.899,253,0.763,256,2.638,257,1.726,260,1.026,263,1.019,264,1.322,265,1.179,271,1.011,273,0.674,276,2.068,277,0.66,281,1.238,284,1.717,289,1.442,290,2.264,292,2.419,293,0.981,301,0.059,306,0.741,310,0.26,312,1.143,314,0.786,316,1.143,317,1.496,319,1.969,322,4.278,326,2.728,328,1.218,330,2.033,331,0.37,337,1.498,344,1.362,348,1.05,350,3.253,351,1.258,352,0.574,356,0.884,359,1.568,361,1.368,363,0.701,368,1.198,377,0.377,382,2.133,384,1.019,393,0.834,397,0.952,400,1.442,401,1.475,408,1.793,413,2.419,414,0.539,421,1.29,425,0.924,435,1.392,440,1.583,444,2.612,446,1.218,447,0.75,452,1.082,467,1.93,480,1.125,481,1.392,485,1.3,489,1.793,494,2.783,502,2.419,513,1.754,523,3.204,543,1.717,544,0.679,545,0.741,547,0.23,548,0.763,554,1.253,556,0.981,565,1.368,571,1.793,611,1.05,622,0.709,631,1.469,637,1.324,643,0.859,682,1.322,688,1.793,695,1.084,698,1.717,704,2.357,712,3.204,716,1.583,741,1.681,744,1.258,753,0.668,754,2.075,761,2.075,793,1.553,800,1.392,808,1.642,811,1.615,812,2.224,813,1.114,829,0.938,835,0.73,851,0.583,880,1.469,884,1.345,896,1.647,901,3.233,928,2.196,942,3.641,943,1.143,946,1.258,960,3.028,966,3.233,985,1.833,994,2.196,995,1.322,1002,1.921,1004,2.02,1007,1.469,1008,2.196,1062,1.681,1066,1.647,1067,1.754,1071,3.028,1079,1.681,1081,1.793,1103,0.938,1111,2.02,1118,2.196,1126,1.3,1128,1.717,1153,2.02,1160,1.93,1164,2.264,1173,4.499,1205,1.161,1232,2.51,1240,2.384,1260,3.233,1271,1.681,1302,2.02,1309,1.717,1319,2.267,1325,4.718,1379,1.161,1382,2.338,1383,1.161,1403,1.969,1423,4.289,1491,2.075,1505,1.833,1511,1.717,1514,2.075,1521,1.143,1531,1.793,1537,1.469,1544,2.729,1546,2.728,1557,2.738,1576,3.304,1611,2.51,1624,3.507,1638,4.634,1642,1.793,1667,1.143,1672,2.133,1677,1.258,1685,2.264,1694,3.233,1711,1.066,1754,1.921,1756,2.728,1788,1.279,1797,3.507,1871,1.969,1915,1.969,1957,1.876,1999,4.718,2018,2.075,2019,3.028,2024,2.783,2050,2.454,2058,3.028,2125,1.833,2165,2.264,2187,1.681,2205,5.17,2207,1.921,2221,2.264,2318,3.028,2454,2.133,2456,3.028,2486,3.233,2546,3.233,2557,2.51,2570,3.412,2598,2.196,2649,2.196,2652,2.419,2682,2.196,2720,2.728,2785,2.51,2788,2.075,2848,2.196,2874,2.612,2914,2.51,2936,1.615,2972,2.196,2986,2.133,3233,2.264,3242,3.233,3258,2.51,3267,4.501,3269,4.169,3273,3.507,3329,3.663,3346,3.233,3347,4.169,3349,2.728,3581,4.181,3758,3.233,3828,5.927,3834,5.219,3861,2.338,3919,3.233,3985,3.028,3999,3.901,4009,3.982,4029,3.233,4057,6.044,4058,3.507,4059,9.575,4060,3.923,4061,7.066,4062,3.923,4063,3.923,4064,6.044,4065,3.923,4066,3.923,4067,8.254,4068,4.419,4069,2.865,4070,3.923,4071,3.923,4072,3.507,4073,5.118,4074,5.571,4075,3.923,4076,3.233,4077,3.923,4078,3.507,4079,3.923,4080,5.726,4081,5.428,4082,3.923,4083,3.923,4084,3.923,4085,3.923,4086,3.233,4087,3.923,4088,3.233,4089,3.923,4090,3.923,4091,3.923,4092,3.507,4093,3.923,4094,3.923,4095,3.028,4096,3.923,4097,4.702,4098,3.923,4099,3.923,4100,3.923,4101,3.028,4102,3.923,4103,4.181,4104,3.923,4105,3.923,4106,3.233,4107,3.923,4108,3.923,4109,3.233,4110,3.923,4111,3.923,4112,3.923,4113,3.507,4114,6.044,4115,3.923,4116,3.923,4117,3.923,4118,5.726,4119,3.507,4120,3.507,4121,3.923,4122,3.923,4123,5.726,4124,3.923,4125,3.507,4126,3.028,4127,3.923,4128,3.923,4129,3.233]],["file_terms//astronomy-archives.html",[]],["root_relative_url//ML-Demo.html",[1489,2.813,4130,4.501]],["high//ML-Demo.html",[5,0.573,8,0.233,273,0.653,611,1.202,1269,3.063,1913,2.068,2350,3.782,2967,5.402]],["medium//ML-Demo.html",[]],["content//ML-Demo.html",[5,0.69,6,0.608,8,0.206,11,1.745,12,1.745,17,1.075,20,0.322,38,1.394,42,0.462,50,0.442,65,0.699,67,2.021,78,1.549,82,1.043,83,0.29,86,1.18,89,1.44,94,1.295,96,1.218,97,0.811,99,1.059,101,2.459,113,0.051,115,1.144,118,0.539,126,1.429,127,2.13,128,1.218,129,0.699,133,0.583,136,1.325,138,2.168,159,1.109,160,0.457,161,1.213,163,1.493,166,1.863,168,1.231,171,1.799,175,0.742,176,0.982,177,0.664,181,1.344,182,0.705,185,1.043,187,1.609,188,1.539,189,2.459,191,1.322,193,0.802,198,0.203,201,0.722,203,0.537,205,0.078,207,2.773,208,0.753,210,1.145,212,0.21,214,0.899,215,0.789,216,3.064,220,1.688,222,1.127,225,1.367,230,0.86,231,2.053,232,0.611,235,0.986,237,1.713,238,1.092,239,1.059,240,0.397,251,2.433,252,0.956,253,0.776,256,1.415,260,1.043,261,0.721,263,1.215,264,1.344,273,0.577,277,0.635,281,1.258,288,1.3,293,0.997,301,0.059,306,0.753,310,0.175,316,1.162,328,1.238,330,1.199,331,0.376,334,0.899,337,1.043,348,0.731,352,1.252,358,0.799,363,0.843,371,2.984,380,0.592,384,1.032,387,1.782,393,1.231,394,2.702,396,1.012,401,1.027,402,1.394,414,1.14,424,1.18,425,0.939,440,1.609,446,1.238,447,0.758,452,1.289,453,1.688,454,0.953,459,0.722,470,1.822,480,1.144,485,1.322,492,1.268,496,2.021,531,2.301,532,0.37,535,1.944,536,1.218,539,0.659,540,0.953,541,4.472,546,1.549,547,0.533,548,1.127,552,1.481,553,1.218,554,0.873,559,1.569,560,0.873,561,0.823,567,3.078,568,3.564,570,3.564,572,2.05,574,3.564,580,0.753,596,0.939,604,1.828,609,3.707,610,2.771,611,1.374,614,2.773,627,1.391,632,2.911,634,0.912,637,0.998,638,0.877,639,1.636,640,0.252,641,0.811,642,3.819,643,0.873,645,1.516,646,2.021,665,2.911,667,3.564,672,3.286,678,1.218,681,2.301,682,2.525,692,1.027,697,0.561,701,1.562,702,2.535,704,1.641,706,2.707,708,0.953,711,1.579,714,4.946,715,2.459,716,1.609,721,0.86,729,2.232,742,2.051,743,1.562,745,1.144,753,0.679,759,2.232,761,2.109,776,1.706,779,1.745,781,1.457,782,1.579,785,1.641,786,2.181,791,3.243,792,2.911,793,1.579,794,2.551,795,2.053,806,2.209,808,1.144,813,1.328,818,1.162,822,1.953,829,1.385,835,0.742,848,0.799,880,1.493,882,1.715,884,2.34,918,1.231,943,1.688,944,1.609,946,1.279,975,1.493,981,4.3,999,2.773,1009,3.609,1012,0.799,1054,2.655,1089,1.165,1110,2.459,1112,3.286,1115,1.549,1138,1.258,1157,1.641,1202,2.053,1203,2.109,1216,1.907,1240,1.858,1252,1.921,1265,2.109,1267,3.707,1271,1.709,1276,2.053,1326,3.286,1366,1.075,1380,1.863,1385,2.647,1388,2.655,1399,2.551,1402,1.953,1475,1.493,1486,2.301,1491,2.109,1511,1.745,1535,2.002,1586,1.953,1589,2.002,1621,2.232,1677,1.279,1711,0.742,1729,1.218,1738,1.178,1745,1.012,1760,2.169,1786,1.907,1796,2.301,1806,2.773,1809,1.745,1826,1.268,1852,3.564,1913,1.258,1993,2.551,2030,2.376,2038,1.52,2062,2.655,2088,2.771,2093,2.911,2099,3.078,2168,3.857,2225,4.029,2234,2.053,2235,3.243,2286,2.232,2340,2.053,2350,4.322,2372,2.002,2450,2.376,2507,2.232,2509,1.953,2549,2.551,2588,3.064,2602,2.002,2610,2.551,2622,2.459,2651,2.773,2652,2.459,2665,1.709,2666,3.557,2735,4.23,2892,2.773,2970,2.376,3305,2.376,3484,2.459,3523,2.301,3562,2.911,3620,2.911,3621,6.84,3623,2.773,4014,4.472,4055,3.078,4069,2.911,4131,3.286,4132,3.078,4133,3.988,4134,3.988,4135,3.564,4136,3.564,4137,3.564,4138,3.564,4139,3.564,4140,3.286,4141,3.988,4142,3.988,4143,3.988,4144,3.078,4145,3.988,4146,3.286,4147,3.988,4148,3.564,4149,3.988,4150,3.988,4151,3.988,4152,3.988,4153,3.564]],["file_terms//ML-Demo.html",[]],["root_relative_url//gpu-cloudburst.html",[535,1.047,4154,5.462]],["high//gpu-cloudburst.html",[5,0.445,8,0.223,114,2.936,439,1.72,470,2.871,535,1.205,1711,1.169,1815,2.871,2970,3.744,4155,5.177,4156,5.616]],["medium//gpu-cloudburst.html",[]],["content//gpu-cloudburst.html",[6,0.358,8,0.143,10,1.198,12,2.549,13,2.35,20,0.296,27,1.561,31,1.653,33,1.921,35,3.878,39,0.715,41,3.975,42,0.272,43,0.793,49,0.694,50,0.646,56,2.19,58,1.653,59,1.758,64,1.968,67,2.032,72,1.653,81,1.524,83,0.275,86,2.225,95,2.318,98,1.426,107,1.653,113,0.055,114,3.729,115,1.966,118,0.543,126,1.435,128,1.227,130,1.968,133,0.852,139,0.961,141,1.152,146,1.836,148,1.457,149,1.205,152,1.621,160,0.461,161,0.841,175,0.748,176,1.688,177,0.461,182,0.415,184,1.968,188,1.067,193,0.43,198,0.093,199,1.227,203,0.26,212,0.439,215,0.337,224,1.067,228,1.568,230,0.866,232,0.615,235,0.992,239,1.067,244,1.796,251,1.687,252,0.906,257,1.352,260,1.051,261,1.053,268,2.394,271,1.937,277,0.298,281,1.267,287,2.017,292,3.592,293,1.005,301,0.063,306,0.759,309,2.31,310,0.205,312,1.697,314,0.805,317,1.532,318,1.288,322,2.924,328,1.808,330,1.208,331,0.709,339,1.868,344,1.185,348,1.068,350,2.821,351,1.288,352,1.099,358,1.167,359,1.1,368,1.227,378,0.202,379,1.968,380,0.597,384,0.715,386,2.017,387,1.796,388,3.513,390,5.29,393,1.456,395,1.877,396,1.02,401,1.501,420,3.567,421,1.935,424,1.189,428,1.401,435,1.426,437,2.566,439,2.525,447,0.984,454,0.961,459,0.501,462,5.094,464,1.621,467,1.354,480,1.152,500,1.504,508,3.167,513,1.796,521,2.318,523,2.248,535,1.861,539,0.664,544,0.477,545,0.759,554,1.5,562,1.352,571,2.662,619,2.675,623,3.101,628,2.394,634,0.919,636,1.401,650,3.591,669,2.351,692,1.035,695,0.644,697,0.33,704,2.398,711,1.59,712,2.248,722,0.99,735,1.836,746,0.782,773,2.184,777,1.477,787,1.968,789,2.318,801,3.081,805,3.31,808,1.152,809,1.653,828,1.332,829,0.961,842,1.17,845,0.919,851,0.865,867,1.595,879,3.361,881,2.52,899,3.31,916,3.167,918,1.238,929,2.069,930,1.796,937,3.591,942,1.968,943,1.17,951,1.836,962,1.796,968,2.675,984,1.838,994,2.248,1003,1.921,1049,2.446,1066,2.446,1081,1.836,1087,2.184,1089,0.625,1102,1.796,1104,2.394,1107,1.836,1115,1.561,1123,1.621,1135,1.968,1138,1.838,1156,3.592,1173,2.069,1240,1.288,1261,1.31,1286,1.561,1309,1.758,1318,1.997,1321,1.687,1366,1.848,1379,1.189,1383,1.724,1409,2.318,1432,3.167,1475,1.504,1515,1.968,1531,1.836,1536,3.727,1537,1.504,1543,2.318,1544,1.621,1554,2.675,1557,1.921,1574,2.394,1583,3.471,1585,2.933,1592,2.125,1611,2.57,1618,4.254,1619,6.16,1622,2.184,1636,2.57,1653,2.57,1659,2.675,1672,2.184,1679,2.794,1685,3.361,1711,1.276,1745,1.02,1754,2.853,1788,1.899,1795,2.477,1796,2.318,1851,2.675,1874,3.101,1956,2.184,1978,2.184,1994,3.471,2004,2.933,2024,1.653,2055,2.794,2106,2.248,2107,2.069,2150,2.125,2157,4.051,2166,4.496,2181,4.207,2187,1.722,2216,3.101,2236,3.31,2266,2.933,2340,2.069,2350,2.318,2577,2.477,2605,3.31,2606,2.184,2607,2.318,2649,2.248,2790,3.591,2803,1.968,2804,2.57,2815,3.101,2863,3.31,2899,3.101,2901,4.084,2970,5.651,2971,5.541,2972,3.836,2974,2.933,2983,2.318,3020,2.794,3204,3.101,3258,2.57,3308,2.794,3352,3.31,3362,2.675,3370,5.827,3447,3.591,3483,2.394,3523,2.318,3578,3.31,3579,3.592,3580,3.878,3581,2.933,3592,2.248,3709,2.794,3763,3.101,3765,3.31,3834,4.496,3845,2.794,3846,4.051,3847,4.8,3857,5.228,3936,3.31,3946,3.101,4155,6.194,4156,3.591,4157,3.591,4158,5.207,4159,4.017,4160,3.591,4161,4.017,4162,6.854,4163,4.017,4164,3.591,4165,4.017,4166,3.591,4167,3.591,4168,4.017,4169,4.017,4170,4.017,4171,3.591,4172,5.826,4173,6.854,4174,6.127,4175,7.134,4176,4.017,4177,5.826,4178,7.98,4179,6.72,4180,4.017,4181,3.101,4182,4.017,4183,4.017,4184,4.017,4185,4.017,4186,4.017,4187,6.854,4188,4.017,4189,4.017,4190,6.854,4191,4.017,4192,4.017,4193,4.017,4194,4.017,4195,4.017,4196,4.017,4197,4.017,4198,4.017,4199,4.017,4200,4.017,4201,4.017,4202,4.017,4203,4.017,4204,4.017,4205,4.017,4206,4.017,4207,4.017,4208,4.017,4209,4.017,4210,3.31,4211,4.017,4212,4.017,4213,4.017,4214,4.017,4215,3.591,4216,4.017,4217,5.826,4218,5.826,4219,4.017,4220,3.591,4221,3.591,4222,4.017,4223,3.101,4224,4.496,4225,2.675,4226,3.591,4227,4.017,4228,3.591,4229,3.591,4230,5.826,4231,4.017,4232,4.017,4233,4.017,4234,3.591,4235,3.101,4236,3.591,4237,3.101,4238,2.933,4239,4.8,4240,3.31,4241,4.8,4242,4.017,4243,4.017,4244,3.591,4245,3.31,4246,4.017,4247,4.017,4248,4.017,4249,4.017,4250,4.017,4251,3.31,4252,3.101,4253,3.31,4254,4.017,4255,3.591,4256,3.101,4257,4.017]],["file_terms//gpu-cloudburst.html",[]],["root_relative_url//Technology-Refresh.html",[265,1.642,4258,5.462]],["high//Technology-Refresh.html",[5,0.368,6,0.463,8,0.185,148,1.3,160,0.8,265,1.564,552,1.299,640,0.328,867,1.424,1892,3.001,2266,5.094,4259,7.037,4260,6.976,4261,5.201,4262,4.649]],["medium//Technology-Refresh.html",[]],["content//Technology-Refresh.html",[5,0.658,6,0.803,8,0.222,16,2.421,20,0.259,39,1.109,42,0.532,43,1.23,49,1.077,63,3.842,83,0.259,113,0.037,129,1.093,141,2.665,146,2.847,148,2.148,160,1.034,161,1.305,198,0.182,205,0.068,212,0.329,224,1.655,227,1.344,228,1.425,232,0.954,237,1.425,262,2.891,268,5.118,273,0.621,277,0.462,301,0.062,343,2.065,348,1.143,350,2.565,363,0.74,387,2.785,402,1.461,429,4.809,447,0.816,453,1.815,467,2.645,500,2.333,535,1.504,539,1.296,547,0.365,552,1.878,596,1.468,635,2.251,638,0.85,640,0.393,646,2.996,657,2.397,665,4.55,666,5.57,669,2.515,672,5.134,682,2.895,689,5.495,695,0.999,696,1.787,711,2.467,713,4.423,719,5.729,726,1.903,753,1.061,776,1.558,780,3.209,806,2.376,817,1.126,829,1.49,863,1.558,867,2.352,940,2.98,973,3.295,985,2.912,1012,1.248,1028,2.98,1042,2.847,1048,1.706,1075,1.873,1079,3.362,1089,0.969,1135,3.052,1156,3.842,1247,3.052,1288,2.031,1366,1.68,1398,2.421,1450,2.467,1471,4.041,1537,2.333,1574,5.118,1586,3.052,1608,3.388,1819,2.785,1892,3.595,2038,2.376,2080,2.359,2134,4.333,2232,4.55,2286,4.391,2390,4.527,2391,3.487,2879,6.271,3145,5.224,3200,5.57,3614,4.809,3622,4.55,3623,4.333,4263,4.809,4264,4.809,4265,6.056,4266,6.231,4267,6.231,4268,6.231,4269,8.589,4270,7.846,4271,7.846,4272,5.134,4273,7.846,4274,6.231,4275,6.231,4276,6.231,4277,6.231,4278,6.231]],["file_terms//Technology-Refresh.html",[]],["root_relative_url//uw-research-computing/hpc-software.html",[83,0.136,532,0.223,1875,2.735,4279,3.672]],["high//uw-research-computing/hpc-software.html",[5,0.251,8,0.126,20,0.21,43,0.701,136,1.216,148,1.33,205,0.042,235,0.604,272,0.765,340,0.754,352,0.519,363,0.335,378,0.302,536,1.084,537,1.763,538,1.26,544,0.421,545,0.671,550,0.929,559,0.743,561,0.732,654,1.084,695,0.569,732,2.803,817,0.961,867,0.972,944,1.433,1878,1.379,4280,2.925]],["medium//uw-research-computing/hpc-software.html",[163,3.047,201,1.015,301,0.038,352,0.702,454,1.946,732,3.577,817,1.194,823,1.335,1888,2.016,3149,7.033,4280,3.957,4281,6.609,4282,4.293,4283,7.556,4284,6.609,4285,4.825,4286,4.802]],["content//uw-research-computing/hpc-software.html",[5,0.631,6,0.407,8,0.227,20,0.324,42,0.309,43,0.902,50,0.707,51,2.398,67,1.593,88,0.732,93,1.812,94,0.789,97,1.496,99,1.213,116,2.705,118,0.617,122,1.464,127,2.346,136,2.14,139,1.526,142,1.31,148,2.274,160,0.524,161,1.668,175,1.56,182,0.472,193,0.683,198,0.206,200,1.774,201,1.045,205,0.074,208,0.863,210,0.657,214,1.029,215,0.729,219,1.076,220,1.33,222,0.888,224,1.213,225,1.566,227,1.718,235,1.252,240,0.733,242,1.336,246,1.933,253,1.431,256,2.611,257,1.06,277,0.674,281,1.441,301,0.058,307,0.598,309,1.539,314,0.915,334,1.795,340,0.647,352,1.076,356,1.438,363,0.694,377,0.613,378,0.353,380,0.678,384,1.136,397,1.108,399,1.71,400,1.679,401,1.644,402,0.85,413,2.816,414,0.876,423,2.921,447,0.835,452,0.863,453,1.859,492,1.834,494,2.982,536,1.395,547,0.523,548,0.888,553,1.949,556,2.421,557,1.871,559,1.54,562,1.06,580,0.863,586,1.843,599,1.142,622,1.514,635,1.649,637,1.27,640,0.288,641,1.619,645,1.417,695,1.023,699,2.792,701,1.721,704,1.879,707,1.092,708,1.526,709,1.621,716,1.843,717,2.305,721,0.985,727,1.957,732,3.975,739,1.919,742,1.25,743,1.231,745,2.284,746,1.55,747,2.041,752,2.555,753,0.777,757,2.735,779,1.998,781,1.55,786,2.172,794,2.921,811,1.879,813,0.888,817,1.814,820,2.046,821,2.151,823,1.27,827,1.843,835,0.85,836,1.159,837,1.014,838,0.863,839,1.373,841,1.289,848,1.74,851,1.092,858,2.08,862,2.247,867,2.562,934,2.236,944,1.843,1045,1.441,1069,3.802,1076,2.184,1089,0.992,1090,2.916,1098,2.184,1103,2.131,1139,1.621,1142,3.04,1166,1.142,1216,3.052,1236,3.125,1248,2.721,1252,1.514,1259,2.635,1271,3.413,1288,1.489,1295,2.721,1297,1.514,1318,3.056,1380,2.134,1413,2.721,1476,1.843,1478,4.438,1541,1.998,1667,1.859,1745,1.159,1826,0.999,1867,3.04,1876,3.693,1888,4.038,1933,2.482,2030,2.721,2080,1.373,2088,2.184,2177,2.482,2207,2.236,2331,3.524,2450,2.721,2476,2.086,2846,2.816,2934,2.482,4280,3.763,4287,3.763]],["file_terms//uw-research-computing/hpc-software.html",[]],["root_relative_url//uw-research-computing/other-resources.html",[83,0.136,532,0.223,4288,4.108,4289,4.108]],["high//uw-research-computing/other-resources.html",[5,0.534,8,0.268,252,0.821]],["medium//uw-research-computing/other-resources.html",[]],["content//uw-research-computing/other-resources.html",[5,0.563,149,1.275,306,1.503,312,2.317,317,3.033,332,3.09,394,2.51,472,3.481,535,1.525,697,0.654,717,2.873,749,2.873,918,1.69,1366,2.145,4290,7.954,4291,7.111]],["file_terms//uw-research-computing/other-resources.html",[]],["root_relative_url//uw-research-computing/dask.html",[83,0.155,532,0.254,4292,4.689]],["high//uw-research-computing/dask.html",[5,0.635,8,0.219,20,0.282,4293,8.023]],["medium//uw-research-computing/dask.html",[1224,6.186]],["content//uw-research-computing/dask.html",[5,0.69,20,0.327,26,1.506,29,3.144,38,1.008,39,1.276,42,0.579,49,0.936,51,1.766,55,3.511,78,2.104,83,0.179,86,2.121,88,1.149,90,3.072,93,1.766,94,1.239,97,1.101,100,3.598,113,0.047,132,2.535,133,1.25,136,1.239,148,2.009,160,0.621,166,2.531,175,1.592,176,1.766,177,0.621,193,0.86,198,0.216,199,1.655,200,1.506,201,0.894,203,0.464,204,2.337,205,0.043,208,1.023,212,0.424,217,2.79,220,1.578,222,1.054,230,1.168,235,0.922,236,2.653,237,1.838,240,0.54,244,2.421,250,1.957,251,3.01,252,0.875,257,1.257,260,1.417,271,1.396,277,0.401,283,1.963,309,1.826,310,0.184,334,1.221,368,1.655,376,2.79,377,0.772,380,0.804,384,1.522,387,2.421,393,1.707,395,2.531,420,2.421,447,1.119,450,5.095,472,2.37,512,2.95,554,1.946,555,2.186,557,1.054,560,1.185,562,1.257,620,4.092,631,3.201,634,1.239,637,0.792,641,1.101,695,0.868,696,1.554,697,0.59,708,1.295,726,1.655,739,1.629,742,1.483,743,1.461,753,0.922,777,1.992,781,1.664,782,2.145,784,2.945,806,2.733,808,1.554,809,2.229,813,1.563,818,2.491,828,1.796,835,1.008,845,2.164,853,2.377,861,1.808,881,2.636,928,3.032,938,3.125,975,2.028,990,3.125,1028,2.591,1066,2.274,1072,4.089,1083,2.653,1089,0.842,1166,1.355,1235,1.483,1239,3.465,1249,3.01,1251,4.181,1262,3.34,1271,2.321,1281,2.104,1288,2.337,1293,1.847,1306,4.181,1315,4.842,1379,1.603,1394,3.125,1434,3.606,1440,3.606,1471,2.79,1472,4.137,1491,2.865,1499,3.465,1521,1.578,1554,4.772,1693,5.234,1731,3.897,1760,2.684,2080,1.629,2372,2.719,2455,2.321,2571,4.464,2604,4.464,2670,5.095,2840,3.34,2868,3.125,2870,3.125,3311,3.34,3356,3.767,3370,3.955,3413,4.464,3505,4.181,3568,4.985,3611,3.606,3749,3.955,3835,4.464,4148,4.842,4293,8.965,4294,3.767,4295,4.464,4296,7.168,4297,5.417,4298,5.417,4299,5.417,4300,7.168,4301,5.234,4302,4.181,4303,5.417]],["file_terms//uw-research-computing/dask.html",[]],["root_relative_url//HTCondorWeek-Photos.html",[4304,5.462,4305,5.462]],["high//HTCondorWeek-Photos.html",[5,0.464,8,0.233,25,2.931,186,1.91,221,1.851,347,1.971,697,0.539,2987,5.402,2988,5.86]],["medium//HTCondorWeek-Photos.html",[]],["content//HTCondorWeek-Photos.html",[5,0.381,6,0.479,10,0.774,12,2.354,20,0.236,24,6.306,46,3.582,62,2.09,83,0.281,88,1.144,93,1.325,113,0.042,164,1.487,166,2.513,171,1.67,185,1.866,186,2.752,193,0.576,212,0.376,221,1.519,230,1.16,246,1.305,264,1.813,271,1.386,273,0.711,278,2.051,281,1.697,301,0.064,311,2.404,312,1.567,316,1.567,317,2.051,322,2.7,330,1.617,331,0.673,344,1.06,347,2.407,363,0.507,372,4.564,373,4.75,374,4.619,375,4.619,378,0.187,380,0.799,394,1.697,402,1.001,421,1.212,435,1.909,452,1.016,459,0.671,461,3.376,462,3.01,465,2.305,479,1.67,480,2.046,488,3.205,492,1.561,493,3.441,504,2.77,532,0.434,535,1.368,538,1.909,553,2.18,554,1.177,586,2.171,611,1.309,624,1.592,633,2.671,640,0.34,695,0.862,697,0.777,704,2.214,707,1.286,713,2.77,753,1.215,779,2.354,783,2.844,785,2.214,801,2.844,806,2.721,825,3.205,861,1.094,875,2.671,881,1.978,882,1.592,884,2.446,887,3.581,929,2.77,930,2.404,984,2.251,993,2.7,1004,2.77,1005,2.513,1006,2.129,1007,3.192,1008,3.01,1009,2.844,1075,1.617,1084,2.129,1155,8.076,1156,3.317,1261,1.754,1274,3.741,1294,2.77,1364,3.927,1365,3.441,1366,1.924,1383,2.111,1432,2.924,1471,2.77,1489,2.77,1490,3.441,1543,3.103,1544,2.171,1574,3.205,1575,2.924,1608,2.924,1667,2.332,1729,2.18,1734,3.103,1737,3.169,1738,1.628,1743,3.317,1755,3.582,1786,3.412,1818,3.334,1826,1.177,1857,4.432,1913,1.697,1997,2.924,2013,2.7,2035,3.441,2036,3.205,2080,1.617,2084,2.458,2114,3.205,2133,4.937,2151,3.441,2152,3.581,2171,2.354,2179,4.152,2192,3.01,2202,4.808,2211,3.581,2220,3.317,2312,3.317,2345,4.152,2438,4.432,2468,3.927,2566,2.924,2587,3.441,2589,4.152,2768,3.581,2813,3.441,2814,3.927,2963,3.741,2986,2.924,2987,4.432,3038,4.962,3039,3.441,3045,3.441,3436,3.927,3477,4.432,3478,4.432,3611,3.581,3670,4.808,3839,3.927,4019,4.808,4022,3.581,4069,3.927,4078,4.808,4153,4.808,4306,8.761,4307,5.209,4308,5.879,4309,5.379,4310,5.379,4311,4.808,4312,5.379,4313,5.379,4314,5.379,4315,5.379,4316,4.808,4317,5.379,4318,3.317,4319,4.808,4320,3.927,4321,6.378,4322,4.808,4323,4.808,4324,4.808,4325,4.808,4326,4.808,4327,5.379,4328,4.808,4329,4.808,4330,5.379,4331,5.379,4332,5.379,4333,5.379,4334,4.808,4335,5.379,4336,5.379,4337,5.379,4338,5.379,4339,5.379,4340,5.379,4341,4.432,4342,5.379,4343,5.379,4344,4.152,4345,5.379,4346,5.379,4347,5.379,4348,5.379,4349,5.379,4350,5.379,4351,4.432,4352,5.379]],["file_terms//HTCondorWeek-Photos.html",[]],["root_relative_url//events/2023/02/research-bazaar.html",[4353,5.462,4354,5.462]],["high//events/2023/02/research-bazaar.html",[5,0.445,8,0.223,83,0.207,264,2.118,301,0.05,943,1.83,1547,3.744,1824,3.625,1826,1.375,2911,3.744,4355,4.849]],["medium//events/2023/02/research-bazaar.html",[]],["content//events/2023/02/research-bazaar.html",[5,0.626,83,0.309,113,0.057,133,1.293,193,0.947,210,1.093,307,0.994,310,0.227,317,2.895,344,1.128,428,2.648,502,4.682,527,3.719,532,0.48,643,1.662,726,2.32,930,3.394,1166,1.899,1261,2.475,1269,3.548,1288,2.475,1293,1.957,1485,4.249,1546,5.281,1547,4.524,1729,2.32,1738,1.544,1786,3.631,1824,4.381,1826,1.662,1913,2.791,2189,5.281,2203,4.015,2341,4.128,2911,4.524,4355,5.861,4356,7.593]],["file_terms//events/2023/02/research-bazaar.html",[]],["root_relative_url//CDIS_eventpage.html",[4357,6.54]],["high//CDIS_eventpage.html",[]],["medium//CDIS_eventpage.html",[]],["content//CDIS_eventpage.html",[301,0.064,425,1.902,1749,4.053,2348,6.232,2351,5.166,4358,8.074]],["file_terms//CDIS_eventpage.html",[]],["root_relative_url//events/2023/01/hpc-cluster-faq.html",[148,1.172,4359,4.689,4360,4.689]],["high//events/2023/01/hpc-cluster-faq.html",[5,0.411,8,0.206,148,1.45,264,1.955,301,0.046,406,2.538,686,3.153,867,1.588,932,4.99,943,1.69,1826,1.269,2121,4.235,4361,5.8,4362,4.78]],["medium//events/2023/01/hpc-cluster-faq.html",[]],["content//events/2023/01/hpc-cluster-faq.html",[5,0.664,6,0.75,83,0.278,99,2.238,136,1.6,147,3.346,148,2.261,160,1.119,222,1.361,228,1.6,232,1.072,240,0.697,242,1.465,265,2.104,277,0.518,301,0.056,307,1.184,317,3.448,384,1.246,406,3.688,467,2.359,488,5.022,531,4.037,547,0.41,638,0.794,640,0.442,643,1.531,683,2.824,686,4.582,732,2.77,776,1.75,827,3.65,867,2.308,932,6.395,985,3.27,1075,2.104,1089,1.088,1162,2.038,1166,2.107,1247,3.427,1288,2.747,1293,2.33,1379,2.071,1383,2.071,1471,3.603,1667,2.038,1677,2.244,1729,2.137,1734,4.862,1826,1.844,1830,5.861,1831,6.255,1832,5.61,1843,6.255,1844,5.766,1892,4.037,1913,2.961,2121,5.109,2207,4.127,3041,3.804,3614,5.401,4363,6.997,4364,8.427,4365,6.997,4366,6.997,4367,6.997,4368,6.997]],["file_terms//events/2023/01/hpc-cluster-faq.html",[]],["root_relative_url//neuroscientist.html",[4369,6.54]],["high//neuroscientist.html",[5,0.454,8,0.228,118,0.867,149,1.029,235,1.092,310,0.165,3250,4.685,3950,4.952,4370,5.736,4371,5.736]],["medium//neuroscientist.html",[]],["content//neuroscientist.html",[10,0.608,20,0.139,23,1.229,26,1.678,28,2.81,29,1.552,38,1.123,42,0.59,43,0.833,49,1.218,50,0.468,51,1.376,52,3.108,54,2.069,78,2.345,81,2.331,82,1.104,83,0.299,86,1.249,92,2.81,94,0.729,96,1.844,98,1.498,99,1.121,108,1.447,113,0.056,115,1.21,116,1.552,118,0.57,119,1.399,121,2.302,127,1.552,128,1.289,129,1.349,130,2.067,132,1.904,133,0.883,136,0.965,137,3.081,139,1.443,141,1.21,142,1.21,147,2.886,148,1.055,149,1.428,155,2.069,157,2.435,159,1.173,160,0.933,164,0.91,166,1.972,168,1.798,170,2.26,171,1.31,176,1.487,177,0.484,182,0.84,184,2.956,185,1.104,187,1.703,191,1.399,193,0.452,195,2.173,198,0.163,200,2.138,201,0.878,203,0.497,205,0.056,210,1.218,212,0.446,220,2.053,222,1.496,225,1.447,230,0.91,235,1.028,237,0.965,240,0.421,245,1.433,249,1.552,250,2.18,251,1.772,252,0.657,256,1.498,257,1.401,260,1.104,261,0.763,262,1.353,263,1.075,273,0.421,277,0.447,278,1.609,281,1.331,284,1.847,288,1.376,289,2.219,292,2.602,293,1.055,301,0.034,302,2.515,303,3.478,307,0.552,310,0.229,314,1.209,318,1.353,330,1.815,331,0.767,336,1.972,337,1.579,344,0.896,348,1.492,352,0.617,361,2.838,363,0.398,377,0.405,381,1.847,384,0.751,393,1.497,399,1.58,401,1.555,402,0.786,414,0.58,428,1.472,431,1.671,437,1.58,439,1.156,443,3.478,447,0.552,452,1.331,459,0.753,461,1.671,466,2.484,467,1.423,472,3.083,474,2.435,480,1.731,481,2.729,500,1.58,514,1.447,517,2.515,525,2.7,532,0.417,540,1.009,549,1.887,554,1.321,622,0.763,631,1.58,635,1.524,636,1.472,637,0.617,640,0.534,695,0.677,701,1.138,711,2.39,713,2.173,719,3.081,722,1.487,727,1.809,738,2.7,750,1.703,753,0.719,761,2.232,778,2.232,782,2.79,783,2.232,800,1.498,808,1.731,811,1.737,813,1.371,815,2.219,821,1.423,832,1.58,835,0.786,867,1.156,880,1.58,881,1.552,882,2.276,931,2.018,935,3.257,936,2.82,946,2.26,957,1.887,958,4.198,975,1.58,978,2.844,982,2.067,995,1.423,1012,0.846,1045,2.223,1046,2.602,1047,2.119,1062,2.587,1074,1.289,1078,2.435,1079,1.809,1081,1.928,1089,0.939,1103,1.009,1105,3.108,1118,2.362,1125,4.974,1127,2.173,1130,1.887,1138,1.331,1152,2.687,1252,1.399,1262,2.602,1277,2.302,1282,1.737,1297,2.001,1319,1.671,1366,1.138,1393,2.9,1413,2.515,1423,2.435,1426,2.362,1479,2.7,1511,1.847,1541,1.847,1597,2.81,1600,1.524,1617,2.7,1622,2.294,1623,2.698,1626,2.602,1658,3.831,1668,3.257,1677,1.353,1688,1.639,1711,0.786,1729,1.289,1738,1.654,1743,2.602,1753,3.773,1760,1.58,1772,4.199,1777,3.831,1791,2.067,1804,1.552,1826,1.78,1853,2.232,1921,2.7,1972,2.119,2011,3.081,2055,4.9,2079,2.435,2080,1.269,2089,2.232,2114,2.515,2149,2.935,2221,2.435,2235,2.362,2312,2.602,2333,2.7,2341,2.294,2385,2.81,2476,2.758,2573,2.935,2582,4.181,2584,3.03,2652,3.722,2671,2.362,2682,2.362,2783,2.294,2850,2.067,2872,2.81,2901,2.515,2936,2.484,2984,4.92,3123,2.935,3250,4.407,3329,3.861,3341,3.257,3356,2.935,3359,3.081,3411,3.773,3416,4.065,3500,2.7,3592,2.362,3658,3.081,3705,3.081,3915,3.257,3990,3.478,3995,3.773,4017,4.659,4042,3.773,4049,2.515,4103,3.081,4318,2.602,4341,3.478,4370,5.395,4371,8.834,4372,7.509,4373,6.036,4374,6.299,4375,6.036,4376,8.911,4377,4.22,4378,3.478,4379,3.773,4380,6.337,4381,4.22,4382,2.935,4383,4.22,4384,7.046,4385,2.81,4386,3.773,4387,4.22,4388,3.773,4389,3.478,4390,4.22,4391,4.22,4392,4.22,4393,3.081,4394,6.036,4395,3.773,4396,3.257,4397,3.773,4398,3.773,4399,3.773,4400,4.22,4401,3.773,4402,4.22,4403,4.22,4404,4.22,4405,4.22,4406,4.22,4407,3.478,4408,5.395,4409,4.691,4410,4.22,4411,3.478,4412,4.22,4413,4.22,4414,4.22,4415,2.7,4416,4.22,4417,3.478,4418,2.81,4419,3.081]],["file_terms//neuroscientist.html",[]],["root_relative_url//uw-research-computing/high-memory-jobs.html",[83,0.121,237,0.836,532,0.198,534,2.045,4420,3.655]],["high//uw-research-computing/high-memory-jobs.html",[5,0.373,8,0.125,20,0.116,39,0.625,198,0.081,205,0.06,212,0.371,214,0.791,215,0.442,225,1.203,232,0.537,237,1.61,252,0.382,272,0.757,310,0.09,340,0.497,378,0.183,380,0.521,536,1.072,537,1.747,538,1.871,544,0.416,545,0.663,547,0.206,550,0.918,559,0.735,560,0.768,561,0.724,562,0.814,563,1.163,753,0.597,1083,1.718,1089,0.546,1130,1.568]],["medium//uw-research-computing/high-memory-jobs.html",[10,0.279,51,0.632,89,0.7,94,0.335,150,1.53,177,0.222,193,0.208,198,0.045,203,0.275,205,0.044,215,0.275,232,0.502,237,0.444,238,0.531,240,0.327,277,0.144,301,0.074,310,0.084,358,0.657,378,0.114,393,0.412,544,0.389,547,0.294,552,0.361,569,0.798,572,0.5,579,0.927,580,0.366,582,0.622,584,0.629,591,1.119,592,0.999,596,0.457,597,0.728,598,0.676,600,1.568,601,1.532,603,1.532,604,0.612,607,0.95,617,1.465,627,1.143,637,0.284,654,1.001,678,0.592,701,0.884,708,0.464,786,0.45,817,0.35,820,0.622,823,0.539,848,1.003,884,0.665,1029,0.974,1048,0.898,1075,0.583,1088,1.026,1126,0.643,1167,0.612,1172,1.654,1205,0.574,1208,0.906,1248,1.156,1281,0.753,1676,1.416,2264,3.109,2319,1.734,2351,1.241,2446,1.196,2447,1.291,2833,2.394,2913,1.598,4285,1.416,4291,1.734,4421,1.939,4422,1.939,4423,1.939,4424,1.939,4425,1.939,4426,1.939,4427,1.939,4428,2.931,4429,1.939,4430,3.278,4431,1.734,4432,1.734,4433,4.259,4434,1.939,4435,1.734,4436,1.734,4437,1.939,4438,1.939,4439,2.931,4440,3.278,4441,3.278,4442,3.278,4443,1.939,4444,1.939,4445,1.939,4446,1.598,4447,3.278,4448,1.939,4449,1.939,4450,1.939,4451,1.939,4452,1.939,4453,1.939,4454,4.259,4455,1.598,4456,4.259,4457,1.939,4458,1.939]],["content//uw-research-computing/high-memory-jobs.html",[5,0.637,8,0.136,20,0.325,38,0.712,39,1.001,42,0.451,50,0.424,65,1.169,81,1.001,82,1.001,83,0.126,88,0.613,89,1.382,93,0.942,94,0.971,95,2.207,97,1.764,108,1.927,112,1.289,113,0.023,116,1.406,118,0.76,119,1.268,122,1.227,126,1.395,129,0.986,132,1.773,133,0.822,139,0.915,142,1.097,150,1.168,160,0.439,164,0.577,168,1.194,169,1.289,176,0.942,177,0.97,182,0.688,185,1.001,188,1.016,193,0.876,198,0.229,200,1.064,201,1.02,203,0.547,205,0.081,206,2.742,208,1.062,210,0.959,212,0.503,214,1.655,215,0.809,219,0.901,220,1.114,221,1.08,225,1.927,227,1.437,232,1.295,235,0.651,237,2.274,238,2.011,239,1.951,240,0.732,242,1.177,245,1.143,252,0.8,256,1.995,261,0.691,262,1.802,263,0.681,264,1.289,273,0.56,277,0.544,279,1.97,283,1.539,288,1.247,301,0.067,307,0.736,310,0.223,314,0.766,319,1.92,328,1.187,331,0.361,337,1.001,340,0.542,343,1.268,348,0.702,352,0.559,358,0.766,363,0.361,368,1.717,377,0.54,378,0.284,380,0.835,397,0.928,400,1.406,402,1.24,408,1.748,414,0.525,418,1.92,424,1.132,425,0.901,437,1.432,439,1.047,446,1.187,447,0.501,452,0.723,459,0.701,476,1.47,492,1.607,535,0.733,539,0.632,540,0.915,543,1.674,544,0.871,545,1.062,547,0.559,548,1.093,549,2.512,550,1.001,552,1.675,556,0.956,557,0.744,558,2.047,560,0.837,572,2.402,580,0.723,584,1.078,588,2.279,596,0.901,597,1.48,599,1.405,611,1.222,622,1.414,627,2.853,634,1.286,638,0.361,639,1.08,640,0.534,641,1.143,645,0.849,654,2.035,657,1.168,680,2.66,682,1.895,693,1.514,695,0.613,697,0.548,699,2.459,701,1.031,707,0.915,708,1.344,710,1.574,711,1.514,721,0.825,722,1.927,727,1.639,736,1.247,739,2.003,740,1.574,741,1.639,742,1.047,743,1.031,745,2.244,746,0.744,750,1.544,753,1.477,759,2.141,761,2.023,772,1.57,781,1.722,784,2.079,786,1.899,787,1.873,808,1.911,816,1.832,817,1.327,822,1.873,835,0.712,836,1.691,837,0.849,838,1.259,839,1.15,840,1.311,841,1.08,842,1.114,843,1.047,844,1.247,845,0.875,846,1.334,847,1.15,848,1.568,849,1.666,850,1.15,851,0.568,852,1.247,853,1.563,854,1.289,855,0.971,856,1.289,857,1.334,858,1.247,859,1.289,860,1.15,861,1.143,862,1.168,863,1.405,864,1.187,865,1.357,896,1.606,975,1.432,984,1.207,997,1.748,1002,1.873,1012,0.766,1028,4.148,1043,1.787,1048,1.539,1051,1.674,1089,1.217,1115,1.486,1129,1.382,1133,1.873,1139,1.357,1152,1.459,1162,1.637,1166,1.405,1204,2.079,1249,1.606,1252,1.268,1288,1.247,1293,1.892,1297,1.268,1309,1.674,1318,1.311,1476,2.689,1491,2.023,1499,3.596,1509,1.97,1510,1.787,1573,2.546,1574,2.279,1600,2.03,1688,1.486,1729,1.168,1796,2.207,1907,1.92,1913,1.207,1916,1.606,1921,2.447,1961,2.279,1972,1.92,1975,3.909,1978,3.622,2080,1.15,2167,3.419,2207,1.873,2240,5.024,2266,2.793,2286,2.141,2306,3.152,2328,1.71,2444,2.66,2446,2.359,2450,2.279,2455,1.639,2461,2.447,2574,1.829,2577,2.359,2641,2.688,2836,2.359,2840,5.214,2868,2.207,2914,2.447,2937,3.742,3197,2.66,3214,2.793,3328,2.546,3358,2.66,3523,2.207,3592,2.141,3613,2.793,3749,2.793,3876,3.419,4106,3.152,4210,3.152,4272,4.631,4435,3.419,4459,3.825,4460,3.419,4461,3.825,4462,3.152,4463,2.546,4464,3.825,4465,3.909,4466,3.825,4467,2.952,4468,3.825,4469,5.62,4470,3.419,4471,3.825,4472,3.825,4473,3.825,4474,5.62,4475,2.546]],["file_terms//uw-research-computing/high-memory-jobs.html",[]],["root_relative_url//uw-research-computing/dagman-workflows.html",[83,0.136,532,0.223,4476,4.108,4477,4.108]],["high//uw-research-computing/dagman-workflows.html",[5,0.368,8,0.185,20,0.172,39,0.926,205,0.055,252,0.566,272,1.122,273,0.518,310,0.133,340,0.737,378,0.181,536,1.589,559,1.089,560,1.138,561,1.073,562,1.207,563,1.724,845,1.19,846,1.814,847,1.564]],["medium//uw-research-computing/dagman-workflows.html",[]],["content//uw-research-computing/dagman-workflows.html",[5,0.657,20,0.33,65,1.503,84,2.769,88,0.993,97,1.26,108,2.124,122,1.987,133,0.906,159,1.723,164,0.934,177,0.897,186,1.805,198,0.229,203,0.401,205,0.081,212,0.327,213,3.276,215,0.807,216,3.276,219,1.46,231,4.026,237,1.417,238,1.696,240,0.617,242,1.297,245,1.26,273,0.779,288,2.02,301,0.049,307,0.811,310,0.159,334,1.396,337,1.621,340,0.878,352,0.906,363,0.584,377,0.595,378,0.215,397,1.503,411,2.278,427,3.963,459,0.772,535,1.188,536,1.892,539,1.024,540,1.481,547,0.527,552,1.153,556,1.549,557,1.205,558,2.241,580,1.17,584,1.188,597,1.736,599,1.549,611,1.136,640,0.607,641,1.59,695,0.993,696,1.777,697,0.763,721,1.336,722,1.926,736,2.02,742,1.696,743,1.671,746,1.205,753,1.331,781,1.205,801,3.276,811,2.55,816,2.02,817,1.119,828,2.053,835,1.153,836,1.572,837,1.376,838,1.618,839,1.862,840,2.124,841,1.749,842,1.805,843,1.696,844,2.02,845,2.058,846,2.161,847,2.789,848,1.241,849,1.549,850,1.862,851,1.272,852,2.02,853,2.174,854,2.088,855,1.572,856,2.088,857,2.161,858,2.02,859,2.088,860,1.862,861,1.26,862,1.892,863,1.955,864,1.923,865,2.199,884,2.124,990,4.511,1007,2.319,1084,3.095,1274,4.308,1296,2.711,1304,3.11,1600,2.238,2005,4.124,2013,3.11,2039,4.523,2080,2.35,4049,3.691]],["file_terms//uw-research-computing/dagman-workflows.html",[]],["root_relative_url//get-to-know-todd.html",[96,1.669,4478,5.462]],["high//get-to-know-todd.html",[5,0.433,8,0.118,50,0.367,82,0.867,83,0.109,96,1.013,99,0.881,128,1.013,168,0.705,182,0.343,185,0.867,203,0.327,205,0.026,237,0.758,281,1.046,369,1.708,378,0.115,402,0.617,421,1.138,479,1.029,498,1.913,633,1.241,695,0.532,697,0.273,835,0.617,931,2.415,1089,0.516,1122,1.313,1124,2.207,1128,1.451,1138,1.046,1475,1.241,1543,1.913,1575,1.803,1697,2.207,1737,2.422,2151,2.121,2152,2.207,2385,3.362,2777,3.898,4479,3.513,4480,2.421,4481,2.964,4482,2.732]],["medium//get-to-know-todd.html",[]],["content//get-to-know-todd.html",[5,0.495,6,0.464,10,0.751,16,2.026,17,0.933,20,0.27,23,1.519,26,1.45,29,1.272,37,1.58,38,1.168,42,0.571,43,0.683,49,0.901,50,0.696,56,1.829,59,1.514,64,1.694,65,0.915,75,1.781,82,0.905,83,0.294,88,0.554,89,1.884,90,1.482,101,2.133,112,2.116,113,0.059,115,2.004,118,0.848,119,1.729,121,3.12,126,1.092,128,1.593,129,1.101,130,1.694,132,1.091,139,0.827,147,3.586,148,0.865,152,1.396,160,0.802,168,1.334,170,1.295,175,0.644,176,0.852,177,0.598,181,1.166,182,0.814,185,1.828,187,1.396,191,1.729,198,0.145,199,1.057,201,0.65,203,0.611,204,1.128,205,0.05,212,0.432,215,0.29,221,1.473,222,1.015,224,1.385,228,1.436,230,1.816,235,0.589,240,0.52,244,1.546,245,0.703,246,1.523,249,1.272,251,1.452,252,0.568,253,0.673,256,1.228,257,1.457,260,1.364,261,1.263,262,2.013,263,0.616,264,1.166,265,2.101,276,1.884,277,0.518,279,1.781,283,0.947,287,2.618,290,1.996,301,0.041,307,0.822,309,2.356,310,0.089,312,1.008,314,0.693,315,1.546,316,1.829,317,1.989,328,1.619,330,1.04,331,0.707,344,1.114,348,1.545,351,2.013,352,0.506,356,1.175,357,2.686,358,0.693,359,2.158,363,0.492,368,2.291,374,1.996,375,1.996,377,0.332,378,0.299,380,0.514,394,1.645,400,2.308,401,0.891,402,1.467,403,1.736,408,1.58,411,1.917,414,0.862,421,1.942,424,1.543,425,1.479,430,2.67,435,1.851,437,1.295,446,1.619,447,0.822,452,0.985,459,0.65,464,2.105,465,1.482,466,1.424,469,1.008,471,3.181,474,1.996,475,1.829,476,0.905,477,1.996,479,2.328,480,1.8,481,2.662,483,1.452,485,1.147,486,2.235,489,2.868,494,1.295,496,1.206,497,2.383,500,1.295,504,3.233,505,2.133,508,2.835,513,1.546,517,2.061,518,2.85,522,1.482,532,0.427,535,1,538,1.851,539,1.037,552,0.644,557,1.221,560,0.757,596,0.815,627,1.206,629,1.452,633,2.35,635,1.884,637,0.506,638,0.659,641,0.703,643,0.757,645,0.768,669,1.396,682,1.166,684,2.67,686,1.88,690,2.061,692,0.891,695,0.554,696,0.992,697,0.766,699,1.514,701,0.933,704,1.424,716,1.396,726,1.057,731,1.616,740,1.424,744,2.241,745,0.992,756,2.406,757,2.235,758,2.406,762,1.996,765,2.303,772,0.815,774,1.654,776,0.865,779,2.282,784,1.88,785,1.424,806,1.319,808,1.496,809,2.146,813,0.673,817,0.942,825,3.107,851,1.171,867,1.428,875,1.295,881,2.308,882,1.024,887,3.472,894,1.546,912,2.406,916,1.88,918,0.735,935,2.67,938,1.996,968,2.303,985,1.616,989,1.694,998,4.179,1002,1.694,1004,1.781,1007,1.295,1012,0.693,1048,0.947,1066,1.452,1067,1.546,1072,1.654,1075,1.04,1079,2.235,1084,2.065,1087,1.88,1089,0.976,1128,1.514,1135,2.554,1150,1.645,1152,1.319,1157,1.424,1160,1.758,1167,1.98,1235,1.428,1240,1.109,1250,2.213,1252,1.147,1256,2.133,1262,2.133,1277,1.989,1293,0.891,1294,3.233,1296,1.514,1297,1.147,1318,1.186,1383,1.543,1389,3.216,1406,2.213,1408,1.514,1424,4.366,1488,2.213,1511,1.514,1516,2.406,1521,1.829,1531,1.58,1535,1.736,1568,3.092,1573,2.303,1583,2.061,1590,2.67,1596,3.009,1600,1.249,1603,1.295,1614,1.936,1617,2.213,1623,2.331,1641,3.009,1659,2.303,1667,1.008,1672,2.835,1675,1.88,1685,1.996,1697,3.472,1711,0.644,1712,1.781,1713,2.526,1729,1.593,1737,3.531,1738,1.664,1745,0.878,1754,1.694,1794,1.996,1805,1.781,1826,1.141,1915,1.736,1921,2.213,2021,2.526,2051,3.622,2052,2.67,2053,3.627,2120,1.694,2149,2.406,2155,2.133,2156,3.472,2157,2.406,2160,3.092,2165,3.622,2171,1.514,2174,2.406,2187,2.235,2193,3.092,2195,2.061,2211,2.303,2229,1.829,2302,2.133,2318,2.67,2320,3.092,2345,2.67,2365,2.67,2366,2.85,2372,2.618,2385,5.248,2437,2.213,2440,2.061,2443,1.88,2455,1.482,2476,1.58,2505,3.622,2551,3.092,2554,3.009,2559,4.179,2563,2.406,2570,2.061,2574,1.654,2576,1.88,2592,3.092,2606,2.835,2617,2.526,2622,2.133,2624,2.67,2659,1.694,2661,2.406,2662,2.85,2777,2.67,2788,1.829,2846,2.133,2864,1.829,2868,1.996,2869,3.092,2873,2.85,2954,2.213,2966,2.213,2976,2.526,2986,1.88,3212,3.216,3234,2.67,3237,4.662,3341,2.67,3419,4.297,3492,2.85,3515,2.526,3521,2.85,3523,1.996,3532,2.67,3559,4.297,3598,2.85,3664,2.67,3667,4.025,3674,2.67,3698,2.526,3789,3.092,3825,4.662,3861,2.061,3877,2.85,3878,2.85,3911,2.406,3934,2.67,3950,4.025,3983,3.092,3988,2.526,3998,2.526,4004,2.85,4012,3.092,4027,2.406,4031,2.213,4076,4.297,4326,3.092,4334,3.092,4385,2.303,4415,2.213,4419,2.526,4479,3.627,4480,2.526,4483,3.459,4484,2.406,4485,2.67,4486,3.459,4487,4.297,4488,2.67,4489,2.67,4490,3.459,4491,3.459,4492,3.459,4493,2.303,4494,3.459,4495,3.459,4496,3.459,4497,3.092,4498,5.215,4499,3.092,4500,5.215,4501,3.459,4502,5.215,4503,3.459,4504,2.67,4505,4.662,4506,3.092,4507,3.459,4508,5.215,4509,3.459,4510,2.85,4511,2.85,4512,5.215,4513,3.459,4514,6.277,4515,2.85,4516,3.459,4517,3.459,4518,3.459,4519,3.092,4520,3.459,4521,5.215,4522,3.092,4523,3.459,4524,3.459,4525,5.611,4526,5.611,4527,3.092,4528,3.459,4529,2.85,4530,3.459,4531,3.459,4532,3.459,4533,3.092,4534,3.092,4535,3.459,4536,3.459,4537,2.67,4538,3.459,4539,3.092,4540,3.459,4541,3.459,4542,5.611,4543,3.459,4544,3.459,4545,2.85,4546,6.989,4547,3.459,4548,3.459,4549,3.459,4550,3.092,4551,3.459,4552,3.459,4553,3.459,4554,3.459,4555,3.092,4556,3.092,4557,6.989,4558,3.092,4559,3.459,4560,3.459,4561,3.459,4562,3.459,4563,3.459,4564,3.092,4565,3.459,4566,3.092,4567,3.459]],["file_terms//get-to-know-todd.html",[]],["root_relative_url//OSPool-Cores.html",[7,1.781,4568,5.462]],["high//OSPool-Cores.html",[5,0.464,8,0.233,29,2.411,124,3.291,126,1.373,160,0.752,262,2.102,1049,2.753,4569,6.556]],["medium//OSPool-Cores.html",[]],["content//OSPool-Cores.html",[7,3.192,8,0.239,10,1.334,42,0.456,49,1.164,67,2.348,77,2.597,83,0.294,113,0.055,115,1.931,126,1.41,127,2.476,141,1.931,151,4.152,160,0.772,169,2.27,181,2.27,182,0.696,185,2.154,205,0.053,215,0.565,252,0.897,262,3.048,301,0.053,306,1.272,314,1.65,344,1.321,347,2.475,348,1.631,350,2.771,371,3.467,385,2.885,388,3.146,393,1.431,402,1.655,414,0.925,421,2.004,435,2.39,447,0.881,459,0.839,539,1.36,596,1.586,643,1.802,692,1.735,693,2.666,701,2.398,726,2.057,744,2.852,795,3.467,800,2.922,849,1.684,1006,2.666,1088,3.561,1126,2.232,1205,1.992,1394,3.885,1575,4.476,1594,4.248,1638,3.66,1772,4.906,1827,6.354,1970,5.197,2091,3.146,2130,3.561,2164,3.885,2487,6.765,2681,4.624,2803,3.298,3389,4.482,3846,4.682,4135,7.95,4252,5.197,4570,6.019,4571,5.548,4572,5.548,4573,5.548,4574,6.733,4575,6.019,4576,5.548,4577,6.733,4578,6.019,4579,6.733,4580,6.733]],["file_terms//OSPool-Cores.html",[]],["root_relative_url//uw-research-computing/form.html",[83,0.155,532,0.254,4581,4.689]],["high//uw-research-computing/form.html",[5,0.474,8,0.238,572,2.115,639,2.318,1537,3.073]],["medium//uw-research-computing/form.html",[]],["content//uw-research-computing/form.html",[1,4.413,5,0.669,20,0.236,50,0.947,83,0.236,96,2.186,113,0.05,129,1.255,147,3.422,159,1.99,160,0.821,182,0.739,185,1.872,193,0.766,203,0.552,210,1.03,222,1.392,225,2.454,228,1.637,235,1.218,246,1.737,260,1.872,261,1.293,263,1.521,358,1.711,377,0.687,380,1.268,447,0.937,476,1.872,483,3.005,492,1.869,502,4.413,572,2.201,586,3.447,639,2.578,702,3.131,708,2.043,711,2.833,785,2.945,827,2.888,837,1.589,951,3.27,1070,4.264,1083,4.183,1089,1.113,1138,2.258,1166,2.136,1232,4.578,1288,2.785,1293,2.201,1537,3.541,1541,3.131,1603,2.679,1667,2.085,1677,2.295,1826,1.869,1916,3.587,2062,4.764,2376,4.264,2582,3.891,2750,5.523,3034,4.413,3216,3.505,3233,4.129,3749,5.225,3770,6.397,4582,6.397]],["file_terms//uw-research-computing/form.html",[]],["root_relative_url//OSG-School.html",[149,0.876,4583,4.882]],["high//OSG-School.html",[5,0.464,8,0.233,83,0.216,113,0.039,149,1.051,428,2.287,529,4.559,1150,2.068,1638,3.564]],["medium//OSG-School.html",[]],["content//OSG-School.html",[6,0.37,10,1.212,12,1.817,16,1.613,17,2.436,20,0.23,23,1.209,26,1.154,29,1.526,38,0.773,39,0.739,42,0.517,49,1.319,50,0.46,54,1.423,77,1.882,83,0.322,84,1.856,95,3.442,96,1.268,99,1.103,107,1.709,112,1.399,113,0.057,118,0.806,119,1.376,128,1.268,129,0.728,133,1.182,136,1.364,143,1.94,147,2.853,149,1.47,152,1.675,159,1.154,160,0.476,161,0.869,171,1.289,175,1.3,177,0.927,181,1.399,182,0.429,185,1.56,186,1.209,198,0.187,201,0.87,203,0.561,205,0.047,206,1.709,212,0.219,215,0.586,217,2.138,222,1.161,224,1.103,225,1.423,228,0.95,232,0.636,235,0.707,240,0.414,253,0.808,261,0.75,263,1.062,271,1.07,272,1.286,273,0.414,277,0.442,278,1.583,283,1.137,284,1.817,293,1.038,299,2.474,301,0.064,310,0.107,312,1.738,314,1.195,316,1.209,318,1.331,319,2.084,320,2.195,321,2.257,322,2.084,325,2.56,328,2.167,330,1.793,331,0.562,332,1.613,333,2.138,336,1.94,339,1.913,340,0.588,344,1.133,348,0.761,350,1.709,351,1.331,352,0.607,356,0.936,358,0.832,363,0.562,368,1.268,377,0.399,380,0.886,381,1.817,382,2.257,384,1.062,388,1.94,389,2.395,394,1.31,396,1.054,400,1.526,402,1.421,411,2.193,421,1.822,424,1.765,432,1.94,435,2.709,439,1.912,440,1.675,446,1.289,447,0.543,448,3.204,451,3.971,461,3.512,465,1.779,468,2.56,469,1.209,485,1.376,487,2.56,496,1.448,497,1.897,508,2.257,522,1.779,527,2.922,535,0.796,540,0.993,547,0.409,563,1.376,622,1.078,623,3.204,624,2.566,626,1.675,628,2.474,638,0.391,640,0.598,695,0.666,697,0.341,713,2.138,739,1.793,740,1.709,749,1.5,761,3.155,772,0.978,779,1.817,781,0.808,783,2.195,785,2.455,810,2.138,811,1.709,813,0.808,815,2.193,821,1.399,823,1.659,825,2.474,845,0.95,847,1.248,874,3.031,875,2.233,879,3.442,880,2.233,882,2.066,884,2.394,894,1.856,904,2.195,918,0.882,927,1.5,930,1.856,942,2.033,943,1.209,946,1.331,984,2.203,985,1.94,990,2.395,995,1.399,997,1.897,1003,1.985,1007,3.027,1045,1.882,1047,2.084,1048,1.137,1054,2.764,1081,1.897,1089,0.646,1098,1.985,1122,1.644,1128,1.817,1129,1.5,1138,1.31,1150,3.131,1157,3.141,1158,1.985,1159,3.442,1160,2.011,1162,1.209,1165,2.407,1167,1.31,1205,1.765,1236,2.033,1252,1.977,1277,1.583,1291,2.084,1297,1.376,1302,2.138,1364,3.031,1379,1.229,1396,2.764,1422,1.675,1515,2.033,1519,2.764,1543,2.395,1544,1.675,1577,2.994,1591,2.474,1603,2.233,1622,2.257,1667,1.738,1711,0.773,1729,1.268,1731,2.257,1732,2.323,1735,2.323,1759,2.764,1760,1.554,1779,2.764,1783,2.764,1788,1.945,1794,2.395,1796,2.395,1804,2.193,1819,3.121,1826,1.528,1849,2.323,1855,4.548,1856,4.467,1858,3.204,1859,3.031,1860,2.764,1862,2.656,1863,1.985,1864,4.856,1868,3.031,1973,3.421,1993,2.656,1997,2.257,2013,2.084,2018,3.155,2055,2.887,2063,2.764,2065,3.971,2084,1.897,2088,1.985,2091,1.94,2093,3.031,2133,4.305,2139,2.395,2149,2.887,2164,2.395,2177,3.243,2187,1.779,2206,4.604,2207,2.033,2214,3.421,2221,2.395,2227,2.195,2302,3.678,2324,2.195,2425,2.138,2451,3.711,2509,2.033,2588,3.155,2669,3.031,2681,1.985,2682,2.323,2780,2.474,2783,2.257,2823,3.031,2850,2.922,2864,2.195,2890,4.915,2897,3.204,2934,2.257,2936,1.709,2965,2.656,2982,3.155,3032,3.421,3126,3.711,3249,3.204,3262,3.678,3267,2.764,3276,3.421,3369,3.204,3394,3.421,3439,3.204,3492,3.421,3524,4.915,3592,2.323,3615,2.656,3775,3.031,3818,3.204,3842,3.204,3843,3.421,3849,3.421,3861,2.474,4008,4.604,4013,2.474,4031,2.656,4415,2.656,4418,3.971,4493,2.764,4576,3.421,4584,4.604,4585,4.152,4586,4.152,4587,4.604,4588,4.604,4589,3.711,4590,4.915,4591,5.389,4592,3.711,4593,4.152,4594,8.416,4595,4.152,4596,4.152,4597,4.152,4598,4.152,4599,4.152,4600,4.152,4601,5.332,4602,4.152,4603,4.152,4604,4.152,4605,4.152,4606,4.152,4607,4.152,4608,4.152,4609,4.152,4610,7.632,4611,4.152,4612,4.152,4613,4.152,4614,4.152,4615,4.152,4616,4.152,4617,4.152,4618,3.711,4619,4.152,4620,3.204,4621,3.711,4622,4.152,4623,4.152,4624,3.421,4625,4.152,4626,4.152,4627,2.887,4628,4.152,4629,4.152,4630,4.152,4631,4.152,4632,4.152,4633,3.204,4634,3.421,4635,3.421,4636,3.204,4637,5.891,4638,2.887,4639,3.031,4640,3.711,4641,4.152,4642,3.421]],["file_terms//OSG-School.html",[]],["root_relative_url//Science-Gateway.html",[344,0.811,4643,5.462]],["high//Science-Gateway.html",[5,0.445,8,0.223,17,1.694,113,0.037,149,1.007,230,1.355,379,3.077,469,1.83,4644,6.283,4645,5.616,4646,5.616]],["medium//Science-Gateway.html",[]],["content//Science-Gateway.html",[6,0.338,7,2.385,10,0.804,12,1.661,16,1.474,17,2.456,20,0.292,22,2.19,26,1.554,31,1.562,38,0.706,42,0.449,49,0.656,54,1.301,55,1.859,59,1.661,69,2.261,78,2.171,83,0.312,86,1.654,88,0.608,94,0.656,96,1.159,103,4.314,105,3.127,113,0.054,114,1.773,115,1.088,116,1.395,118,0.755,119,1.852,121,1.447,126,0.795,129,1.163,132,2.46,141,1.088,142,1.603,149,1.063,159,2.034,165,1.905,166,1.773,168,0.806,171,2.059,175,0.706,177,0.435,182,0.577,184,1.859,185,0.993,193,0.406,198,0.129,199,1.159,200,1.055,201,1.079,202,2.428,203,0.473,205,0.044,208,0.717,211,1.905,212,0.411,213,2.955,215,0.469,221,2.066,228,0.868,230,1.578,231,1.954,233,3.712,234,1.734,235,0.951,239,1.008,240,0.557,244,1.696,246,1.356,252,0.722,253,0.738,254,1.371,257,0.881,260,1.735,261,0.686,265,1.141,271,0.978,272,1.43,273,0.777,277,0.414,278,1.447,281,1.197,283,1.53,287,1.905,298,1.954,300,3.886,301,0.067,306,1.541,307,1.068,309,1.279,314,1.329,316,1.932,317,1.447,318,1.217,324,2.639,330,1.141,331,0.625,333,1.954,334,1.259,339,1.217,344,1.423,351,1.217,356,0.855,358,0.76,359,1.039,363,0.735,378,0.301,384,1.303,394,1.763,396,2.141,401,0.978,408,1.734,415,4.08,421,1.495,428,1.949,429,2.929,437,1.421,439,1.039,440,1.532,447,0.497,452,0.717,459,0.473,469,1.932,471,2.953,475,2.007,476,0.993,479,1.735,480,1.902,481,2.354,485,1.258,486,1.626,494,1.421,497,1.734,514,1.301,525,2.428,539,1.096,547,0.223,554,0.831,557,0.738,561,0.783,565,1.949,571,2.553,597,0.843,622,0.686,624,2.308,626,1.532,629,3.425,633,2.092,634,1.278,637,0.97,638,0.358,657,1.159,697,0.312,701,1.507,704,2.3,706,1.773,712,2.124,723,1.532,726,1.159,735,1.734,744,1.217,746,0.738,772,0.894,774,1.815,782,1.502,783,2.007,786,1.297,808,1.088,809,1.562,810,1.954,813,1.29,817,0.686,825,2.261,829,0.907,832,1.421,845,0.868,849,1.659,851,0.564,880,2.092,881,3.182,894,1.696,896,1.594,927,2.018,936,1.773,946,1.792,970,2.929,972,2.527,981,1.905,988,4.08,989,1.859,993,1.905,1048,1.53,1049,1.594,1074,2.382,1075,1.68,1078,2.19,1081,1.734,1088,2.007,1105,1.954,1110,2.34,1115,1.474,1118,2.124,1123,1.532,1128,1.661,1138,1.197,1150,1.197,1152,2.131,1158,1.815,1160,1.279,1162,1.106,1167,1.197,1205,1.654,1235,1.816,1245,1.734,1249,1.594,1261,1.237,1265,2.007,1286,2.577,1291,1.905,1293,0.978,1304,1.905,1318,1.301,1319,1.502,1320,2.261,1330,2.261,1365,4.243,1376,1.773,1382,3.33,1394,2.19,1408,1.661,1421,2.929,1422,1.532,1472,1.954,1476,1.532,1486,2.19,1495,2.346,1530,2.007,1537,1.421,1539,1.859,1540,3.127,1565,2.261,1575,3.038,1578,4.605,1579,2.428,1589,1.905,1597,2.527,1623,1.696,1632,3.392,1634,2.124,1654,4.605,1675,2.063,1677,1.792,1681,3.392,1709,2.063,1711,0.706,1747,3.392,1749,1.905,1750,2.771,1754,1.859,1763,2.639,1771,2.428,1792,2.428,1799,2.929,1800,2.428,1803,2.771,1809,1.661,1825,2.19,1853,2.007,1916,1.594,1923,2.929,1972,1.905,1988,2.639,1989,2.19,2051,2.19,2065,2.527,2072,2.639,2079,2.19,2130,2.007,2155,2.34,2186,2.929,2195,3.33,2203,2.007,2234,1.954,2235,2.124,2330,2.124,2333,2.428,2373,5.192,2436,2.639,2443,3.038,2455,2.395,2536,2.929,2554,2.19,2558,3.127,2568,3.127,2572,2.19,2582,3.038,2584,1.905,2587,2.428,2588,2.007,2591,3.72,2598,2.124,2649,2.124,2659,1.859,2681,1.815,2755,2.261,2762,4.313,2823,2.771,2836,2.34,2868,3.224,2905,7.672,2968,2.639,2986,2.063,3039,2.428,3224,4.989,3249,2.929,3328,2.527,3339,2.19,3386,3.392,3389,2.527,3402,6.029,3403,4.605,3404,4.613,3406,3.392,3416,2.19,3420,3.127,3430,2.771,3455,2.527,3464,2.929,3577,2.929,3596,3.392,3779,5.929,3861,2.261,3929,3.127,3957,3.127,3958,2.771,3992,2.639,3998,4.08,4045,2.929,4097,2.639,4138,3.392,4146,3.127,4229,3.392,4237,2.929,4294,2.639,4408,5.929,4475,3.72,4488,2.929,4636,2.929,4639,2.771,4645,8.459,4646,5.929,4647,4.995,4648,7.317,4649,7.317,4650,3.392,4651,3.127,4652,4.995,4653,3.795,4654,7.317,4655,3.795,4656,5.588,4657,4.605,4658,3.795,4659,3.392,4660,3.795,4661,3.795,4662,3.795,4663,3.795,4664,3.795,4665,3.392,4666,8.158,4667,8.984,4668,4.313,4669,3.795,4670,3.795,4671,3.795,4672,3.795,4673,3.795,4674,3.795,4675,3.127,4676,3.795,4677,5.588,4678,3.127,4679,3.392,4680,3.795,4681,3.392,4682,3.795,4683,3.392,4684,3.392,4685,3.795,4686,3.795,4687,3.795,4688,3.127,4689,3.795,4690,5.588,4691,3.795,4692,3.795,4693,3.795,4694,3.795,4695,3.795,4696,2.929,4697,3.795,4698,3.795,4699,3.795,4700,3.795,4701,3.795,4702,3.795,4703,3.795,4704,3.795,4705,3.795,4706,2.771,4707,3.795,4708,3.795,4709,3.392,4710,3.795,4711,3.795,4712,3.127,4713,3.795,4714,3.795,4715,3.795]],["file_terms//Science-Gateway.html",[]],["root_relative_url//uw-research-computing/docker-test.html",[83,0.136,532,0.223,4716,3.385,4717,4.108]],["high//uw-research-computing/docker-test.html",[5,0.346,8,0.113,20,0.105,39,0.566,65,1.338,97,0.646,113,0.019,164,0.479,193,0.34,198,0.073,203,0.205,205,0.053,272,0.685,310,0.081,337,1.558,340,0.45,377,0.305,378,0.11,536,0.97,537,1.053,538,1.127,544,0.58,545,0.923,550,1.278,558,1.995,559,0.665,560,0.695,561,0.655,562,0.737,563,1.053,637,0.464,654,0.97,753,0.832,848,0.636,881,1.168,1011,1.036,1089,0.494,1162,0.925]],["medium//uw-research-computing/docker-test.html",[118,0.402,164,0.861,198,0.162,298,1.53,301,0.068,558,2.157,638,0.438,721,0.641,831,1.833,855,0.754,1011,1.862,1029,3.24,1043,1.389,1137,2.766,1197,2.17,1202,3.324,1354,2.17,1437,3.522,1502,1.901,1948,1.833,2247,4.172,2250,4.706,2702,2.657,2707,2.294,2720,3.228,2753,1.833,3161,4.408,4718,5.105,4719,5.711,4720,6.455,4721,4.642,4722,2.972,4723,2.972,4724,2.657,4725,4.642,4726,4.642,4727,2.972,4728,7.002,4729,7.002,4730,2.657,4731,4.642]],["content//uw-research-computing/docker-test.html",[5,0.638,6,0.637,20,0.327,42,0.366,49,0.627,50,0.848,52,1.869,65,1.787,67,1.266,72,3.304,83,0.12,88,0.582,90,2.317,94,1.237,97,1.1,113,0.055,119,1.203,127,1.335,129,0.637,132,1.145,133,0.531,136,1.751,139,0.868,141,1.041,142,2.053,159,1.504,161,0.76,164,1.317,168,1.149,175,1.679,177,0.62,182,0.668,193,0.692,198,0.235,201,0.674,203,0.565,205,0.078,208,1.021,212,0.192,214,2.003,215,0.674,219,0.855,222,1.052,225,1.245,226,2.952,227,0.783,228,0.83,232,1.308,237,0.83,238,1.481,239,1.436,242,0.76,245,0.738,253,0.706,256,1.919,257,1.255,260,1.873,273,0.644,276,1.311,277,0.633,283,2.198,284,2.366,289,1.335,301,0.075,307,0.846,310,0.139,314,1.295,334,0.818,337,2.235,340,0.515,351,1.164,352,0.531,356,0.818,359,0.994,361,1.886,363,0.51,377,0.821,378,0.249,380,0.539,393,1.373,397,0.881,401,1.393,414,0.743,453,1.882,459,0.893,484,1.736,486,1.556,490,1.778,492,1.757,494,1.359,507,1.778,514,1.245,535,0.696,539,0.6,540,0.868,545,0.686,547,0.501,548,1.618,552,0.676,553,1.652,556,0.908,557,1.052,558,2.566,580,0.686,582,2.072,584,0.696,587,2.417,596,0.855,597,1.201,599,0.908,611,0.992,622,1.168,631,1.359,637,0.531,638,0.51,639,1.025,640,0.551,641,1.1,645,1.59,691,2.239,695,1.425,697,0.589,699,1.588,701,2.165,707,0.868,708,0.868,710,1.494,717,2.334,721,0.783,722,1.886,736,1.184,739,1.091,740,1.494,742,0.994,743,0.979,746,1.052,750,1.465,752,3.616,753,1.536,761,2.86,770,3.026,776,1.914,777,1.335,781,1.393,786,2.306,793,2.141,809,2.226,813,0.706,816,1.184,817,1.451,820,2.296,821,1.224,822,1.778,829,0.868,831,2.239,835,0.676,836,0.921,837,0.806,838,1.221,839,1.091,840,1.245,841,1.025,842,1.058,843,0.994,844,1.184,845,0.83,846,1.266,847,1.091,848,1.712,849,0.908,850,1.091,851,0.539,852,1.184,853,1.797,854,1.224,855,0.921,856,1.224,857,1.266,858,1.184,859,1.224,860,1.091,861,1.314,862,1.109,863,1.616,864,2.711,865,1.288,881,1.988,906,1.778,944,1.465,946,1.164,957,1.623,962,1.623,1011,1.763,1012,1.295,1042,2.471,1043,2.527,1069,2.163,1089,1.449,1107,3.271,1115,2.101,1134,3.799,1139,1.288,1145,2.322,1162,1.058,1245,1.659,1252,2.373,1259,4.417,1263,4.302,1264,2.991,1265,4.049,1271,1.556,1277,1.384,1279,4.721,1282,1.494,1293,0.935,1296,2.366,1297,1.203,1298,3.245,1299,2.239,1309,1.588,1316,1.822,1319,2.558,1320,2.163,1321,2.27,1377,1.736,1379,1.074,1402,1.778,1418,2.032,1478,2.525,1485,3.026,1501,2.322,1505,2.527,1521,1.058,1596,2.095,1640,3.026,1862,2.322,1907,1.822,1957,3.424,2005,2.417,2088,1.736,2188,1.778,2213,2.991,2328,1.623,2368,2.525,2493,2.322,2505,2.095,2554,2.095,2649,2.032,2753,3.985,2764,2.991,2850,1.778,3216,2.648,3532,2.802,3694,5.9,3728,4.174,4013,2.163,4086,2.991,4732,3.245,4733,3.245,4734,3.63,4735,3.63,4736,3.761,4737,3.63,4738,3.63,4739,3.63,4740,2.802]],["file_terms//uw-research-computing/docker-test.html",[]],["root_relative_url//htc.html",[2686,4.775]],["high//htc.html",[5,0.508,8,0.255,113,0.042,212,0.379,331,0.677]],["medium//htc.html",[]],["content//htc.html",[1,3.829,6,0.553,10,0.894,13,2.129,20,0.205,37,2.837,38,1.457,40,2.902,41,3.284,42,0.421,56,2.498,64,3.041,83,0.205,88,0.995,113,0.06,122,1.991,126,1.3,127,2.283,128,1.897,159,1.727,176,1.929,177,0.898,182,0.641,185,1.624,187,3.16,191,2.058,212,0.5,217,3.198,218,3.583,220,2.281,221,1.753,230,1.339,235,1.057,236,3.041,237,1.42,245,1.263,246,1.507,252,1.048,254,3.097,277,0.58,295,2.969,309,2.093,318,1.991,331,0.849,340,0.88,344,0.922,348,1.139,352,0.908,359,1.7,363,0.585,402,1.457,403,3.117,414,0.853,421,1.399,447,0.813,459,0.774,464,2.506,497,2.837,539,1.026,554,1.359,599,1.553,627,2.166,640,0.608,646,2.166,682,3.035,697,0.511,746,1.911,762,3.583,765,4.134,808,2.245,827,2.506,849,1.553,851,0.922,867,2.144,875,2.325,903,5.117,929,3.198,946,2.511,957,2.776,978,2.506,995,2.093,1076,2.969,1079,3.355,1160,2.093,1205,1.838,1235,2.348,1249,2.607,1294,3.198,1297,2.058,1323,4.318,1366,1.674,1379,2.538,1390,4.134,1393,2.556,1474,3.972,1590,4.793,1614,3.475,1626,3.829,1641,3.583,1642,2.837,1675,3.376,1711,1.156,1738,1.263,1745,1.576,1765,4.793,1778,4.517,1792,3.972,1905,4.793,1962,3.041,2123,4.534,2148,4.318,2177,3.376,2178,3.041,2515,3.7,2580,4.534,2609,4.793,2669,4.534,2974,4.534,3035,3.376,3232,3.829,3274,3.829,3491,4.793,3767,6.043,4081,4.534,4572,5.117,4584,4.793,4741,6.209,4742,6.209,4743,6.209,4744,6.209,4745,6.209,4746,5.551,4747,6.209,4748,7.829,4749,6.209,4750,6.209,4751,6.209,4752,6.209]],["file_terms//htc.html",[]],["root_relative_url//events/2023/10/information-session.html",[4753,5.462,4754,5.462]],["high//events/2023/10/information-session.html",[5,0.544,8,0.215,62,2.343,210,0.868,264,2.033,301,0.048,654,1.843,943,1.757,1826,1.32,1913,1.903,3041,3.279,4755,4.016]],["medium//events/2023/10/information-session.html",[]],["content//events/2023/10/information-session.html",[5,0.65,17,1.959,20,0.24,83,0.24,113,0.057,118,1.165,126,1.521,133,1.062,160,0.833,177,0.833,210,1.241,212,0.383,225,2.49,252,0.791,273,0.724,307,0.951,310,0.186,331,0.685,344,1.079,421,1.637,425,1.711,447,0.951,532,0.498,643,1.589,654,2.219,726,2.219,836,1.844,884,2.49,918,1.543,938,4.191,1009,3.841,1089,1.129,1165,2.931,1166,2.155,1269,3.394,1288,2.368,1293,1.872,1475,2.719,1667,2.51,1711,1.352,1738,1.868,1788,2.368,1796,4.191,1822,3.949,1826,1.589,1834,5.737,1913,2.719,2064,4.835,2133,4.479,2150,3.841,2155,4.479,2161,5.303,2229,3.841,2343,5.606,2565,4.479,3041,3.949,3611,4.835,3737,5.303,3780,6.493,4755,4.835,4756,7.263,4757,7.263,4758,6.493,4759,5.303]],["file_terms//events/2023/10/information-session.html",[]],["root_relative_url//icecube-receives-hpc-award.html",[867,1.125,1916,1.725,2970,2.448,4760,4.108]],["high//icecube-receives-hpc-award.html",[5,0.464,8,0.233,389,3.782,2969,5.86,2970,3.906,2971,4.364,2972,3.669,2973,4.559,2974,4.787]],["medium//icecube-receives-hpc-award.html",[]],["content//icecube-receives-hpc-award.html",[5,0.649,7,2.8,12,3.161,13,2.477,20,0.303,27,2.806,39,1.286,43,1.426,113,0.043,133,1.056,144,4.621,145,4.621,176,2.258,177,0.828,201,0.901,208,1.365,212,0.453,252,0.787,293,1.806,310,0.185,314,1.447,317,2.755,331,0.681,344,1.073,347,2.172,389,4.956,396,1.834,402,1.345,403,3.626,425,1.702,462,4.043,476,1.89,532,0.392,554,1.581,635,2.609,740,2.973,812,2.806,867,1.978,881,2.656,1066,3.033,1270,5.953,1290,4.455,1600,2.609,1611,4.621,1711,1.599,1738,1.469,1752,4.809,1916,3.033,2606,3.927,2970,5.463,2971,5.719,2972,4.807,2973,5.024,2974,6.272,3551,5.576,3579,4.455,3580,4.809,3951,5.576,4223,5.576,4224,5.576,4225,4.809,4228,6.458,4761,7.224,4762,7.224,4763,7.224,4764,6.458,4765,6.458,4766,6.458,4767,7.224]],["file_terms//icecube-receives-hpc-award.html",[]],["root_relative_url//google76f04192afc2088e.html",[4768,5.846]],["high//google76f04192afc2088e.html",[]],["medium//google76f04192afc2088e.html",[]],["content//google76f04192afc2088e.html",[1432,4.403,1871,4.066,4768,7.24,4769,7.24]],["file_terms//google76f04192afc2088e.html",[]],["root_relative_url//uw-research-computing/r-build.html",[83,0.136,532,0.223,4770,3.672,4771,3.672]],["high//uw-research-computing/r-build.html",[5,0.277,8,0.139,20,0.129,97,0.797,205,0.045,215,0.329,271,1.01,307,0.749,377,0.376,418,1.967,494,1.467,536,1.197,544,0.465,545,0.74,550,1.025,552,0.729,556,1.43,557,1.113,599,0.98,640,0.247,654,1.197,816,1.277,817,1.221,818,1.141,820,1.257,855,2.094,1122,1.551,1318,1.961]],["medium//uw-research-computing/r-build.html",[10,0.418,163,2.105,201,0.863,240,0.289,301,0.071,307,0.38,378,0.101,385,1.243,454,1.345,544,0.344,547,0.267,557,0.565,569,1.194,579,1.388,580,0.548,598,1.962,600,1.388,601,1.356,603,1.356,604,0.915,617,1.297,645,1.012,721,0.626,784,2.477,817,0.823,818,0.845,855,1.865,1011,0.946,1012,0.581,1172,1.77,1202,2.346,1208,1.356,1211,1.674,1213,1.674,1219,2.081,1318,0.995,1437,2.809,1452,3.598,1453,1.856,1454,1.856,1455,1.856,1456,2.409,2396,2.594,2418,1.856,4772,5.624,4773,8.676,4774,4.555,4775,4.555,4776,2.902,4777,2.902,4778,2.902,4779,5.624,4780,2.902]],["content//uw-research-computing/r-build.html",[5,0.584,20,0.306,29,2.483,39,0.882,42,0.336,43,0.978,50,0.549,81,1.766,93,1.221,94,0.856,97,1.912,113,0.029,116,2.483,126,1.038,129,1.184,136,2.151,139,1.185,142,2.554,163,1.855,169,2.276,176,1.221,182,0.512,188,1.316,198,0.211,203,0.32,204,2.504,205,0.08,210,0.713,214,1.117,215,0.798,219,1.167,226,3.085,227,1.656,228,1.757,232,0.759,240,0.494,257,1.15,261,0.895,271,1.74,277,0.611,281,1.563,283,1.357,293,1.239,297,2.694,301,0.065,307,1.13,352,0.725,356,1.117,358,0.993,377,0.891,379,2.427,414,0.681,447,0.884,459,0.842,476,1.296,492,1.949,494,2.875,501,2.215,530,2.893,547,0.544,552,1.696,556,2.278,557,1.83,584,1.294,599,1.239,622,0.895,641,1.008,645,1.101,692,1.74,695,1.231,696,1.936,697,0.632,698,2.954,707,1.615,708,1.836,709,1.759,715,3.056,721,1.92,724,1.79,741,2.893,745,1.936,750,2,751,3.433,753,0.844,781,1.804,786,2.153,795,3.477,802,4.361,816,2.504,817,1.794,818,2.237,820,2.767,821,1.67,822,2.427,829,1.615,838,1.451,845,1.133,848,1.924,850,2.48,855,2.611,975,1.855,1076,2.37,1089,1.342,1090,3.085,1107,3.085,1120,3.299,1123,2,1126,1.643,1133,2.427,1135,2.427,1166,1.92,1167,2.423,1172,3.459,1173,4.585,1216,3.229,1219,3.085,1245,2.264,1269,2.316,1281,1.925,1282,2.039,1284,3.299,1286,2.984,1318,3.224,1393,2.039,1510,3.155,1565,4.023,1863,2.37,1960,3.299,1964,3.17,2454,3.671,2519,4.083,2620,2.694,2936,2.039,3274,3.056,3592,2.773,4781,4.43,4782,4.955,4783,4.955,4784,4.955,4785,4.955,4786,4.955]],["file_terms//uw-research-computing/r-build.html",[]],["root_relative_url//research.html",[4787,5.846]],["high//research.html",[5,0.248,8,0.125,64,1.718,113,0.037,176,0.864,203,0.227,232,0.537,252,0.382,301,0.028,307,0.459,309,1.183,310,0.09,397,0.852,439,0.961,532,0.19,536,1.072,555,1.416,624,1.038,697,0.289,736,1.144,753,0.597,779,1.535,845,0.803,847,1.055,851,0.521,856,1.183,862,1.072,1616,1.964,1738,0.713,1745,0.891,1863,1.678,2038,1.338,2188,1.718,2425,1.807,3568,2.44,3986,2.562,4378,2.891,4788,2.708,4789,2.891,4790,2.891,4791,3.509,4792,3.509,4793,3.509,4794,3.136,4795,3.136,4796,3.136,4797,2.891]],["medium//research.html",[]],["content//research.html",[6,0.736,10,0.796,13,2.385,20,0.124,23,0.371,29,0.836,33,1.472,36,0.982,37,1.038,39,0.227,41,0.673,43,0.449,54,0.436,56,0.371,62,2.011,64,1.113,70,1.236,77,0.717,83,0.075,88,0.204,92,1.513,93,0.758,104,0.545,113,0.058,116,0.836,126,0.267,144,0.814,145,0.814,148,1.817,149,0.204,155,0.779,160,0.547,161,0.267,176,2.098,177,0.261,182,0.387,187,0.514,188,0.338,192,0.504,198,0.071,201,0.536,203,0.082,205,0.041,208,0.429,212,0.462,220,0.371,232,0.658,234,0.582,235,1.12,236,0.623,252,0.717,253,0.599,265,0.683,290,2.159,293,0.568,295,2.281,296,5.715,298,3.149,300,0.885,301,0.024,302,1.354,306,0.429,307,0.724,309,1.608,310,0.199,312,0.897,313,0.734,314,0.75,316,0.662,318,0.729,327,0.847,331,0.488,334,0.512,339,0.408,340,0.676,344,1.006,348,0.417,352,0.332,358,0.455,359,0.622,363,0.12,364,2.752,368,0.389,369,2.213,372,1.97,373,2.862,374,5.611,375,5.627,377,0.122,378,0.079,384,0.405,385,1.604,395,3.714,396,0.323,397,0.908,398,1.754,402,0.237,404,0.692,406,0.557,418,2.395,420,1.376,421,0.843,424,0.377,434,0.734,437,0.477,439,1.599,446,0.395,447,0.167,450,3.085,457,2.752,459,0.467,462,1.272,465,0.545,467,1.969,469,0.371,477,0.734,483,0.534,485,0.422,496,0.444,500,1.401,504,0.655,507,1.113,513,0.569,536,0.389,537,1.716,538,1.328,539,0.71,540,0.304,542,3.193,544,0.566,545,0.429,547,0.133,550,0.979,552,0.697,555,3.803,560,0.279,561,0.263,582,1.2,610,2.281,611,0.233,620,2.174,622,0.23,624,1.81,626,1.243,627,0.793,629,0.534,638,0.29,639,0.359,641,0.259,654,1.582,669,0.514,683,0.917,686,1.236,693,0.9,697,0.253,708,0.304,712,0.712,721,0.274,722,0.314,729,1.272,736,1.555,746,1.136,753,0.524,762,0.734,770,0.712,802,0.673,815,0.468,821,0.429,824,1.454,828,0.753,829,0.304,837,0.283,838,0.812,840,1.056,841,0.359,845,0.704,847,0.383,851,1.099,855,0.323,856,1.262,863,0.77,867,0.349,872,3.318,875,0.477,880,0.477,884,1.474,918,0.795,932,2.05,940,0.609,946,0.408,963,0.982,976,1.138,977,1.873,985,0.595,996,1.401,998,2.05,1005,1.062,1007,0.477,1009,1.628,1012,0.75,1048,0.622,1063,2.752,1064,2.752,1066,1.293,1075,0.383,1082,0.929,1094,0.929,1102,1.673,1106,2.897,1122,0.9,1128,0.557,1136,0.692,1154,2.376,1159,0.734,1160,1.038,1162,0.371,1166,0.77,1203,0.673,1221,2.159,1232,1.454,1235,2.536,1237,1.138,1249,0.534,1254,1.236,1261,0.741,1286,0.883,1302,1.585,1303,2.05,1304,0.639,1306,0.982,1316,1.879,1318,3.382,1356,1.138,1357,4.909,1358,3.542,1359,5.584,1360,2.732,1366,1.396,1378,1.401,1379,0.911,1383,0.911,1398,1.853,1400,0.982,1404,1.311,1450,0.504,1459,3.737,1472,0.655,1490,1.97,1511,0.557,1529,1.049,1547,1.354,1557,0.609,1590,2.888,1591,1.354,1598,3.052,1612,0.734,1616,2.094,1618,0.929,1619,1.754,1626,2.651,1629,2.032,1653,0.814,1675,0.692,1679,1.581,1683,2.23,1690,0.712,1705,2.032,1714,1.049,1718,1.873,1721,2.032,1738,0.97,1739,2.105,1743,1.401,1746,0.982,1760,1.609,1778,1.311,1791,2.861,1816,3.602,1817,1.062,1818,0.595,1824,1.776,1825,1.311,1827,0.982,1828,1.873,1840,0.885,1849,3.269,1850,0.785,1863,2.056,1871,0.639,1879,1.049,1888,1.293,1911,6.652,1913,0.402,1948,0.785,1962,0.623,1974,0.929,1988,0.885,1994,0.758,1998,0.982,1999,1.049,2020,1.049,2036,3.644,2038,2.332,2080,2.091,2082,2.248,2083,1.202,2095,3.842,2097,2.032,2104,1.138,2116,2.032,2120,0.623,2125,2.858,2126,3.318,2130,3.363,2136,5.527,2139,1.776,2144,2.752,2151,4.961,2152,5.502,2155,1.401,2157,1.581,2164,0.734,2171,0.557,2172,0.885,2181,1.723,2188,1.508,2195,1.354,2207,1.113,2214,1.873,2221,0.734,2234,0.655,2235,0.712,2261,1.97,2268,5.078,2315,0.734,2318,0.982,2330,0.712,2340,1.585,2373,1.513,2376,3.644,2389,1.754,2401,0.982,2425,0.655,2443,1.674,2476,0.582,2487,3.483,2493,0.814,2536,2.888,2561,0.982,2562,0.982,2576,0.692,2589,0.982,2599,1.049,2606,0.692,2609,0.982,2641,0.609,2649,1.272,2661,2.141,2673,2.032,2720,2.141,2755,0.758,2783,0.692,2804,1.97,2810,0.785,2820,0.712,2858,2.491,2861,8.811,2862,0.814,2867,4.265,2875,0.847,2894,1.138,2895,1.873,2968,2.603,3003,1.659,3008,1.049,3012,1.049,3013,1.754,3015,1.049,3020,0.885,3026,0.885,3028,0.929,3035,2.815,3045,0.814,3120,1.754,3161,0.982,3212,2.308,3225,0.982,3232,3.41,3238,3.842,3247,5.23,3250,0.929,3300,0.982,3305,1.834,3323,3.842,3349,0.885,3401,1.659,3402,1.873,3403,1.049,3440,0.982,3464,3.682,3491,2.376,3504,8.374,3515,5.197,3550,1.138,3559,1.049,3568,2.989,3579,3.922,3580,1.513,3581,3.138,3582,1.049,3583,1.049,3584,1.049,3592,0.712,3620,1.659,3654,3.312,3667,0.982,3705,1.659,3707,2.248,3731,5.466,3732,0.982,3763,6.528,3839,0.929,3840,0.982,3842,0.982,3843,1.049,3895,1.138,3907,3.084,3911,5.748,3934,4.508,3936,1.049,3986,2.732,3993,3.345,4003,0.982,4009,4.575,4013,1.834,4058,1.138,4131,1.049,4171,2.032,4174,4.265,4175,4.628,4215,1.138,4295,2.537,4307,0.929,4308,4.813,4311,1.138,4362,1.049,4378,1.049,4382,1.581,4393,2.732,4419,0.929,4475,0.847,4537,0.982,4555,4.628,4572,1.049,4591,0.982,4620,0.982,4650,1.138,4651,1.049,4657,1.049,4696,1.754,4712,1.049,4730,1.138,4746,2.032,4755,2.05,4788,3.318,4789,1.049,4790,4.266,4794,2.032,4795,2.032,4796,1.138,4797,1.049,4798,7.754,4799,6.115,4800,1.273,4801,1.273,4802,8.897,4803,9.856,4804,4.628,4805,1.273,4806,1.273,4807,2.273,4808,4.265,4809,4.771,4810,6.618,4811,2.032,4812,5.177,4813,1.273,4814,1.273,4815,2.273,4816,2.273,4817,2.273,4818,2.273,4819,2.273,4820,2.273,4821,2.273,4822,2.273,4823,1.273,4824,4.944,4825,1.273,4826,2.273,4827,4.944,4828,1.273,4829,1.273,4830,2.273,4831,2.273,4832,3.079,4833,2.032,4834,6.36,4835,2.273,4836,1.273,4837,1.273,4838,1.049,4839,1.273,4840,5.531,4841,5.531,4842,1.273,4843,1.273,4844,2.248,4845,3.079,4846,2.032,4847,1.273,4848,1.273,4849,3.742,4850,1.273,4851,1.273,4852,1.273,4853,5.177,4854,3.842,4855,4.298,4856,1.273,4857,2.752,4858,1.273,4859,2.273,4860,3.079,4861,1.273,4862,1.273,4863,3.079,4864,3.742,4865,2.032,4866,2.273,4867,1.273,4868,1.273,4869,2.989,4870,6.579,4871,1.273,4872,1.273,4873,4.771,4874,4.771,4875,1.273,4876,3.742,4877,8.193,4878,8.035,4879,3.742,4880,3.742,4881,0.982,4882,1.273,4883,1.273,4884,5.841,4885,1.273,4886,3.742,4887,3.345,4888,2.032,4889,1.273,4890,2.273,4891,1.138,4892,1.754,4893,2.752,4894,1.273,4895,6.776,4896,4.771,4897,4.771,4898,1.273,4899,1.138,4900,1.273,4901,1.273,4902,1.273,4903,1.273,4904,1.273,4905,1.273,4906,3.542,4907,1.273,4908,1.273,4909,1.273,4910,1.273,4911,1.138,4912,1.273,4913,1.273,4914,2.273,4915,3.742,4916,2.273,4917,1.273,4918,1.273,4919,1.273,4920,1.273,4921,1.273,4922,1.273,4923,1.273,4924,5.531,4925,1.138,4926,1.273,4927,1.273,4928,1.273,4929,1.273,4930,1.273,4931,1.273,4932,1.273,4933,1.273,4934,1.273,4935,2.273,4936,3.542,4937,1.138,4938,2.273,4939,2.273,4940,3.079,4941,1.273,4942,2.752,4943,1.273,4944,1.273,4945,1.049,4946,0.982,4947,1.273,4948,1.138,4949,4.771,4950,2.273,4951,1.273,4952,2.273,4953,2.273,4954,2.032,4955,2.273,4956,4.298,4957,4.298,4958,2.273,4959,4.298,4960,2.273,4961,2.273,4962,1.273,4963,1.273,4964,1.273,4965,1.273,4966,3.742,4967,2.273,4968,1.273,4969,2.273,4970,2.273,4971,2.273,4972,1.273,4973,1.273,4974,1.273,4975,1.273,4976,1.273,4977,1.273,4978,1.273,4979,1.273,4980,1.273,4981,1.273,4982,3.079,4983,1.273,4984,1.273,4985,2.273,4986,2.273,4987,2.273,4988,3.079,4989,3.079,4990,1.273,4991,1.273,4992,1.273,4993,1.273,4994,2.273,4995,1.273,4996,2.376,4997,1.273,4998,1.273,4999,1.273,5000,1.273,5001,1.273,5002,1.273,5003,1.273,5004,1.273,5005,1.273,5006,1.273,5007,1.273,5008,6.115,5009,6.579,5010,1.273,5011,1.273,5012,1.273,5013,1.138,5014,1.273,5015,7.854,5016,1.273,5017,1.273,5018,2.273,5019,2.273,5020,2.273,5021,2.273,5022,1.273,5023,1.273,5024,1.273,5025,1.273,5026,1.273,5027,1.138,5028,1.273,5029,2.273,5030,3.079,5031,1.273,5032,2.273,5033,1.273,5034,1.273,5035,1.273,5036,1.273,5037,2.273,5038,1.273,5039,1.273,5040,1.273,5041,1.273,5042,1.273,5043,1.273,5044,1.273,5045,1.273,5046,1.273,5047,1.273,5048,1.273,5049,1.273,5050,1.049,5051,2.032,5052,2.273,5053,2.273,5054,2.032,5055,1.138,5056,1.273,5057,1.273,5058,2.273,5059,4.265,5060,1.273,5061,2.752,5062,0.982,5063,1.273,5064,1.273,5065,1.273,5066,2.537,5067,1.273,5068,1.273,5069,1.273,5070,1.273,5071,1.273,5072,2.273,5073,2.032,5074,1.138,5075,1.273,5076,1.273,5077,1.049,5078,1.273,5079,2.273,5080,1.273,5081,1.273,5082,4.298,5083,1.049,5084,1.138,5085,1.273,5086,1.273,5087,1.273,5088,1.273,5089,1.273,5090,1.273,5091,2.273,5092,1.273,5093,1.273,5094,1.138,5095,1.273,5096,1.273,5097,4.298,5098,2.273,5099,1.273,5100,1.273,5101,1.273,5102,1.273,5103,1.273,5104,1.273,5105,1.273,5106,4.771,5107,3.079,5108,1.273,5109,1.273,5110,1.273,5111,1.273,5112,1.273,5113,2.273,5114,1.138,5115,3.842,5116,2.273,5117,2.273,5118,1.273,5119,2.273,5120,2.273,5121,1.273,5122,2.273,5123,1.273,5124,1.273,5125,1.273,5126,1.273,5127,1.273,5128,1.273,5129,1.273,5130,1.273,5131,1.273,5132,1.273,5133,1.273,5134,1.273,5135,1.273,5136,1.273,5137,5.531,5138,6.776,5139,6.776,5140,1.273,5141,1.273,5142,1.273,5143,1.273,5144,2.273,5145,1.273,5146,1.273,5147,1.273,5148,1.273,5149,1.273,5150,1.273,5151,5.177,5152,4.771,5153,1.273,5154,1.273,5155,1.873,5156,1.138,5157,1.273,5158,1.273,5159,2.273,5160,2.273,5161,2.273,5162,2.273,5163,3.079,5164,1.273,5165,2.273,5166,2.273,5167,2.273,5168,2.032,5169,2.273,5170,1.273,5171,1.273,5172,2.273,5173,1.273,5174,1.273,5175,1.273,5176,1.273,5177,1.273,5178,3.079,5179,3.079,5180,3.079,5181,2.273,5182,2.273,5183,2.032,5184,1.273,5185,1.273,5186,2.273,5187,2.273,5188,1.273,5189,2.273,5190,2.273,5191,2.273,5192,2.273,5193,2.273,5194,2.273,5195,2.273,5196,2.032,5197,1.273,5198,2.273,5199,1.273,5200,1.273,5201,2.273,5202,2.273,5203,2.273,5204,2.273,5205,1.273,5206,1.273,5207,1.273,5208,1.273,5209,1.273,5210,1.273,5211,1.138,5212,1.273,5213,1.273,5214,1.273,5215,1.273,5216,1.273,5217,1.273,5218,1.273,5219,1.273,5220,2.273,5221,1.273,5222,1.273,5223,1.273,5224,1.273,5225,1.273,5226,1.273,5227,1.273,5228,1.273,5229,1.273,5230,1.273,5231,1.273,5232,1.273,5233,1.273,5234,1.273,5235,1.138,5236,1.273,5237,1.273,5238,1.273,5239,3.079,5240,3.079,5241,3.079,5242,1.273,5243,1.273,5244,1.273,5245,1.273,5246,1.273,5247,1.273,5248,1.273,5249,1.273,5250,1.273,5251,1.273,5252,1.273,5253,1.273,5254,1.273,5255,1.273,5256,1.138,5257,1.273,5258,1.273,5259,1.273,5260,1.273,5261,1.273,5262,1.273,5263,1.273,5264,1.273,5265,1.273,5266,1.273,5267,1.273,5268,1.273,5269,1.273,5270,1.273,5271,1.273,5272,1.273,5273,1.273,5274,1.273,5275,1.273,5276,1.273,5277,1.273,5278,1.049,5279,1.273,5280,1.273,5281,1.273,5282,1.273,5283,1.273,5284,1.273,5285,1.273,5286,1.273,5287,1.273,5288,1.138,5289,1.138,5290,1.273,5291,1.273,5292,1.273,5293,1.273,5294,1.273,5295,1.273,5296,1.273,5297,1.273,5298,1.273,5299,1.049,5300,1.049,5301,1.273,5302,1.273,5303,1.273,5304,1.273,5305,1.049,5306,1.273,5307,1.273,5308,1.273,5309,1.273,5310,1.273,5311,1.273,5312,1.273,5313,1.273,5314,1.138,5315,1.273,5316,1.273,5317,3.079,5318,1.273,5319,1.273,5320,1.049,5321,1.273,5322,1.273,5323,1.273,5324,1.273,5325,1.273,5326,1.273,5327,2.273,5328,1.273,5329,1.273,5330,1.138,5331,1.273,5332,1.273,5333,1.273,5334,1.273,5335,1.138,5336,1.273,5337,1.273,5338,1.273,5339,1.138,5340,1.273,5341,1.273,5342,1.273,5343,1.273,5344,1.273,5345,1.273,5346,1.138]],["file_terms//research.html",[]],["root_relative_url//Lightning-Talks.html",[1856,3.494,5347,5.462]],["high//Lightning-Talks.html",[5,0.445,8,0.223,83,0.207,149,1.007,347,1.889,638,0.592,884,2.154,1007,2.352,1150,1.982,1856,4.02,2192,3.516]],["medium//Lightning-Talks.html",[]],["content//Lightning-Talks.html",[0,2.669,3,1.469,5,0.175,6,0.709,7,2.446,10,1.234,11,1.079,13,2.189,16,0.958,17,1.844,20,0.323,23,1.165,26,0.686,27,1.961,29,0.907,31,1.646,33,1.179,37,1.127,38,0.939,40,1.152,41,4.645,42,0.433,43,1.573,46,2.008,49,0.691,50,0.708,53,2.239,54,2.469,57,1.75,58,2.077,61,1.208,62,0.958,64,2.472,65,1.12,66,2.921,67,1.76,68,3.296,69,3.46,70,1.34,71,3.866,77,2.272,78,0.958,82,0.645,83,0.293,85,3.007,86,1.494,89,0.891,90,1.057,95,1.423,98,1.791,103,2.669,107,1.015,112,0.831,113,0.048,115,0.707,116,0.907,118,0.863,119,0.817,122,0.791,126,0.838,128,1.222,129,1.263,133,0.585,136,0.564,137,1.8,139,0.957,144,2.559,145,2.559,146,1.127,148,1,149,1.277,150,1.222,155,1.371,156,1.34,160,0.283,162,2.204,164,0.603,166,1.152,168,1.073,170,0.923,171,0.765,173,3.087,174,1.423,175,0.745,176,0.607,177,0.666,182,0.744,185,1.046,186,1.47,188,0.655,189,1.52,191,1.326,192,1.584,193,0.683,195,1.27,198,0.195,201,0.307,203,0.568,205,0.054,207,1.715,208,1.097,209,1.469,210,0.355,211,1.238,212,0.306,214,0.556,219,0.942,220,1.165,221,1.13,222,1.242,224,0.655,225,0.845,227,0.532,228,0.564,230,1.088,232,0.378,235,0.989,237,0.564,241,2.663,245,0.501,250,1.445,252,0.269,253,0.48,256,0.875,261,0.446,263,0.439,264,0.831,265,1.203,271,0.635,273,0.875,278,1.525,283,0.675,284,1.079,289,0.907,292,2.467,298,1.27,301,0.032,306,1.292,307,0.76,309,0.831,310,0.238,312,0.718,314,0.802,316,0.718,317,0.94,318,1.283,320,1.304,321,1.34,322,1.238,328,2.122,331,0.377,332,1.554,333,1.27,337,1.046,339,0.791,344,0.862,347,1.203,348,0.926,356,0.556,357,1.27,358,1.279,359,1.095,367,0.995,368,1.222,376,1.27,377,0.657,378,0.086,380,0.366,381,1.079,382,1.34,384,0.899,385,1.714,393,0.85,394,1.262,396,1.015,397,0.971,402,0.939,404,3.471,405,2.825,406,2.209,407,1.903,411,0.907,414,0.339,419,1.238,420,1.102,421,1.309,427,2.559,435,1.791,437,0.923,438,1.641,439,1.972,441,1.828,446,0.765,447,0.323,452,1.097,461,1.998,470,1.828,471,1.614,472,1.079,475,1.304,479,0.765,481,1.42,483,1.035,485,1.326,486,1.057,487,3.112,490,1.208,496,0.86,505,1.52,512,1.015,522,1.714,523,2.239,525,1.577,526,1.903,535,0.968,539,0.959,545,0.756,550,0.645,554,0.54,555,0.995,557,0.778,558,0.645,560,1.105,561,0.509,582,0.791,599,0.617,611,0.734,619,1.641,620,1.035,623,3.087,624,1.184,626,2.037,627,0.86,628,1.469,629,1.035,631,0.923,633,0.923,634,0.915,636,2.617,637,0.738,638,0.751,640,0.515,643,0.54,682,0.831,692,0.635,695,0.809,697,0.525,704,2.077,710,1.015,717,0.891,722,0.607,726,0.753,731,1.152,735,1.127,744,1.283,770,2.239,772,0.942,774,1.179,777,0.907,782,0.976,783,3.071,785,1.015,793,0.976,806,0.94,812,1.554,813,0.48,815,2.347,820,0.791,824,1.577,828,1.673,835,0.459,837,0.888,845,1.154,847,1.517,851,0.594,855,0.626,859,1.348,860,0.741,863,0.617,872,3.087,875,2.56,876,4.482,877,1.8,878,4.24,879,2.308,880,2.174,881,2.514,882,2.459,884,2.897,894,1.102,896,1.035,904,1.304,907,2.032,911,4.039,912,4.039,918,0.85,930,2.256,936,1.869,938,1.423,940,1.179,943,2.498,951,1.127,957,1.102,960,1.903,964,1.715,965,1.38,971,1.8,973,2.115,978,0.995,982,1.208,984,0.778,985,2.359,990,1.423,993,1.238,995,1.348,996,2.467,1005,2.714,1006,0.976,1007,2.696,1012,1.164,1039,1.641,1045,0.778,1046,1.52,1048,1.095,1062,2.163,1066,1.68,1074,1.222,1079,1.714,1081,1.127,1083,1.208,1102,1.102,1103,0.59,1110,2.467,1138,0.778,1140,1.641,1150,2.825,1153,1.27,1156,1.52,1157,2.39,1158,1.179,1159,1.423,1160,0.831,1161,1.577,1162,1.692,1164,1.423,1167,0.778,1184,1.34,1196,1.8,1235,0.675,1240,0.791,1245,2.306,1249,1.035,1261,1.645,1271,2.736,1281,0.958,1296,1.079,1302,1.27,1304,1.238,1366,0.665,1379,0.73,1381,1.8,1386,1.903,1388,1.641,1392,1.641,1395,2.032,1422,1.614,1423,2.308,1475,0.923,1489,2.599,1499,1.577,1509,1.27,1510,2.983,1511,1.079,1520,2.204,1521,0.718,1529,2.032,1533,5.191,1538,2.032,1549,3.685,1550,3.51,1553,4.24,1556,3.229,1558,2.204,1604,4.512,1625,2.032,1637,1.34,1641,1.423,1657,2.032,1667,1.165,1672,1.34,1677,1.283,1685,1.423,1711,1.188,1727,2.204,1729,1.222,1732,1.38,1735,1.38,1737,0.976,1738,0.501,1745,0.626,1754,3.674,1755,1.238,1772,1.469,1777,1.34,1783,1.641,1785,1.38,1788,2.081,1791,1.208,1799,1.903,1804,1.471,1813,1.903,1826,0.54,1855,1.469,1856,3.715,1859,1.8,1860,3.866,1862,2.559,1863,1.179,1864,2.782,1931,1.577,1972,2.008,1974,1.8,1988,2.782,1997,3.471,1998,1.903,2004,1.8,2008,3.896,2018,2.115,2028,3.576,2031,1.641,2036,1.469,2039,1.8,2045,2.204,2050,1.057,2066,2.414,2068,1.641,2084,1.127,2088,1.179,2091,2.359,2101,2.912,2103,2.032,2106,2.825,2107,2.991,2111,2.204,2112,2.204,2120,1.208,2133,1.52,2139,1.423,2146,3.296,2148,2.782,2172,3.51,2173,2.239,2181,1.38,2187,1.057,2192,1.38,2195,2.384,2203,1.304,2220,1.52,2267,1.8,2328,1.102,2372,2.534,2424,2.032,2448,1.715,2552,1.8,2569,3.087,2572,3.351,2574,1.913,2581,1.179,2582,1.34,2588,1.304,2598,3.25,2602,1.238,2607,2.912,2623,2.032,2649,1.38,2650,2.467,2665,1.057,2666,1.057,2670,1.469,2681,1.179,2745,2.204,2746,2.467,2752,2.032,2774,1.304,2810,2.467,2821,2.032,2858,1.641,2887,2.204,2934,2.744,2941,2.663,2965,2.559,2986,1.34,2991,1.577,2998,1.903,3044,4.24,3045,2.559,3216,1.208,3325,2.032,3329,2.559,3339,3.945,3342,3.087,3343,1.577,3347,3.937,3416,2.308,3420,2.032,3431,1.641,3503,3.087,3506,3.685,3523,1.423,3533,4.661,3543,1.903,3547,2.204,3556,3.087,3568,2.782,3569,1.903,3615,2.559,3623,1.715,3659,2.921,3836,2.032,3850,7.156,3851,7.065,3854,1.8,3857,1.715,3903,2.204,3912,2.204,3929,2.032,4013,3.804,4029,2.032,4045,1.903,4072,2.204,4088,4.159,4101,1.903,4126,4.482,4144,1.903,4238,1.8,4241,4.159,4294,1.715,4301,1.8,4344,1.903,4475,1.641,4487,2.032,4587,4.927,4588,1.903,4624,2.032,4638,1.715,4659,2.204,4696,1.903,4869,1.715,4881,1.903,4954,3.576,5114,2.204,5156,2.204,5305,4.785,5314,2.204,5348,2.466,5349,2.032,5350,2.204,5351,2.466,5352,5.807,5353,4,5354,2.466,5355,4,5356,5.807,5357,4.159,5358,2.466,5359,2.466,5360,2.466,5361,2.466,5362,2.204,5363,4.512,5364,2.204,5365,2.466,5366,2.466,5367,2.204,5368,2.466,5369,2.466,5370,2.466,5371,2.466,5372,2.466,5373,5.707,5374,2.466,5375,2.032,5376,2.204,5377,4,5378,2.466,5379,2.466,5380,2.204,5381,2.466,5382,2.032,5383,2.466,5384,2.204,5385,2.204,5386,2.466,5387,4,5388,4,5389,2.466,5390,2.204,5391,4,5392,2.466,5393,2.032,5394,2.466,5395,2.466,5396,4,5397,5.807,5398,5.277,5399,4.159,5400,2.466,5401,2.466,5402,2.032,5403,1.903,5404,2.466,5405,2.204,5406,2.466,5407,6.837,5408,3.296,5409,4,5410,4.512,5411,2.032,5412,2.466,5413,2.466,5414,2.466,5415,2.466,5416,2.466,5417,2.466,5418,2.032,5419,2.466,5420,2.466,5421,4,5422,2.204,5423,2.466,5424,2.466,5425,5.047,5426,2.466,5427,2.466,5428,2.466,5429,2.466,5430,2.466,5431,2.466,5432,5.047,5433,2.204,5434,2.466,5435,2.466,5436,3.296,5437,5.807,5438,2.204,5439,2.204,5440,5.047,5441,2.466,5442,2.466,5443,2.466,5444,2.466,5445,2.466,5446,6.384,5447,3.576,5448,2.032,5449,2.466,5450,3.087,5451,5.047,5452,2.032,5453,2.032,5454,2.466,5455,1.903,5456,4,5457,5.047,5458,2.466,5459,3.576,5460,6.384,5461,2.466,5462,2.466,5463,2.204,5464,4,5465,2.466,5466,2.466,5467,2.466,5468,2.466,5469,2.466,5470,2.466]],["file_terms//Lightning-Talks.html",[]],["root_relative_url//Johri.html",[5471,6.54]],["high//Johri.html",[5,0.474,8,0.238,83,0.221,469,1.952,640,0.423,965,3.75,1642,3.062,2820,3.75]],["medium//Johri.html",[]],["content//Johri.html",[5,0.352,7,2.693,10,0.716,20,0.285,23,1.449,27,1.932,42,0.459,49,1.427,50,0.551,57,2.962,65,1.187,77,1.569,81,1.301,83,0.317,93,1.668,113,0.051,118,0.915,149,1.488,164,0.75,165,2.497,168,1.057,176,1.668,181,2.784,191,2.244,195,2.561,198,0.191,201,0.959,203,0.534,204,1.621,205,0.071,212,0.357,213,2.63,215,0.646,218,2.87,220,2.406,228,1.138,232,1.037,235,0.847,240,0.675,245,1.011,250,3.121,252,0.542,253,0.968,261,1.223,265,2.483,271,1.282,277,0.368,278,1.897,280,3.839,293,1.244,295,2.379,301,0.061,306,0.94,310,0.128,314,0.997,318,1.595,328,1.544,331,0.638,344,0.739,347,2.035,348,0.912,352,0.727,356,1.121,358,1.356,359,1.362,363,0.779,376,2.561,377,0.793,378,0.287,380,0.739,384,1.205,393,1.438,394,1.569,399,1.862,401,1.744,402,0.926,421,1.121,459,0.62,479,1.544,485,1.649,487,3.067,501,2.223,516,2.784,547,0.484,549,3.026,554,1.088,565,2.361,584,0.954,597,1.503,622,1.223,633,2.534,634,1.138,638,0.469,640,0.546,641,1.376,697,0.557,704,3.167,749,2.445,778,2.63,786,1.155,811,2.047,812,1.932,832,1.862,835,1.26,851,0.739,874,5.619,881,3.532,882,1.472,896,3.231,902,2.87,918,2,927,1.796,930,2.223,936,4.166,950,2.561,952,3.632,963,3.839,965,5.454,970,3.839,989,2.436,1004,2.561,1005,2.324,1006,1.969,1007,1.862,1008,2.784,1009,2.63,1074,1.519,1075,1.495,1084,1.969,1110,3.067,1160,2.282,1167,1.569,1231,2.497,1236,3.315,1242,8.153,1247,2.436,1253,3.68,1261,1.621,1374,3.067,1379,2.003,1383,2.003,1388,3.311,1400,3.839,1423,4.44,1495,2.088,1514,2.63,1519,3.311,1541,2.176,1637,2.704,1641,4.44,1642,3.093,1645,3.311,1688,3.357,1737,3.803,1743,3.067,1782,3.182,1793,4.098,1805,2.561,1806,3.459,1956,2.704,2022,6.051,2051,2.87,2059,3.459,2084,3.093,2088,2.379,2089,3.58,2101,3.906,2120,2.436,2333,3.182,2569,6.375,2602,3.863,2630,3.839,2665,2.131,2666,2.131,2820,5.454,2982,2.63,3255,3.182,3553,3.839,3556,3.839,3589,4.098,3818,3.839,3827,3.459,4256,3.839,4306,4.446,4389,5.578,4633,3.839,4634,6.341,4657,4.098,4706,3.632,5357,4.098,5472,8.26,5473,9.606,5474,4.974,5475,4.974,5476,4.974,5477,4.974,5478,6.769,5479,4.974,5480,7.695,5481,4.974,5482,4.974,5483,4.974,5484,4.446,5485,4.098,5486,4.974]],["file_terms//Johri.html",[]],["root_relative_url//chtc-demo.html",[5,0.387,4130,4.501]],["high//chtc-demo.html",[5,0.581,8,0.238,113,0.04,212,0.354,331,0.632,981,3.364,1138,2.114]],["medium//chtc-demo.html",[]],["content//chtc-demo.html",[2,3.835,5,0.68,6,0.442,8,0.177,12,3.365,13,2.637,17,2.459,20,0.301,29,1.827,33,2.376,39,1.204,42,0.337,50,0.75,55,2.434,56,1.448,70,3.678,78,2.628,81,2.26,83,0.311,88,0.797,94,1.169,103,2.628,104,2.129,108,1.704,113,0.059,115,2.206,118,1.04,119,1.647,128,1.518,129,1.187,131,2.781,133,1.125,146,2.27,148,1.243,155,2.319,160,0.57,168,1.056,175,1.259,177,0.947,182,0.513,188,1.32,198,0.115,203,0.559,205,0.039,207,3.456,208,1.278,212,0.406,214,1.525,215,0.568,221,1.403,222,0.967,224,1.32,228,1.137,240,0.495,244,2.221,246,2.004,252,0.838,253,0.967,263,0.885,271,1.28,272,1.459,273,0.861,276,1.795,277,0.501,278,2.579,281,1.568,293,1.243,301,0.039,307,0.65,310,0.197,318,1.594,331,0.725,333,2.559,334,1.12,344,1.323,347,1.494,348,0.911,351,1.594,352,0.727,359,2.261,378,0.173,380,0.738,384,1.204,400,1.827,408,2.27,413,3.064,414,1.056,419,2.494,423,3.179,425,1.171,434,2.867,435,1.764,452,1.278,469,1.448,471,2.73,496,2.683,532,0.417,539,0.821,540,1.188,548,0.967,611,0.911,620,2.84,622,0.898,626,2.005,629,2.84,640,0.563,643,1.48,688,2.27,712,4.834,713,2.559,726,2.067,735,2.27,751,2.221,752,2.781,753,0.846,758,3.456,783,2.628,793,1.967,812,3.208,813,0.967,815,2.487,828,1.647,837,1.104,855,1.717,861,1.01,882,2.276,884,1.704,918,1.056,942,2.434,945,2.559,981,3.861,995,1.675,996,3.064,1012,0.996,1049,2.086,1066,3.467,1079,2.899,1084,1.967,1090,3.091,1106,2.781,1111,2.559,1129,2.443,1130,2.221,1138,2.134,1152,1.895,1160,1.675,1261,2.205,1282,2.045,1309,2.174,1383,2.276,1388,4.504,1403,2.494,1422,2.005,1541,2.174,1577,3.396,1585,3.628,1622,4.181,1658,2.702,1677,1.594,1688,1.93,1729,1.518,1738,1.564,1760,1.86,1766,2.961,1788,2.205,1789,4.442,1790,4.743,1791,2.434,1867,3.308,1868,3.628,1931,3.179,1997,3.678,2030,2.961,2034,3.835,2120,2.434,2189,3.456,2227,2.628,2340,2.559,2563,3.456,2565,3.064,2579,3.179,2582,3.678,2588,4.568,2612,4.095,2622,3.064,2665,2.899,2666,3.702,2679,3.179,2809,3.456,2864,2.628,2982,2.628,2983,4.438,3224,3.179,3240,6.338,3281,4.095,3322,3.835,3359,3.628,3506,3.628,3523,2.867,3804,4.442,3840,5.221,3852,4.442,4225,3.308,4235,3.835,4417,4.095,4480,4.939,4499,4.442,4522,4.442,5305,7.344,5450,3.835,5487,6.765,5488,4.969,5489,4.969,5490,6.765,5491,4.969,5492,7.691,5493,4.095,5494,4.969,5495,4.969,5496,4.969,5497,4.095,5498,4.442,5499,4.969,5500,4.969,5501,4.969,5502,4.969,5503,4.969,5504,7.691,5505,4.969,5506,8.257,5507,4.969,5508,4.969,5509,4.969,5510,4.969]],["file_terms//chtc-demo.html",[]],["root_relative_url//des-expanding-universe.html",[995,1.581,1700,3.122,5511,4.689]],["high//des-expanding-universe.html",[5,0.474,8,0.238,10,0.965,61,3.282,995,2.259,1700,4.461,2018,3.544,5512,4.893]],["medium//des-expanding-universe.html",[]],["content//des-expanding-universe.html",[6,0.618,10,1.207,33,4.009,35,3.432,36,3.979,42,0.531,44,3.765,50,0.571,56,1.502,57,3.035,58,2.855,61,3.397,65,0.904,77,2.645,81,1.349,83,0.259,86,2.053,98,1.83,103,2.727,105,4.249,112,1.738,113,0.046,115,1.479,116,1.896,118,1.059,127,1.896,129,1.217,139,1.233,149,1.344,159,1.434,164,1.182,165,2.588,168,1.474,181,2.642,186,1.502,193,0.839,201,0.643,203,0.507,224,1.369,227,1.112,228,1.586,230,1.112,237,1.179,239,1.369,244,2.305,249,1.896,250,1.862,252,0.562,254,1.862,260,1.349,261,0.932,281,1.627,289,1.896,292,3.179,299,3.072,310,0.24,314,1.033,317,2.645,318,1.653,336,2.409,344,1.03,356,1.162,358,1.033,384,1.235,393,1.096,395,2.409,396,1.989,401,1.329,402,1.628,414,0.708,421,2.075,434,2.975,435,2.782,447,0.908,453,1.502,464,3.163,473,3.586,476,1.349,480,2.248,492,1.518,513,2.305,550,1.349,554,1.128,624,1.526,644,2.694,645,1.145,654,1.575,761,2.727,787,2.525,808,1.989,812,2.003,813,1.003,832,1.93,845,1.586,881,1.896,894,3.1,906,2.525,926,4.249,927,1.862,929,2.655,930,2.305,931,3.748,933,4.249,936,2.409,940,2.466,942,4.106,962,3.1,966,4.249,972,3.432,975,1.93,984,1.627,994,2.885,995,2.338,997,2.356,1046,3.179,1048,1.412,1066,3.291,1087,2.803,1089,0.802,1098,2.466,1126,1.709,1127,2.655,1136,2.803,1166,1.289,1261,1.681,1292,3.979,1296,2.256,1301,3.072,1323,3.586,1394,2.975,1422,2.081,1423,2.975,1509,2.655,1530,2.727,1535,2.588,1550,3.586,1557,3.317,1570,2.803,1589,2.588,1601,3.179,1672,2.803,1678,4.002,1688,2.003,1700,6.558,1755,2.588,1817,2.409,1849,2.885,1863,2.466,1916,2.165,1972,2.588,1993,4.437,2005,3.432,2011,3.765,2018,4.145,2024,2.122,2089,2.727,2106,3.882,2107,3.572,2149,3.586,2205,4.824,2253,3.298,2391,2.885,2443,2.803,2584,2.588,2617,3.765,2640,3.432,2652,3.179,2785,3.298,2934,2.803,2972,4.386,2973,3.586,3026,3.586,3269,4.833,3271,4.249,3279,4.249,3317,3.586,3324,5.064,3329,5.363,3339,2.975,3342,3.979,3347,3.179,3483,3.072,3498,3.432,3571,3.979,3828,4.824,3830,4.249,3834,3.979,3845,3.586,3877,4.249,3878,4.249,4002,3.765,4017,3.979,4068,6.049,4101,3.979,4103,5.064,4113,4.609,4119,4.609,4125,4.609,4126,3.979,4601,4.609,4736,3.586,4769,4.609,5083,4.249,5363,4.609,5422,4.609,5450,3.979,5463,4.609,5512,6.578,5513,5.156,5514,4.609,5515,5.156,5516,5.156,5517,4.609,5518,6.936,5519,5.156,5520,4.609,5521,4.609,5522,5.156,5523,5.156,5524,4.609,5525,3.979,5526,5.156,5527,5.156,5528,5.156,5529,4.609,5530,5.156,5531,5.156,5532,5.156,5533,5.156,5534,5.156,5535,5.156,5536,5.156,5537,4.609,5538,4.609,5539,5.156,5540,3.765,5541,5.156,5542,8.748,5543,5.156,5544,6.2,5545,5.156,5546,5.156,5547,5.156,5548,5.156,5549,6.936,5550,6.936,5551,4.249,5552,4.249,5553,4.609,5554,5.156,5555,4.609,5556,4.609,5557,4.609,5558,5.156,5559,5.156,5560,5.156]],["file_terms//des-expanding-universe.html",[]],["root_relative_url//EOL-OSG.html",[5561,5.462,5562,5.462]],["high//EOL-OSG.html",[5,0.485,8,0.244,160,0.786,832,2.566,1471,3.529,2179,5.29,3665,5.647]],["medium//EOL-OSG.html",[]],["content//EOL-OSG.html",[8,0.214,22,3.47,42,0.52,50,0.85,51,2.754,83,0.253,138,3.269,149,1.639,155,2.062,160,0.969,168,1.278,193,0.644,198,0.139,203,0.496,204,2.501,205,0.048,208,1.136,210,0.866,221,2.166,222,1.17,224,1.597,230,1.297,249,2.211,263,1.071,271,1.977,277,0.445,293,1.918,301,0.048,314,1.205,346,3.366,347,1.808,348,1.549,351,1.929,359,2.313,376,3.097,378,0.209,396,1.526,421,1.904,459,0.75,475,4.057,500,2.872,512,3.477,522,2.577,543,2.631,544,0.713,547,0.45,555,2.427,626,2.427,641,1.223,696,1.725,721,1.654,723,2.427,755,3.096,772,1.417,802,4.057,838,1.136,840,2.897,843,1.647,1048,2.101,1075,2.54,1076,2.876,1105,3.951,1106,3.366,1154,4.642,1162,2.461,1166,2.113,1167,1.897,1235,1.647,1275,3.847,1291,3.019,1297,1.993,1301,3.583,1318,2.062,1319,2.381,1379,1.78,1385,2.748,1471,4.841,1479,3.847,1535,3.851,1570,4.171,1583,4.571,1591,4.571,1594,2.688,1732,3.366,1761,5.376,1788,1.961,1817,2.81,1824,3.47,1826,1.679,1836,4.642,1851,4.004,1874,4.642,1989,3.47,2050,2.577,2080,2.307,2089,3.18,2121,4.391,2172,4.182,2179,6.868,2187,2.577,2188,3.757,2428,8.218,2468,6.169,2487,4.391,2661,5.336,2966,3.847,3232,3.708,3258,3.847,3358,6.393,3563,6.322,3615,4.908,3665,7.333,4157,5.376,4407,4.956,4620,4.642,4755,4.004,4936,6.322,5061,6.858,5563,8.449,5564,8.899,5565,8.449,5566,8.449,5567,6.014,5568,6.014,5569,6.014,5570,5.376,5571,6.014,5572,7.672,5573,5.376,5574,6.014,5575,6.014,5576,6.014,5577,6.014,5578,6.014]],["file_terms//EOL-OSG.html",[]],["root_relative_url//uw-research-computing/file-avail-largedata.html",[83,0.121,352,0.534,532,0.198,2825,2.821,5579,3.655]],["high//uw-research-computing/file-avail-largedata.html",[5,0.161,8,0.081,20,0.229,39,0.404,150,1.688,177,0.701,205,0.055,215,0.19,219,0.535,228,0.519,272,0.489,277,0.168,298,1.925,310,0.186,340,0.53,358,0.455,363,0.449,367,0.916,378,0.079,441,1.037,476,0.594,483,0.953,537,1.58,538,1.691,544,0.269,545,0.429,547,0.408,548,0.441,550,0.594,552,0.422,559,0.475,560,0.818,561,0.468,562,0.527,563,0.752,584,0.717,597,0.504,638,0.214,640,0.143,654,0.693,706,1.06,838,0.429,842,0.661,848,0.455,851,0.555,1122,0.898,1126,0.752,1139,0.805,1406,2.391,1510,1.747,1878,0.882]],["medium//uw-research-computing/file-avail-largedata.html",[20,0.049,82,0.391,94,0.259,150,2.719,177,0.548,198,0.035,201,0.327,203,0.34,205,0.028,214,0.591,215,0.353,227,0.323,232,0.644,240,0.261,276,0.54,301,0.073,310,0.067,358,0.525,363,0.141,367,0.604,393,0.318,414,0.205,425,0.353,454,0.837,459,0.187,514,0.513,547,0.371,552,0.488,569,0.616,580,0.495,582,0.841,584,0.916,597,0.332,598,1.466,600,0.716,601,0.699,603,1.225,604,0.472,697,0.123,701,0.707,708,0.358,745,0.752,776,0.374,786,0.609,820,0.841,848,1.136,850,0.788,1011,0.488,1029,1.757,1048,0.958,1126,0.496,1139,0.531,1172,2.338,1367,1.155,1402,0.733,1676,1.092,1893,0.892,1947,5.068,2011,1.092,2264,2.556,2351,0.957,2447,0.996,2454,0.813,2707,2.024,2829,2.024,2833,1.915,2913,1.233,3688,1.233,4285,1.915,4428,5.068,4431,1.338,4432,1.338,4439,1.338,4455,2.884,5580,1.338,5581,1.338,5582,1.496,5583,1.496,5584,2.344,5585,1.496,5586,2.622,5587,2.622,5588,2.622,5589,2.622,5590,2.622,5591,2.622,5592,2.622,5593,3.5,5594,1.496,5595,3.5,5596,1.496,5597,1.496,5598,1.496,5599,2.161,5600,2.622,5601,3.129]],["content//uw-research-computing/file-avail-largedata.html",[5,0.662,6,0.58,20,0.328,26,1.605,37,2.148,38,0.875,39,0.538,42,0.391,43,0.597,49,0.997,50,0.521,53,2.631,56,0.88,58,2.375,65,1.142,81,0.79,83,0.155,88,0.754,89,1.091,93,0.744,94,1.348,97,1.174,98,2.048,101,1.863,104,1.295,106,2.101,107,1.935,112,1.018,113,0.046,115,1.868,122,1.508,127,1.111,133,0.687,146,1.38,149,0.754,150,2.859,159,1.605,160,0.347,161,1.364,164,0.456,169,1.946,174,1.743,176,1.158,177,1.121,182,0.486,193,0.697,198,0.212,201,0.586,203,0.558,204,0.985,205,0.08,206,2.375,208,0.571,210,0.435,212,0.248,214,1.468,215,0.805,216,1.598,219,1.36,227,1.611,228,1.075,232,1.297,236,1.48,237,0.691,238,2.046,239,2.142,240,0.575,242,0.633,245,1.519,246,0.733,249,1.111,253,0.588,260,0.79,271,0.779,273,0.468,276,1.091,277,0.554,283,0.827,288,0.985,297,1.643,301,0.072,307,0.396,310,0.254,331,0.285,337,0.79,340,0.818,351,0.969,352,1.179,358,1.756,363,0.781,367,2.848,368,0.923,377,0.678,378,0.201,380,0.698,386,2.36,393,0.642,397,0.733,404,2.556,414,0.793,423,1.933,425,0.712,432,1.412,441,1.38,453,0.88,454,1.38,459,0.72,466,1.243,476,0.79,480,1.348,486,2.473,492,1.263,507,2.303,532,0.255,535,0.579,537,1.001,539,0.777,540,0.722,543,1.322,544,0.358,547,0.599,548,0.588,550,1.51,552,1.542,553,2.283,554,0.661,555,1.897,556,0.755,557,0.588,558,1.51,560,0.661,572,2.183,580,0.571,584,1.839,588,1.8,596,0.712,597,1.916,599,0.755,602,1.8,610,2.248,611,0.554,622,0.85,624,0.894,634,1.075,637,0.442,638,0.813,639,1.63,640,0.523,641,1.782,644,2.242,654,0.923,678,0.923,682,2.629,688,1.38,690,2.801,693,1.196,695,1.198,696,0.867,697,0.663,699,1.322,701,1.268,707,1.557,708,1.557,709,1.669,714,1.8,721,0.652,722,1.738,731,1.412,736,0.985,741,2.015,742,0.827,743,0.815,745,0.867,746,0.588,750,1.219,751,1.351,753,0.8,757,2.015,762,1.743,772,0.712,776,1.176,777,1.111,781,1.518,786,1.923,787,2.303,800,2.048,808,0.867,813,0.588,815,1.111,816,0.985,817,0.546,818,0.88,820,2.716,821,1.018,823,1.605,827,1.897,829,0.722,835,0.562,836,0.767,837,0.671,838,1.715,839,0.908,840,1.036,841,0.853,842,2.553,843,1.58,844,0.985,845,0.691,846,1.054,847,0.908,848,1.964,849,1.176,850,1.414,851,0.698,852,0.985,853,1.307,854,1.018,855,0.767,856,1.018,857,1.054,858,0.985,859,1.018,860,0.908,861,0.614,862,0.923,863,1.443,864,1.459,865,1.072,880,1.131,884,1.036,896,1.269,944,1.219,975,2.161,982,2.303,1011,0.985,1012,1.156,1028,2.76,1043,1.412,1045,1.483,1046,1.863,1048,1.287,1065,3.008,1069,3.881,1072,1.445,1074,0.923,1076,1.445,1090,1.38,1098,1.445,1103,2.095,1114,3.13,1122,1.196,1126,2.339,1129,1.091,1133,2.303,1134,2.148,1139,2.768,1142,2.011,1152,1.152,1167,2.357,1172,1.174,1179,2.206,1204,2.556,1205,1.391,1240,1.508,1254,1.643,1261,0.985,1279,1.863,1281,1.174,1284,3.13,1288,0.985,1293,0.779,1295,1.8,1297,2.159,1310,2.332,1314,1.8,1321,1.269,1323,2.101,1383,0.894,1406,3.692,1410,1.933,1413,1.8,1456,3.052,1476,1.897,1486,2.713,1495,1.269,1510,3.043,1521,0.88,1557,1.445,1586,1.48,1592,2.486,1623,1.351,1667,1.37,1733,2.206,1764,1.643,1893,1.8,1907,2.36,1957,2.248,1961,1.8,1969,3.269,2050,1.295,2066,1.445,2088,1.445,2113,2.206,2178,1.48,2188,1.48,2253,1.933,2351,1.933,2454,3.138,2494,2.332,2498,2.206,2510,2.332,2836,1.863,2837,2.101,2838,3.13,2839,2.101,2840,2.899,2845,2.206,2848,1.691,2850,2.303,2851,2.332,2870,1.743,2884,2.101,2914,1.933,2991,3.008,3157,2.49,3212,1.863,3471,4.214,4049,1.8,4462,2.49,4678,2.49,4740,2.332,5584,2.701,5602,2.49,5603,2.701,5604,2.49,5605,3.021,5606,3.021,5607,3.021,5608,2.701]],["file_terms//uw-research-computing/file-avail-largedata.html",[]],["root_relative_url//HTC24.html",[5609,6.54]],["high//HTC24.html",[5,0.381,8,0.192,113,0.032,252,0.587,301,0.043,331,0.508,514,1.847,657,1.645,683,2.174,943,1.569,1586,3.498,1826,1.563,2198,3.108,3035,2.928,3041,2.928,3052,3.746,5610,4.815]],["medium//HTC24.html",[]],["content//HTC24.html",[7,2.59,8,0.226,10,1.248,38,1.183,42,0.538,77,2.006,83,0.21,104,2.724,113,0.054,122,2.039,141,1.823,149,1.528,186,2.525,212,0.419,252,0.692,265,2.389,273,0.792,301,0.063,304,3.558,310,0.163,314,1.737,316,1.852,331,0.856,332,3.087,344,1.18,349,4.232,378,0.276,379,3.113,380,0.944,384,1.132,397,1.543,399,2.38,414,1.091,428,2.217,451,4.232,461,2.517,480,1.823,527,3.891,532,0.345,633,2.975,640,0.401,641,1.616,643,1.739,657,2.427,683,3.207,696,1.823,697,0.796,726,1.942,744,2.039,823,1.768,828,2.107,879,3.668,880,2.38,918,1.688,927,2.296,943,2.818,946,2.039,997,2.904,1002,3.891,1113,3.92,1157,3.27,1158,3.04,1160,2.678,1162,2.315,1166,1.987,1293,1.638,1302,4.092,1366,2.143,1383,2.565,1514,3.362,1531,2.904,1577,3.191,1603,2.38,1658,3.456,1677,2.039,1707,4.232,1711,1.613,1712,3.274,1729,2.427,1734,4.584,1737,2.517,1738,1.616,1745,1.614,1786,3.04,1826,1.739,1834,4.232,1855,3.788,1872,4.421,1913,2.006,2038,3.03,2083,3.362,2171,2.782,2177,3.456,2198,4.584,2207,3.113,2341,3.456,2437,4.067,2504,5.682,2566,3.456,2681,3.04,2799,4.232,2959,5.801,3035,4.712,3038,5.526,3039,4.067,3040,6.69,3041,4.32,3042,4.906,3043,4.906,3609,5.801,3751,4.641,5611,5.682,5612,7.103]],["file_terms//HTC24.html",[]],["root_relative_url//uw-research-computing/scaling-htc.html",[83,0.136,532,0.223,2686,2.999,5613,4.108]],["high//uw-research-computing/scaling-htc.html",[5,0.468,8,0.134,20,0.124,39,0.671,133,0.551,149,0.605,198,0.129,205,0.058,215,0.317,252,0.411,272,0.813,310,0.097,340,0.535,378,0.131,532,0.302,537,1.25,539,0.623,540,1.33,544,0.447,545,0.712,550,0.987,554,0.825,555,1.522,559,0.79,560,0.825,561,0.778,562,0.875,563,1.25,640,0.238,692,0.972,861,0.767,1128,1.65,1786,1.804,1878,1.465,5614,3.371]],["medium//uw-research-computing/scaling-htc.html",[5,0.474,240,0.818,301,0.073,454,1.603,1091,4.662,2689,4.894,5615,8.876]],["content//uw-research-computing/scaling-htc.html",[5,0.703,8,0.162,13,1.563,20,0.324,42,0.498,50,0.505,65,1.289,83,0.15,88,0.731,96,1.392,97,0.927,108,1.563,113,0.051,129,0.8,133,0.932,136,1.043,139,1.757,142,1.307,149,1.391,157,2.63,160,0.523,164,0.687,169,2.683,177,0.843,182,0.471,185,1.192,193,0.787,198,0.232,205,0.082,206,1.876,212,0.336,215,0.817,219,1.074,222,0.887,227,0.983,228,1.043,237,1.043,238,1.248,239,1.211,240,0.793,242,0.955,245,0.927,246,1.784,250,1.646,252,1.006,261,1.438,263,0.812,273,0.732,283,1.745,301,0.066,306,0.861,307,0.597,310,0.189,312,1.857,331,0.43,332,1.771,337,1.192,339,1.462,340,0.646,348,0.836,352,1.075,359,1.248,363,0.43,377,0.438,378,0.158,380,0.677,384,0.812,393,0.969,394,1.438,397,1.106,402,0.848,411,1.676,414,1.093,421,1.027,424,1.349,447,0.834,453,1.328,459,0.568,492,1.608,498,2.63,532,0.501,535,1.222,539,0.753,540,1.903,547,0.559,548,0.887,552,0.848,554,2.047,555,3.595,556,1.14,557,1.24,558,1.923,559,0.955,560,0.998,562,1.058,563,1.511,569,2.623,571,2.083,580,0.861,584,1.409,596,1.502,597,1.86,599,1.14,602,2.716,611,0.836,626,1.84,635,1.646,638,0.43,640,0.562,641,1.296,643,1.899,646,1.59,657,1.947,669,2.572,680,3.17,682,2.477,692,2.236,697,0.655,700,3.518,701,1.719,707,1.09,710,2.623,721,0.983,722,1.57,736,2.73,737,3.17,742,1.248,743,1.229,746,0.887,753,1.517,767,3.17,769,3.17,770,3.567,777,1.676,780,3.785,781,1.24,784,2.478,808,1.307,816,1.486,817,0.824,835,0.848,836,1.157,837,1.012,838,1.503,839,1.37,840,1.563,841,1.287,842,1.328,843,1.248,844,1.486,845,1.458,846,1.59,847,1.37,848,1.277,849,1.594,850,1.916,851,0.677,852,1.486,853,1.772,854,1.537,855,1.157,856,1.537,857,1.59,858,1.486,859,1.537,860,1.37,861,0.927,862,1.392,863,1.594,864,1.415,865,1.618,875,1.707,975,2.386,978,1.84,997,2.083,1028,2.18,1079,1.953,1091,3.17,1107,3.358,1123,1.84,1128,3.483,1139,1.618,1166,1.838,1247,3.898,1249,1.914,1257,3.518,1281,1.771,1321,1.914,1383,1.349,1394,3.677,1398,1.771,1476,1.84,1484,3.518,1519,3.035,1575,2.478,1594,2.038,1600,2.302,1689,3.17,1711,0.848,1766,2.716,1800,2.916,1826,0.998,1850,2.811,2303,3.756,2328,2.038,2565,2.811,2641,2.18,2659,2.233,2681,2.18,2689,3.328,2970,2.716,2982,2.411,3034,3.93,3045,2.916,3216,2.233,3300,3.518,3482,2.716,3999,2.63,4027,3.17,5614,4.075,5616,4.558,5617,4.558,5618,4.075,5619,4.558,5620,4.558,5621,3.518,5622,4.558,5623,4.558,5624,4.558]],["file_terms//uw-research-computing/scaling-htc.html",[]],["root_relative_url//veritas.html",[5625,6.54]],["high//veritas.html",[5,0.474,8,0.238,10,0.965,149,1.074,244,2.996,337,1.753,864,2.08,5626,5.99]],["medium//veritas.html",[]],["content//veritas.html",[6,0.682,10,1.103,12,1.591,13,1.246,20,0.31,24,3.463,25,1.625,33,4.315,38,0.677,39,0.964,41,4.247,42,0.579,44,3.952,46,1.825,49,1.238,50,0.922,51,1.185,54,2.217,56,1.577,58,1.496,59,2.368,61,2.651,63,2.242,66,2.654,67,1.268,72,2.228,75,1.872,81,1.416,82,1.874,83,0.179,84,2.891,88,1.037,93,0.896,94,0.935,97,0.739,98,1.921,112,1.225,113,0.051,115,2.588,118,0.732,119,1.205,121,2.466,128,1.976,129,0.949,136,0.831,141,1.043,148,1.617,149,1.4,160,0.621,164,1.392,168,1.374,171,1.68,175,0.677,177,0.822,181,2.18,182,0.918,193,0.692,198,0.125,199,1.654,200,1.011,201,0.955,202,3.463,203,0.235,206,2.662,211,1.825,212,0.378,220,1.059,222,0.707,227,1.395,230,0.784,235,0.619,238,1.482,239,0.965,244,2.42,246,1.57,249,1.337,252,0.834,253,1.053,256,1.29,257,1.501,260,1.692,261,1.295,263,0.964,264,1.225,265,1.944,277,0.567,281,1.147,284,1.591,288,1.185,289,1.337,292,2.242,293,1.617,301,0.029,306,1.023,310,0.228,312,1.059,314,0.728,318,2.298,320,2.862,321,2.943,322,1.825,328,1.128,334,0.819,337,1.416,339,1.166,344,0.96,351,1.166,356,1.458,368,1.11,378,0.126,384,0.964,393,0.772,396,1.819,399,1.361,402,1.008,403,1.825,414,0.888,419,3.597,421,1.458,424,1.076,428,1.888,432,1.699,435,1.29,439,2.199,446,1.128,452,1.023,464,1.467,474,2.097,476,0.951,480,1.855,482,2.806,485,1.794,486,1.558,497,1.661,507,1.78,521,2.097,522,3.283,554,0.796,555,1.467,557,0.707,562,0.844,571,1.661,582,1.166,624,1.076,627,1.268,634,0.831,637,0.946,639,1.027,683,2.185,695,0.868,696,1.552,704,1.496,724,1.313,739,1.093,753,0.619,756,2.528,774,1.738,777,1.337,782,1.439,783,1.922,789,2.097,796,2.806,807,3.25,809,1.496,810,1.872,829,0.869,849,1.353,861,1.101,864,1.128,880,2.027,881,3.501,882,1.602,906,2.651,931,1.738,936,1.699,942,3.933,943,2.715,951,1.661,962,2.42,978,1.467,995,1.225,998,3.604,1006,3.458,1062,2.32,1066,3.372,1084,1.439,1089,0.842,1096,2.326,1103,0.869,1105,1.872,1129,1.313,1135,3.509,1136,1.976,1138,1.147,1150,1.147,1160,1.225,1167,1.147,1248,2.166,1249,1.526,1250,2.326,1252,1.205,1318,1.856,1379,1.076,1389,2.242,1401,2.326,1409,2.097,1413,2.166,1475,2.027,1530,1.922,1536,4.901,1537,1.361,1543,2.097,1554,4.77,1556,3.463,1589,1.825,1600,1.313,1602,2.242,1639,3.25,1672,2.943,1685,3.123,1688,2.103,1711,0.677,1754,2.651,1756,2.528,1759,2.42,1818,1.699,1849,2.034,1915,1.825,1948,2.242,1957,1.738,1997,1.976,2008,4.991,2009,4.839,2013,1.825,2014,7.679,2015,8,2017,5.781,2024,1.496,2030,2.166,2058,2.806,2066,1.738,2072,2.528,2139,3.123,2187,1.558,2228,2.654,2234,1.872,2235,3.029,2237,2.326,2425,3.69,2455,1.558,2471,2.806,2496,3.25,2497,2.42,2588,1.922,2607,2.097,2610,2.326,2640,2.42,2679,2.326,2780,2.166,2842,4.46,2874,2.42,2899,2.806,2936,1.496,2972,3.029,2980,2.654,2994,2.528,3019,2.528,3255,2.326,3259,2.42,3328,3.604,3329,4.584,3339,3.123,3347,3.338,3352,5.329,3358,2.528,3362,4.305,3416,3.123,3421,2.42,3759,2.996,3818,2.806,3828,6.275,3845,5.585,3846,2.528,3849,2.996,3857,3.764,3885,2.996,3999,3.731,4076,2.996,4097,2.528,4126,5.53,4225,2.42,4351,5.904,4465,2.528,4493,2.42,4636,2.806,4675,4.46,5498,3.25,5512,2.654,5517,3.25,5521,3.25,5524,4.839,5553,3.25,5621,2.806,5626,8.511,5627,3.635,5628,7.165,5629,3.25,5630,6.467,5631,5.413,5632,5.781,5633,3.635,5634,3.635,5635,6.467,5636,8.735,5637,6.467,5638,8.891,5639,4.839,5640,3.635,5641,4.839,5642,3.635,5643,3.635,5644,3.635,5645,3.635,5646,3.635,5647,3.635,5648,3.635,5649,3.635,5650,3.635,5651,7.165,5652,9.745,5653,2.996,5654,3.25,5655,5.413,5656,5.413,5657,3.25,5658,3.25,5659,3.635,5660,3.635,5661,3.635,5662,3.635,5663,3.635,5664,3.25,5665,3.635,5666,3.25,5667,3.635,5668,3.25,5669,3.635,5670,3.25,5671,3.635,5672,3.635,5673,3.635,5674,3.25,5675,5.413,5676,3.635,5677,3.25,5678,3.635,5679,3.635,5680,3.635]],["file_terms//veritas.html",[]],["root_relative_url//uw-research-computing/resources.html",[83,0.155,532,0.254,5681,4.689]],["high//uw-research-computing/resources.html",[5,0.615,8,0.262,252,0.801]],["medium//uw-research-computing/resources.html",[]],["content//uw-research-computing/resources.html",[5,0.487,10,0.734,13,1.749,20,0.296,38,0.95,42,0.591,43,1.007,50,0.864,51,1.663,56,1.486,57,2.232,81,1.802,83,0.257,88,0.818,94,0.882,98,1.811,107,2.1,113,0.03,118,0.69,119,2.767,122,1.636,126,1.068,132,1.61,138,2.774,139,1.647,147,3.293,149,0.818,155,2.361,159,2.168,160,0.585,163,2.919,182,0.711,185,1.335,193,0.546,198,0.212,199,1.559,200,1.915,201,1.041,203,0.33,204,1.663,205,0.078,209,3.04,212,0.269,213,3.642,216,2.698,217,2.627,221,1.945,237,1.167,239,1.355,240,0.508,242,1.748,252,1.077,253,0.993,261,0.922,262,2.5,263,0.908,277,0.701,288,1.663,290,2.944,330,1.534,352,1.274,360,3.146,361,1.779,363,0.481,368,2.104,377,0.49,379,2.499,385,2.186,402,1.282,420,2.281,424,1.51,452,0.964,467,2.321,474,3.973,476,1.335,496,1.779,512,2.1,532,0.277,540,1.22,544,1.065,549,2.281,554,1.706,596,1.623,610,3.992,611,1.712,626,2.059,627,3.04,636,1.779,638,0.649,643,1.706,654,1.559,657,2.104,669,2.059,682,2.628,686,2.774,689,6.373,692,1.315,695,0.818,697,0.42,706,2.384,710,2.1,724,1.843,731,2.384,736,2.721,737,3.548,741,2.186,745,1.463,767,3.548,772,1.202,775,3.938,784,2.774,799,3.548,800,2.767,808,1.463,813,1.517,829,1.864,835,0.95,836,1.295,837,1.133,861,1.037,863,1.722,864,1.584,946,2.208,957,2.281,995,1.72,998,3.396,1006,2.02,1039,3.396,1051,2.232,1062,2.186,1071,3.938,1075,1.534,1088,2.698,1123,2.059,1164,2.944,1166,1.276,1205,1.51,1235,1.886,1252,1.691,1261,1.663,1277,1.945,1294,2.627,1383,2.038,1394,2.944,1404,2.944,1407,3.396,1413,3.04,1472,3.546,1476,2.059,1491,3.642,1634,2.855,1649,3.938,1653,3.264,1670,3.146,1677,1.636,1682,3.938,1805,2.627,1824,2.944,1826,1.706,1829,3.938,1851,3.396,1915,2.561,1978,4.238,2050,2.186,2084,2.331,2170,4.987,2171,2.232,2286,4.671,2290,4.406,2302,3.146,2306,4.204,2329,4.204,2333,4.987,2443,2.774,2476,2.331,2482,3.938,2505,2.944,2515,3.04,2557,3.264,2671,4.878,2766,4.561,2783,2.774,2799,3.396,2864,2.698,2876,6.156,2940,3.938,3011,3.264,3197,4.789,3225,3.938,3401,3.725,3485,3.938,3500,3.264,3592,2.855,3594,4.561,4002,3.725,4016,4.204,4418,3.396,4484,3.548,4489,3.938,4869,3.548,5013,4.561,5073,4.561,5300,4.204,5682,5.102,5683,5.102,5684,5.102,5685,5.102,5686,5.102,5687,5.102,5688,5.102,5689,5.102,5690,5.102,5691,5.102,5692,5.102,5693,5.102,5694,8.347,5695,6.887,5696,5.102,5697,5.102,5698,5.102,5699,5.102,5700,4.561,5701,4.561,5702,5.102,5703,6.887]],["file_terms//uw-research-computing/resources.html",[]],["root_relative_url//uw-research-computing/tensorflow-singularity-wait.html",[83,0.121,532,0.198,860,1.099,5704,3.267,5705,3.655]],["high//uw-research-computing/tensorflow-singularity-wait.html",[5,0.381,8,0.192,198,0.165,205,0.057,272,1.162,535,1.033,536,1.645,544,0.639,545,1.017,550,1.409,554,1.179,627,1.879,642,3.014,780,2.774,3484,4.404,4510,4.438]],["medium//uw-research-computing/tensorflow-singularity-wait.html",[10,0.483,122,1.077,126,0.703,205,0.027,208,0.634,214,0.757,215,0.282,232,0.514,240,0.614,252,0.366,277,0.249,301,0.078,378,0.117,425,0.791,544,0.731,547,0.299,548,0.653,550,0.878,557,0.653,567,2.592,569,2.099,579,1.606,580,0.634,582,1.077,584,0.644,586,1.355,590,2.279,597,0.746,598,1.171,600,1.606,601,1.569,603,1.569,604,1.059,637,0.491,838,0.634,853,0.934,860,1.01,1029,1.686,1456,1.776,1959,2.001,3034,2.071,4050,4.558,4052,4.558,5706,3.358,5707,3.358,5708,3.358,5709,3.358,5710,3.358,5711,3.358,5712,3.358,5713,3.358,5714,3.358]],["content//uw-research-computing/tensorflow-singularity-wait.html",[5,0.699,6,0.525,20,0.324,42,0.514,49,1.02,50,0.654,65,1.707,72,3.446,93,1.867,94,1.02,112,2.555,115,1.692,122,1.892,129,1.035,159,1.641,164,1.143,166,2.757,168,1.254,188,1.567,193,0.632,198,0.225,201,0.736,203,0.49,205,0.079,210,0.85,212,0.311,214,1.33,215,0.742,232,0.904,240,0.755,245,1.2,249,2.17,257,1.37,272,1.635,277,0.437,316,1.719,348,1.39,351,1.892,352,1.108,363,0.789,378,0.263,476,1.544,492,1.291,535,1.929,547,0.536,548,1.629,549,2.638,550,1.544,552,1.098,554,2.109,556,1.476,558,1.544,565,2.644,572,1.521,596,1.39,626,2.382,627,3.188,632,4.309,637,1.108,638,0.556,642,3.302,654,1.803,678,1.803,692,1.953,695,1.342,696,1.692,698,2.582,701,1.591,707,1.812,708,1.812,711,2.336,717,2.131,719,4.309,721,1.635,746,1.719,747,2.638,773,3.208,777,2.17,780,4.962,781,1.719,813,1.148,817,1.597,836,1.498,838,1.115,850,1.774,860,2.95,861,1.2,897,3.639,944,3.059,1012,1.519,1013,4.555,1067,2.638,1089,1.179,1128,2.582,1245,2.696,1286,2.292,1299,3.639,1404,3.405,1521,1.719,1565,3.516,1592,3.121,1670,3.639,2324,3.121,2884,4.104,3484,6.155,5715,5.901,5716,7.58]],["file_terms//uw-research-computing/tensorflow-singularity-wait.html",[]],["root_relative_url//people.html",[5717,6.54]],["high//people.html",[5,0.156,8,0.078,17,0.594,302,1.313,372,2.986,373,1.467,374,1.271,375,1.271,1154,1.7,1155,1.815,1282,0.907,1307,1.969,1628,1.815,1667,1.063,1910,1.7,1995,1.532,2036,1.313,2136,1.532,2151,2.333,2152,1.467,2315,1.271,2373,2.428,2665,0.944,2666,0.944,2801,1.7,3002,1.815,3016,1.969,3017,1.969,3247,1.7,3438,1.969,3477,1.815,3478,1.815,3725,1.969,4307,1.608,4308,1.815,4328,1.969,4329,1.969,4590,3.006,4591,1.7,4804,1.969,4824,1.969,4854,1.969,4899,1.969,5051,1.969,5055,1.969,5066,1.815,5436,1.815,5459,1.969,5718,2.203,5719,2.203,5720,2.203,5721,1.815,5722,2.203,5723,2.203,5724,2.203,5725,2.203,5726,2.203,5727,2.203,5728,2.203,5729,2.203,5730,2.203,5731,2.203,5732,2.203,5733,2.203,5734,2.203,5735,2.203,5736,2.203,5737,2.203,5738,2.203,5739,2.203,5740,2.203,5741,1.608,5742,1.608,5743,2.203,5744,2.203,5745,2.203,5746,2.203,5747,2.203,5748,2.203,5749,2.203,5750,2.203,5751,2.203,5752,2.203,5753,2.203,5754,2.203,5755,2.203,5756,2.203,5757,2.203,5758,2.203,5759,2.203,5760,2.203,5761,2.203,5762,2.203,5763,2.203]],["medium//people.html",[]],["content//people.html",[5,0.413,6,0.872,10,1.48,17,2.456,25,2.609,58,2.402,83,0.339,113,0.054,149,1.206,212,0.308,230,2.112,262,2.921,306,1.574,311,4.518,312,2.936,331,0.55,344,0.867,348,1.07,359,1.598,378,0.338,380,1.307,395,4.112,399,2.185,467,1.967,471,3.764,500,2.185,508,3.173,622,1.36,697,0.767,828,2.917,851,1.307,879,5.547,1138,2.776,1165,2.356,1286,2.924,1301,3.478,1366,2.739,1583,3.478,1711,1.086,1738,2.065,1745,1.91,1915,2.93,2013,2.93,2171,4.207,2588,3.087,2803,3.686,2804,3.734,2963,6.12,3223,5.809,5764,5.837,5765,5.837,5766,4.81,5767,5.837]],["file_terms//people.html",[]],["root_relative_url//uw-research-computing/helloworld.html",[83,0.155,532,0.254,5768,4.689]],["high//uw-research-computing/helloworld.html",[5,0.27,8,0.136,20,0.126,39,0.68,82,0.999,198,0.13,203,0.247,205,0.062,225,1.309,252,0.416,257,0.887,272,0.824,298,1.967,310,0.098,340,0.541,378,0.133,459,0.7,537,1.266,538,1.355,544,0.453,545,0.721,559,0.8,560,0.836,561,0.788,562,0.887,563,1.266,640,0.241,706,1.785,753,0.65,1139,1.355,1205,1.13,1277,1.456,1321,1.604,1511,1.671,1878,1.484,2482,2.948]],["medium//uw-research-computing/helloworld.html",[5,0.13,10,0.187,20,0.061,35,0.462,49,0.318,93,0.171,101,0.428,113,0.011,115,0.373,126,0.385,129,0.122,136,0.159,148,0.326,164,0.105,169,0.234,170,0.26,182,0.072,198,0.121,199,0.212,205,0.053,206,0.536,214,0.156,215,0.263,226,1.059,228,0.159,232,0.355,235,0.222,237,0.298,238,0.356,252,0.142,256,0.246,260,0.181,277,0.096,301,0.069,367,0.28,393,0.147,397,0.316,431,0.275,459,0.162,530,0.297,538,0.246,544,0.683,545,0.131,547,0.24,550,0.912,557,0.135,559,0.145,569,0.536,572,0.179,579,0.623,580,0.246,582,0.222,584,0.601,590,0.582,591,0.4,592,0.357,593,0.413,594,0.413,597,0.289,598,0.242,600,0.623,601,0.608,602,0.776,603,0.608,604,0.58,607,1.346,610,3.072,617,1.228,627,0.642,637,0.101,638,0.065,645,0.154,678,0.212,695,0.209,697,0.337,701,0.187,709,0.653,729,0.729,757,0.297,765,0.462,786,0.161,791,0.388,800,1.113,808,0.199,838,0.592,843,0.752,844,1.136,855,1.421,861,0.265,927,0.25,962,0.582,1011,0.226,1029,0.348,1072,0.332,1089,0.286,1091,0.482,1122,1.622,1137,0.413,1139,0.246,1165,1.653,1202,0.67,1216,0.332,1269,0.86,1281,0.506,1324,0.62,1393,0.285,1407,0.462,1450,0.275,1623,0.31,1640,0.388,1916,0.547,1969,0.653,1977,0.428,2066,0.332,2083,0.367,2093,1.343,2234,0.357,2287,0.506,2298,0.462,2315,0.751,2328,0.31,2397,3.558,2398,4.207,2446,0.428,2459,0.95,2461,4.182,2689,0.506,2934,0.377,2936,0.285,3018,3.662,3020,0.482,3211,3.135,3401,2.991,3635,1.073,3687,2.456,3788,0.62,4467,1.005,4578,0.62,4937,0.62,4945,0.571,5769,2.319,5770,0.694,5771,0.62,5772,0.694,5773,0.694,5774,0.694,5775,0.694,5776,0.694,5777,0.62,5778,1.302,5779,0.694,5780,0.694,5781,0.694,5782,0.694,5783,0.62,5784,0.62,5785,0.694,5786,0.694,5787,0.694,5788,0.62,5789,0.62,5790,0.694,5791,3.485,5792,0.694,5793,0.694,5794,0.694,5795,0.694,5796,0.694,5797,0.694,5798,0.694,5799,0.694,5800,0.694,5801,1.302,5802,0.694,5803,0.694,5804,0.694,5805,3.804,5806,4.096,5807,0.694,5808,0.694,5809,0.694,5810,0.694,5811,2.319,5812,0.694,5813,1.302,5814,1.302,5815,1.302,5816,1.302,5817,1.302,5818,1.302,5819,1.302,5820,1.302,5821,0.694,5822,0.694,5823,0.62,5824,2.748,5825,0.694,5826,0.694,5827,0.694,5828,0.694,5829,0.694,5830,1.302,5831,1.302,5832,1.516,5833,0.694,5834,0.694,5835,0.62,5836,0.694,5837,1.073,5838,0.62,5839,2.073,5840,2.073,5841,2.319,5842,1.911,5843,0.62,5844,0.694,5845,0.694,5846,0.694,5847,1.164,5848,0.694,5849,0.62]],["content//uw-research-computing/helloworld.html",[5,0.66,6,0.561,8,0.187,20,0.32,23,1.527,31,2.158,38,1.173,39,0.62,40,1.628,42,0.605,47,2.544,49,1.459,50,0.386,51,1.136,57,1.524,65,1.106,67,1.829,82,0.911,83,0.115,88,0.84,93,1.553,94,1.366,97,0.708,98,2.237,99,1.674,108,2.162,112,1.174,113,0.037,115,0.999,118,0.852,126,0.729,132,1.989,133,0.767,138,1.894,139,1.507,148,1.311,155,1.194,159,0.969,161,1.098,164,0.525,168,1.491,177,0.601,182,0.777,198,0.227,200,0.969,203,0.339,205,0.082,208,0.658,210,1.083,212,0.184,215,0.807,216,1.842,217,2.7,219,1.772,221,0.984,224,0.925,225,1.194,226,1.592,227,0.751,228,1.442,230,0.751,231,3.874,232,1.256,235,0.593,237,1.604,238,1.921,239,0.925,240,0.522,242,1.098,245,1.066,246,0.845,252,0.819,257,1.463,260,1.649,261,0.947,262,1.117,263,1.122,264,1.767,272,0.751,273,0.699,277,0.258,283,0.954,284,2.294,293,0.871,301,0.067,307,0.456,310,0.135,315,1.557,316,1.015,319,1.749,331,0.328,337,0.911,339,1.117,340,0.494,352,0.922,358,1.263,363,0.328,368,2.143,377,0.606,378,0.244,380,0.517,397,0.845,399,1.304,401,0.898,414,0.72,424,1.866,425,1.772,431,3.129,440,2.116,446,1.081,447,0.686,452,0.99,454,1.254,459,0.985,480,1.504,482,2.689,489,1.592,492,1.38,530,1.493,532,0.38,535,0.668,539,0.866,540,1.254,544,0.938,545,1.191,547,0.566,548,1.227,550,1.835,552,0.648,553,1.064,554,1.646,555,2.544,556,0.871,557,1.365,558,1.649,559,1.32,561,0.719,562,0.809,572,1.624,580,1.594,582,1.117,584,1.515,596,1.235,597,1.4,599,0.871,604,2.213,610,1.666,611,1.156,622,0.63,627,1.215,636,2.447,637,0.922,638,0.494,639,0.984,640,0.545,641,1.066,642,1.95,643,0.762,645,1.164,654,1.064,657,1.602,678,1.602,679,2.423,689,4.487,692,0.898,695,1.384,696,1.808,697,0.787,698,2.294,699,1.524,701,1.7,702,1.524,706,1.628,707,1.254,708,1.677,709,2.489,710,2.158,721,1.131,722,1.292,724,2.534,727,1.493,731,1.628,736,2.055,737,3.646,739,1.576,742,0.954,743,0.939,744,1.117,745,0.999,746,0.678,747,2.344,750,1.406,751,1.557,753,1.346,755,1.406,772,0.821,773,1.894,776,0.871,780,3.247,781,1.464,785,1.434,786,1.959,793,1.379,801,2.773,809,1.434,813,1.227,816,1.709,817,0.63,820,1.681,822,1.706,835,0.976,836,0.884,837,0.774,838,1.191,839,1.047,840,1.194,841,0.984,842,1.015,843,0.954,844,1.709,845,0.797,846,1.215,847,1.047,848,1.263,849,0.871,850,1.047,851,0.779,852,1.136,853,1.458,854,1.174,855,0.884,856,1.174,857,1.215,858,1.136,859,1.174,860,1.047,861,1.066,862,1.064,863,1.311,864,1.628,865,1.236,897,2.148,902,3.025,929,1.794,936,1.628,946,1.117,957,2.344,962,2.344,978,1.406,981,1.749,1005,2.946,1011,1.136,1051,1.524,1053,3.114,1074,1.064,1089,0.815,1090,1.592,1094,2.544,1103,0.833,1119,2.319,1122,1.379,1129,1.894,1137,2.076,1138,1.099,1139,2.489,1153,1.794,1166,0.871,1203,3.709,1205,1.031,1235,1.436,1247,3.684,1254,1.894,1259,2.01,1277,1.328,1288,1.136,1291,2.632,1297,1.155,1314,2.076,1321,1.463,1393,1.434,1398,2.449,1402,2.568,1403,3.165,1410,2.229,1426,1.95,1432,1.894,1450,1.379,1474,2.229,1509,1.794,1511,2.294,1537,1.304,1577,1.749,1589,1.749,1596,2.01,1600,1.894,1614,1.95,1640,2.934,1667,1.015,1709,1.894,1738,0.708,1749,1.749,1760,1.963,1805,1.794,1826,1.147,1956,1.894,1961,3.124,1969,1.749,1972,1.749,2018,1.842,2024,1.434,2029,3.114,2080,2.109,2173,1.95,2207,1.706,2286,1.95,2317,2.148,2324,1.842,2330,1.95,2372,1.749,2425,1.794,2461,3.354,2482,2.689,2493,2.229,2507,2.934,2517,3.114,2581,1.666,2670,2.076,2762,2.689,2763,3.114,2936,2.595,2940,2.689,2999,2.544,3034,2.148,3216,1.706,3311,2.148,3372,2.544,3482,2.076,3505,2.689,3613,2.544,3654,2.229,3656,2.423,3885,2.871,3978,2.871,3998,2.544,4140,2.871,4463,2.319,4467,2.689,4539,3.114,4788,2.689,4789,2.871,4881,2.689,5771,4.687,5837,2.871,5850,3.484,5851,3.114,5852,3.484,5853,3.114,5854,3.484,5855,3.114,5856,3.484,5857,3.484,5858,3.114,5859,3.484,5860,3.484,5861,3.484]],["file_terms//uw-research-computing/helloworld.html",[]],["root_relative_url//uw-research-computing/singularity-hpc.html",[83,0.136,532,0.223,2685,3.672,5862,4.108]],["high//uw-research-computing/singularity-hpc.html",[5,0.395,8,0.199,20,0.241,65,1.431,131,3.126,148,1.397,164,0.842,378,0.194,544,0.663,545,1.055,793,2.211,860,2.199,867,1.529]],["medium//uw-research-computing/singularity-hpc.html",[198,0.124,301,0.042,307,0.7,548,1.041,732,2.118,786,1.242,860,2.4,1011,1.166,1043,1.672,1221,2.064,1574,3.187,1579,4.548,1888,2.246,1943,6.354,1945,6.354,2256,2.948,2258,2.948,2259,2.948,2261,2.289,2262,2.948,2273,4.129,2274,4.129,2331,2.762,2716,6.354,3149,2.948,5408,4.408,5863,6.406,5864,3.198,5865,3.578,5866,3.578,5867,3.578,5868,3.578,5869,6.406,5870,3.578,5871,5.349,5872,5.349,5873,6.406,5874,3.578,5875,3.578,5876,3.198,5877,3.578]],["content//uw-research-computing/singularity-hpc.html",[5,0.395,8,0.199,20,0.327,42,0.378,50,0.81,65,1.794,67,1.947,72,3.009,75,2.874,88,0.895,94,1.495,97,1.658,127,2.688,131,4.091,136,1.277,142,2.097,148,2.408,161,1.169,164,1.354,175,1.517,198,0.227,200,1.552,205,0.075,208,1.54,214,1.258,215,0.614,222,1.422,224,1.482,228,1.277,232,0.855,240,0.556,242,1.169,262,1.79,271,1.438,276,2.016,277,0.665,283,2.232,301,0.069,377,0.702,378,0.194,401,1.438,425,1.315,447,0.731,452,1.054,453,1.626,492,1.221,494,3.052,507,2.733,514,2.506,547,0.55,553,1.705,556,1.396,557,1.086,558,2.456,580,1.381,622,1.008,638,0.526,645,1.239,678,1.705,692,1.438,695,0.895,696,1.601,707,1.748,708,1.334,721,1.865,724,2.016,741,2.392,746,1.086,747,2.495,781,1.086,786,2.179,793,2.209,796,4.307,813,1.086,817,1.697,818,1.626,820,2.614,821,1.881,822,2.733,823,1.552,828,1.85,848,1.118,860,2.922,862,3.053,867,2.459,882,2.413,951,3.34,1012,1.118,1048,2.002,1069,3.325,1072,2.669,1074,1.705,1076,2.669,1089,1.345,1103,1.334,1128,2.442,1240,2.614,1259,3.22,1330,3.325,1415,4.562,1485,3.123,1501,3.57,1505,2.608,1574,3.325,1579,4.677,1623,2.495,1667,1.626,1933,3.034,1957,2.669,2207,2.733,2331,5.642,2398,5.67,2549,3.57,2550,4.218,2753,3.441,2761,6.677,2768,4.867,3216,2.733,3661,4.989,4282,4.989,4463,3.715,5408,6.024,5864,4.989,5876,4.989,5878,7.31,5879,5.581,5880,5.581,5881,5.581,5882,5.581]],["file_terms//uw-research-computing/singularity-hpc.html",[]],["root_relative_url//uw-research-computing/use-submit-node.html",[83,0.121,215,0.307,532,0.198,3785,3.012,5883,3.267]],["high//uw-research-computing/use-submit-node.html",[5,0.314,6,0.395,8,0.158,20,0.206,39,0.79,43,0.876,161,0.929,188,1.178,205,0.05,215,0.525,272,0.957,310,0.114,340,1.026,378,0.154,552,1.164,559,0.929,560,0.971,561,0.915,562,1.03,563,1.471,638,0.418,640,0.457,835,0.826]],["medium//uw-research-computing/use-submit-node.html",[454,1.917]],["content//uw-research-computing/use-submit-node.html",[5,0.673,6,0.58,8,0.232,20,0.323,37,2.149,38,1.577,42,0.547,43,0.928,49,1.126,50,0.894,65,1.311,77,1.484,83,0.155,86,1.392,88,0.754,97,0.956,108,1.612,113,0.048,118,0.636,129,0.825,133,1.093,142,1.868,161,0.985,164,0.709,169,1.585,175,1.212,176,1.158,177,0.972,182,0.673,188,1.985,191,1.559,193,0.503,198,0.225,201,0.586,203,0.421,205,0.081,208,1.23,210,1.076,212,0.248,215,0.847,219,1.108,220,1.37,221,1.328,226,2.149,227,1.014,229,3.131,237,1.076,238,2.046,239,1.73,242,0.985,245,0.956,250,2.353,261,0.85,263,0.837,273,0.649,277,0.483,293,1.176,301,0.037,307,0.616,310,0.121,337,1.23,340,1.059,352,0.952,363,0.614,368,1.99,377,0.718,378,0.163,380,0.967,386,2.361,393,0.999,397,1.141,402,1.212,431,1.862,447,0.616,459,0.812,467,2.519,476,1.23,535,0.902,539,0.777,540,1.124,544,0.558,547,0.573,548,0.915,552,1.672,553,1.437,556,1.176,557,0.915,558,1.955,561,0.97,571,2.976,572,1.678,580,1.23,584,0.902,586,1.898,597,1.447,598,1.64,599,1.176,604,2.055,611,0.862,629,3.138,634,1.076,636,1.64,637,0.688,638,0.614,639,2.392,640,0.587,641,1.324,643,1.854,644,1.827,678,2.464,681,2.713,682,2.519,692,1.212,695,1.358,696,1.868,697,0.664,699,2.058,702,2.058,708,1.124,716,1.898,721,1.014,722,1.605,723,2.629,736,1.533,742,1.288,743,1.268,746,0.915,753,1.109,768,3.27,781,1.705,785,1.935,800,2.312,813,1.267,816,1.533,817,0.85,824,3.008,835,1.731,836,1.194,837,1.044,838,1.6,839,1.414,840,1.612,841,1.839,842,2.468,843,1.288,844,1.533,845,1.076,846,2.606,847,1.414,848,1.305,849,1.176,850,1.414,851,0.698,852,1.533,853,1.811,854,1.585,855,1.194,856,1.585,857,1.64,858,1.533,859,1.585,860,1.414,861,0.956,862,1.437,863,1.629,864,2.022,865,1.669,875,1.761,918,0.999,975,2.439,1012,0.942,1028,2.249,1045,1.484,1054,3.131,1089,1.162,1111,2.422,1122,1.862,1162,1.37,1165,1.898,1166,2.191,1243,3.27,1254,2.557,1256,2.9,1277,1.793,1284,3.131,1293,1.678,1297,1.559,1384,3.875,1389,2.9,1392,3.131,1393,1.935,1394,2.713,1476,3.016,1491,2.487,1521,1.37,1537,1.761,1667,1.37,1711,0.875,1712,2.422,1745,1.194,1788,1.533,1818,2.197,1930,3.63,2188,2.303,2328,2.102,2444,3.27,2470,3.952,2500,3.875,2641,2.249,2649,3.645,2862,3.008,2936,1.935,3298,4.204,3305,2.802,3308,3.27,3482,2.802,3528,3.434,4256,3.63,4484,3.27,5884,5.367,5885,3.875,5886,4.703,5887,4.703,5888,5.823,5889,4.703]],["file_terms//uw-research-computing/use-submit-node.html",[]],["root_relative_url//uw-research-computing/file-avail-s3.html",[83,0.121,352,0.534,532,0.198,2825,2.821,5890,3.655]],["high//uw-research-computing/file-avail-s3.html",[5,0.18,8,0.09,20,0.214,150,1.25,177,0.677,205,0.047,219,0.597,225,0.869,228,0.58,298,2.107,310,0.166,340,0.359,358,0.508,363,0.485,377,0.393,441,1.159,476,0.663,483,1.065,537,1.705,538,1.452,542,1.564,544,0.301,545,0.479,547,0.427,548,0.493,550,0.663,552,0.472,584,0.486,597,0.563,638,0.239,640,0.16,654,0.775,838,0.773,851,0.608,1126,0.841,1139,0.9,1406,2.618,1510,1.912,1878,0.985,2448,1.764,5891,5.79,5892,5.337]],["medium//uw-research-computing/file-avail-s3.html",[150,1.342,177,0.776,205,0.022,215,0.369,232,0.673,301,0.069,356,0.624,454,0.663,547,0.258,590,1.239,598,2.166,607,2.673,645,0.615,697,0.228,850,1.321,1172,1.076,1202,1.427,1969,1.391,2264,3.207,2315,1.599,2829,4.793,2833,3.207,3931,2.283,4285,3.207,4455,2.283,5580,2.477,5581,2.477,5892,6.22,5893,8.261,5894,7.203,5895,8.063,5896,6.439,5897,2.771,5898,6.77,5899,6.77,5900,2.771,5901,2.771,5902,2.771,5903,2.771,5904,4.392,5905,4.392,5906,2.771]],["content//uw-research-computing/file-avail-s3.html",[5,0.693,6,0.476,20,0.32,26,0.994,31,1.471,37,2.442,49,0.924,50,0.592,53,2.991,65,1.123,72,2.924,81,0.935,83,0.176,94,1.228,104,1.532,106,2.486,112,1.205,113,0.053,122,1.146,126,0.748,133,0.523,139,0.855,146,1.633,149,0.857,150,2.323,159,1.486,161,1.119,169,2.395,174,2.062,176,1.317,177,1.044,182,0.552,193,0.76,198,0.191,203,0.346,205,0.078,206,2.635,210,0.515,212,0.189,215,0.73,216,1.89,219,1.674,220,1.041,227,1.64,228,0.818,232,0.819,236,1.751,239,1.42,245,1.445,260,0.935,263,0.636,271,0.921,277,0.613,283,0.979,297,1.943,301,0.066,306,0.675,310,0.256,316,1.041,328,1.11,331,0.337,340,0.758,348,0.656,351,1.146,352,1.039,358,1.424,363,0.847,377,0.835,380,0.794,382,1.943,386,2.683,393,0.76,404,2.906,414,0.734,423,2.287,441,1.633,447,0.7,453,1.041,454,1.278,459,0.666,466,1.471,476,0.935,480,1.025,486,2.744,492,1.17,498,2.062,507,2.618,532,0.29,543,1.564,544,0.424,546,1.389,547,0.601,550,0.935,552,1.713,553,2.598,554,1.17,555,2.157,560,0.782,572,2.057,584,1.631,596,1.259,597,1.772,602,2.13,610,2.556,611,0.98,622,0.646,624,1.582,634,1.223,637,0.936,638,0.835,639,2.254,640,0.338,641,1.729,644,2.76,645,1.187,654,1.092,678,1.092,682,2.931,688,1.633,690,3.185,693,1.415,697,0.584,701,0.964,707,0.855,708,1.278,722,1.317,724,1.291,731,1.67,739,1.075,744,1.146,750,1.443,757,2.291,762,3.084,776,0.894,777,1.965,780,2.753,781,1.382,786,1.766,787,2.618,800,1.269,815,1.314,818,1.041,820,2.789,821,1.205,827,2.157,835,0.665,838,1.837,842,2.41,843,1.464,848,1.658,849,0.894,850,1.075,851,0.794,863,1.337,864,1.659,880,1.338,896,1.501,934,1.751,975,1.338,1012,0.716,1028,3.062,1045,1.686,1046,2.204,1048,0.979,1051,2.802,1065,2.287,1072,1.709,1076,1.709,1090,2.925,1098,1.709,1102,3.4,1103,1.908,1114,3.559,1122,1.415,1126,1.772,1128,2.339,1129,1.291,1133,1.751,1134,2.442,1139,3.019,1152,2.038,1167,2.4,1172,1.389,1204,1.943,1205,1.582,1240,1.146,1261,1.165,1279,2.204,1284,2.38,1288,2.087,1293,1.65,1297,2.355,1310,2.759,1323,2.486,1383,1.058,1390,2.38,1398,1.389,1406,4.096,1408,2.802,1410,3.42,1456,1.89,1476,2.584,1486,3.084,1503,2.61,1505,1.67,1510,3.32,1521,1.041,1557,1.709,1586,1.751,1592,2.827,1623,1.598,1667,1.557,1893,2.13,1907,1.794,1913,2.02,1961,2.13,1962,3.48,1969,3.567,2018,1.89,2113,2.61,2178,1.751,2188,1.751,2448,5.29,2454,3.481,2470,3.386,2494,2.759,2498,3.903,2510,4.126,2836,2.204,2837,2.486,2838,3.559,2839,2.486,2840,3.296,2845,3.903,2848,2,2851,2.759,2870,2.062,3157,4.405,4049,2.13,4462,2.945,5155,2.945,5602,2.945,5603,3.195,5604,4.405,5891,9.004,5892,8.392,5907,3.574,5908,3.574,5909,5.345]],["file_terms//uw-research-computing/file-avail-s3.html",[]],["root_relative_url//chtc-workshop.html",[5,0.387,2124,4.501]],["high//chtc-workshop.html",[5,0.573,8,0.233,459,0.817,640,0.414,867,1.795,1593,4.043,2125,3.063,2957,5.06]],["medium//chtc-workshop.html",[]],["content//chtc-workshop.html",[5,0.684,6,0.598,17,2.217,20,0.271,23,2.395,29,2.469,56,1.956,83,0.293,94,1.161,107,2.764,113,0.059,118,0.908,133,1.202,136,1.536,160,0.77,176,2.188,177,0.943,181,2.264,182,0.694,187,2.71,198,0.19,203,0.434,212,0.521,221,1.896,252,0.731,273,0.669,277,0.498,284,3.597,330,2.019,331,0.873,333,3.459,334,1.514,380,1.375,393,1.427,402,1.53,437,2.514,447,0.879,461,3.254,552,1.25,640,0.424,657,2.511,692,1.731,695,1.077,696,1.926,726,2.511,843,1.839,845,1.536,867,1.839,927,2.426,930,3.002,1106,3.759,1130,3.002,1138,2.119,1157,2.764,1160,2.995,1162,1.956,1261,2.189,1269,3.841,1277,2.561,1292,5.184,1383,1.987,1395,5.534,1589,3.371,1603,2.514,1706,4.671,1711,1.25,1745,2.255,1791,3.289,1795,4.141,1822,4.469,1829,5.184,2089,3.552,2125,4.326,2133,4.141,2164,3.875,2229,3.552,2340,4.233,2341,3.651,2665,2.878,2666,2.878,3262,4.141,3958,4.904,4036,6.003,4253,5.534,4618,6.003,5910,5.534,5911,5.534]],["file_terms//chtc-workshop.html",[]],["root_relative_url//uw-research-computing/multiple-job-dirs.html",[83,0.121,205,0.029,532,0.198,1322,3.267,5912,3.655]],["high//uw-research-computing/multiple-job-dirs.html",[5,0.319,8,0.16,20,0.149,39,0.802,103,2.381,205,0.058,215,0.53,245,0.916,272,0.971,310,0.116,340,0.638,378,0.22,543,1.97,544,0.534,545,0.851,547,0.264,550,1.178,559,0.943,560,0.985,561,0.929,562,1.045,563,1.493,597,1,722,1.109,848,1.266]],["medium//uw-research-computing/multiple-job-dirs.html",[10,0.536,20,0.075,49,0.953,99,0.6,113,0.028,150,0.691,198,0.11,199,0.691,205,0.055,214,1.071,232,0.571,252,0.246,253,0.925,277,0.167,301,0.075,310,0.058,367,1.504,377,0.217,393,0.48,425,0.533,454,0.541,544,0.268,547,0.323,559,0.78,579,1.782,580,0.704,582,1.195,584,0.714,590,2.125,591,1.304,592,1.164,593,1.347,594,1.347,597,1.354,598,0.788,600,1.081,601,1.056,602,2.22,603,1.056,604,1.176,617,1.011,637,0.545,645,0.828,678,0.691,697,0.453,708,0.541,709,1.687,715,1.394,724,0.817,747,1.011,786,0.525,808,0.648,838,0.704,848,1.39,962,1.011,1134,1.033,1216,1.782,1367,1.745,2934,1.229,5913,2.261,5914,3.726,5915,2.261,5916,2.261,5917,2.261,5918,4.753,5919,2.261,5920,2.261,5921,2.261,5922,2.261,5923,2.261,5924,2.261,5925,1.863]],["content//uw-research-computing/multiple-job-dirs.html",[5,0.644,20,0.33,39,1.264,42,0.362,49,0.922,61,2.613,65,1.399,83,0.234,88,0.855,89,1.927,93,1.314,97,1.085,99,1.417,103,3.753,113,0.032,116,2.609,122,1.711,127,1.962,133,0.78,136,1.623,139,1.276,142,2.035,161,1.117,164,0.805,168,1.508,175,0.993,177,0.814,182,0.551,198,0.225,200,1.484,203,0.345,205,0.081,208,1.506,212,0.282,214,1.916,215,0.837,219,1.257,232,1.087,237,1.22,238,1.461,240,0.532,242,1.486,245,1.728,253,1.038,264,1.799,273,0.707,277,0.591,301,0.067,306,1.008,307,0.929,310,0.137,334,1.203,337,1.396,340,0.756,352,0.78,363,0.503,377,0.766,378,0.247,380,0.792,393,1.134,397,1.295,452,1.341,459,0.885,492,1.745,502,3.29,535,1.023,539,0.882,540,1.276,543,3.489,544,0.633,545,1.008,546,2.073,547,0.57,552,1.321,556,1.775,557,1.722,558,2.086,580,1.008,584,1.023,587,3.552,590,2.385,596,1.257,597,1.771,599,1.334,604,1.683,611,0.979,622,0.964,640,0.596,641,1.443,645,1.771,688,2.438,697,0.584,701,1.439,707,1.276,708,1.276,715,3.29,721,1.53,722,2.094,724,1.927,736,1.74,742,1.461,743,1.439,746,1.038,753,1.208,781,1.77,816,2.314,817,1.282,821,2.392,835,0.993,836,1.801,837,1.185,838,1.506,839,1.604,840,1.829,841,1.507,842,1.554,843,1.461,844,1.74,845,1.22,846,1.861,847,1.604,848,1.961,849,1.334,850,1.604,851,0.792,852,2.6,853,2.363,854,1.799,855,2.024,856,1.799,857,1.861,858,1.74,859,1.799,860,1.604,861,1.085,862,1.63,863,1.775,864,1.656,865,1.894,946,1.711,981,2.679,1012,1.069,1089,0.83,1134,2.438,1166,1.334,1205,1.579,1269,3.316,1288,1.74,1293,1.375,1296,2.335,1297,1.769,1319,2.112,1389,3.29,1398,2.073,1423,3.079,1623,2.385,1626,4.376,1957,2.552,1977,4.376,2328,2.385,2446,3.29,2565,3.29,2837,3.711,4463,3.552,5926,7.097]],["file_terms//uw-research-computing/multiple-job-dirs.html",[]],["root_relative_url//free-supercomputing.html",[1475,2.045,5927,5.462]],["high//free-supercomputing.html",[5,0.464,8,0.233,83,0.216,149,1.051,1475,2.454,1614,3.669,2606,3.564,4537,5.06,5721,5.402]],["medium//free-supercomputing.html",[]],["content//free-supercomputing.html",[10,0.972,17,1.82,20,0.294,26,1.877,37,3.084,43,1.333,54,2.314,83,0.294,113,0.055,118,0.912,127,2.482,132,2.13,138,3.67,149,1.427,188,1.793,193,0.883,198,0.191,203,0.533,210,1.187,211,3.388,212,0.435,235,1.404,252,0.735,273,0.887,314,1.784,331,0.777,334,1.521,336,3.154,344,1.322,351,2.165,363,0.636,368,2.062,381,2.954,384,1.202,394,2.13,425,1.59,439,1.848,447,0.884,496,2.354,521,3.894,554,1.948,560,1.477,637,0.987,638,0.777,695,1.322,696,1.936,726,2.062,813,1.313,903,5.562,908,4.694,1006,2.672,1045,2.13,1089,1.05,1115,2.622,1150,2.601,1166,1.688,1235,1.848,1375,4.928,1475,2.527,1495,2.834,1570,3.67,1596,3.894,1603,2.527,1815,3.767,1868,4.928,1870,5.562,2180,4.494,2330,3.778,2455,2.893,2566,3.67,2901,4.913,2984,4.318,2985,5.21,3241,5.562,3432,4.494,3579,4.162,3580,4.494,3581,4.928,4372,6.364,4380,6.795,4418,4.494,4480,4.928,4537,6.364,4681,6.034,4797,5.562,5721,7.836,5928,6.75,5929,6.034,5930,6.75,5931,6.75,5932,6.75,5933,8.903,5934,8.246,5935,8.246,5936,6.75,5937,6.75]],["file_terms//free-supercomputing.html",[]],["root_relative_url//events/2022/11/gpu-ml-demo.html",[1489,2.415,2349,3.864,4130,3.864]],["high//events/2022/11/gpu-ml-demo.html",[5,0.445,8,0.223,264,2.118,273,0.626,301,0.05,943,1.83,1826,1.375,1978,3.416,2340,3.236,2350,3.625,3706,4.849]],["medium//events/2022/11/gpu-ml-demo.html",[]],["content//events/2022/11/gpu-ml-demo.html",[5,0.609,62,2.818,113,0.051,198,0.168,205,0.068,240,0.723,252,0.79,273,0.915,277,0.537,307,1.127,344,1.279,414,1.182,435,3.056,532,0.393,535,1.761,543,3.174,553,2.216,611,1.33,638,0.684,642,4.059,643,1.587,726,2.216,781,1.411,786,1.684,827,2.927,1009,3.836,1166,1.814,1288,2.365,1293,1.869,1738,1.475,1822,4.681,1826,1.884,1978,3.943,2064,6.324,2340,4.892,2343,5.598,2350,5.481,2967,7.567,3041,3.943,3507,5.977,3611,4.829,3706,6.646,3737,6.936,4131,7.567,4759,6.287,5938,8.611,5939,8.611,5940,7.253]],["file_terms//events/2022/11/gpu-ml-demo.html",[]],["root_relative_url//AMNH-Workshops.html",[5941,4.501,5942,5.462]],["high//AMNH-Workshops.html",[5,0.445,8,0.223,57,2.749,83,0.207,113,0.037,193,0.672,299,3.744,1231,3.154,1819,2.809,2947,4.849,2948,5.616]],["medium//AMNH-Workshops.html",[]],["content//AMNH-Workshops.html",[6,0.531,7,3.192,16,2.315,17,1.607,20,0.23,27,1.61,42,0.473,43,0.818,50,0.773,57,1.814,58,1.706,62,1.61,65,0.727,77,1.308,78,1.61,81,1.084,83,0.303,87,2.76,99,1.101,113,0.054,114,1.937,118,1.092,119,1.374,121,1.581,124,2.081,126,0.868,129,0.727,132,1.308,133,1.02,136,1.363,139,0.991,148,1.036,149,1.422,160,1.017,168,1.621,171,2.165,174,2.392,175,1.42,176,1.021,181,1.397,182,0.428,185,2.428,192,1.641,193,0.638,198,0.187,201,0.743,203,0.385,205,0.047,208,0.783,210,0.597,212,0.368,220,1.208,222,1.357,225,1.421,227,0.894,228,0.948,230,1.285,235,0.706,236,2.03,252,0.966,253,0.806,255,3.199,260,1.084,261,0.749,262,1.329,263,1.438,272,1.285,273,0.695,277,0.517,281,1.308,283,1.135,288,1.943,289,1.524,293,1.036,295,1.982,299,2.47,301,0.055,306,1.441,307,0.78,312,2.354,314,1.194,315,2.664,318,1.911,327,2.76,331,0.658,332,1.61,334,1.572,339,1.329,344,0.616,348,1.279,350,1.706,352,0.606,359,2.373,361,1.446,363,0.391,371,2.135,376,2.135,378,0.242,380,1.317,381,1.814,384,1.061,387,1.853,388,1.937,392,3.027,396,1.052,397,1.006,400,1.524,401,1.068,402,1.109,405,2.32,406,1.814,414,0.818,418,2.081,420,3.118,421,0.934,424,2.064,425,0.977,428,1.446,435,2.115,447,0.913,449,3.705,459,1.007,461,1.641,464,1.673,465,2.989,469,1.736,480,1.709,481,2.707,489,1.894,493,2.652,496,2.66,527,2.918,539,1.39,550,1.084,554,0.907,559,0.868,563,1.374,565,1.446,597,0.921,622,1.077,627,1.446,634,0.948,637,0.606,638,0.391,640,0.547,692,1.068,693,1.641,717,1.497,721,0.894,755,2.405,759,2.32,760,3.416,779,1.814,801,2.192,813,1.357,815,1.524,821,1.397,823,2.549,825,2.47,835,0.772,861,1.418,867,1.135,884,1.421,904,2.192,916,2.254,918,1.266,931,1.982,938,2.392,943,2.032,946,1.911,965,2.32,968,2.76,984,1.88,988,3.027,995,1.397,997,1.894,1003,2.85,1049,2.502,1066,1.74,1072,1.982,1074,1.82,1075,1.791,1089,0.645,1096,2.652,1127,3.068,1128,1.814,1138,1.88,1150,2.798,1152,1.581,1157,2.452,1159,2.392,1161,2.652,1162,1.208,1165,1.673,1231,2.081,1235,1.135,1261,2.274,1269,3.26,1277,2.272,1283,2.883,1296,1.814,1319,2.359,1374,2.556,1418,2.32,1474,2.652,1495,1.74,1515,3.735,1544,2.405,1557,1.982,1577,2.081,1594,2.664,1667,1.208,1677,2.237,1694,3.416,1711,0.772,1729,1.266,1739,2.03,1745,1.052,1788,1.943,1804,3.479,1819,1.853,1853,2.192,1860,3.967,1862,2.652,1968,2.652,2005,2.76,2024,1.706,2051,4.025,2065,2.76,2079,3.438,2101,2.392,2125,4.556,2138,2.392,2143,2.883,2161,3.027,2163,3.416,2165,2.392,2168,2.76,2171,1.814,2191,4.91,2192,2.32,2203,2.192,2205,2.883,2227,2.192,2327,3.199,2340,2.135,2443,2.254,2506,4.91,2583,2.883,2584,2.081,2602,2.081,2610,2.652,2620,2.254,2641,1.982,2665,1.776,2666,3.268,2755,2.47,2774,3.151,2788,2.192,2810,2.556,2847,3.416,2864,3.151,2870,2.392,2886,2.652,2947,7.075,2963,2.883,2983,2.392,2999,3.027,3229,4.144,3233,3.438,3262,2.556,3308,5.304,3416,2.392,3421,2.76,3423,3.705,3485,3.199,3500,2.652,3506,3.027,3562,3.027,3728,3.199,3861,2.47,3907,3.416,4013,2.47,4031,2.652,4040,3.705,4181,3.199,4320,3.027,4529,3.416,4573,3.416,4688,3.416,4712,3.416,5062,3.199,5289,7.747,5376,3.705,5484,3.705,5525,3.199,5741,4.351,5742,6.142,5929,3.705,5941,7.308,5943,9.167,5944,4.145,5945,3.416,5946,5.959,5947,3.416,5948,4.145,5949,4.145,5950,4.145,5951,3.705,5952,5.959,5953,4.145,5954,4.145,5955,4.145,5956,4.145,5957,3.705,5958,4.145,5959,4.145,5960,4.145]],["file_terms//AMNH-Workshops.html",[]],["root_relative_url//osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html",[118,0.343,149,0.407,254,0.916,754,1.341,927,0.916,3324,1.852,5961,2.267,5962,2.267,5963,2.536]],["high//osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html",[5,0.403,8,0.202,82,1.489,92,3.789,113,0.034,118,0.769,149,1.187,254,2.056,348,1.044,388,2.659,754,3.009,882,1.684,3324,4.155,5962,5.087,5964,5.691]],["medium//osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html",[]],["content//osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html",[6,0.665,7,1.119,10,1.21,20,0.301,23,1,24,4.454,25,2.793,30,2.116,31,1.413,34,2.649,38,1.163,42,0.506,43,0.678,44,2.506,46,1.723,50,0.38,57,2.269,63,2.116,64,1.681,77,1.083,81,1.356,82,1.356,83,0.171,87,2.285,88,0.55,92,2.285,95,1.98,96,1.048,99,0.912,102,2.828,108,1.177,112,1.748,113,0.056,115,2.254,118,0.941,119,1.719,126,0.719,127,1.262,128,1.048,129,0.602,136,1.186,139,1.24,141,0.984,148,1.296,149,1.597,152,2.092,159,0.954,160,0.595,164,0.782,168,1.479,170,1.285,171,1.065,175,0.965,176,0.846,177,0.394,182,0.719,184,1.681,193,0.669,198,0.206,200,0.954,201,0.779,203,0.335,205,0.055,206,2.134,211,1.723,212,0.33,215,0.288,217,1.768,222,1.354,234,1.568,235,0.584,239,1.377,240,0.342,242,1.308,243,2.387,244,2.793,251,1.441,252,1.021,253,1.009,254,1.873,256,2.471,257,1.45,261,1.258,263,0.923,271,1.794,272,0.74,277,0.66,279,1.768,301,0.059,302,2.045,303,2.828,306,1.315,309,1.157,310,0.245,314,1.039,315,2.318,316,1.51,317,1.309,318,1.663,319,1.723,320,1.815,321,1.866,326,2.387,331,0.489,334,0.774,339,1.101,342,2.387,344,1.034,348,0.629,350,2.134,352,0.502,358,0.688,361,1.197,363,0.324,366,2.828,368,1.584,369,1.768,372,3.317,373,3.452,376,2.67,381,1.502,384,0.923,388,3.253,393,0.729,394,1.083,396,1.586,400,1.906,401,0.884,402,0.639,411,1.262,414,0.471,419,1.723,421,0.774,424,1.534,427,2.196,428,1.808,439,0.94,440,1.385,441,1.568,446,1.609,447,0.679,450,2.045,452,1.412,453,1,454,0.821,459,0.932,466,1.413,467,2.106,469,1.51,471,2.092,472,3.571,474,1.98,481,2.217,486,1.471,489,2.369,500,1.941,529,3.606,540,0.821,544,0.407,547,0.201,555,2.81,557,1.635,562,0.797,596,1.221,597,0.762,608,2.387,611,0.629,620,1.441,622,0.62,626,1.385,627,1.808,633,1.941,634,0.785,635,1.24,637,0.914,638,0.324,640,0.217,641,0.698,643,0.751,644,1.333,646,1.197,669,1.385,683,1.385,692,0.884,693,3.404,697,0.573,702,1.502,711,1.359,716,1.385,724,2.257,727,1.471,729,1.921,731,1.604,738,2.196,740,1.413,746,1.454,757,2.222,772,1.472,800,2.217,808,1.792,809,1.413,810,1.768,811,1.413,835,0.639,845,1.922,847,1.032,849,0.858,851,1.167,861,0.698,880,1.941,882,1.016,918,0.729,931,1.641,932,2.285,936,2.423,942,3.06,946,1.663,994,1.921,995,1.157,998,2.285,999,2.387,1002,1.681,1012,1.039,1049,1.441,1062,1.471,1066,3.3,1067,2.318,1074,1.909,1079,1.471,1081,1.568,1089,0.534,1098,1.641,1102,1.534,1103,1.24,1105,1.768,1122,1.359,1126,1.138,1128,1.502,1129,1.873,1130,1.534,1135,1.681,1136,1.866,1160,1.157,1235,1.42,1236,1.681,1249,2.623,1252,2.071,1271,3.497,1296,1.502,1318,2.142,1319,1.359,1360,3.786,1365,5.028,1380,1.604,1393,1.413,1398,2.014,1399,2.196,1404,1.98,1418,1.921,1422,1.385,1472,1.768,1476,1.385,1514,1.815,1515,1.681,1521,1,1539,1.681,1541,1.502,1544,1.385,1550,2.387,1556,4.782,1583,2.045,1589,1.723,1594,2.318,1602,2.116,1606,3.452,1615,3.068,1636,2.196,1653,2.196,1672,1.866,1679,5.198,1690,1.921,1711,0.965,1733,2.506,1739,2.539,1745,1.316,1752,2.285,1809,1.502,1810,2.387,1818,2.423,1825,1.98,1863,2.988,1915,1.723,1916,1.441,1964,2.196,1978,2.819,1991,2.828,2030,2.045,2037,2.828,2038,1.309,2039,2.506,2041,5.737,2054,2.828,2088,2.988,2106,4.399,2107,4.048,2130,2.742,2162,2.285,2187,1.471,2234,3.585,2310,2.387,2317,2.116,2326,2.649,2328,1.534,2391,1.921,2455,1.471,2509,1.681,2574,1.641,2576,1.866,2584,1.723,2606,3.785,2607,3.605,2620,1.866,2622,2.116,2670,4.148,2671,2.902,2688,3.197,2803,1.681,2840,2.116,2850,1.681,2881,3.068,2890,2.828,2934,2.819,2954,2.196,2972,2.902,2994,2.387,3019,2.387,3233,2.991,3259,2.285,3277,2.649,3311,2.116,3324,6.969,3325,5.737,3329,2.196,3334,2.828,3339,1.98,3342,2.649,3347,2.116,3355,4.002,3370,3.786,3375,2.506,3404,4.345,3421,2.285,3432,2.285,3483,2.045,3500,2.196,3568,3.606,3569,2.649,3577,2.649,3579,2.116,3580,2.285,3659,2.506,3678,2.828,3698,2.506,3732,2.649,3848,2.828,3911,3.606,3991,2.828,3999,1.98,4009,2.387,4027,2.387,4031,2.196,4034,3.068,4064,3.068,4095,2.649,4097,2.387,4239,4.272,4265,2.649,4294,3.606,4295,2.828,4344,2.649,4382,2.387,4515,2.828,4534,5.585,4665,3.068,4675,5.737,4892,4.002,4893,7.835,5054,3.068,5183,4.635,5393,2.828,5497,2.828,5555,3.068,5556,3.068,5653,2.828,5657,3.068,5668,6.223,5851,3.068,5961,3.068,5965,3.432,5966,3.432,5967,3.432,5968,3.432,5969,3.432,5970,3.432,5971,3.432,5972,3.432,5973,3.432,5974,2.387,5975,3.432,5976,3.432,5977,6.962,5978,6.248,5979,3.432,5980,5.185,5981,6.248,5982,4.635,5983,3.432,5984,3.432,5985,3.432,5986,5.185,5987,6.962,5988,3.068,5989,3.432,5990,3.432,5991,3.432,5992,3.432,5993,3.068,5994,3.068,5995,3.432,5996,3.432,5997,3.432,5998,3.432,5999,3.432,6000,5.185,6001,3.432,6002,5.185,6003,2.828,6004,3.432,6005,3.432,6006,3.432,6007,3.432,6008,3.432,6009,3.432,6010,3.432,6011,3.432,6012,3.068,6013,3.432,6014,3.432,6015,5.185,6016,3.432,6017,3.432,6018,3.068]],["file_terms//osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html",[]],["root_relative_url//hannah.html",[6019,6.54]],["high//hannah.html",[5,0.419,8,0.21,17,1.595,96,1.807,203,0.382,359,1.619,1128,2.588,1775,5.053,1826,1.294,2031,3.937,2963,4.113,2964,4.564,2966,3.783]],["medium//hannah.html",[]],["content//hannah.html",[5,0.192,10,0.391,16,2.387,17,1.453,20,0.265,26,1.499,38,1.249,42,0.578,43,1.064,46,2.706,49,0.748,50,0.597,54,2.3,56,0.792,61,1.332,67,1.509,78,1.056,81,1.132,82,1.869,83,0.309,84,1.215,88,0.436,89,3.381,90,1.165,93,1.514,94,0.47,95,1.569,96,1.322,97,0.553,98,0.965,99,2.066,100,1.365,107,1.781,108,1.848,113,0.044,114,2.022,115,1.762,118,0.907,119,1.787,121,2.857,128,1.322,129,1.253,130,1.332,132,1.7,139,0.65,150,1.322,157,3.11,160,0.618,161,0.569,175,0.805,182,0.828,185,1.132,186,0.792,187,1.746,191,1.434,192,1.713,193,0.718,198,0.063,200,1.203,201,0.766,202,1.739,203,0.605,205,0.068,209,1.62,210,0.623,212,0.354,220,0.792,221,0.768,222,0.842,227,0.933,228,0.622,233,1.522,235,0.463,239,0.722,244,1.215,246,0.66,249,1.591,251,1.817,252,0.296,253,0.842,254,1.947,257,1.004,263,1.493,271,0.701,273,0.836,276,1.947,277,0.321,278,1.037,283,0.744,291,1.739,295,2.069,296,2.098,299,2.578,301,0.043,306,1.161,309,1.817,310,0.111,311,1.934,312,0.792,314,0.545,315,2.409,319,1.365,323,3.34,328,0.844,330,0.817,331,0.508,336,1.27,339,0.872,343,0.901,344,1.397,347,1.301,350,1.119,351,1.388,356,1.215,358,1.08,359,2.431,368,2.376,369,2.228,371,1.4,376,1.4,377,0.261,379,2.64,384,0.77,387,1.215,394,1.365,400,1.982,401,0.701,403,3.084,405,2.422,406,2.358,407,2.098,411,1,414,0.594,415,1.985,417,3.566,421,1.385,424,1.818,425,1.27,426,2.098,428,1.88,430,2.098,433,1.677,435,1.536,437,1.018,439,1.956,446,0.844,452,1.161,453,1.79,454,0.65,459,0.766,469,0.792,470,1.977,476,1.132,479,1.673,480,2.149,481,2.915,485,2.484,488,1.62,489,3.662,492,0.595,496,0.948,501,1.215,502,1.677,504,1.4,507,2.119,513,1.934,516,3.016,542,1.677,548,0.529,560,0.947,569,1.119,571,1.242,592,1.4,634,1.233,635,1.947,637,0.633,638,0.408,639,0.768,640,0.451,644,1.681,645,0.604,679,1.891,695,1.285,696,0.78,697,0.224,698,1.19,701,0.733,704,1.119,712,1.522,721,0.586,726,2.561,738,1.739,744,1.388,745,1.924,752,1.522,755,1.097,756,1.891,757,1.165,772,0.641,774,2.069,776,0.68,777,1,778,1.438,809,1.119,811,2.218,813,1.39,823,2.083,829,1.289,832,1.62,894,1.215,897,1.677,901,2.24,918,0.578,928,1.522,931,2.577,934,1.332,940,1.3,943,1.261,945,1.4,952,1.985,957,2.747,962,1.215,982,1.332,984,1.7,985,2.022,988,5.679,989,1.332,1003,1.3,1005,2.519,1007,1.62,1012,1.08,1045,0.858,1048,0.744,1049,1.817,1070,1.62,1074,2.182,1075,1.301,1076,1.3,1079,2.31,1083,2.119,1089,1.043,1104,1.62,1120,1.81,1124,2.881,1129,1.947,1150,1.7,1152,3.479,1153,1.4,1162,0.792,1164,1.569,1206,1.739,1221,1.569,1249,1.142,1252,1.787,1259,3.545,1261,1.411,1263,2.881,1277,1.037,1281,1.056,1291,2.706,1294,1.4,1296,1.19,1304,1.365,1309,1.893,1314,1.62,1316,3.084,1318,0.932,1319,1.076,1320,3.211,1366,0.733,1381,1.985,1382,2.578,1384,2.24,1385,1.242,1393,1.119,1417,1.677,1418,1.522,1474,1.739,1477,1.985,1485,1.522,1488,1.739,1505,1.27,1508,1.891,1510,2.022,1511,1.893,1521,0.792,1536,1.739,1539,2.119,1543,1.569,1564,2.43,1570,1.478,1577,1.365,1583,1.62,1586,1.332,1589,1.365,1594,1.934,1596,3.11,1597,2.881,1600,0.982,1602,1.677,1603,1.018,1608,2.352,1617,3.448,1622,2.352,1636,1.739,1642,1.242,1672,2.352,1677,0.872,1690,1.522,1707,2.881,1711,0.805,1712,1.4,1729,1.646,1738,0.553,1743,1.677,1745,1.098,1752,3.588,1760,1.018,1762,3.159,1764,2.93,1767,2.098,1775,5.178,1779,1.81,1788,1.411,1790,5.065,1791,1.332,1794,1.569,1804,1,1805,2.228,1809,1.19,1810,3.748,1815,3.065,1826,0.595,1850,2.668,1856,1.739,1863,1.3,1878,1.056,1915,1.365,1929,2.24,1956,2.352,1966,1.62,1976,2.24,2013,1.365,2024,2.218,2038,1.037,2046,2.24,2050,1.165,2051,4.923,2052,2.098,2053,3.009,2065,1.81,2084,3.423,2089,1.438,2091,1.27,2139,1.569,2150,2.288,2165,1.569,2168,2.881,2170,3.448,2173,3.998,2174,1.891,2187,2.31,2189,1.891,2192,3.016,2206,4.742,2211,1.81,2220,1.677,2227,1.438,2325,1.81,2333,1.739,2341,3.647,2360,4.665,2366,2.24,2385,2.881,2425,2.228,2440,1.62,2455,1.165,2471,2.098,2476,1.977,2489,3.868,2509,2.119,2557,2.768,2559,1.81,2560,4.441,2568,2.24,2578,2.24,2579,2.768,2580,4.898,2581,2.938,2582,1.478,2584,1.365,2598,2.422,2610,1.739,2630,2.098,2638,2.24,2659,1.332,2672,2.43,2755,1.62,2774,2.288,2788,1.438,2798,2.24,2799,2.881,2813,2.768,2817,3.566,2820,1.522,2823,1.985,2847,2.24,2850,1.332,2864,3.778,2875,1.81,2941,2.881,2952,3.34,2954,1.739,2964,4.16,2965,2.768,2982,1.438,2983,1.569,2991,1.739,2998,2.098,3052,1.891,3216,1.332,3223,6.185,3224,1.739,3233,1.569,3234,5.514,3240,3.566,3249,2.098,3255,2.768,3260,2.43,3262,2.668,3281,4.441,3380,2.43,3394,2.24,3416,1.569,3429,1.891,3494,2.24,3498,2.881,3503,2.098,3507,3.566,3543,2.098,3556,4.16,3664,3.34,3674,2.098,3764,3.868,3775,1.985,3831,2.43,3867,2.24,3884,2.43,3943,2.43,3981,2.43,3985,2.098,3990,2.24,4004,2.24,4069,3.159,4081,3.935,4114,2.43,4120,5.492,4129,2.24,4144,2.098,4226,2.43,4235,2.098,4240,2.24,4241,2.24,4294,3.009,4307,1.985,4318,1.677,4324,2.43,4386,2.43,4398,3.868,4479,4.665,4481,2.43,4489,2.098,4497,4.818,4505,2.43,4515,2.24,4519,3.868,4527,2.43,4529,2.24,4592,3.868,4635,4.441,4636,3.34,4639,3.159,4642,2.24,4740,2.098,4865,2.43,4942,2.43,5074,2.43,5288,2.43,5349,2.24,5411,3.566,5418,5.063,5497,5.063,5573,2.43,5947,2.24,6020,2.719,6021,2.719,6022,2.719,6023,2.719,6024,2.719,6025,2.719,6026,2.719,6027,5.39,6028,5.39,6029,2.43,6030,2.719,6031,2.719,6032,2.719,6033,2.719,6034,2.719,6035,2.719,6036,2.719,6037,2.719,6038,2.719,6039,2.719,6040,4.327,6041,2.719,6042,2.719,6043,2.719,6044,6.144,6045,2.719,6046,2.719,6047,5.39,6048,2.719,6049,2.719,6050,2.24,6051,2.43,6052,2.719,6053,2.43,6054,2.43,6055,2.719,6056,3.868,6057,2.719,6058,3.868,6059,2.719,6060,2.719,6061,2.719,6062,2.719,6063,2.719,6064,2.719,6065,2.719,6066,2.719,6067,2.719,6068,3.868,6069,2.719,6070,8.014,6071,2.719,6072,2.719,6073,2.719,6074,2.719,6075,2.719,6076,4.327,6077,2.719,6078,2.719,6079,2.719,6080,2.719,6081,2.719,6082,2.719,6083,2.719,6084,2.719,6085,2.43,6086,2.719,6087,2.719,6088,2.719,6089,2.719,6090,5.39,6091,2.719,6092,6.144,6093,2.719,6094,2.43,6095,5.39,6096,5.492,6097,2.719,6098,2.719,6099,2.24,6100,4.327,6101,2.719,6102,3.868,6103,2.719,6104,2.719,6105,2.719,6106,2.719,6107,2.719,6108,2.719,6109,3.868,6110,2.719,6111,2.719,6112,2.719,6113,2.719,6114,2.719,6115,2.719,6116,2.719,6117,2.719,6118,2.719,6119,2.719,6120,2.719,6121,2.719,6122,2.719,6123,2.719,6124,2.719,6125,3.868,6126,2.719,6127,2.719,6128,2.719,6129,4.327]],["file_terms//hannah.html",[]],["root_relative_url//uw-research-computing/condor_q.html",[83,0.155,532,0.254,6130,4.689]],["high//uw-research-computing/condor_q.html",[5,0.194,8,0.098,20,0.179,39,0.488,94,0.474,161,0.574,198,0.063,205,0.068,263,0.776,272,0.592,273,0.273,310,0.07,336,1.282,340,0.389,356,0.982,378,0.095,385,1.176,399,2.522,418,1.377,544,0.325,545,0.518,550,0.718,559,0.574,560,0.6,561,0.566,562,0.637,563,0.909,584,0.835,604,0.866,636,0.957,638,0.259,654,0.838,657,0.838,669,1.107,678,0.838,696,1.25,729,1.535,792,2.003,793,1.086,798,2.117,844,1.768,990,1.583,1122,1.086,1139,0.974,1683,1.635,1806,1.908,1850,1.692,2083,1.451,2936,1.129,5974,1.908]],["medium//uw-research-computing/condor_q.html",[169,0.578,198,0.08,205,0.014,215,0.2,221,0.264,228,0.392,256,0.331,289,0.631,301,0.059,418,0.469,544,0.548,545,0.45,550,0.244,607,3.07,609,1.523,610,3.733,614,2.4,617,0.767,645,0.381,657,0.285,683,0.377,729,1.332,765,1.142,800,0.331,844,2.545,855,0.876,990,1.991,1059,0.834,1061,2.838,1122,0.942,1137,1.022,1139,0.609,1221,0.99,1331,0.769,1359,1.962,1392,1.966,1398,0.666,1422,0.692,1683,0.556,1840,1.193,2083,0.907,2315,0.538,2398,5.01,2936,1.901,3012,0.769,3197,0.649,3635,4.497,3645,4.653,3682,2.64,4844,0.681,5335,0.834,5783,1.534,5784,0.834,5788,1.534,5789,3.475,5832,0.769,5835,1.534,5847,0.834,6131,0.933,6132,0.933,6133,2.64,6134,0.933,6135,6.981,6136,0.933,6137,0.933,6138,0.933,6139,0.933,6140,0.933,6141,0.933,6142,0.933,6143,0.933,6144,0.933,6145,0.933,6146,0.933,6147,0.933,6148,0.933,6149,0.933,6150,1.534,6151,0.933,6152,2.953,6153,0.933,6154,1.716,6155,1.716,6156,0.933,6157,4.927,6158,5.688,6159,6.268,6160,0.933,6161,0.933,6162,0.933,6163,0.933,6164,0.933,6165,0.933,6166,0.933,6167,0.933,6168,0.933,6169,0.933,6170,0.933,6171,0.933,6172,4.274,6173,0.933,6174,0.933,6175,0.933,6176,0.933,6177,0.933,6178,0.933,6179,3.451,6180,0.933,6181,0.933,6182,0.933,6183,0.933,6184,0.933,6185,0.933,6186,0.933,6187,0.933,6188,0.933,6189,0.933,6190,0.933,6191,4.618,6192,4.618,6193,0.933,6194,1.716,6195,1.716,6196,0.933,6197,3.887,6198,0.933,6199,0.933,6200,0.933,6201,0.933,6202,0.933,6203,0.933,6204,0.933,6205,1.716,6206,0.933,6207,0.933,6208,0.933,6209,3.451,6210,0.933,6211,0.933,6212,2.38,6213,0.933,6214,2.38,6215,2.38,6216,0.933,6217,0.933,6218,1.716,6219,1.716,6220,1.716,6221,0.834,6222,0.933,6223,0.933,6224,0.933]],["content//uw-research-computing/condor_q.html",[5,0.568,11,1.782,20,0.332,23,1.186,38,0.758,40,1.903,42,0.468,49,1.017,50,0.765,65,1.212,67,3.225,77,1.856,81,1.065,88,0.653,93,1.003,94,1.194,97,0.828,113,0.024,115,1.168,126,0.853,129,0.714,130,1.995,132,1.285,133,0.595,142,1.168,143,1.903,147,1.948,148,1.018,156,2.214,161,1.584,164,0.614,168,1.25,175,0.758,177,0.675,182,0.421,198,0.23,200,1.132,205,0.082,210,1.155,212,0.215,215,0.792,219,1.627,221,1.15,224,1.082,227,1.269,231,2.097,235,0.693,237,1.835,238,1.891,242,1.232,245,1.196,246,2.029,263,1.23,273,0.688,277,0.302,289,1.497,301,0.079,307,0.533,310,0.151,330,1.224,337,1.065,340,0.577,351,1.306,352,0.595,356,1.705,361,2.052,363,0.384,368,2.451,377,0.565,378,0.142,393,1.468,397,0.988,399,2.203,406,1.782,453,1.186,459,0.733,470,2.688,492,1.511,525,2.605,535,0.781,539,0.673,540,0.974,547,0.49,548,1.818,552,1.286,556,1.018,557,1.344,558,1.807,559,0.853,572,1.516,580,1.111,582,1.306,584,1.653,596,0.959,597,1.307,599,1.018,604,2.638,608,2.832,609,5.515,611,1.079,617,1.82,634,0.932,635,1.471,637,0.86,638,0.555,640,0.544,641,1.196,644,1.582,645,1.68,678,2.311,682,2.328,688,1.861,695,1.464,696,1.168,697,0.709,701,2.04,702,1.782,707,0.974,708,1.407,709,1.445,714,5.359,716,1.644,721,1.269,722,1.864,724,2.125,729,3.292,736,1.328,741,1.745,742,1.115,743,1.098,744,1.306,745,1.168,746,0.792,750,1.644,753,1.002,772,0.959,776,2.006,777,1.497,781,0.792,782,2.329,786,1.756,791,3.865,792,2.974,793,2.734,808,1.168,816,1.328,817,1.063,822,1.995,829,1.407,835,0.758,836,1.034,837,0.904,838,1.305,839,1.224,840,1.396,841,1.15,842,1.186,843,1.115,844,2.252,845,0.932,846,1.42,847,1.769,848,1.179,849,1.018,850,1.224,851,0.874,852,1.328,853,1.636,854,1.373,855,1.034,856,1.373,857,1.42,858,1.328,859,1.373,860,1.224,861,0.828,862,1.244,863,1.471,864,1.264,865,1.445,880,1.525,896,1.71,931,1.948,932,3.917,946,1.306,953,3.356,962,1.82,990,4.824,1012,0.816,1051,1.782,1061,4.296,1089,1.176,1098,1.948,1107,1.861,1129,1.471,1137,2.427,1139,2.088,1141,2.974,1166,1.018,1203,3.111,1236,2.881,1240,1.306,1252,1.95,1271,1.745,1281,1.582,1288,1.328,1291,2.044,1293,1.516,1309,1.782,1314,2.427,1377,1.948,1383,1.205,1393,1.676,1398,3.494,1402,1.995,1421,3.143,1422,1.644,1591,2.427,1600,1.471,1608,2.214,1689,2.832,1809,3.862,1816,2.511,1826,1.287,1878,1.582,1915,2.044,1977,2.511,2080,1.769,2083,4,2253,2.605,2425,2.097,2446,2.511,2507,4.234,2602,2.044,2761,3.143,2806,2.279,2849,3.64,2936,3.806,2937,2.711,3035,3.755,3259,5.342,3503,3.143,3656,2.832,3696,3.143,3707,2.974,3753,3.64,4463,2.711,5540,2.974,5974,2.832,6150,3.64,6221,3.64,6225,4.073,6226,4.073,6227,4.073,6228,5.883,6229,4.073,6230,4.073,6231,4.073,6232,4.073]],["file_terms//uw-research-computing/condor_q.html",[]],["root_relative_url//CHTC-pool-record.html",[5,0.332,554,1.026,2085,4.192]],["high//CHTC-pool-record.html",[5,0.558,8,0.223,205,0.05,402,1.169,539,1.038,1006,2.487,1096,4.02,2975,5.177,2976,4.588,2977,5.177]],["medium//CHTC-pool-record.html",[]],["content//CHTC-pool-record.html",[5,0.576,6,0.495,10,0.801,12,3.192,17,1.5,20,0.285,23,2.125,37,3.333,38,1.036,42,0.494,48,2.942,50,0.617,61,2.725,62,2.834,81,1.908,83,0.31,88,0.892,104,2.384,107,2.29,111,4.294,112,1.875,113,0.058,114,2.6,116,2.046,118,0.752,130,3.573,133,1.19,140,3.431,141,1.596,160,1.076,164,0.839,177,0.638,182,0.575,185,1.455,191,1.844,193,0.595,198,0.129,203,0.472,205,0.044,208,1.051,212,0.456,228,1.273,230,1.573,235,0.947,240,0.727,246,1.976,252,0.606,261,1.471,262,2.339,265,1.673,273,0.554,278,2.121,325,5.019,331,0.815,337,1.455,343,1.844,344,1.283,358,1.115,363,0.524,371,2.865,376,2.865,380,1.209,394,2.568,402,1.515,414,0.764,416,4.584,425,1.719,444,4.857,447,0.728,464,2.245,465,2.384,466,2.29,471,2.245,474,3.21,485,2.418,491,4.584,496,1.94,531,3.21,532,0.395,539,1.428,544,0.66,552,1.036,553,1.7,554,1.218,562,1.291,565,1.94,611,1.02,628,3.315,629,3.063,638,0.846,646,2.839,686,3.025,689,3.559,692,1.434,713,2.865,726,1.7,755,2.245,800,1.974,804,4.294,843,1.523,875,2.083,882,1.646,905,3.559,923,3.559,930,3.639,942,2.725,945,2.865,1006,3.223,1062,3.126,1075,1.673,1083,2.725,1106,3.114,1112,4.584,1130,2.487,1269,2.6,1321,3.063,1379,1.646,1398,2.161,1409,4.209,1511,2.434,1541,2.434,1557,2.661,1570,3.025,1594,3.639,1600,2.01,1642,2.542,1647,4.294,1656,5.327,1659,3.704,1675,3.025,1690,3.114,1711,1.036,1738,1.131,1739,2.725,1745,1.852,1758,4.294,1786,2.661,1788,1.814,1892,3.21,2090,4.973,2101,3.21,2120,2.725,2130,2.942,2180,3.704,2587,3.559,2603,4.973,2644,4.584,2665,2.384,2666,3.126,2774,2.942,2811,4.294,2813,3.559,2814,4.062,2816,4.294,2820,4.083,2873,4.584,2957,4.294,2971,3.704,2972,4.083,2975,4.584,2977,4.584,3483,3.315,3579,3.431,3620,4.062,3709,5.074,3846,3.869,3847,4.584,3958,4.062,4022,3.704,4095,4.294,4132,4.294,4263,4.294,4264,4.294,4379,4.973,4419,4.062,4465,5.074,4484,3.869,4493,3.704,4668,4.294,4755,3.704,5168,4.973,5520,4.973,6050,4.584,6233,5.563,6234,5.563,6235,5.563,6236,4.973,6237,5.563,6238,5.563,6239,5.563,6240,5.563,6241,5.563,6242,5.563,6243,5.563,6244,5.563,6245,5.563,6246,5.563,6247,5.563,6248,5.563,6249,5.563,6250,5.563,6251,5.563,6252,5.563,6253,4.973,6254,4.294,6255,5.563,6256,5.563,6257,5.563,6258,4.062,6259,5.563,6260,5.563,6261,5.563,6262,5.563,6263,5.563]],["file_terms//CHTC-pool-record.html",[]],["root_relative_url//projects.html",[6264,6.54]],["high//projects.html",[5,0.451,8,0.126,20,0.117,265,1.067,306,0.671,310,0.091,439,0.972,608,2.469,849,0.888,918,0.754,1531,1.622,1576,2.048,1700,2.363,1994,2.115,2066,1.698,2069,2.592,2070,2.74,2172,2.469,2561,2.74,2562,2.74,2591,2.363,2811,2.74,2812,2.925,2970,2.115,3044,2.592,3045,2.271,3510,2.925,4223,2.74,4224,2.74,4846,3.173,4892,2.74,5320,2.925,6265,3.173,6266,3.173,6267,3.173,6268,3.173,6269,3.55,6270,3.55,6271,3.55,6272,3.55,6273,3.173,6274,3.173,6275,3.173,6276,3.173,6277,3.173,6278,3.173]],["medium//projects.html",[]],["content//projects.html",[5,0.661,6,0.762,12,3.549,13,2.543,16,1.31,20,0.288,23,0.982,26,0.938,27,2.401,33,3.733,37,1.541,40,1.576,41,2.705,42,0.228,43,1.464,47,2.462,48,1.783,49,1.282,50,0.374,51,1.099,54,1.754,56,1.8,57,1.475,59,1.475,62,1.31,64,3.027,65,1.084,68,2.778,70,3.751,71,3.405,78,1.987,81,1.338,82,1.338,83,0.306,84,1.507,86,1.514,88,0.54,94,0.884,97,1.257,98,2.193,100,1.693,113,0.054,118,0.933,126,0.706,129,0.591,133,1.141,136,0.771,138,1.833,141,0.967,144,3.272,145,3.272,148,1.279,150,1.03,156,1.833,159,0.938,160,0.387,161,0.706,164,0.771,170,1.262,176,2.108,177,0.981,181,2.083,182,0.806,184,1.651,186,0.982,192,1.335,193,0.547,198,0.188,201,0.638,203,0.446,205,0.041,209,2.009,210,0.485,211,1.693,212,0.391,216,2.705,221,1.444,222,0.656,230,1.912,235,1.423,240,0.336,241,2.245,242,0.706,245,1.04,246,1.241,250,1.218,252,0.95,253,0.656,254,1.848,257,0.783,261,0.924,262,1.081,265,1.014,273,0.336,277,0.25,278,1.95,288,1.099,289,1.881,293,1.545,301,0.041,306,1.303,307,0.441,309,1.137,310,0.214,311,1.507,314,1.025,317,1.95,318,1.081,320,1.783,321,1.833,328,1.047,330,1.538,331,0.482,334,1.153,336,1.576,339,1.64,343,1.118,344,0.76,350,2.105,351,1.081,356,0.76,358,0.676,363,0.482,367,2.064,378,0.178,380,0.918,381,1.475,382,3.36,384,1.228,387,2.287,392,2.462,394,1.064,396,0.856,401,1.593,402,1.15,403,2.568,405,1.887,406,1.475,415,2.462,416,2.778,419,1.693,420,1.507,435,1.197,437,1.915,439,1.401,447,0.67,452,1.168,454,0.806,459,0.42,461,1.335,464,1.361,467,1.724,471,2.993,472,1.475,477,1.945,483,1.416,485,2.049,492,0.738,497,2.337,507,1.651,517,3.048,522,1.445,523,1.887,525,2.157,532,0.402,535,0.646,540,0.806,547,0.198,549,3.626,554,0.738,556,1.279,558,0.882,608,2.345,611,0.938,620,1.416,626,2.494,627,1.176,631,1.262,634,0.771,635,1.848,637,0.493,640,0.323,643,0.738,646,1.176,654,1.03,682,1.137,683,1.361,692,0.869,695,0.54,696,0.967,705,2.345,711,1.335,716,1.361,723,1.361,724,1.218,726,1.03,731,2.39,738,2.157,740,1.388,746,0.656,747,2.763,749,1.218,750,1.361,753,0.574,763,2.602,772,1.205,783,1.783,808,0.967,810,3.183,812,2.401,815,2.537,820,1.081,824,2.157,828,1.118,829,0.806,835,0.628,845,1.17,849,1.279,851,0.76,852,1.099,861,0.686,867,0.923,875,2.777,876,5.325,877,2.462,878,2.462,880,1.262,881,2.537,882,2.624,886,2.778,908,3.557,911,3.557,918,0.716,930,2.287,936,1.576,940,2.446,942,1.651,951,2.337,964,2.345,973,1.783,981,1.693,1002,1.651,1006,2.025,1039,2.245,1045,1.614,1051,1.475,1062,2.956,1066,2.897,1067,1.507,1078,1.945,1079,2.192,1105,1.736,1121,2.602,1130,2.763,1136,2.781,1138,1.064,1152,1.286,1235,1.401,1249,2.148,1257,2.602,1268,3.014,1269,1.576,1270,2.778,1274,5.811,1286,1.31,1318,1.156,1366,0.909,1377,1.612,1378,3.154,1379,0.998,1393,1.388,1399,2.157,1422,2.064,1521,0.982,1530,2.705,1531,2.337,1535,1.693,1537,1.262,1547,2.009,1549,2.462,1553,3.735,1556,2.157,1557,2.446,1574,2.009,1579,2.157,1611,3.272,1622,1.833,1623,1.507,1638,1.833,1642,1.541,1657,2.778,1688,1.31,1690,1.887,1700,2.245,1708,2.602,1711,0.952,1713,2.462,1738,0.686,1745,1.569,1754,2.505,1755,1.693,1760,1.262,1770,2.602,1778,2.951,1788,1.099,1790,2.079,1794,2.951,1804,1.24,1818,2.39,1819,1.507,1853,1.783,1863,1.612,1871,1.693,1907,1.693,1962,1.651,1968,2.157,1978,1.833,1994,2.009,1997,1.833,2008,2.602,2018,3.268,2019,2.602,2024,1.388,2050,1.445,2066,3.299,2069,2.462,2070,2.602,2071,2.778,2072,2.345,2098,2.462,2101,3.566,2114,2.009,2130,1.783,2134,2.345,2155,2.079,2172,4.298,2180,4.115,2192,1.887,2195,3.048,2235,2.863,2246,2.778,2315,1.945,2538,3.014,2550,2.951,2556,3.014,2561,2.602,2562,2.602,2563,2.345,2572,3.566,2588,1.783,2591,4.593,2598,1.887,2607,2.951,2615,2.079,2620,2.781,2627,3.014,2641,1.612,2649,1.887,2650,2.079,2651,2.345,2652,2.079,2783,1.833,2803,1.651,2806,1.887,2807,4.513,2809,3.557,2811,2.602,2812,2.778,2813,3.954,2814,2.462,2815,2.602,2816,2.602,2820,1.887,2949,2.602,2968,2.345,2970,4.651,2971,4.937,2972,1.887,2982,1.783,3044,2.462,3045,2.157,3230,4.215,3258,2.157,3267,2.245,3269,2.079,3311,2.079,3317,2.345,3339,1.945,3362,2.245,3387,3.014,3413,2.778,3421,2.245,3455,2.245,3483,2.009,3500,4.414,3510,4.215,3513,4.573,3533,2.462,3551,2.602,3622,2.462,3658,2.462,3696,2.602,3709,2.345,3828,2.345,3829,3.014,3845,2.345,3850,2.778,3851,2.778,3854,2.462,3859,3.014,3875,3.014,3881,3.014,3946,2.602,3951,2.602,3958,2.462,4003,2.602,4020,4.77,4022,2.245,4028,2.778,4038,3.948,4061,3.014,4081,2.462,4139,4.573,4144,2.602,4158,3.014,4166,3.014,4167,3.014,4223,3.948,4224,3.948,4225,2.245,4238,2.462,4318,2.079,4320,2.462,4372,2.602,4395,3.014,4460,3.014,4493,2.245,4584,2.602,4627,2.345,4647,3.014,4764,3.014,4765,3.014,4766,3.014,4844,2.462,4888,3.014,4892,3.948,4945,2.778,5320,4.215,5346,3.014,5390,3.014,5398,3.948,5399,2.778,5410,3.014,5447,3.014,5453,5.093,5540,2.462,5632,3.014,5639,4.573,5974,2.345,6125,3.014,6254,2.602,6265,3.014,6266,3.014,6267,3.014,6268,3.014,6273,3.014,6274,5.525,6275,3.014,6276,3.014,6277,3.014,6278,3.014,6279,3.372,6280,5.115,6281,3.372,6282,2.778,6283,3.372,6284,3.372,6285,3.372,6286,3.372,6287,3.372,6288,3.372,6289,3.014,6290,3.372,6291,3.372,6292,3.014,6293,3.372,6294,3.372,6295,3.372,6296,3.014,6297,3.372,6298,3.372,6299,3.372,6300,3.372,6301,3.372,6302,3.372,6303,5.115,6304,3.372,6305,3.372,6306,5.115,6307,2.778,6308,3.014,6309,3.014,6310,3.372,6311,2.778,6312,3.372,6313,6.181,6314,3.372,6315,3.014,6316,3.014,6317,3.372,6318,3.372,6319,3.372,6320,3.372,6321,3.372,6322,6.181,6323,3.014,6324,3.372,6325,3.372,6326,3.372,6327,3.372,6328,3.372,6329,3.014,6330,3.372,6331,3.014,6332,3.372,6333,3.372,6334,3.372,6335,3.372,6336,2.778,6337,3.372,6338,3.372,6339,3.014,6340,3.372,6341,3.372,6342,3.372,6343,3.372,6344,3.372,6345,3.372]],["file_terms//projects.html",[]],["root_relative_url//uw-research-computing/connecting.html",[83,0.155,532,0.254,6346,4.689]],["high//uw-research-computing/connecting.html",[5,0.43,8,0.117,20,0.225,215,0.42,242,0.687,272,0.707,273,0.327,340,0.465,363,0.309,377,0.315,537,1.66,538,1.778,544,0.389,545,0.62,547,0.399,550,0.858,552,0.61,580,0.62,622,0.905,640,0.207,654,1.002,701,1.639,706,1.533,722,0.808,786,1.411,835,0.932,836,0.833,838,1.148,864,1.018,1122,1.298,1308,1.954,1316,1.646,1878,1.274,2470,2.649,6347,2.932]],["medium//uw-research-computing/connecting.html",[301,0.07,547,0.305,607,3.421,1011,1.698,1172,2.713,1213,3.006,1289,3.333,2418,3.333,2470,2.755,2829,6.081,3146,4.293,5884,4.293,5885,4.293,6258,5.1,6348,5.21,6349,5.21,6350,5.21,6351,5.21,6352,5.21,6353,5.21,6354,6.984,6355,5.21,6356,5.21,6357,4.657]],["content//uw-research-computing/connecting.html",[1,2.611,5,0.697,6,0.686,20,0.328,38,1.314,39,0.754,42,0.552,43,0.836,49,0.732,72,1.742,81,1.583,88,1.398,89,1.529,93,1.739,99,1.607,108,1.452,112,2.039,113,0.054,118,0.572,122,1.94,126,0.887,128,1.293,133,0.619,139,1.012,142,2.024,148,1.513,157,2.443,159,1.177,163,1.585,168,0.9,175,1.314,176,1.043,177,0.486,182,0.437,193,0.755,198,0.098,200,1.682,203,0.391,204,1.972,205,0.048,208,0.8,210,1.109,212,0.319,214,1.363,215,0.711,220,1.233,222,1.373,225,1.452,226,3.722,227,1.305,228,0.968,232,0.648,240,0.603,242,1.613,245,0.861,252,0.659,260,1.108,272,0.913,273,0.767,277,0.603,283,1.159,293,1.059,301,0.056,314,1.414,318,1.358,331,0.399,334,1.363,347,2.122,363,0.726,368,1.293,377,0.782,378,0.21,380,0.629,384,0.754,393,0.9,397,1.468,401,1.559,424,1.253,425,1.425,441,1.934,452,1.143,453,1.762,454,1.447,459,0.754,469,1.233,484,2.025,492,1.324,494,1.585,530,1.814,532,0.23,536,1.293,544,0.837,547,0.594,552,1.714,562,0.983,580,1.829,584,0.812,586,2.441,596,0.997,599,1.059,604,1.336,619,2.819,622,1.612,624,2.279,628,2.523,634,0.968,637,0.885,638,0.399,639,1.993,640,0.382,643,1.854,669,2.441,678,1.293,695,1.132,696,1.735,699,2.647,701,2.539,707,1.447,711,1.676,717,2.185,722,1.739,739,2.315,740,1.742,741,1.814,742,1.159,743,1.142,744,1.358,750,1.709,772,1.425,781,1.373,786,2.279,810,2.18,811,1.742,813,1.177,820,2.264,821,1.427,823,1.177,835,1.66,836,1.075,837,1.344,838,1.761,839,1.273,841,1.196,848,1.845,863,1.513,864,2.859,867,1.656,923,2.708,957,1.892,1045,1.336,1048,1.656,1074,1.293,1088,2.239,1089,0.941,1098,2.025,1115,1.645,1126,2.005,1133,3.989,1161,3.87,1165,2.849,1172,1.645,1205,1.253,1219,1.934,1236,2.073,1248,2.523,1265,3.199,1276,2.18,1280,2.611,1287,2.708,1289,2.708,1297,1.403,1302,2.18,1308,2.523,1316,3.866,1403,2.125,1415,2.369,1472,3.115,1499,2.708,1502,4.927,1503,5.623,1505,2.827,1547,2.523,1738,0.861,1746,3.268,1749,3.543,1791,2.073,1809,1.853,1817,2.827,1824,3.49,1907,2.125,1909,2.523,1913,1.336,1915,2.125,1940,3.091,1957,3.376,1968,4.516,1989,3.49,2066,2.025,2080,1.273,2143,2.944,2187,1.814,2207,2.073,2330,2.369,2453,4.669,2454,4.187,2455,1.814,2460,4.669,2468,5.154,2469,5.817,2470,4.308,2486,3.489,2487,3.091,2490,3.785,2498,5.623,2500,5.817,2506,3.489,2510,4.669,2518,3.785,2593,3.268,2747,3.268,2774,2.239,2853,6.884,2862,2.708,2895,3.489,2937,2.819,3003,3.091,3020,2.944,3026,2.944,3035,2.302,3212,2.611,3216,2.073,3232,4.353,3340,4.027,3347,2.611,3355,3.268,3654,3.87,3686,3.268,4013,2.523,4409,2.819,5604,3.489,5888,3.785,6258,3.091,6347,5.408,6357,3.785,6358,3.785,6359,4.234,6360,4.234,6361,3.489,6362,4.234,6363,4.234,6364,3.785,6365,4.234]],["file_terms//uw-research-computing/connecting.html",[1380,0.088]],["root_relative_url//tribalcollege.html",[6366,6.54]],["high//tribalcollege.html",[5,0.552,8,0.182,113,0.03,129,0.897,136,1.169,359,1.4,376,2.633,465,2.191,500,1.914,503,3.733,504,3.552,995,1.723,1602,3.153,1603,1.914,1819,2.285,2803,2.504,3518,4.213,3519,4.213,3520,3.946]],["medium//tribalcollege.html",[]],["content//tribalcollege.html",[5,0.543,7,1.61,10,1.104,11,2.16,17,2.563,20,0.222,38,0.919,42,0.335,48,2.611,50,0.746,52,2.542,59,2.16,67,1.722,77,2.125,82,1.291,83,0.294,88,0.791,94,0.853,95,3.886,113,0.054,119,1.636,121,1.883,127,1.815,129,1.181,130,3.299,136,1.541,150,1.508,170,1.848,171,2.38,176,1.216,177,0.879,181,2.584,185,1.291,193,0.82,201,0.84,203,0.436,205,0.039,210,0.711,212,0.355,220,1.438,224,1.311,232,0.756,235,0.841,240,0.492,246,1.198,252,0.538,257,1.146,264,1.664,276,1.783,277,0.638,286,3.605,293,1.235,299,2.942,300,3.433,301,0.061,307,0.646,309,1.664,310,0.197,312,2.233,315,2.207,320,2.611,330,1.484,331,0.465,332,1.918,336,2.307,339,2.16,343,1.636,344,1.138,346,2.763,348,0.905,352,0.722,358,0.989,359,2.099,363,0.874,368,1.508,374,2.848,375,3.886,377,0.474,378,0.172,379,4.033,380,1,384,0.879,387,3.011,388,3.147,395,2.307,396,1.253,402,0.919,404,2.684,414,0.678,428,1.722,439,1.844,447,0.882,454,1.181,459,0.84,465,2.886,467,1.664,468,3.044,481,1.752,485,1.636,489,3.502,490,2.418,493,3.158,496,1.722,499,3.433,500,1.848,501,2.207,503,5.597,504,4.772,508,2.684,539,0.816,565,2.349,626,1.993,636,1.722,638,0.465,690,4.907,695,1.08,713,2.542,779,2.947,789,2.848,808,1.416,816,1.61,835,0.919,837,1.096,849,1.684,892,3.605,902,2.848,930,3.427,940,2.361,950,2.542,965,2.763,975,1.848,1003,3.938,1046,3.044,1066,2.073,1067,2.207,1072,2.361,1074,2.057,1078,2.848,1081,2.256,1102,3.011,1106,3.769,1128,2.16,1135,3.299,1150,2.125,1152,1.883,1205,1.461,1206,3.158,1252,1.636,1277,1.883,1286,2.616,1297,1.636,1376,2.307,1383,1.993,1434,3.287,1440,3.287,1476,1.993,1509,2.542,1511,2.16,1519,3.287,1521,1.438,1537,1.848,1539,2.418,1543,2.848,1565,2.942,1570,2.684,1583,4.013,1594,3.011,1603,1.848,1621,4.608,1634,2.763,1645,3.287,1649,3.811,1667,1.438,1711,0.919,1739,2.418,1760,1.848,1764,3.662,1788,2.685,1804,2.476,1819,3.976,1966,2.942,1972,2.478,1973,4.068,2050,2.886,2065,3.287,2150,2.611,2178,2.418,2220,3.044,2229,4.969,2310,3.433,2341,4.477,2497,3.287,2582,2.684,2598,3.769,2645,4.413,2786,4.413,2803,4.221,3311,3.044,3373,3.605,3415,4.413,3518,6.785,3519,6.785,3520,3.811,3592,2.763,3658,3.605,3722,4.068,3795,4.068,3919,4.068,3975,4.413,4008,3.811,4245,4.068,4465,3.433,4504,3.811,4511,4.068,4542,4.413,4679,4.413,4696,3.811,4755,3.287,4911,4.413,5677,4.413,6085,4.413,6367,6.735,6368,4.937,6369,4.937,6370,9.266,6371,9.103,6372,4.937,6373,7.666,6374,4.937,6375,4.937,6376,4.413,6377,4.937,6378,4.937,6379,4.937,6380,4.937,6381,4.937,6382,4.937,6383,4.937,6384,4.937,6385,4.937,6386,4.937,6387,4.937,6388,4.937,6389,8.234,6390,4.937,6391,4.937,6392,4.937,6393,6.735,6394,6.735,6395,4.413,6396,8.618,6397,4.937,6398,4.937,6399,4.937,6400,6.735,6401,4.937,6402,4.413,6403,4.937]],["file_terms//tribalcollege.html",[]],["root_relative_url//GLUE-lab.html",[2945,4.216,3610,4.216]],["high//GLUE-lab.html",[5,0.427,8,0.215,20,0.199,394,1.903,404,3.279,440,2.434,465,2.585,640,0.381,716,2.434,971,4.404,1012,1.209,2945,4.656,2946,4.971]],["medium//GLUE-lab.html",[]],["content//GLUE-lab.html",[5,0.556,6,0.556,11,1.937,20,0.316,26,1.231,38,1.346,39,0.788,42,0.49,49,1.079,50,0.802,51,1.443,54,1.518,55,2.168,57,1.937,61,3.058,69,3.72,75,3.215,81,1.158,83,0.322,89,1.599,90,1.897,93,1.09,95,2.554,113,0.051,123,3.078,126,0.927,127,2.296,129,0.776,133,0.913,136,1.428,149,1.16,159,1.231,160,0.508,161,0.927,168,1.537,175,1.162,176,1.09,177,0.716,182,0.645,185,1.158,186,1.819,187,1.786,191,1.467,192,1.752,193,0.668,198,0.199,199,1.352,201,0.778,203,0.601,204,1.443,205,0.057,210,0.637,212,0.414,221,1.25,222,0.861,225,1.518,227,1.56,230,0.955,235,1.232,240,0.441,243,3.078,249,1.628,252,0.856,257,1.449,261,1.128,263,0.788,271,1.141,273,0.441,276,1.599,277,0.328,278,1.688,293,1.107,301,0.066,306,1.733,307,0.817,310,0.241,318,1.419,328,1.938,331,0.682,340,0.627,343,1.467,344,0.657,350,1.822,356,0.998,357,2.279,367,1.786,369,2.279,371,2.279,379,2.168,380,0.927,384,1.288,393,1.327,394,3.058,395,2.068,402,0.824,404,2.406,411,2.889,413,3.85,419,2.222,421,0.998,431,1.752,435,1.571,437,1.657,439,1.212,446,1.374,450,2.637,459,0.552,462,2.477,480,1.269,481,1.571,483,1.859,489,2.022,496,1.544,517,2.637,520,5.145,525,2.832,529,3.078,543,1.937,557,0.861,560,0.969,562,1.449,572,1.141,597,0.983,620,2.622,624,1.31,628,2.637,634,1.012,637,0.647,639,1.25,640,0.612,643,0.969,669,1.786,697,0.364,716,1.786,723,1.786,726,1.352,739,1.331,746,1.407,753,1.232,755,1.786,759,2.477,779,3.438,781,0.861,782,1.752,810,2.279,812,1.72,813,0.861,828,1.467,829,1.73,845,1.012,851,0.657,872,4.819,876,3.416,881,1.628,882,2.141,884,1.518,904,2.341,906,2.168,940,2.117,948,6.466,952,3.232,971,6.277,984,1.97,985,2.068,1003,2.986,1004,2.279,1006,1.752,1012,1.66,1047,2.222,1048,1.212,1074,1.907,1081,2.022,1084,1.752,1089,0.971,1138,1.97,1150,2.712,1152,1.688,1157,3.234,1165,2.52,1256,2.729,1309,2.732,1318,1.518,1366,1.194,1376,2.068,1379,1.31,1383,1.31,1408,2.732,1412,3.647,1413,2.637,1475,1.657,1491,2.341,1500,3.957,1521,1.289,1530,2.341,1541,1.937,1603,1.657,1614,2.477,1617,2.832,1634,2.477,1654,5.961,1677,2.32,1682,5.583,1693,3.232,1711,1.162,1731,2.406,1738,0.9,1739,2.168,1754,2.168,1794,2.554,1795,2.729,1804,1.628,1916,1.859,1988,3.078,2063,2.947,2066,2.117,2138,2.554,2143,3.078,2156,2.947,2174,3.078,2181,2.477,2187,2.676,2195,2.637,2310,3.078,2317,2.729,2566,2.406,2570,4.681,2577,2.729,2583,3.078,2584,2.222,2593,3.416,2598,2.477,2605,5.961,2610,2.832,2615,2.729,2624,3.416,2642,3.416,2665,1.897,2666,1.897,2755,2.637,2788,2.341,2813,3.994,2817,3.647,2870,2.554,2875,2.947,2886,2.832,2945,7.08,2946,7.434,2957,3.416,2992,3.416,3265,8.789,3384,5.581,3416,2.554,3430,3.232,3650,3.957,3705,3.232,3925,3.957,3992,3.078,4013,5.466,4017,3.416,4160,3.957,4225,2.947,4253,3.647,4355,4.819,4465,3.078,4571,3.647,4627,3.078,5403,3.416,5452,3.647,5666,3.957,5925,3.647,6109,3.957,6404,4.426,6405,4.426,6406,6.244,6407,4.426,6408,4.426,6409,8.597,6410,4.426,6411,4.426,6412,4.426,6413,4.426,6414,4.426,6415,6.244,6416,4.426,6417,4.426,6418,4.426,6419,6.244,6420,4.426,6421,4.426,6422,4.426,6423,3.647,6424,4.426,6425,4.426,6426,4.426,6427,4.426,6428,4.426,6429,4.426]],["file_terms//GLUE-lab.html",[]],["root_relative_url//events/2024/01/throughput-computing-2024.html",[113,0.028,6430,4.689,6431,4.689]],["high//events/2024/01/throughput-computing-2024.html",[5,0.381,8,0.192,113,0.032,252,0.587,301,0.043,331,0.508,514,1.847,657,1.645,683,2.174,943,1.569,1586,3.498,1826,1.563,2198,3.108,3035,2.928,3041,2.928,3052,3.746,5610,4.815]],["medium//events/2024/01/throughput-computing-2024.html",[]],["content//events/2024/01/throughput-computing-2024.html",[7,2.59,8,0.226,10,1.248,38,1.183,42,0.538,77,2.006,83,0.21,104,2.724,113,0.054,122,2.039,141,1.823,149,1.528,186,2.525,212,0.419,252,0.692,265,2.389,273,0.792,301,0.063,304,3.558,310,0.163,314,1.737,316,1.852,331,0.856,332,3.087,344,1.18,349,4.232,378,0.276,379,3.113,380,0.944,384,1.132,397,1.543,399,2.38,414,1.091,428,2.217,451,4.232,461,2.517,480,1.823,527,3.891,532,0.345,633,2.975,640,0.401,641,1.616,643,1.739,657,2.427,683,3.207,696,1.823,697,0.796,726,1.942,744,2.039,823,1.768,828,2.107,835,1.183,879,3.668,880,2.38,918,1.688,927,2.296,943,2.818,946,2.039,997,2.904,1002,3.891,1113,3.92,1157,3.27,1158,3.04,1160,2.678,1162,2.315,1166,1.987,1293,1.638,1302,4.092,1366,2.143,1383,2.565,1514,3.362,1531,2.904,1577,3.191,1603,2.38,1658,3.456,1677,2.039,1707,4.232,1711,1.613,1712,3.274,1729,2.427,1734,4.584,1737,2.517,1738,1.616,1745,1.614,1786,3.04,1826,1.739,1834,4.232,1855,3.788,1872,4.421,1913,2.006,2038,3.03,2083,3.362,2171,2.782,2177,3.456,2198,4.584,2207,3.113,2341,3.456,2437,4.067,2566,3.456,2681,3.04,2799,4.232,2959,5.801,3035,4.712,3038,5.526,3039,4.067,3040,6.69,3041,4.32,3042,4.906,3043,4.906,3609,5.801,3751,4.641,5611,5.682,5612,7.103]],["file_terms//events/2024/01/throughput-computing-2024.html",[]],["root_relative_url//DoIt-Article-Summary.html",[1815,2.142,3528,3.424,6432,4.689]],["high//DoIt-Article-Summary.html",[5,0.427,8,0.215,29,2.218,83,0.199,113,0.036,143,2.819,160,0.692,193,0.646,500,2.258,531,3.48,1261,1.966,2886,3.859,2978,5.392]],["medium//DoIt-Article-Summary.html",[]],["content//DoIt-Article-Summary.html",[5,0.474,16,2.599,29,2.46,42,0.601,83,0.332,84,3.666,86,1.98,88,1.073,98,2.375,113,0.058,124,3.359,141,1.919,160,0.941,164,1.009,181,2.255,188,1.777,191,2.218,193,0.716,195,3.446,210,1.331,212,0.353,245,1.36,249,2.46,253,1.302,257,1.553,265,2.666,301,0.065,310,0.172,311,2.991,312,1.949,331,0.631,343,2.218,344,0.994,347,2.012,348,1.227,350,2.754,351,2.63,387,3.666,396,1.698,402,1.245,425,1.576,500,3.07,527,3.277,531,4.732,532,0.481,539,1.355,552,1.245,634,1.876,635,2.417,643,1.464,646,2.861,689,4.28,713,3.446,772,1.576,806,2.551,875,3.07,918,1.422,945,4.223,1139,2.375,1150,2.111,1162,1.949,1249,2.809,1366,2.212,1398,2.599,1531,3.057,1606,4.454,1612,3.86,1656,4.885,1711,1.245,1786,3.922,1815,3.747,1819,2.991,1892,4.732,2005,4.454,2120,3.277,2130,3.538,2134,4.653,2620,3.638,2892,4.653,2962,4.653,3028,4.885,3229,4.653,3373,4.885,3421,5.904,3528,4.885,3622,4.885,3623,5.704,4136,5.981,4137,7.331,4263,5.164,4264,5.164,5211,5.981,6236,5.981,6433,6.691,6434,6.691,6435,6.691,6436,5.164,6437,6.691]],["file_terms//DoIt-Article-Summary.html",[]],["root_relative_url//branding.html",[6438,6.54]],["high//branding.html",[5,0.597,8,0.249,3372,5.12,3534,5.779,5094,6.269]],["medium//branding.html",[]],["content//branding.html",[5,0.709,320,4.169,341,7.449,2617,5.757,3534,8.038,6439,7.884,6440,9.04,6441,7.884,6442,7.884,6443,7.884,6444,9.04]],["file_terms//branding.html",[]],["root_relative_url//past_team_pictures.html",[6445,6.54]],["high//past_team_pictures.html",[5,0.329,8,0.165,347,1.395,697,0.382,1165,1.873,1304,2.33,1358,3.824,1360,3.389,1561,3.228,1745,1.178,1817,2.169,1915,2.33,1989,2.678,2013,2.33,2082,3.389,2785,2.969,2858,3.09,3258,2.969,3259,3.09,4810,4.149,4827,4.149,4869,3.228,4891,4.149,4906,3.824,4996,3.582,5077,3.824,5278,3.824,6446,3.824]],["medium//past_team_pictures.html",[]],["content//past_team_pictures.html",[25,3.107,53,3.89,186,2.999,347,2.09,374,4.011,375,4.011,697,0.856,1165,2.806,1304,4.527,1360,6.129,1561,5.838,1598,4.447,1745,2.613,1817,3.248,1989,4.843,2082,6.129,2341,3.779,2785,5.37,2858,5.588,3258,5.37,3259,5.588,3911,6.854,4755,4.628,4869,5.838,4906,6.917,4996,6.479,5077,6.917,5278,6.917,6446,6.917]],["file_terms//past_team_pictures.html",[]],["root_relative_url//Joe-B-Profile.html",[537,1.554,2373,3.122,6447,4.689]],["high//Joe-B-Profile.html",[5,0.549,8,0.118,46,1.665,50,0.367,128,1.013,160,0.38,191,1.099,193,0.355,203,0.214,218,1.913,284,1.451,401,0.854,481,1.177,537,1.099,646,1.157,945,1.708,957,1.482,962,1.482,982,1.624,1007,1.241,1012,0.664,1045,1.046,1354,2.421,1383,0.981,1418,3.828,1622,1.803,1738,0.674,1805,1.708,1892,1.913,1924,2.732,2013,1.665,2373,2.207,2443,1.803,2581,1.586,2669,2.421,3709,2.306,4479,4.255,6448,3.316,6449,3.316,6450,2.732,6451,3.316,6452,3.316,6453,3.316,6454,3.316]],["medium//Joe-B-Profile.html",[]],["content//Joe-B-Profile.html",[5,0.657,16,2.069,26,2.215,38,1.319,42,0.54,43,1.051,46,3.558,49,1.225,50,0.59,56,1.551,61,2.608,75,2.742,83,0.323,90,2.282,99,2.256,108,1.826,113,0.057,115,2.285,118,0.958,126,1.115,128,2.434,129,1.243,139,1.273,148,1.332,160,0.974,166,2.488,176,1.312,182,0.55,185,1.854,190,4.76,191,2.349,193,0.57,198,0.164,201,0.664,203,0.572,212,0.374,220,2.321,222,1.379,230,1.528,232,1.22,240,0.531,260,1.393,263,0.948,265,2.553,277,0.525,279,3.65,284,2.33,292,3.284,301,0.067,315,2.38,318,1.708,331,0.502,343,1.765,344,0.791,348,1.3,350,2.192,351,2.273,357,2.742,361,2.472,368,1.627,376,2.742,384,0.948,387,2.38,401,1.826,417,4.388,424,1.576,425,1.67,428,2.472,446,1.653,447,1.043,452,1.006,464,2.86,466,3.279,480,2.033,481,2.515,483,2.236,489,3.238,500,2.653,532,0.289,539,0.88,554,1.165,560,1.165,611,0.977,634,1.621,640,0.336,643,1.551,645,1.574,646,2.472,697,0.655,726,1.627,745,1.527,746,1.036,757,3.414,772,1.255,779,2.33,801,3.748,813,1.036,861,1.083,867,1.458,887,3.545,905,3.407,906,2.608,918,1.506,986,4.76,987,4.76,1002,2.608,1012,1.42,1045,1.68,1074,1.627,1081,2.433,1126,2.349,1129,2.56,1153,2.742,1160,1.795,1162,1.551,1205,2.097,1253,2.895,1290,3.284,1292,4.11,1296,2.33,1297,1.765,1309,2.33,1319,2.108,1354,5.817,1366,1.436,1376,3.312,1379,1.576,1383,1.576,1386,4.11,1404,3.073,1424,3.704,1426,2.98,1509,2.742,1521,1.551,1539,3.471,1541,2.33,1544,2.149,1570,2.895,1582,4.76,1620,4.76,1621,2.98,1636,3.407,1641,3.073,1655,4.11,1656,3.888,1658,2.895,1677,1.708,1738,1.441,1745,2.022,1746,4.11,1755,2.673,1764,2.895,1788,1.736,1792,3.407,1795,3.284,1805,2.742,1819,2.38,1829,4.11,1839,4.11,1892,5.102,1924,5.84,1933,2.895,2013,3.558,2024,2.192,2046,4.388,2051,3.073,2084,3.238,2134,3.704,2171,2.33,2174,3.704,2187,2.282,2325,3.545,2345,4.11,2370,3.704,2439,4.388,2443,2.895,2476,3.238,2492,3.888,2509,2.608,2555,3.704,2557,3.407,2669,3.888,2671,2.98,2875,3.545,2983,3.073,3204,4.11,3209,4.76,3262,3.284,3276,4.388,3313,3.888,3343,3.407,3419,4.388,3432,3.545,3485,4.11,3622,3.888,3623,3.704,3656,3.704,3659,5.817,3803,4.76,3861,4.223,3988,3.888,3999,3.073,4252,4.11,4263,4.11,4385,4.718,4479,3.704,4480,3.888,4504,4.11,4838,4.388,5235,4.76,5947,4.388,6099,4.388,6102,4.76,6450,4.388,6455,5.325,6456,5.325,6457,7.088,6458,5.325,6459,5.325,6460,5.325,6461,5.325,6462,7.088,6463,5.325,6464,5.325,6465,7.088,6466,7.088,6467,5.325,6468,5.325,6469,5.325]],["file_terms//Joe-B-Profile.html",[]],["root_relative_url//htcondor-helps-enable-mars-research.html",[118,0.494,316,1.065,697,0.301,2400,2.433,4787,3.267]],["high//htcondor-helps-enable-mars-research.html",[5,0.474,8,0.238,20,0.221,83,0.221,469,1.952,697,0.551,2400,4.461,2943,4.661]],["medium//htcondor-helps-enable-mars-research.html",[]],["content//htcondor-helps-enable-mars-research.html",[6,0.643,11,3.161,20,0.238,40,3.376,42,0.582,98,2.564,164,1.461,191,2.395,192,2.86,198,0.167,203,0.467,205,0.057,209,4.304,212,0.453,235,1.462,261,1.305,309,2.435,310,0.243,384,1.286,399,2.705,421,1.628,439,1.978,462,4.043,464,2.915,635,2.609,654,2.207,697,0.707,806,2.755,808,2.072,882,2.138,916,3.927,944,2.915,958,5.974,978,3.467,1105,3.72,1115,2.806,1158,3.455,1301,5.463,1321,3.033,1600,2.609,1688,2.806,1712,3.72,1815,3.301,2019,5.576,2175,5.953,2205,5.024,2324,3.82,2391,4.043,2400,6.103,2455,3.096,2840,4.455,2874,4.809,2936,2.973,2943,5.974,3839,5.275,3952,6.458,4068,5.576,4081,5.275,4668,5.576,5552,5.953,6292,6.458,6470,6.458,6471,7.224,6472,7.224,6473,6.458,6474,6.458]],["file_terms//htcondor-helps-enable-mars-research.html",[]],["root_relative_url//uw-research-computing/docker-jobs.html",[83,0.136,532,0.223,534,2.299,4716,3.385]],["high//uw-research-computing/docker-jobs.html",[5,0.267,8,0.134,20,0.218,39,0.671,65,1.159,164,0.997,198,0.087,205,0.058,272,0.813,307,0.494,310,0.097,340,0.535,377,0.362,378,0.131,536,1.152,537,1.25,544,0.447,545,0.712,546,1.465,550,0.987,558,1.729,559,0.79,560,0.825,561,0.778,562,0.875,563,1.25,640,0.238,697,0.31,753,0.642,828,1.25,944,1.522,1240,1.209]],["medium//uw-research-computing/docker-jobs.html",[10,0.659,65,1.122,150,1.399,215,0.384,232,0.701,301,0.076,447,0.599,544,0.543,547,0.268,558,1.198,580,0.865,582,1.468,584,0.878,598,1.597,600,2.19,601,2.139,603,2.139,604,1.444,607,2.242,617,2.858,640,0.289,645,1.017,697,0.377,1011,1.493,1456,2.421,1959,2.728,2709,4.093,2711,4.093,2712,4.093,2713,4.093,2714,4.093,2715,4.093,6475,4.579,6476,4.579]],["content//uw-research-computing/docker-jobs.html",[5,0.668,6,0.424,8,0.169,10,0.685,20,0.333,38,0.885,42,0.509,43,0.939,49,0.822,51,1.551,65,1.785,67,2.29,72,3.094,88,0.763,97,1.73,104,2.039,112,1.604,113,0.028,122,1.525,127,1.749,130,2.33,133,0.696,160,0.546,161,1.375,164,1.437,175,1.399,177,0.753,192,1.883,198,0.227,200,1.323,201,0.819,204,1.551,205,0.081,208,0.899,210,0.945,212,0.251,215,0.782,219,1.121,222,1.277,225,2.251,232,1.005,233,2.662,237,1.088,238,1.303,240,0.474,242,1.375,245,1.335,246,1.155,271,1.226,273,0.654,277,0.601,283,1.303,301,0.06,307,1.061,310,0.122,334,1.072,337,1.967,340,0.674,348,0.872,352,0.696,356,1.48,363,0.709,377,0.457,378,0.319,380,0.706,397,1.155,414,0.653,425,1.121,453,1.386,459,0.819,512,1.958,535,0.912,539,0.786,540,1.137,544,0.564,545,0.899,546,1.848,547,0.547,548,1.577,549,2.126,550,1.244,552,1.222,556,1.642,557,1.277,558,2.618,559,0.996,560,1.041,565,1.659,579,2.275,580,0.899,584,0.912,597,1.67,599,1.19,611,0.872,631,1.781,638,0.448,639,1.343,640,0.569,641,1.335,645,1.056,678,1.453,692,1.226,695,0.763,697,0.667,698,2.082,702,3.547,707,1.137,708,1.137,711,1.883,721,1.748,722,1.617,723,1.92,736,1.551,739,1.974,742,1.303,743,1.283,746,1.277,753,1.497,770,2.662,781,1.655,786,1.104,806,1.814,813,1.463,816,1.551,817,1.629,822,2.33,823,1.323,827,1.92,831,5.245,835,1.222,836,1.207,837,1.056,838,1.661,839,1.43,840,1.631,841,1.343,842,1.386,843,1.303,844,1.551,845,1.088,846,1.659,847,1.43,848,1.316,849,1.19,850,1.974,851,0.706,852,1.551,853,2.09,854,1.604,855,1.667,856,1.604,857,1.659,858,1.551,859,1.604,860,1.43,861,1.335,862,1.453,863,1.88,864,1.477,865,1.688,884,1.631,944,1.92,984,1.501,1012,1.624,1048,1.303,1075,1.43,1089,1.169,1103,1.137,1166,1.19,1167,1.501,1240,1.525,1245,2.173,1271,2.039,1286,1.848,1297,1.577,1305,3.473,1314,2.834,1385,2.173,1450,2.599,1476,1.92,1486,2.745,1501,5.626,1565,2.834,1826,1.041,1913,1.501,1915,2.388,2178,2.33,2328,2.126,2458,3.167,2470,2.516,2550,2.745,2679,3.043,2688,2.933,2747,3.672,2753,2.933,2789,3.92,3482,2.834,6477,4.757]],["file_terms//uw-research-computing/docker-jobs.html",[]],["root_relative_url//events/extended-office-hours.html",[343,1.554,2339,4.192,6478,4.689]],["high//events/extended-office-hours.html",[]],["medium//events/extended-office-hours.html",[]],["content//events/extended-office-hours.html",[261,1.455,301,0.064,343,2.668,425,1.897,1749,4.041,2338,7.196,2348,6.213,2351,5.15]],["file_terms//events/extended-office-hours.html",[]],["root_relative_url//uw-research-computing/matlab-jobs.html",[83,0.136,532,0.223,534,2.299,6479,4.108]],["high//uw-research-computing/matlab-jobs.html",[5,0.257,8,0.129,20,0.12,39,0.647,97,1.101,198,0.125,205,0.064,232,0.557,272,0.784,307,0.476,310,0.093,340,0.515,348,0.667,378,0.126,536,1.11,537,1.205,543,1.591,544,0.431,545,0.687,550,0.951,556,0.909,557,0.707,559,0.761,560,0.796,561,0.75,562,0.844,563,1.205,622,0.657,721,0.784,723,1.467,751,1.625,852,2.497,1011,1.185,1089,0.565,3356,2.528]],["medium//uw-research-computing/matlab-jobs.html",[10,0.238,148,0.413,166,1.336,193,0.177,214,1.255,232,0.579,235,0.281,240,0.165,301,0.068,307,0.216,406,2.437,492,0.362,544,0.709,547,0.264,569,0.68,579,0.79,580,0.312,590,1.278,596,0.389,598,1.318,600,0.79,601,0.772,603,0.772,604,0.521,607,1.4,617,0.739,624,0.489,637,0.242,638,0.688,657,0.505,679,1.149,681,0.953,701,0.446,709,0.586,732,0.654,746,0.321,776,0.413,786,0.384,829,0.395,852,0.932,855,1.853,880,0.619,1011,0.539,1134,0.755,1172,1.111,1202,0.851,1208,0.772,1211,0.953,1213,0.953,1219,2.057,1452,1.829,1453,1.057,1454,1.057,1455,1.057,1456,0.874,1888,1.2,1935,3.131,1959,0.985,2042,1.477,2195,0.985,2274,1.275,2315,0.953,2376,3.765,2397,4.299,2418,1.057,2688,1.019,2862,3.563,4463,1.1,6480,2.859,6481,1.652,6482,1.652,6483,5.57,6484,1.652,6485,1.652,6486,5.087,6487,2.859,6488,2.859,6489,2.859,6490,2.859,6491,5.087,6492,2.859,6493,3.778,6494,1.652,6495,1.477,6496,1.652,6497,1.652,6498,3.778,6499,2.859,6500,1.652,6501,5.57,6502,3.778,6503,4.502,6504,1.652,6505,1.652,6506,2.859,6507,2.859,6508,1.652,6509,3.778,6510,1.652,6511,1.652,6512,1.652,6513,1.477]],["content//uw-research-computing/matlab-jobs.html",[5,0.567,6,0.48,8,0.129,20,0.33,26,1.005,30,2.23,38,0.673,39,0.644,40,1.69,42,0.437,43,1.509,49,1.114,50,0.946,51,1.179,65,1.253,67,1.261,77,1.141,81,1.41,82,0.946,86,1.595,88,0.58,89,1.306,93,1.328,94,1.321,97,1.554,98,1.913,99,1.432,108,1.24,112,1.219,113,0.032,115,1.037,126,1.739,127,2.37,129,0.634,132,1.701,133,0.529,136,1.233,139,1.709,141,1.037,142,1.849,152,1.459,156,1.966,159,1.792,160,0.415,161,0.757,164,0.545,166,3.339,168,1.146,175,0.673,176,0.891,177,0.82,182,0.666,193,0.387,198,0.229,200,1.499,201,0.672,203,0.234,204,1.758,205,0.08,208,0.683,210,0.928,212,0.284,214,2.115,215,0.798,219,0.852,220,1.053,221,1.021,224,0.96,227,0.78,228,0.827,232,1.094,237,1.233,238,1.957,239,0.96,242,1.35,245,0.735,257,0.839,260,1.41,273,0.537,277,0.632,283,1.476,293,0.904,301,0.072,307,0.935,310,0.093,331,0.341,337,0.946,340,0.512,352,0.943,358,0.724,363,0.508,377,0.77,378,0.126,380,0.537,393,0.768,397,0.877,414,0.497,424,1.07,431,2.829,434,2.086,446,1.122,447,0.473,452,1.612,459,0.953,466,1.488,476,0.946,492,1.673,494,1.354,501,1.616,512,1.488,535,0.693,539,0.597,540,0.865,543,1.582,544,0.429,546,1.405,547,0.589,548,1.39,552,1.2,553,1.104,556,2.452,557,1.871,558,1.686,562,0.839,572,1.661,580,1.018,584,0.693,586,1.459,590,3.583,596,1.27,597,1.432,598,1.261,599,0.904,611,0.989,622,1.165,635,1.306,637,0.788,638,0.341,640,0.524,641,1.096,644,1.405,645,1.895,657,1.104,662,3.232,678,1.104,681,4.924,692,1.389,695,1.033,696,1.037,697,0.53,699,1.582,701,2.061,708,1.709,709,1.283,713,1.862,717,2.581,721,1.881,722,1.588,723,2.884,724,1.306,732,2.552,736,1.179,740,1.488,742,0.99,743,0.975,745,1.546,746,0.703,750,2.602,753,1.097,761,1.912,773,1.966,776,0.904,781,1.049,786,2.141,789,2.086,802,2.851,811,1.488,813,1.39,816,1.179,817,1.165,818,1.878,820,1.159,822,1.771,827,2.176,832,2.018,835,0.673,836,1.636,837,0.803,838,1.444,839,1.087,840,1.24,841,1.021,842,1.053,843,1.765,844,1.179,845,0.827,846,1.261,847,1.087,848,1.606,849,0.904,850,1.087,851,0.537,852,3.327,853,1.499,854,1.219,855,0.918,856,1.219,857,1.261,858,1.179,859,1.219,860,1.087,861,0.735,862,1.104,863,1.612,864,1.122,865,1.283,880,2.018,884,1.24,959,2.979,989,1.771,1011,1.179,1012,0.724,1042,2.945,1048,0.99,1051,1.582,1089,1.291,1103,0.865,1115,2.776,1122,1.431,1129,1.306,1133,1.771,1142,2.407,1166,0.904,1167,1.701,1172,2.094,1204,1.966,1219,1.652,1247,1.771,1248,2.154,1251,2.791,1286,1.405,1314,2.154,1316,1.815,1329,2.514,1393,1.488,1398,1.405,1486,2.086,1508,2.514,1510,1.69,1600,1.306,1623,2.41,1693,2.64,1749,1.815,1826,0.791,1888,2.707,1913,2.034,1956,2.931,1960,2.407,1961,2.154,1972,1.815,1977,3.324,2080,1.087,2091,1.69,2376,3.841,2444,2.514,2447,2.407,2458,2.407,2461,2.313,2465,2.791,2550,3.11,2934,4.64,2937,2.407,3356,5.935,3482,2.154,3696,2.791,3808,3.232,3911,2.514,4446,2.979,5925,2.979,6513,3.232,6514,5.391,6515,5.391,6516,5.391,6517,3.616,6518,3.616,6519,3.616,6520,3.616,6521,3.232]],["file_terms//uw-research-computing/matlab-jobs.html",[]],["root_relative_url//CHTC-Facilitation.html",[5,0.387,2773,4.882]],["high//CHTC-Facilitation.html",[5,0.593,8,0.21,83,0.195,113,0.035,363,0.558,380,0.878,401,1.524,468,3.647,882,1.75,2668,5.858,2944,4.113]],["medium//CHTC-Facilitation.html",[]],["content//CHTC-Facilitation.html",[0,2.001,5,0.688,6,0.59,7,1.818,10,0.545,13,1.298,20,0.296,23,2.269,29,2.05,39,0.674,42,0.586,49,0.964,50,0.903,56,1.929,59,1.656,81,2.132,83,0.339,88,1.171,96,1.704,107,1.558,113,0.06,118,1.139,119,1.254,121,1.443,122,1.214,128,1.156,129,0.664,130,1.853,133,0.968,136,0.866,141,1.085,143,2.606,149,0.607,152,1.527,155,1.298,160,0.992,168,0.804,171,2.268,175,1.45,177,0.64,182,0.391,185,0.99,186,1.102,187,1.527,188,1.005,193,0.405,195,1.949,198,0.088,199,1.156,201,0.911,203,0.504,205,0.044,208,1.251,212,0.294,213,2.001,221,1.575,222,0.736,224,1.005,227,0.816,240,0.377,245,1.134,246,1.353,249,2.996,250,1.367,251,1.589,252,0.796,253,0.736,254,1.367,257,1.295,261,0.684,262,1.214,273,0.377,276,1.367,277,0.654,281,1.194,287,1.9,288,1.234,289,2.05,293,0.946,301,0.03,306,1.539,312,1.102,313,2.183,314,0.758,316,1.625,328,2.268,330,1.677,331,0.624,334,0.853,339,2.123,343,1.254,344,1.157,348,1.722,352,0.553,356,0.853,359,2.307,361,2.31,363,0.768,369,1.949,378,0.131,380,1.437,381,1.656,384,0.993,386,1.9,388,1.768,389,2.183,392,2.763,395,1.768,396,0.961,400,1.391,401,1.706,402,0.704,414,1.003,421,1.492,432,1.768,435,1.979,439,1.036,444,3.712,446,1.175,447,1.067,451,2.519,452,1.053,459,0.695,464,2.672,465,2.39,468,2.334,469,1.929,475,2.001,479,1.175,480,1.899,481,1.979,485,1.848,492,0.828,517,2.255,522,1.622,526,2.921,531,2.183,532,0.205,539,1.346,548,0.736,553,2.38,554,0.828,561,1.151,562,0.878,572,0.975,599,1.394,622,1.197,626,2.672,634,0.866,638,0.624,639,1.069,640,0.461,643,1.599,682,1.276,692,1.437,693,1.498,695,0.607,710,1.558,726,1.704,727,1.622,731,3.094,735,1.729,739,1.138,744,2.343,755,2.251,772,1.56,774,1.81,778,2.001,779,1.656,781,0.736,785,1.558,809,1.558,810,1.949,813,1.085,825,2.255,828,1.848,829,1.333,882,2.162,884,1.298,902,2.183,904,2.001,915,2.632,918,0.804,940,1.81,952,2.763,994,2.118,995,2.232,1003,3.167,1007,2.088,1045,1.194,1047,1.9,1049,1.589,1065,3.568,1074,2.232,1075,1.138,1076,1.81,1088,2.001,1089,1.03,1129,2.392,1138,1.759,1152,1.443,1205,1.12,1252,1.254,1253,3.032,1277,1.443,1290,2.334,1309,1.656,1366,1.02,1379,1.12,1383,2.162,1385,1.729,1408,3.409,1418,2.118,1473,2.921,1515,1.853,1518,2.921,1519,3.712,1537,1.417,1541,1.656,1544,1.527,1563,4.985,1566,4.605,1575,2.057,1577,1.9,1592,2.001,1594,2.493,1601,2.334,1622,2.057,1634,2.118,1638,2.057,1642,2.548,1647,4.304,1649,2.921,1667,1.102,1668,2.921,1677,1.214,1678,2.183,1688,2.166,1711,1.45,1729,1.156,1738,1.134,1745,1.855,1758,2.921,1764,3.6,1765,2.921,1788,2.382,1790,2.334,1794,2.183,1804,1.391,1826,0.828,1853,2.001,1914,2.421,2013,1.9,2024,2.295,2035,2.421,2036,2.255,2050,2.838,2051,2.183,2138,2.183,2150,2.001,2162,2.519,2166,2.921,2177,2.057,2178,1.853,2187,1.622,2192,2.118,2216,2.921,2220,2.334,2302,2.334,2327,2.921,2425,1.949,2476,1.729,2497,2.519,2554,2.183,2563,2.632,2574,1.81,2619,4.985,2622,2.334,2626,2.921,2665,2.39,2666,3.706,2668,6.29,2679,2.421,2681,3.725,2682,2.118,2753,2.334,2774,3.864,2776,3.383,2780,2.255,2783,3.032,2784,5.457,2785,3.568,2789,3.118,2803,1.853,2806,3.121,2864,2.001,2936,1.558,2944,2.632,3226,2.921,3328,2.519,3369,2.921,3375,4.072,3429,3.878,3501,3.118,3590,3.118,3656,2.632,3667,2.921,3795,3.118,3988,2.763,4002,2.763,4095,2.921,4251,3.118,4482,3.118,4488,4.304,4638,2.632,4736,2.632,5514,3.383,5741,4.072,5742,5.688,6058,3.383,6446,4.595,6522,3.784,6523,3.784,6524,3.784,6525,3.383,6526,3.784,6527,3.784,6528,3.383,6529,3.383,6530,3.784,6531,3.784,6532,3.784,6533,3.383,6534,3.784,6535,3.383,6536,3.784]],["file_terms//CHTC-Facilitation.html",[]],["root_relative_url//about.html",[6537,6.54]],["high//about.html",[5,0.547,8,0.275]],["medium//about.html",[]],["content//about.html",[155,2.76,314,1.613,599,2.013,717,2.908,749,2.908,1667,2.345,2581,3.85,3218,5.599]],["file_terms//about.html",[]],["root_relative_url//uw-research-computing/licensed-software.html",[83,0.136,532,0.223,4279,3.672,6538,4.108]],["high//uw-research-computing/licensed-software.html",[5,0.254,6,0.478,8,0.128,20,0.212,39,0.64,198,0.083,205,0.057,214,0.81,215,0.45,240,0.358,272,0.775,310,0.092,340,0.76,378,0.265,399,1.345,536,1.097,537,1.191,538,1.275,544,0.426,545,0.679,547,0.211,559,0.752,560,0.786,561,0.741,562,0.834,563,1.191,640,0.339,732,2.124,836,0.912,858,2.322]],["medium//uw-research-computing/licensed-software.html",[10,0.324,20,0.074,160,0.258,175,0.419,188,0.598,198,0.086,205,0.018,214,0.837,215,0.189,232,0.568,240,0.606,277,0.167,301,0.076,316,0.656,352,0.543,363,0.212,378,0.241,393,0.478,454,0.538,521,1.298,544,0.267,547,0.218,548,0.438,549,1.006,569,1.528,579,1.076,580,0.425,582,0.722,584,0.431,590,1.006,591,1.298,592,1.159,593,1.341,594,1.341,595,2.012,596,0.53,597,0.5,598,0.785,600,1.076,601,1.052,603,1.052,604,0.71,607,1.102,617,1.006,637,0.329,701,0.607,707,0.538,732,2.866,750,0.908,753,0.383,776,0.563,786,1.1,823,1.032,848,0.451,858,0.734,1029,1.863,1208,2.214,1377,1.076,1398,0.874,1419,1.643,1468,1.854,1888,1.989,1939,3.318,1949,3.318,1956,1.223,1957,1.076,1959,2.212,3305,1.341,4287,1.854,5896,2.012,6133,2.012,6539,2.012,6540,3.318,6541,2.012,6542,2.25,6543,2.25,6544,2.25,6545,2.25,6546,2.25,6547,2.25,6548,4.738,6549,3.712,6550,2.25,6551,3.712,6552,2.25,6553,2.25,6554,2.25]],["content//uw-research-computing/licensed-software.html",[5,0.657,6,0.802,13,1.505,20,0.332,50,0.688,56,1.279,65,1.263,81,1.624,82,1.148,83,0.205,88,0.704,89,2.242,93,1.928,94,0.759,96,1.341,97,0.893,98,1.558,107,1.807,113,0.043,116,1.614,118,0.593,122,1.408,126,1.3,128,1.341,133,0.642,142,1.78,161,0.919,164,0.662,168,1.319,175,0.817,177,0.712,185,1.148,188,2.277,198,0.23,199,1.341,201,0.898,205,0.081,208,1.173,210,0.632,212,0.413,214,1.861,215,0.83,219,1.034,224,1.166,228,1.004,232,1.103,236,2.15,237,1.647,238,1.7,239,1.166,240,0.78,242,0.919,245,1.262,246,1.507,253,0.854,273,0.619,277,0.533,283,1.202,301,0.057,307,0.575,310,0.113,314,0.88,331,0.679,334,0.989,337,1.148,340,0.622,348,1.321,352,1.254,358,0.88,363,0.808,368,1.341,377,0.692,378,0.352,380,0.652,384,1.105,397,1.065,399,1.644,414,0.852,447,0.575,459,0.547,476,1.148,486,1.881,492,1.713,521,2.533,535,0.842,539,0.725,540,1.05,544,0.521,545,1.173,547,0.571,548,0.854,549,2.775,550,1.148,552,1.34,553,1.341,556,1.098,557,0.854,558,1.884,572,1.856,580,1.173,584,0.842,596,1.034,597,1.599,598,1.531,599,1.098,611,0.805,622,1.654,626,1.772,627,2.165,634,1.004,636,1.531,638,0.808,640,0.611,641,1.592,643,0.961,645,1.599,688,3.29,691,2.707,692,1.131,695,0.704,697,0.705,701,1.184,706,2.051,707,1.484,708,2.05,717,1.586,721,0.947,722,1.774,723,1.772,732,3.674,736,1.431,739,1.866,741,2.66,742,1.202,743,1.184,745,1.259,746,0.854,750,1.772,753,1.226,776,1.098,779,1.921,781,1.401,786,1.817,808,1.259,809,1.807,816,1.431,817,1.654,835,0.817,836,1.828,837,0.975,838,1.36,839,1.32,840,1.505,841,1.24,842,1.279,843,1.202,844,1.431,845,1.004,846,1.531,847,1.32,848,1.443,849,1.098,850,1.32,851,0.922,852,1.431,853,1.726,854,1.48,855,1.114,856,1.48,857,1.531,858,3.173,859,1.48,860,1.32,861,0.893,862,1.341,863,1.552,864,1.363,865,1.558,1042,2.836,1043,2.051,1045,1.385,1129,2.601,1133,2.15,1145,2.808,1162,1.279,1204,2.387,1236,2.15,1246,3.924,1254,2.387,1281,1.705,1318,1.505,1475,1.644,1510,2.051,1594,1.962,1667,1.279,1731,2.387,1791,2.15,1888,2.606,1960,2.923,1961,2.616,1962,2.15,1972,2.204,2164,2.533,2450,2.616,2641,2.099,2850,2.15,3305,4.291,3482,2.616,3490,3.924,4049,2.616,4287,5.115,6539,5.549,6540,5.549,6541,5.549,6555,6.207,6556,4.39,6557,4.39,6558,4.39]],["file_terms//uw-research-computing/licensed-software.html",[]],["root_relative_url//fire-up-the-gpus.html",[193,0.502,2966,3,6559,4.689]],["high//fire-up-the-gpus.html",[5,0.427,8,0.215,29,2.218,113,0.036,193,0.646,281,1.903,306,1.139,311,2.696,532,0.327,535,1.156,1738,1.227,2224,4.404,2966,3.859]],["medium//fire-up-the-gpus.html",[]],["content//fire-up-the-gpus.html",[5,0.557,6,0.557,11,2.736,12,2.736,17,1.686,27,2.429,31,3.237,42,0.533,43,1.553,50,0.693,53,4.401,56,1.822,83,0.26,84,2.795,113,0.056,118,0.845,121,2.384,142,1.793,181,2.651,182,0.646,185,1.636,187,2.524,191,2.073,193,0.669,198,0.145,212,0.33,220,1.822,228,1.43,235,1.339,252,0.681,257,1.452,261,1.13,263,1.113,271,1.611,273,0.784,277,0.463,301,0.077,306,1.625,309,2.651,310,0.16,311,3.845,317,2.384,318,2.005,326,4.349,331,0.589,334,1.409,348,1.147,352,0.914,359,1.712,367,2.524,368,1.91,377,0.755,378,0.217,384,1.113,394,1.973,402,1.164,421,1.939,439,2.153,446,2.441,464,2.524,470,3.93,471,2.524,481,2.219,485,2.073,497,2.857,501,2.795,532,0.466,535,1.869,565,2.181,611,1.442,619,5.235,627,2.743,629,2.625,635,2.258,637,0.914,638,0.589,643,1.368,646,2.181,757,2.68,795,3.22,806,2.384,817,1.13,851,1.168,882,1.85,940,2.99,968,4.163,1002,3.062,1005,2.922,1047,3.139,1107,2.857,1123,2.524,1252,2.607,1396,4.163,1408,2.736,1426,3.499,1537,2.341,1544,2.524,1561,4.349,1600,2.258,1603,2.341,1637,4.275,1688,3.055,1698,5.152,1711,1.464,1738,1.749,1803,4.566,1815,2.857,2050,2.68,2058,4.826,2099,4.826,2122,5.152,2150,4.159,2237,5.031,2360,4.349,2640,4.163,2651,4.349,2659,3.062,2788,3.307,2986,3.399,3222,5.589,3553,4.826,3620,4.566,3621,6.48,3934,4.826,4008,4.826,4020,4.826,4022,4.163,4129,5.152,4132,4.826,4418,4.163,4668,4.826,5300,5.152,5357,5.152,6053,5.589,6560,6.253,6561,6.253,6562,6.253,6563,6.253,6564,6.253,6565,6.253,6566,6.253,6567,4.566,6568,6.253,6569,6.253,6570,6.253]],["file_terms//fire-up-the-gpus.html",[]],["root_relative_url//uw-research-computing/testing-jobs.html",[83,0.136,532,0.223,534,2.299,6571,4.108]],["high//uw-research-computing/testing-jobs.html",[5,0.403,8,0.202,26,1.582,82,1.489,97,1.157,108,1.951,133,0.832,205,0.045,331,0.537,437,2.131,753,1.538,5027,5.087]],["medium//uw-research-computing/testing-jobs.html",[10,0.328,148,0.571,198,0.128,205,0.055,215,0.402,226,1.715,232,0.575,237,0.522,238,0.625,252,0.249,263,0.406,301,0.071,397,0.911,431,0.903,530,0.978,544,0.727,547,0.134,549,1.02,572,0.588,579,1.091,580,0.431,591,1.316,592,1.175,593,1.36,594,1.36,598,1.669,600,1.091,601,1.066,602,2.237,603,1.066,604,0.72,610,3.713,617,1.02,627,0.796,683,0.921,759,1.277,800,1.968,843,1.678,861,0.763,1011,0.744,1089,0.355,1231,1.145,1269,1.066,1303,2.5,1392,2.5,1453,1.46,1709,1.24,1893,1.36,1916,1.576,1969,1.145,2234,1.175,2328,1.02,2459,2.741,3211,5.998,4467,2.898,5823,2.04,5837,1.88,5838,2.04,5839,4.956,5840,4.956,5842,4.568,5843,2.04,6572,2.282,6573,2.282,6574,2.282,6575,2.282,6576,3.755,6577,3.755,6578,3.755,6579,2.282,6580,3.755,6581,2.282,6582,2.282]],["content//uw-research-computing/testing-jobs.html",[5,0.586,6,0.7,20,0.316,26,1.231,38,1.346,39,0.788,42,0.423,50,0.953,51,2.035,58,1.822,67,2.178,75,2.279,83,0.206,86,1.31,93,1.538,96,2.21,97,1.685,99,1.176,108,2.141,112,1.492,113,0.052,126,0.927,130,2.168,142,2.075,150,1.907,168,0.941,169,2.793,175,0.824,177,0.83,182,0.747,188,1.176,198,0.224,201,0.98,203,0.286,204,2.035,205,0.081,208,0.836,210,0.899,212,0.414,215,0.797,221,1.25,225,1.518,227,1.56,228,1.428,232,1.44,235,1.063,237,2.098,238,2.47,239,2.436,240,0.721,242,0.927,250,1.599,252,0.856,253,1.215,256,1.571,257,1.028,260,1.892,261,1.63,277,0.536,289,1.628,293,1.561,310,0.16,314,0.887,331,0.781,334,1.407,352,0.647,356,1.407,358,0.887,360,2.729,361,1.544,368,1.907,377,0.6,380,0.657,384,0.788,402,0.824,411,1.628,414,0.857,424,1.31,425,1.043,453,1.289,464,1.786,476,1.158,479,2.246,481,1.571,486,1.897,490,2.168,492,1.583,497,3.305,501,1.979,514,1.518,530,1.897,532,0.338,545,1.179,547,0.584,548,0.861,552,1.6,554,1.366,555,2.52,557,1.529,559,0.927,560,0.969,572,2.215,580,1.366,584,1.387,597,1.84,611,0.812,622,0.8,626,1.786,631,1.657,634,1.428,638,0.781,645,0.983,654,1.352,684,3.416,689,2.832,691,2.729,692,1.141,695,1.001,697,0.514,701,1.951,706,2.068,707,1.493,716,1.786,724,2.613,731,2.068,734,3.232,736,1.443,739,1.331,740,1.822,745,2.075,747,2.791,753,1.536,757,1.897,767,4.342,768,5.464,770,2.477,772,1.704,776,1.965,780,3.215,781,0.861,783,2.341,784,2.406,786,1.449,789,2.554,802,2.341,808,2.075,813,0.861,815,1.628,818,1.289,836,1.124,838,1.366,843,1.212,846,2.178,849,1.107,894,1.979,896,1.859,906,2.168,984,1.396,1012,0.887,1028,2.117,1039,2.947,1043,2.068,1048,1.71,1071,3.416,1072,2.117,1077,7.084,1082,3.232,1084,1.752,1089,0.688,1098,2.117,1103,1.058,1107,2.022,1122,1.752,1123,1.786,1124,2.947,1166,1.107,1167,1.396,1231,2.222,1240,1.419,1245,2.022,1252,1.467,1281,2.426,1288,1.443,1290,2.729,1293,1.141,1295,2.637,1314,2.637,1316,2.222,1393,1.822,1396,2.947,1398,2.81,1402,2.168,1413,2.637,1473,5.583,1474,3.994,1475,1.657,1476,2.52,1544,1.786,1600,1.599,1640,2.477,1688,1.72,1791,3.058,1809,1.937,1826,0.969,1907,2.222,1913,2.479,1918,2.832,1957,2.117,1974,4.559,1975,4.342,2187,1.897,2286,2.477,2328,1.979,2446,2.729,2505,2.554,2624,3.416,2671,2.477,2682,2.477,2837,3.078,2914,2.832,2936,2.977,2941,2.947,3034,4.461,3123,5.031,3214,3.232,3216,2.168,3262,2.729,3300,3.416,3302,3.957,3328,2.947,3429,3.078,3527,3.957,3801,3.957,3999,2.554,4049,2.637,4318,2.729,4833,3.957,5557,3.957,5602,3.647,5618,3.957,6282,3.647,6583,4.426,6584,4.426,6585,4.426,6586,4.426,6587,4.426,6588,4.426,6589,4.426,6590,4.426]],["file_terms//uw-research-computing/testing-jobs.html",[]],["root_relative_url//Fulvio.html",[6591,6.54]],["high//Fulvio.html",[5,0.427,8,0.215,20,0.199,27,2.343,113,0.036,203,0.39,212,0.318,237,1.38,331,0.569,1642,2.756,2984,3.859,2985,4.656,2986,3.279]],["medium//Fulvio.html",[]],["content//Fulvio.html",[5,0.534,7,1.912,10,0.992,11,1.774,20,0.311,23,2.007,25,2.621,27,2.278,32,2.819,42,0.566,49,1.191,50,0.763,54,1.39,56,1.181,60,3.341,77,1.279,81,1.802,83,0.284,84,3.079,86,2.548,90,1.737,99,1.557,107,2.413,108,1.39,113,0.049,114,1.894,115,1.163,116,2.156,118,1.083,126,1.443,129,1.405,133,0.593,139,0.969,142,1.163,143,1.894,146,1.852,155,1.39,157,2.339,160,0.465,161,0.849,164,1.039,166,1.894,168,0.861,169,1.367,170,2.826,171,1.82,175,1.282,176,0.999,177,0.465,182,0.712,185,1.802,186,2.333,187,2.78,188,1.077,193,0.628,198,0.185,199,1.238,203,0.57,204,1.322,205,0.06,208,1.108,210,0.584,212,0.363,222,1.715,224,1.077,228,0.927,235,1.421,236,2.872,237,1.969,239,1.077,244,1.812,246,2.214,249,1.491,251,1.702,252,0.639,253,0.789,254,2.727,261,0.733,263,1.227,273,0.404,277,0.434,282,3.282,283,1.11,288,1.322,289,2.533,301,0.06,310,0.24,328,1.258,330,1.219,331,0.649,343,1.344,346,2.269,347,2.071,348,0.744,350,1.669,356,1.322,358,0.812,363,0.382,378,0.141,380,0.602,382,3.188,384,0.722,386,2.035,393,1.464,394,2.781,396,1.029,411,1.491,414,0.557,420,1.812,421,0.914,428,1.414,433,2.5,434,2.339,437,1.518,439,1.11,444,2.699,447,0.902,452,0.766,459,0.505,461,3.305,467,1.977,469,1.181,472,2.566,475,2.144,479,1.258,485,1.944,492,1.283,496,1.414,498,3.383,513,1.812,516,2.269,528,3.129,532,0.22,539,1.247,544,0.481,548,0.789,549,2.621,554,0.887,556,1.014,557,1.34,561,0.837,562,0.941,565,2.045,586,1.636,611,0.744,620,2.462,633,2.195,636,1.414,637,1.104,640,0.477,641,0.824,643,0.887,692,1.511,695,0.65,697,0.659,698,1.774,702,2.566,711,1.605,721,0.874,724,1.464,735,1.852,741,2.513,753,0.69,754,2.144,755,1.636,768,2.819,772,1.623,782,1.605,808,1.976,812,2.676,813,1.141,815,2.533,829,0.969,845,0.927,851,0.871,852,1.322,880,1.518,882,1.2,884,1.39,894,1.812,918,0.861,946,2.209,951,1.852,973,2.144,978,2.367,984,1.279,993,2.035,995,1.367,999,2.819,1004,2.088,1005,1.894,1006,2.727,1007,1.518,1008,2.269,1009,2.144,1012,0.812,1066,3.988,1074,1.238,1076,1.939,1089,0.912,1098,1.939,1104,2.416,1111,3.02,1121,4.526,1152,1.546,1158,1.939,1162,1.181,1231,2.035,1235,1.11,1247,1.985,1252,1.344,1282,1.669,1294,2.088,1308,2.416,1330,2.416,1366,1.858,1376,1.894,1377,2.804,1383,1.2,1422,3.232,1423,2.339,1450,2.321,1476,1.636,1477,2.96,1479,2.594,1480,3.341,1495,1.702,1497,3.341,1499,3.751,1505,1.894,1531,1.852,1581,3.624,1603,2.195,1642,2.679,1647,3.129,1653,3.751,1658,3.188,1667,1.181,1675,2.204,1677,2.209,1688,1.575,1709,2.204,1711,0.755,1729,1.238,1732,2.269,1738,1.535,1745,1.029,1771,2.594,1788,1.322,1793,3.341,1796,2.339,1805,2.088,1826,1.652,1899,2.96,1908,2.699,1912,3.129,1962,1.985,2066,1.939,2088,2.804,2089,2.144,2107,3.548,2162,2.699,2165,2.339,2173,2.269,2176,3.624,2178,3.697,2203,3.101,2325,2.699,2376,4.498,2476,1.852,2554,3.383,2616,3.624,2620,3.188,2637,3.624,2659,1.985,2768,2.699,2774,2.144,2788,2.144,2806,4.482,2836,2.5,2872,2.699,2982,3.101,2984,5.124,2985,6.444,2986,4.104,3206,3.341,3274,2.5,3350,3.341,3371,7.463,3471,4.281,3487,3.624,3613,2.96,3698,2.96,3992,2.819,4013,3.494,4181,3.129,4301,4.281,4372,6.182,4399,3.624,4401,6.158,4419,2.96,4475,2.699,4485,3.129,4946,3.129,5059,3.624,5299,3.341,5398,3.129,5453,3.341,5664,3.624,5911,4.832,6003,3.341,6331,3.624,6423,3.341,6592,7.549,6593,9.623,6594,8.009,6595,4.054,6596,5.864,6597,4.054,6598,4.054,6599,4.054,6600,4.054,6601,4.054,6602,4.054,6603,5.864,6604,4.054,6605,4.054,6606,3.624,6607,4.054,6608,4.054,6609,5.864,6610,4.054,6611,4.054,6612,4.054,6613,5.864,6614,4.054,6615,4.054,6616,4.054,6617,4.054]],["file_terms//Fulvio.html",[]],["root_relative_url//david-swanson-awardees-2023.html",[1846,3.17,1994,2.448,1995,2.857,2958,3.17]],["high//david-swanson-awardees-2023.html",[5,0.474,8,0.238,149,1.074,1994,3.993,1995,4.661,2057,5.172,2958,5.172,2959,4.893]],["medium//david-swanson-awardees-2023.html",[]],["content//david-swanson-awardees-2023.html",[0,3.052,10,0.98,12,1.736,13,1.979,17,2.141,20,0.295,23,1.681,26,1.103,33,1.897,35,2.641,42,0.579,49,0.998,50,0.754,53,3.23,58,1.633,69,2.364,83,0.317,85,2.364,86,1.174,87,3.843,88,0.636,89,1.433,93,1.422,94,0.686,96,1.212,98,1.408,108,2.333,113,0.055,114,1.854,115,1.655,118,1.01,119,1.913,121,1.513,126,1.209,128,1.763,129,0.696,133,0.58,137,2.896,142,1.138,143,3.492,147,1.897,149,1.578,152,2.33,157,2.289,160,0.78,164,1.197,168,1.588,171,1.792,176,1.841,177,0.455,181,2.294,182,0.856,184,2.827,185,1.955,186,1.681,187,1.601,188,1.054,193,0.425,198,0.134,201,0.495,202,2.538,203,0.257,205,0.059,208,0.749,212,0.394,215,0.333,221,1.12,227,0.855,228,0.907,230,1.245,232,0.607,240,0.395,249,2.122,250,1.433,252,0.903,253,0.772,261,1.545,262,1.272,265,1.193,273,0.873,276,1.433,277,0.428,278,1.513,283,1.086,288,1.293,293,0.992,301,0.059,306,1.285,310,0.204,315,2.58,318,1.272,328,1.231,331,0.749,337,1.038,344,1.01,346,2.22,348,0.728,357,2.043,359,1.086,363,0.544,368,1.212,377,0.554,380,0.589,384,0.706,389,5.237,400,2.122,401,1.022,402,0.738,408,1.812,414,0.545,421,1.301,424,1.174,432,1.854,435,2.049,439,1.58,441,1.812,447,0.519,459,0.495,469,1.982,471,1.601,479,2.112,480,1.138,481,3.035,485,1.315,488,2.364,489,3.907,493,3.693,508,2.157,523,2.22,527,2.827,546,1.541,561,0.819,592,2.043,609,3.693,611,1.37,624,1.708,626,2.746,634,0.907,635,1.433,638,0.374,640,0.581,642,3.808,669,1.601,682,2.294,686,3.138,695,0.636,704,1.633,710,1.633,726,1.212,749,2.085,753,0.675,755,1.601,759,4.444,761,2.098,770,3.23,772,0.935,777,1.459,779,1.736,787,1.943,811,1.633,845,0.907,851,0.589,875,1.485,881,2.502,882,2.014,896,1.666,907,3.269,915,2.759,934,1.943,942,1.943,943,1.681,945,2.043,957,2.58,978,2.33,984,1.251,985,1.854,1003,2.76,1007,1.485,1047,1.991,1070,2.364,1074,2.079,1075,2.247,1084,2.285,1088,2.098,1099,3.546,1111,2.972,1118,2.22,1138,1.251,1150,2.698,1157,2.376,1158,1.897,1160,1.946,1162,1.156,1163,5.16,1165,1.601,1167,1.251,1235,1.58,1249,2.424,1271,3.202,1291,1.991,1293,1.022,1318,1.36,1319,1.57,1365,2.538,1366,1.556,1383,2.014,1394,2.289,1409,3.33,1495,2.424,1514,3.052,1517,3.269,1521,1.982,1541,2.526,1544,1.601,1547,2.364,1596,2.289,1603,2.161,1697,2.641,1707,2.641,1729,1.212,1738,1.519,1756,2.759,1777,2.157,1785,2.22,1790,2.446,1792,2.538,1804,2.122,1810,4.014,1817,1.854,1853,2.098,1865,3.269,1916,3.138,1956,2.157,1989,3.33,1993,2.538,1994,4.937,1995,5.948,1997,2.157,2024,1.633,2031,2.641,2057,5.252,2059,2.759,2060,5.16,2061,3.546,2083,2.098,2084,1.812,2103,3.269,2106,4.182,2107,2.043,2120,1.943,2138,2.289,2187,1.7,2205,2.759,2206,3.062,2227,2.098,2229,2.098,2247,2.364,2360,2.759,2363,3.546,2476,1.812,2505,2.289,2555,2.759,2573,2.759,2578,3.269,2581,1.897,2583,2.759,2620,2.157,2626,3.062,2665,2.474,2666,3.403,2774,2.098,2779,3.546,2801,3.062,2836,2.446,2850,1.943,2954,2.538,2956,3.269,2958,4.455,2959,5.798,3081,3.546,3228,4.215,3255,2.538,3269,2.446,3271,4.756,3274,2.446,3347,2.446,3362,3.843,3396,7.098,3404,2.759,3431,2.641,3439,3.062,3462,3.062,3498,2.641,3562,2.896,3598,3.269,3615,2.538,3763,3.062,3775,2.896,3874,3.546,3882,3.269,3917,3.546,3951,3.062,3988,4.215,3999,2.289,4009,2.759,4097,2.759,4220,3.546,4235,3.062,4251,3.269,4385,2.641,4396,3.062,4411,3.269,4418,2.641,4465,2.759,4487,4.756,4511,3.269,4590,4.756,4591,5.767,5418,3.269,5512,2.896,5544,3.546,5766,3.269,5945,3.269,5974,2.759,6054,3.546,6618,6.804,6619,9.298,6620,5.772,6621,6.804,6622,9.196,6623,3.967,6624,3.967,6625,3.967,6626,5.772,6627,3.967,6628,3.967,6629,3.967,6630,3.967,6631,3.967,6632,5.772,6633,5.772,6634,3.967,6635,3.967,6636,3.967,6637,6.804,6638,3.967,6639,3.967,6640,3.967,6641,3.967,6642,3.967,6643,3.967,6644,3.967,6645,3.967]],["file_terms//david-swanson-awardees-2023.html",[]],["root_relative_url//ucsd-external-release.html",[2746,2.891,3906,4.192,6646,4.689]],["high//ucsd-external-release.html",[5,0.436,8,0.219,83,0.203,113,0.036,212,0.325,234,2.812,331,0.58,363,0.58,381,2.693,622,1.112,637,0.9,823,1.711]],["medium//ucsd-external-release.html",[]],["content//ucsd-external-release.html",[5,0.471,6,0.432,7,2.664,8,0.172,10,1.233,11,2.121,20,0.251,35,3.227,42,0.451,43,0.957,50,0.537,55,2.374,57,2.121,58,1.995,59,2.91,75,2.496,78,1.883,83,0.324,86,1.435,88,0.777,113,0.058,124,2.433,126,1.393,129,0.85,141,1.39,149,1.217,151,2.989,160,0.556,165,4.8,174,2.797,177,0.763,182,0.501,185,1.268,186,1.938,187,1.956,191,2.517,193,0.519,198,0.154,212,0.351,221,1.369,222,1.294,223,3.539,228,1.109,232,0.742,246,1.176,250,1.751,252,0.963,253,0.943,261,1.202,262,2.133,265,1.457,276,1.751,277,0.359,301,0.053,306,1.256,307,0.635,312,1.938,314,1.716,322,2.433,327,3.227,331,0.716,332,2.584,334,1.093,336,2.265,339,2.62,340,0.687,343,2.205,344,1.39,347,1.457,348,1.393,350,2.737,352,1.11,356,1.093,358,1.333,360,2.989,363,0.77,380,0.72,381,3.322,384,0.863,387,2.167,388,4.001,389,4.381,395,3.108,400,1.782,402,1.238,408,3.039,411,2.446,413,4.101,414,0.913,421,1.842,452,0.916,459,0.604,461,2.633,464,1.956,467,1.634,468,2.989,469,2.577,471,1.956,485,1.607,492,1.061,496,1.691,508,4.443,514,1.662,529,3.371,535,0.929,539,1.255,544,0.575,545,0.916,554,1.061,560,1.061,572,1.957,622,1.372,637,0.973,638,0.457,639,1.369,640,0.559,641,1.544,646,2.32,665,3.539,669,1.956,692,1.249,696,1.39,744,1.555,800,1.72,808,1.39,812,1.883,813,1.294,814,3.539,815,2.446,823,2.788,828,1.607,837,1.077,851,0.72,882,1.435,918,1.03,929,2.496,946,1.555,964,3.371,993,2.433,1002,2.374,1049,2.035,1087,2.635,1103,1.59,1123,1.956,1130,2.167,1165,1.956,1205,1.435,1235,2.079,1239,3.101,1240,1.555,1286,1.883,1293,1.249,1320,2.888,1365,3.101,1366,1.794,1376,2.265,1379,1.435,1409,3.838,1515,3.258,1516,3.371,1531,4.327,1535,3.339,1540,3.995,1592,2.563,1593,4.101,1612,2.797,1618,3.539,1619,3.741,1677,1.555,1689,3.371,1711,1.521,1738,0.986,1739,4.002,1760,1.815,1762,3.539,1786,2.318,1796,2.797,1825,2.797,1826,1.061,1862,3.101,1871,2.433,1908,3.227,1993,3.101,2034,3.741,2059,5.281,2080,1.457,2120,2.374,2234,3.425,2312,2.989,2455,2.077,2497,3.227,2577,2.989,2587,3.101,2606,3.616,2628,4.333,2665,2.077,2666,2.85,2681,2.318,2783,2.635,2803,2.374,2864,2.563,2870,2.797,3229,3.371,3340,3.227,3372,3.539,3389,3.227,3404,3.371,3569,3.741,3576,4.333,3577,3.741,3578,5.481,3579,4.682,3580,5.055,3582,5.481,3583,3.995,3584,3.995,3585,4.333,3586,4.333,3587,4.333,3588,4.333,3590,3.995,3608,4.333,3609,3.539,3615,3.101,3840,3.741,3998,3.539,4155,7.289,4418,3.227,4570,4.333,4620,3.741,5551,3.995,5766,3.995,5994,5.946,6012,4.333,6647,4.848,6648,4.848,6649,4.848,6650,4.848,6651,4.848,6652,4.333,6653,4.848,6654,4.848,6655,4.848,6656,4.848,6657,4.848,6658,4.848]],["file_terms//ucsd-external-release.html",[]],["root_relative_url//uw-research-computing/tensorflow-singularity.html",[83,0.136,532,0.223,5704,3.672,6659,4.108]],["high//uw-research-computing/tensorflow-singularity.html",[5,0.508,8,0.255,198,0.166,205,0.057,3484,4.427]],["medium//uw-research-computing/tensorflow-singularity.html",[]],["content//uw-research-computing/tensorflow-singularity.html",[5,0.64,83,0.26,113,0.047,198,0.182,348,1.446,380,1.171,781,1.534,828,2.613,829,1.885,836,2.001,1118,4.412,1162,2.297,1261,2.57,1288,2.57,1293,2.032,1308,4.698,1826,1.725,1878,3.063,2080,2.37,2554,4.549,3484,4.862]],["file_terms//uw-research-computing/tensorflow-singularity.html",[]],["root_relative_url//usgs-invasivespecies.html",[2943,3.799,6660,5.462]],["high//usgs-invasivespecies.html",[5,0.508,8,0.255,640,0.453,1239,4.593,1390,4.78]],["medium//usgs-invasivespecies.html",[]],["content//usgs-invasivespecies.html",[5,0.468,6,0.427,11,2.1,20,0.282,23,2.371,26,1.335,31,3.63,38,0.893,49,1.406,50,0.732,51,2.154,52,2.472,53,2.686,55,2.351,56,1.924,58,1.975,65,1.325,69,2.86,77,2.782,83,0.249,84,2.146,86,1.955,88,1.059,90,2.057,97,0.976,100,2.409,104,2.831,112,1.618,113,0.055,118,0.649,119,2.19,123,3.338,129,0.842,136,1.728,143,3.087,148,1.2,155,1.646,159,1.335,164,0.724,171,1.49,182,0.496,185,1.728,191,1.591,192,1.9,198,0.188,199,1.466,201,0.942,205,0.072,210,0.691,212,0.45,218,2.769,222,1.47,225,1.646,227,1.425,228,1.098,240,0.478,245,0.976,246,1.165,249,1.765,254,1.734,261,0.867,278,1.83,297,3.591,301,0.06,306,1.248,307,0.628,310,0.123,314,0.962,319,2.409,330,1.443,331,0.804,342,3.338,344,0.713,347,1.443,352,0.966,361,1.674,363,0.452,377,0.461,378,0.283,381,2.1,384,1.176,402,1.515,414,0.659,418,2.409,419,2.409,421,1.082,431,2.615,440,2.666,447,0.865,452,1.612,453,1.398,459,0.598,463,7.628,472,2.1,475,2.538,479,1.49,491,3.955,498,2.769,500,1.797,522,2.057,532,0.26,540,1.148,557,0.934,558,1.256,565,1.674,584,0.92,599,1.2,620,2.015,633,1.797,636,2.304,638,0.452,640,0.514,697,0.621,707,1.148,710,2.719,744,1.539,746,1.47,760,3.955,772,1.131,776,1.2,777,1.765,788,3.705,801,2.538,812,1.865,816,1.565,818,1.924,828,1.591,829,1.58,849,2.205,851,1.122,855,1.677,877,4.823,878,4.823,911,6.85,916,4.107,918,1.02,940,2.295,965,2.686,978,1.937,989,2.351,1045,1.514,1048,1.809,1067,2.953,1080,3.338,1083,2.351,1088,2.538,1089,0.746,1123,1.937,1130,2.146,1162,1.398,1205,1.42,1235,1.314,1239,4.832,1301,2.86,1304,2.409,1379,1.42,1390,3.195,1393,1.975,1408,2.1,1422,1.937,1546,3.338,1589,2.409,1594,2.146,1596,2.769,1609,4.29,1638,3.591,1678,3.811,1685,2.769,1711,1.23,1732,2.686,1737,3.222,1745,2.065,1764,2.609,1771,3.071,1782,3.071,1786,2.295,1800,3.071,1809,2.1,1854,3.955,1908,3.195,1998,3.705,2006,3.955,2066,2.295,2084,2.193,2091,2.243,2130,2.538,2140,3.955,2150,2.538,2187,3.487,2203,2.538,2380,4.29,2549,5.206,2566,2.609,2615,2.96,2642,3.705,2661,3.338,2780,3.936,2792,4.29,2804,3.071,2813,4.226,2839,4.594,2842,3.955,2892,3.338,2901,2.86,2936,1.975,2943,5.934,2998,3.705,3242,3.955,3389,3.195,3429,3.338,3431,3.195,3440,3.705,3469,4.29,3827,4.594,3915,3.705,3941,3.705,3950,3.705,3964,4.29,4039,5.905,4236,4.29,4265,3.705,4344,3.705,4374,4.29,4489,3.705,4550,4.29,4624,3.955,4627,5.253,4639,3.505,5399,7.031,6029,4.29,6282,3.955,6307,3.955,6436,5.099,6450,3.955,6470,4.29,6661,4.8,6662,4.8,6663,4.8,6664,4.8,6665,4.8,6666,6.606,6667,4.8,6668,4.8,6669,4.8,6670,4.8,6671,4.8,6672,8.819,6673,4.8,6674,6.606,6675,4.8,6676,9.035,6677,8.137,6678,4.8,6679,4.8,6680,4.8,6681,4.8,6682,4.8,6683,4.8,6684,4.8,6685,4.8,6686,4.8,6687,7.554,6688,4.29,6689,4.8,6690,4.8,6691,4.8,6692,4.8,6693,5.905,6694,4.8,6695,4.8,6696,4.8,6697,3.955,6698,4.8,6699,4.8,6700,4.8,6701,4.8,6702,3.955]],["file_terms//usgs-invasivespecies.html",[]],["root_relative_url//uw-research-computing/docker-build.html",[83,0.136,532,0.223,4716,3.385,4771,3.672]],["high//uw-research-computing/docker-build.html",[5,0.196,8,0.098,20,0.091,39,0.493,65,0.77,94,0.478,113,0.016,136,1.004,164,0.823,193,0.47,195,1.426,198,0.102,205,0.043,271,0.713,272,0.597,307,0.575,310,0.071,337,0.724,340,0.392,377,0.422,378,0.153,385,1.186,418,1.39,438,1.843,536,0.846,537,0.918,544,0.328,545,0.523,546,1.076,547,0.162,548,0.539,550,0.724,558,1.427,559,0.58,560,0.606,561,0.571,562,0.643,563,0.918,599,0.692,637,0.642,645,0.615,654,0.846,743,0.747,746,0.539,753,0.471,817,0.793,818,1.279,821,0.933,831,1.707,853,0.77,861,0.563,1122,1.096,1185,2.021,1445,2.021,1501,1.771,6703,2.769]],["medium//uw-research-computing/docker-build.html",[6,0.143,20,0.122,163,1.043,164,0.665,195,0.826,198,0.171,201,0.55,271,0.952,284,0.702,301,0.073,307,0.365,377,0.154,514,0.55,537,0.532,547,0.094,556,0.401,557,0.312,558,1.306,582,0.514,584,0.307,641,0.326,657,1.128,683,0.647,720,2.937,721,0.346,786,0.372,817,1.18,818,1.285,820,1.415,823,0.775,831,0.989,848,0.558,851,0.414,853,0.775,855,0.407,863,0.923,1123,0.647,1171,2.715,1172,0.623,1173,0.826,1174,2.696,1176,3.635,1178,2.49,1180,2.295,1184,0.872,1185,2.696,1208,0.749,1211,0.925,1213,0.925,1221,0.925,1224,2.85,1233,1.937,1266,1.322,1275,1.026,1318,0.955,1380,0.749,1437,2.72,1445,3.999,1449,4.115,1450,1.103,1459,1.026,1502,1.026,1816,0.989,2253,1.026,2406,3.647,2431,1.434,2458,1.068,2734,1.434,2735,1.171,2772,1.322,2846,0.989,3031,1.434,3336,1.322,4718,3.943,4724,1.434,6704,1.604,6705,1.604,6706,1.604,6707,1.604,6708,1.604,6709,3.693,6710,2.786,6711,1.604,6712,2.786,6713,1.604,6714,1.604,6715,4.464,6716,2.786,6717,1.604,6718,2.295,6719,1.604,6720,1.604,6721,1.604,6722,1.604,6723,1.604,6724,1.604,6725,1.604,6726,1.604,6727,1.604,6728,1.604,6729,1.604,6730,1.604,6731,1.604,6732,1.604,6733,1.604,6734,2.786,6735,1.604,6736,1.604]],["content//uw-research-computing/docker-build.html",[1,1.997,5,0.622,6,0.649,20,0.333,26,0.901,30,1.997,38,0.603,39,0.577,42,0.336,43,0.98,49,1.042,50,0.668,65,1.669,72,2.781,75,2.555,82,0.847,83,0.107,88,0.519,93,1.222,94,1.426,97,1.226,108,2.067,113,0.045,116,1.191,119,1.644,126,0.678,128,0.989,129,0.568,133,0.474,136,1.758,139,0.775,141,0.929,142,2.294,152,2.002,159,0.901,160,0.835,161,1.263,164,1.525,168,1.054,175,1.43,177,0.692,182,0.623,187,1.307,193,0.531,195,3.48,198,0.225,200,1.379,201,0.842,204,1.056,205,0.078,208,0.937,210,0.466,212,0.171,213,1.713,214,1.118,215,0.645,217,1.668,219,0.763,220,0.944,221,0.915,226,2.267,227,1.3,232,0.76,235,0.551,237,0.741,238,0.887,239,0.86,241,2.156,242,0.678,245,0.659,257,0.752,260,0.847,263,0.577,271,2.061,272,1.07,273,0.494,277,0.627,281,1.565,283,0.887,301,0.074,307,1.18,310,0.155,314,1.208,334,1.118,337,1.768,340,0.459,348,0.594,352,0.882,356,1.118,358,0.649,359,0.887,363,0.468,367,1.307,377,0.829,378,0.287,385,1.388,397,0.786,401,1.278,414,0.445,418,1.626,424,1.468,425,1.169,428,1.13,431,1.282,452,1.139,454,0.775,459,0.958,466,1.333,469,0.944,484,1.549,486,1.388,492,1.086,494,2.257,512,1.333,535,0.621,539,0.535,540,0.775,546,2.342,547,0.551,548,0.63,552,0.603,553,0.989,556,1.241,557,1.315,558,2.57,562,0.752,580,0.612,582,1.591,584,0.621,587,2.156,596,1.944,597,1.102,599,1.508,611,0.594,622,0.896,630,2.365,631,1.213,634,0.741,636,1.13,637,0.988,639,1.401,640,0.534,641,1.009,645,1.501,688,1.48,692,0.835,695,1.168,696,0.929,697,0.556,698,1.417,699,2.638,701,1.822,702,2.171,707,0.775,708,1.186,709,1.15,715,1.997,716,1.307,717,1.17,721,1.725,722,1.665,736,1.056,739,1.813,742,1.651,743,1.338,745,1.729,746,1.495,747,3.021,750,1.307,751,1.448,752,3.374,753,1.308,757,1.388,770,1.813,772,0.763,776,0.81,781,1.495,786,2.136,793,1.282,794,2.072,801,1.713,806,1.235,809,2.042,813,0.965,816,1.056,817,1.676,818,2.515,820,1.591,821,2.278,823,0.901,827,1.307,829,1.186,831,5.493,835,0.603,836,0.822,837,0.719,838,1.139,839,0.974,840,1.111,841,0.915,842,0.944,843,0.887,844,1.056,845,1.135,846,1.13,847,0.974,848,1.54,849,0.81,850,0.974,851,1.082,852,1.056,853,2.224,854,2.033,855,1.715,856,1.092,857,1.13,858,1.056,859,1.092,860,0.974,861,1.009,862,0.989,863,2,864,1.872,865,1.15,918,0.688,931,1.549,944,2.002,957,1.448,984,1.022,997,1.48,1012,1.208,1042,3.328,1048,1.651,1051,1.417,1069,1.93,1074,1.516,1089,1.342,1090,2.755,1102,1.448,1103,0.775,1105,1.668,1107,1.48,1113,1.997,1129,1.17,1133,1.586,1134,3.328,1139,1.15,1141,2.365,1145,2.072,1162,0.944,1167,1.022,1173,3.751,1203,1.713,1216,2.372,1236,2.43,1240,1.591,1241,2.895,1244,2.895,1245,2.267,1251,2.5,1252,1.644,1259,3.899,1263,3.303,1264,4.088,1265,2.624,1266,2.669,1267,2.072,1269,1.514,1271,1.388,1275,3.174,1277,1.235,1282,1.333,1287,2.072,1290,1.997,1297,1.999,1309,1.417,1316,1.626,1318,1.701,1319,1.282,1321,1.36,1377,1.549,1379,0.959,1402,2.43,1403,2.49,1408,1.417,1415,1.813,1420,2.365,1421,4.654,1434,2.156,1440,2.156,1445,6.584,1475,1.213,1485,3.374,1495,1.36,1501,5.117,1502,3.174,1503,2.365,1505,2.318,1588,2.072,1712,1.668,1749,1.626,1809,1.417,2038,1.235,2050,2.126,2055,2.253,2080,0.974,2089,1.713,2091,1.514,2143,2.253,2165,1.869,2170,2.072,2225,2.253,2247,1.93,2290,2.072,2302,3.059,2335,2.669,2368,3.45,2390,3.899,2593,2.5,2659,1.586,2688,1.997,2750,2.5,2753,1.997,2770,5.39,2772,4.088,2850,2.43,2897,2.5,2914,2.072,2936,1.333,3212,1.997,3416,1.869,3484,1.997,3505,3.829,3694,2.669,3728,2.5,4086,2.669,4140,2.669,4446,2.669,4475,3.303,4732,2.895,4733,2.895,5493,6.591,5700,2.895,6361,2.669,6715,4.435,6718,2.669,6737,3.239,6738,3.239,6739,3.239,6740,3.239,6741,3.239,6742,3.239,6743,3.239,6744,3.239]],["file_terms//uw-research-computing/docker-build.html",[]],["root_relative_url//gis-story.html",[6693,4.882,6745,5.462]],["high//gis-story.html",[5,0.548,8,0.179,11,2.2,25,2.247,77,1.586,118,0.68,192,1.99,203,0.325,950,3.511,957,2.247,1136,2.733,1366,1.356,1524,4.742,2848,3.816,3514,4.143,3515,3.671,3516,4.143,3517,4.143]],["medium//gis-story.html",[]],["content//gis-story.html",[5,0.672,10,0.967,11,2.94,20,0.284,23,1.433,25,3.972,30,3.033,31,2.024,39,1.196,42,0.333,43,0.971,49,0.85,50,0.745,54,2.623,59,2.152,77,2.594,82,1.287,83,0.253,113,0.054,118,0.908,121,1.876,127,1.809,128,1.503,129,1.342,130,2.409,131,3.76,133,0.719,136,1.125,139,1.176,143,2.299,152,2.711,155,1.686,164,1.24,168,1.045,173,3.797,175,0.916,177,0.564,182,0.939,186,1.433,187,1.985,191,1.63,192,1.947,193,0.526,195,2.533,198,0.155,201,0.613,203,0.557,205,0.039,206,2.024,212,0.354,214,1.109,222,0.957,224,2.184,235,1.465,244,2.199,250,1.777,252,0.536,253,0.957,256,1.746,257,1.142,261,0.889,263,0.876,264,1.658,272,1.061,273,0.669,276,1.777,277,0.364,288,1.604,289,1.809,293,1.23,301,0.053,304,2.753,306,0.929,310,0.228,314,0.986,331,0.633,334,1.109,339,1.577,343,1.63,352,0.982,356,1.109,358,0.986,377,0.472,378,0.171,379,2.409,380,1.136,384,0.876,396,1.249,399,2.515,400,1.809,402,0.916,403,2.469,414,0.676,421,1.109,424,1.988,437,1.842,439,1.84,446,1.527,447,0.644,462,2.753,464,1.985,470,2.247,472,2.152,479,1.527,481,1.746,489,3.07,494,1.842,496,2.343,539,1.11,547,0.394,548,1.307,561,1.015,562,1.142,582,1.577,597,1.092,620,2.065,622,0.889,631,1.842,633,1.842,634,1.125,638,0.633,640,0.311,643,1.076,697,0.405,710,2.765,721,1.061,772,1.583,779,2.152,785,2.024,793,1.947,800,1.746,808,1.927,813,1.307,815,1.809,829,1.176,832,1.842,835,0.916,838,1.445,861,1.556,875,1.842,884,1.686,894,2.199,896,2.821,906,2.409,918,1.045,927,1.777,950,3.94,993,3.372,1003,3.213,1062,2.108,1074,2.512,1075,1.479,1081,2.247,1115,2.61,1136,4.83,1157,2.024,1160,1.658,1205,2.264,1249,2.065,1271,2.108,1277,1.876,1282,2.024,1296,2.152,1366,2.561,1393,2.765,1401,3.147,1475,1.842,1476,1.985,1524,5.986,1544,2.711,1603,1.842,1661,4.397,1675,2.674,1688,1.911,1706,3.421,1711,1.25,1732,4.601,1737,1.947,1738,1.556,1745,1.942,1755,2.469,1760,1.842,1788,1.604,1805,2.533,1822,2.674,1825,2.838,1863,2.352,1915,2.469,1957,2.352,2018,4.046,2033,4.397,2125,2.299,2178,2.409,2191,4.053,2220,3.033,2333,3.147,2340,2.533,2440,2.931,2493,3.147,2554,2.838,2559,3.275,2574,2.352,2576,2.674,2582,2.674,2604,4.053,2642,3.797,2752,4.053,2848,3.76,2994,3.421,3028,3.592,3212,3.033,3417,4.053,3432,4.472,3514,5.536,3515,4.905,3516,8.064,3517,6.775,3921,4.053,3991,4.053,3992,3.421,3999,2.838,4027,3.421,4264,3.797,4307,3.592,4351,5.536,4484,3.421,4533,4.397,4556,4.397,4844,3.592,4996,3.797,5330,4.397,5701,4.397,5951,4.397,6746,6.718,6747,6.718,6748,4.919,6749,4.919,6750,4.919,6751,4.397,6752,4.919,6753,7.651,6754,4.919,6755,7.651,6756,4.919,6757,4.919,6758,4.919,6759,4.919,6760,4.919,6761,4.919,6762,4.919,6763,4.919,6764,6.718,6765,4.919,6766,7.35,6767,4.919,6768,4.919,6769,4.919,6770,4.919,6771,4.919,6772,4.919,6773,4.397,6774,4.919,6775,4.919,6776,4.919,6777,4.919,6778,4.919,6779,4.919,6780,4.919,6781,4.919]],["file_terms//gis-story.html",[]],["root_relative_url//uw-research-computing/transfer-data-researchdrive.html",[83,0.121,310,0.094,532,0.198,6782,3.655,6783,3.655]],["high//uw-research-computing/transfer-data-researchdrive.html",[5,0.505,8,0.192,88,0.863,208,1.017,272,1.162,340,0.763,537,1.785,547,0.47,838,1.513,839,1.619,944,2.174,1398,2.092,1909,3.209,6784,4.815]],["medium//uw-research-computing/transfer-data-researchdrive.html",[150,2.4,301,0.07,454,1.879,645,1.387,1011,1.118,1202,1.765,1219,2.367,1265,2.739,1319,2.472,1410,3.314,1437,3.85,1438,3.064,2845,4.559,5062,5.37,5884,5.145,5885,5.145,6785,6.243,6786,7.856,6787,6.243,6788,8.597,6789,6.243,6790,6.243,6791,4.63,6792,3.428]],["content//uw-research-computing/transfer-data-researchdrive.html",[5,0.707,6,0.635,8,0.191,20,0.319,38,1.328,42,0.364,43,1.062,50,0.596,83,0.178,88,1.283,93,1.325,94,1.233,96,1.643,112,1.813,122,2.567,136,1.632,139,1.286,142,2.046,148,1.345,159,1.496,168,1.143,182,0.556,198,0.205,200,1.496,203,0.461,204,2.326,205,0.043,215,0.716,228,1.23,235,0.916,242,1.494,245,1.094,246,1.732,253,1.388,256,1.909,257,1.249,260,1.407,277,0.529,301,0.078,310,0.219,363,0.804,384,0.958,393,1.516,397,1.305,401,1.386,424,2.111,447,0.934,453,2.078,459,0.89,476,1.407,486,2.305,492,1.996,494,2.014,532,0.292,545,1.016,546,3.312,547,0.602,548,1.046,552,1.49,553,1.643,580,1.839,584,1.368,586,3.231,634,1.23,639,2.015,640,0.451,643,1.561,661,4.808,695,0.862,699,3.503,707,1.706,722,1.972,742,1.473,743,1.45,750,2.879,779,2.354,781,1.558,786,2.117,821,1.813,822,2.634,835,1.759,836,1.365,837,1.195,838,1.909,839,3.03,841,1.519,848,1.893,867,1.954,918,1.516,1012,1.078,1048,1.473,1098,2.572,1102,3.189,1103,1.286,1126,2.941,1133,4.466,1134,4.317,1172,2.09,1173,2.77,1253,2.924,1259,4.116,1265,4.509,1281,2.09,1319,2.825,1380,2.513,1415,3.01,1502,5.122,1508,3.741,1612,4.919,1738,1.094,1909,4.251,1913,1.697,2476,3.658,3216,2.634,3720,4.432,6364,4.808,6791,4.808,6793,5.379]],["file_terms//uw-research-computing/transfer-data-researchdrive.html",[]],["root_relative_url//uw-research-computing/quota-request.html",[83,0.136,532,0.223,6794,4.108,6795,4.108]],["high//uw-research-computing/quota-request.html",[5,0.454,8,0.228,219,1.512,572,2.059,842,2.536,1012,1.286,1537,2.402]],["medium//uw-research-computing/quota-request.html",[150,2.595,454,2.175,2247,5.061,5599,5.842,6796,7.09]],["content//uw-research-computing/quota-request.html",[5,0.579,6,0.843,20,0.292,42,0.451,150,2.034,185,1.742,193,0.713,203,0.431,205,0.073,210,0.958,219,1.568,221,1.88,222,1.295,228,1.523,238,1.823,245,1.663,246,1.984,253,1.295,260,1.742,261,1.203,263,1.185,297,3.619,301,0.07,310,0.247,328,2.067,340,1.159,358,1.638,483,2.795,492,1.789,544,0.97,547,0.519,572,2.28,586,2.687,638,0.628,640,0.598,644,2.586,708,1.592,710,2.74,781,1.295,786,1.545,787,3.261,791,3.726,827,2.687,829,1.592,837,1.479,842,2.809,843,1.823,848,1.773,851,1.214,867,2.701,1012,1.849,1028,3.91,1102,4.125,1103,2.265,1114,4.432,1134,3.042,1138,2.1,1166,2.308,1167,2.1,1232,4.259,1277,2.539,1288,2.885,1291,3.342,1293,2.28,1380,3.111,1521,1.939,1537,3.547,1541,2.913,1914,4.259,1916,3.433,2050,2.853,2062,4.432,2080,2.002,2376,3.967,2649,3.726,3758,5.486,4582,5.951,6797,6.658]],["file_terms//uw-research-computing/quota-request.html",[]],["root_relative_url//uw-research-computing/hpc-spack-setup.html",[83,0.121,532,0.198,1875,2.433,1876,1.835,6798,3.655]],["high//uw-research-computing/hpc-spack-setup.html",[5,0.187,8,0.094,20,0.218,88,0.424,146,1.935,163,2.266,193,0.567,205,0.021,245,1.231,246,1.606,253,0.515,272,0.571,340,0.375,378,0.092,447,0.554,494,1.586,537,1.404,538,1.503,544,0.314,545,0.5,547,0.388,550,0.692,559,0.554,561,0.546,637,0.774,732,1.048,817,0.765,820,0.849,867,0.725,1103,1.013,1261,1.381,1262,1.632,1450,1.677,1876,3.867,1878,1.028,1910,2.043,1913,1.336,2246,2.181]],["medium//uw-research-computing/hpc-spack-setup.html",[246,0.847,298,1.796,301,0.07,352,0.51,356,1.183,453,1.016,454,0.499,538,1.238,544,0.414,596,0.822,638,0.329,645,0.775,732,1.778,855,0.885,1184,2.853,1208,2.948,1233,4.059,1437,1.287,1876,3.778,1881,2.874,1883,4.05,1884,1.866,1888,1.465,1889,6.728,1968,2.231,2298,2.322,2445,1.168,2470,1.104,2735,4.262,2742,1.866,2833,2.547,5540,2.547,6258,2.547,6799,3.488,6800,3.488,6801,3.488,6802,7.069,6803,3.488,6804,3.488,6805,5.248,6806,4.492,6807,3.488,6808,3.488,6809,5.248,6810,6.309,6811,5.248,6812,2.088,6813,5.248,6814,2.088,6815,2.088,6816,2.088,6817,2.088,6818,4.691,6819,2.088,6820,3.488]],["content//uw-research-computing/hpc-spack-setup.html",[5,0.547,6,0.746,20,0.332,39,0.661,40,2.568,42,0.372,49,1.131,50,0.609,51,1.21,55,1.817,65,0.651,67,1.917,83,0.122,88,0.881,93,0.914,94,0.95,118,0.743,136,0.849,142,1.064,146,1.696,148,2.023,163,3.471,168,0.789,175,1.506,191,1.23,193,0.866,198,0.203,204,1.792,205,0.044,208,1.46,214,1.887,215,0.549,222,1.069,224,0.986,226,2.511,227,1.412,230,0.8,235,0.936,242,0.777,245,1.118,246,2.379,253,1.673,257,1.68,263,0.979,277,0.711,283,1.792,288,1.792,293,0.928,301,0.066,306,0.701,314,0.744,330,1.116,333,1.911,356,1.475,359,1.505,361,1.294,363,0.617,377,0.777,378,0.299,396,1.395,397,0.901,401,0.956,414,0.755,447,0.947,452,0.701,454,2.137,459,0.816,492,2.047,494,2.058,512,2.262,513,3.235,514,1.884,536,1.134,545,0.701,546,1.442,547,0.566,548,1.069,550,0.971,557,1.069,559,0.777,580,1.582,596,1.906,599,1.637,637,1.183,638,0.789,639,1.552,640,0.234,641,0.755,645,1.797,695,1.378,701,2.258,707,1.731,708,1.565,723,1.498,724,1.34,726,1.134,732,2.865,739,1.116,740,3.18,742,1.792,743,1.765,750,1.498,751,1.659,753,0.936,754,3.462,772,0.874,776,1.932,777,2.021,779,2.864,781,1.709,786,2.316,791,3.664,800,1.317,817,1.852,818,2.701,820,2.099,821,3.012,823,2.656,828,1.822,835,1.023,836,0.942,837,0.824,838,0.701,839,1.116,841,1.048,848,1.857,851,0.816,854,1.251,861,1.645,867,2.355,946,1.19,989,1.817,1002,1.817,1042,4.013,1045,2.283,1047,3.633,1048,2.216,1051,2.405,1084,1.469,1089,0.577,1090,2.511,1103,1.565,1109,3.389,1115,2.543,1119,2.47,1133,1.817,1134,2.991,1158,1.775,1170,2.374,1171,2.017,1252,2.17,1253,2.017,1261,1.21,1262,2.288,1276,2.83,1291,1.863,1316,2.759,1318,2.481,1321,2.308,1374,3.389,1403,3.286,1415,3.664,1450,2.865,1505,2.568,1539,2.692,1600,2.791,1637,2.017,1729,1.679,1755,1.863,1876,5.138,1878,1.442,1888,2.749,1904,3.058,1905,2.864,1906,3.058,1909,3.275,1911,2.71,1912,6.245,1913,2.065,1931,2.374,1933,2.017,2088,3.131,2326,4.242,2436,2.581,2445,3.664,2682,2.077,3482,3.275,3654,2.374,4049,2.211,4106,3.058,5455,5.053,6784,3.317,6802,3.317,6818,4.913,6821,5.496]],["file_terms//uw-research-computing/hpc-spack-setup.html",[]],["root_relative_url//fellowships/list.html",[6822,6.54]],["high//fellowships/list.html",[5,0.364,7,1.105,8,0.121,62,1.317,83,0.112,176,0.835,230,1.108,304,1.897,306,0.64,307,0.444,310,0.087,314,0.679,378,0.178,380,0.503,382,1.843,500,1.269,552,0.631,555,1.368,557,0.66,638,0.32,641,1.044,716,1.368,804,2.617,828,1.124,882,1.003,918,0.72,1062,1.453,1235,0.928,1267,2.169,1440,2.257,1472,1.746,1489,1.746,1785,1.897,1804,1.889,1835,2.475,2063,2.257,2570,2.02,2602,1.702,3219,2.358,4014,2.617,4109,2.794,4393,2.475,4545,2.794,6823,3.031,6824,4.592,6825,3.031]],["medium//fellowships/list.html",[304,4.486]],["content//fellowships/list.html",[5,0.54,6,0.772,7,2.742,17,2.179,20,0.303,22,2.392,23,2.032,25,1.853,31,1.706,37,2.722,38,1.109,39,0.738,42,0.281,50,0.845,56,2.032,62,3.139,65,1.224,67,2.078,77,1.88,81,1.559,82,1.559,83,0.278,84,1.853,86,1.227,94,0.716,99,1.583,101,2.556,113,0.041,115,2.001,122,1.329,126,0.868,128,1.266,129,0.727,132,1.308,133,0.871,148,1.49,151,2.556,152,1.673,155,1.421,160,0.8,176,1.879,177,1.036,198,0.187,200,1.153,203,0.451,205,0.061,207,2.883,210,0.858,212,0.314,215,0.348,216,3.151,220,1.736,225,1.421,226,2.722,228,1.596,230,1.814,232,0.635,234,1.894,238,1.632,240,0.413,241,2.76,242,0.868,246,1.006,250,1.497,252,0.451,253,0.806,271,1.797,273,0.594,276,1.497,277,0.517,278,1.581,288,1.351,289,2.565,295,1.982,301,0.033,304,4.708,306,1.801,307,0.913,310,0.222,311,1.853,312,1.208,314,1.194,316,1.208,331,0.562,334,1.821,336,1.937,337,1.559,349,3.967,358,1.398,359,1.135,363,0.562,369,2.135,377,0.67,378,0.292,380,0.616,382,4.392,384,0.738,393,1.842,396,1.052,398,4.599,402,1.109,404,2.254,408,1.894,424,1.227,437,1.552,439,1.632,440,1.673,446,1.287,447,1.101,452,0.783,453,1.208,459,0.517,467,1.397,471,1.673,475,2.192,480,1.189,494,2.231,496,1.446,500,1.552,512,1.706,522,1.776,525,2.652,526,3.199,535,1.142,540,0.991,544,0.492,545,1.126,547,0.474,549,1.853,552,1.298,554,0.907,555,2.405,557,1.159,560,0.907,565,1.446,571,1.894,573,5.899,580,0.783,596,0.977,597,0.921,611,1.279,622,0.749,624,1.227,626,2.815,629,2.502,633,1.552,634,0.948,636,1.446,638,0.762,641,1.551,643,0.907,646,1.446,697,0.729,701,1.881,716,2.405,722,1.468,739,1.791,742,1.632,744,1.329,753,1.432,755,1.673,757,1.776,770,2.32,772,0.977,776,1.036,781,1.159,786,1.876,790,3.027,801,2.192,804,3.199,812,2.315,813,0.806,818,1.208,824,2.652,828,1.975,831,2.556,837,0.921,838,0.783,845,0.948,851,0.616,853,1.94,859,1.397,880,2.231,882,2.064,884,1.421,896,1.74,904,4.033,915,2.883,918,0.881,938,2.392,950,3.068,957,1.853,973,3.151,975,1.552,983,3.705,984,1.308,985,2.784,995,1.397,1048,1.135,1051,1.814,1062,2.989,1067,1.853,1068,3.416,1072,1.982,1081,2.722,1084,1.641,1090,1.894,1102,1.853,1103,1.425,1106,3.335,1126,1.975,1129,1.497,1139,1.471,1143,3.705,1160,1.397,1165,1.673,1173,2.135,1203,2.192,1208,1.937,1231,2.081,1235,2.212,1236,2.03,1240,1.911,1247,2.03,1267,5.169,1286,1.61,1309,1.814,1318,1.421,1376,1.937,1378,2.556,1379,1.227,1398,1.61,1422,2.405,1432,3.239,1434,2.76,1440,5.077,1450,1.641,1462,3.027,1472,4.332,1486,2.392,1488,2.652,1489,3.592,1490,2.652,1511,1.814,1521,1.736,1541,1.814,1544,1.673,1575,2.254,1588,2.652,1644,3.416,1688,1.61,1713,3.027,1731,2.254,1737,1.641,1785,3.335,1788,1.943,1804,3.187,1807,3.705,1824,2.392,1826,0.907,1835,4.351,1867,2.76,1871,2.991,1925,3.705,2024,2.452,2031,2.76,2038,1.581,2050,1.776,2054,3.416,2063,3.967,2080,1.246,2120,2.03,2125,2.784,2139,2.392,2171,1.814,2207,2.03,2317,2.556,2325,2.76,2470,2.192,2552,3.027,2566,3.792,2570,4.157,2579,2.652,2582,2.254,2584,2.991,2602,2.081,2659,2.03,2681,1.982,2688,2.556,2774,2.192,2846,2.556,2868,2.392,2874,2.76,2884,2.883,2886,2.652,2986,3.239,3120,3.199,3233,2.392,3245,3.199,3340,2.76,3491,3.199,3500,2.652,3523,2.392,3532,3.199,3563,4.91,3839,3.027,4014,4.599,4049,2.47,4103,3.027,4109,3.416,4239,3.416,4393,4.351,4411,3.416,4545,6.285,5364,3.705,5403,3.199,5405,6.236,5910,3.416,6329,3.705,6528,3.705,6567,3.027,6823,3.705,6824,8.074,6825,6.236,6826,4.145,6827,4.145,6828,4.145,6829,4.145,6830,4.145,6831,4.145,6832,4.145,6833,4.145,6834,4.145,6835,4.145,6836,4.145,6837,4.145,6838,4.145,6839,4.145,6840,4.145,6841,3.705,6842,4.145,6843,4.145,6844,4.145,6845,4.145]],["file_terms//fellowships/list.html",[]],["root_relative_url//CDIS-bldg.html",[2962,3.799,6846,5.462]],["high//CDIS-bldg.html",[5,0.454,8,0.228,160,0.736,307,0.84,454,1.534,836,1.629,1261,2.092,1588,4.105,2961,5.736,2962,4.462]],["medium//CDIS-bldg.html",[]],["content//CDIS-bldg.html",[5,0.579,10,0.958,13,2.283,26,1.851,42,0.451,46,4.104,82,1.742,83,0.22,113,0.048,132,2.1,160,1.131,182,0.688,185,1.742,193,0.713,201,0.83,203,0.431,210,1.177,212,0.351,277,0.493,301,0.065,306,1.258,307,1.279,310,0.21,314,1.334,316,1.939,317,2.539,331,0.628,344,1.214,346,3.726,350,2.74,359,1.823,369,3.428,377,0.639,396,1.69,425,1.926,454,1.592,460,6.311,471,2.687,477,3.841,484,3.184,504,3.428,532,0.443,634,1.523,635,2.405,643,1.789,644,2.586,720,4.432,829,1.955,835,1.239,993,3.342,1045,2.1,1089,1.035,1101,5.951,1103,1.955,1106,3.726,1138,2.1,1150,2.58,1162,1.939,1193,5.486,1261,2.17,1382,3.967,1383,1.97,1387,5.138,1479,4.259,1526,5.138,1531,3.042,1535,3.342,1588,4.259,1593,4.105,1598,4.259,1603,2.492,1711,1.522,1738,1.663,1818,3.111,1823,5.138,1840,4.63,1841,5.486,1871,3.342,1915,3.342,1993,4.259,2024,2.74,2091,3.111,2107,3.428,2151,4.259,2152,4.432,2175,5.486,2192,3.726,2229,3.521,2335,5.486,2587,4.259,2962,4.63,2982,3.521,3161,5.138,3340,4.432,3421,4.432,3659,4.861,4409,4.432,4759,4.861,5050,5.486,5450,5.138,6096,5.951,6847,6.658,6848,6.658,6849,6.658,6850,6.658,6851,6.658,6852,6.658,6853,6.658,6854,6.658,6855,6.658,6856,6.658,6857,6.658,6858,6.658,6859,6.658,6860,6.658,6861,6.658,6862,6.658,6863,6.658]],["file_terms//CDIS-bldg.html",[]],["root_relative_url//ASP.html",[6864,6.54]],["high//ASP.html",[5,0.464,8,0.233,13,2.248,113,0.039,347,1.971,1150,2.068,1235,1.795,2125,3.063,2965,4.194]],["medium//ASP.html",[]],["content//ASP.html",[6,0.624,7,2.574,10,1.137,12,2.289,13,3.014,17,2.613,20,0.231,26,1.455,33,3.776,38,0.974,42,0.535,50,0.776,62,2.721,67,2.443,82,1.369,83,0.231,90,2.242,96,1.598,99,1.86,113,0.056,118,0.947,127,1.924,129,0.918,142,1.5,146,3.2,149,1.266,160,0.6,164,0.789,171,2.174,175,1.304,176,1.945,182,0.54,186,1.524,193,0.56,203,0.607,205,0.042,208,0.988,210,1.214,212,0.487,214,1.179,215,0.439,219,1.233,222,1.018,230,1.128,254,1.89,260,1.832,263,1.247,265,1.573,272,1.818,273,0.521,277,0.388,279,2.694,281,1.651,293,1.308,301,0.042,331,0.493,347,2.643,377,0.673,380,0.777,384,0.931,402,1.304,421,1.179,424,2.073,435,1.857,437,2.622,439,1.432,450,3.117,454,1.251,459,0.652,461,3.48,466,2.153,480,1.5,481,2.993,489,2.39,490,2.562,510,6.261,536,1.598,546,2.032,620,2.197,626,2.111,639,2.23,695,0.839,697,0.649,712,2.928,716,2.111,749,1.89,753,0.891,755,2.111,757,3.384,772,1.233,778,2.767,786,1.214,806,1.995,832,1.959,835,0.974,848,1.048,863,1.308,887,4.663,974,4.038,984,2.773,993,2.626,1000,4.677,1002,2.562,1048,1.918,1074,1.598,1075,1.573,1089,0.814,1126,2.617,1127,2.694,1129,2.53,1138,1.651,1150,2.491,1157,2.883,1159,4.555,1166,1.308,1235,2.162,1262,4.319,1275,3.347,1288,1.706,1293,1.348,1297,1.734,1385,2.39,1434,6.023,1440,6.151,1472,2.694,1491,2.767,1544,2.111,1573,3.483,1575,2.844,1596,3.018,1600,2.53,1614,3.92,1760,1.959,1770,4.038,1788,2.283,1804,2.903,1816,3.226,1819,2.339,1826,1.145,1870,4.311,1871,2.626,1913,1.651,1916,2.197,1957,2.502,2038,1.995,2040,4.677,2053,3.638,2080,1.573,2084,2.39,2091,3.273,2125,4.318,2164,4.041,2198,3.018,2211,3.483,2227,2.767,2365,4.038,2372,2.626,2471,4.038,2552,3.82,2565,3.226,2625,4.311,2657,4.677,2665,2.242,2666,2.242,2804,3.347,2870,3.018,2941,3.483,2965,4.481,3019,3.638,3216,2.562,3227,4.038,3311,3.226,3322,4.038,3846,4.871,3873,4.677,4016,4.311,4164,4.677,4181,4.038,4302,4.038,4316,4.677,4318,3.226,4484,3.638,4638,5.491,4736,4.871,4857,4.677,4869,3.638,4936,4.311,4946,5.406,5196,7.058,5402,4.311,5945,4.311,6056,4.677,6751,4.677,6865,5.232,6866,8.791,6867,7.004,6868,7.004,6869,7.896,6870,9.39,6871,5.232,6872,5.232,6873,5.232,6874,7.004,6875,5.232,6876,7.004,6877,5.232,6878,5.232,6879,5.232,6880,5.232,6881,5.232,6882,5.232,6883,5.232,6884,5.232]],["file_terms//ASP.html",[]],["root_relative_url//map/index.html",[6885,6.54]],["high//map/index.html",[5,0.606,8,0.255,638,0.677,2018,3.797]],["medium//map/index.html",[]],["content//map/index.html",[5,0.373,6,0.469,13,2.414,20,0.174,42,0.357,50,0.584,51,2.584,58,3.262,60,4.345,64,3.882,65,0.925,83,0.232,113,0.031,166,3.704,273,0.525,286,3.85,301,0.082,307,0.922,312,1.536,317,2.011,325,4.342,328,1.637,340,0.747,344,1.441,394,1.664,413,4.342,471,3.796,542,4.888,544,0.835,569,2.898,586,2.128,610,3.367,643,1.154,645,1.564,707,1.261,708,1.261,749,3.055,795,4.082,828,1.748,877,3.85,878,3.85,908,3.667,1066,2.214,1088,3.723,1103,1.261,1158,2.522,1231,2.647,1347,4.342,1403,3.979,1450,3.138,1521,2.051,1541,2.307,1636,3.373,1711,1.575,1749,3.534,1779,3.51,1819,2.357,2099,4.07,2158,4.713,2180,3.51,2315,3.042,2425,3.626,2507,2.951,2581,2.522,2615,3.251,2617,3.85,2651,4.897,2801,4.07,2814,3.85,3068,5.802,3351,8.408,3372,6.176,3407,4.345,3466,3.85,3579,5.592,3664,4.07,3691,4.713,3722,5.802,3957,4.345,4132,4.07,4380,4.345,4493,3.51,4627,4.897,4838,4.345,5256,4.713,5299,4.345,6068,4.713,6254,5.434,6289,6.294,6307,4.345,6339,4.713,6886,5.273,6887,7.041,6888,5.273,6889,5.273,6890,5.273,6891,7.041,6892,5.273,6893,7.041,6894,5.273,6895,5.273,6896,5.273,6897,5.273,6898,5.273,6899,7.041,6900,5.273,6901,5.273,6902,5.273,6903,5.273,6904,5.273,6905,7.041,6906,9.525,6907,9.525,6908,5.273,6909,7.927,6910,7.041,6911,7.041,6912,7.041,6913,7.041,6914,7.041,6915,5.273,6916,5.273,6917,5.273,6918,5.273,6919,5.273,6920,5.273,6921,5.273,6922,5.273,6923,5.273,6924,5.273,6925,5.273,6926,5.273,6927,5.273,6928,5.273,6929,5.273,6930,5.273,6931,5.273,6932,5.273,6933,5.273,6934,5.273,6935,5.273,6936,5.273,6937,5.273,6938,5.273,6939,5.273,6940,5.273,6941,5.273,6942,5.273,6943,5.273,6944,5.273,6945,5.273,6946,5.273,6947,5.273,6948,5.273,6949,5.273,6950,5.273,6951,5.273,6952,5.273,6953,7.041,6954,5.273,6955,5.273,6956,5.273,6957,5.273,6958,5.273,6959,5.273,6960,5.273,6961,5.273,6962,5.273,6963,5.273,6964,5.273,6965,5.273,6966,5.273,6967,5.273,6968,5.273,6969,5.273,6970,5.273,6971,5.273,6972,5.273,6973,8.459,6974,8.459,6975,5.273,6976,5.273,6977,5.273,6978,5.273,6979,7.041,6980,5.273,6981,5.273,6982,5.273,6983,5.273,6984,7.041,6985,7.041,6986,5.273,6987,5.273,6988,5.273,6989,7.041,6990,7.927,6991,7.041,6992,5.273,6993,5.273,6994,7.041,6995,5.273]],["file_terms//map/index.html",[]],["root_relative_url//adjacent-tissues-paper.html",[6996,4.689,6997,4.192,6998,4.689]],["high//adjacent-tissues-paper.html",[5,0.436,8,0.219,20,0.257,83,0.203,133,0.9,640,0.389,995,2.075,1557,2.943,2949,4.751,2950,5.072,2951,5.072]],["medium//adjacent-tissues-paper.html",[]],["content//adjacent-tissues-paper.html",[5,0.62,10,0.936,12,2.052,17,1.265,20,0.314,23,1.366,26,1.304,27,1.822,37,4.001,48,2.48,50,0.721,54,3.186,61,2.297,62,2.526,77,1.48,78,1.822,81,2.108,82,1.227,83,0.319,86,1.924,88,1.042,93,1.155,94,0.811,103,3.438,113,0.05,115,2.14,118,0.634,121,2.479,126,0.982,128,1.986,130,3.184,133,1.091,136,1.073,138,2.55,139,1.122,146,3.682,147,2.243,156,2.55,161,0.982,166,3.038,169,2.192,171,1.456,176,1.155,177,0.538,182,0.874,191,1.555,200,1.304,201,0.585,208,0.886,210,0.675,211,4.045,212,0.394,220,1.366,222,1.265,230,1.402,239,2.248,244,2.097,249,1.725,250,2.91,251,1.969,261,1.348,263,0.835,273,0.467,278,1.788,279,2.415,281,1.48,286,3.425,288,1.529,289,1.725,290,4.649,293,1.173,295,2.243,296,3.62,301,0.059,306,1.41,310,0.167,316,1.366,318,1.504,328,2.317,330,1.41,331,0.704,334,1.465,336,2.192,337,1.701,343,1.555,348,1.192,351,1.504,352,0.686,356,1.057,368,1.433,380,0.965,384,0.835,394,2.051,404,2.55,405,2.625,406,2.052,408,2.143,414,0.644,424,1.924,434,2.706,436,5.018,439,1.284,446,2.018,447,0.614,452,1.228,459,0.585,471,3.252,476,1.227,480,2.14,481,1.665,485,2.474,488,2.795,489,2.143,490,2.297,493,3.001,514,1.608,522,2.01,532,0.254,539,0.775,565,1.636,586,1.893,597,1.657,626,1.893,628,2.795,629,1.969,639,1.324,640,0.594,704,1.93,711,2.574,713,2.415,744,1.504,747,3.602,772,1.105,782,1.857,813,0.913,829,1.555,835,0.873,837,1.042,849,1.173,851,0.697,875,1.756,880,1.756,881,3.112,882,2.504,896,1.969,906,2.297,915,3.262,928,2.625,931,2.243,936,3.487,945,3.348,984,2.051,1012,1.614,1062,2.786,1068,3.865,1074,2.28,1089,0.729,1157,1.93,1158,2.243,1160,1.581,1203,2.48,1252,1.555,1259,2.706,1383,1.924,1408,2.052,1511,2.845,1541,3.831,1546,3.262,1557,4.047,1597,3.122,1601,4.009,1642,2.143,1658,2.55,1677,1.504,1688,1.822,1690,3.639,1707,3.122,1708,5.018,1711,0.873,1739,2.297,1743,2.892,1798,4.193,1826,1.026,1888,2.73,1931,3.001,1972,2.354,1997,2.55,2088,2.243,2098,3.425,2107,4.624,2138,2.706,2173,3.639,2324,2.48,2455,2.01,2476,2.143,2505,2.706,2522,4.193,2588,2.48,2602,2.354,2750,7.454,2815,3.62,2875,3.122,2889,3.62,2949,3.62,2950,7.833,2951,6.64,2954,3.001,3123,3.262,3203,3.425,3247,5.018,3313,3.425,3317,3.262,3331,3.865,3336,3.865,3362,3.122,3475,4.193,3775,4.747,3835,3.865,3862,4.193,4013,2.795,4318,2.892,4571,3.865,4651,3.865,4887,5.812,5382,3.865,5438,5.812,5439,5.812,5485,3.865,6253,4.193,6254,5.018,6323,4.193,6841,4.193,6997,4.193,6999,6.502,7000,6.502,7001,6.502,7002,8.058,7003,8.463,7004,8.463,7005,6.502,7006,4.193,7007,4.69,7008,6.502,7009,4.69,7010,4.69,7011,4.69,7012,7.462,7013,6.502,7014,4.69,7015,4.69,7016,4.69,7017,4.69,7018,4.69,7019,4.69,7020,4.69,7021,4.69,7022,4.69,7023,4.69,7024,4.69,7025,4.69,7026,4.69,7027,4.69,7028,4.69,7029,4.69,7030,4.69]],["file_terms//adjacent-tissues-paper.html",[]],["root_relative_url//NIAID.html",[7031,6.54]],["high//NIAID.html",[5,0.454,8,0.228,149,1.029,396,1.629,755,2.59,1138,2.024,1804,2.359,1818,2.998,1913,2.024,2989,4.952]],["medium//NIAID.html",[]],["content//NIAID.html",[7,2.507,10,1.243,11,2.174,16,3.208,17,2.59,20,0.294,29,1.827,43,1.336,50,0.551,62,1.93,83,0.314,88,1.084,94,1.169,99,1.32,107,2.784,113,0.056,141,1.425,149,1.508,152,2.005,155,1.704,156,2.702,157,2.867,160,0.776,164,1.02,165,2.494,171,1.543,175,0.925,182,0.699,189,3.064,192,1.967,198,0.115,201,0.62,203,0.559,208,0.939,212,0.456,220,1.448,250,1.795,251,2.086,252,0.737,253,0.967,265,2.034,277,0.501,283,1.361,288,1.62,289,1.827,301,0.054,306,0.939,307,0.65,310,0.212,312,1.971,314,0.996,317,1.895,318,1.594,325,3.064,331,0.814,332,3.208,333,2.559,334,1.12,339,1.594,343,1.647,344,1.283,348,1.241,358,1.355,359,1.361,363,0.638,371,3.961,378,0.235,380,1.142,384,0.885,396,1.261,400,2.487,402,0.925,411,1.827,439,1.361,444,3.308,447,0.886,459,0.62,461,3.045,464,2.005,469,1.448,477,2.867,479,2.1,480,1.425,490,2.434,500,2.533,501,2.221,508,2.702,512,2.045,520,4.095,540,1.839,542,3.064,543,2.174,554,1.087,565,1.733,596,1.171,599,1.692,622,1.222,629,2.086,638,0.468,692,1.28,693,1.967,699,2.174,745,1.425,755,2.005,777,1.827,779,2.174,793,1.967,822,3.313,832,1.86,835,0.925,841,1.91,894,2.221,904,2.628,916,2.702,918,1.634,939,4.442,993,2.494,1003,2.376,1045,1.568,1047,2.494,1049,2.086,1062,2.899,1070,2.961,1130,2.221,1138,1.568,1152,1.895,1153,2.559,1160,2.28,1162,1.448,1269,2.322,1282,2.045,1316,2.494,1379,2.276,1404,2.867,1473,3.835,1495,2.086,1514,2.628,1515,3.767,1518,3.835,1530,2.628,1544,2.005,1576,2.867,1621,4.304,1623,2.221,1641,2.867,1642,2.27,1667,1.448,1684,4.442,1687,3.456,1711,1.259,1734,2.867,1735,2.781,1745,2.192,1755,2.494,1767,3.835,1772,2.961,1788,1.62,1795,3.064,1804,3.604,1818,2.322,1824,2.867,1858,3.835,1859,3.628,1860,4.504,1862,5.937,1863,3.235,1864,6.68,1868,3.628,1878,1.93,1913,2.725,2018,2.628,2020,4.095,2035,3.179,2036,4.583,2079,2.867,2082,3.628,2084,2.27,2098,3.628,2156,3.308,2174,3.456,2181,4.304,2217,4.442,2220,3.064,2229,4.067,2360,3.456,2476,2.27,2549,3.179,2559,3.308,2565,3.064,2566,3.678,2572,2.867,2665,2.129,2666,2.899,2783,2.702,2791,3.456,2870,2.867,2916,4.095,2965,4.328,3011,3.179,3250,3.628,3255,3.179,3395,4.442,3501,4.095,3848,4.095,3861,2.961,4069,3.628,4074,4.095,4092,4.442,4237,3.835,4415,3.179,4584,3.835,4587,5.936,4588,5.936,4637,6.373,4638,4.705,4946,5.221,5375,6.338,5455,3.835,5853,4.442,6606,4.442,7032,6.047,7033,6.765,7034,4.969,7035,4.969,7036,4.969,7037,4.969,7038,4.969,7039,8.257,7040,4.969,7041,4.969,7042,4.969,7043,4.969,7044,6.765,7045,4.969,7046,4.969,7047,4.969,7048,4.969,7049,4.095,7050,4.969]],["file_terms//NIAID.html",[]],["root_relative_url//events/2023/07/throughput-computing-2023.html",[113,0.028,1846,3.619,7051,4.689]],["high//events/2023/07/throughput-computing-2023.html",[5,0.35,8,0.176,113,0.029,139,1.182,252,0.539,264,1.667,301,0.039,331,0.466,451,3.292,669,1.996,697,0.407,943,1.441,1165,1.996,1586,2.422,1825,2.853,1826,1.476,1913,1.56,2038,1.886,2125,2.311,3035,2.689,3041,2.689,4382,3.439,7052,4.421]],["medium//events/2023/07/throughput-computing-2023.html",[]],["content//events/2023/07/throughput-computing-2023.html",[7,2.264,8,0.184,10,1.208,11,2.26,12,3.039,13,2.381,33,2.47,38,0.962,42,0.35,43,1.02,46,2.593,49,0.893,77,2.191,83,0.277,104,2.214,113,0.056,116,1.899,122,1.657,126,1.082,139,1.661,140,3.186,141,1.482,149,1.521,182,0.81,186,2.444,188,1.372,193,0.553,201,0.644,208,0.976,210,0.744,212,0.414,215,0.434,222,1.005,224,1.372,234,2.36,246,1.254,252,0.563,257,1.612,265,2.359,273,0.692,288,1.684,306,0.976,310,0.133,312,2.023,314,1.681,316,1.505,331,0.868,332,2.698,344,1.3,347,1.553,349,3.439,352,0.755,356,1.164,377,0.496,378,0.241,380,0.767,384,0.92,388,2.414,393,1.098,397,1.254,399,1.934,406,2.26,414,1.077,425,1.636,441,3.585,451,3.439,459,0.978,461,2.045,466,2.126,470,2.36,471,2.085,480,1.482,504,2.66,508,3.776,532,0.28,559,1.082,620,2.169,622,0.934,633,2.6,639,1.459,641,1.412,643,1.52,669,2.085,683,2.085,690,4.138,696,1.482,697,0.78,708,1.235,717,1.866,726,1.578,739,1.553,744,1.657,806,1.97,823,1.436,827,2.085,828,1.712,832,1.934,861,1.05,879,2.981,884,1.771,916,3.776,918,1.667,927,1.866,943,2.792,984,1.63,985,2.414,997,2.36,1002,2.53,1007,2.6,1012,1.035,1123,2.085,1150,1.63,1157,3.603,1158,3.321,1160,2.645,1162,2.285,1165,3.638,1166,2.254,1293,1.331,1297,1.712,1330,3.078,1366,1.393,1383,2.483,1475,1.934,1488,3.305,1491,2.732,1531,2.36,1570,4.561,1577,3.486,1592,2.732,1658,2.808,1677,1.657,1711,1.629,1712,2.66,1729,2.122,1734,4.007,1737,2.045,1738,1.706,1745,1.311,1818,3.666,1822,4.759,1825,2.981,1826,1.52,1827,3.987,1834,6.132,1851,3.439,1855,4.138,1871,2.593,1872,3.593,1878,2.007,1913,2.647,2038,3.199,2064,3.439,2080,2.088,2083,2.732,2171,2.26,2177,2.808,2207,2.53,2315,2.981,2385,3.439,2437,3.305,2566,2.808,2681,2.47,2799,3.439,2911,3.078,3035,4.561,3036,4.618,3037,4.257,3038,5.456,3039,3.305,3040,6.055,3041,4.561,3042,3.987,3043,3.987,3044,3.772,3045,3.305,3123,3.593,3232,4.283,3308,4.83,3397,4.618,3609,5.071,3751,3.772,3809,4.618,3857,3.593,4320,3.772,4382,4.83,4409,5.223,4575,4.618,4652,4.618,5393,6.913,5653,4.257,5654,4.618,7052,7.499,7053,6.208,7054,5.166,7055,5.166,7056,5.166,7057,5.166,7058,5.166,7059,5.166,7060,5.166,7061,5.166,7062,5.166,7063,5.166,7064,5.166,7065,4.618,7066,5.166,7067,5.166,7068,5.166,7069,5.166,7070,6.945,7071,5.166]],["file_terms//events/2023/07/throughput-computing-2023.html",[]],["root_relative_url//materials-science.html",[62,2.122,7072,5.462]],["high//materials-science.html",[5,0.464,8,0.233,20,0.216,62,2.547,83,0.216,113,0.039,344,0.974,640,0.414,2079,3.782]],["medium//materials-science.html",[]],["content//materials-science.html",[5,0.646,6,0.445,8,0.178,10,1.11,13,1.712,20,0.317,22,2.88,23,2.41,28,3.324,34,3.853,38,1.263,42,0.561,43,1.34,50,0.553,54,2.643,59,2.184,62,3.763,69,4.929,70,2.714,77,1.575,78,1.939,81,1.306,83,0.307,93,1.23,113,0.058,115,1.432,118,0.675,121,2.588,128,2.073,132,1.575,133,1.127,137,3.645,146,2.281,150,2.073,159,1.388,170,1.869,171,2.107,176,1.899,182,0.894,188,1.326,193,0.825,198,0.191,201,0.622,203,0.616,204,1.628,205,0.04,208,0.943,212,0.456,221,1.41,224,1.326,225,1.712,227,1.663,228,1.142,234,3.78,244,3.034,246,1.871,252,0.942,254,2.785,256,1.772,257,1.159,260,1.306,261,1.226,263,0.889,264,1.683,273,0.676,277,0.571,293,1.697,301,0.04,306,1.456,310,0.222,313,2.88,318,1.601,328,1.55,331,0.727,344,1.145,348,1.245,351,1.601,358,1,368,1.525,380,0.741,402,1.263,403,2.506,421,1.53,424,1.477,427,3.194,429,3.853,435,1.772,439,1.858,440,2.739,447,0.888,452,0.943,460,3.853,467,1.683,471,2.739,485,2.556,496,2.689,516,2.794,532,0.418,535,1.301,539,0.825,543,2.184,557,0.971,561,1.03,597,1.109,611,1.245,624,1.477,634,1.552,636,2.367,637,0.992,638,0.471,639,1.916,640,0.522,701,1.346,710,2.055,726,1.525,744,1.601,772,1.599,778,2.64,814,4.955,829,1.194,838,0.943,861,1.015,867,1.858,875,1.869,881,3.534,882,2.008,887,3.324,910,4.114,912,3.472,918,1.061,929,2.571,972,3.324,973,2.64,1049,2.096,1062,3.304,1074,1.525,1089,1.055,1102,2.232,1103,1.194,1138,2.432,1249,2.096,1277,1.904,1319,1.976,1366,1.83,1383,1.477,1422,2.739,1486,2.88,1489,4.596,1525,4.114,1537,1.869,1557,2.387,1614,2.794,1668,3.853,1711,0.929,1738,1.759,1755,2.506,1766,2.975,1782,3.194,1788,1.628,1791,2.445,1805,2.571,1916,2.096,1964,3.194,1997,2.714,2024,2.055,2051,2.88,2053,3.472,2066,2.387,2084,2.281,2091,2.333,2114,2.975,2119,6.892,2138,2.88,2165,2.88,2170,3.194,2572,2.88,2573,3.472,2584,2.506,2602,2.506,2665,2.139,2666,2.139,2670,2.975,2788,2.64,2850,2.445,2984,3.194,3233,3.915,3317,3.472,3322,3.853,3482,2.975,3483,2.975,3500,3.194,3551,3.853,3854,3.645,3949,4.114,3999,2.88,4031,3.194,4055,3.853,4238,3.645,4385,3.324,4808,4.463,5448,4.114,6316,4.463,6567,3.645,6773,4.463,7073,6.786,7074,9.524,7075,4.992,7076,7.71,7077,4.992,7078,6.786,7079,7.71,7080,6.786,7081,6.066,7082,4.992,7083,4.992,7084,4.463,7085,4.992,7086,4.992,7087,4.992,7088,4.992,7089,4.992,7090,4.992,7091,4.992]],["file_terms//materials-science.html",[]],["root_relative_url//Anirvan-Showcase.html",[1776,4.216,2074,4.501]],["high//Anirvan-Showcase.html",[5,0.464,8,0.233,20,0.216,54,2.248,115,1.88,235,1.116,640,0.414,1250,4.194,2073,5.06]],["medium//Anirvan-Showcase.html",[]],["content//Anirvan-Showcase.html",[0,2.83,7,2.604,10,1.15,16,2.079,17,1.443,20,0.264,39,0.953,41,4.914,42,0.363,43,1.057,49,1.38,50,0.788,54,2.438,56,2.072,61,4.46,65,0.939,71,5.665,72,2.203,83,0.292,86,1.584,97,1.446,98,2.834,101,3.3,107,2.203,113,0.054,116,2.615,122,1.716,133,0.783,148,1.338,149,1.42,159,1.977,164,1.072,165,3.57,169,1.804,171,1.661,173,5.489,175,0.996,177,0.614,181,2.986,193,0.573,198,0.124,201,0.667,203,0.46,205,0.063,206,2.927,208,1.011,212,0.375,215,0.449,222,1.384,227,1.154,235,0.911,240,0.533,244,3.179,252,0.775,253,1.041,260,1.4,261,1.538,262,1.716,273,0.709,276,2.568,277,0.527,287,2.687,298,3.662,301,0.07,306,1.343,310,0.137,314,1.072,331,0.67,334,1.206,344,0.795,352,0.783,358,1.072,363,0.505,377,0.514,393,1.137,396,1.358,401,1.379,402,1.324,421,1.996,441,2.445,452,1.011,459,0.667,461,2.119,479,2.207,480,1.535,489,2.445,527,2.621,538,1.899,539,0.884,547,0.417,552,0.996,554,1.171,573,3.908,584,1.363,627,2.785,634,1.224,636,1.867,638,0.505,640,0.449,657,1.635,669,2.87,695,0.858,708,1.28,714,3.189,731,2.501,741,2.294,773,2.91,782,2.119,799,3.722,800,1.899,815,1.968,837,1.189,838,1.011,845,1.224,847,1.609,881,3.417,884,2.438,894,2.392,927,2.568,942,2.621,943,2.58,1084,2.815,1087,2.91,1113,3.3,1115,2.079,1128,2.342,1150,2.932,1153,2.756,1157,2.203,1221,3.088,1235,1.465,1250,4.549,1252,1.774,1271,2.294,1297,1.774,1304,2.687,1376,2.501,1415,2.995,1422,2.16,1514,2.83,1535,2.687,1539,2.621,1549,3.908,1553,5.831,1597,3.563,1603,2.004,1623,2.392,1642,2.445,1678,3.088,1754,3.483,1764,3.866,1771,3.424,1783,5.317,1815,3.249,1816,3.3,1817,2.501,1818,2.501,1819,2.392,1853,2.83,1964,4.549,2015,5.86,2073,6.568,2074,7.95,2075,6.357,2076,7.139,2077,4.784,2148,3.722,2164,3.088,2372,2.687,2755,3.189,2850,2.621,2991,3.424,3255,3.424,3259,3.563,3268,4.41,3269,3.3,3274,3.3,3339,3.088,3676,4.784,3845,5.554,3941,4.131,3942,4.41,4301,3.908,4485,4.131,5362,4.784,5512,6.213,5658,6.357,7053,4.784,7092,5.352,7093,5.352,7094,5.352,7095,7.111,7096,5.352,7097,5.352,7098,7.986,7099,5.352,7100,5.352,7101,5.352,7102,5.352,7103,5.352,7104,5.352,7105,5.352,7106,5.352,7107,5.352,7108,5.352,7109,5.352,7110,5.352]],["file_terms//Anirvan-Showcase.html",[]],["root_relative_url//bat-genomics.html",[7111,4.501,7112,5.462]],["high//bat-genomics.html",[5,0.427,8,0.215,186,1.757,205,0.048,271,1.554,301,0.048,523,3.376,654,1.843,1574,3.594,2641,2.885,3343,3.859,7111,4.971,7113,5.392]],["medium//bat-genomics.html",[]],["content//bat-genomics.html",[0,2.221,7,2.291,20,0.31,26,1.673,37,1.919,40,1.963,42,0.408,49,1.04,50,0.779,51,1.369,53,2.351,54,2.631,55,3.442,57,2.632,61,2.057,63,2.59,64,2.946,65,0.737,81,1.099,82,1.099,83,0.307,84,1.878,86,2.08,87,2.796,90,1.8,93,1.482,96,1.283,99,1.116,101,2.59,104,1.8,108,1.44,113,0.048,114,2.811,115,1.205,118,0.813,119,1.392,122,1.347,124,2.109,126,0.88,128,1.283,147,2.009,149,1.354,160,0.482,161,0.88,165,2.109,166,1.963,168,0.893,171,1.304,177,0.482,181,2.028,182,0.873,185,1.099,186,2.047,187,1.695,199,1.283,200,2.258,201,0.524,202,2.687,203,0.576,205,0.064,209,2.503,210,0.605,212,0.222,220,2.047,222,0.817,227,0.906,228,1.607,229,2.796,230,0.906,233,2.351,234,1.919,235,0.715,236,2.057,240,0.419,246,1.019,249,1.544,250,1.517,252,0.655,254,1.517,256,1.491,257,0.975,261,1.087,262,1.929,271,1.55,276,1.517,277,0.311,283,1.15,284,1.838,289,1.544,299,2.503,301,0.061,306,1.644,310,0.154,314,0.842,319,2.109,328,1.867,331,0.396,332,1.632,334,1.356,344,0.624,348,0.77,351,1.347,356,0.947,358,0.842,359,1.15,363,0.723,371,2.163,382,2.284,384,1.071,393,1.493,396,1.527,401,1.55,402,1.308,405,2.351,406,1.838,408,1.919,414,0.577,419,2.109,421,1.584,428,1.465,440,1.695,441,2.748,446,1.304,447,1.004,452,1.681,453,1.224,466,1.729,470,1.919,475,2.221,479,1.867,480,1.725,489,1.919,505,2.59,523,2.351,539,0.994,540,1.004,545,0.793,554,0.919,627,1.465,634,1.376,637,0.614,640,0.534,654,1.838,697,0.346,726,1.283,740,1.729,744,2.461,746,0.817,754,2.221,772,1.656,777,2.212,782,1.663,799,2.921,812,1.632,824,4.909,827,1.695,828,1.392,832,2.631,851,1.206,861,1.56,874,4.392,882,2.08,886,4.957,911,6.051,918,1.493,928,2.351,930,1.878,931,2.009,950,2.163,963,3.242,965,2.351,978,1.695,982,2.057,989,2.057,993,3.02,996,3.709,1012,0.842,1066,1.764,1074,1.283,1078,2.423,1079,1.8,1081,1.919,1084,1.663,1087,2.284,1118,2.351,1126,1.994,1160,1.416,1167,1.325,1231,2.109,1235,1.647,1299,3.709,1304,2.109,1319,1.663,1320,2.503,1376,1.963,1382,2.503,1385,1.919,1389,2.59,1408,2.632,1409,2.423,1418,2.351,1422,3.41,1476,1.695,1495,2.526,1506,2.921,1509,2.163,1516,2.921,1526,3.242,1535,2.109,1539,2.057,1541,2.632,1554,2.796,1561,2.921,1576,2.423,1588,2.687,1589,3.02,1634,2.351,1658,3.27,1667,1.224,1672,2.284,1677,1.347,1689,2.921,1690,2.351,1697,5.108,1711,0.782,1739,2.946,1745,1.066,1755,3.02,1773,3.755,1785,3.367,1809,3.075,1813,5.424,1826,0.919,1853,2.221,1863,2.009,1989,2.423,2024,1.729,2038,1.602,2052,3.242,2084,1.919,2088,2.877,2101,5.679,2113,3.067,2120,2.057,2139,2.423,2162,2.796,2166,3.242,2173,3.367,2181,2.351,2216,3.242,2312,2.59,2476,1.919,2505,2.423,2576,2.284,2581,2.009,2620,2.284,2641,2.009,2649,2.351,2679,2.687,2806,3.933,2820,3.367,2901,3.584,2947,3.242,3204,4.643,3206,3.461,3305,2.503,3343,3.848,3432,4.005,3455,2.796,3553,3.242,3592,2.351,3836,3.461,3941,3.242,3946,3.242,3949,3.461,3954,3.755,4045,3.242,4088,3.461,4237,3.242,4245,3.461,4255,6.859,4415,2.687,4479,2.921,4488,3.242,4493,5.108,4627,2.921,4634,4.957,4642,3.461,4688,3.461,4706,4.392,5403,3.242,5485,3.461,5941,7.873,6099,3.461,6308,6.282,6336,3.461,6423,4.957,6525,3.755,6529,3.755,6702,5.791,7111,7.746,7113,3.755,7114,4.2,7115,6.015,7116,9.767,7117,4.2,7118,4.2,7119,6.015,7120,8.9,7121,4.2,7122,4.2,7123,7.028,7124,4.2,7125,7.673,7126,4.2,7127,4.2,7128,4.2,7129,3.755,7130,4.2,7131,6.015,7132,4.2,7133,4.2,7134,4.2,7135,3.755,7136,4.2,7137,4.2,7138,4.2,7139,4.2,7140,4.2,7141,4.2,7142,4.2,7143,4.2,7144,4.2,7145,4.2,7146,3.755,7147,4.2,7148,4.2,7149,4.2,7150,4.2,7151,3.755]],["file_terms//bat-genomics.html",[]],["root_relative_url//uw-research-computing/github-remote-access.html",[83,0.121,397,0.887,532,0.198,7152,3.655,7153,3.655]],["high//uw-research-computing/github-remote-access.html",[5,0.324,8,0.163,43,0.902,97,0.929,148,1.143,205,0.036,208,0.863,272,0.986,340,0.648,363,0.602,397,1.109,537,1.515,538,1.622,596,1.077,639,1.291,692,1.178,742,1.749,743,1.985,841,1.803,1962,3.128,2470,3.377,3343,2.924]],["medium//uw-research-computing/github-remote-access.html",[301,0.058,514,1.541,538,1.595,547,0.264,596,1.487,598,2.201,617,2.009,841,2.06,1181,4.018,1233,5.073,1276,2.315,1354,3.282,1459,2.875,1962,2.201,2470,4.183,2735,3.282,3686,3.469,3707,3.282,3986,3.282,4525,5.642,6258,3.282,7154,4.495,7155,4.495,7156,4.495,7157,4.495,7158,4.495,7159,4.495,7160,4.495,7161,6.311,7162,7.294,7163,4.495,7164,4.495,7165,4.495,7166,4.495]],["content//uw-research-computing/github-remote-access.html",[5,0.634,20,0.325,26,1.197,42,0.292,43,1.73,50,0.477,77,1.358,84,1.924,88,0.69,90,1.845,93,1.061,94,1.472,96,1.315,97,1.853,99,1.892,104,1.845,113,0.025,129,0.755,136,1.949,141,2.043,142,1.756,148,1.531,160,0.89,161,0.902,182,0.445,192,3.546,193,0.655,198,0.142,199,1.315,200,1.197,201,0.763,205,0.072,208,1.346,210,0.62,215,0.752,224,1.143,226,1.967,227,0.928,240,0.429,242,1.784,257,1.801,264,1.451,276,1.555,277,0.607,281,1.358,283,1.179,291,2.754,293,1.077,301,0.065,314,0.863,327,2.866,358,0.863,361,1.502,363,0.871,377,0.875,397,1.883,399,1.612,400,1.583,401,2.112,414,0.841,424,1.274,431,1.704,447,1.016,452,0.813,453,2.075,492,1.918,502,2.655,544,0.511,545,0.813,547,0.574,550,1.126,556,1.077,557,1.191,580,1.466,596,1.679,622,0.778,637,1.246,639,2.61,640,0.387,645,1.946,654,1.87,695,0.981,699,1.884,707,1.029,709,1.528,717,2.573,723,1.738,726,1.315,739,1.294,740,1.772,741,1.845,742,2.495,743,2.587,745,1.235,749,1.555,751,2.737,753,0.733,754,3.238,778,2.277,781,1.386,786,2.035,791,2.409,795,3.153,809,1.772,813,0.838,815,1.583,820,2.285,821,2.402,823,2.369,835,1.326,836,1.093,837,0.956,838,1.656,839,1.294,841,2.726,848,1.227,849,1.077,861,1.245,864,1.336,867,1.179,923,2.754,946,1.963,951,2.797,984,1.358,1042,3.545,1072,2.059,1088,2.277,1089,0.952,1095,2.754,1096,4.558,1103,1.029,1123,1.738,1127,2.217,1205,1.274,1216,2.059,1240,1.381,1254,3.328,1256,2.655,1265,4.103,1276,4.513,1277,1.642,1282,1.772,1286,1.672,1293,1.836,1297,2.029,1329,4.955,1401,3.917,1402,2.109,1479,3.917,1608,2.341,1640,3.987,1749,4.276,1750,5.202,1878,2.768,1909,2.565,1962,4.991,2066,2.059,2178,4.464,2330,4.343,2368,2.994,2381,3.143,2448,2.994,2470,5.418,2502,5.473,2507,2.409,2508,3.323,2519,5.045,2764,3.548,2838,2.866,3216,2.109,3241,5.871,3310,3.848,3343,5.45,3464,3.323,3468,3.848,3654,2.754,3774,3.848,3986,4.47,4393,3.143,4558,3.848,5493,3.548,5570,5.473,6361,5.045,7167,4.305,7168,9.114,7169,4.305,7170,4.305,7171,6.122,7172,4.305,7173,4.305]],["file_terms//uw-research-computing/github-remote-access.html",[]],["root_relative_url//NIAID-ACE-students-attend-OSG-User-School.html",[17,0.807,149,0.48,638,0.282,1157,1.232,1864,2.082,4583,2.676,4637,2.311]],["high//NIAID-ACE-students-attend-OSG-User-School.html",[5,0.454,8,0.228,17,1.73,149,1.029,347,1.929,638,0.605,1150,2.024,1157,2.641,1855,3.823,2989,4.952]],["medium//NIAID-ACE-students-attend-OSG-User-School.html",[]],["content//NIAID-ACE-students-attend-OSG-User-School.html",[0,2.339,5,0.313,6,0.556,10,1.272,17,2.559,20,0.284,42,0.561,50,0.692,53,2.475,54,2.139,81,1.632,83,0.325,86,1.309,98,1.57,99,1.657,108,1.516,112,1.491,113,0.057,114,2.067,118,0.977,128,2.209,133,0.647,142,1.268,143,2.916,148,1.106,149,1.576,156,2.404,168,0.94,169,1.491,175,1.346,176,1.09,177,0.829,182,0.457,184,2.166,186,1.288,188,1.175,193,0.473,198,0.102,200,1.23,201,0.551,203,0.468,205,0.05,208,0.835,210,0.637,212,0.453,215,0.524,218,3.6,221,1.249,224,1.175,230,0.954,235,1.062,243,3.076,252,0.788,264,1.491,265,1.876,271,1.14,272,0.954,273,0.622,289,1.626,293,1.106,309,1.491,310,0.213,311,1.977,312,1.288,328,2.244,331,0.781,332,1.718,333,2.278,337,1.157,339,1.418,344,1.166,347,2.49,348,0.811,358,0.886,361,1.543,371,2.278,377,0.425,378,0.154,380,1.166,384,1.287,393,0.94,396,1.584,401,1.608,402,1.161,403,2.22,405,2.475,406,1.935,408,2.021,411,1.626,414,0.607,432,2.067,433,3.848,439,2.15,440,1.785,447,0.579,459,0.551,461,2.862,465,1.895,469,1.288,474,2.552,475,2.339,483,1.857,489,2.021,497,2.021,501,1.977,508,2.404,527,2.166,532,0.24,540,1.058,599,1.106,620,2.62,622,1.307,624,1.309,634,1.012,637,0.647,638,0.85,640,0.594,641,0.899,688,2.021,692,1.14,695,1.159,722,1.09,726,1.906,739,1.876,772,1.042,774,2.984,808,1.268,810,2.278,812,1.718,828,1.466,836,1.123,851,0.657,861,0.899,867,1.211,894,2.789,916,2.404,918,1.536,930,1.977,940,2.115,943,1.818,972,2.944,978,1.785,985,2.067,996,2.727,1062,2.674,1066,1.857,1074,1.906,1075,2.49,1083,2.166,1088,2.339,1089,0.688,1127,2.278,1138,1.395,1150,2.933,1152,1.686,1157,1.82,1159,2.552,1160,1.491,1167,1.969,1205,1.309,1249,1.857,1252,2.745,1269,2.916,1282,1.82,1366,1.193,1383,1.309,1422,2.518,1475,1.656,1514,3.3,1515,3.056,1521,1.288,1543,2.552,1576,2.552,1614,2.475,1618,3.229,1621,2.475,1626,3.848,1634,2.475,1677,2.001,1687,3.076,1711,1.161,1734,2.552,1735,2.475,1738,0.899,1745,1.123,1778,2.552,1786,2.115,1804,2.888,1805,3.213,1818,2.067,1824,4.172,1858,3.414,1859,3.229,1860,2.944,1862,5.498,1863,3.756,1864,6.273,1866,3.953,1913,1.969,1988,3.076,1997,3.392,2063,2.944,2066,2.115,2072,3.076,2084,2.021,2101,2.552,2113,3.229,2125,2.067,2130,2.339,2133,3.848,2146,5.958,2181,3.492,2229,2.339,2267,3.229,2325,2.944,2372,2.22,2455,1.895,2554,2.552,2555,3.076,2584,2.22,2615,2.727,2620,2.404,2665,3.098,2666,3.098,2682,3.492,2755,2.635,2820,4.046,2965,2.829,2989,3.414,3035,2.404,3277,3.414,3339,2.552,3373,3.229,3440,3.414,3533,3.229,3611,2.944,3882,3.644,4038,3.414,4044,3.644,4146,3.644,4385,2.944,4409,2.944,4415,3.992,4587,6.392,4588,5.581,4589,3.953,4633,3.414,4637,4.816,4638,3.076,4709,3.953,5115,6.463,5373,7.683,5375,6.472,5380,3.953,5411,3.644,5741,4.556,5742,4.556,6311,3.644,7032,5.578,7151,3.953,7174,6.24,7175,8.832,7176,6.24,7177,7.23,7178,6.24,7179,6.24,7180,6.24,7181,7.23,7182,4.423,7183,6.24,7184,4.423,7185,4.423,7186,4.423,7187,4.423,7188,4.423,7189,4.423,7190,3.953,7191,4.423,7192,4.423,7193,3.953,7194,4.423,7195,4.423,7196,4.423,7197,6.24,7198,4.423,7199,4.423,7200,4.423,7201,3.953,7202,4.423,7203,4.423,7204,4.423,7205,4.423,7206,4.423]],["file_terms//NIAID-ACE-students-attend-OSG-User-School.html",[]],["root_relative_url//uw-research-computing/get-help.html",[83,0.136,532,0.223,2354,3.385,7207,4.108]],["high//uw-research-computing/get-help.html",[5,0.477,8,0.176,83,0.163,113,0.029,118,1.037,201,0.617,261,0.894,343,1.639,380,0.734,572,1.274,639,1.396,641,1.006,695,0.793,708,1.182,722,1.218,813,0.962,842,1.441,1012,0.991,1293,1.274,1667,1.441,7208,4.945]],["medium//uw-research-computing/get-help.html",[1628,6.107,2665,3.176,2666,3.176,5066,6.107,5741,5.411,5742,5.411]],["content//uw-research-computing/get-help.html",[5,0.641,6,0.807,20,0.299,23,1.673,42,0.389,43,1.134,50,0.636,56,1.673,62,2.231,83,0.316,94,0.992,96,1.754,97,1.168,104,2.461,113,0.058,118,1.182,122,1.842,140,3.541,147,2.746,152,2.318,155,1.969,182,0.904,184,2.813,193,0.885,203,0.482,205,0.069,210,0.827,215,0.625,220,2.17,230,1.238,232,0.879,252,0.9,260,1.502,261,1.58,263,1.326,273,0.572,277,0.425,283,1.572,284,3.259,288,1.872,301,0.046,310,0.212,343,2.74,348,1.366,356,1.679,358,1.151,367,3.006,377,0.552,378,0.259,380,1.346,414,0.789,428,2.883,447,1.145,459,0.716,470,2.624,480,1.647,483,3.127,492,1.63,496,2.003,497,3.403,547,0.513,548,1.117,552,1.069,561,1.185,563,2.469,572,2.13,580,1.561,582,1.842,584,1.101,586,2.318,622,1.038,624,1.699,626,2.318,629,2.411,637,1.089,638,0.541,639,2.47,640,0.363,641,1.514,643,1.257,644,2.893,682,1.936,695,1.194,697,0.472,699,3.259,707,1.781,708,1.373,740,2.364,758,3.994,776,1.436,777,2.111,781,1.117,786,1.333,798,4.432,809,2.364,815,2.111,827,2.318,835,1.069,842,2.17,918,1.22,923,4.765,984,1.812,1012,1.492,1045,1.812,1074,1.754,1080,3.994,1089,0.893,1102,3.329,1103,1.781,1128,2.513,1129,2.074,1130,2.567,1138,1.812,1140,3.823,1162,1.673,1166,2.187,1179,4.193,1247,3.648,1253,3.122,1288,2.428,1293,2.436,1377,2.746,1380,2.683,1383,2.588,1475,2.15,1477,4.193,1537,2.15,1623,2.567,1640,3.214,1729,1.754,1749,2.883,1760,2.788,1766,3.422,1826,1.809,1830,3.994,1832,3.823,2038,2.19,2062,3.823,2178,4.048,2207,2.813,2227,3.037,2588,4.371,2668,6.38,2803,2.813,2850,2.813,2864,3.037,3308,3.994,3528,4.193,3737,5.438,4736,3.994,4740,4.432,4758,5.133,5858,5.133,5910,4.732,7209,5.743,7210,5.743,7211,5.743,7212,5.743,7213,5.743]],["file_terms//uw-research-computing/get-help.html",[]],["root_relative_url//uw-research-computing/check-quota.html",[83,0.136,532,0.223,7214,4.108,7215,4.108]],["high//uw-research-computing/check-quota.html",[5,0.324,8,0.163,20,0.151,39,0.814,169,1.541,205,0.051,219,1.734,238,1.252,272,0.986,310,0.117,340,0.648,378,0.159,544,0.542,545,0.863,559,0.957,560,1,561,0.943,562,1.061,563,1.515,638,0.431,842,1.86,843,1.749,848,0.916,1878,1.776]],["medium//uw-research-computing/check-quota.html",[150,1.279,188,1.863,238,1.147,239,1.112,301,0.048,423,2.679,454,1.001,547,0.246,607,3.436,610,2.871,638,0.395,842,2.459,1179,3.058,1287,2.679,1370,6.85,1541,1.833,2398,2.913,3707,3.058,3931,6.315,4409,2.788,4510,4.947,4844,3.058,5832,4.947,7216,4.188,7217,4.188,7218,6.003,7219,4.188,7220,4.188,7221,4.188,7222,4.188,7223,4.188,7224,4.188,7225,4.188,7226,4.188,7227,4.188,7228,4.188,7229,4.188]],["content//uw-research-computing/check-quota.html",[5,0.65,6,0.455,8,0.182,20,0.321,31,2.836,42,0.467,49,1.443,65,1.529,88,0.819,89,1.845,94,1.348,97,1.038,107,2.102,112,1.721,118,0.69,119,1.693,122,1.638,126,1.069,130,3.375,133,0.747,141,1.465,150,1.56,159,1.42,164,0.77,169,2.939,175,0.951,177,0.958,188,1.356,193,0.835,198,0.221,199,1.56,200,1.42,201,0.859,205,0.08,208,0.965,210,0.735,212,0.269,215,0.803,216,2.701,219,1.838,220,2.008,222,0.994,228,1.576,237,1.168,238,2.46,239,2.316,240,0.509,242,1.826,245,1.038,273,0.687,277,0.378,293,1.723,301,0.074,307,0.668,310,0.2,337,1.336,340,0.724,352,0.747,358,1.023,363,0.481,377,0.49,378,0.177,393,1.085,397,1.239,431,3.088,453,2.008,454,1.648,459,0.637,492,1.118,514,1.751,535,0.979,539,0.844,540,1.221,544,0.606,547,0.538,552,0.951,556,1.277,557,0.994,558,2.04,572,1.316,580,0.965,584,1.495,588,3.043,596,1.203,597,1.53,599,1.277,611,0.937,636,1.781,640,0.59,641,1.401,678,1.56,695,1.398,696,1.465,697,0.567,707,1.221,708,1.865,709,1.812,721,1.101,722,1.921,736,1.665,742,1.398,743,1.377,746,0.994,753,1.173,772,1.624,776,2.088,781,1.341,786,1.6,790,3.729,799,4.793,800,2.963,808,1.976,813,0.994,816,1.665,817,0.923,820,1.638,822,3.82,829,1.221,835,0.951,836,1.296,837,1.134,838,1.473,839,1.535,840,1.751,841,1.442,842,2.675,843,2.286,844,1.665,845,1.168,846,1.781,847,1.535,848,1.981,849,1.277,850,1.535,851,0.758,852,1.665,853,1.916,854,1.721,855,1.296,856,1.721,857,1.781,858,1.665,859,1.721,860,1.535,861,1.038,862,1.56,863,1.723,864,1.585,865,1.812,927,1.845,994,2.858,1012,1.381,1028,3.73,1103,1.648,1120,3.4,1123,2.061,1126,2.284,1136,2.776,1166,1.723,1167,1.611,1261,1.665,1385,2.333,1398,3.03,1406,3.267,1411,4.565,1476,2.781,1505,3.22,1592,2.701,1822,2.776,1878,3.03,1893,3.043,1914,3.267,1967,5.679,1969,2.563,2188,2.501,2221,2.946,2234,2.63,2287,5.032,2376,3.043,2455,2.188,2507,2.858,2641,2.442,2720,3.551,3034,3.149,3305,3.043,4385,3.4,4409,3.4,5062,3.942,5529,6.16,5842,4.208,5849,6.16,6050,4.208,6495,6.16,7084,6.16,7230,5.107]],["file_terms//uw-research-computing/check-quota.html",[]],["root_relative_url//Wilcots.html",[7231,6.54]],["high//Wilcots.html",[5,0.464,8,0.233,20,0.216,113,0.039,212,0.346,322,3.291,331,0.618,1261,2.137,2980,4.787]],["medium//Wilcots.html",[]],["content//Wilcots.html",[6,0.674,10,1.22,11,1.547,12,2.319,17,0.953,20,0.117,26,1.474,28,2.353,29,1.3,31,2.181,38,0.987,39,0.629,42,0.587,43,1.046,49,1.099,50,0.839,54,1.212,56,1.03,57,1.547,58,1.455,67,1.233,77,1.672,78,2.059,81,1.98,83,0.21,84,1.58,85,2.106,88,0.567,93,1.306,94,0.611,96,1.08,98,1.254,112,1.191,113,0.031,115,1.824,116,1.3,118,0.716,119,1.757,121,1.348,122,1.133,124,1.774,126,0.74,127,1.3,129,0.62,131,1.978,132,2.006,136,0.808,139,1.267,141,1.014,147,1.69,150,1.08,152,3.055,160,0.729,161,0.74,164,1.37,168,1.689,170,1.323,171,2.193,172,2.728,175,1.184,177,0.868,182,0.365,186,1.853,191,1.757,193,0.378,195,1.82,199,1.08,201,0.881,203,0.343,205,0.028,208,0.668,209,3.158,210,0.763,212,0.399,220,1.544,221,0.998,222,0.688,228,1.212,233,1.978,234,1.615,235,1.083,236,1.731,240,0.528,245,1.437,246,0.858,251,2.67,257,0.82,263,1.258,264,1.191,265,2.124,273,0.352,274,3.159,277,0.561,278,2.021,281,2.6,282,1.978,284,1.547,293,0.884,301,0.056,306,0.668,307,0.925,309,1.787,310,0.091,312,1.544,314,0.708,315,1.58,316,1.03,317,2.021,320,4.669,321,4.608,322,4.727,330,1.063,331,0.333,332,2.059,333,1.82,339,1.7,344,1.287,347,2.124,351,1.133,352,0.775,356,0.797,358,1.062,359,1.451,361,1.849,363,0.6,376,1.82,377,0.763,378,0.123,393,0.751,396,0.897,399,1.323,400,1.949,401,1.366,402,0.658,403,2.661,408,1.615,420,1.58,421,1.195,424,1.882,425,1.498,435,1.881,446,1.097,447,0.463,452,0.668,453,1.544,459,0.441,461,1.399,462,2.966,464,1.426,466,1.455,469,1.853,471,2.139,476,0.925,485,2.108,486,2.271,490,3.115,502,3.268,504,3.275,513,1.58,532,0.383,538,1.881,539,0.584,540,0.845,544,0.419,565,2.218,571,1.615,629,1.484,633,1.323,634,0.808,636,1.233,638,0.333,640,0.223,643,1.16,697,0.581,707,0.845,726,1.08,731,2.477,735,2.906,740,1.455,741,1.515,744,1.133,746,0.688,772,1.498,782,1.399,785,2.617,793,3.146,811,2.617,813,1.375,817,0.958,829,0.845,832,2.645,851,0.525,880,1.984,902,2.039,905,2.261,940,2.535,942,1.731,943,1.544,950,1.82,958,5.732,962,1.58,968,3.529,974,4.091,975,1.984,978,2.139,985,2.477,993,3.192,997,1.615,1003,1.69,1004,1.82,1005,1.652,1006,1.399,1007,1.984,1047,2.661,1049,1.484,1074,1.08,1075,1.063,1088,1.869,1105,1.82,1106,1.978,1111,1.82,1115,1.373,1126,1.172,1127,2.729,1130,2.369,1205,1.882,1245,1.615,1261,2.763,1281,1.373,1294,1.82,1297,1.757,1304,2.661,1319,1.399,1320,2.106,1321,1.484,1377,1.69,1379,1.046,1404,2.039,1408,1.547,1409,2.039,1471,1.82,1476,1.426,1509,1.82,1515,2.596,1537,2.834,1539,1.731,1544,1.426,1554,5.771,1556,4.068,1566,2.458,1588,2.261,1600,2.297,1617,2.261,1621,2.966,1641,2.039,1642,1.615,1653,2.261,1685,3.058,1687,2.458,1709,1.921,1711,0.658,1732,1.978,1737,1.399,1738,1.437,1743,2.179,1754,1.731,1755,1.774,1788,1.728,1795,2.179,1808,2.912,1826,1.16,1972,1.774,2018,2.803,2021,2.581,2084,1.615,2089,1.869,2106,2.966,2107,2.729,2114,2.106,2138,2.039,2156,2.353,2168,2.353,2171,1.547,2187,1.515,2312,3.268,2324,1.869,2582,1.921,2583,2.458,2589,5.453,2591,4.234,2598,2.966,2607,3.058,2671,2.966,2720,2.458,2780,3.158,2871,3.159,2872,2.353,2875,2.353,2899,2.728,2901,2.106,2972,1.978,2980,6.876,2991,2.261,3052,2.458,3203,2.581,3224,2.261,3267,5.878,3268,2.912,3269,5.346,3327,6.316,3339,4.367,3341,2.728,3346,4.368,3347,4.901,3349,2.458,3362,5.487,3369,4.908,3389,2.353,3416,2.039,3455,2.353,3489,3.159,3494,2.912,3498,2.353,3502,3.159,3523,2.039,3546,3.159,3592,2.966,3705,2.581,3815,3.159,3827,3.686,3828,6.501,3830,2.912,3857,3.686,3999,3.058,4038,2.728,4068,6.361,4097,4.914,4103,3.87,4179,3.159,4225,2.353,4240,4.368,4252,2.728,4301,4.643,4318,2.179,4319,8.609,4320,3.87,4321,4.738,4322,4.738,4323,3.159,4341,2.912,4415,3.391,4526,3.159,4566,7.577,4576,2.912,4621,3.159,5367,7.367,5398,4.091,5551,2.912,5552,4.368,5621,2.728,5629,3.159,5674,3.159,6094,3.159,6336,2.912,6402,3.159,6473,6.316,7065,5.685,7146,3.159,7232,3.534,7233,3.534,7234,3.534,7235,3.534,7236,3.534,7237,7.065,7238,3.534,7239,3.534,7240,5.3,7241,3.534,7242,3.534,7243,3.534,7244,3.534,7245,4.368,7246,3.534,7247,8.477,7248,3.534,7249,3.534,7250,7.065,7251,3.534,7252,3.534,7253,3.534,7254,3.534,7255,3.534,7256,3.534,7257,3.534,7258,3.534,7259,3.534,7260,3.534,7261,3.534,7262,3.534,7263,3.534,7264,3.534,7265,3.534,7266,3.534,7267,3.534,7268,3.534,7269,3.534,7270,3.534,7271,3.534,7272,5.3,7273,3.534,7274,3.534]],["file_terms//Wilcots.html",[]],["root_relative_url//approach.html",[7275,6.54]],["high//approach.html",[5,0.573,8,0.233,155,2.248,198,0.152,251,2.753,363,0.618,476,1.715,624,1.94]],["medium//approach.html",[]],["content//approach.html",[5,0.616,6,0.505,20,0.187,38,1.68,46,2.846,49,0.98,50,0.628,55,3.617,67,2.865,78,2.202,83,0.319,107,2.333,108,1.944,113,0.06,118,0.998,119,1.879,122,1.818,126,1.547,139,1.766,148,1.847,161,1.187,164,0.855,176,1.397,177,0.65,181,1.911,182,0.586,185,1.932,186,1.652,193,0.791,198,0.201,199,1.732,203,0.598,205,0.069,212,0.433,215,0.476,230,1.223,237,1.689,242,1.187,245,1.502,246,1.376,250,3.144,252,0.895,260,1.483,261,1.335,262,1.818,263,1.009,268,3.378,277,0.42,331,0.696,336,2.649,344,0.842,348,1.507,352,1.201,356,1.278,358,1.136,363,0.534,378,0.197,380,0.842,393,1.57,402,1.529,414,1.014,420,2.534,424,1.678,425,1.336,437,2.123,447,0.742,467,1.911,472,2.481,476,1.483,480,1.626,492,1.241,505,3.496,513,2.534,532,0.4,535,1.416,539,0.937,540,1.356,549,3.302,552,1.055,553,1.732,554,1.905,562,1.715,572,1.461,609,3.627,611,1.507,620,3.101,622,1.025,624,2.186,629,2.381,634,1.689,638,0.774,639,1.601,640,0.519,643,1.975,645,1.259,646,2.576,693,2.924,694,4.14,697,0.608,708,1.356,739,1.705,745,1.626,762,4.261,774,2.711,777,2.716,780,2.92,784,3.082,789,3.271,800,2.012,810,2.92,812,3.381,835,1.055,849,1.418,851,0.842,862,2.256,867,1.552,928,3.173,978,2.288,981,2.846,1078,3.271,1079,2.43,1087,3.082,1090,3.753,1123,2.288,1205,1.678,1235,2.022,1271,2.43,1385,2.59,1407,3.774,1422,2.288,1530,3.906,1575,4.015,1677,2.369,1688,2.202,1738,1.502,1745,1.439,1766,4.401,2038,2.162,2091,2.649,2101,3.271,2120,2.777,2173,4.134,2180,3.774,2221,3.271,2443,3.082,2493,3.627,2509,2.777,2574,2.711,2579,3.627,2777,4.376,2785,3.627,2788,2.998,2821,4.672,2840,3.496,2878,5.701,2982,2.998,3233,3.271,3311,3.496,3430,4.14,3483,3.378,3898,4.672,4027,3.943,4044,4.672,4302,4.376,4389,4.672,4564,5.068,4640,5.068,5083,4.672,5155,4.672,5433,5.068,5777,5.068,6395,5.068,7276,7.386,7277,5.67,7278,5.67,7279,5.67,7280,5.67]],["file_terms//approach.html",[]],["root_relative_url//uw-research-computing/hpc-buy-in.html",[83,0.121,532,0.198,1875,2.433,2237,2.338,7281,3.267]],["high//uw-research-computing/hpc-buy-in.html",[5,0.496,8,0.249,148,1.754,548,1.364,867,1.92,2237,4.486]],["medium//uw-research-computing/hpc-buy-in.html",[]],["content//uw-research-computing/hpc-buy-in.html",[5,0.643,6,0.772,8,0.283,20,0.3,38,1.185,42,0.539,49,1.1,83,0.262,113,0.054,122,2.041,123,6.031,126,1.333,141,1.825,148,2.338,160,0.73,161,1.333,170,2.383,176,1.568,177,0.73,206,2.619,212,0.419,239,2.303,240,0.634,246,1.545,252,0.693,253,1.687,262,2.55,271,1.64,273,0.634,318,2.041,331,0.6,348,1.666,350,2.619,352,1.163,363,0.856,378,0.276,380,0.945,384,1.133,411,2.34,414,1.248,420,2.845,421,1.434,431,2.52,467,2.145,469,1.854,484,3.044,539,1.052,548,1.855,550,1.665,552,1.74,604,2.509,637,0.931,638,0.6,640,0.402,643,1.74,646,3.025,682,2.145,693,2.52,727,2.727,785,2.619,836,1.615,858,2.592,867,2.177,951,3.633,997,2.908,1028,3.803,1050,4.426,1051,2.785,1075,1.913,1083,3.117,1089,0.99,1102,2.845,1104,3.792,1115,2.472,1135,3.117,1166,1.988,1243,4.426,1269,3.716,1287,4.072,1288,2.592,1385,2.908,1475,2.383,1541,2.785,1606,4.237,1653,4.072,1667,1.854,1677,2.041,1711,1.185,1731,3.46,1822,3.46,1933,3.46,2171,3.479,2232,4.647,2236,7.485,2237,5.087,2247,3.792,2286,3.562,2557,4.072,2641,3.044,2671,3.562,2868,3.672,2879,4.647,2880,5.689,2892,4.426,2916,5.244,3145,5.294,4210,5.244,4573,6.552,5339,5.689,5349,5.244,6567,4.647,7135,5.689,7245,5.244,7282,6.364,7283,7.951,7284,5.689,7285,6.364,7286,6.364,7287,6.364]],["file_terms//uw-research-computing/hpc-buy-in.html",[]],["root_relative_url//uw-research-computing/user-news.html",[83,0.136,532,0.223,2942,3.672,3785,3.385]],["high//uw-research-computing/user-news.html",[5,0.346,6,0.596,8,0.113,129,0.557,160,0.561,205,0.025,240,0.317,261,0.574,343,1.053,347,2.011,483,1.334,528,2.452,535,0.609,638,0.299,640,0.422,646,1.108,711,1.257,753,0.541,863,0.794,1012,0.636,1089,0.494,1162,0.925,1203,1.68,1293,0.818,1379,0.94,1450,1.257,1471,2.517,1547,1.893,1830,3.399,1832,2.115,1847,2.452,1849,2.735,1850,1.959,2130,1.68,2340,1.636,2450,1.893,2911,1.893,3013,3.772,3020,2.209,3232,1.959,6697,2.617,7288,2.319,7289,3.176]],["medium//uw-research-computing/user-news.html",[]],["content//uw-research-computing/user-news.html",[5,0.692,6,0.891,8,0.226,20,0.286,26,2.036,37,2.069,38,0.843,39,0.806,42,0.43,82,1.916,89,1.635,113,0.047,126,0.948,129,0.794,138,4.314,147,2.165,148,1.831,150,1.383,160,1.071,161,1.328,175,0.843,182,0.655,186,1.848,188,1.685,191,1.501,193,0.679,195,2.332,198,0.2,199,1.383,201,0.564,203,0.293,205,0.079,210,0.913,212,0.386,215,0.532,217,2.332,228,1.036,232,0.693,237,1.036,239,1.202,240,0.791,242,1.328,252,0.493,256,1.607,261,0.818,263,1.129,276,1.635,277,0.542,281,1.428,282,2.534,283,1.24,331,0.69,333,2.332,340,0.642,343,1.501,347,1.361,352,0.928,357,2.332,363,0.427,378,0.254,385,2.718,402,0.843,414,1.006,424,1.34,428,1.579,440,1.827,447,0.593,452,1.383,454,1.083,469,1.319,476,2.185,479,2.273,483,2.664,487,2.792,496,1.579,500,1.695,528,3.494,535,1.81,539,1.311,547,0.508,548,0.881,552,1.689,556,1.132,557,0.881,559,0.948,565,1.579,572,2.045,580,0.855,622,0.818,631,2.375,634,1.036,635,1.635,638,0.929,640,0.606,644,1.759,646,2.213,657,2.817,678,2.237,688,2.069,692,1.635,695,1.174,696,1.298,697,0.522,708,1.517,711,1.792,715,2.792,721,1.867,723,1.827,724,1.635,735,2.069,738,2.896,739,2.202,740,1.863,741,1.94,751,2.024,753,1.351,769,3.149,772,1.495,776,1.586,781,1.234,820,1.452,829,1.517,832,1.695,848,0.907,863,2.336,867,2.005,918,0.962,973,2.394,982,2.217,1012,1.674,1049,2.664,1065,2.896,1075,1.361,1094,3.306,1107,2.069,1110,2.792,1118,2.534,1126,1.501,1129,1.635,1162,2.312,1166,1.586,1167,2.001,1173,2.332,1261,1.476,1262,2.792,1282,1.863,1288,2.587,1293,1.887,1379,2.729,1380,2.964,1417,2.792,1426,2.534,1450,3.52,1471,4.945,1476,1.827,1495,1.901,1586,3.586,1592,2.394,1603,1.695,1606,4.223,1623,2.024,1640,2.534,1713,3.306,1745,2.198,1760,1.695,1766,2.698,1792,4.685,1808,3.731,1826,1.737,1830,5.093,1832,3.014,1849,2.534,1892,2.612,1915,3.184,2062,3.014,2080,2.512,2130,3.355,2140,3.731,2177,2.461,2238,4.047,2302,2.792,2340,3.267,2390,5.448,2391,5.078,2440,2.698,2443,2.461,2450,4.728,2463,3.731,2515,3.78,2846,2.792,2911,2.698,3011,2.896,3052,3.149,3543,3.494,3571,3.494,3614,3.494,3615,4.058,3765,3.731,3811,4.047,3978,3.731,4362,3.731,5050,3.731,5350,4.047,5402,3.731,5540,3.306,6697,3.731,7288,3.306,7290,4.528,7291,4.528,7292,4.528,7293,7.323,7294,4.528,7295,4.528,7296,6.344]],["file_terms//uw-research-computing/user-news.html",[]],["root_relative_url//events/2023/11/intro-workshop.html",[2124,4.501,7297,5.462]],["high//events/2023/11/intro-workshop.html",[5,0.531,6,0.516,8,0.206,20,0.191,264,1.955,301,0.046,657,1.772,943,1.69,1160,1.955,1826,1.269,2125,2.71,2340,2.987,2565,3.577,3041,3.153]],["medium//events/2023/11/intro-workshop.html",[]],["content//events/2023/11/intro-workshop.html",[5,0.669,6,0.636,17,1.927,20,0.236,62,2.776,113,0.042,175,1.33,182,0.738,185,1.87,203,0.462,205,0.057,215,0.6,225,2.45,240,0.85,252,0.778,272,1.541,279,3.68,307,0.936,310,0.219,344,1.355,414,1.172,425,2.15,532,0.463,580,1.35,639,2.018,643,1.564,657,2.183,695,1.146,726,2.183,785,3.513,997,3.265,1084,2.829,1089,1.327,1160,2.409,1165,3.445,1166,1.787,1288,2.33,1293,1.842,1485,4.777,1667,2.082,1677,2.292,1712,3.68,1738,1.735,1816,5.263,1822,3.885,1826,1.868,1834,5.682,2063,4.758,2064,4.758,2089,3.779,2125,4.668,2229,3.779,2340,3.68,2343,5.516,2443,4.64,3041,4.961,3735,6.389,3737,5.218,3910,6.389,4736,4.97,4759,5.218,6358,6.389,7298,7.147]],["file_terms//events/2023/11/intro-workshop.html",[]],["root_relative_url//machine-learning.html",[611,1.002,7299,5.462]],["high//machine-learning.html",[5,0.427,8,0.215,20,0.199,273,0.601,314,1.209,344,1.141,554,1.32,611,1.106,882,1.785,2114,3.594,2203,3.19,4022,4.016]],["medium//machine-learning.html",[]],["content//machine-learning.html",[3,4.512,6,0.429,10,0.694,12,2.11,13,2.272,20,0.32,23,2.206,24,3.084,27,1.873,31,1.984,33,2.306,37,3.028,38,1.409,49,0.833,50,0.534,54,2.93,58,1.984,62,3.791,65,0.846,69,4.858,81,1.733,83,0.25,85,2.873,94,1.145,100,4.093,103,2.55,113,0.054,115,1.383,121,3.367,128,2.313,130,3.245,132,2.091,139,1.153,147,2.306,148,1.206,149,1.307,156,3.603,160,1.013,161,1.01,164,0.727,166,2.253,168,1.732,175,0.897,176,2.008,182,0.912,193,0.516,198,0.223,201,0.826,202,3.084,203,0.49,204,2.468,214,1.494,230,1.04,234,2.203,235,0.821,240,0.48,244,2.962,246,1.838,250,2.393,252,0.722,254,1.741,260,1.261,271,2.101,273,0.952,277,0.357,278,1.838,281,2.091,288,2.16,289,1.773,293,1.206,306,1.252,307,0.631,310,0.232,314,1.517,316,1.405,317,2.887,318,2.125,319,2.42,324,3.353,325,2.973,328,1.497,334,1.087,344,1.343,356,1.838,359,1.32,363,0.455,377,0.463,378,0.168,384,0.858,401,1.242,411,1.773,421,1.087,428,1.682,437,2.481,452,0.911,481,1.711,514,2.596,516,2.698,522,2.066,535,0.924,554,1.45,558,1.733,611,1.767,619,3.21,622,1.197,626,1.946,629,2.782,634,1.103,637,0.705,704,1.984,726,1.473,727,2.066,744,1.546,746,0.938,749,1.741,763,5.844,771,4.31,772,1.136,774,2.306,777,2.436,783,3.504,815,2.784,818,1.93,829,1.153,849,1.657,861,1.347,881,3.388,882,2.677,894,2.155,950,2.483,951,3.028,978,2.674,989,2.361,995,1.625,1062,2.066,1078,2.782,1081,2.203,1095,3.084,1126,1.598,1150,1.521,1235,1.32,1236,2.361,1239,3.084,1422,1.946,1423,2.782,1475,1.805,1530,3.504,1541,2.11,1579,4.239,1601,2.973,1637,2.621,1672,2.621,1675,2.621,1688,1.873,1754,2.361,1756,3.353,1760,1.805,1767,3.721,1804,1.773,1818,2.253,1860,3.21,2021,3.52,2030,3.948,2066,3.899,2068,4.412,2101,3.823,2109,4.31,2110,8.846,2114,3.948,2203,2.55,2372,2.42,2389,3.721,2492,3.52,2493,3.084,2563,3.353,2570,2.873,2572,4.931,2587,4.844,2588,2.55,2591,5.879,2644,3.973,3262,2.973,3331,3.973,3350,3.973,3558,4.31,3600,4.31,3658,3.52,3827,3.353,3854,3.52,4020,5.844,4022,5.428,4031,3.084,4101,3.721,4238,3.52,4256,3.721,4302,3.721,4407,3.973,4482,3.973,4504,3.721,5448,3.973,5670,4.31,5957,4.31,5988,4.31,6003,3.973,6296,4.31,6315,4.31,6766,4.31,7049,3.973,7300,4.821,7301,6.627,7302,4.821,7303,4.821,7304,4.821,7305,4.821,7306,6.627,7307,4.821,7308,4.821,7309,4.821,7310,4.821,7311,4.821,7312,4.821,7313,6.627,7314,6.627,7315,4.821,7316,4.821]],["file_terms//machine-learning.html",[]],["root_relative_url//fellowships/index.html",[7317,6.54]],["high//fellowships/index.html",[5,0.483,8,0.179,83,0.166,113,0.03,203,0.325,212,0.265,230,1.084,306,0.95,309,1.695,328,1.561,331,0.474,350,2.069,356,1.133,378,0.175,380,0.747,500,1.882,622,0.909,918,1.068,1711,0.936,1785,2.814,3219,3.496,7288,3.671]],["medium//fellowships/index.html",[]],["content//fellowships/index.html",[0,2.155,5,0.592,6,0.615,8,0.145,10,0.847,16,2.287,17,2.381,20,0.25,23,1.715,29,1.499,31,1.677,43,0.805,50,0.452,54,1.397,56,1.187,58,3.115,67,1.422,77,1.857,78,2.287,83,0.297,86,1.206,93,1.004,94,0.704,97,0.829,112,2.329,113,0.052,115,1.169,116,3.075,118,0.796,129,0.715,133,1.01,136,0.932,138,2.216,143,1.904,149,0.653,151,4.949,152,1.645,159,1.133,168,0.866,169,1.374,175,0.759,177,0.92,182,0.782,185,1.066,186,1.715,193,0.436,200,1.133,201,0.943,203,0.541,205,0.032,210,0.995,212,0.365,215,0.494,217,2.099,227,0.879,228,1.346,230,1.969,235,0.694,240,0.689,254,2.126,257,1.366,261,0.736,263,0.726,264,1.374,265,2.077,271,1.517,273,0.689,278,2.245,283,1.116,297,3.2,304,2.281,306,1.876,307,0.771,309,1.984,311,2.631,312,1.715,314,1.179,328,1.827,330,2.077,331,0.651,332,1.583,334,1.327,339,1.888,344,1.026,348,1.267,350,1.677,352,0.861,358,1.384,359,1.892,369,2.099,378,0.24,379,1.996,380,0.874,381,1.783,382,2.216,384,1.23,386,2.955,387,1.822,390,4.543,396,1.921,397,0.989,401,1.517,402,1.096,405,2.281,406,1.783,411,1.499,414,1.102,415,2.976,421,1.327,425,0.96,432,1.904,439,2.072,440,2.789,447,1.095,459,0.508,461,3.177,467,1.374,469,2.205,473,2.834,474,3.987,479,1.265,492,1.756,499,2.834,504,3.031,512,1.677,532,0.319,543,1.783,544,0.698,545,0.77,547,0.239,548,0.793,550,1.54,552,0.759,559,1.233,571,3.157,573,4.298,622,1.75,624,2.791,633,1.526,634,0.932,637,0.596,640,0.436,644,1.583,645,1.307,646,1.422,654,1.245,657,2.111,683,2.376,693,1.613,697,0.484,707,0.975,712,2.281,723,1.645,724,2.126,726,2.697,745,1.169,746,1.145,749,3.115,755,1.645,763,3.146,776,1.892,783,2.155,785,2.423,793,1.613,800,1.446,823,1.133,829,0.975,832,1.526,835,1.096,863,1.019,868,3.146,884,2.018,904,3.654,916,2.216,918,1.251,927,1.472,929,3.558,982,1.996,984,2.532,985,3.908,995,1.984,997,1.862,1045,2.18,1048,2.072,1049,1.711,1079,1.747,1080,2.834,1089,1.074,1103,0.975,1104,2.428,1115,1.583,1128,1.783,1138,1.857,1162,1.187,1165,1.645,1235,1.892,1247,1.996,1257,3.146,1261,1.329,1282,1.677,1293,1.517,1294,2.099,1295,2.428,1302,3.897,1366,1.099,1379,1.206,1385,1.862,1398,1.583,1399,2.607,1577,2.955,1598,3.766,1600,2.126,1602,2.513,1603,2.587,1623,1.822,1710,3.358,1711,1.096,1729,1.245,1737,1.613,1738,1.405,1785,5.279,1804,2.541,1809,1.783,1849,3.294,1851,5.038,1872,2.834,1907,2.046,1914,2.607,1916,1.711,1930,3.146,2079,2.351,2080,1.225,2143,2.834,2150,2.155,2155,2.513,2168,2.713,2178,1.996,2198,5.269,2203,2.155,2221,2.351,2260,3.643,2312,2.513,2425,2.099,2515,2.428,2570,2.428,2580,4.298,2581,1.949,2584,2.955,2651,2.834,2746,2.513,2774,4.423,2798,4.851,2803,2.883,2810,2.513,2911,2.428,3011,3.766,3218,2.834,3219,6.14,3224,3.766,3228,6.825,3232,3.63,3234,3.146,3235,3.358,3245,3.146,3277,3.146,3303,3.643,3343,2.607,3455,4.6,3511,3.643,3512,3.643,3751,4.298,3963,5.262,4003,3.146,4074,4.851,4265,3.146,4417,3.358,4485,3.146,4683,3.643,4788,3.146,4802,3.643,4811,3.643,5452,3.358,5455,3.146,6051,3.643,6652,3.643,7193,3.643,7201,3.643,7288,2.976,7318,4.076,7319,4.076,7320,4.076,7321,8.026,7322,4.076,7323,4.076,7324,4.076,7325,4.076,7326,4.076,7327,4.076,7328,4.076,7329,4.076,7330,4.076,7331,4.076,7332,4.076,7333,6.91,7334,4.076,7335,4.076,7336,4.076]],["file_terms//fellowships/index.html",[]],["root_relative_url//uw-research-computing/get-submit-node.html",[83,0.121,215,0.307,532,0.198,2354,3.012,5883,3.267]],["high//uw-research-computing/get-submit-node.html",[5,0.508,8,0.255,215,0.603,225,2.462,242,1.503]],["medium//uw-research-computing/get-submit-node.html",[]],["content//uw-research-computing/get-submit-node.html",[6,0.836,8,0.213,20,0.303,29,2.206,38,1.117,39,1.068,42,0.407,49,1.037,50,0.849,51,2.498,56,1.748,83,0.198,94,1.324,95,3.462,99,1.594,112,2.023,119,1.989,122,1.924,126,1.256,159,1.668,160,0.879,163,3.329,184,2.939,188,1.594,193,0.82,198,0.177,199,1.833,203,0.495,205,0.073,209,3.575,215,0.836,222,1.642,224,1.594,225,3.049,230,1.294,240,0.598,242,2.024,246,1.456,250,2.167,252,0.919,253,1.167,262,2.457,263,1.068,268,4.565,276,2.767,277,0.681,283,2.098,310,0.241,315,2.682,348,1.1,363,0.838,378,0.208,411,2.206,418,3.846,424,2.267,440,2.422,447,0.785,476,1.57,479,1.863,490,3.752,513,2.682,522,2.571,545,1.133,547,0.449,548,1.642,552,1.117,572,1.546,586,2.422,637,1.12,638,0.722,639,1.694,643,1.677,644,2.331,683,2.422,697,0.63,731,2.804,745,1.721,785,2.47,787,2.939,800,2.13,808,1.721,813,1.491,817,1.384,818,1.748,838,1.447,851,0.891,861,1.716,875,2.246,951,3.5,978,2.422,1048,1.643,1083,3.752,1089,1.312,1123,2.422,1124,3.995,1205,1.776,1378,3.7,1379,2.267,1385,2.742,1482,4.944,1537,2.868,1544,2.422,1577,3.012,1616,3.358,1888,2.519,1907,3.012,2038,2.288,2171,2.626,2253,3.839,2286,3.358,2493,4.901,2505,3.462,2509,2.939,2656,5.364,2868,3.462,2884,4.173,2939,5.364,3373,4.381,3462,4.631,4009,4.173,4259,5.364,4262,5.364,4470,5.364,5525,4.631,5537,5.364,6018,5.364,6436,4.631,6474,5.364,6567,4.381,7245,4.944,7337,7.661,7338,6,7339,6,7340,6,7341,6,7342,6,7343,6,7344,6,7345,6,7346,6,7347,6,7348,6,7349,7.661,7350,6,7351,6,7352,6,7353,6]],["file_terms//uw-research-computing/get-submit-node.html",[]],["root_relative_url//uw-research-computing/hpc-overview.html",[83,0.136,532,0.223,1875,2.735,7354,4.108]],["high//uw-research-computing/hpc-overview.html",[5,0.39,6,0.332,8,0.133,113,0.022,148,1.378,163,1.395,176,0.918,205,0.03,212,0.197,232,0.57,239,0.989,242,1.154,253,0.725,272,0.803,310,0.096,334,0.84,340,0.781,360,2.297,378,0.252,454,0.891,536,1.138,559,0.78,561,0.769,638,0.351,646,1.299,706,1.741,851,0.818,867,1.796,1102,1.665,1379,1.102,1380,1.741,1878,1.447,2234,1.918,3145,2.48]],["medium//uw-research-computing/hpc-overview.html",[253,1.359,301,0.063,378,0.181,454,1.246,944,3.397,2247,4.162,2261,5.041,3146,4.293,3688,4.293,4285,5.753,5599,5.755,5601,7.525,7355,7.879,7356,5.21,7357,7.879]],["content//uw-research-computing/hpc-overview.html",[5,0.625,6,0.473,20,0.306,38,1.41,39,0.631,40,1.655,42,0.608,43,0.699,49,1.309,51,1.155,65,0.621,82,1.389,83,0.263,88,0.851,96,1.082,97,1.438,100,1.778,104,2.275,107,2.185,113,0.056,126,1.333,129,0.621,148,2.338,155,1.214,159,1.476,160,0.406,161,0.742,163,1.326,169,1.194,170,1.987,176,1.866,177,0.609,182,0.852,185,2.081,188,1.691,191,1.174,193,0.851,198,0.212,199,1.082,200,0.985,203,0.514,205,0.079,210,0.51,212,0.373,214,1.196,215,0.741,219,1.251,222,1.239,227,0.764,228,1.456,229,2.358,232,1.16,237,0.81,238,2.074,239,2.19,240,0.529,242,2.041,244,1.583,245,0.72,246,1.545,252,0.578,253,1.474,260,0.926,261,1.151,262,2.551,263,1.259,264,1.194,271,0.913,277,0.472,281,1.117,283,1.453,284,1.55,288,1.155,301,0.06,310,0.204,328,1.648,331,0.334,334,0.798,340,1.169,348,0.974,352,1.163,357,1.824,358,0.71,360,3.273,361,1.851,363,0.714,368,1.082,377,0.612,378,0.307,380,0.526,385,2.728,393,1.503,395,1.655,397,0.859,402,0.659,406,1.55,414,1.04,424,1.048,425,0.834,447,0.464,453,1.032,454,1.269,459,0.945,464,1.429,466,1.458,467,1.194,476,1.389,480,1.016,492,1.393,501,1.583,535,0.679,536,1.082,537,1.174,538,1.257,539,0.585,544,0.63,545,0.669,547,0.552,552,0.659,557,0.689,562,1.232,571,1.618,572,1.952,580,1.203,584,1.221,586,1.429,588,2.11,597,1.179,599,0.886,604,2.231,620,1.487,627,2.221,628,3.163,636,1.851,637,0.776,638,0.899,640,0.335,641,0.72,642,1.982,644,1.376,645,0.786,646,2.221,654,2.16,657,1.082,669,1.429,678,1.622,682,1.789,684,5.847,686,2.886,690,2.11,691,2.184,693,2.101,694,3.876,695,1.416,696,2.173,702,1.55,707,1.269,708,1.269,709,1.257,710,2.185,711,1.402,721,0.764,722,0.872,729,1.982,732,1.402,734,2.586,740,1.458,742,0.97,743,0.955,744,1.136,745,1.016,750,1.429,753,0.603,759,3.563,762,3.063,765,2.358,772,0.834,774,2.538,781,1.239,784,1.925,785,1.458,786,1.478,800,1.884,808,1.522,817,1.278,820,1.136,821,1.194,823,1.476,827,1.429,829,1.269,835,1.185,836,0.899,837,0.786,838,0.669,839,1.065,841,1,842,2.317,843,0.97,848,1.594,851,0.945,860,1.065,861,0.72,862,1.082,863,0.886,867,2.625,884,1.214,918,0.753,927,1.279,934,1.734,944,3.057,951,2.425,957,1.583,969,2.918,975,2.836,1011,1.155,1012,1.064,1028,3.045,1039,2.358,1045,1.675,1048,0.97,1050,2.463,1051,1.55,1065,2.266,1067,2.846,1069,2.11,1083,1.734,1089,0.551,1090,1.618,1102,2.846,1103,1.522,1109,3.273,1110,3.273,1111,1.824,1114,2.358,1115,2.062,1123,1.429,1129,1.279,1133,1.734,1134,1.618,1139,2.26,1142,2.358,1164,2.043,1166,1.592,1167,1.675,1184,2.886,1204,1.925,1205,1.571,1221,2.043,1231,1.778,1254,2.886,1281,1.376,1287,4.073,1288,1.155,1293,0.913,1308,2.11,1313,2.918,1318,1.214,1321,1.487,1379,1.048,1380,2.975,1385,2.425,1406,2.266,1408,2.323,1459,3.396,1478,2.463,1505,1.655,1510,2.48,1537,1.326,1544,1.429,1573,2.358,1667,1.032,1678,2.043,1688,1.376,1755,1.778,1756,2.463,1876,3.196,1907,1.778,1913,1.675,1916,2.229,1933,2.886,1966,3.163,1970,2.733,1974,2.586,1976,2.918,1978,2.886,2024,1.458,2038,2.024,2080,1.065,2232,2.586,2233,4.745,2247,2.11,2253,2.266,2261,2.266,2273,2.733,2286,2.971,2290,5.276,2390,2.043,2391,1.982,2476,1.618,2497,3.534,2550,3.063,2574,1.694,2577,2.184,2606,1.925,2659,1.734,2671,4.747,2878,2.733,2879,5.532,2897,4.097,2937,2.358,3028,2.586,3034,2.184,3145,5.971,3236,2.918,3305,2.11,3471,5.532,3521,4.374,3523,2.043,3592,1.982,3791,3.166,4055,2.733,4272,6.243,4388,4.745,4436,3.166,4678,2.918,5436,5.247,5608,3.166,5982,3.166,6521,3.166,7284,3.166,7358,3.541,7359,3.541,7360,3.541,7361,3.541,7362,3.541,7363,5.308,7364,5.308,7365,5.308,7366,3.541,7367,3.541,7368,3.541,7369,3.541,7370,3.541]],["file_terms//uw-research-computing/hpc-overview.html",[]],["root_relative_url//uw-research-computing/r-jobs.html",[83,0.136,532,0.223,534,2.299,4770,3.672]],["high//uw-research-computing/r-jobs.html",[5,0.364,8,0.121,20,0.112,39,0.604,97,0.689,141,0.972,193,0.363,198,0.078,205,0.059,214,0.764,215,0.431,272,0.731,307,0.444,310,0.087,340,0.48,377,0.326,378,0.118,447,0.444,536,1.036,537,1.124,538,1.203,544,0.402,545,0.64,550,0.887,559,0.71,560,0.742,561,0.7,562,0.787,563,1.124,590,1.516,657,1.036,817,0.928,818,1.807,855,1.756,863,0.848,1280,2.091,1281,1.317,2187,1.453,2390,1.956,2391,1.897]],["medium//uw-research-computing/r-jobs.html",[10,0.263,20,0.103,198,0.042,201,0.388,203,0.118,214,0.701,232,0.623,240,0.182,279,0.939,301,0.071,307,0.239,377,0.175,401,0.47,454,0.436,544,0.641,545,0.769,546,0.709,547,0.107,548,0.355,550,0.477,569,1.281,579,0.872,580,0.345,590,0.815,598,2.051,600,0.872,601,0.852,603,0.852,604,0.575,607,1.524,617,0.815,637,0.267,657,0.557,706,0.852,707,0.436,721,0.878,745,0.893,791,1.021,817,0.562,818,1.402,823,0.507,848,0.365,850,1.224,855,1.68,1011,0.595,1029,0.916,1103,0.436,1172,1.869,1197,1.332,1202,0.939,1205,0.54,1208,2.748,1211,1.796,1213,2.348,1219,1.86,1347,1.125,1452,1.991,1453,1.167,1454,1.167,1455,1.167,1456,0.965,1935,4.975,1940,2.272,1948,1.125,1959,1.087,2315,1.052,2395,3.964,2397,1.408,2398,4.09,2399,1.631,2400,2.71,2401,3.142,2402,3.639,2404,2.782,2405,2.782,2406,1.332,2418,1.167,2421,1.631,2422,1.631,2698,1.631,6718,1.503,7371,1.824,7372,4.07,7373,4.811,7374,3.112,7375,3.112,7376,3.112,7377,1.824,7378,1.824,7379,1.824,7380,1.824,7381,1.824,7382,1.824,7383,3.112,7384,2.782,7385,3.112,7386,1.824,7387,1.824,7388,1.824]],["content//uw-research-computing/r-jobs.html",[5,0.609,6,0.463,8,0.185,20,0.326,38,0.641,40,1.609,42,0.507,43,1.026,49,0.595,50,0.382,65,1.313,72,1.417,81,1.36,83,0.114,88,0.552,89,1.877,94,0.595,96,1.052,97,1.71,99,1.38,113,0.02,119,1.141,126,1.088,127,1.266,129,0.912,132,1.086,133,0.503,136,1.432,139,0.823,141,0.988,142,1.795,159,1.939,160,0.596,161,1.088,164,0.519,168,0.732,175,1.465,177,0.718,182,0.356,193,0.369,198,0.226,199,1.052,201,0.78,203,0.405,204,1.123,205,0.08,206,1.417,208,0.65,210,0.748,212,0.182,214,2.079,215,0.787,219,0.811,224,1.38,226,1.573,227,0.743,228,0.788,232,0.959,237,1.189,238,1.714,239,1.38,240,0.518,242,0.721,245,0.7,257,1.619,260,1.36,271,1.613,273,0.624,277,0.683,283,1.423,288,1.123,301,0.07,307,1.101,310,0.088,330,1.563,337,0.901,340,0.488,348,0.953,352,0.915,358,1.254,363,0.325,377,0.827,378,0.181,380,0.511,393,0.732,397,0.836,400,1.266,401,0.887,414,0.714,425,1.643,446,1.069,447,0.68,452,1.317,459,0.981,476,0.901,479,1.069,484,1.647,492,1.84,494,2.611,521,1.987,530,2.227,535,0.66,539,0.569,540,0.823,543,2.274,544,0.617,545,1.183,546,2.432,547,0.573,549,2.798,550,0.901,552,1.393,553,1.052,556,0.861,557,1.456,558,2.059,559,0.721,562,0.799,572,1.613,580,0.982,584,0.996,588,2.052,590,3.652,596,1.925,597,1.154,598,1.201,599,0.861,611,0.632,622,0.622,631,1.289,637,1.02,638,0.59,640,0.554,641,1.057,645,1.814,657,1.052,678,1.052,692,1.339,695,1.38,696,0.988,697,0.647,698,2.274,701,2.268,706,1.609,707,1.667,708,1.882,709,1.222,717,1.244,721,1.947,722,1.28,724,1.244,736,1.123,739,1.563,740,1.417,741,2.227,742,0.943,743,0.929,744,1.104,745,1.491,746,0.67,747,1.539,749,1.244,751,1.539,753,1.066,754,1.821,761,1.821,776,1.565,781,1.531,786,1.827,802,2.748,813,0.67,816,1.694,817,1.716,818,2.898,820,2.62,821,1.161,835,0.641,836,1.77,837,0.765,838,1.589,839,1.035,840,1.181,841,0.972,842,1.003,843,1.714,844,1.123,845,0.788,846,1.201,847,1.035,848,1.848,849,0.861,850,1.563,851,0.772,852,1.123,853,1.445,854,1.161,855,2.57,856,1.161,857,1.201,858,1.123,859,1.161,860,1.035,861,0.7,862,1.052,863,1.3,864,1.069,865,1.222,934,1.686,944,2.526,946,1.104,962,1.539,975,1.289,984,1.086,1011,2.041,1012,1.397,1042,2.375,1043,1.609,1075,1.035,1089,1.224,1103,0.823,1105,1.773,1107,1.573,1109,2.123,1118,1.927,1133,1.686,1134,2.375,1135,1.686,1140,2.292,1161,2.203,1166,1.3,1167,1.975,1172,1.338,1173,1.773,1204,1.872,1205,1.019,1219,1.573,1240,2.008,1245,1.573,1248,2.052,1252,1.141,1256,2.123,1265,1.821,1279,2.123,1280,4.615,1281,1.338,1282,1.417,1286,2.019,1288,1.123,1289,2.203,1293,0.887,1296,1.507,1297,1.141,1319,1.363,1321,1.446,1379,1.538,1393,1.417,1398,1.338,1401,2.203,1402,1.686,1417,2.123,1450,1.363,1462,2.514,1471,3.224,1485,1.927,1495,1.446,1505,1.609,1510,1.609,1521,1.003,1565,3.097,1591,2.052,1608,1.872,1670,2.123,1709,1.872,1735,1.927,1826,0.754,1888,2.182,1913,1.086,1914,2.203,1956,2.826,1960,2.292,1961,2.052,1969,1.729,1972,1.729,1975,3.614,1977,2.123,2080,1.882,2130,2.748,2330,1.927,2370,3.614,2390,1.987,2391,1.927,2423,4.646,2424,2.837,2436,3.614,2437,2.203,2438,2.837,2440,2.052,2444,2.395,2445,1.927,2447,2.292,2448,2.395,2450,2.052,2453,2.658,2454,2.826,2455,1.476,2456,2.658,2457,2.837,2458,2.292,2459,2.514,2460,2.658,2461,2.203,2464,2.837,2465,2.658,2566,1.872,2693,3.078,4463,2.292,4781,3.078,5525,2.658,7384,3.078,7389,3.443,7390,3.443,7391,3.443,7392,3.443,7393,3.443,7394,3.443,7395,3.443,7396,3.443,7397,5.197,7398,3.443,7399,6.26,7400,3.443,7401,3.443]],["file_terms//uw-research-computing/r-jobs.html",[]],["root_relative_url//spalding-lab.html",[3610,4.216,7402,4.882]],["high//spalding-lab.html",[5,0.445,8,0.223,20,0.207,83,0.207,113,0.037,212,0.331,331,0.592,1706,4.37,2615,3.874,2955,5.177,2956,5.177]],["medium//spalding-lab.html",[]],["content//spalding-lab.html",[5,0.595,10,0.664,17,1.243,20,0.309,22,2.659,23,1.343,27,1.791,30,4.559,38,0.858,39,1.144,42,0.542,49,0.797,50,0.712,52,2.374,54,1.58,57,2.017,67,1.608,77,1.454,78,1.791,83,0.318,86,1.364,89,1.665,90,1.975,93,1.136,98,1.636,113,0.057,118,0.999,124,2.314,126,0.965,128,1.408,132,1.454,133,0.674,138,2.506,146,2.106,147,2.204,149,0.739,150,1.408,151,2.842,155,2.535,160,0.848,164,1.396,170,2.768,171,1.431,177,0.737,182,0.664,193,0.493,198,0.107,199,1.408,201,0.922,203,0.298,204,1.503,210,0.664,212,0.422,218,2.659,220,1.343,224,1.224,227,0.994,230,1.965,235,1.521,236,3.146,246,2.169,250,3.292,252,0.871,253,0.897,254,1.665,257,1.07,260,1.68,261,0.833,264,1.554,273,0.737,277,0.548,287,2.314,301,0.059,309,1.554,310,0.223,316,1.343,318,1.478,325,3.961,328,1.431,330,1.386,331,0.697,334,1.802,339,1.478,344,0.684,348,0.845,351,1.478,356,1.039,371,2.374,374,2.659,375,4.266,377,0.617,378,0.16,380,0.684,381,2.811,386,2.314,387,2.06,388,2.154,396,1.17,400,1.695,401,1.188,402,0.858,411,1.695,414,0.633,421,1.039,427,2.949,432,2.154,439,1.759,446,1.994,452,0.871,453,2.33,464,1.86,465,2.753,469,1.871,470,2.106,476,1.206,477,2.659,479,1.994,481,1.636,483,2.697,487,2.842,490,3.146,508,2.506,522,3.168,527,2.258,530,1.975,532,0.25,539,1.061,565,1.608,611,0.845,624,1.364,636,1.608,640,0.598,643,1.406,692,1.188,697,0.379,704,1.897,705,3.206,716,2.592,724,2.671,755,1.86,756,3.206,777,1.695,779,2.017,781,0.897,808,1.322,813,1.694,815,1.695,835,0.858,837,1.024,845,1.054,879,2.659,882,1.901,894,2.06,920,4.12,928,2.58,930,2.06,958,3.206,965,4.138,978,2.984,996,2.842,1012,1.481,1047,2.314,1051,2.811,1062,2.753,1075,1.931,1084,2.927,1098,2.204,1120,3.069,1136,3.492,1139,1.636,1150,1.454,1152,2.449,1167,1.454,1249,1.935,1277,2.819,1296,2.017,1383,1.901,1393,1.897,1394,2.659,1422,2.592,1489,2.374,1491,2.438,1519,3.069,1521,1.343,1536,2.949,1544,2.592,1557,4.484,1589,2.314,1597,3.069,1617,2.949,1621,2.58,1626,2.842,1667,1.343,1706,5.142,1711,0.858,1738,0.937,1745,1.17,1754,2.258,1765,3.558,1770,4.958,1788,1.503,1794,2.659,1804,1.695,1826,1.618,1885,4.12,1912,4.958,2006,3.798,2018,2.438,2024,1.897,2038,1.758,2101,3.706,2114,2.747,2133,2.842,2138,2.659,2150,2.438,2173,2.58,2235,4.476,2361,3.798,2497,4.276,2569,3.558,2610,4.73,2615,4.932,2791,3.206,2799,3.069,2803,2.258,2806,2.58,2810,2.842,2816,3.558,2820,4.706,2858,3.069,2936,1.897,2955,3.798,2982,4.229,2997,3.798,2999,3.366,3229,3.206,3274,2.842,3332,4.12,3417,3.798,3498,3.069,3523,2.659,3524,5.293,3861,3.828,3915,3.558,4002,3.366,4396,3.558,4633,3.558,4706,4.69,4948,5.742,5993,4.12,6309,4.12,6311,3.798,6533,4.12,6702,3.798,7081,4.12,7402,8.715,7403,4.609,7404,7.997,7405,9.258,7406,4.609,7407,6.424,7408,6.424,7409,4.609,7410,4.609,7411,4.609,7412,4.609,7413,6.424,7414,4.609,7415,4.609]],["file_terms//spalding-lab.html",[]],["root_relative_url//uw-research-computing/java-jobs.html",[83,0.136,532,0.223,534,2.299,7416,4.108]],["high//uw-research-computing/java-jobs.html",[5,0.344,8,0.173,20,0.161,39,0.866,198,0.113,205,0.06,272,1.049,310,0.125,340,0.69,378,0.169,536,1.486,559,1.019,560,1.065,561,1.004,562,1.129,563,1.613,739,1.463,816,1.586,817,0.879,856,2.564,944,1.964]],["medium//uw-research-computing/java-jobs.html",[198,0.106,240,0.456,301,0.069,547,0.268,569,1.884,596,1.079,598,2.23,746,0.891,856,2.155,1029,3.209,1134,2.092,1172,1.779,1208,2.988,1213,2.642,1289,4.09,2729,5.268,7417,8.389,7418,6.394,7419,6.394,7420,6.394,7421,7.367,7422,4.579,7423,4.579,7424,4.579,7425,4.579,7426,4.579,7427,4.579]],["content//uw-research-computing/java-jobs.html",[5,0.695,20,0.331,50,0.605,51,1.779,65,1.414,72,2.245,88,0.875,89,1.971,94,0.943,97,1.109,133,0.798,149,0.875,164,0.823,168,1.159,177,0.826,193,0.584,198,0.232,205,0.08,208,1.031,212,0.288,214,2.009,215,0.813,219,1.285,222,1.061,230,1.176,232,1.235,237,1.248,238,1.494,242,1.142,245,1.109,263,0.971,273,0.718,277,0.404,301,0.043,307,0.714,310,0.14,337,1.427,340,0.773,352,0.798,356,1.623,363,0.679,377,0.524,378,0.25,397,1.324,414,0.749,454,1.722,459,0.898,494,3.21,498,3.148,532,0.39,535,1.046,539,0.901,540,1.928,547,0.587,548,1.061,552,1.501,554,1.194,555,2.907,556,1.364,557,1.668,558,2.109,580,1.031,584,1.046,596,1.899,597,1.904,599,1.364,611,1.001,622,1.301,637,0.798,640,0.59,641,1.639,645,1.599,678,2.2,695,0.875,697,0.592,698,2.387,701,1.942,721,2.013,722,1.774,736,1.779,739,1.64,742,1.494,743,1.471,746,1.401,749,1.971,753,1.226,776,1.364,780,2.809,781,1.061,806,2.08,813,1.061,816,1.779,817,0.986,820,1.75,827,2.202,835,1.015,836,1.385,837,1.212,838,1.523,839,1.64,840,1.871,841,1.541,842,1.589,843,1.494,844,1.779,845,1.248,846,1.903,847,1.64,848,1.718,849,1.364,850,1.64,851,0.81,852,1.779,853,2.003,854,1.839,855,1.385,856,3.311,857,1.903,858,1.779,859,1.839,860,1.64,861,1.109,862,1.667,863,1.801,864,1.694,865,1.936,1013,4.211,1048,1.494,1128,2.387,1134,2.493,1170,3.49,1172,2.798,1219,3.684,1289,4.607,1321,2.291,1396,3.632,1521,1.589,1539,2.672,1670,4.441,1907,3.615,2392,4.877,2445,3.053,2446,3.364,2458,3.632,2602,2.739,2729,7.694,4049,3.251,7428,7.202,7429,5.456,7430,5.456]],["file_terms//uw-research-computing/java-jobs.html",[]],["root_relative_url//staff/docs/Adding_News_Articles.html",[7431,6.54]],["high//staff/docs/Adding_News_Articles.html",[5,0.375,8,0.188,20,0.233,94,0.915,141,2.278,160,0.607,164,1.278,169,1.784,441,2.418,806,2.018,1815,3.225,2581,2.531,7432,4.73]],["medium//staff/docs/Adding_News_Articles.html",[67,1.148,164,1.027,291,3.212,295,2.401,301,0.073,310,0.084,569,1.354,645,0.731,683,1.328,712,3.407,719,2.402,793,1.303,806,1.915,823,0.915,829,0.787,934,1.612,981,1.652,1012,0.659,1098,1.574,1205,1.486,1254,1.789,1321,1.382,1586,2.982,1815,3.882,1878,1.278,2507,1.841,2661,3.492,2788,2.655,2986,1.789,3026,2.288,3068,2.711,3173,2.711,3174,2.711,3182,2.711,3767,3.875,3806,2.941,4382,2.288,5855,4.488,7433,3.29,7434,3.29,7435,3.29,7436,3.29,7437,3.29,7438,4.488,7439,3.29,7440,5.021,7441,5.021,7442,3.29,7443,3.29,7444,3.29]],["content//staff/docs/Adding_News_Articles.html",[5,0.491,8,0.183,20,0.323,26,1.432,42,0.349,50,0.768,56,1.501,61,2.523,65,0.904,67,1.797,72,2.12,82,1.347,89,2.504,90,2.207,94,1.557,99,2.323,108,1.766,118,0.696,127,1.894,129,0.904,131,4.384,136,1.178,141,2.64,149,1.111,160,1.056,161,1.079,164,1.521,168,1.781,169,2.825,193,0.838,200,1.432,212,0.272,219,1.633,224,1.841,227,1.689,235,0.877,239,1.368,241,3.429,249,1.894,264,1.736,277,0.382,288,1.679,291,3.295,295,2.463,297,3.768,301,0.062,306,1.309,356,1.161,361,2.418,363,0.486,377,0.805,393,1.095,399,1.928,414,0.707,424,1.524,425,1.633,428,2.418,431,2.039,435,1.828,440,2.079,441,3.996,459,0.642,488,3.069,492,1.517,496,1.797,507,2.523,513,2.303,547,0.302,548,1.002,572,2.019,586,2.079,596,1.974,638,0.486,640,0.495,642,2.883,645,1.861,680,3.582,683,2.079,697,0.57,706,2.407,707,1.657,708,1.873,712,5.041,743,1.869,757,2.207,794,4.434,806,3.568,820,1.652,823,2.178,831,4.274,848,1.032,934,2.523,958,3.582,981,2.586,1012,1.389,1042,2.353,1089,0.801,1103,1.232,1205,1.524,1208,2.407,1282,2.12,1286,2.001,1290,3.176,1318,1.766,1319,2.039,1321,2.91,1392,3.429,1403,3.479,1450,2.039,1475,1.928,1488,3.295,1491,2.724,1709,2.8,1809,3.428,1815,4.476,1817,3.239,1878,2.693,1888,2.163,1899,3.761,2013,3.933,2050,2.207,2080,1.549,2323,4.245,2330,2.883,2337,3.976,2350,2.972,2450,4.993,2454,3.768,2507,3.879,2552,3.761,2581,4.007,2602,2.586,2753,5.167,2755,3.069,2788,2.724,2941,3.429,3019,3.582,3120,7.222,3173,4.245,3174,4.245,3182,4.245,3627,6.047,3654,3.295,3767,5.35,3985,7.317,4244,4.604,4475,3.429,4506,4.604,4706,5.72,4790,4.245,5538,4.604,5641,4.604,7432,8.364,7438,4.604,7445,5.151,7446,5.151,7447,9.973,7448,6.931,7449,5.151,7450,5.151,7451,5.151,7452,5.151,7453,5.151,7454,5.151,7455,5.151,7456,5.151,7457,5.151,7458,7.834,7459,7.834,7460,5.151,7461,5.151,7462,5.151,7463,5.151,7464,6.931,7465,5.151,7466,4.604,7467,5.151,7468,5.151,7469,5.151,7470,5.151,7471,5.151,7472,5.151,7473,6.931]],["file_terms//staff/docs/Adding_News_Articles.html",[]],["root_relative_url//precision-mental-health.html",[189,2.891,2990,3.619,7474,4.689]],["high//precision-mental-health.html",[5,0.436,8,0.219,189,3.795,278,2.347,316,1.793,640,0.389,2120,3.014,2650,3.795,2990,4.751,2991,3.938,2992,4.751,2993,5.072]],["medium//precision-mental-health.html",[]],["content//precision-mental-health.html",[5,0.592,6,0.301,10,0.487,13,1.159,16,1.313,17,0.912,20,0.288,23,0.985,27,1.313,29,2.276,38,1.152,42,0.468,46,2.573,47,2.468,49,1.194,50,0.375,56,0.985,58,2.548,65,0.593,78,1.313,83,0.324,86,1,88,0.542,90,1.449,96,1.033,99,1.644,101,3.16,107,2.843,112,1.139,113,0.058,115,0.969,118,0.837,121,2.634,123,2.351,129,0.899,133,0.494,152,2.068,155,2.546,157,1.95,160,0.792,161,0.708,163,2.78,164,0.773,165,1.697,171,1.591,174,1.95,176,0.833,177,0.388,182,0.767,185,0.884,186,0.985,187,1.364,188,0.898,189,5.157,191,1.12,193,0.362,198,0.143,201,0.421,203,0.554,204,1.102,205,0.055,206,1.391,210,0.738,212,0.412,215,0.43,219,0.796,227,1.601,230,1.105,233,1.892,239,0.898,240,0.337,244,1.511,245,1.589,246,1.677,249,1.243,250,1.221,252,0.674,253,0.658,254,1.851,256,1.2,257,1.19,261,0.611,262,1.985,263,1.322,273,0.809,276,1.851,277,0.55,278,2.98,279,2.639,280,2.609,287,2.573,301,0.071,306,1.476,307,0.442,310,0.22,314,0.677,316,1.493,318,1.985,319,1.697,321,1.838,323,2.609,326,2.351,328,1.049,330,2.077,331,0.7,333,2.639,334,0.762,337,0.884,342,2.351,344,0.502,358,1.027,359,0.926,361,1.179,363,0.651,368,1.566,371,1.741,378,0.117,380,1.16,384,0.912,387,1.511,393,1.315,396,1.983,400,1.243,401,1.321,402,0.629,408,1.544,411,1.243,414,0.464,418,1.697,424,1,428,1.788,432,1.58,433,2.084,435,1.2,437,1.919,439,1.403,440,2.068,446,1.922,447,0.81,452,1.305,453,1.493,459,0.421,465,1.449,469,0.985,475,2.71,476,0.884,479,1.922,481,2.968,483,1.419,484,1.617,485,1.699,488,2.014,489,3.392,493,4.419,497,2.828,505,2.084,513,1.511,516,1.892,532,0.402,539,0.558,547,0.198,553,2.11,557,0.658,559,0.708,560,0.74,562,0.785,584,1.187,586,1.364,596,0.796,609,2.162,611,0.94,624,1,633,1.266,634,1.172,636,1.179,637,0.494,639,0.955,640,0.551,643,0.74,688,1.544,693,1.338,695,0.542,697,0.422,698,1.479,713,1.741,723,2.068,734,2.468,753,0.575,755,2.068,756,2.351,757,1.449,772,1.207,774,2.451,782,2.029,809,1.391,811,1.391,813,1.204,815,2.276,825,3.054,828,1.12,829,0.808,832,2.586,835,0.629,837,0.751,849,1.282,851,0.761,861,1.042,882,2.625,884,1.159,896,1.419,897,2.084,902,1.95,928,1.892,950,1.741,968,2.25,970,3.956,975,1.266,989,1.656,995,1.728,1004,1.741,1006,1.338,1048,0.926,1049,2.9,1062,1.449,1066,1.419,1074,1.566,1075,1.016,1081,2.342,1083,1.656,1087,1.838,1089,0.797,1103,0.808,1105,1.741,1126,2.052,1127,1.741,1139,1.2,1152,2.831,1158,1.617,1160,1.139,1161,2.162,1162,0.985,1205,1,1231,1.697,1235,0.926,1240,1.084,1247,1.656,1254,1.838,1276,1.741,1281,1.313,1296,1.479,1314,2.014,1366,0.912,1382,3.054,1383,1,1394,1.95,1398,1.313,1401,2.162,1408,2.709,1480,2.785,1495,1.419,1511,1.479,1521,1.493,1530,1.788,1539,2.51,1544,2.068,1554,3.412,1565,2.014,1566,2.351,1573,2.25,1580,2.609,1589,2.573,1592,1.788,1616,1.892,1622,3.365,1625,2.785,1634,1.892,1636,2.162,1637,1.838,1645,2.25,1667,1.803,1675,1.838,1688,1.991,1711,1.286,1729,1.566,1731,2.786,1733,2.468,1737,2.029,1738,1.259,1739,2.51,1743,2.084,1745,1.301,1755,1.697,1763,4.305,1764,2.786,1771,2.162,1772,3.688,1777,3.365,1778,3.986,1785,1.892,1786,2.451,1794,1.95,1799,5.73,1809,2.243,1813,3.956,1815,1.544,1817,1.58,1826,0.74,1849,2.868,1853,1.788,1863,1.617,1865,2.785,1899,2.468,1916,1.419,1918,2.162,1972,1.697,1989,2.957,2013,1.697,2024,1.391,2050,2.196,2051,2.957,2091,1.58,2138,2.957,2190,3.022,2203,1.788,2227,1.788,2328,1.511,2360,3.564,2364,2.785,2495,3.022,2509,1.656,2572,3.986,2576,2.786,2577,2.084,2583,2.351,2622,2.084,2650,5.546,2652,2.084,2662,2.785,2665,3.349,2666,2.196,2667,3.022,2670,3.054,2679,2.162,2682,1.892,2780,3.054,2783,2.786,2809,2.351,2820,2.868,2848,1.892,2850,3.383,2864,3.273,2936,1.391,2941,2.25,2990,6.848,2991,3.279,2992,5.73,2993,5.692,3226,2.609,3233,1.95,3305,3.054,3313,2.468,3334,2.785,3359,2.468,3370,3.742,3430,2.468,3431,3.412,3455,2.25,3520,2.609,3522,3.022,3562,2.468,3898,2.785,3921,2.785,3992,3.564,4028,2.785,4031,2.162,4073,3.022,4221,3.022,4234,3.022,4294,2.351,4318,2.084,4325,3.022,4396,2.609,4397,3.022,4415,2.162,4635,2.785,4639,2.468,4684,3.022,4881,3.956,4925,3.022,5084,3.022,5382,2.785,5384,3.022,5385,6.175,5621,2.609,5911,5.101,5974,2.351,6376,3.022,6436,2.609,6535,3.022,6688,3.022,7006,3.022,7049,7.574,7129,3.022,7190,4.581,7288,2.468,7466,3.022,7475,6.19,7476,9.76,7477,7.814,7478,3.38,7479,3.38,7480,5.125,7481,5.125,7482,7.814,7483,3.38,7484,3.38,7485,3.38,7486,3.38,7487,3.38,7488,3.38,7489,3.38,7490,6.908,7491,3.38,7492,3.38,7493,3.38,7494,3.38,7495,3.38,7496,3.38,7497,3.38,7498,3.38,7499,5.125,7500,3.38,7501,5.125,7502,5.125,7503,3.38,7504,3.38,7505,3.38,7506,3.38,7507,3.38]],["file_terms//precision-mental-health.html",[]],["root_relative_url//uw-research-computing/sign-in.html",[83,0.136,532,0.223,7281,3.672,7508,4.108]],["high//uw-research-computing/sign-in.html",[5,0.508,8,0.255,140,4.427,261,1.297,343,2.38]],["medium//uw-research-computing/sign-in.html",[]],["content//uw-research-computing/sign-in.html",[1888,3.416]],["file_terms//uw-research-computing/sign-in.html",[]],["root_relative_url//events.html",[7509,6.54]],["high//events.html",[5,0.314,6,0.144,8,0.057,10,0.534,20,0.053,83,0.123,113,0.032,133,0.236,148,0.404,149,0.259,193,0.173,210,0.232,234,0.737,261,0.292,264,0.544,273,0.161,307,0.72,311,0.722,317,1.415,331,0.264,343,0.535,344,0.551,347,0.842,385,0.692,406,0.706,514,0.553,532,0.24,544,0.191,552,0.3,638,0.152,641,0.57,643,0.97,654,0.493,657,0.856,669,0.651,683,0.651,686,0.878,827,0.651,867,0.442,943,0.816,1150,0.509,1160,0.544,1165,2.642,1184,0.878,1366,0.435,1383,0.478,1547,0.962,1586,0.791,1683,0.962,1711,0.521,1712,0.831,1729,0.493,1734,1.616,1738,1.118,1822,2.726,1823,1.246,1825,1.616,1835,1.179,1836,1.246,1837,1.443,1838,1.33,1839,1.246,1840,1.123,1841,1.33,1842,1.443,1847,1.246,1850,0.995,1913,0.884,1978,0.878,2121,1.179,2125,0.754,2198,1.616,2207,1.372,2344,1.443,2350,0.931,2565,0.995,2862,1.792,2911,0.962,3003,1.179,3005,3.318,3015,1.33,3027,2.504,3037,2.308,3038,1.948,3706,1.246,4355,1.246,4759,2.71]],["medium//events.html",[]],["content//events.html",[]],["file_terms//events.html",[]]],"invertedIndex":[["",{"_index":301,"root_relative_url":{},"high":{"/events/2023/01/data-center-tours.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/events/2022/11/extended-office-hours.html":{},"/CHTC-Philosophy.html":{},"/news.html":{},"/uw-research-computing/dos-unix.html":{},"/events/2023/02/research-bazaar.html":{},"/events/2023/01/hpc-cluster-faq.html":{},"/events/2023/10/information-session.html":{},"/research.html":{},"/HTC24.html":{},"/events/2022/11/gpu-ml-demo.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/bat-genomics.html":{},"/events/2023/11/intro-workshop.html":{}},"medium":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/julia-jobs.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/java-jobs.html":{},"/staff/docs/Adding_News_Articles.html":{}},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/the-pelican-project.html":{},"/uw-research-computing/gpu-jobs.html":{},"/Garcia.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/CLAS12.html":{},"/Hannah-Showcase.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/mpi-jobs.html":{},"/Natzke.html":{},"/Showcase.html":{},"/Record.html":{},"/htcondor-european-workshop.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/events/demo.html":{},"/uw-research-computing/get-started.html":{},"/icon_credits.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/Opotowsky.html":{},"/ospool-computation.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/news.html":{},"/newsletter.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/Gillett.html":{},"/uw-research-computing/file-availability.html":{},"/Messick.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/globus.html":{},"/Hiemstra.html":{},"/events/demo/index.html":{},"/index.html":{},"/uw-research-computing/guides.html":{},"/Google-HTCondor.html":{},"/PATh-Facility.html":{},"/uw-research-computing/julia-jobs.html":{},"/jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/user-expectations.html":{},"/EHT.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/Banq.html":{},"/hanna-lab.html":{},"/Spencer-Showcase.html":{},"/astronomy-archives.html":{},"/ML-Demo.html":{},"/gpu-cloudburst.html":{},"/Technology-Refresh.html":{},"/uw-research-computing/hpc-software.html":{},"/HTCondorWeek-Photos.html":{},"/CDIS_eventpage.html":{},"/events/2023/01/hpc-cluster-faq.html":{},"/neuroscientist.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dagman-workflows.html":{},"/get-to-know-todd.html":{},"/OSPool-Cores.html":{},"/OSG-School.html":{},"/Science-Gateway.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/r-build.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/chtc-demo.html":{},"/EOL-OSG.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/HTC24.html":{},"/uw-research-computing/scaling-htc.html":{},"/veritas.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/AMNH-Workshops.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/hannah.html":{},"/uw-research-computing/condor_q.html":{},"/projects.html":{},"/uw-research-computing/connecting.html":{},"/tribalcollege.html":{},"/GLUE-lab.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/DoIt-Article-Summary.html":{},"/Joe-B-Profile.html":{},"/uw-research-computing/docker-jobs.html":{},"/events/extended-office-hours.html":{},"/uw-research-computing/matlab-jobs.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/licensed-software.html":{},"/fire-up-the-gpus.html":{},"/Fulvio.html":{},"/david-swanson-awardees-2023.html":{},"/ucsd-external-release.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/docker-build.html":{},"/gis-story.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/quota-request.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/fellowships/list.html":{},"/CDIS-bldg.html":{},"/ASP.html":{},"/map/index.html":{},"/adjacent-tissues-paper.html":{},"/NIAID.html":{},"/materials-science.html":{},"/Anirvan-Showcase.html":{},"/bat-genomics.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/get-help.html":{},"/uw-research-computing/check-quota.html":{},"/Wilcots.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{},"/spalding-lab.html":{},"/uw-research-computing/java-jobs.html":{},"/staff/docs/Adding_News_Articles.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["0",{"_index":610,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/check-quota.html":{}},"content":{"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/file-avail-squid.html":{},"/newsletter.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/file-availability.html":{},"/ML-Demo.html":{},"/research.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/file-avail-s3.html":{},"/map/index.html":{}},"file_terms":{}}],["0+00:00:00",{"_index":6158,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["0+00:00:05",{"_index":6165,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["0+00:00:09",{"_index":6201,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["0+00:00:17",{"_index":6193,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["0+00:00:26",{"_index":6163,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["0+00:01:44",{"_index":6161,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["0+00:07:11",{"_index":6176,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["0+00:07:16",{"_index":6179,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["0+00:07:17",{"_index":6173,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["0,61}[a",{"_index":3113,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["0.0",{"_index":6159,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["0.15",{"_index":5642,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["0.3",{"_index":6194,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["0.5k",{"_index":4202,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["0.data",{"_index":1335,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{},"file_terms":{}}],["000",{"_index":5804,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["000000",{"_index":6442,"root_relative_url":{},"high":{},"medium":{},"content":{"/branding.html":{}},"file_terms":{}}],["001",{"_index":5823,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{},"/uw-research-computing/testing-jobs.html":{}},"content":{},"file_terms":{}}],["003",{"_index":4421,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/high-memory-jobs.html":{}},"content":{},"file_terms":{}}],["005",{"_index":5838,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{},"/uw-research-computing/testing-jobs.html":{}},"content":{},"file_terms":{}}],["006",{"_index":5833,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["00:00:00",{"_index":3211,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{},"/uw-research-computing/testing-jobs.html":{}},"content":{"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["01",{"_index":3014,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{}},"content":{"/news.html":{}},"file_terms":{}}],["019",{"_index":4701,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["02",{"_index":3031,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/docker-build.html":{}},"content":{"/news.html":{}},"file_terms":{}}],["0200",{"_index":5210,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["03",{"_index":3024,"root_relative_url":{},"high":{},"medium":{},"content":{"/news.html":{}},"file_terms":{}}],["03/12",{"_index":6577,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/testing-jobs.html":{}},"content":{},"file_terms":{}}],["0351",{"_index":3745,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["04/05/19",{"_index":5781,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["040",{"_index":5811,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["04:30:00",{"_index":2278,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"content":{},"file_terms":{}}],["0517",{"_index":4702,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["06",{"_index":3008,"root_relative_url":{},"high":{},"medium":{},"content":{"/news.html":{},"/index.html":{},"/research.html":{}},"file_terms":{}}],["07",{"_index":3726,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["08",{"_index":5806,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["08/23",{"_index":3184,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{}},"content":{},"file_terms":{}}],["08/24",{"_index":3185,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{}},"content":{},"file_terms":{}}],["09",{"_index":3023,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/julia-jobs.html":{}},"content":{"/news.html":{}},"file_terms":{}}],["09:00",{"_index":3747,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["1",{"_index":544,"root_relative_url":{},"high":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/events/2022/11/extended-office-hours.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/astronomy-archives.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/r-jobs.html":{},"/events.html":{}},"medium":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/r-jobs.html":{}},"content":{"/Garcia.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/CLAS12.html":{},"/events/2022/11/extended-office-hours.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/internships.html":{},"/uw-research-computing/file-availability.html":{},"/Messick.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/user-expectations.html":{},"/astronomy-archives.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/research.html":{},"/EOL-OSG.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/CHTC-pool-record.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/Fulvio.html":{},"/ucsd-external-release.html":{},"/uw-research-computing/quota-request.html":{},"/fellowships/list.html":{},"/map/index.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/check-quota.html":{},"/Wilcots.html":{},"/fellowships/index.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["1(2",{"_index":4843,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["1,000",{"_index":6841,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/list.html":{},"/adjacent-tissues-paper.html":{}},"file_terms":{}}],["1,206",{"_index":5691,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["1,224",{"_index":5692,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["1,500",{"_index":1569,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{}},"file_terms":{}}],["1,690",{"_index":6615,"root_relative_url":{},"high":{},"medium":{},"content":{"/Fulvio.html":{}},"file_terms":{}}],["1,865",{"_index":5972,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["1,976",{"_index":5687,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["1.0.5",{"_index":3640,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/julia-jobs.html":{}},"content":{},"file_terms":{}}],["1.1",{"_index":3823,"root_relative_url":{},"high":{},"medium":{},"content":{"/EHT.html":{}},"file_terms":{}}],["1.18.2",{"_index":1229,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/conda-installation.html":{}},"content":{},"file_terms":{}}],["1.2",{"_index":4464,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/high-memory-jobs.html":{}},"file_terms":{}}],["1.23.5",{"_index":2416,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/python-jobs.html":{}},"content":{},"file_terms":{}}],["1.3",{"_index":7348,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["1.4",{"_index":6634,"root_relative_url":{},"high":{},"medium":{},"content":{"/david-swanson-awardees-2023.html":{}},"file_terms":{}}],["1.5",{"_index":4473,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/high-memory-jobs.html":{}},"file_terms":{}}],["1.5tb",{"_index":4472,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/high-memory-jobs.html":{}},"file_terms":{}}],["1.6",{"_index":2724,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-htc.html":{}},"content":{},"file_terms":{}}],["1.8",{"_index":7428,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/java-jobs.html":{}},"file_terms":{}}],["1.b.1",{"_index":4784,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/r-build.html":{}},"file_terms":{}}],["1.chtc.wisc.edu&noudp&sock=schedd_8205_86a8",{"_index":5810,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["1.data",{"_index":1336,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{},"file_terms":{}}],["1/1/2020",{"_index":3215,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["1/3",{"_index":687,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{}},"file_terms":{}}],["10",{"_index":669,"root_relative_url":{},"high":{"/uw-research-computing/condor_q.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/events.html":{}},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/multiple-jobs.html":{},"/htcondor-european-workshop.html":{},"/uw-research-computing/chtc-services.html":{},"/Opotowsky.html":{},"/news.html":{},"/internships.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/gpu-cloudburst.html":{},"/Technology-Refresh.html":{},"/get-to-know-todd.html":{},"/research.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/resources.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/connecting.html":{},"/GLUE-lab.html":{},"/david-swanson-awardees-2023.html":{},"/ucsd-external-release.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/Anirvan-Showcase.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["10,000",{"_index":1389,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/multiple-jobs.html":{},"/CLAS12.html":{},"/Opotowsky.html":{},"/hanna-lab.html":{},"/get-to-know-todd.html":{},"/veritas.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/bat-genomics.html":{}},"file_terms":{}}],["10,168",{"_index":5686,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["10,388",{"_index":5536,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{}},"file_terms":{}}],["10.1k",{"_index":4204,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["100",{"_index":206,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/helloworld.html":{}},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/cite-chtc.html":{},"/uw-research-computing/file-availability.html":{},"/Google-HTCondor.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/OSG-School.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/scaling-htc.html":{},"/veritas.html":{},"/uw-research-computing/file-avail-s3.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/gis-story.html":{},"/Anirvan-Showcase.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/uw-research-computing/r-jobs.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["100,000",{"_index":4027,"root_relative_url":{},"high":{},"medium":{},"content":{"/Spencer-Showcase.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/scaling-htc.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/gis-story.html":{},"/approach.html":{}},"file_terms":{}}],["1000",{"_index":1392,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{},"/uw-research-computing/testing-jobs.html":{}},"content":{"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/chtc-services.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/use-submit-node.html":{},"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["1000000",{"_index":6581,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/testing-jobs.html":{}},"content":{},"file_terms":{}}],["100gb",{"_index":4436,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/high-memory-jobs.html":{}},"content":{"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["100gbp",{"_index":6015,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["100jobs.sub",{"_index":1328,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{},"file_terms":{}}],["100mb",{"_index":1284,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/file-avail-s3.html":{}},"file_terms":{}}],["100tb",{"_index":6828,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/list.html":{}},"file_terms":{}}],["100x100x100",{"_index":178,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["1024",{"_index":6495,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{}},"content":{"/uw-research-computing/check-quota.html":{}},"file_terms":{}}],["1033",{"_index":4024,"root_relative_url":{},"high":{},"medium":{},"content":{"/Spencer-Showcase.html":{}},"file_terms":{}}],["104",{"_index":4858,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["10485760",{"_index":6213,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["10:30",{"_index":7209,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-help.html":{}},"file_terms":{}}],["10:30am",{"_index":4364,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/01/hpc-cluster-faq.html":{}},"file_terms":{}}],["10gb",{"_index":662,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{}},"file_terms":{}}],["10gbp",{"_index":6014,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["10px",{"_index":6907,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["10–14",{"_index":3036,"root_relative_url":{},"high":{},"medium":{},"content":{"/Throughput-Computing-2023.html":{},"/events/2023/07/throughput-computing-2023.html":{}},"file_terms":{}}],["11",{"_index":1850,"root_relative_url":{},"high":{"/events/2024/02/OSG-User-School-2023.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/user-news.html":{},"/events.html":{}},"medium":{},"content":{"/events/2024/02/OSG-User-School-2023.html":{},"/Showcase.html":{},"/research.html":{},"/uw-research-computing/scaling-htc.html":{},"/hannah.html":{}},"file_terms":{}}],["11.3.0",{"_index":2332,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-spack-install.html":{}},"file_terms":{}}],["11/18",{"_index":6191,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["11000",{"_index":576,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/gpu-jobs.html":{}},"content":{},"file_terms":{}}],["111",{"_index":4311,"root_relative_url":{},"high":{},"medium":{},"content":{"/HTCondorWeek-Photos.html":{},"/research.html":{}},"file_terms":{}}],["113",{"_index":6140,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["114",{"_index":3952,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{},"/htcondor-helps-enable-mars-research.html":{}},"file_terms":{}}],["1148698",{"_index":4248,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["116",{"_index":7246,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["1195",{"_index":6500,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{}},"content":{},"file_terms":{}}],["11th",{"_index":4586,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{}},"file_terms":{}}],["12",{"_index":683,"root_relative_url":{},"high":{"/HTC24.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/events.html":{}},"medium":{"/uw-research-computing/condor_q.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/docker-build.html":{},"/staff/docs/Adding_News_Articles.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{},"/CLAS12.html":{},"/ospool-computation.html":{},"/news.html":{},"/Throughput-Computing-2023.html":{},"/index.html":{},"/EHT.html":{},"/Banq.html":{},"/events/2023/01/hpc-cluster-faq.html":{},"/research.html":{},"/HTC24.html":{},"/veritas.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/projects.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/fellowships/index.html":{},"/uw-research-computing/get-submit-node.html":{},"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["12,000",{"_index":7099,"root_relative_url":{},"high":{},"medium":{},"content":{"/Anirvan-Showcase.html":{}},"file_terms":{}}],["12.1.0",{"_index":833,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{}},"file_terms":{}}],["12.4",{"_index":4214,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["12.5k",{"_index":4205,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["120",{"_index":4106,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/hpc-spack-setup.html":{}},"file_terms":{}}],["123",{"_index":5318,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["123456",{"_index":1464,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/colab-to-chtc.html":{}},"content":{},"file_terms":{}}],["124",{"_index":1037,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{},"file_terms":{}}],["1240",{"_index":4759,"root_relative_url":{},"high":{"/events.html":{}},"medium":{},"content":{"/events/2023/10/information-session.html":{},"/events/2022/11/gpu-ml-demo.html":{},"/CDIS-bldg.html":{},"/events/2023/11/intro-workshop.html":{}},"file_terms":{}}],["1260",{"_index":2344,"root_relative_url":{},"high":{"/events.html":{}},"medium":{},"content":{"/events/2022/11/extended-office-hours.html":{}},"file_terms":{}}],["1263",{"_index":5441,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["12690m",{"_index":7220,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/check-quota.html":{}},"content":{},"file_terms":{}}],["1270",{"_index":5817,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["128",{"_index":2879,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/Technology-Refresh.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["128.104.101.92:9618",{"_index":5780,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["128.104.58.85:49163",{"_index":6579,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/testing-jobs.html":{}},"content":{},"file_terms":{}}],["128.105.244.191:9618?addrs=128.105.244.191",{"_index":5808,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["128.105.69.181:9618?addrs=128.105.69.181",{"_index":5813,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["12:00",{"_index":4758,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/10/information-session.html":{},"/uw-research-computing/get-help.html":{}},"file_terms":{}}],["12:00pm",{"_index":1844,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/01/data-center-tours.html":{},"/events/2022/11/extended-office-hours.html":{},"/events/2023/01/hpc-cluster-faq.html":{}},"file_terms":{}}],["12:24",{"_index":2402,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/r-jobs.html":{}},"content":{},"file_terms":{}}],["12:30",{"_index":7298,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/11/intro-workshop.html":{}},"file_terms":{}}],["12:48:06",{"_index":6578,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/testing-jobs.html":{}},"content":{},"file_terms":{}}],["13",{"_index":3013,"root_relative_url":{},"high":{"/uw-research-computing/user-news.html":{}},"medium":{},"content":{"/news.html":{},"/gpargo-cc-star.html":{},"/research.html":{}},"file_terms":{}}],["13(3",{"_index":4923,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["13,440",{"_index":5690,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["13.3",{"_index":1662,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{}},"file_terms":{}}],["130",{"_index":5319,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["132.2",{"_index":4207,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["133",{"_index":5841,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["1346",{"_index":4943,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["135",{"_index":5321,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["135,000",{"_index":1992,"root_relative_url":{},"high":{},"medium":{},"content":{"/Natzke.html":{}},"file_terms":{}}],["1387",{"_index":5802,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["13:00",{"_index":6157,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["13:05",{"_index":6136,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["13:45:35",{"_index":5807,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["13:46:30",{"_index":5812,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["13:46:32",{"_index":5822,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["13:46:33",{"_index":5824,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["13:47",{"_index":6139,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["13:56",{"_index":6143,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["14",{"_index":1825,"root_relative_url":{},"high":{"/events/2023/01/data-center-tours.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/events.html":{}},"medium":{},"content":{"/events/2023/01/data-center-tours.html":{},"/news.html":{},"/Science-Gateway.html":{},"/research.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/ucsd-external-release.html":{},"/gis-story.html":{},"/events/2023/07/throughput-computing-2023.html":{}},"file_terms":{}}],["14,021",{"_index":7109,"root_relative_url":{},"high":{},"medium":{},"content":{"/Anirvan-Showcase.html":{}},"file_terms":{}}],["14297940.23",{"_index":6137,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["14306351",{"_index":6138,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["14306411.0",{"_index":6142,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["14308195.6",{"_index":6144,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["14361197",{"_index":6146,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["14367836.0",{"_index":6149,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["144",{"_index":5322,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["144,000",{"_index":1802,"root_relative_url":{},"high":{},"medium":{},"content":{"/Hannah-Showcase.html":{}},"file_terms":{}}],["1448",{"_index":5223,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["1481",{"_index":4882,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["1487",{"_index":5038,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["14:00",{"_index":6496,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{}},"content":{},"file_terms":{}}],["14:21",{"_index":6491,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{}},"content":{},"file_terms":{}}],["14th",{"_index":1828,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/01/data-center-tours.html":{},"/Record.html":{},"/research.html":{}},"file_terms":{}}],["15",{"_index":3011,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{}},"content":{"/news.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/resources.html":{},"/NIAID.html":{},"/uw-research-computing/user-news.html":{},"/fellowships/index.html":{}},"file_terms":{}}],["15.5",{"_index":5955,"root_relative_url":{},"high":{},"medium":{},"content":{"/AMNH-Workshops.html":{}},"file_terms":{}}],["155,000",{"_index":6472,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-helps-enable-mars-research.html":{}},"file_terms":{}}],["157",{"_index":4268,"root_relative_url":{},"high":{},"medium":{},"content":{"/Technology-Refresh.html":{}},"file_terms":{}}],["15:33",{"_index":5801,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["15:34",{"_index":5786,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["15:35:17",{"_index":5782,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["15:37",{"_index":5791,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["15k",{"_index":2230,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/chtc-services.html":{}},"file_terms":{}}],["15th",{"_index":4914,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["16",{"_index":1978,"root_relative_url":{},"high":{"/events/2022/11/gpu-ml-demo.html":{},"/events.html":{}},"medium":{},"content":{"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/cite-chtc.html":{},"/news.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/resources.html":{},"/events/2022/11/gpu-ml-demo.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/projects.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["160gbp",{"_index":2891,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["161k",{"_index":7223,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/check-quota.html":{}},"content":{},"file_terms":{}}],["167",{"_index":4266,"root_relative_url":{},"high":{},"medium":{},"content":{"/Technology-Refresh.html":{}},"file_terms":{}}],["16990548.000.000",{"_index":5805,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["16:04",{"_index":6147,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["16:51",{"_index":6192,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["16gb",{"_index":652,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/colab-to-chtc.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{}},"file_terms":{}}],["16th",{"_index":4131,"root_relative_url":{},"high":{},"medium":{},"content":{"/ML-Demo.html":{},"/research.html":{},"/events/2022/11/gpu-ml-demo.html":{}},"file_terms":{}}],["17",{"_index":1303,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/testing-jobs.html":{}},"content":{"/uw-research-computing/conda-installation.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/CHTC-Philosophy.html":{},"/news.html":{},"/index.html":{},"/research.html":{}},"file_terms":{}}],["17,000",{"_index":4134,"root_relative_url":{},"high":{},"medium":{},"content":{"/ML-Demo.html":{}},"file_terms":{}}],["17.0.1",{"_index":7426,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/java-jobs.html":{}},"content":{},"file_terms":{}}],["17.0.1/bin:$path",{"_index":7424,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/java-jobs.html":{}},"content":{},"file_terms":{}}],["17.0.1_linux",{"_index":7419,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/java-jobs.html":{}},"content":{},"file_terms":{}}],["177",{"_index":5236,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["17870068.220",{"_index":1057,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{},"file_terms":{}}],["17:00",{"_index":3748,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["17:27",{"_index":6172,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["17th",{"_index":2087,"root_relative_url":{},"high":{},"medium":{},"content":{"/Record.html":{}},"file_terms":{}}],["18",{"_index":3401,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{"/gpargo-cc-star.html":{},"/Banq.html":{},"/research.html":{},"/uw-research-computing/resources.html":{}},"file_terms":{}}],["180",{"_index":4578,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{"/OSPool-Cores.html":{}},"file_terms":{}}],["1826967",{"_index":4250,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["184",{"_index":5237,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["1841530",{"_index":4249,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["1848",{"_index":3926,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{}},"file_terms":{}}],["1855",{"_index":6385,"root_relative_url":{},"high":{},"medium":{},"content":{"/tribalcollege.html":{}},"file_terms":{}}],["186",{"_index":6611,"root_relative_url":{},"high":{},"medium":{},"content":{"/Fulvio.html":{}},"file_terms":{}}],["18701",{"_index":3151,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{}},"content":{},"file_terms":{}}],["18701[alice@login",{"_index":3163,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{}},"content":{},"file_terms":{}}],["18701[alice@spark",{"_index":3164,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{}},"content":{},"file_terms":{}}],["1879",{"_index":3968,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{}},"file_terms":{}}],["18t18:46:33z",{"_index":5845,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["19",{"_index":406,"root_relative_url":{},"high":{"/Resilience.html":{},"/news.html":{},"/events/2023/01/hpc-cluster-faq.html":{},"/events.html":{}},"medium":{"/uw-research-computing/matlab-jobs.html":{}},"content":{"/the-pelican-project.html":{},"/Resilience.html":{},"/news.html":{},"/gpargo-cc-star.html":{},"/events/2023/01/hpc-cluster-faq.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/AMNH-Workshops.html":{},"/hannah.html":{},"/uw-research-computing/condor_q.html":{},"/projects.html":{},"/adjacent-tissues-paper.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/bat-genomics.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/fellowships/index.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["19,000",{"_index":2882,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["1921",{"_index":3967,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{}},"file_terms":{}}],["1937",{"_index":6746,"root_relative_url":{},"high":{},"medium":{},"content":{"/gis-story.html":{}},"file_terms":{}}],["1940",{"_index":274,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/Wilcots.html":{}},"file_terms":{}}],["1941",{"_index":6758,"root_relative_url":{},"high":{},"medium":{},"content":{"/gis-story.html":{}},"file_terms":{}}],["1941481",{"_index":4246,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["19448402",{"_index":6216,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["1946",{"_index":7234,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["195",{"_index":6153,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["195.10",{"_index":6156,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["195.14",{"_index":6160,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["195.16",{"_index":6162,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["195.39",{"_index":6164,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["195.40",{"_index":6166,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["195.41",{"_index":6167,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["195.53",{"_index":6168,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["195.57",{"_index":6169,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["195.58",{"_index":6170,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["1950",{"_index":275,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["1960’",{"_index":6857,"root_relative_url":{},"high":{},"medium":{},"content":{"/CDIS-bldg.html":{}},"file_terms":{}}],["1978",{"_index":3969,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{}},"file_terms":{}}],["198",{"_index":4871,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["1980",{"_index":5672,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["1982",{"_index":5341,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["1987",{"_index":4863,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["1988",{"_index":4859,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["199",{"_index":5684,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["1990",{"_index":5300,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{},"/uw-research-computing/resources.html":{},"/fire-up-the-gpus.html":{}},"file_terms":{}}],["1991",{"_index":4928,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["1992",{"_index":4950,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["1993",{"_index":4851,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["1994",{"_index":5213,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["1995",{"_index":1356,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{"/research.html":{}},"file_terms":{}}],["1996",{"_index":4746,"root_relative_url":{},"high":{},"medium":{},"content":{"/htc.html":{},"/research.html":{}},"file_terms":{}}],["1997",{"_index":1590,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/get-to-know-todd.html":{},"/htc.html":{},"/research.html":{}},"file_terms":{}}],["1998",{"_index":4891,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["1999",{"_index":1358,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{"/research.html":{}},"file_terms":{}}],["19997268",{"_index":6210,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["19th",{"_index":4361,"root_relative_url":{},"high":{"/events/2023/01/hpc-cluster-faq.html":{}},"medium":{},"content":{},"file_terms":{}}],["19–22",{"_index":2131,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{}},"file_terms":{}}],["1:00",{"_index":3780,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{},"/events/2023/10/information-session.html":{}},"file_terms":{}}],["1:00pm",{"_index":4368,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/01/hpc-cluster-faq.html":{}},"file_terms":{}}],["1:30",{"_index":5938,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2022/11/gpu-ml-demo.html":{}},"file_terms":{}}],["1].parentel",{"_index":3100,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["1e",{"_index":4070,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}],["1gb",{"_index":602,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/testing-jobs.html":{}},"content":{"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/file-avail-s3.html":{}},"file_terms":{}}],["1m",{"_index":6017,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["1pm",{"_index":4367,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/01/hpc-cluster-faq.html":{}},"file_terms":{}}],["1st",{"_index":1836,"root_relative_url":{},"high":{"/events.html":{}},"medium":{},"content":{"/events/2023/01/data-center-tours.html":{},"/events/2022/11/extended-office-hours.html":{},"/EOL-OSG.html":{}},"file_terms":{}}],["1tb",{"_index":4471,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/high-memory-jobs.html":{}},"file_terms":{}}],["1u",{"_index":7340,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["1{fill:#b61f24",{"_index":6441,"root_relative_url":{},"high":{},"medium":{},"content":{"/branding.html":{}},"file_terms":{}}],["2",{"_index":545,"root_relative_url":{},"high":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/r-jobs.html":{}},"medium":{"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/r-jobs.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{},"/Garcia.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/Spencer-Showcase.html":{},"/astronomy-archives.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/docker-test.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/testing-jobs.html":{},"/ucsd-external-release.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/fellowships/list.html":{},"/bat-genomics.html":{},"/uw-research-computing/github-remote-access.html":{},"/fellowships/index.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["2.0.1.tar.gz",{"_index":4434,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/high-memory-jobs.html":{}},"content":{},"file_terms":{}}],["2.0.6",{"_index":4441,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/high-memory-jobs.html":{}},"content":{},"file_terms":{}}],["2.0.6:$path",{"_index":4444,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/high-memory-jobs.html":{}},"content":{},"file_terms":{}}],["2.1k",{"_index":4201,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["2.4ghz",{"_index":7346,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["2.5",{"_index":4210,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/hpc-buy-in.html":{}},"file_terms":{}}],["2.6",{"_index":2086,"root_relative_url":{},"high":{},"medium":{},"content":{"/Record.html":{}},"file_terms":{}}],["2.7",{"_index":2426,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/python-jobs.html":{}},"file_terms":{}}],["2.chtc.wisc.edu",{"_index":5779,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["2.data",{"_index":1337,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{},"file_terms":{}}],["2/3",{"_index":685,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{}},"file_terms":{}}],["20",{"_index":2641,"root_relative_url":{},"high":{"/bat-genomics.html":{}},"medium":{},"content":{"/CHTC-Philosophy.html":{},"/uw-research-computing/cite-chtc.html":{},"/news.html":{},"/internships.html":{},"/uw-research-computing/file-availability.html":{},"/EHT.html":{},"/hanna-lab.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/research.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/use-submit-node.html":{},"/AMNH-Workshops.html":{},"/projects.html":{},"/uw-research-computing/licensed-software.html":{},"/bat-genomics.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/hpc-buy-in.html":{}},"file_terms":{}}],["20,000",{"_index":3522,"root_relative_url":{},"high":{},"medium":{},"content":{"/index.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["200",{"_index":1573,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/get-to-know-todd.html":{},"/ASP.html":{},"/uw-research-computing/hpc-overview.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["200,000",{"_index":7403,"root_relative_url":{},"high":{},"medium":{},"content":{"/spalding-lab.html":{}},"file_terms":{}}],["2000",{"_index":1359,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/condor_q.html":{}},"content":{"/research.html":{}},"file_terms":{}}],["2001",{"_index":4884,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["2002",{"_index":4827,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["2003",{"_index":4810,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["2004",{"_index":5015,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["2005",{"_index":1357,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{"/index.html":{},"/EHT.html":{},"/research.html":{}},"file_terms":{}}],["2006",{"_index":2858,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{},"/index.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/past_team_pictures.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["2007",{"_index":4906,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/research.html":{},"/past_team_pictures.html":{}},"file_terms":{}}],["2008",{"_index":5077,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/research.html":{},"/past_team_pictures.html":{}},"file_terms":{}}],["2009",{"_index":5278,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/research.html":{},"/past_team_pictures.html":{}},"file_terms":{}}],["200gb",{"_index":4435,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/high-memory-jobs.html":{}},"content":{"/uw-research-computing/high-memory-jobs.html":{}},"file_terms":{}}],["200gbp",{"_index":2888,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["200kb",{"_index":7471,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["2010",{"_index":2082,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/Showcase.html":{},"/research.html":{},"/past_team_pictures.html":{},"/NIAID.html":{}},"file_terms":{}}],["2011",{"_index":4996,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/research.html":{},"/past_team_pictures.html":{},"/gis-story.html":{}},"file_terms":{}}],["2012",{"_index":4869,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/research.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/resources.html":{},"/past_team_pictures.html":{},"/ASP.html":{}},"file_terms":{}}],["2013",{"_index":2785,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/research-facilitation.html":{},"/Banq.html":{},"/astronomy-archives.html":{},"/des-expanding-universe.html":{},"/past_team_pictures.html":{},"/CHTC-Facilitation.html":{},"/approach.html":{}},"file_terms":{}}],["2014",{"_index":6446,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/past_team_pictures.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["2015",{"_index":1360,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{"/research.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/past_team_pictures.html":{}},"file_terms":{}}],["2015b",{"_index":6514,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/matlab-jobs.html":{}},"file_terms":{}}],["2016",{"_index":3259,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/Gillett.html":{},"/veritas.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/condor_q.html":{},"/past_team_pictures.html":{},"/Anirvan-Showcase.html":{}},"file_terms":{}}],["2017",{"_index":3258,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/Gillett.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/astronomy-archives.html":{},"/gpu-cloudburst.html":{},"/EOL-OSG.html":{},"/projects.html":{},"/past_team_pictures.html":{}},"file_terms":{}}],["2017.10",{"_index":6734,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/docker-build.html":{}},"content":{},"file_terms":{}}],["2018",{"_index":1561,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/CLAS12.html":{},"/Natzke.html":{},"/past_team_pictures.html":{},"/fire-up-the-gpus.html":{},"/bat-genomics.html":{}},"file_terms":{}}],["2018b",{"_index":6515,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/matlab-jobs.html":{}},"file_terms":{}}],["2019",{"_index":1989,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{"/uw-research-computing/julia-jobs.html":{}},"content":{"/Natzke.html":{},"/EHT.html":{},"/Science-Gateway.html":{},"/EOL-OSG.html":{},"/uw-research-computing/connecting.html":{},"/past_team_pictures.html":{},"/david-swanson-awardees-2023.html":{},"/bat-genomics.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["2020",{"_index":1304,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/htcondor-european-workshop.html":{},"/Resilience.html":{},"/EHT.html":{},"/uw-research-computing/dagman-workflows.html":{},"/Science-Gateway.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/hannah.html":{},"/past_team_pictures.html":{},"/usgs-invasivespecies.html":{},"/Anirvan-Showcase.html":{},"/bat-genomics.html":{},"/Wilcots.html":{}},"file_terms":{}}],["2021",{"_index":1817,"root_relative_url":{},"high":{"/past_team_pictures.html":{}},"medium":{},"content":{"/Hannah-Showcase.html":{},"/Natzke.html":{},"/Showcase.html":{},"/Opotowsky.html":{},"/ospool-computation.html":{},"/ML-and-Image-Analyses-for-Livestock-Data.html":{},"/news.html":{},"/EHT.html":{},"/Spencer-Showcase.html":{},"/research.html":{},"/des-expanding-universe.html":{},"/EOL-OSG.html":{},"/uw-research-computing/connecting.html":{},"/past_team_pictures.html":{},"/david-swanson-awardees-2023.html":{},"/Anirvan-Showcase.html":{},"/staff/docs/Adding_News_Articles.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["2022",{"_index":347,"root_relative_url":{},"high":{"/news.html":{},"/HTCondorWeek-Photos.html":{},"/Lightning-Talks.html":{},"/past_team_pictures.html":{},"/ASP.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/user-news.html":{},"/events.html":{}},"medium":{},"content":{"/the-pelican-project.html":{},"/Garcia.html":{},"/OSG-User-School-Concludes.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/Natzke.html":{},"/Showcase.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/Opotowsky.html":{},"/news.html":{},"/Throughput-Computing-2023.html":{},"/Gillett.html":{},"/Messick.html":{},"/Hiemstra.html":{},"/PATh-Facility.html":{},"/staff/docs/Schedule_Calendar.html":{},"/HTCondorWeek-Photos.html":{},"/OSPool-Cores.html":{},"/icecube-receives-hpc-award.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/chtc-demo.html":{},"/EOL-OSG.html":{},"/hannah.html":{},"/uw-research-computing/connecting.html":{},"/DoIt-Article-Summary.html":{},"/past_team_pictures.html":{},"/Fulvio.html":{},"/ucsd-external-release.html":{},"/usgs-invasivespecies.html":{},"/ASP.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/Wilcots.html":{},"/uw-research-computing/user-news.html":{}},"file_terms":{}}],["2022b",{"_index":6516,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/matlab-jobs.html":{}},"file_terms":{}}],["2023",{"_index":1165,"root_relative_url":{},"high":{"/events/2024/02/OSG-User-School-2023.html":{},"/Throughput-Computing-2023.html":{},"/past_team_pictures.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/events.html":{}},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{"/OSG-User-School-Concludes.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/htcondor-european-workshop.html":{},"/uw-research-computing/cite-chtc.html":{},"/news.html":{},"/Throughput-Computing-2023.html":{},"/OSG-School.html":{},"/events/2023/10/information-session.html":{},"/people.html":{},"/uw-research-computing/use-submit-node.html":{},"/AMNH-Workshops.html":{},"/uw-research-computing/connecting.html":{},"/GLUE-lab.html":{},"/past_team_pictures.html":{},"/david-swanson-awardees-2023.html":{},"/ucsd-external-release.html":{},"/fellowships/list.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/events/2023/11/intro-workshop.html":{},"/fellowships/index.html":{}},"file_terms":{}}],["2023.html",{"_index":1846,"root_relative_url":{"/events/2024/02/OSG-User-School-2023.html":{},"/Throughput-Computing-2023.html":{},"/david-swanson-awardees-2023.html":{},"/events/2023/07/throughput-computing-2023.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["2023’",{"_index":6623,"root_relative_url":{},"high":{},"medium":{},"content":{"/david-swanson-awardees-2023.html":{}},"file_terms":{}}],["2024",{"_index":2198,"root_relative_url":{},"high":{"/HTC24.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/events.html":{}},"medium":{},"content":{"/htcondor-european-workshop.html":{},"/news.html":{},"/internships.html":{},"/index.html":{},"/HTC24.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/ASP.html":{},"/fellowships/index.html":{}},"file_terms":{}}],["2024.html",{"_index":6431,"root_relative_url":{"/events/2024/01/throughput-computing-2024.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["2024’",{"_index":2128,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{}},"file_terms":{}}],["2025",{"_index":6850,"root_relative_url":{},"high":{},"medium":{},"content":{"/CDIS-bldg.html":{}},"file_terms":{}}],["2030",{"_index":7269,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["2030508",{"_index":7334,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/index.html":{}},"file_terms":{}}],["20384",{"_index":7217,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/check-quota.html":{}},"content":{},"file_terms":{}}],["20480m",{"_index":7221,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/check-quota.html":{}},"content":{},"file_terms":{}}],["205",{"_index":5335,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{"/research.html":{}},"file_terms":{}}],["207",{"_index":4263,"root_relative_url":{},"high":{},"medium":{},"content":{"/Technology-Refresh.html":{},"/CHTC-pool-record.html":{},"/DoIt-Article-Summary.html":{},"/Joe-B-Profile.html":{}},"file_terms":{}}],["2080",{"_index":660,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{}},"file_terms":{}}],["2097152",{"_index":5844,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["20g",{"_index":4453,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/high-memory-jobs.html":{}},"content":{},"file_terms":{}}],["20gb",{"_index":5620,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["20px",{"_index":6905,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["20th",{"_index":6233,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-pool-record.html":{}},"file_terms":{}}],["21",{"_index":3028,"root_relative_url":{},"high":{},"medium":{},"content":{"/news.html":{},"/research.html":{},"/DoIt-Article-Summary.html":{},"/gis-story.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["211",{"_index":4872,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["213",{"_index":5336,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["219",{"_index":5240,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["21st",{"_index":7291,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/user-news.html":{}},"file_terms":{}}],["22",{"_index":1547,"root_relative_url":{},"high":{"/events/2023/02/research-bazaar.html":{},"/uw-research-computing/user-news.html":{},"/events.html":{}},"medium":{},"content":{"/CLAS12.html":{},"/news.html":{},"/events/2023/02/research-bazaar.html":{},"/research.html":{},"/projects.html":{},"/uw-research-computing/connecting.html":{},"/david-swanson-awardees-2023.html":{}},"file_terms":{}}],["22.05.6",{"_index":7359,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["22.5",{"_index":3860,"root_relative_url":{},"high":{},"medium":{},"content":{"/EHT.html":{}},"file_terms":{}}],["220",{"_index":1059,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["2200",{"_index":5816,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["23",{"_index":2911,"root_relative_url":{},"high":{"/events/2023/02/research-bazaar.html":{},"/uw-research-computing/user-news.html":{},"/events.html":{}},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{},"/news.html":{},"/gpargo-cc-star.html":{},"/events/2023/02/research-bazaar.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/uw-research-computing/user-news.html":{},"/fellowships/index.html":{}},"file_terms":{}}],["23,000",{"_index":7135,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{},"/uw-research-computing/hpc-buy-in.html":{}},"file_terms":{}}],["2331480",{"_index":7335,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/index.html":{}},"file_terms":{}}],["2331489",{"_index":391,"root_relative_url":{},"high":{},"medium":{},"content":{"/the-pelican-project.html":{}},"file_terms":{}}],["234567",{"_index":6221,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{"/uw-research-computing/condor_q.html":{}},"file_terms":{}}],["237",{"_index":5184,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["24",{"_index":686,"root_relative_url":{},"high":{"/events/2023/01/hpc-cluster-faq.html":{},"/events.html":{}},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/Natzke.html":{},"/news.html":{},"/Hiemstra.html":{},"/events/2023/01/hpc-cluster-faq.html":{},"/get-to-know-todd.html":{},"/research.html":{},"/uw-research-computing/resources.html":{},"/CHTC-pool-record.html":{},"/david-swanson-awardees-2023.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["240",{"_index":2260,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-spack-install.html":{}},"content":{"/fellowships/index.html":{}},"file_terms":{}}],["240,000",{"_index":2975,"root_relative_url":{},"high":{"/news.html":{},"/CHTC-pool-record.html":{}},"medium":{},"content":{"/CHTC-pool-record.html":{}},"file_terms":{}}],["241",{"_index":5800,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["245",{"_index":6220,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["246",{"_index":5185,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["24gb",{"_index":7347,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["24th",{"_index":4362,"root_relative_url":{},"high":{"/events/2023/01/hpc-cluster-faq.html":{}},"medium":{},"content":{"/research.html":{},"/uw-research-computing/user-news.html":{}},"file_terms":{}}],["25",{"_index":3019,"root_relative_url":{},"high":{},"medium":{},"content":{"/news.html":{},"/EHT.html":{},"/veritas.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/ASP.html":{},"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["25,000",{"_index":5378,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["25.2",{"_index":4209,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["250",{"_index":3876,"root_relative_url":{},"high":{},"medium":{},"content":{"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/uw-research-computing/high-memory-jobs.html":{}},"file_terms":{}}],["250,000",{"_index":3521,"root_relative_url":{},"high":{},"medium":{},"content":{"/index.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["256",{"_index":3200,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-job-submission.html":{},"/Technology-Refresh.html":{}},"file_terms":{}}],["25th",{"_index":5050,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{},"/CDIS-bldg.html":{},"/uw-research-computing/user-news.html":{}},"file_terms":{}}],["26",{"_index":2401,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/r-jobs.html":{}},"content":{"/news.html":{},"/research.html":{}},"file_terms":{}}],["260",{"_index":3953,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{}},"file_terms":{}}],["262",{"_index":4828,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["263",{"_index":5332,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["265",{"_index":3742,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["26703078",{"_index":6582,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/testing-jobs.html":{}},"content":{},"file_terms":{}}],["269",{"_index":4926,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["27",{"_index":3012,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{"/news.html":{},"/research.html":{}},"file_terms":{}}],["273",{"_index":5333,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["28",{"_index":3020,"root_relative_url":{},"high":{"/uw-research-computing/user-news.html":{}},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{"/news.html":{},"/gpu-cloudburst.html":{},"/research.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["283",{"_index":4951,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["284",{"_index":4927,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["28x28x28",{"_index":194,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["29",{"_index":2463,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/python-jobs.html":{},"/internships.html":{},"/uw-research-computing/user-news.html":{}},"file_terms":{}}],["290",{"_index":4888,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{},"/projects.html":{}},"file_terms":{}}],["291",{"_index":4889,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["298",{"_index":4920,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["299",{"_index":4921,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["29th",{"_index":2423,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["2:30",{"_index":5939,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2022/11/gpu-ml-demo.html":{}},"file_terms":{}}],["2fa",{"_index":2512,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/configure-ssh.html":{}},"file_terms":{}}],["2gb",{"_index":1959,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/r-jobs.html":{}},"content":{},"file_terms":{}}],["2h",{"_index":2479,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/configure-ssh.html":{}},"content":{},"file_terms":{}}],["2mb",{"_index":7472,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["2nd",{"_index":4811,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{},"/fellowships/index.html":{}},"file_terms":{}}],["2tb",{"_index":2240,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/high-memory-jobs.html":{}},"file_terms":{}}],["2{fill:#000000",{"_index":6443,"root_relative_url":{},"high":{},"medium":{},"content":{"/branding.html":{}},"file_terms":{}}],["3",{"_index":550,"root_relative_url":{},"high":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/r-jobs.html":{}},"medium":{"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/r-jobs.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/EHT.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/des-expanding-universe.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/file-avail-s3.html":{},"/AMNH-Workshops.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/fellowships/index.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["3,956,910",{"_index":5990,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["3.10",{"_index":2304,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{}},"file_terms":{}}],["3.5",{"_index":3358,"root_relative_url":{},"high":{},"medium":{},"content":{"/Messick.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/Spencer-Showcase.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/EOL-OSG.html":{},"/veritas.html":{}},"file_terms":{}}],["3.5.1",{"_index":7389,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["3.6",{"_index":2428,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/python-jobs.html":{},"/EOL-OSG.html":{}},"file_terms":{}}],["3.6.3",{"_index":7391,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["3.7",{"_index":1493,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/python-jobs.html":{}},"file_terms":{}}],["3.8",{"_index":2431,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/docker-build.html":{}},"content":{"/uw-research-computing/python-jobs.html":{}},"file_terms":{}}],["3.9",{"_index":2433,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/python-jobs.html":{}},"file_terms":{}}],["3.data",{"_index":1338,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{},"file_terms":{}}],["30",{"_index":2221,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{},"/news.html":{},"/internships.html":{},"/index.html":{},"/astronomy-archives.html":{},"/neuroscientist.html":{},"/OSG-School.html":{},"/research.html":{},"/uw-research-computing/check-quota.html":{},"/approach.html":{},"/fellowships/index.html":{}},"file_terms":{}}],["30,000",{"_index":2873,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{},"/get-to-know-todd.html":{},"/CHTC-pool-record.html":{}},"file_terms":{}}],["300",{"_index":2640,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-Philosophy.html":{},"/newsletter.html":{},"/EHT.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/des-expanding-universe.html":{},"/veritas.html":{},"/fire-up-the-gpus.html":{}},"file_terms":{}}],["30720m",{"_index":7222,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/check-quota.html":{}},"content":{},"file_terms":{}}],["3092",{"_index":6497,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{}},"content":{},"file_terms":{}}],["30gb",{"_index":7369,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["30x",{"_index":5394,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["31",{"_index":3026,"root_relative_url":{},"high":{},"medium":{"/staff/docs/Adding_News_Articles.html":{}},"content":{"/news.html":{},"/Banq.html":{},"/research.html":{},"/des-expanding-universe.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["32",{"_index":3197,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/condor_q.html":{}},"content":{"/uw-research-computing/hpc-job-submission.html":{},"/Google-HTCondor.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/resources.html":{}},"file_terms":{}}],["320",{"_index":7363,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["323",{"_index":4800,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["325",{"_index":6218,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["325/week",{"_index":7329,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/index.html":{}},"file_terms":{}}],["328",{"_index":2883,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["33",{"_index":1680,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{}},"file_terms":{}}],["330",{"_index":1838,"root_relative_url":{},"high":{"/events.html":{}},"medium":{},"content":{"/events/2023/01/data-center-tours.html":{},"/events/2022/11/extended-office-hours.html":{}},"file_terms":{}}],["331",{"_index":5073,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{},"/uw-research-computing/resources.html":{}},"file_terms":{}}],["35",{"_index":3126,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{},"/OSG-School.html":{}},"file_terms":{}}],["35,000",{"_index":3587,"root_relative_url":{},"high":{},"medium":{},"content":{"/PATh-Facility.html":{},"/ucsd-external-release.html":{}},"file_terms":{}}],["350000",{"_index":6854,"root_relative_url":{},"high":{},"medium":{},"content":{"/CDIS-bldg.html":{}},"file_terms":{}}],["353",{"_index":5146,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["356",{"_index":4801,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["36",{"_index":1979,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/mpi-jobs.html":{}},"file_terms":{}}],["36,352",{"_index":4267,"root_relative_url":{},"high":{},"medium":{},"content":{"/Technology-Refresh.html":{}},"file_terms":{}}],["360",{"_index":5147,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["3624592",{"_index":5830,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["38,000",{"_index":5532,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{}},"file_terms":{}}],["38.6",{"_index":4211,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["380",{"_index":4189,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["381",{"_index":4861,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["384",{"_index":4862,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["39",{"_index":5224,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["392",{"_index":5689,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["396",{"_index":4967,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["3:00",{"_index":7211,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-help.html":{}},"file_terms":{}}],["3d",{"_index":4668,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{},"/CHTC-pool-record.html":{},"/htcondor-helps-enable-mars-research.html":{},"/fire-up-the-gpus.html":{}},"file_terms":{}}],["3rd",{"_index":5157,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["3tb",{"_index":7350,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["4",{"_index":654,"root_relative_url":{},"high":{"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/docker-test.html":{},"/events/2023/10/information-session.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/docker-build.html":{},"/bat-genomics.html":{},"/events.html":{}},"medium":{"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/high-memory-jobs.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/CLAS12.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/events/2023/10/information-session.html":{},"/research.html":{},"/des-expanding-universe.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/file-avail-s3.html":{},"/projects.html":{},"/htcondor-helps-enable-mars-research.html":{},"/uw-research-computing/testing-jobs.html":{},"/bat-genomics.html":{},"/uw-research-computing/github-remote-access.html":{},"/fellowships/index.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["4,000",{"_index":6474,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-helps-enable-mars-research.html":{},"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["4.0.5",{"_index":7393,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["4.0k",{"_index":2405,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/r-jobs.html":{}},"content":{},"file_terms":{}}],["4.1.3",{"_index":7395,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["4.2",{"_index":3632,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/julia-jobs.html":{}},"content":{},"file_terms":{}}],["4.3",{"_index":4136,"root_relative_url":{},"high":{},"medium":{},"content":{"/ML-Demo.html":{},"/DoIt-Article-Summary.html":{}},"file_terms":{}}],["4.3.0",{"_index":6717,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/docker-build.html":{}},"content":{},"file_terms":{}}],["4.3.0.tar.gz",{"_index":6716,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/docker-build.html":{}},"content":{},"file_terms":{}}],["4.5",{"_index":3201,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["4.58",{"_index":5545,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{}},"file_terms":{}}],["4.6k",{"_index":4203,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["4.x.x",{"_index":4783,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/r-build.html":{}},"file_terms":{}}],["4/5",{"_index":5785,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["40",{"_index":1574,"root_relative_url":{},"high":{"/bat-genomics.html":{}},"medium":{"/uw-research-computing/singularity-hpc.html":{}},"content":{"/CLAS12.html":{},"/Showcase.html":{},"/gpu-cloudburst.html":{},"/Technology-Refresh.html":{},"/HTCondorWeek-Photos.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/singularity-hpc.html":{},"/projects.html":{}},"file_terms":{}}],["40,000",{"_index":4264,"root_relative_url":{},"high":{},"medium":{},"content":{"/Technology-Refresh.html":{},"/CHTC-pool-record.html":{},"/DoIt-Article-Summary.html":{},"/gis-story.html":{}},"file_terms":{}}],["400",{"_index":4221,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["400m",{"_index":5539,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{}},"file_terms":{}}],["4096",{"_index":5832,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/check-quota.html":{}},"content":{},"file_terms":{}}],["40gb",{"_index":667,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{}},"file_terms":{}}],["40x40x40",{"_index":196,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["41",{"_index":2040,"root_relative_url":{},"high":{},"medium":{},"content":{"/Natzke.html":{},"/ASP.html":{}},"file_terms":{}}],["410",{"_index":7342,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["42",{"_index":1581,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/Fulvio.html":{}},"file_terms":{}}],["4261",{"_index":3739,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["428.0",{"_index":6171,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["428.1",{"_index":6175,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["428.2",{"_index":6178,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["428.3",{"_index":6181,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["428.5",{"_index":6183,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["428.7",{"_index":6185,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["428.8",{"_index":6187,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["43",{"_index":5205,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["430,960",{"_index":5992,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["431",{"_index":5149,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["4347054",{"_index":6574,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/testing-jobs.html":{}},"content":{},"file_terms":{}}],["436950",{"_index":5778,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["436950.0",{"_index":5787,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["438",{"_index":5150,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["44",{"_index":3588,"root_relative_url":{},"high":{},"medium":{},"content":{"/PATh-Facility.html":{},"/ucsd-external-release.html":{}},"file_terms":{}}],["45",{"_index":4388,"root_relative_url":{},"high":{},"medium":{},"content":{"/neuroscientist.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["45gb",{"_index":677,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{}},"file_terms":{}}],["460",{"_index":3888,"root_relative_url":{},"high":{"/Using-HTCondor-For-Large-File-Transfer.html":{}},"medium":{},"content":{"/Using-HTCondor-For-Large-File-Transfer.html":{}},"file_terms":{}}],["460.0",{"_index":6190,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["461.0",{"_index":6200,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["462.0",{"_index":6196,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["463.0",{"_index":6198,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["464.0",{"_index":6199,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["465.0",{"_index":6202,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["466.0",{"_index":6203,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["467.0",{"_index":6204,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["47",{"_index":5225,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["47,000",{"_index":6635,"root_relative_url":{},"high":{},"medium":{},"content":{"/david-swanson-awardees-2023.html":{}},"file_terms":{}}],["470",{"_index":4821,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["479",{"_index":3253,"root_relative_url":{},"high":{},"medium":{},"content":{"/Gillett.html":{}},"file_terms":{}}],["48.8",{"_index":4212,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["480",{"_index":7318,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/index.html":{}},"file_terms":{}}],["499",{"_index":5640,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["4:30",{"_index":7212,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-help.html":{}},"file_terms":{}}],["4gb",{"_index":1456,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/r-jobs.html":{}},"content":{"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/file-avail-s3.html":{}},"file_terms":{}}],["4h",{"_index":1031,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{},"file_terms":{}}],["4m",{"_index":6016,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["4th",{"_index":5105,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["5",{"_index":1122,"root_relative_url":{},"high":{"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/singularity-htc.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/docker-build.html":{}},"medium":{"/uw-research-computing/helloworld.html":{},"/uw-research-computing/condor_q.html":{}},"content":{"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/file-availability.html":{},"/staff/docs/Schedule_Calendar.html":{},"/EHT.html":{},"/Banq.html":{},"/OSG-School.html":{},"/research.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/file-avail-s3.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/testing-jobs.html":{}},"file_terms":{}}],["5,000",{"_index":5537,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{},"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["5,120",{"_index":4274,"root_relative_url":{},"high":{},"medium":{},"content":{"/Technology-Refresh.html":{}},"file_terms":{}}],["5,160",{"_index":4165,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["5.4k",{"_index":4206,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["5.7",{"_index":4000,"root_relative_url":{},"high":{},"medium":{},"content":{"/hanna-lab.html":{}},"file_terms":{}}],["5.chtc.wisc.edu",{"_index":2854,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/file-avail-squid.html":{}},"file_terms":{}}],["50",{"_index":2164,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{},"/EHT.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/Banq.html":{},"/OSPool-Cores.html":{},"/OSG-School.html":{},"/research.html":{},"/chtc-workshop.html":{},"/uw-research-computing/licensed-software.html":{},"/ASP.html":{},"/Anirvan-Showcase.html":{}},"file_terms":{}}],["50,000",{"_index":4256,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{},"/Johri.html":{},"/uw-research-computing/use-submit-node.html":{},"/machine-learning.html":{}},"file_terms":{}}],["500",{"_index":2836,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/file-avail-squid.html":{},"/internships.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/Science-Gateway.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/file-avail-s3.html":{},"/Fulvio.html":{},"/david-swanson-awardees-2023.html":{}},"file_terms":{}}],["500,000",{"_index":2575,"root_relative_url":{},"high":{},"medium":{},"content":{"/Opotowsky.html":{}},"file_terms":{}}],["500gb",{"_index":4470,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["500k",{"_index":2092,"root_relative_url":{},"high":{},"medium":{},"content":{"/Record.html":{}},"file_terms":{}}],["500mb",{"_index":3298,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/file-availability.html":{},"/uw-research-computing/use-submit-node.html":{}},"file_terms":{}}],["50k",{"_index":4257,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["51,000",{"_index":4254,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["51,500",{"_index":4163,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["51.6",{"_index":4213,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["5111",{"_index":5798,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["512",{"_index":4272,"root_relative_url":{},"high":{},"medium":{},"content":{"/Technology-Refresh.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["512gb",{"_index":4273,"root_relative_url":{},"high":{},"medium":{},"content":{"/Technology-Refresh.html":{}},"file_terms":{}}],["519",{"_index":4908,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["51k",{"_index":4188,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["52",{"_index":4133,"root_relative_url":{},"high":{},"medium":{},"content":{"/ML-Demo.html":{}},"file_terms":{}}],["522",{"_index":5546,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{}},"file_terms":{}}],["525",{"_index":5530,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{}},"file_terms":{}}],["526",{"_index":3381,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpargo-cc-star.html":{}},"file_terms":{}}],["529",{"_index":4933,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["53",{"_index":5130,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["530",{"_index":5685,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["53715",{"_index":1842,"root_relative_url":{},"high":{"/events.html":{}},"medium":{},"content":{"/events/2023/01/data-center-tours.html":{}},"file_terms":{}}],["544",{"_index":4934,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["55",{"_index":3833,"root_relative_url":{},"high":{},"medium":{},"content":{"/EHT.html":{}},"file_terms":{}}],["55860",{"_index":4813,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["56",{"_index":2880,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{},"/uw-research-computing/hpc-buy-in.html":{}},"file_terms":{}}],["57",{"_index":5348,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["570",{"_index":5527,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{}},"file_terms":{}}],["5736",{"_index":3743,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["576",{"_index":3744,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["58",{"_index":6145,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["581724",{"_index":6490,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{}},"content":{},"file_terms":{}}],["5:00",{"_index":3736,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["5rem",{"_index":3723,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["5–10",{"_index":4015,"root_relative_url":{},"high":{},"medium":{},"content":{"/hanna-lab.html":{}},"file_terms":{}}],["6",{"_index":418,"root_relative_url":{},"high":{"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/docker-build.html":{}},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{"/the-pelican-project.html":{},"/uw-research-computing/gpu-jobs.html":{},"/CLAS12.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/research.html":{},"/AMNH-Workshops.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/get-submit-node.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["6.0",{"_index":653,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{}},"file_terms":{}}],["6/22",{"_index":6135,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["60",{"_index":2093,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{"/Record.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/ML-Demo.html":{},"/OSG-School.html":{}},"file_terms":{}}],["600",{"_index":3919,"root_relative_url":{},"high":{},"medium":{},"content":{"/Using-HTCondor-For-Large-File-Transfer.html":{},"/astronomy-archives.html":{},"/tribalcollege.html":{}},"file_terms":{}}],["600,000",{"_index":1991,"root_relative_url":{},"high":{},"medium":{},"content":{"/Natzke.html":{},"/Banq.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["605",{"_index":3257,"root_relative_url":{},"high":{},"medium":{},"content":{"/Gillett.html":{}},"file_terms":{}}],["608",{"_index":3741,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["60x60x60",{"_index":258,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["62,000",{"_index":5534,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{}},"file_terms":{}}],["628,602",{"_index":5991,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["64",{"_index":2290,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"content":{"/uw-research-computing/cite-chtc.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["64.txt",{"_index":6736,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/docker-build.html":{}},"content":{},"file_terms":{}}],["644",{"_index":1200,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/conda-installation.html":{}},"content":{},"file_terms":{}}],["64gb",{"_index":3202,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["65",{"_index":6141,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["650/week",{"_index":7328,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/index.html":{}},"file_terms":{}}],["664",{"_index":5058,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["68",{"_index":1058,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{},"file_terms":{}}],["68.1",{"_index":4208,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["69274",{"_index":4829,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["7",{"_index":385,"root_relative_url":{},"high":{"/events/2024/02/OSG-User-School-2023.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/docker-build.html":{},"/events.html":{}},"medium":{"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/r-build.html":{}},"content":{"/the-pelican-project.html":{},"/uw-research-computing/gpu-jobs.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/os-transition-htc.html":{},"/OSPool-Cores.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/user-news.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["7,000",{"_index":2877,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["7.1k",{"_index":7229,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/check-quota.html":{}},"content":{},"file_terms":{}}],["7.2k",{"_index":4200,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["7.3",{"_index":4932,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["7.5",{"_index":575,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/gpu-jobs.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{}},"file_terms":{}}],["70",{"_index":2603,"root_relative_url":{},"high":{},"medium":{},"content":{"/ospool-computation.html":{},"/CHTC-pool-record.html":{}},"file_terms":{}}],["70,000",{"_index":4135,"root_relative_url":{},"high":{},"medium":{},"content":{"/ML-Demo.html":{},"/OSPool-Cores.html":{}},"file_terms":{}}],["710,000",{"_index":6234,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-pool-record.html":{}},"file_terms":{}}],["7140",{"_index":7226,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/check-quota.html":{}},"content":{},"file_terms":{}}],["7149",{"_index":4868,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["72",{"_index":768,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/testing-jobs.html":{},"/Fulvio.html":{}},"file_terms":{}}],["720",{"_index":2233,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["737",{"_index":5131,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["744",{"_index":5132,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["74688",{"_index":7227,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/check-quota.html":{}},"content":{},"file_terms":{}}],["75",{"_index":4579,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSPool-Cores.html":{}},"file_terms":{}}],["7763",{"_index":4271,"root_relative_url":{},"high":{},"medium":{},"content":{"/Technology-Refresh.html":{}},"file_terms":{}}],["777",{"_index":2733,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-htc.html":{}},"content":{},"file_terms":{}}],["787",{"_index":5095,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["78m",{"_index":2399,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/r-jobs.html":{}},"content":{},"file_terms":{}}],["79",{"_index":5226,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["7th",{"_index":5196,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{},"/ASP.html":{}},"file_terms":{}}],["7–11",{"_index":1848,"root_relative_url":{},"high":{"/events/2024/02/OSG-User-School-2023.html":{}},"medium":{},"content":{},"file_terms":{}}],["8",{"_index":657,"root_relative_url":{},"high":{"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/os-transition-htc.html":{},"/HTC24.html":{},"/uw-research-computing/condor_q.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/events/2023/11/intro-workshop.html":{},"/uw-research-computing/r-jobs.html":{},"/events.html":{}},"medium":{"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/r-jobs.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{},"/CLAS12.html":{},"/uw-research-computing/python-jobs.html":{},"/ospool-computation.html":{},"/uw-research-computing/os-transition-htc.html":{},"/EHT.html":{},"/Banq.html":{},"/Technology-Refresh.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/Science-Gateway.html":{},"/HTC24.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/helloworld.html":{},"/chtc-workshop.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/uw-research-computing/matlab-jobs.html":{},"/Anirvan-Showcase.html":{},"/uw-research-computing/user-news.html":{},"/events/2023/11/intro-workshop.html":{},"/fellowships/index.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["8.0",{"_index":668,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{}},"file_terms":{}}],["8.6.0",{"_index":6225,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/condor_q.html":{}},"file_terms":{}}],["8.9",{"_index":676,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{}},"file_terms":{}}],["80",{"_index":4465,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/high-memory-jobs.html":{},"/veritas.html":{},"/CHTC-pool-record.html":{},"/tribalcollege.html":{},"/GLUE-lab.html":{},"/david-swanson-awardees-2023.html":{}},"file_terms":{}}],["80,000",{"_index":7113,"root_relative_url":{},"high":{"/bat-genomics.html":{}},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["8000",{"_index":6676,"root_relative_url":{},"high":{},"medium":{},"content":{"/usgs-invasivespecies.html":{}},"file_terms":{}}],["801",{"_index":5096,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["80gb",{"_index":672,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/Technology-Refresh.html":{}},"file_terms":{}}],["845638.0",{"_index":5848,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["845638.000.000",{"_index":6576,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/testing-jobs.html":{}},"content":{},"file_terms":{}}],["84628",{"_index":4907,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["85",{"_index":1016,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{"/uw-research-computing/checkpointing.html":{}},"file_terms":{}}],["85319",{"_index":4822,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["86",{"_index":5227,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["866–873",{"_index":4699,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["87,12th",{"_index":4929,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["870",{"_index":5123,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["877",{"_index":5124,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["884",{"_index":5834,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["884,000",{"_index":6657,"root_relative_url":{},"high":{},"medium":{},"content":{"/ucsd-external-release.html":{}},"file_terms":{}}],["8gb",{"_index":1958,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/mpi-jobs.html":{}},"content":{},"file_terms":{}}],["8k",{"_index":2231,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/chtc-services.html":{}},"file_terms":{}}],["8th",{"_index":4857,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{},"/ASP.html":{}},"file_terms":{}}],["9",{"_index":1683,"root_relative_url":{},"high":{"/events/2023/01/data-center-tours.html":{},"/uw-research-computing/condor_q.html":{},"/events.html":{}},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{"/CLAS12.html":{},"/events/2023/01/data-center-tours.html":{},"/CHTC-Philosophy.html":{},"/newsletter.html":{},"/staff/docs/Schedule_Calendar.html":{},"/research.html":{}},"file_terms":{}}],["9.2k",{"_index":4199,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["9.3.0",{"_index":5876,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-hpc.html":{}},"content":{"/uw-research-computing/singularity-hpc.html":{}},"file_terms":{}}],["9.5",{"_index":4107,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}],["9.5.0",{"_index":2336,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-spack-install.html":{}},"file_terms":{}}],["900",{"_index":6689,"root_relative_url":{},"high":{},"medium":{},"content":{"/usgs-invasivespecies.html":{}},"file_terms":{}}],["904",{"_index":5688,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["904425",{"_index":5122,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["92",{"_index":6580,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/testing-jobs.html":{}},"content":{},"file_terms":{}}],["93",{"_index":6775,"root_relative_url":{},"high":{},"medium":{},"content":{"/gis-story.html":{}},"file_terms":{}}],["933",{"_index":4814,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["94858",{"_index":6494,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{}},"content":{},"file_terms":{}}],["95",{"_index":2790,"root_relative_url":{},"high":{},"medium":{},"content":{"/research-facilitation.html":{},"/gpu-cloudburst.html":{}},"file_terms":{}}],["96",{"_index":4945,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{"/research.html":{},"/projects.html":{}},"file_terms":{}}],["9618&alias=e2564.chtc.wisc.edu&noudp&sock=slot1_27_3212919_d6f5_134877",{"_index":5821,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["9618&alias=e2564.chtc.wisc.edu&noudp&sock=startd_12944_15f9",{"_index":5825,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["9618&alias=submit",{"_index":5809,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["9618+[2607",{"_index":5814,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["97.data",{"_index":1339,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{},"file_terms":{}}],["98.data",{"_index":1340,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{},"file_terms":{}}],["99",{"_index":1331,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/condor_q.html":{}},"content":{"/uw-research-computing/multiple-jobs.html":{}},"file_terms":{}}],["99.data",{"_index":1341,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{},"file_terms":{}}],["995",{"_index":6148,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["9999",{"_index":7433,"root_relative_url":{},"high":{},"medium":{"/staff/docs/Adding_News_Articles.html":{}},"content":{},"file_terms":{}}],["9:00",{"_index":3735,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{},"/events/2023/11/intro-workshop.html":{}},"file_terms":{}}],["9:00am",{"_index":2342,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2022/11/extended-office-hours.html":{}},"file_terms":{}}],["9:30",{"_index":1831,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/01/data-center-tours.html":{},"/events/2023/01/hpc-cluster-faq.html":{}},"file_terms":{}}],["9:30am",{"_index":1843,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/01/data-center-tours.html":{},"/events/2023/01/hpc-cluster-faq.html":{}},"file_terms":{}}],["9](?:[a",{"_index":3140,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["9])?)(\\.[a",{"_index":3141,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["9])?)+)$)/i",{"_index":3142,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["9][a",{"_index":3112,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["9]\\.)+[a",{"_index":3115,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["9]\\.|[a",{"_index":3114,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["9^th",{"_index":5696,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["9th",{"_index":1827,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/01/data-center-tours.html":{},"/OSPool-Cores.html":{},"/research.html":{},"/events/2023/07/throughput-computing-2023.html":{}},"file_terms":{}}],["_",{"_index":3635,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["_(_)_",{"_index":3636,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/julia-jobs.html":{}},"content":{},"file_terms":{}}],["_1410_engineering_drive:\"industri",{"_index":6938,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["__",{"_index":3638,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/julia-jobs.html":{}},"content":{},"file_terms":{}}],["__'_|_|_|\\__'_",{"_index":3641,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/julia-jobs.html":{}},"content":{},"file_terms":{}}],["___",{"_index":4469,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/high-memory-jobs.html":{}},"file_terms":{}}],["_`\\{\\|\\}~\\.]{0,62}@(([a",{"_index":3139,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["_`\\{\\|\\}~][a",{"_index":3138,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["_most_",{"_index":5699,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["a005.chtc.wisc.edu",{"_index":3153,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{}},"content":{},"file_terms":{}}],["a006",{"_index":3165,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{}},"content":{},"file_terms":{}}],["a100",{"_index":665,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/PATh-Facility.html":{},"/ML-Demo.html":{},"/Technology-Refresh.html":{},"/ucsd-external-release.html":{}},"file_terms":{}}],["aai",{"_index":5574,"root_relative_url":{},"high":{},"medium":{},"content":{"/EOL-OSG.html":{}},"file_terms":{}}],["aaron",{"_index":5718,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{},"file_terms":{}}],["aashish",{"_index":6621,"root_relative_url":{},"high":{},"medium":{},"content":{"/david-swanson-awardees-2023.html":{}},"file_terms":{}}],["abaqu",{"_index":6541,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/licensed-software.html":{}},"content":{"/uw-research-computing/licensed-software.html":{}},"file_terms":{}}],["abid",{"_index":5602,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/testing-jobs.html":{}},"file_terms":{}}],["abil",{"_index":735,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/multiple-jobs.html":{},"/Opotowsky.html":{},"/research-facilitation.html":{},"/Messick.html":{},"/index.html":{},"/Google-HTCondor.html":{},"/PATh-Facility.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/Banq.html":{},"/hanna-lab.html":{},"/gpu-cloudburst.html":{},"/Science-Gateway.html":{},"/Lightning-Talks.html":{},"/chtc-demo.html":{},"/CHTC-Facilitation.html":{},"/Fulvio.html":{},"/Wilcots.html":{},"/uw-research-computing/user-news.html":{}},"file_terms":{}}],["about.html",{"_index":6537,"root_relative_url":{"/about.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["abov",{"_index":707,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/r-jobs.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{},"/Garcia.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/cite-chtc.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/internships.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/globus.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/staff/docs/Schedule_Calendar.html":{},"/Spencer-Showcase.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/hpc-software.html":{},"/HTCondorWeek-Photos.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/testing-jobs.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/map/index.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/get-help.html":{},"/uw-research-computing/check-quota.html":{},"/Wilcots.html":{},"/fellowships/index.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{},"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["abplanalp",{"_index":5753,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{},"file_terms":{}}],["abroad",{"_index":6114,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["abruptli",{"_index":4598,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{}},"file_terms":{}}],["absenc",{"_index":3792,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/user-expectations.html":{}},"file_terms":{}}],["absolut",{"_index":1636,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/uw-research-computing/file-availability.html":{},"/gpu-cloudburst.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/hannah.html":{},"/Joe-B-Profile.html":{},"/map/index.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["absorb",{"_index":1673,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{}},"file_terms":{}}],["abstract",{"_index":4382,"root_relative_url":{},"high":{"/events/2023/07/throughput-computing-2023.html":{}},"medium":{"/staff/docs/Adding_News_Articles.html":{}},"content":{"/neuroscientist.html":{},"/research.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/events/2023/07/throughput-computing-2023.html":{}},"file_terms":{}}],["abund",{"_index":4139,"root_relative_url":{},"high":{},"medium":{},"content":{"/ML-Demo.html":{},"/projects.html":{}},"file_terms":{}}],["abundantli",{"_index":412,"root_relative_url":{},"high":{},"medium":{},"content":{"/the-pelican-project.html":{}},"file_terms":{}}],["ac",{"_index":1864,"root_relative_url":{"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"high":{},"medium":{},"content":{"/events/2024/02/OSG-User-School-2023.html":{},"/OSG-School.html":{},"/Lightning-Talks.html":{},"/NIAID.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["academ",{"_index":2155,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{},"/jobs.html":{},"/technologies.html":{},"/get-to-know-todd.html":{},"/Science-Gateway.html":{},"/events/2023/10/information-session.html":{},"/research.html":{},"/projects.html":{},"/fellowships/index.html":{}},"file_terms":{}}],["academia",{"_index":4503,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["acceler",{"_index":1530,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/Natzke.html":{},"/CHTC-Philosophy.html":{},"/Messick.html":{},"/Banq.html":{},"/Science-Gateway.html":{},"/des-expanding-universe.html":{},"/veritas.html":{},"/projects.html":{},"/GLUE-lab.html":{},"/NIAID.html":{},"/approach.html":{},"/machine-learning.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["accept",{"_index":1256,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/conda-installation.html":{},"/CLAS12.html":{},"/uw-research-computing/python-jobs.html":{},"/ospool-computation.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/use-submit-node.html":{},"/GLUE-lab.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["access",{"_index":363,"root_relative_url":{},"high":{"/uw-research-computing/gpu-jobs.html":{},"/news.html":{},"/uw-research-computing/user-expectations.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/connecting.html":{},"/CHTC-Facilitation.html":{},"/ucsd-external-release.html":{},"/uw-research-computing/github-remote-access.html":{},"/approach.html":{}},"medium":{"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/licensed-software.html":{}},"content":{"/the-pelican-project.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/CLAS12.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/mpi-jobs.html":{},"/Natzke.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/cite-chtc.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/internships.html":{},"/Gillett.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/index.html":{},"/uw-research-computing/globus.html":{},"/Hiemstra.html":{},"/index.html":{},"/uw-research-computing/guides.html":{},"/Google-HTCondor.html":{},"/PATh-Facility.html":{},"/uw-research-computing/julia-jobs.html":{},"/jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/user-expectations.html":{},"/EHT.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/Banq.html":{},"/uw-research-computing/howto_overview.html":{},"/hanna-lab.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/astronomy-archives.html":{},"/ML-Demo.html":{},"/Technology-Refresh.html":{},"/uw-research-computing/hpc-software.html":{},"/HTCondorWeek-Photos.html":{},"/neuroscientist.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dagman-workflows.html":{},"/get-to-know-todd.html":{},"/OSG-School.html":{},"/Science-Gateway.html":{},"/uw-research-computing/docker-test.html":{},"/htc.html":{},"/research.html":{},"/Johri.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/free-supercomputing.html":{},"/AMNH-Workshops.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/condor_q.html":{},"/CHTC-pool-record.html":{},"/projects.html":{},"/uw-research-computing/connecting.html":{},"/tribalcollege.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/licensed-software.html":{},"/Fulvio.html":{},"/david-swanson-awardees-2023.html":{},"/ucsd-external-release.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/fellowships/list.html":{},"/NIAID.html":{},"/Anirvan-Showcase.html":{},"/bat-genomics.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/check-quota.html":{},"/Wilcots.html":{},"/approach.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/uw-research-computing/user-news.html":{},"/machine-learning.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/java-jobs.html":{},"/staff/docs/Adding_News_Articles.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["access.html",{"_index":7153,"root_relative_url":{"/uw-research-computing/github-remote-access.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["accessori",{"_index":6293,"root_relative_url":{},"high":{},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["accommod",{"_index":451,"root_relative_url":{},"high":{"/events/2023/07/throughput-computing-2023.html":{}},"medium":{},"content":{"/the-pelican-project.html":{},"/OSG-School.html":{},"/HTC24.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/CHTC-Facilitation.html":{},"/events/2023/07/throughput-computing-2023.html":{}},"file_terms":{}}],["accompani",{"_index":4617,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{}},"file_terms":{}}],["accomplish",{"_index":2150,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{},"/CHTC-Philosophy.html":{},"/gpargo-cc-star.html":{},"/EHT.html":{},"/hanna-lab.html":{},"/gpu-cloudburst.html":{},"/events/2023/10/information-session.html":{},"/hannah.html":{},"/tribalcollege.html":{},"/CHTC-Facilitation.html":{},"/fire-up-the-gpus.html":{},"/usgs-invasivespecies.html":{},"/fellowships/index.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["accord",{"_index":35,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/multiple-jobs.html":{},"/gpu-cloudburst.html":{},"/des-expanding-universe.html":{},"/david-swanson-awardees-2023.html":{},"/ucsd-external-release.html":{}},"file_terms":{}}],["accordingli",{"_index":1492,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/hpc-spack-install.html":{}},"file_terms":{}}],["account",{"_index":639,"root_relative_url":{},"high":{"/uw-research-computing/form.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/get-help.html":{}},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/Record.html":{},"/htcondor-european-workshop.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/index.html":{},"/index.html":{},"/PATh-Facility.html":{},"/uw-research-computing/gpu-lab.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/user-expectations.html":{},"/ML-Demo.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/form.html":{},"/uw-research-computing/docker-test.html":{},"/research.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/veritas.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/file-avail-s3.html":{},"/hannah.html":{},"/uw-research-computing/connecting.html":{},"/GLUE-lab.html":{},"/uw-research-computing/docker-jobs.html":{},"/CHTC-Facilitation.html":{},"/ucsd-external-release.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/ASP.html":{},"/adjacent-tissues-paper.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/materials-science.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/get-help.html":{},"/approach.html":{},"/events/2023/11/intro-workshop.html":{},"/uw-research-computing/get-submit-node.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["accounts@path",{"_index":3608,"root_relative_url":{},"high":{},"medium":{},"content":{"/PATh-Facility.html":{},"/ucsd-external-release.html":{}},"file_terms":{}}],["accout",{"_index":3208,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-job-submission.html":{}},"file_terms":{}}],["accredit",{"_index":7201,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/fellowships/index.html":{}},"file_terms":{}}],["accumul",{"_index":1756,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/astronomy-archives.html":{},"/veritas.html":{},"/david-swanson-awardees-2023.html":{},"/machine-learning.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["accur",{"_index":1972,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/julia-jobs.html":{},"/neuroscientist.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/Science-Gateway.html":{},"/Lightning-Talks.html":{},"/des-expanding-universe.html":{},"/uw-research-computing/helloworld.html":{},"/tribalcollege.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/adjacent-tissues-paper.html":{},"/Wilcots.html":{},"/uw-research-computing/r-jobs.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["accustom",{"_index":6039,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["ace/niaid",{"_index":1866,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2024/02/OSG-User-School-2023.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["achiev",{"_index":1111,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/checkpointing.html":{},"/CLAS12.html":{},"/research-facilitation.html":{},"/uw-research-computing/cite-chtc.html":{},"/internships.html":{},"/gpargo-cc-star.html":{},"/index.html":{},"/hanna-lab.html":{},"/astronomy-archives.html":{},"/chtc-demo.html":{},"/uw-research-computing/use-submit-node.html":{},"/Fulvio.html":{},"/david-swanson-awardees-2023.html":{},"/Wilcots.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["achil",{"_index":7012,"root_relative_url":{},"high":{},"medium":{},"content":{"/adjacent-tissues-paper.html":{}},"file_terms":{}}],["aci",{"_index":7282,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-buy-in.html":{}},"file_terms":{}}],["acknowledg",{"_index":2863,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{},"/gpargo-cc-star.html":{},"/gpu-cloudburst.html":{}},"file_terms":{}}],["acm",{"_index":5021,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["acosta",{"_index":5039,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["acquir",{"_index":4417,"root_relative_url":{},"high":{},"medium":{},"content":{"/neuroscientist.html":{},"/chtc-demo.html":{},"/fellowships/index.html":{}},"file_terms":{}}],["acquisit",{"_index":2608,"root_relative_url":{},"high":{},"medium":{},"content":{"/ospool-computation.html":{}},"file_terms":{}}],["act",{"_index":1101,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/checkpointing.html":{},"/CDIS-bldg.html":{}},"file_terms":{}}],["action",{"_index":1608,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/uw-research-computing/python-jobs.html":{},"/ospool-computation.html":{},"/research-facilitation.html":{},"/jobs.html":{},"/uw-research-computing/user-expectations.html":{},"/hanna-lab.html":{},"/Technology-Refresh.html":{},"/HTCondorWeek-Photos.html":{},"/hannah.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["activ",{"_index":1045,"root_relative_url":{},"high":{"/Joe-B-Profile.html":{}},"medium":{"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/hpc-spack-install.html":{}},"content":{"/OSG-User-School-Concludes.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/mpi-jobs.html":{},"/Record.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/research-facilitation.html":{},"/uw-research-computing/globus.html":{},"/Hiemstra.html":{},"/uw-research-computing/user-expectations.html":{},"/EHT.html":{},"/uw-research-computing/hpc-software.html":{},"/neuroscientist.html":{},"/OSG-School.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/file-avail-s3.html":{},"/free-supercomputing.html":{},"/hannah.html":{},"/projects.html":{},"/uw-research-computing/connecting.html":{},"/Joe-B-Profile.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/licensed-software.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/CDIS-bldg.html":{},"/NIAID.html":{},"/uw-research-computing/get-help.html":{},"/fellowships/index.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["actual",{"_index":809,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/CLAS12.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/singularity-htc.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/globus.html":{},"/Hiemstra.html":{},"/EHT.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/dask.html":{},"/get-to-know-todd.html":{},"/Science-Gateway.html":{},"/uw-research-computing/docker-test.html":{},"/veritas.html":{},"/uw-research-computing/helloworld.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/hannah.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/get-help.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["acycl",{"_index":2039,"root_relative_url":{},"high":{},"medium":{},"content":{"/Natzke.html":{},"/Hiemstra.html":{},"/uw-research-computing/dagman-workflows.html":{},"/Lightning-Talks.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["ad",{"_index":141,"root_relative_url":{},"high":{"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/staff/docs/Adding_News_Articles.html":{}},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/staff/index.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/Throughput-Computing-2023.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/guides.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/gpu-cloudburst.html":{},"/Technology-Refresh.html":{},"/neuroscientist.html":{},"/OSPool-Cores.html":{},"/Science-Gateway.html":{},"/uw-research-computing/docker-test.html":{},"/HTC24.html":{},"/veritas.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/CHTC-pool-record.html":{},"/projects.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/DoIt-Article-Summary.html":{},"/uw-research-computing/matlab-jobs.html":{},"/CHTC-Facilitation.html":{},"/ucsd-external-release.html":{},"/uw-research-computing/docker-build.html":{},"/NIAID.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/check-quota.html":{},"/Wilcots.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/uw-research-computing/r-jobs.html":{},"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["adapt",{"_index":450,"root_relative_url":{},"high":{"/Natzke.html":{}},"medium":{},"content":{"/the-pelican-project.html":{},"/Natzke.html":{},"/Resilience.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/uw-research-computing/dask.html":{},"/research.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/GLUE-lab.html":{},"/ASP.html":{}},"file_terms":{}}],["add",{"_index":596,"root_relative_url":{},"high":{"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/github-remote-access.html":{}},"medium":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/java-jobs.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/CLAS12.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/globus.html":{},"/Hiemstra.html":{},"/PATh-Facility.html":{},"/uw-research-computing/julia-jobs.html":{},"/staff/docs/Schedule_Calendar.html":{},"/EHT.html":{},"/Banq.html":{},"/ML-Demo.html":{},"/Technology-Refresh.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/get-to-know-todd.html":{},"/OSPool-Cores.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/fellowships/list.html":{},"/NIAID.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/java-jobs.html":{},"/staff/docs/Adding_News_Articles.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["addchangehandler(el",{"_index":3069,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["addchangehandler(form.getelementsbytagname('input",{"_index":3075,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["addchangehandler(form.getelementsbytagname('select",{"_index":3076,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["addchangehandler(form.getelementsbytagname('textarea",{"_index":3077,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["addict",{"_index":7480,"root_relative_url":{},"high":{},"medium":{},"content":{"/precision-mental-health.html":{}},"file_terms":{}}],["addit",{"_index":692,"root_relative_url":{},"high":{"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/github-remote-access.html":{}},"medium":{"/uw-research-computing/singularity-htc.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/CLAS12.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/mpi-jobs.html":{},"/Natzke.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/cite-chtc.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/file-availability.html":{},"/Hiemstra.html":{},"/uw-research-computing/julia-jobs.html":{},"/jobs.html":{},"/ML-Demo.html":{},"/gpu-cloudburst.html":{},"/get-to-know-todd.html":{},"/OSPool-Cores.html":{},"/uw-research-computing/r-build.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/use-submit-node.html":{},"/chtc-workshop.html":{},"/AMNH-Workshops.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/CHTC-pool-record.html":{},"/projects.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/testing-jobs.html":{},"/Fulvio.html":{},"/ucsd-external-release.html":{},"/uw-research-computing/docker-build.html":{},"/NIAID.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/user-news.html":{},"/uw-research-computing/r-jobs.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["addition",{"_index":1110,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/singularity-htc.html":{},"/PATh-Facility.html":{},"/ML-Demo.html":{},"/Science-Gateway.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/uw-research-computing/user-news.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["address",{"_index":2178,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{},"/uw-research-computing/file-avail-squid.html":{},"/newsletter.html":{},"/uw-research-computing/file-availability.html":{},"/staff/docs/Schedule_Calendar.html":{},"/EHT.html":{},"/htc.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/file-avail-s3.html":{},"/tribalcollege.html":{},"/uw-research-computing/docker-jobs.html":{},"/CHTC-Facilitation.html":{},"/Fulvio.html":{},"/gis-story.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/get-help.html":{},"/fellowships/index.html":{}},"file_terms":{}}],["adher",{"_index":3880,"root_relative_url":{},"high":{},"medium":{},"content":{"/high-throughput-computing-fostering-data-science-without-limits.html":{}},"file_terms":{}}],["adjac",{"_index":6996,"root_relative_url":{"/adjacent-tissues-paper.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["adjunct",{"_index":6872,"root_relative_url":{},"high":{},"medium":{},"content":{"/ASP.html":{}},"file_terms":{}}],["adjust",{"_index":1491,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/configure-ssh.html":{},"/Google-HTCondor.html":{},"/astronomy-archives.html":{},"/ML-Demo.html":{},"/uw-research-computing/dask.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/use-submit-node.html":{},"/GLUE-lab.html":{},"/ASP.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/spalding-lab.html":{},"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["administ",{"_index":4460,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/high-memory-jobs.html":{},"/projects.html":{}},"file_terms":{}}],["administr",{"_index":2171,"root_relative_url":{},"high":{"/internships.html":{}},"medium":{},"content":{"/htcondor-european-workshop.html":{},"/uw-research-computing/inter-submit.html":{},"/internships.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/gpu-lab.html":{},"/jobs.html":{},"/Banq.html":{},"/HTCondorWeek-Photos.html":{},"/get-to-know-todd.html":{},"/research.html":{},"/HTC24.html":{},"/uw-research-computing/resources.html":{},"/people.html":{},"/AMNH-Workshops.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/Joe-B-Profile.html":{},"/fellowships/list.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/Wilcots.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["adminstr",{"_index":7351,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["admit",{"_index":4589,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["adopt",{"_index":3861,"root_relative_url":{},"high":{},"medium":{},"content":{"/EHT.html":{},"/technologies.html":{},"/astronomy-archives.html":{},"/get-to-know-todd.html":{},"/OSG-School.html":{},"/Science-Gateway.html":{},"/AMNH-Workshops.html":{},"/Joe-B-Profile.html":{},"/NIAID.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["adult",{"_index":913,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{}},"file_terms":{}}],["advanc",{"_index":469,"root_relative_url":{},"high":{"/ospool-computation.html":{},"/uw-research-computing/singularity-htc.html":{},"/news.html":{},"/Science-Gateway.html":{},"/Johri.html":{},"/htcondor-helps-enable-mars-research.html":{}},"medium":{},"content":{"/the-pelican-project.html":{},"/CLAS12.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/Natzke.html":{},"/Showcase.html":{},"/uw-research-computing/singularity-htc.html":{},"/news.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/internships.html":{},"/Messick.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/index.html":{},"/index.html":{},"/PATh-Facility.html":{},"/jobs.html":{},"/EHT.html":{},"/hanna-lab.html":{},"/get-to-know-todd.html":{},"/OSG-School.html":{},"/Science-Gateway.html":{},"/research.html":{},"/chtc-demo.html":{},"/AMNH-Workshops.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/hannah.html":{},"/uw-research-computing/connecting.html":{},"/CHTC-Facilitation.html":{},"/Fulvio.html":{},"/david-swanson-awardees-2023.html":{},"/ucsd-external-release.html":{},"/uw-research-computing/docker-build.html":{},"/NIAID.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/Wilcots.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/uw-research-computing/user-news.html":{},"/fellowships/index.html":{},"/spalding-lab.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["advantag",{"_index":711,"root_relative_url":{},"high":{"/uw-research-computing/user-news.html":{}},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/mpi-jobs.html":{},"/ospool-computation.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/file-availability.html":{},"/index.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/ML-Demo.html":{},"/gpu-cloudburst.html":{},"/Technology-Refresh.html":{},"/neuroscientist.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/form.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/projects.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/docker-jobs.html":{},"/Fulvio.html":{},"/adjacent-tissues-paper.html":{},"/uw-research-computing/user-news.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["advertis",{"_index":4866,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["advic",{"_index":4639,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{},"/Science-Gateway.html":{},"/hannah.html":{},"/usgs-invasivespecies.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["advis",{"_index":3429,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpargo-cc-star.html":{},"/EHT.html":{},"/hannah.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/testing-jobs.html":{},"/usgs-invasivespecies.html":{}},"file_terms":{}}],["advisor",{"_index":2560,"root_relative_url":{},"high":{},"medium":{},"content":{"/Opotowsky.html":{},"/uw-research-computing/user-expectations.html":{},"/hannah.html":{}},"file_terms":{}}],["advoc",{"_index":2626,"root_relative_url":{},"high":{},"medium":{},"content":{"/ospool-computation.html":{},"/research-facilitation.html":{},"/CHTC-Facilitation.html":{},"/david-swanson-awardees-2023.html":{}},"file_terms":{}}],["aerial",{"_index":1524,"root_relative_url":{},"high":{"/news.html":{},"/index.html":{},"/gis-story.html":{}},"medium":{},"content":{"/CLAS12.html":{},"/index.html":{},"/gis-story.html":{}},"file_terms":{}}],["af",{"_index":614,"root_relative_url":{},"high":{"/staff/docs/Schedule_Calendar.html":{}},"medium":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/condor_q.html":{}},"content":{"/staff/docs/Schedule_Calendar.html":{},"/ML-Demo.html":{}},"file_terms":{}}],["affect",{"_index":487,"root_relative_url":{},"high":{},"medium":{},"content":{"/the-pelican-project.html":{},"/Hiemstra.html":{},"/hanna-lab.html":{},"/Spencer-Showcase.html":{},"/OSG-School.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/uw-research-computing/user-news.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["affili",{"_index":2161,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/index.html":{},"/events/2023/10/information-session.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["affin",{"_index":4660,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["afford",{"_index":247,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["africa",{"_index":4638,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{},"/Lightning-Talks.html":{},"/CHTC-Facilitation.html":{},"/ASP.html":{},"/NIAID.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["african",{"_index":2965,"root_relative_url":{},"high":{"/news.html":{},"/ASP.html":{}},"medium":{},"content":{"/OSG-School.html":{},"/Lightning-Talks.html":{},"/hannah.html":{},"/ASP.html":{},"/NIAID.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["afternoon",{"_index":7210,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-help.html":{}},"file_terms":{}}],["ag",{"_index":4556,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{},"/gis-story.html":{}},"file_terms":{}}],["again",{"_index":1505,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/ospool-computation.html":{},"/uw-research-computing/singularity-htc.html":{},"/hanna-lab.html":{},"/astronomy-archives.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/file-avail-s3.html":{},"/hannah.html":{},"/uw-research-computing/connecting.html":{},"/Fulvio.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["against",{"_index":2364,"root_relative_url":{},"high":{},"medium":{},"content":{"/Resilience.html":{},"/newsletter.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["agenc",{"_index":7236,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["agenda",{"_index":5610,"root_relative_url":{},"high":{"/HTC24.html":{},"/events/2024/01/throughput-computing-2024.html":{}},"medium":{},"content":{},"file_terms":{}}],["agent",{"_index":3986,"root_relative_url":{},"high":{"/research.html":{}},"medium":{"/uw-research-computing/github-remote-access.html":{}},"content":{"/hanna-lab.html":{},"/research.html":{},"/uw-research-computing/github-remote-access.html":{}},"file_terms":{}}],["aggreg",{"_index":3370,"root_relative_url":{},"high":{},"medium":{},"content":{"/Messick.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/dask.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["agnost",{"_index":2802,"root_relative_url":{},"high":{},"medium":{},"content":{"/research-facilitation.html":{}},"file_terms":{}}],["ago",{"_index":1672,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/htcondor-european-workshop.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/astronomy-archives.html":{},"/gpu-cloudburst.html":{},"/get-to-know-todd.html":{},"/Lightning-Talks.html":{},"/des-expanding-universe.html":{},"/veritas.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/hannah.html":{},"/bat-genomics.html":{},"/machine-learning.html":{}},"file_terms":{}}],["agr_hall:\"commun",{"_index":6969,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["agre",{"_index":3795,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/user-expectations.html":{},"/tribalcollege.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["agreement",{"_index":1257,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/scaling-htc.html":{},"/projects.html":{},"/fellowships/index.html":{}},"file_terms":{}}],["agricultur",{"_index":2642,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-Philosophy.html":{},"/GLUE-lab.html":{},"/usgs-invasivespecies.html":{},"/gis-story.html":{}},"file_terms":{}}],["agridm2003",{"_index":5036,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["agronomi",{"_index":6306,"root_relative_url":{},"high":{},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["agrument",{"_index":5852,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/helloworld.html":{}},"file_terms":{}}],["ahead",{"_index":1387,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/multiple-jobs.html":{},"/events/2022/11/extended-office-hours.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/CDIS-bldg.html":{}},"file_terms":{}}],["ai",{"_index":3533,"root_relative_url":{},"high":{},"medium":{},"content":{"/Google-HTCondor.html":{},"/hanna-lab.html":{},"/Lightning-Talks.html":{},"/projects.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["aid",{"_index":2563,"root_relative_url":{},"high":{},"medium":{},"content":{"/Opotowsky.html":{},"/get-to-know-todd.html":{},"/chtc-demo.html":{},"/projects.html":{},"/CHTC-Facilitation.html":{},"/machine-learning.html":{}},"file_terms":{}}],["aim",{"_index":904,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{},"/Hannah-Showcase.html":{},"/uw-research-computing/chtc-services.html":{},"/gpargo-cc-star.html":{},"/index.html":{},"/hanna-lab.html":{},"/OSG-School.html":{},"/Lightning-Talks.html":{},"/AMNH-Workshops.html":{},"/GLUE-lab.html":{},"/CHTC-Facilitation.html":{},"/fellowships/list.html":{},"/NIAID.html":{},"/fellowships/index.html":{}},"file_terms":{}}],["air",{"_index":4351,"root_relative_url":{},"high":{},"medium":{},"content":{"/HTCondorWeek-Photos.html":{},"/veritas.html":{},"/gis-story.html":{}},"file_terms":{}}],["airavata",{"_index":4677,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["airport",{"_index":7069,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/07/throughput-computing-2023.html":{}},"file_terms":{}}],["aisl",{"_index":4559,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["ajay",{"_index":7073,"root_relative_url":{},"high":{},"medium":{},"content":{"/materials-science.html":{}},"file_terms":{}}],["aka",{"_index":1204,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/conda-installation.html":{}},"content":{"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["al",{"_index":4696,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/tribalcollege.html":{}},"file_terms":{}}],["alain",{"_index":4896,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["albeit",{"_index":4518,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["albert",{"_index":5965,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["alberto",{"_index":5252,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["alderman",{"_index":5241,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["alert",{"_index":6281,"root_relative_url":{},"high":{},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["alexandru",{"_index":5078,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["algerian",{"_index":6681,"root_relative_url":{},"high":{},"medium":{},"content":{"/usgs-invasivespecies.html":{}},"file_terms":{}}],["algorithm",{"_index":2235,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/chtc-services.html":{},"/Opotowsky.html":{},"/Google-HTCondor.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/hanna-lab.html":{},"/ML-Demo.html":{},"/neuroscientist.html":{},"/Science-Gateway.html":{},"/research.html":{},"/veritas.html":{},"/projects.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["ali",{"_index":3479,"root_relative_url":{},"high":{},"medium":{},"content":{"/Hiemstra.html":{}},"file_terms":{}}],["alic",{"_index":2398,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/r-jobs.html":{}},"content":{"/uw-research-computing/singularity-hpc.html":{}},"file_terms":{}}],["alice@build",{"_index":1935,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/r-jobs.html":{}},"content":{},"file_terms":{}}],["alice@e389.chtc.wisc.edu",{"_index":5846,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["alice@int",{"_index":5863,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-hpc.html":{}},"content":{},"file_terms":{}}],["alice@login",{"_index":3149,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/singularity-hpc.html":{}},"content":{},"file_terms":{}}],["alice@serv",{"_index":6785,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/transfer-data-researchdrive.html":{}},"content":{},"file_terms":{}}],["alice@spark",{"_index":3155,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{}},"content":{},"file_terms":{}}],["alice@submit",{"_index":607,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/r-jobs.html":{}},"content":{},"file_terms":{}}],["alice@submit.chtc.wisc.edu:22",{"_index":2484,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/configure-ssh.html":{}},"content":{},"file_terms":{}}],["alice@transf",{"_index":5894,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/file-avail-s3.html":{}},"content":{},"file_terms":{}}],["align",{"_index":2821,"root_relative_url":{},"high":{},"medium":{},"content":{"/ML-and-Image-Analyses-for-Livestock-Data.html":{},"/Lightning-Talks.html":{},"/approach.html":{}},"file_terms":{}}],["alik",{"_index":3000,"root_relative_url":{},"high":{},"medium":{},"content":{"/news.html":{}},"file_terms":{}}],["aliv",{"_index":6094,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{},"/Wilcots.html":{}},"file_terms":{}}],["allcock",{"_index":5109,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["allergi",{"_index":1858,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2024/02/OSG-User-School-2023.html":{},"/OSG-School.html":{},"/NIAID.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["allianc",{"_index":2885,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["alloc",{"_index":2234,"root_relative_url":{},"high":{"/uw-research-computing/hpc-overview.html":{}},"medium":{"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/testing-jobs.html":{}},"content":{"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/PATh-Facility.html":{},"/Banq.html":{},"/ML-Demo.html":{},"/Science-Gateway.html":{},"/research.html":{},"/veritas.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/ucsd-external-release.html":{},"/uw-research-computing/check-quota.html":{}},"file_terms":{}}],["allot",{"_index":5529,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{},"/uw-research-computing/check-quota.html":{}},"file_terms":{}}],["allow",{"_index":772,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/CLAS12.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/configure-ssh.html":{},"/ospool-computation.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/singularity-htc.html":{},"/ML-and-Image-Analyses-for-Livestock-Data.html":{},"/uw-research-computing/cite-chtc.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/gpargo-cc-star.html":{},"/Hiemstra.html":{},"/index.html":{},"/PATh-Facility.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/user-expectations.html":{},"/EHT.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/Banq.html":{},"/Spencer-Showcase.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/get-to-know-todd.html":{},"/OSG-School.html":{},"/Science-Gateway.html":{},"/Lightning-Talks.html":{},"/EOL-OSG.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/helloworld.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/hannah.html":{},"/uw-research-computing/condor_q.html":{},"/projects.html":{},"/uw-research-computing/connecting.html":{},"/DoIt-Article-Summary.html":{},"/Joe-B-Profile.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/testing-jobs.html":{},"/Fulvio.html":{},"/david-swanson-awardees-2023.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/docker-build.html":{},"/gis-story.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/fellowships/list.html":{},"/ASP.html":{},"/adjacent-tissues-paper.html":{},"/materials-science.html":{},"/bat-genomics.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/check-quota.html":{},"/Wilcots.html":{},"/uw-research-computing/user-news.html":{},"/machine-learning.html":{},"/uw-research-computing/hpc-overview.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["alma",{"_index":7243,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["alon",{"_index":2622,"root_relative_url":{},"high":{},"medium":{},"content":{"/ospool-computation.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/gpargo-cc-star.html":{},"/ML-Demo.html":{},"/get-to-know-todd.html":{},"/chtc-demo.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/CHTC-Facilitation.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["alondra",{"_index":509,"root_relative_url":{},"high":{},"medium":{},"content":{"/the-pelican-project.html":{}},"file_terms":{}}],["along",{"_index":698,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/colab-to-chtc.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/Hannah-Showcase.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/Opotowsky.html":{},"/uw-research-computing/cite-chtc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/howto_overview.html":{},"/astronomy-archives.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/helloworld.html":{},"/hannah.html":{},"/uw-research-computing/docker-jobs.html":{},"/Fulvio.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/java-jobs.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["alongsid",{"_index":6760,"root_relative_url":{},"high":{},"medium":{},"content":{"/gis-story.html":{}},"file_terms":{}}],["alperen",{"_index":5749,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{},"file_terms":{}}],["alpha",{"_index":2843,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/file-avail-squid.html":{}},"file_terms":{}}],["alphabet",{"_index":3540,"root_relative_url":{},"high":{},"medium":{},"content":{"/Google-HTCondor.html":{}},"file_terms":{}}],["alpin",{"_index":5445,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["alreadi",{"_index":283,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/mpi-jobs.html":{},"/Natzke.html":{},"/htcondor-european-workshop.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/ospool-computation.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/globus.html":{},"/PATh-Facility.html":{},"/uw-research-computing/gpu-lab.html":{},"/uw-research-computing/dask.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/get-to-know-todd.html":{},"/OSG-School.html":{},"/Science-Gateway.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/r-build.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/file-avail-s3.html":{},"/AMNH-Workshops.html":{},"/hannah.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/Fulvio.html":{},"/david-swanson-awardees-2023.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/NIAID.html":{},"/bat-genomics.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/get-help.html":{},"/uw-research-computing/user-news.html":{},"/fellowships/index.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["alt=\"descript",{"_index":7441,"root_relative_url":{},"high":{},"medium":{"/staff/docs/Adding_News_Articles.html":{}},"content":{},"file_terms":{}}],["alter",{"_index":1480,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/colab-to-chtc.html":{},"/Fulvio.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["altern",{"_index":1254,"root_relative_url":{},"high":{},"medium":{"/staff/docs/Adding_News_Articles.html":{}},"content":{"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/user-expectations.html":{},"/research.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/hpc-overview.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["although",{"_index":2554,"root_relative_url":{},"high":{},"medium":{},"content":{"/Opotowsky.html":{},"/ospool-computation.html":{},"/Messick.html":{},"/get-to-know-todd.html":{},"/Science-Gateway.html":{},"/uw-research-computing/docker-test.html":{},"/CHTC-Facilitation.html":{},"/Fulvio.html":{},"/uw-research-computing/tensorflow-singularity.html":{},"/gis-story.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["altimag",{"_index":6984,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["alto",{"_index":6426,"root_relative_url":{},"high":{},"medium":{},"content":{"/GLUE-lab.html":{}},"file_terms":{}}],["altogeth",{"_index":4474,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/high-memory-jobs.html":{}},"file_terms":{}}],["altumcod",{"_index":7075,"root_relative_url":{},"high":{},"medium":{},"content":{"/materials-science.html":{}},"file_terms":{}}],["altunay",{"_index":5242,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["alumni",{"_index":3623,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-lab.html":{},"/ML-Demo.html":{},"/Technology-Refresh.html":{},"/Lightning-Talks.html":{},"/DoIt-Article-Summary.html":{},"/Joe-B-Profile.html":{}},"file_terms":{}}],["alway",{"_index":1129,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/checkpointing.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/cite-chtc.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/internships.html":{},"/uw-research-computing/file-availability.html":{},"/gpargo-cc-star.html":{},"/PATh-Facility.html":{},"/uw-research-computing/user-expectations.html":{},"/hanna-lab.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/OSG-School.html":{},"/chtc-demo.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/veritas.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/file-avail-s3.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/hannah.html":{},"/uw-research-computing/condor_q.html":{},"/Joe-B-Profile.html":{},"/uw-research-computing/matlab-jobs.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/docker-build.html":{},"/fellowships/list.html":{},"/ASP.html":{},"/uw-research-computing/get-help.html":{},"/uw-research-computing/user-news.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["amad",{"_index":7180,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["amant",{"_index":2378,"root_relative_url":{},"high":{},"medium":{},"content":{"/icon_credits.html":{}},"file_terms":{}}],["amaz",{"_index":2052,"root_relative_url":{},"high":{},"medium":{},"content":{"/Natzke.html":{},"/get-to-know-todd.html":{},"/hannah.html":{},"/bat-genomics.html":{}},"file_terms":{}}],["amazon",{"_index":2605,"root_relative_url":{},"high":{},"medium":{},"content":{"/ospool-computation.html":{},"/gpu-cloudburst.html":{},"/GLUE-lab.html":{}},"file_terms":{}}],["ambiti",{"_index":7090,"root_relative_url":{},"high":{},"medium":{},"content":{"/materials-science.html":{}},"file_terms":{}}],["amd",{"_index":4269,"root_relative_url":{},"high":{},"medium":{},"content":{"/Technology-Refresh.html":{}},"file_terms":{}}],["america",{"_index":3946,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{},"/gpu-cloudburst.html":{},"/projects.html":{},"/bat-genomics.html":{}},"file_terms":{}}],["american",{"_index":299,"root_relative_url":{},"high":{"/news.html":{},"/AMNH-Workshops.html":{}},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/the-pelican-project.html":{},"/OSG-School.html":{},"/des-expanding-universe.html":{},"/AMNH-Workshops.html":{},"/hannah.html":{},"/tribalcollege.html":{},"/bat-genomics.html":{}},"file_terms":{}}],["amnh",{"_index":5941,"root_relative_url":{"/AMNH-Workshops.html":{}},"high":{},"medium":{},"content":{"/AMNH-Workshops.html":{},"/bat-genomics.html":{}},"file_terms":{}}],["amnh’",{"_index":7119,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["amongst",{"_index":2193,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["amount",{"_index":808,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{},"/uw-research-computing/multiple-job-dirs.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/CLAS12.html":{},"/uw-research-computing/python-jobs.html":{},"/ospool-computation.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/file-availability.html":{},"/Messick.html":{},"/uw-research-computing/globus.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/user-expectations.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/Banq.html":{},"/astronomy-archives.html":{},"/ML-Demo.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/dask.html":{},"/neuroscientist.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/get-to-know-todd.html":{},"/Science-Gateway.html":{},"/htc.html":{},"/des-expanding-universe.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/resources.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/condor_q.html":{},"/projects.html":{},"/tribalcollege.html":{},"/htcondor-helps-enable-mars-research.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/testing-jobs.html":{},"/Fulvio.html":{},"/ucsd-external-release.html":{},"/gis-story.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/hpc-overview.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["ampath",{"_index":3585,"root_relative_url":{},"high":{},"medium":{},"content":{"/PATh-Facility.html":{},"/ucsd-external-release.html":{}},"file_terms":{}}],["ampersand",{"_index":5623,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["ampl",{"_index":3316,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/file-availability.html":{}},"file_terms":{}}],["amsterdam",{"_index":2202,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{},"/HTCondorWeek-Photos.html":{}},"file_terms":{}}],["am|pm",{"_index":3178,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{}},"content":{},"file_terms":{}}],["anaconda",{"_index":1244,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/docker-build.html":{}},"file_terms":{}}],["anaconda/miniconda",{"_index":1234,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/conda-installation.html":{}},"file_terms":{}}],["analog",{"_index":4687,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["analys",{"_index":2806,"root_relative_url":{"/ML-and-Image-Analyses-for-Livestock-Data.html":{}},"high":{"/ML-and-Image-Analyses-for-Livestock-Data.html":{},"/news.html":{}},"medium":{},"content":{"/Messick.html":{},"/uw-research-computing/user-expectations.html":{},"/Banq.html":{},"/uw-research-computing/condor_q.html":{},"/projects.html":{},"/CHTC-Facilitation.html":{},"/Fulvio.html":{},"/bat-genomics.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["analysi",{"_index":1066,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{"/uw-research-computing/checkpointing.html":{},"/ML-and-Image-Analyses-for-Livestock-Data.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/Messick.html":{},"/astronomy-archives.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/dask.html":{},"/get-to-know-todd.html":{},"/icecube-receives-hpc-award.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/chtc-demo.html":{},"/des-expanding-universe.html":{},"/veritas.html":{},"/AMNH-Workshops.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/projects.html":{},"/tribalcollege.html":{},"/Fulvio.html":{},"/map/index.html":{},"/bat-genomics.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["analyst",{"_index":5422,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{},"/des-expanding-universe.html":{}},"file_terms":{}}],["analysts/scientist",{"_index":6007,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["analyt",{"_index":5664,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{},"/Fulvio.html":{}},"file_terms":{}}],["analyz",{"_index":1422,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{"/uw-research-computing/multiple-jobs.html":{},"/internships.html":{},"/Gillett.html":{},"/Hiemstra.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/Banq.html":{},"/Spencer-Showcase.html":{},"/OSG-School.html":{},"/Science-Gateway.html":{},"/Lightning-Talks.html":{},"/chtc-demo.html":{},"/des-expanding-universe.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/condor_q.html":{},"/projects.html":{},"/Fulvio.html":{},"/usgs-invasivespecies.html":{},"/fellowships/list.html":{},"/materials-science.html":{},"/Anirvan-Showcase.html":{},"/bat-genomics.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/approach.html":{},"/machine-learning.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["ananthakrishnan",{"_index":5244,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["ananya",{"_index":5456,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["anatoli",{"_index":5326,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["anatom",{"_index":4390,"root_relative_url":{},"high":{},"medium":{},"content":{"/neuroscientist.html":{}},"file_terms":{}}],["and/or",{"_index":1907,"root_relative_url":{},"high":{},"medium":{"/staff/docs/Schedule_Calendar.html":{}},"content":{"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/internships.html":{},"/uw-research-computing/user-expectations.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/file-avail-s3.html":{},"/projects.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/testing-jobs.html":{},"/fellowships/index.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/java-jobs.html":{}},"file_terms":{}}],["anderson",{"_index":6396,"root_relative_url":{},"high":{},"medium":{},"content":{"/tribalcollege.html":{}},"file_terms":{}}],["andrea",{"_index":5137,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["andresen",{"_index":3397,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpargo-cc-star.html":{},"/events/2023/07/throughput-computing-2023.html":{}},"file_terms":{}}],["andrew",{"_index":5066,"root_relative_url":{},"high":{"/people.html":{}},"medium":{"/uw-research-computing/get-help.html":{}},"content":{"/research.html":{}},"file_terms":{}}],["angl",{"_index":2007,"root_relative_url":{},"high":{},"medium":{},"content":{"/Natzke.html":{}},"file_terms":{}}],["anim",{"_index":2813,"root_relative_url":{},"high":{},"medium":{},"content":{"/ML-and-Image-Analyses-for-Livestock-Data.html":{},"/jobs.html":{},"/HTCondorWeek-Photos.html":{},"/hannah.html":{},"/CHTC-pool-record.html":{},"/projects.html":{},"/GLUE-lab.html":{},"/usgs-invasivespecies.html":{}},"file_terms":{}}],["animal_science:\"anim",{"_index":6926,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["anirvan",{"_index":2074,"root_relative_url":{"/Anirvan-Showcase.html":{}},"high":{},"medium":{},"content":{"/Showcase.html":{},"/Anirvan-Showcase.html":{}},"file_terms":{}}],["anl/mc",{"_index":5208,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["ann",{"_index":4969,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["anna",{"_index":3021,"root_relative_url":{},"high":{},"medium":{},"content":{"/news.html":{}},"file_terms":{}}],["annamareddi",{"_index":7074,"root_relative_url":{},"high":{},"medium":{},"content":{"/materials-science.html":{}},"file_terms":{}}],["annamareddy’",{"_index":7079,"root_relative_url":{},"high":{},"medium":{},"content":{"/materials-science.html":{}},"file_terms":{}}],["annett",{"_index":4973,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["annot",{"_index":7134,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["announc",{"_index":3615,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-lab.html":{},"/EHT.html":{},"/OSG-School.html":{},"/Lightning-Talks.html":{},"/EOL-OSG.html":{},"/david-swanson-awardees-2023.html":{},"/ucsd-external-release.html":{},"/uw-research-computing/user-news.html":{}},"file_terms":{}}],["annual",{"_index":527,"root_relative_url":{},"high":{},"medium":{},"content":{"/the-pelican-project.html":{},"/Garcia.html":{},"/CLAS12.html":{},"/Hannah-Showcase.html":{},"/Showcase.html":{},"/hanna-lab.html":{},"/Spencer-Showcase.html":{},"/events/2023/02/research-bazaar.html":{},"/OSG-School.html":{},"/HTC24.html":{},"/AMNH-Workshops.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/DoIt-Article-Summary.html":{},"/david-swanson-awardees-2023.html":{},"/Anirvan-Showcase.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["anoth",{"_index":112,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/Record.html":{},"/htcondor-european-workshop.html":{},"/research-facilitation.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/Messick.html":{},"/gpargo-cc-star.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/hanna-lab.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/get-to-know-todd.html":{},"/OSG-School.html":{},"/Lightning-Talks.html":{},"/des-expanding-universe.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/veritas.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/file-avail-s3.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/CHTC-pool-record.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/testing-jobs.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/check-quota.html":{},"/Wilcots.html":{},"/fellowships/index.html":{},"/uw-research-computing/get-submit-node.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["ansi",{"_index":6539,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/licensed-software.html":{}},"content":{"/uw-research-computing/licensed-software.html":{}},"file_terms":{}}],["answer",{"_index":147,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/singularity-htc.html":{},"/Gillett.html":{},"/events/2023/01/hpc-cluster-faq.html":{},"/neuroscientist.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/form.html":{},"/OSG-School.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/condor_q.html":{},"/david-swanson-awardees-2023.html":{},"/adjacent-tissues-paper.html":{},"/bat-genomics.html":{},"/uw-research-computing/get-help.html":{},"/Wilcots.html":{},"/uw-research-computing/user-news.html":{},"/machine-learning.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["answer—that",{"_index":117,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["ansys_research",{"_index":6557,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/licensed-software.html":{}},"file_terms":{}}],["ansys_research:1",{"_index":6550,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/licensed-software.html":{}},"content":{},"file_terms":{}}],["ant",{"_index":7140,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["antarct",{"_index":6279,"root_relative_url":{},"high":{},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["antarctica",{"_index":7122,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["anthoni",{"_index":3620,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-lab.html":{},"/ML-Demo.html":{},"/research.html":{},"/CHTC-pool-record.html":{},"/fire-up-the-gpus.html":{}},"file_terms":{}}],["anti",{"_index":7096,"root_relative_url":{},"high":{},"medium":{},"content":{"/Anirvan-Showcase.html":{}},"file_terms":{}}],["anticip",{"_index":5402,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{},"/ASP.html":{},"/uw-research-computing/user-news.html":{}},"file_terms":{}}],["antihelium",{"_index":7098,"root_relative_url":{},"high":{},"medium":{},"content":{"/Anirvan-Showcase.html":{}},"file_terms":{}}],["antimatt",{"_index":2073,"root_relative_url":{},"high":{"/news.html":{},"/Anirvan-Showcase.html":{}},"medium":{},"content":{"/Showcase.html":{},"/Anirvan-Showcase.html":{}},"file_terms":{}}],["antimicrobi",{"_index":7182,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["antiproton",{"_index":7094,"root_relative_url":{},"high":{},"medium":{},"content":{"/Anirvan-Showcase.html":{}},"file_terms":{}}],["antonio",{"_index":5303,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["anvil",{"_index":5368,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["anybodi",{"_index":6032,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["anyon",{"_index":502,"root_relative_url":{},"high":{},"medium":{},"content":{"/the-pelican-project.html":{},"/uw-research-computing/get-started.html":{},"/astronomy-archives.html":{},"/events/2023/02/research-bazaar.html":{},"/uw-research-computing/form.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/hannah.html":{},"/uw-research-computing/github-remote-access.html":{},"/Wilcots.html":{}},"file_terms":{}}],["anyth",{"_index":778,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/Hiemstra.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/user-expectations.html":{},"/Banq.html":{},"/neuroscientist.html":{},"/Johri.html":{},"/hannah.html":{},"/CHTC-Facilitation.html":{},"/ASP.html":{},"/materials-science.html":{},"/uw-research-computing/github-remote-access.html":{}},"file_terms":{}}],["anytim",{"_index":2346,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2022/11/extended-office-hours.html":{}},"file_terms":{}}],["anywher",{"_index":498,"root_relative_url":{},"high":{"/get-to-know-todd.html":{}},"medium":{},"content":{"/the-pelican-project.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/file-avail-squid.html":{},"/hanna-lab.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/file-avail-s3.html":{},"/Fulvio.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/java-jobs.html":{}},"file_terms":{}}],["aoua",{"_index":7174,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["apach",{"_index":4676,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["apart",{"_index":5514,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["api",{"_index":5364,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{},"/fellowships/list.html":{}},"file_terms":{}}],["apollo",{"_index":6098,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["app",{"_index":2489,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/configure-ssh.html":{},"/hannah.html":{}},"file_terms":{}}],["apparatu",{"_index":5679,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["appeal",{"_index":1710,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/gpargo-cc-star.html":{},"/fellowships/index.html":{}},"file_terms":{}}],["appear",{"_index":2330,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/globus.html":{},"/Science-Gateway.html":{},"/research.html":{},"/uw-research-computing/helloworld.html":{},"/free-supercomputing.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/r-jobs.html":{},"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["append",{"_index":2303,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-spack-install.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["appendix",{"_index":6231,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/condor_q.html":{}},"file_terms":{}}],["appl",{"_index":6462,"root_relative_url":{},"high":{},"medium":{},"content":{"/Joe-B-Profile.html":{}},"file_terms":{}}],["appli",{"_index":328,"root_relative_url":{},"high":{"/OSG-User-School-Concludes.html":{},"/fellowships/index.html":{}},"medium":{},"content":{"/the-pelican-project.html":{},"/uw-research-computing/gpu-jobs.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/Record.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-availability.html":{},"/gpargo-cc-star.html":{},"/index.html":{},"/uw-research-computing/gpu-lab.html":{},"/jobs.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/astronomy-archives.html":{},"/ML-Demo.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/get-to-know-todd.html":{},"/OSG-School.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/veritas.html":{},"/uw-research-computing/file-avail-s3.html":{},"/hannah.html":{},"/projects.html":{},"/GLUE-lab.html":{},"/CHTC-Facilitation.html":{},"/Fulvio.html":{},"/david-swanson-awardees-2023.html":{},"/uw-research-computing/quota-request.html":{},"/map/index.html":{},"/adjacent-tissues-paper.html":{},"/materials-science.html":{},"/bat-genomics.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/machine-learning.html":{},"/fellowships/index.html":{},"/uw-research-computing/hpc-overview.html":{},"/spalding-lab.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["applianc",{"_index":457,"root_relative_url":{},"high":{},"medium":{},"content":{"/the-pelican-project.html":{},"/research.html":{}},"file_terms":{}}],["applic",{"_index":624,"root_relative_url":{},"high":{"/Garcia.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/uw-research-computing/file-avail-squid.html":{},"/news.html":{},"/uw-research-computing/file-availability.html":{},"/research.html":{},"/approach.html":{}},"medium":{"/uw-research-computing/matlab-jobs.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{},"/Garcia.html":{},"/OSG-User-School-Concludes.html":{},"/uw-research-computing/multiple-jobs.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/uw-research-computing/configure-ssh.html":{},"/ospool-computation.html":{},"/research-facilitation.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/file-availability.html":{},"/Hiemstra.html":{},"/index.html":{},"/PATh-Facility.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/hanna-lab.html":{},"/HTCondorWeek-Photos.html":{},"/OSG-School.html":{},"/Science-Gateway.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/des-expanding-universe.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/veritas.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/connecting.html":{},"/GLUE-lab.html":{},"/david-swanson-awardees-2023.html":{},"/fellowships/list.html":{},"/materials-science.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/get-help.html":{},"/approach.html":{},"/fellowships/index.html":{},"/spalding-lab.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["applications.html",{"_index":1149,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/checkpointing.html":{}},"file_terms":{}}],["appoint",{"_index":7208,"root_relative_url":{},"high":{"/uw-research-computing/get-help.html":{}},"medium":{},"content":{},"file_terms":{}}],["appreci",{"_index":3276,"root_relative_url":{},"high":{},"medium":{},"content":{"/Gillett.html":{},"/OSG-School.html":{},"/Joe-B-Profile.html":{}},"file_terms":{}}],["approach",{"_index":155,"root_relative_url":{},"high":{"/approach.html":{}},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/the-pelican-project.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/CLAS12.html":{},"/Hannah-Showcase.html":{},"/uw-research-computing/python-jobs.html":{},"/CHTC-Philosophy.html":{},"/research-facilitation.html":{},"/Gillett.html":{},"/uw-research-computing/file-availability.html":{},"/Messick.html":{},"/Hiemstra.html":{},"/index.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/Spencer-Showcase.html":{},"/neuroscientist.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/chtc-demo.html":{},"/EOL-OSG.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/helloworld.html":{},"/CHTC-Facilitation.html":{},"/about.html":{},"/Fulvio.html":{},"/usgs-invasivespecies.html":{},"/gis-story.html":{},"/fellowships/list.html":{},"/NIAID.html":{},"/uw-research-computing/get-help.html":{},"/uw-research-computing/hpc-overview.html":{},"/spalding-lab.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["approach.html",{"_index":7275,"root_relative_url":{"/approach.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["appropri",{"_index":750,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/licensed-software.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/multiple-jobs.html":{},"/CLAS12.html":{},"/uw-research-computing/python-jobs.html":{},"/research-facilitation.html":{},"/uw-research-computing/cite-chtc.html":{},"/neuroscientist.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/condor_q.html":{},"/projects.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["approv",{"_index":3762,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["approxim",{"_index":1087,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/checkpointing.html":{},"/CLAS12.html":{},"/Messick.html":{},"/PATh-Facility.html":{},"/Spencer-Showcase.html":{},"/gpu-cloudburst.html":{},"/get-to-know-todd.html":{},"/des-expanding-universe.html":{},"/ucsd-external-release.html":{},"/Anirvan-Showcase.html":{},"/bat-genomics.html":{},"/approach.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["appt",{"_index":3776,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["apptain",{"_index":859,"root_relative_url":{},"high":{"/uw-research-computing/singularity-htc.html":{}},"medium":{"/uw-research-computing/singularity-htc.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/globus.html":{},"/uw-research-computing/guides.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dagman-workflows.html":{},"/uw-research-computing/docker-test.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/docker-build.html":{},"/fellowships/list.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/java-jobs.html":{}},"file_terms":{}}],["apptainer.sub",{"_index":2710,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-htc.html":{}},"content":{},"file_terms":{}}],["apptainer/singular",{"_index":2756,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/singularity-htc.html":{}},"file_terms":{}}],["apr",{"_index":3018,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{"/news.html":{}},"file_terms":{}}],["april",{"_index":1598,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/Record.html":{},"/ospool-computation.html":{},"/research.html":{},"/past_team_pictures.html":{},"/CDIS-bldg.html":{},"/fellowships/index.html":{}},"file_terms":{}}],["apt",{"_index":1449,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/docker-build.html":{}},"content":{},"file_terms":{}}],["arabidopsi",{"_index":7408,"root_relative_url":{},"high":{},"medium":{},"content":{"/spalding-lab.html":{}},"file_terms":{}}],["arbitrari",{"_index":5695,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["arc",{"_index":7478,"root_relative_url":{},"high":{},"medium":{},"content":{"/precision-mental-health.html":{}},"file_terms":{}}],["arch",{"_index":6504,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{}},"content":{},"file_terms":{}}],["architectur",{"_index":804,"root_relative_url":{},"high":{"/fellowships/list.html":{}},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/CHTC-pool-record.html":{},"/fellowships/list.html":{}},"file_terms":{}}],["archiv",{"_index":1173,"root_relative_url":{},"high":{"/uw-research-computing/conda-installation.html":{},"/astronomy-archives.html":{}},"medium":{"/uw-research-computing/file-availability.html":{},"/uw-research-computing/docker-build.html":{}},"content":{"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/file-availability.html":{},"/Banq.html":{},"/astronomy-archives.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/fellowships/list.html":{},"/uw-research-computing/user-news.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["archives.html",{"_index":4056,"root_relative_url":{"/astronomy-archives.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["archive’",{"_index":4093,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}],["arctic",{"_index":6654,"root_relative_url":{},"high":{},"medium":{},"content":{"/ucsd-external-release.html":{}},"file_terms":{}}],["area",{"_index":58,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/the-pelican-project.html":{},"/CLAS12.html":{},"/htcondor-european-workshop.html":{},"/research-facilitation.html":{},"/news.html":{},"/Messick.html":{},"/gpargo-cc-star.html":{},"/hanna-lab.html":{},"/gpu-cloudburst.html":{},"/Lightning-Talks.html":{},"/des-expanding-universe.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/veritas.html":{},"/people.html":{},"/AMNH-Workshops.html":{},"/uw-research-computing/testing-jobs.html":{},"/david-swanson-awardees-2023.html":{},"/ucsd-external-release.html":{},"/usgs-invasivespecies.html":{},"/map/index.html":{},"/Wilcots.html":{},"/machine-learning.html":{},"/fellowships/index.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["aren't",{"_index":6227,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/condor_q.html":{}},"file_terms":{}}],["aren’t",{"_index":2954,"root_relative_url":{},"high":{"/news.html":{},"/hanna-lab.html":{}},"medium":{},"content":{"/hanna-lab.html":{},"/get-to-know-todd.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/hannah.html":{},"/david-swanson-awardees-2023.html":{},"/adjacent-tissues-paper.html":{}},"file_terms":{}}],["areus",{"_index":4459,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/high-memory-jobs.html":{}},"file_terms":{}}],["arg",{"_index":7387,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/r-jobs.html":{}},"content":{},"file_terms":{}}],["arg1",{"_index":1033,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{},"file_terms":{}}],["arg2",{"_index":1034,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{},"file_terms":{}}],["argo",{"_index":3379,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpargo-cc-star.html":{}},"file_terms":{}}],["argonn",{"_index":5212,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["argonne’",{"_index":4231,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["argo’",{"_index":3428,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpargo-cc-star.html":{}},"file_terms":{}}],["argument",{"_index":590,"root_relative_url":{},"high":{"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/r-jobs.html":{}},"medium":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/r-jobs.html":{}},"content":{"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["argument1",{"_index":1020,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{},"file_terms":{}}],["argument2",{"_index":1021,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{},"file_terms":{}}],["ariadna",{"_index":7115,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["arial",{"_index":6901,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["aris",{"_index":47,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/Hiemstra.html":{},"/uw-research-computing/helloworld.html":{},"/projects.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["arithmet",{"_index":1416,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/multiple-jobs.html":{}},"file_terms":{}}],["arizona",{"_index":3818,"root_relative_url":{},"high":{},"medium":{},"content":{"/EHT.html":{},"/OSG-School.html":{},"/Johri.html":{},"/veritas.html":{}},"file_terms":{}}],["arizona’",{"_index":5354,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["arjuazka",{"_index":2382,"root_relative_url":{},"high":{},"medium":{},"content":{"/icon_credits.html":{}},"file_terms":{}}],["around",{"_index":1544,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/Natzke.html":{},"/uw-research-computing/cite-chtc.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/EHT.html":{},"/technologies.html":{},"/astronomy-archives.html":{},"/gpu-cloudburst.html":{},"/HTCondorWeek-Photos.html":{},"/OSG-School.html":{},"/AMNH-Workshops.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/Joe-B-Profile.html":{},"/CHTC-Facilitation.html":{},"/fire-up-the-gpus.html":{},"/uw-research-computing/testing-jobs.html":{},"/david-swanson-awardees-2023.html":{},"/gis-story.html":{},"/fellowships/list.html":{},"/ASP.html":{},"/NIAID.html":{},"/Wilcots.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/hpc-overview.html":{},"/spalding-lab.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["arpaci",{"_index":5138,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["arrang",{"_index":3308,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/file-availability.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/use-submit-node.html":{},"/AMNH-Workshops.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/uw-research-computing/get-help.html":{}},"file_terms":{}}],["array",{"_index":1554,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/dask.html":{},"/veritas.html":{},"/bat-genomics.html":{},"/Wilcots.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["arriel",{"_index":2534,"root_relative_url":{},"high":{},"medium":{},"content":{"/Opotowsky.html":{}},"file_terms":{}}],["arriv",{"_index":4265,"root_relative_url":{},"high":{},"medium":{},"content":{"/Technology-Refresh.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/usgs-invasivespecies.html":{},"/fellowships/index.html":{}},"file_terms":{}}],["art",{"_index":2810,"root_relative_url":{},"high":{},"medium":{},"content":{"/ML-and-Image-Analyses-for-Livestock-Data.html":{},"/internships.html":{},"/index.html":{},"/jobs.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/AMNH-Workshops.html":{},"/fellowships/index.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["arthur",{"_index":4533,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{},"/gis-story.html":{}},"file_terms":{}}],["articl",{"_index":1815,"root_relative_url":{"/DoIt-Article-Summary.html":{}},"high":{"/gpu-cloudburst.html":{},"/staff/docs/Adding_News_Articles.html":{}},"medium":{"/staff/docs/Adding_News_Articles.html":{}},"content":{"/Hannah-Showcase.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/Showcase.html":{},"/staff/index.html":{},"/Resilience.html":{},"/EHT.html":{},"/Banq.html":{},"/Spencer-Showcase.html":{},"/free-supercomputing.html":{},"/hannah.html":{},"/DoIt-Article-Summary.html":{},"/htcondor-helps-enable-mars-research.html":{},"/fire-up-the-gpus.html":{},"/Anirvan-Showcase.html":{},"/staff/docs/Adding_News_Articles.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["artifici",{"_index":3982,"root_relative_url":{},"high":{},"medium":{},"content":{"/hanna-lab.html":{}},"file_terms":{}}],["artist",{"_index":6127,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["arxiv",{"_index":5370,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["asap",{"_index":7066,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/07/throughput-computing-2023.html":{}},"file_terms":{}}],["ascii",{"_index":4108,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}],["ashley",{"_index":5495,"root_relative_url":{},"high":{},"medium":{},"content":{"/chtc-demo.html":{}},"file_terms":{}}],["asia",{"_index":2216,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{},"/gpu-cloudburst.html":{},"/CHTC-Facilitation.html":{},"/bat-genomics.html":{}},"file_terms":{}}],["ask",{"_index":1277,"root_relative_url":{},"high":{"/uw-research-computing/helloworld.html":{}},"medium":{},"content":{"/uw-research-computing/conda-installation.html":{},"/CLAS12.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/cite-chtc.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/gpu-lab.html":{},"/EHT.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/hanna-lab.html":{},"/neuroscientist.html":{},"/get-to-know-todd.html":{},"/OSG-School.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/use-submit-node.html":{},"/chtc-workshop.html":{},"/AMNH-Workshops.html":{},"/hannah.html":{},"/tribalcollege.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/docker-build.html":{},"/gis-story.html":{},"/uw-research-computing/quota-request.html":{},"/materials-science.html":{},"/uw-research-computing/github-remote-access.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["asp",{"_index":6866,"root_relative_url":{},"high":{},"medium":{},"content":{"/ASP.html":{}},"file_terms":{}}],["asp.html",{"_index":6864,"root_relative_url":{"/ASP.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["asp2022",{"_index":6869,"root_relative_url":{},"high":{},"medium":{},"content":{"/ASP.html":{}},"file_terms":{}}],["aspect",{"_index":2139,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{},"/research-facilitation.html":{},"/PATh-Facility.html":{},"/hanna-lab.html":{},"/OSG-School.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/veritas.html":{},"/hannah.html":{},"/fellowships/list.html":{},"/bat-genomics.html":{}},"file_terms":{}}],["aspir",{"_index":6059,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["assaf",{"_index":5311,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["assamagan",{"_index":6876,"root_relative_url":{},"high":{},"medium":{},"content":{"/ASP.html":{}},"file_terms":{}}],["assembl",{"_index":4088,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{},"/Lightning-Talks.html":{},"/bat-genomics.html":{}},"file_terms":{}}],["assess",{"_index":5382,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{},"/adjacent-tissues-paper.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["asset",{"_index":1644,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/CHTC-Philosophy.html":{},"/fellowships/list.html":{}},"file_terms":{}}],["assign",{"_index":1407,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/Gillett.html":{},"/uw-research-computing/resources.html":{},"/approach.html":{}},"file_terms":{}}],["assimil",{"_index":4416,"root_relative_url":{},"high":{},"medium":{},"content":{"/neuroscientist.html":{}},"file_terms":{}}],["assist",{"_index":2588,"root_relative_url":{},"high":{},"medium":{},"content":{"/ospool-computation.html":{},"/CHTC-Philosophy.html":{},"/internships.html":{},"/ML-Demo.html":{},"/OSG-School.html":{},"/Science-Gateway.html":{},"/Lightning-Talks.html":{},"/chtc-demo.html":{},"/veritas.html":{},"/people.html":{},"/projects.html":{},"/adjacent-tissues-paper.html":{},"/uw-research-computing/get-help.html":{},"/machine-learning.html":{}},"file_terms":{}}],["associ",{"_index":11,"root_relative_url":{},"high":{"/gis-story.html":{}},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/Garcia.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/index.html":{},"/PATh-Facility.html":{},"/uw-research-computing/julia-jobs.html":{},"/ML-Demo.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/condor_q.html":{},"/tribalcollege.html":{},"/GLUE-lab.html":{},"/htcondor-helps-enable-mars-research.html":{},"/fire-up-the-gpus.html":{},"/Fulvio.html":{},"/ucsd-external-release.html":{},"/usgs-invasivespecies.html":{},"/gis-story.html":{},"/NIAID.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/Wilcots.html":{}},"file_terms":{}}],["assum",{"_index":1415,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/Hiemstra.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/Anirvan-Showcase.html":{}},"file_terms":{}}],["assumpt",{"_index":2664,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-Philosophy.html":{}},"file_terms":{}}],["assur",{"_index":2896,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["asteroid",{"_index":4102,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}],["astro2020",{"_index":7256,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["astrobiolog",{"_index":7264,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["astronom",{"_index":3267,"root_relative_url":{},"high":{},"medium":{},"content":{"/Gillett.html":{},"/Messick.html":{},"/EHT.html":{},"/astronomy-archives.html":{},"/OSG-School.html":{},"/projects.html":{},"/Wilcots.html":{}},"file_terms":{}}],["astronomi",{"_index":322,"root_relative_url":{"/astronomy-archives.html":{}},"high":{"/news.html":{},"/astronomy-archives.html":{},"/Wilcots.html":{}},"medium":{},"content":{"/the-pelican-project.html":{},"/Gillett.html":{},"/Messick.html":{},"/EHT.html":{},"/astronomy-archives.html":{},"/gpu-cloudburst.html":{},"/HTCondorWeek-Photos.html":{},"/OSG-School.html":{},"/Lightning-Talks.html":{},"/veritas.html":{},"/ucsd-external-release.html":{},"/Wilcots.html":{}},"file_terms":{}}],["astroparticl",{"_index":6284,"root_relative_url":{},"high":{},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["astrophys",{"_index":3857,"root_relative_url":{},"high":{},"medium":{},"content":{"/EHT.html":{},"/gpu-cloudburst.html":{},"/Lightning-Talks.html":{},"/veritas.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/Wilcots.html":{}},"file_terms":{}}],["astrophysicist",{"_index":3819,"root_relative_url":{},"high":{},"medium":{},"content":{"/EHT.html":{}},"file_terms":{}}],["asu",{"_index":5479,"root_relative_url":{},"high":{},"medium":{},"content":{"/Johri.html":{}},"file_terms":{}}],["asynchron",{"_index":3472,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/globus.html":{}},"file_terms":{}}],["atacama",{"_index":7241,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["athlet",{"_index":3671,"root_relative_url":{},"high":{},"medium":{},"content":{"/jobs.html":{}},"file_terms":{}}],["atla",{"_index":3044,"root_relative_url":{},"high":{"/projects.html":{}},"medium":{},"content":{"/Throughput-Computing-2023.html":{},"/Lightning-Talks.html":{},"/projects.html":{},"/events/2023/07/throughput-computing-2023.html":{}},"file_terms":{}}],["atmospher",{"_index":5636,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["atocen_building:\"atmospher",{"_index":6967,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["atom",{"_index":111,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/CLAS12.html":{},"/Natzke.html":{},"/CHTC-pool-record.html":{}},"file_terms":{}}],["atomist",{"_index":2119,"root_relative_url":{},"high":{},"medium":{},"content":{"/Record.html":{},"/materials-science.html":{}},"file_terms":{}}],["atom’",{"_index":73,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["attach",{"_index":5526,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{}},"file_terms":{}}],["attain",{"_index":3604,"root_relative_url":{},"high":{},"medium":{},"content":{"/PATh-Facility.html":{}},"file_terms":{}}],["attempt",{"_index":255,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/singularity-htc.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["attend",{"_index":1157,"root_relative_url":{"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"high":{"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"medium":{},"content":{"/OSG-User-School-Concludes.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/Natzke.html":{},"/Showcase.html":{},"/Throughput-Computing-2023.html":{},"/internships.html":{},"/jobs.html":{},"/ML-Demo.html":{},"/get-to-know-todd.html":{},"/OSG-School.html":{},"/Lightning-Talks.html":{},"/HTC24.html":{},"/chtc-workshop.html":{},"/AMNH-Workshops.html":{},"/GLUE-lab.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/david-swanson-awardees-2023.html":{},"/gis-story.html":{},"/ASP.html":{},"/adjacent-tissues-paper.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/Anirvan-Showcase.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["attende",{"_index":2133,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{},"/Throughput-Computing-2023.html":{},"/HTCondorWeek-Photos.html":{},"/OSG-School.html":{},"/events/2023/10/information-session.html":{},"/Lightning-Talks.html":{},"/chtc-workshop.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["attent",{"_index":1474,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/colab-to-chtc.html":{},"/htcondor-european-workshop.html":{},"/Opotowsky.html":{},"/htc.html":{},"/uw-research-computing/helloworld.html":{},"/AMNH-Workshops.html":{},"/hannah.html":{},"/uw-research-computing/testing-jobs.html":{}},"file_terms":{}}],["attest",{"_index":3942,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{},"/Spencer-Showcase.html":{},"/Anirvan-Showcase.html":{}},"file_terms":{}}],["attr1",{"_index":6131,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["attr2",{"_index":6132,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["attract",{"_index":1568,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["attribut",{"_index":714,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/file-availability.html":{},"/staff/docs/Schedule_Calendar.html":{},"/ML-Demo.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/condor_q.html":{},"/Anirvan-Showcase.html":{}},"file_terms":{}}],["atyp",{"_index":6781,"root_relative_url":{},"high":{},"medium":{},"content":{"/gis-story.html":{}},"file_terms":{}}],["au",{"_index":1717,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{}},"file_terms":{}}],["audienc",{"_index":2168,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{},"/internships.html":{},"/ML-Demo.html":{},"/AMNH-Workshops.html":{},"/hannah.html":{},"/Wilcots.html":{},"/fellowships/index.html":{}},"file_terms":{}}],["audience’",{"_index":2547,"root_relative_url":{},"high":{},"medium":{},"content":{"/Opotowsky.html":{}},"file_terms":{}}],["audio",{"_index":5022,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["audit",{"_index":5075,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["auditorium",{"_index":4347,"root_relative_url":{},"high":{},"medium":{},"content":{"/HTCondorWeek-Photos.html":{}},"file_terms":{}}],["aug",{"_index":1847,"root_relative_url":{},"high":{"/events/2024/02/OSG-User-School-2023.html":{},"/uw-research-computing/user-news.html":{},"/events.html":{}},"medium":{},"content":{"/news.html":{}},"file_terms":{}}],["augment",{"_index":2751,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/singularity-htc.html":{},"/gpargo-cc-star.html":{}},"file_terms":{}}],["august",{"_index":1849,"root_relative_url":{},"high":{"/events/2024/02/OSG-User-School-2023.html":{},"/uw-research-computing/user-news.html":{}},"medium":{},"content":{"/events/2024/02/OSG-User-School-2023.html":{},"/Showcase.html":{},"/uw-research-computing/python-jobs.html":{},"/OSG-School.html":{},"/research.html":{},"/des-expanding-universe.html":{},"/veritas.html":{},"/uw-research-computing/user-news.html":{},"/fellowships/index.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["aui",{"_index":7235,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["aurora",{"_index":4232,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["austin",{"_index":3583,"root_relative_url":{},"high":{},"medium":{},"content":{"/PATh-Facility.html":{},"/research.html":{},"/ucsd-external-release.html":{}},"file_terms":{}}],["authent",{"_index":2468,"root_relative_url":{},"high":{"/uw-research-computing/configure-ssh.html":{}},"medium":{},"content":{"/uw-research-computing/configure-ssh.html":{},"/HTCondorWeek-Photos.html":{},"/EOL-OSG.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["author",{"_index":2661,"root_relative_url":{},"high":{},"medium":{"/staff/docs/Adding_News_Articles.html":{}},"content":{"/CHTC-Philosophy.html":{},"/get-to-know-todd.html":{},"/research.html":{},"/EOL-OSG.html":{},"/usgs-invasivespecies.html":{}},"file_terms":{}}],["auto",{"_index":792,"root_relative_url":{},"high":{"/uw-research-computing/condor_q.html":{}},"medium":{"/uw-research-computing/configure-ssh.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{},"/ML-Demo.html":{},"/uw-research-computing/condor_q.html":{}},"file_terms":{}}],["autoformat",{"_index":6226,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/condor_q.html":{}},"file_terms":{}}],["autom",{"_index":837,"root_relative_url":{},"high":{"/uw-research-computing/configure-ssh.html":{}},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/CLAS12.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/mpi-jobs.html":{},"/Natzke.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/globus.html":{},"/index.html":{},"/uw-research-computing/guides.html":{},"/PATh-Facility.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/user-expectations.html":{},"/EHT.html":{},"/Banq.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dagman-workflows.html":{},"/uw-research-computing/form.html":{},"/uw-research-computing/docker-test.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/chtc-demo.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/connecting.html":{},"/tribalcollege.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/ucsd-external-release.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/quota-request.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/fellowships/list.html":{},"/adjacent-tissues-paper.html":{},"/Anirvan-Showcase.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{},"/spalding-lab.html":{},"/uw-research-computing/java-jobs.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["automat",{"_index":1051,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/file-availability.html":{},"/Hiemstra.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/condor_q.html":{},"/projects.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/fellowships/list.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/uw-research-computing/hpc-overview.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["automaticl",{"_index":1055,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{},"file_terms":{}}],["autonom",{"_index":3456,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/index.html":{}},"file_terms":{}}],["avail",{"_index":352,"root_relative_url":{"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/file-avail-s3.html":{}},"high":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/file-availability.html":{},"/jobs.html":{},"/uw-research-computing/hpc-software.html":{}},"medium":{"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/hpc-spack-setup.html":{}},"content":{"/the-pelican-project.html":{},"/uw-research-computing/gpu-jobs.html":{},"/Garcia.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/CLAS12.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/cite-chtc.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/file-availability.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/globus.html":{},"/Hiemstra.html":{},"/PATh-Facility.html":{},"/uw-research-computing/gpu-lab.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/Banq.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/astronomy-archives.html":{},"/ML-Demo.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/hpc-software.html":{},"/neuroscientist.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dagman-workflows.html":{},"/get-to-know-todd.html":{},"/OSG-School.html":{},"/uw-research-computing/docker-test.html":{},"/htc.html":{},"/uw-research-computing/r-build.html":{},"/research.html":{},"/Johri.html":{},"/chtc-demo.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/AMNH-Workshops.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/condor_q.html":{},"/tribalcollege.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/licensed-software.html":{},"/fire-up-the-gpus.html":{},"/uw-research-computing/testing-jobs.html":{},"/ucsd-external-release.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/docker-build.html":{},"/gis-story.html":{},"/adjacent-tissues-paper.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/Anirvan-Showcase.html":{},"/uw-research-computing/check-quota.html":{},"/Wilcots.html":{},"/approach.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/uw-research-computing/user-news.html":{},"/fellowships/index.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/java-jobs.html":{}},"file_terms":{}}],["availability.html",{"_index":3284,"root_relative_url":{"/uw-research-computing/file-availability.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["availabl",{"_index":5715,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/tensorflow-singularity-wait.html":{}},"file_terms":{}}],["avenu",{"_index":6067,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["averag",{"_index":1394,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/dask.html":{},"/OSPool-Cores.html":{},"/Science-Gateway.html":{},"/des-expanding-universe.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/use-submit-node.html":{},"/david-swanson-awardees-2023.html":{},"/spalding-lab.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["avoid",{"_index":1095,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/user-expectations.html":{},"/hanna-lab.html":{},"/uw-research-computing/github-remote-access.html":{},"/machine-learning.html":{}},"file_terms":{}}],["aw",{"_index":4241,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{},"/Lightning-Talks.html":{},"/hannah.html":{}},"file_terms":{}}],["await",{"_index":2987,"root_relative_url":{},"high":{"/news.html":{},"/HTCondorWeek-Photos.html":{}},"medium":{},"content":{"/HTCondorWeek-Photos.html":{}},"file_terms":{}}],["awar",{"_index":3705,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/machine-learning-htc.html":{},"/neuroscientist.html":{},"/research.html":{},"/GLUE-lab.html":{},"/Wilcots.html":{}},"file_terms":{}}],["award",{"_index":389,"root_relative_url":{},"high":{"/news.html":{},"/icecube-receives-hpc-award.html":{}},"medium":{},"content":{"/the-pelican-project.html":{},"/Natzke.html":{},"/gpargo-cc-star.html":{},"/PATh-Facility.html":{},"/OSG-School.html":{},"/icecube-receives-hpc-award.html":{},"/CHTC-Facilitation.html":{},"/david-swanson-awardees-2023.html":{},"/ucsd-external-release.html":{}},"file_terms":{}}],["award.html",{"_index":4760,"root_relative_url":{"/icecube-receives-hpc-award.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["awarde",{"_index":2958,"root_relative_url":{"/david-swanson-awardees-2023.html":{}},"high":{"/news.html":{},"/david-swanson-awardees-2023.html":{}},"medium":{},"content":{"/david-swanson-awardees-2023.html":{}},"file_terms":{}}],["away",{"_index":3498,"root_relative_url":{},"high":{},"medium":{},"content":{"/Hiemstra.html":{},"/EHT.html":{},"/des-expanding-universe.html":{},"/hannah.html":{},"/david-swanson-awardees-2023.html":{},"/Wilcots.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["aydemir",{"_index":5720,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{},"file_terms":{}}],["ayyar",{"_index":19,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["az",{"_index":5650,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["azur",{"_index":4162,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["b",{"_index":537,"root_relative_url":{"/Joe-B-Profile.html":{}},"high":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/news.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/connecting.html":{},"/Joe-B-Profile.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/r-jobs.html":{}},"medium":{"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/docker-build.html":{}},"content":{"/uw-research-computing/hpc-spack-install.html":{},"/icon_credits.html":{},"/research.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["b61f24",{"_index":6439,"root_relative_url":{},"high":{},"medium":{},"content":{"/branding.html":{}},"file_terms":{}}],["b70101",{"_index":6909,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["babcock",{"_index":6448,"root_relative_url":{},"high":{"/Joe-B-Profile.html":{}},"medium":{},"content":{},"file_terms":{}}],["babcock:\"babcock",{"_index":6928,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["babi",{"_index":5430,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["back",{"_index":1167,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/high-memory-jobs.html":{}},"content":{"/OSG-User-School-Concludes.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/CLAS12.html":{},"/uw-research-computing/mpi-jobs.html":{},"/htcondor-european-workshop.html":{},"/uw-research-computing/python-jobs.html":{},"/ospool-computation.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/file-availability.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/user-expectations.html":{},"/EHT.html":{},"/Banq.html":{},"/get-to-know-todd.html":{},"/OSG-School.html":{},"/Science-Gateway.html":{},"/uw-research-computing/r-build.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/EOL-OSG.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/veritas.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/testing-jobs.html":{},"/david-swanson-awardees-2023.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/quota-request.html":{},"/bat-genomics.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/user-news.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["backbon",{"_index":2889,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{},"/EHT.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/adjacent-tissues-paper.html":{}},"file_terms":{}}],["backfil",{"_index":694,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/PATh-Facility.html":{},"/approach.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["background",{"_index":2425,"root_relative_url":{},"high":{"/research-facilitation.html":{},"/research.html":{}},"medium":{},"content":{"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/internships.html":{},"/jobs.html":{},"/OSG-School.html":{},"/research.html":{},"/veritas.html":{},"/uw-research-computing/helloworld.html":{},"/hannah.html":{},"/uw-research-computing/condor_q.html":{},"/CHTC-Facilitation.html":{},"/map/index.html":{},"/fellowships/index.html":{}},"file_terms":{}}],["backlog",{"_index":3962,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{}},"file_terms":{}}],["backslash",{"_index":4446,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/high-memory-jobs.html":{}},"content":{"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/docker-build.html":{}},"file_terms":{}}],["backtrack",{"_index":5569,"root_relative_url":{},"high":{},"medium":{},"content":{"/EOL-OSG.html":{}},"file_terms":{}}],["backup",{"_index":2238,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/user-news.html":{}},"file_terms":{}}],["bacon",{"_index":5329,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["bacteria",{"_index":7200,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["bad",{"_index":4740,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/docker-test.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/hannah.html":{},"/uw-research-computing/get-help.html":{}},"file_terms":{}}],["badger",{"_index":6853,"root_relative_url":{},"high":{},"medium":{},"content":{"/CDIS-bldg.html":{}},"file_terms":{}}],["bag",{"_index":154,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["baker",{"_index":5508,"root_relative_url":{},"high":{},"medium":{},"content":{"/chtc-demo.html":{}},"file_terms":{}}],["bakirci",{"_index":5750,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{},"file_terms":{}}],["balanc",{"_index":3667,"root_relative_url":{},"high":{},"medium":{},"content":{"/jobs.html":{},"/get-to-know-todd.html":{},"/research.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["baldwin",{"_index":5407,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["baldwin’",{"_index":5413,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["ball",{"_index":1285,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/conda-installation.html":{}},"file_terms":{}}],["balsam",{"_index":889,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{}},"file_terms":{}}],["baltzel",{"_index":1666,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{}},"file_terms":{}}],["bamako",{"_index":7032,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["band",{"_index":4076,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{},"/get-to-know-todd.html":{},"/veritas.html":{}},"file_terms":{}}],["bandopadhyay",{"_index":5457,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["bandopadhyay’",{"_index":5458,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["bandwidth",{"_index":2910,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/hanna-lab.html":{}},"file_terms":{}}],["bang",{"_index":6459,"root_relative_url":{},"high":{},"medium":{},"content":{"/Joe-B-Profile.html":{}},"file_terms":{}}],["bangalor",{"_index":5195,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["bank",{"_index":5320,"root_relative_url":{},"high":{"/projects.html":{}},"medium":{},"content":{"/research.html":{},"/projects.html":{}},"file_terms":{}}],["banq",{"_index":3933,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{}},"file_terms":{}}],["banq.html",{"_index":3923,"root_relative_url":{"/Banq.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["banq’",{"_index":3959,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{}},"file_terms":{}}],["bar",{"_index":4140,"root_relative_url":{},"high":{},"medium":{},"content":{"/ML-Demo.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/docker-build.html":{}},"file_terms":{}}],["baranovski",{"_index":5143,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["bareiss",{"_index":5437,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["barri",{"_index":6271,"root_relative_url":{},"high":{"/projects.html":{}},"medium":{},"content":{},"file_terms":{}}],["barrier",{"_index":529,"root_relative_url":{},"high":{"/news.html":{},"/OSG-School.html":{}},"medium":{},"content":{"/the-pelican-project.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/GLUE-lab.html":{},"/ucsd-external-release.html":{}},"file_terms":{}}],["bartkowiak",{"_index":5733,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{},"file_terms":{}}],["barton",{"_index":5230,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["base",{"_index":271,"root_relative_url":{},"high":{"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/docker-build.html":{},"/bat-genomics.html":{}},"medium":{"/uw-research-computing/docker-build.html":{}},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/the-pelican-project.html":{},"/uw-research-computing/gpu-jobs.html":{},"/Garcia.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/ospool-computation.html":{},"/uw-research-computing/singularity-htc.html":{},"/research-facilitation.html":{},"/uw-research-computing/os-transition-htc.html":{},"/Messick.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/EHT.html":{},"/hanna-lab.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/astronomy-archives.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/dask.html":{},"/HTCondorWeek-Photos.html":{},"/OSG-School.html":{},"/Science-Gateway.html":{},"/uw-research-computing/r-build.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/chtc-demo.html":{},"/EOL-OSG.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/file-avail-s3.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/hannah.html":{},"/GLUE-lab.html":{},"/uw-research-computing/docker-jobs.html":{},"/fire-up-the-gpus.html":{},"/uw-research-computing/docker-build.html":{},"/fellowships/list.html":{},"/bat-genomics.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/machine-learning.html":{},"/fellowships/index.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["base)[alice@submit",{"_index":1183,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/conda-installation.html":{}},"content":{},"file_terms":{}}],["baselin",{"_index":7250,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["bash",{"_index":1043,"root_relative_url":{},"high":{"/uw-research-computing/julia-jobs.html":{}},"medium":{"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/singularity-hpc.html":{}},"content":{"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["bash_profil",{"_index":1889,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/hpc-spack-setup.html":{}},"content":{},"file_terms":{}}],["bashrc",{"_index":3159,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{}},"content":{},"file_terms":{}}],["basi",{"_index":3455,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/index.html":{},"/Science-Gateway.html":{},"/projects.html":{},"/bat-genomics.html":{},"/Wilcots.html":{},"/fellowships/index.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["basic",{"_index":272,"root_relative_url":{},"high":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/globus.html":{},"/uw-research-computing/guides.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dagman-workflows.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/java-jobs.html":{}},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/multiple-jobs.html":{},"/CLAS12.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/inter-submit.html":{},"/Gillett.html":{},"/index.html":{},"/Google-HTCondor.html":{},"/Spencer-Showcase.html":{},"/OSG-School.html":{},"/Science-Gateway.html":{},"/chtc-demo.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/helloworld.html":{},"/AMNH-Workshops.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/docker-build.html":{},"/gis-story.html":{},"/ASP.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/events/2023/11/intro-workshop.html":{}},"file_terms":{}}],["basney",{"_index":4834,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["bass",{"_index":4520,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["bat",{"_index":7111,"root_relative_url":{"/bat-genomics.html":{}},"high":{"/bat-genomics.html":{}},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["bat1k",{"_index":7149,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["batch",{"_index":1398,"root_relative_url":{},"high":{"/uw-research-computing/transfer-data-researchdrive.html":{}},"medium":{"/uw-research-computing/condor_q.html":{},"/uw-research-computing/licensed-software.html":{}},"content":{"/uw-research-computing/multiple-jobs.html":{},"/Hannah-Showcase.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/internships.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/user-expectations.html":{},"/Technology-Refresh.html":{},"/research.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/condor_q.html":{},"/CHTC-pool-record.html":{},"/DoIt-Article-Summary.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/testing-jobs.html":{},"/fellowships/list.html":{},"/uw-research-computing/check-quota.html":{},"/fellowships/index.html":{},"/uw-research-computing/r-jobs.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["batch_nam",{"_index":5783,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{},"/uw-research-computing/condor_q.html":{}},"content":{},"file_terms":{}}],["batteri",{"_index":4614,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{}},"file_terms":{}}],["battl",{"_index":3961,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{}},"file_terms":{}}],["bay",{"_index":4516,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["bayli",{"_index":5353,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["bazaar",{"_index":4355,"root_relative_url":{},"high":{"/events/2023/02/research-bazaar.html":{},"/events.html":{}},"medium":{},"content":{"/events/2023/02/research-bazaar.html":{},"/GLUE-lab.html":{}},"file_terms":{}}],["bazaar.html",{"_index":4354,"root_relative_url":{"/events/2023/02/research-bazaar.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["bbtautau",{"_index":5389,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["bd24",{"_index":5820,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["be",{"_index":26,"root_relative_url":{},"high":{"/uw-research-computing/testing-jobs.html":{}},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/the-pelican-project.html":{},"/uw-research-computing/gpu-jobs.html":{},"/Garcia.html":{},"/CLAS12.html":{},"/Hannah-Showcase.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/get-started.html":{},"/CHTC-Philosophy.html":{},"/ML-and-Image-Analyses-for-Livestock-Data.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/cite-chtc.html":{},"/internships.html":{},"/Gillett.html":{},"/Hiemstra.html":{},"/PATh-Facility.html":{},"/uw-research-computing/user-expectations.html":{},"/Banq.html":{},"/hanna-lab.html":{},"/Spencer-Showcase.html":{},"/astronomy-archives.html":{},"/uw-research-computing/dask.html":{},"/neuroscientist.html":{},"/get-to-know-todd.html":{},"/OSG-School.html":{},"/Science-Gateway.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/file-avail-s3.html":{},"/free-supercomputing.html":{},"/hannah.html":{},"/projects.html":{},"/GLUE-lab.html":{},"/Joe-B-Profile.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/testing-jobs.html":{},"/david-swanson-awardees-2023.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/docker-build.html":{},"/CDIS-bldg.html":{},"/ASP.html":{},"/adjacent-tissues-paper.html":{},"/bat-genomics.html":{},"/uw-research-computing/github-remote-access.html":{},"/Wilcots.html":{},"/uw-research-computing/user-news.html":{},"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["beach",{"_index":5235,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{},"/Joe-B-Profile.html":{}},"file_terms":{}}],["beam",{"_index":1538,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/Gillett.html":{},"/Lightning-Talks.html":{}},"file_terms":{}}],["bean",{"_index":4548,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["bear",{"_index":7006,"root_relative_url":{},"high":{},"medium":{},"content":{"/adjacent-tissues-paper.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["bearer",{"_index":5566,"root_relative_url":{},"high":{},"medium":{},"content":{"/EOL-OSG.html":{}},"file_terms":{}}],["beauti",{"_index":2034,"root_relative_url":{},"high":{},"medium":{},"content":{"/Natzke.html":{},"/Throughput-Computing-2023.html":{},"/chtc-demo.html":{},"/ucsd-external-release.html":{}},"file_terms":{}}],["becam",{"_index":1617,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/gpargo-cc-star.html":{},"/neuroscientist.html":{},"/get-to-know-todd.html":{},"/hannah.html":{},"/GLUE-lab.html":{},"/Wilcots.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["beckl",{"_index":5102,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["becom",{"_index":2024,"root_relative_url":{},"high":{},"medium":{},"content":{"/Natzke.html":{},"/htcondor-european-workshop.html":{},"/ospool-computation.html":{},"/Messick.html":{},"/EHT.html":{},"/Banq.html":{},"/hanna-lab.html":{},"/astronomy-archives.html":{},"/gpu-cloudburst.html":{},"/des-expanding-universe.html":{},"/veritas.html":{},"/uw-research-computing/helloworld.html":{},"/AMNH-Workshops.html":{},"/hannah.html":{},"/projects.html":{},"/Joe-B-Profile.html":{},"/CHTC-Facilitation.html":{},"/david-swanson-awardees-2023.html":{},"/fellowships/list.html":{},"/CDIS-bldg.html":{},"/materials-science.html":{},"/bat-genomics.html":{},"/uw-research-computing/hpc-overview.html":{},"/spalding-lab.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["bedrock",{"_index":6368,"root_relative_url":{},"high":{},"medium":{},"content":{"/tribalcollege.html":{}},"file_terms":{}}],["beer",{"_index":4530,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["befamiliar",{"_index":4461,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/high-memory-jobs.html":{}},"file_terms":{}}],["befor",{"_index":227,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/file-avail-largedata.html":{}},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/CLAS12.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/mpi-jobs.html":{},"/Natzke.html":{},"/htcondor-european-workshop.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/ospool-computation.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/file-availability.html":{},"/Messick.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/guides.html":{},"/PATh-Facility.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/user-expectations.html":{},"/Banq.html":{},"/hanna-lab.html":{},"/Technology-Refresh.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/r-build.html":{},"/Lightning-Talks.html":{},"/des-expanding-universe.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/scaling-htc.html":{},"/veritas.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/file-avail-s3.html":{},"/AMNH-Workshops.html":{},"/hannah.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/connecting.html":{},"/GLUE-lab.html":{},"/uw-research-computing/matlab-jobs.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/testing-jobs.html":{},"/david-swanson-awardees-2023.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/materials-science.html":{},"/Anirvan-Showcase.html":{},"/bat-genomics.html":{},"/uw-research-computing/github-remote-access.html":{},"/fellowships/index.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{},"/spalding-lab.html":{},"/staff/docs/Adding_News_Articles.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["beforehand",{"_index":6744,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/docker-build.html":{}},"file_terms":{}}],["began",{"_index":1589,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/Natzke.html":{},"/CHTC-Philosophy.html":{},"/gpargo-cc-star.html":{},"/ML-Demo.html":{},"/Science-Gateway.html":{},"/des-expanding-universe.html":{},"/veritas.html":{},"/uw-research-computing/helloworld.html":{},"/chtc-workshop.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/hannah.html":{},"/usgs-invasivespecies.html":{},"/bat-genomics.html":{},"/spalding-lab.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["begin",{"_index":832,"root_relative_url":{},"high":{"/EOL-OSG.html":{}},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/OSG-User-School-Concludes.html":{},"/CLAS12.html":{},"/Hannah-Showcase.html":{},"/uw-research-computing/mpi-jobs.html":{},"/htcondor-european-workshop.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/singularity-htc.html":{},"/Gillett.html":{},"/uw-research-computing/globus.html":{},"/uw-research-computing/guides.html":{},"/PATh-Facility.html":{},"/Banq.html":{},"/neuroscientist.html":{},"/Science-Gateway.html":{},"/Johri.html":{},"/des-expanding-universe.html":{},"/hannah.html":{},"/uw-research-computing/matlab-jobs.html":{},"/gis-story.html":{},"/ASP.html":{},"/NIAID.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/bat-genomics.html":{},"/Wilcots.html":{},"/uw-research-computing/user-news.html":{},"/fellowships/index.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["beginn",{"_index":6360,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["begun",{"_index":1500,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/colab-to-chtc.html":{},"/GLUE-lab.html":{}},"file_terms":{}}],["behav",{"_index":34,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/multiple-jobs.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/materials-science.html":{}},"file_terms":{}}],["behavior",{"_index":48,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/Garcia.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/file-availability.html":{},"/Google-HTCondor.html":{},"/hanna-lab.html":{},"/Spencer-Showcase.html":{},"/CHTC-pool-record.html":{},"/projects.html":{},"/tribalcollege.html":{},"/adjacent-tissues-paper.html":{}},"file_terms":{}}],["behe",{"_index":6230,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/condor_q.html":{}},"file_terms":{}}],["behind",{"_index":1795,"root_relative_url":{},"high":{},"medium":{},"content":{"/Hannah-Showcase.html":{},"/events/2023/01/data-center-tours.html":{},"/EHT.html":{},"/gpu-cloudburst.html":{},"/chtc-workshop.html":{},"/GLUE-lab.html":{},"/Joe-B-Profile.html":{},"/NIAID.html":{},"/Wilcots.html":{}},"file_terms":{}}],["believ",{"_index":95,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/internships.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/OSG-School.html":{},"/Lightning-Talks.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/hannah.html":{},"/tribalcollege.html":{},"/GLUE-lab.html":{},"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["belong",{"_index":1689,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/PATh-Facility.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/condor_q.html":{},"/ucsd-external-release.html":{},"/bat-genomics.html":{}},"file_terms":{}}],["below",{"_index":708,"root_relative_url":{},"high":{"/uw-research-computing/get-help.html":{}},"medium":{"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/multiple-job-dirs.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/mpi-jobs.html":{},"/Showcase.html":{},"/Resilience.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/singularity-htc.html":{},"/research-facilitation.html":{},"/uw-research-computing/cite-chtc.html":{},"/uw-research-computing/inter-submit.html":{},"/newsletter.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/guides.html":{},"/uw-research-computing/julia-jobs.html":{},"/jobs.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/user-expectations.html":{},"/EHT.html":{},"/ML-Demo.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/dask.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/form.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/r-build.html":{},"/research.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/quota-request.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/map/index.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/Anirvan-Showcase.html":{},"/uw-research-computing/get-help.html":{},"/uw-research-computing/check-quota.html":{},"/approach.html":{},"/uw-research-computing/user-news.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{},"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["ben",{"_index":3840,"root_relative_url":{},"high":{},"medium":{},"content":{"/EHT.html":{},"/research.html":{},"/chtc-demo.html":{},"/ucsd-external-release.html":{}},"file_terms":{}}],["bench",{"_index":3886,"root_relative_url":{},"high":{},"medium":{},"content":{"/high-throughput-computing-fostering-data-science-without-limits.html":{}},"file_terms":{}}],["benchmark",{"_index":4014,"root_relative_url":{},"high":{"/fellowships/list.html":{}},"medium":{},"content":{"/hanna-lab.html":{},"/ML-Demo.html":{},"/fellowships/list.html":{}},"file_terms":{}}],["benchtop",{"_index":7005,"root_relative_url":{},"high":{},"medium":{},"content":{"/adjacent-tissues-paper.html":{}},"file_terms":{}}],["benedikt",{"_index":4172,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["benefici",{"_index":1519,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/OSG-School.html":{},"/Johri.html":{},"/uw-research-computing/scaling-htc.html":{},"/tribalcollege.html":{},"/CHTC-Facilitation.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["benefit",{"_index":411,"root_relative_url":{},"high":{"/jobs.html":{}},"medium":{},"content":{"/the-pelican-project.html":{},"/CLAS12.html":{},"/uw-research-computing/chtc-services.html":{},"/Opotowsky.html":{},"/uw-research-computing/cite-chtc.html":{},"/gpargo-cc-star.html":{},"/Google-HTCondor.html":{},"/PATh-Facility.html":{},"/jobs.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/hanna-lab.html":{},"/uw-research-computing/dagman-workflows.html":{},"/get-to-know-todd.html":{},"/OSG-School.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/scaling-htc.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/hannah.html":{},"/GLUE-lab.html":{},"/uw-research-computing/testing-jobs.html":{},"/Fulvio.html":{},"/ucsd-external-release.html":{},"/NIAID.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/machine-learning.html":{},"/fellowships/index.html":{},"/uw-research-computing/get-submit-node.html":{},"/spalding-lab.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["benjamin",{"_index":6667,"root_relative_url":{},"high":{},"medium":{},"content":{"/usgs-invasivespecies.html":{}},"file_terms":{}}],["bent",{"_index":5151,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["beowulf",{"_index":4826,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["berk",{"_index":5997,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["berman",{"_index":4816,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["besid",{"_index":2593,"root_relative_url":{},"high":{},"medium":{},"content":{"/ospool-computation.html":{},"/uw-research-computing/connecting.html":{},"/GLUE-lab.html":{},"/uw-research-computing/docker-build.html":{}},"file_terms":{}}],["bespok",{"_index":1405,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/multiple-jobs.html":{},"/PATh-Facility.html":{}},"file_terms":{}}],["best",{"_index":476,"root_relative_url":{},"high":{"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/file-avail-s3.html":{},"/approach.html":{}},"medium":{},"content":{"/the-pelican-project.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/Hannah-Showcase.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/get-started.html":{},"/uw-research-computing/python-jobs.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/cite-chtc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/file-availability.html":{},"/PATh-Facility.html":{},"/uw-research-computing/gpu-lab.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/user-expectations.html":{},"/EHT.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/hanna-lab.html":{},"/Spencer-Showcase.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/form.html":{},"/Science-Gateway.html":{},"/icecube-receives-hpc-award.html":{},"/uw-research-computing/r-build.html":{},"/des-expanding-universe.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/veritas.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/file-avail-s3.html":{},"/hannah.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/adjacent-tissues-paper.html":{},"/Wilcots.html":{},"/approach.html":{},"/uw-research-computing/user-news.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{},"/spalding-lab.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["bester",{"_index":5245,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["bet",{"_index":3838,"root_relative_url":{},"high":{},"medium":{},"content":{"/EHT.html":{}},"file_terms":{}}],["beta",{"_index":3405,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpargo-cc-star.html":{}},"file_terms":{}}],["better",{"_index":289,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/condor_q.html":{}},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/CLAS12.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/ospool-computation.html":{},"/uw-research-computing/file-avail-squid.html":{},"/Hiemstra.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/hanna-lab.html":{},"/Spencer-Showcase.html":{},"/astronomy-archives.html":{},"/neuroscientist.html":{},"/uw-research-computing/docker-test.html":{},"/Lightning-Talks.html":{},"/des-expanding-universe.html":{},"/veritas.html":{},"/AMNH-Workshops.html":{},"/uw-research-computing/condor_q.html":{},"/projects.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/testing-jobs.html":{},"/Fulvio.html":{},"/gis-story.html":{},"/fellowships/list.html":{},"/adjacent-tissues-paper.html":{},"/NIAID.html":{},"/bat-genomics.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/machine-learning.html":{}},"file_terms":{}}],["better—requir",{"_index":120,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["between",{"_index":88,"root_relative_url":{},"high":{"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/hpc-spack-setup.html":{}},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/the-pelican-project.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/CLAS12.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/mpi-jobs.html":{},"/Natzke.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/ospool-computation.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/internships.html":{},"/Gillett.html":{},"/uw-research-computing/file-availability.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/globus.html":{},"/Hiemstra.html":{},"/index.html":{},"/uw-research-computing/guides.html":{},"/PATh-Facility.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/EHT.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/Banq.html":{},"/hanna-lab.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/dask.html":{},"/HTCondorWeek-Photos.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dagman-workflows.html":{},"/get-to-know-todd.html":{},"/Science-Gateway.html":{},"/uw-research-computing/docker-test.html":{},"/htc.html":{},"/research.html":{},"/chtc-demo.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/scaling-htc.html":{},"/veritas.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/hannah.html":{},"/uw-research-computing/condor_q.html":{},"/CHTC-pool-record.html":{},"/projects.html":{},"/uw-research-computing/connecting.html":{},"/tribalcollege.html":{},"/DoIt-Article-Summary.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/licensed-software.html":{},"/david-swanson-awardees-2023.html":{},"/ucsd-external-release.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/adjacent-tissues-paper.html":{},"/NIAID.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/check-quota.html":{},"/Wilcots.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/java-jobs.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["beyond",{"_index":540,"root_relative_url":{"/uw-research-computing/containers-beyond-chtc.html":{}},"high":{"/uw-research-computing/gpu-jobs.html":{},"/index.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/scaling-htc.html":{}},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/CLAS12.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/research-facilitation.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/cite-chtc.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/file-availability.html":{},"/Messick.html":{},"/uw-research-computing/globus.html":{},"/index.html":{},"/uw-research-computing/guides.html":{},"/PATh-Facility.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/ML-Demo.html":{},"/neuroscientist.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dagman-workflows.html":{},"/OSG-School.html":{},"/uw-research-computing/docker-test.html":{},"/research.html":{},"/chtc-demo.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/condor_q.html":{},"/projects.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/docker-build.html":{},"/fellowships/list.html":{},"/NIAID.html":{},"/bat-genomics.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/check-quota.html":{},"/Wilcots.html":{},"/approach.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/java-jobs.html":{}},"file_terms":{}}],["bharathi",{"_index":5002,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["bhogal",{"_index":4594,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{}},"file_terms":{}}],["bibliothèqu",{"_index":3928,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{}},"file_terms":{}}],["bibtex",{"_index":2861,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{},"/research.html":{}},"file_terms":{}}],["bicoy",{"_index":3002,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{"/news.html":{},"/index.html":{}},"file_terms":{}}],["biennial",{"_index":6865,"root_relative_url":{},"high":{},"medium":{},"content":{"/ASP.html":{}},"file_terms":{}}],["big",{"_index":2187,"root_relative_url":{},"high":{"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/r-jobs.html":{}},"medium":{},"content":{"/htcondor-european-workshop.html":{},"/Gillett.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/astronomy-archives.html":{},"/gpu-cloudburst.html":{},"/get-to-know-todd.html":{},"/OSG-School.html":{},"/Lightning-Talks.html":{},"/EOL-OSG.html":{},"/veritas.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/hannah.html":{},"/uw-research-computing/connecting.html":{},"/GLUE-lab.html":{},"/Joe-B-Profile.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/testing-jobs.html":{},"/david-swanson-awardees-2023.html":{},"/usgs-invasivespecies.html":{},"/Wilcots.html":{}},"file_terms":{}}],["bigger",{"_index":756,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/get-to-know-todd.html":{},"/veritas.html":{},"/hannah.html":{},"/spalding-lab.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["biggest",{"_index":4511,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{},"/tribalcollege.html":{},"/david-swanson-awardees-2023.html":{}},"file_terms":{}}],["bike",{"_index":4326,"root_relative_url":{},"high":{},"medium":{},"content":{"/HTCondorWeek-Photos.html":{},"/get-to-know-todd.html":{}},"file_terms":{}}],["bilinear",{"_index":294,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["bill",{"_index":5108,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["billion",{"_index":523,"root_relative_url":{},"high":{"/bat-genomics.html":{}},"medium":{},"content":{"/the-pelican-project.html":{},"/CLAS12.html":{},"/Natzke.html":{},"/Messick.html":{},"/EHT.html":{},"/astronomy-archives.html":{},"/gpu-cloudburst.html":{},"/Lightning-Talks.html":{},"/projects.html":{},"/david-swanson-awardees-2023.html":{},"/bat-genomics.html":{}},"file_terms":{}}],["bin",{"_index":2742,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/hpc-spack-setup.html":{}},"content":{},"file_terms":{}}],["bin/bash",{"_index":1029,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/java-jobs.html":{}},"content":{},"file_terms":{}}],["bin/sh",{"_index":2274,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/matlab-jobs.html":{}},"content":{},"file_terms":{}}],["bin:$path",{"_index":3629,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/julia-jobs.html":{}},"content":{},"file_terms":{}}],["binari",{"_index":2934,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/multiple-job-dirs.html":{}},"content":{"/uw-research-computing/inter-submit.html":{},"/Messick.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/hpc-software.html":{},"/OSG-School.html":{},"/Lightning-Talks.html":{},"/des-expanding-universe.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/matlab-jobs.html":{}},"file_terms":{}}],["bind",{"_index":1579,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/singularity-hpc.html":{}},"content":{"/CLAS12.html":{},"/Spencer-Showcase.html":{},"/Science-Gateway.html":{},"/uw-research-computing/singularity-hpc.html":{},"/projects.html":{},"/machine-learning.html":{}},"file_terms":{}}],["binder",{"_index":4025,"root_relative_url":{},"high":{},"medium":{},"content":{"/Spencer-Showcase.html":{}},"file_terms":{}}],["bing",{"_index":6123,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["bio",{"_index":6330,"root_relative_url":{},"high":{},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["biochemist",{"_index":4656,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["biochemistri",{"_index":5617,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["biocmanager::install(\"package_nam",{"_index":7381,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/r-jobs.html":{}},"content":{},"file_terms":{}}],["bioconductor",{"_index":7399,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["biodivers",{"_index":7143,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["bioinformat",{"_index":1862,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2024/02/OSG-User-School-2023.html":{},"/OSG-School.html":{},"/uw-research-computing/docker-test.html":{},"/Lightning-Talks.html":{},"/AMNH-Workshops.html":{},"/ucsd-external-release.html":{},"/NIAID.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["biolog",{"_index":908,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{},"/ospool-computation.html":{},"/Spencer-Showcase.html":{},"/free-supercomputing.html":{},"/projects.html":{},"/map/index.html":{}},"file_terms":{}}],["biologi",{"_index":325,"root_relative_url":{},"high":{},"medium":{},"content":{"/the-pelican-project.html":{},"/Showcase.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/OSG-School.html":{},"/CHTC-pool-record.html":{},"/map/index.html":{},"/NIAID.html":{},"/machine-learning.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["biologist",{"_index":6702,"root_relative_url":{},"high":{},"medium":{},"content":{"/usgs-invasivespecies.html":{},"/bat-genomics.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["biom",{"_index":6411,"root_relative_url":{},"high":{},"medium":{},"content":{"/GLUE-lab.html":{}},"file_terms":{}}],["biomagnet",{"_index":6273,"root_relative_url":{},"high":{"/projects.html":{}},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["biomechan",{"_index":5439,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{},"/adjacent-tissues-paper.html":{}},"file_terms":{}}],["biomed",{"_index":2098,"root_relative_url":{},"high":{},"medium":{},"content":{"/Record.html":{},"/index.html":{},"/projects.html":{},"/adjacent-tissues-paper.html":{},"/NIAID.html":{}},"file_terms":{}}],["biomedinfo",{"_index":2094,"root_relative_url":{},"high":{},"medium":{},"content":{"/Record.html":{}},"file_terms":{}}],["biomolecular",{"_index":5447,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{},"/projects.html":{}},"file_terms":{}}],["biosensor",{"_index":4707,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["biostatist",{"_index":4132,"root_relative_url":{},"high":{},"medium":{},"content":{"/ML-Demo.html":{},"/CHTC-pool-record.html":{},"/fire-up-the-gpus.html":{},"/map/index.html":{}},"file_terms":{}}],["biotechnolog",{"_index":6943,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["birdbath",{"_index":5129,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["birge_hall:\"botani",{"_index":6959,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["birth",{"_index":5361,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["birthright",{"_index":6117,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["biscayn",{"_index":5238,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["bison",{"_index":6398,"root_relative_url":{},"high":{},"medium":{},"content":{"/tribalcollege.html":{}},"file_terms":{}}],["bit",{"_index":2170,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/resources.html":{},"/hannah.html":{},"/uw-research-computing/docker-build.html":{},"/materials-science.html":{}},"file_terms":{}}],["black",{"_index":320,"root_relative_url":{},"high":{"/news.html":{},"/EHT.html":{}},"medium":{},"content":{"/the-pelican-project.html":{},"/Messick.html":{},"/EHT.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/OSG-School.html":{},"/Lightning-Talks.html":{},"/veritas.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/projects.html":{},"/tribalcollege.html":{},"/branding.html":{},"/Wilcots.html":{}},"file_terms":{}}],["blank",{"_index":2750,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/form.html":{},"/uw-research-computing/docker-build.html":{},"/adjacent-tissues-paper.html":{}},"file_terms":{}}],["blank’",{"_index":7022,"root_relative_url":{},"high":{},"medium":{},"content":{"/adjacent-tissues-paper.html":{}},"file_terms":{}}],["blast",{"_index":1646,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{}},"file_terms":{}}],["bldg.html",{"_index":6846,"root_relative_url":{"/CDIS-bldg.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["blew",{"_index":6072,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["blind",{"_index":5663,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["block",{"_index":4409,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/check-quota.html":{}},"content":{"/neuroscientist.html":{},"/uw-research-computing/connecting.html":{},"/CDIS-bldg.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/check-quota.html":{}},"file_terms":{}}],["blog",{"_index":3538,"root_relative_url":{},"high":{},"medium":{},"content":{"/Google-HTCondor.html":{}},"file_terms":{}}],["bloggers.com",{"_index":7400,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["blood",{"_index":6041,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["bloom",{"_index":5063,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["blossom",{"_index":3601,"root_relative_url":{},"high":{},"medium":{},"content":{"/PATh-Facility.html":{}},"file_terms":{}}],["blow",{"_index":2056,"root_relative_url":{},"high":{},"medium":{},"content":{"/Natzke.html":{}},"file_terms":{}}],["blue",{"_index":4252,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{},"/OSPool-Cores.html":{},"/Joe-B-Profile.html":{},"/Wilcots.html":{}},"file_terms":{}}],["blueprint",{"_index":4807,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["bluish",{"_index":5660,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["bmi_gitt",{"_index":6260,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-pool-record.html":{}},"file_terms":{}}],["bmrb",{"_index":3513,"root_relative_url":{},"high":{"/index.html":{}},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["boa",{"_index":6427,"root_relative_url":{},"high":{},"medium":{},"content":{"/GLUE-lab.html":{}},"file_terms":{}}],["bobo",{"_index":5943,"root_relative_url":{},"high":{},"medium":{},"content":{"/AMNH-Workshops.html":{}},"file_terms":{}}],["bock_laboratories:\"bock",{"_index":6932,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["bockelman",{"_index":373,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{"/the-pelican-project.html":{},"/PATh-Facility.html":{},"/uw-research-computing/gpu-lab.html":{},"/HTCondorWeek-Photos.html":{},"/research.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["bockelman’",{"_index":3606,"root_relative_url":{},"high":{},"medium":{},"content":{"/PATh-Facility.html":{}},"file_terms":{}}],["bodi",{"_index":286,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/index.html":{},"/tribalcollege.html":{},"/map/index.html":{},"/adjacent-tissues-paper.html":{}},"file_terms":{}}],["boe",{"_index":4492,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["boil",{"_index":2616,"root_relative_url":{},"high":{},"medium":{},"content":{"/ospool-computation.html":{},"/Fulvio.html":{}},"file_terms":{}}],["boinc",{"_index":5998,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["bold",{"_index":3761,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["bolder",{"_index":2678,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-Philosophy.html":{}},"file_terms":{}}],["bollig",{"_index":5722,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{},"file_terms":{}}],["bolling",{"_index":7000,"root_relative_url":{},"high":{},"medium":{},"content":{"/adjacent-tissues-paper.html":{}},"file_terms":{}}],["bolt",{"_index":3703,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/machine-learning-htc.html":{}},"file_terms":{}}],["bond",{"_index":6467,"root_relative_url":{},"high":{},"medium":{},"content":{"/Joe-B-Profile.html":{}},"file_terms":{}}],["bone",{"_index":7009,"root_relative_url":{},"high":{},"medium":{},"content":{"/adjacent-tissues-paper.html":{}},"file_terms":{}}],["book",{"_index":2385,"root_relative_url":{},"high":{"/get-to-know-todd.html":{}},"medium":{},"content":{"/icon_credits.html":{},"/Banq.html":{},"/neuroscientist.html":{},"/get-to-know-todd.html":{},"/hannah.html":{},"/events/2023/07/throughput-computing-2023.html":{}},"file_terms":{}}],["boost",{"_index":2674,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-Philosophy.html":{}},"file_terms":{}}],["bootstrap",{"_index":2323,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-htc.html":{}},"content":{"/uw-research-computing/hpc-spack-install.html":{},"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["border",{"_index":6906,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["bore",{"_index":6126,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["borea",{"_index":2900,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["born",{"_index":5431,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["borrow",{"_index":5676,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["bosco",{"_index":7352,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["boson",{"_index":3851,"root_relative_url":{},"high":{},"medium":{},"content":{"/EHT.html":{},"/Lightning-Talks.html":{},"/projects.html":{}},"file_terms":{}}],["boston",{"_index":5099,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["both",{"_index":1521,"root_relative_url":{},"high":{"/uw-research-computing/os-transition-htc.html":{}},"medium":{},"content":{"/CLAS12.html":{},"/uw-research-computing/chtc-services.html":{},"/events/2022/11/extended-office-hours.html":{},"/uw-research-computing/python-jobs.html":{},"/Opotowsky.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/os-transition-htc.html":{},"/Throughput-Computing-2023.html":{},"/Messick.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/globus.html":{},"/PATh-Facility.html":{},"/jobs.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/user-expectations.html":{},"/Banq.html":{},"/hanna-lab.html":{},"/Spencer-Showcase.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/astronomy-archives.html":{},"/uw-research-computing/dask.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/docker-test.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/file-avail-s3.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/hannah.html":{},"/projects.html":{},"/tribalcollege.html":{},"/GLUE-lab.html":{},"/Joe-B-Profile.html":{},"/david-swanson-awardees-2023.html":{},"/uw-research-computing/quota-request.html":{},"/fellowships/list.html":{},"/map/index.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/r-jobs.html":{},"/spalding-lab.html":{},"/uw-research-computing/java-jobs.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["bottleneck",{"_index":1706,"root_relative_url":{},"high":{"/news.html":{},"/spalding-lab.html":{}},"medium":{},"content":{"/CLAS12.html":{},"/chtc-workshop.html":{},"/gis-story.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["bottom",{"_index":3466,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/globus.html":{},"/uw-research-computing/guides.html":{},"/staff/docs/Schedule_Calendar.html":{},"/EHT.html":{},"/map/index.html":{}},"file_terms":{}}],["bought",{"_index":4236,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{},"/usgs-invasivespecies.html":{}},"file_terms":{}}],["bound",{"_index":76,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/Natzke.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{}},"file_terms":{}}],["boundari",{"_index":952,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{},"/Johri.html":{},"/hannah.html":{},"/GLUE-lab.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["boverhof",{"_index":4968,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["box",{"_index":2370,"root_relative_url":{},"high":{},"medium":{},"content":{"/icon_credits.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/gpargo-cc-star.html":{},"/Joe-B-Profile.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["bradley",{"_index":5059,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{},"/Fulvio.html":{}},"file_terms":{}}],["brag",{"_index":6082,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["brain",{"_index":4372,"root_relative_url":{},"high":{},"medium":{},"content":{"/neuroscientist.html":{},"/free-supercomputing.html":{},"/projects.html":{},"/Fulvio.html":{}},"file_terms":{}}],["brain’",{"_index":5934,"root_relative_url":{},"high":{},"medium":{},"content":{"/free-supercomputing.html":{}},"file_terms":{}}],["branch",{"_index":3985,"root_relative_url":{},"high":{},"medium":{},"content":{"/hanna-lab.html":{},"/astronomy-archives.html":{},"/hannah.html":{},"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["brand",{"_index":5094,"root_relative_url":{},"high":{"/branding.html":{}},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["branding.html",{"_index":6438,"root_relative_url":{"/branding.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["brazil",{"_index":6409,"root_relative_url":{},"high":{},"medium":{},"content":{"/GLUE-lab.html":{}},"file_terms":{}}],["brazilian",{"_index":6414,"root_relative_url":{},"high":{},"medium":{},"content":{"/GLUE-lab.html":{}},"file_terms":{}}],["brazil’",{"_index":6420,"root_relative_url":{},"high":{},"medium":{},"content":{"/GLUE-lab.html":{}},"file_terms":{}}],["breadth",{"_index":2639,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-Philosophy.html":{}},"file_terms":{}}],["break",{"_index":2091,"root_relative_url":{},"high":{},"medium":{},"content":{"/Record.html":{},"/CHTC-Philosophy.html":{},"/newsletter.html":{},"/internships.html":{},"/Gillett.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/OSPool-Cores.html":{},"/OSG-School.html":{},"/Lightning-Talks.html":{},"/hannah.html":{},"/uw-research-computing/matlab-jobs.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/docker-build.html":{},"/CDIS-bldg.html":{},"/ASP.html":{},"/materials-science.html":{},"/approach.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["breakthrough",{"_index":266,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["breast",{"_index":7191,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["breath",{"_index":7280,"root_relative_url":{},"high":{},"medium":{},"content":{"/approach.html":{}},"file_terms":{}}],["breed",{"_index":6309,"root_relative_url":{},"high":{},"medium":{},"content":{"/projects.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["breit",{"_index":4766,"root_relative_url":{},"high":{},"medium":{},"content":{"/icecube-receives-hpc-award.html":{},"/projects.html":{}},"file_terms":{}}],["bret",{"_index":6248,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-pool-record.html":{}},"file_terms":{}}],["brian",{"_index":372,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{"/the-pelican-project.html":{},"/news.html":{},"/PATh-Facility.html":{},"/uw-research-computing/gpu-lab.html":{},"/HTCondorWeek-Photos.html":{},"/research.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["bridg",{"_index":4095,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/CHTC-pool-record.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["brief",{"_index":2334,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-spack-install.html":{}},"file_terms":{}}],["briefli",{"_index":4339,"root_relative_url":{},"high":{},"medium":{},"content":{"/HTCondorWeek-Photos.html":{}},"file_terms":{}}],["bright",{"_index":5674,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{},"/Wilcots.html":{}},"file_terms":{}}],["bring",{"_index":465,"root_relative_url":{},"high":{"/news.html":{},"/tribalcollege.html":{},"/GLUE-lab.html":{}},"medium":{"/uw-research-computing/colab-to-chtc.html":{}},"content":{"/the-pelican-project.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/file-availability.html":{},"/index.html":{},"/uw-research-computing/user-expectations.html":{},"/EHT.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/uw-research-computing/howto_overview.html":{},"/HTCondorWeek-Photos.html":{},"/get-to-know-todd.html":{},"/OSG-School.html":{},"/research.html":{},"/AMNH-Workshops.html":{},"/CHTC-pool-record.html":{},"/tribalcollege.html":{},"/CHTC-Facilitation.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/spalding-lab.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["british",{"_index":2001,"root_relative_url":{},"high":{},"medium":{},"content":{"/Natzke.html":{}},"file_terms":{}}],["broad",{"_index":2162,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{},"/CHTC-Philosophy.html":{},"/internships.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/CHTC-Facilitation.html":{},"/Fulvio.html":{},"/bat-genomics.html":{}},"file_terms":{}}],["broadband",{"_index":2898,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["broadcast",{"_index":5340,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["broaden",{"_index":7272,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["broader",{"_index":6533,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-Facilitation.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["broadli",{"_index":1615,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["brodholt",{"_index":5118,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["brogden:\"psycholog",{"_index":6962,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["broke",{"_index":6849,"root_relative_url":{},"high":{},"medium":{},"content":{"/CDIS-bldg.html":{}},"file_terms":{}}],["broken",{"_index":1854,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2024/02/OSG-User-School-2023.html":{},"/uw-research-computing/mpi-jobs.html":{},"/usgs-invasivespecies.html":{}},"file_terms":{}}],["broker",{"_index":4111,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}],["brought",{"_index":1565,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/Science-Gateway.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/tribalcollege.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/r-jobs.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["brown",{"_index":900,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{}},"file_terms":{}}],["brows",{"_index":1008,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{},"/CLAS12.html":{},"/Natzke.html":{},"/Showcase.html":{},"/Opotowsky.html":{},"/Messick.html":{},"/Hiemstra.html":{},"/Banq.html":{},"/astronomy-archives.html":{},"/HTCondorWeek-Photos.html":{},"/Johri.html":{},"/Fulvio.html":{}},"file_terms":{}}],["browser",{"_index":2519,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/github-remote-access.html":{}},"file_terms":{}}],["bruce",{"_index":5101,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["brunner",{"_index":5011,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["brute",{"_index":7315,"root_relative_url":{},"high":{},"medium":{},"content":{"/machine-learning.html":{}},"file_terms":{}}],["bryna",{"_index":5751,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{},"file_terms":{}}],["bu",{"_index":3669,"root_relative_url":{},"high":{},"medium":{},"content":{"/jobs.html":{}},"file_terms":{}}],["bubbl",{"_index":4114,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{},"/hannah.html":{}},"file_terms":{}}],["bucket",{"_index":5892,"root_relative_url":{},"high":{"/uw-research-computing/file-avail-s3.html":{}},"medium":{"/uw-research-computing/file-avail-s3.html":{}},"content":{"/uw-research-computing/file-avail-s3.html":{}},"file_terms":{}}],["bucket/larg",{"_index":5898,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/file-avail-s3.html":{}},"content":{},"file_terms":{}}],["bucket’",{"_index":5909,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/file-avail-s3.html":{}},"file_terms":{}}],["buckybadg",{"_index":3186,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{}},"content":{},"file_terms":{}}],["bud",{"_index":7271,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["budget",{"_index":6863,"root_relative_url":{},"high":{},"medium":{},"content":{"/CDIS-bldg.html":{}},"file_terms":{}}],["budworm",{"_index":870,"root_relative_url":{},"high":{"/Garcia.html":{},"/news.html":{}},"medium":{},"content":{"/Garcia.html":{}},"file_terms":{}}],["budworm’",{"_index":919,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{}},"file_terms":{}}],["bug",{"_index":2624,"root_relative_url":{},"high":{},"medium":{},"content":{"/ospool-computation.html":{},"/get-to-know-todd.html":{},"/GLUE-lab.html":{},"/uw-research-computing/testing-jobs.html":{}},"file_terms":{}}],["build",{"_index":307,"root_relative_url":{},"high":{"/the-pelican-project.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/news.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/r-build.html":{},"/research.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/docker-build.html":{},"/fellowships/list.html":{},"/CDIS-bldg.html":{},"/uw-research-computing/r-jobs.html":{},"/events.html":{}},"medium":{"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/r-jobs.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{},"/Garcia.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/events/2023/01/data-center-tours.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/events/2022/11/extended-office-hours.html":{},"/uw-research-computing/python-jobs.html":{},"/ospool-computation.html":{},"/uw-research-computing/singularity-htc.html":{},"/research-facilitation.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/cite-chtc.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/internships.html":{},"/uw-research-computing/file-availability.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/globus.html":{},"/Hiemstra.html":{},"/uw-research-computing/guides.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/hpc-software.html":{},"/events/2023/02/research-bazaar.html":{},"/events/2023/01/hpc-cluster-faq.html":{},"/neuroscientist.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dagman-workflows.html":{},"/get-to-know-todd.html":{},"/Science-Gateway.html":{},"/uw-research-computing/docker-test.html":{},"/events/2023/10/information-session.html":{},"/uw-research-computing/r-build.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/chtc-demo.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/events/2022/11/gpu-ml-demo.html":{},"/AMNH-Workshops.html":{},"/uw-research-computing/condor_q.html":{},"/projects.html":{},"/tribalcollege.html":{},"/GLUE-lab.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/ucsd-external-release.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/docker-build.html":{},"/fellowships/list.html":{},"/CDIS-bldg.html":{},"/map/index.html":{},"/NIAID.html":{},"/uw-research-computing/check-quota.html":{},"/Wilcots.html":{},"/events/2023/11/intro-workshop.html":{},"/machine-learning.html":{},"/fellowships/index.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/java-jobs.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["build.html",{"_index":4771,"root_relative_url":{"/uw-research-computing/r-build.html":{},"/uw-research-computing/docker-build.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["build.log",{"_index":2700,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/julia-jobs.html":{}},"content":{},"file_terms":{}}],["build.sub",{"_index":1452,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/r-jobs.html":{}},"content":{},"file_terms":{}}],["build/compil",{"_index":1965,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/mpi-jobs.html":{}},"file_terms":{}}],["build/test",{"_index":2933,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/inter-submit.html":{}},"file_terms":{}}],["built",{"_index":1245,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/cite-chtc.html":{},"/uw-research-computing/file-availability.html":{},"/Google-HTCondor.html":{},"/Banq.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/Science-Gateway.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/r-build.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/docker-build.html":{},"/Wilcots.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["bulk",{"_index":5032,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["bulki",{"_index":2621,"root_relative_url":{},"high":{},"medium":{},"content":{"/ospool-computation.html":{}},"file_terms":{}}],["bunch",{"_index":3393,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpargo-cc-star.html":{}},"file_terms":{}}],["bundl",{"_index":2457,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["burden",{"_index":4395,"root_relative_url":{},"high":{},"medium":{},"content":{"/neuroscientist.html":{},"/projects.html":{}},"file_terms":{}}],["buri",{"_index":3954,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{},"/bat-genomics.html":{}},"file_terms":{}}],["burn",{"_index":6424,"root_relative_url":{},"high":{},"medium":{},"content":{"/GLUE-lab.html":{}},"file_terms":{}}],["burst",{"_index":4178,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["burt",{"_index":4958,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["busi",{"_index":2062,"root_relative_url":{},"high":{},"medium":{},"content":{"/Showcase.html":{},"/internships.html":{},"/ML-Demo.html":{},"/uw-research-computing/form.html":{},"/uw-research-computing/quota-request.html":{},"/uw-research-computing/get-help.html":{},"/uw-research-computing/user-news.html":{}},"file_terms":{}}],["button",{"_index":1750,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/uw-research-computing/configure-ssh.html":{},"/newsletter.html":{},"/Science-Gateway.html":{},"/uw-research-computing/github-remote-access.html":{}},"file_terms":{}}],["buy",{"_index":2237,"root_relative_url":{"/uw-research-computing/hpc-buy-in.html":{}},"high":{"/uw-research-computing/hpc-buy-in.html":{}},"medium":{},"content":{"/uw-research-computing/chtc-services.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/index.html":{},"/veritas.html":{},"/fire-up-the-gpus.html":{},"/uw-research-computing/hpc-buy-in.html":{}},"file_terms":{}}],["buyya",{"_index":4836,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["bwa",{"_index":7047,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID.html":{}},"file_terms":{}}],["bylaw",{"_index":1595,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{}},"file_terms":{}}],["bypass",{"_index":1705,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/research.html":{}},"file_terms":{}}],["byte",{"_index":5842,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{},"/uw-research-computing/testing-jobs.html":{}},"content":{"/uw-research-computing/check-quota.html":{}},"file_terms":{}}],["c",{"_index":538,"root_relative_url":{},"high":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/r-jobs.html":{}},"medium":{"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/github-remote-access.html":{}},"content":{"/uw-research-computing/hpc-spack-install.html":{},"/Opotowsky.html":{},"/HTCondorWeek-Photos.html":{},"/get-to-know-todd.html":{},"/research.html":{},"/Anirvan-Showcase.html":{},"/Wilcots.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["ca",{"_index":4949,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["cabinet",{"_index":1661,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/gis-story.html":{}},"file_terms":{}}],["cabl",{"_index":3599,"root_relative_url":{},"high":{},"medium":{},"content":{"/PATh-Facility.html":{}},"file_terms":{}}],["cach",{"_index":2688,"root_relative_url":{},"high":{"/uw-research-computing/singularity-htc.html":{}},"medium":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/matlab-jobs.html":{}},"content":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/cite-chtc.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/docker-build.html":{},"/fellowships/list.html":{}},"file_terms":{}}],["cadonati",{"_index":7055,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/07/throughput-computing-2023.html":{}},"file_terms":{}}],["cae",{"_index":5683,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["cal",{"_index":2643,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-Philosophy.html":{}},"file_terms":{}}],["calcul",{"_index":100,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/gpu-jobs.html":{},"/Garcia.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/Opotowsky.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/Spencer-Showcase.html":{},"/astronomy-archives.html":{},"/uw-research-computing/dask.html":{},"/hannah.html":{},"/projects.html":{},"/usgs-invasivespecies.html":{},"/machine-learning.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["calendar",{"_index":2353,"root_relative_url":{},"high":{"/staff/index.html":{},"/staff/docs/Schedule_Calendar.html":{}},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["calendarurl",{"_index":3721,"root_relative_url":{},"high":{},"medium":{"/staff/docs/Schedule_Calendar.html":{}},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["calero",{"_index":5047,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["calibr",{"_index":937,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{},"/gpu-cloudburst.html":{}},"file_terms":{}}],["calibri",{"_index":6890,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["california",{"_index":3581,"root_relative_url":{},"high":{},"medium":{},"content":{"/PATh-Facility.html":{},"/astronomy-archives.html":{},"/gpu-cloudburst.html":{},"/research.html":{},"/free-supercomputing.html":{}},"file_terms":{}}],["call",{"_index":139,"root_relative_url":{},"high":{"/events/2023/07/throughput-computing-2023.html":{}},"medium":{"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/hpc-job-submission.html":{}},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/CLAS12.html":{},"/uw-research-computing/mpi-jobs.html":{},"/Natzke.html":{},"/Resilience.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/Opotowsky.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/file-availability.html":{},"/Messick.html":{},"/uw-research-computing/globus.html":{},"/uw-research-computing/julia-jobs.html":{},"/hanna-lab.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/astronomy-archives.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/hpc-software.html":{},"/neuroscientist.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/r-build.html":{},"/Lightning-Talks.html":{},"/des-expanding-universe.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/AMNH-Workshops.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/hannah.html":{},"/uw-research-computing/connecting.html":{},"/Joe-B-Profile.html":{},"/uw-research-computing/matlab-jobs.html":{},"/Fulvio.html":{},"/uw-research-computing/docker-build.html":{},"/gis-story.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/adjacent-tissues-paper.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/Wilcots.html":{},"/approach.html":{},"/machine-learning.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["calleja",{"_index":5127,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["caltech",{"_index":4064,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["caltech/mit/ligo",{"_index":5967,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["came",{"_index":1805,"root_relative_url":{},"high":{"/Joe-B-Profile.html":{}},"medium":{},"content":{"/Hannah-Showcase.html":{},"/Opotowsky.html":{},"/gpargo-cc-star.html":{},"/hanna-lab.html":{},"/get-to-know-todd.html":{},"/Johri.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/helloworld.html":{},"/hannah.html":{},"/Joe-B-Profile.html":{},"/Fulvio.html":{},"/gis-story.html":{},"/materials-science.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["camera",{"_index":4126,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{},"/Lightning-Talks.html":{},"/des-expanding-universe.html":{},"/veritas.html":{}},"file_terms":{}}],["cameron",{"_index":3438,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{"/gpargo-cc-star.html":{}},"file_terms":{}}],["campu",{"_index":643,"root_relative_url":{},"high":{"/events.html":{}},"medium":{"/uw-research-computing/containers-beyond-chtc.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/CLAS12.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/Natzke.html":{},"/Showcase.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/get-started.html":{},"/CHTC-Philosophy.html":{},"/research-facilitation.html":{},"/uw-research-computing/cite-chtc.html":{},"/news.html":{},"/Throughput-Computing-2023.html":{},"/internships.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/index.html":{},"/index.html":{},"/uw-research-computing/guides.html":{},"/EHT.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/Spencer-Showcase.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/astronomy-archives.html":{},"/ML-Demo.html":{},"/events/2023/02/research-bazaar.html":{},"/events/2023/01/hpc-cluster-faq.html":{},"/get-to-know-todd.html":{},"/OSPool-Cores.html":{},"/events/2023/10/information-session.html":{},"/Lightning-Talks.html":{},"/chtc-demo.html":{},"/HTC24.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/use-submit-node.html":{},"/events/2022/11/gpu-ml-demo.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/projects.html":{},"/uw-research-computing/connecting.html":{},"/GLUE-lab.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/DoIt-Article-Summary.html":{},"/Joe-B-Profile.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/licensed-software.html":{},"/fire-up-the-gpus.html":{},"/Fulvio.html":{},"/gis-story.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/fellowships/list.html":{},"/CDIS-bldg.html":{},"/map/index.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/uw-research-computing/get-help.html":{},"/Wilcots.html":{},"/approach.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/events/2023/11/intro-workshop.html":{},"/uw-research-computing/get-submit-node.html":{},"/spalding-lab.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["campus",{"_index":2681,"root_relative_url":{},"high":{"/news.html":{},"/gpargo-cc-star.html":{}},"medium":{},"content":{"/CHTC-Philosophy.html":{},"/internships.html":{},"/gpargo-cc-star.html":{},"/index.html":{},"/PATh-Facility.html":{},"/OSPool-Cores.html":{},"/OSG-School.html":{},"/Science-Gateway.html":{},"/Lightning-Talks.html":{},"/HTC24.html":{},"/uw-research-computing/scaling-htc.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/CHTC-Facilitation.html":{},"/ucsd-external-release.html":{},"/fellowships/list.html":{},"/events/2023/07/throughput-computing-2023.html":{}},"file_terms":{}}],["campus'",{"_index":5861,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/helloworld.html":{}},"file_terms":{}}],["can't",{"_index":3977,"root_relative_url":{},"high":{"/uw-research-computing/howto_overview.html":{}},"medium":{},"content":{},"file_terms":{}}],["can/should",{"_index":3299,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/file-availability.html":{}},"file_terms":{}}],["canada",{"_index":899,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{},"/CLAS12.html":{},"/gpu-cloudburst.html":{}},"file_terms":{}}],["canadian",{"_index":917,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{}},"file_terms":{}}],["cancel",{"_index":7292,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/user-news.html":{}},"file_terms":{}}],["cancer",{"_index":2072,"root_relative_url":{},"high":{},"medium":{},"content":{"/Showcase.html":{},"/Spencer-Showcase.html":{},"/Science-Gateway.html":{},"/veritas.html":{},"/projects.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["candid",{"_index":783,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/internships.html":{},"/Spencer-Showcase.html":{},"/HTCondorWeek-Photos.html":{},"/neuroscientist.html":{},"/OSG-School.html":{},"/Science-Gateway.html":{},"/Lightning-Talks.html":{},"/chtc-demo.html":{},"/veritas.html":{},"/projects.html":{},"/uw-research-computing/testing-jobs.html":{},"/machine-learning.html":{},"/fellowships/index.html":{}},"file_terms":{}}],["cannon",{"_index":3725,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["can’t",{"_index":433,"root_relative_url":{},"high":{},"medium":{},"content":{"/the-pelican-project.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/Messick.html":{},"/hannah.html":{},"/Fulvio.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["cao",{"_index":5501,"root_relative_url":{},"high":{},"medium":{},"content":{"/chtc-demo.html":{}},"file_terms":{}}],["capabl",{"_index":565,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/gpu-jobs.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{},"/Garcia.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/mpi-jobs.html":{},"/Natzke.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/configure-ssh.html":{},"/Opotowsky.html":{},"/uw-research-computing/file-avail-squid.html":{},"/news.html":{},"/Gillett.html":{},"/gpargo-cc-star.html":{},"/Hiemstra.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/Banq.html":{},"/hanna-lab.html":{},"/astronomy-archives.html":{},"/Science-Gateway.html":{},"/Johri.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/AMNH-Workshops.html":{},"/CHTC-pool-record.html":{},"/tribalcollege.html":{},"/uw-research-computing/docker-jobs.html":{},"/fire-up-the-gpus.html":{},"/Fulvio.html":{},"/usgs-invasivespecies.html":{},"/fellowships/list.html":{},"/adjacent-tissues-paper.html":{},"/NIAID.html":{},"/Wilcots.html":{},"/uw-research-computing/user-news.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["capac",{"_index":539,"root_relative_url":{},"high":{"/uw-research-computing/gpu-jobs.html":{},"/news.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/scaling-htc.html":{},"/CHTC-pool-record.html":{}},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/Garcia.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/CLAS12.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/uw-research-computing/mpi-jobs.html":{},"/Natzke.html":{},"/Record.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/python-jobs.html":{},"/Opotowsky.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/cite-chtc.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/internships.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/index.html":{},"/uw-research-computing/globus.html":{},"/Hiemstra.html":{},"/uw-research-computing/guides.html":{},"/Google-HTCondor.html":{},"/PATh-Facility.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/user-expectations.html":{},"/EHT.html":{},"/hanna-lab.html":{},"/ML-Demo.html":{},"/gpu-cloudburst.html":{},"/Technology-Refresh.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dagman-workflows.html":{},"/get-to-know-todd.html":{},"/OSPool-Cores.html":{},"/Science-Gateway.html":{},"/uw-research-computing/docker-test.html":{},"/htc.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/chtc-demo.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/AMNH-Workshops.html":{},"/uw-research-computing/condor_q.html":{},"/CHTC-pool-record.html":{},"/tribalcollege.html":{},"/DoIt-Article-Summary.html":{},"/Joe-B-Profile.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/licensed-software.html":{},"/Fulvio.html":{},"/ucsd-external-release.html":{},"/uw-research-computing/docker-build.html":{},"/gis-story.html":{},"/adjacent-tissues-paper.html":{},"/materials-science.html":{},"/Anirvan-Showcase.html":{},"/bat-genomics.html":{},"/uw-research-computing/check-quota.html":{},"/Wilcots.html":{},"/approach.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/uw-research-computing/user-news.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{},"/spalding-lab.html":{},"/uw-research-computing/java-jobs.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["capitol",{"_index":7287,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-buy-in.html":{}},"file_terms":{}}],["capston",{"_index":4649,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["caption",{"_index":7468,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["captionth",{"_index":7442,"root_relative_url":{},"high":{},"medium":{"/staff/docs/Adding_News_Articles.html":{}},"content":{},"file_terms":{}}],["fight",{"_index":2363,"root_relative_url":{},"high":{},"medium":{},"content":{"/Resilience.html":{},"/david-swanson-awardees-2023.html":{}},"file_terms":{}}],["figur",{"_index":2788,"root_relative_url":{},"high":{},"medium":{"/staff/docs/Adding_News_Articles.html":{}},"content":{"/research-facilitation.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/gpargo-cc-star.html":{},"/astronomy-archives.html":{},"/get-to-know-todd.html":{},"/AMNH-Workshops.html":{},"/hannah.html":{},"/GLUE-lab.html":{},"/fire-up-the-gpus.html":{},"/Fulvio.html":{},"/materials-science.html":{},"/approach.html":{},"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["file",{"_index":547,"root_relative_url":{"/Using-HTCondor-For-Large-File-Transfer.html":{}},"high":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/globus.html":{},"/uw-research-computing/julia-jobs.html":{},"/staff/docs/Schedule_Calendar.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/hpc-spack-setup.html":{}},"medium":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/java-jobs.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/CLAS12.html":{},"/Hannah-Showcase.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/mpi-jobs.html":{},"/Natzke.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/cite-chtc.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/internships.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/globus.html":{},"/Hiemstra.html":{},"/uw-research-computing/guides.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/user-expectations.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/Banq.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/astronomy-archives.html":{},"/ML-Demo.html":{},"/Technology-Refresh.html":{},"/uw-research-computing/hpc-software.html":{},"/events/2023/01/hpc-cluster-faq.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dagman-workflows.html":{},"/OSG-School.html":{},"/Science-Gateway.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/r-build.html":{},"/research.html":{},"/Johri.html":{},"/EOL-OSG.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/condor_q.html":{},"/projects.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/docker-build.html":{},"/gis-story.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/quota-request.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/fellowships/list.html":{},"/Anirvan-Showcase.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/get-help.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/user-news.html":{},"/fellowships/index.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/java-jobs.html":{},"/staff/docs/Adding_News_Articles.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["file(",{"_index":5584,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/file-avail-largedata.html":{}},"content":{"/uw-research-computing/file-avail-largedata.html":{}},"file_terms":{}}],["file1",{"_index":3285,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/file-availability.html":{}},"content":{},"file_terms":{}}],["file1,/absolute/pathto/file2,etc",{"_index":5775,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["file2",{"_index":3286,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/file-availability.html":{}},"content":{},"file_terms":{}}],["file3",{"_index":3291,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/file-availability.html":{}},"content":{},"file_terms":{}}],["file_directori",{"_index":6355,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/connecting.html":{}},"content":{},"file_terms":{}}],["file_or_dir",{"_index":5581,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/file-avail-s3.html":{}},"content":{},"file_terms":{}}],["filenam",{"_index":1410,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/transfer-data-researchdrive.html":{}},"content":{"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/file-availability.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/file-avail-s3.html":{}},"file_terms":{}}],["filename>.yml",{"_index":3730,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["filename@cs.wisc.edu",{"_index":3738,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["filepath",{"_index":1411,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/check-quota.html":{}},"file_terms":{}}],["files'",{"_index":2844,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/file-avail-squid.html":{}},"file_terms":{}}],["filesystem",{"_index":1287,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/check-quota.html":{}},"content":{"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["file–download–download",{"_index":1481,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/colab-to-chtc.html":{}},"file_terms":{}}],["file’",{"_index":5908,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/file-avail-s3.html":{}},"file_terms":{}}],["fill",{"_index":586,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{}},"content":{"/uw-research-computing/colab-to-chtc.html":{},"/CLAS12.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/get-started.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/newsletter.html":{},"/EHT.html":{},"/uw-research-computing/hpc-software.html":{},"/HTCondorWeek-Photos.html":{},"/uw-research-computing/form.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/matlab-jobs.html":{},"/Fulvio.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/quota-request.html":{},"/map/index.html":{},"/adjacent-tissues-paper.html":{},"/uw-research-computing/get-help.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/hpc-overview.html":{},"/staff/docs/Adding_News_Articles.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["fillcolor",{"_index":6980,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["fillopac",{"_index":6979,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["filter",{"_index":3355,"root_relative_url":{},"high":{},"medium":{},"content":{"/Messick.html":{},"/Spencer-Showcase.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["final",{"_index":116,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/gpu-jobs.html":{},"/Garcia.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/CLAS12.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/Messick.html":{},"/Hiemstra.html":{},"/PATh-Facility.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/Banq.html":{},"/uw-research-computing/hpc-software.html":{},"/neuroscientist.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/Science-Gateway.html":{},"/uw-research-computing/r-build.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/des-expanding-universe.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/CHTC-pool-record.html":{},"/uw-research-computing/licensed-software.html":{},"/Fulvio.html":{},"/uw-research-computing/docker-build.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/Anirvan-Showcase.html":{},"/Wilcots.html":{},"/fellowships/index.html":{}},"file_terms":{}}],["financi",{"_index":7505,"root_relative_url":{},"high":{},"medium":{},"content":{"/precision-mental-health.html":{}},"file_terms":{}}],["find",{"_index":356,"root_relative_url":{},"high":{"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/howto_overview.html":{},"/uw-research-computing/condor_q.html":{},"/fellowships/index.html":{}},"medium":{"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/hpc-spack-setup.html":{}},"content":{"/the-pelican-project.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/file-availability.html":{},"/Messick.html":{},"/uw-research-computing/globus.html":{},"/Hiemstra.html":{},"/uw-research-computing/guides.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/staff/docs/Schedule_Calendar.html":{},"/EHT.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/astronomy-archives.html":{},"/uw-research-computing/hpc-software.html":{},"/get-to-know-todd.html":{},"/OSG-School.html":{},"/Science-Gateway.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/r-build.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/des-expanding-universe.html":{},"/veritas.html":{},"/hannah.html":{},"/uw-research-computing/condor_q.html":{},"/projects.html":{},"/GLUE-lab.html":{},"/uw-research-computing/docker-jobs.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/testing-jobs.html":{},"/Fulvio.html":{},"/ucsd-external-release.html":{},"/uw-research-computing/docker-build.html":{},"/gis-story.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/adjacent-tissues-paper.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/bat-genomics.html":{},"/uw-research-computing/get-help.html":{},"/Wilcots.html":{},"/approach.html":{},"/machine-learning.html":{},"/spalding-lab.html":{},"/uw-research-computing/java-jobs.html":{},"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["findabl",{"_index":362,"root_relative_url":{},"high":{},"medium":{},"content":{"/the-pelican-project.html":{}},"file_terms":{}}],["finder",{"_index":6757,"root_relative_url":{},"high":{},"medium":{},"content":{"/gis-story.html":{}},"file_terms":{}}],["fine",{"_index":2941,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/inter-submit.html":{},"/Lightning-Talks.html":{},"/hannah.html":{},"/uw-research-computing/testing-jobs.html":{},"/ASP.html":{},"/staff/docs/Adding_News_Articles.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["fingertip",{"_index":3589,"root_relative_url":{},"high":{},"medium":{},"content":{"/PATh-Facility.html":{},"/Banq.html":{},"/Johri.html":{}},"file_terms":{}}],["finish",{"_index":1281,"root_relative_url":{},"high":{"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/r-jobs.html":{}},"medium":{"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/helloworld.html":{}},"content":{"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/Natzke.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/Banq.html":{},"/uw-research-computing/dask.html":{},"/uw-research-computing/r-build.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/scaling-htc.html":{},"/hannah.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/Wilcots.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["finit",{"_index":6317,"root_relative_url":{},"high":{},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["fir",{"_index":890,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{}},"file_terms":{}}],["fire",{"_index":2966,"root_relative_url":{"/fire-up-the-gpus.html":{}},"high":{"/news.html":{},"/hannah.html":{},"/fire-up-the-gpus.html":{}},"medium":{},"content":{"/Hiemstra.html":{},"/EHT.html":{},"/get-to-know-todd.html":{},"/EOL-OSG.html":{}},"file_terms":{}}],["firewal",{"_index":2895,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{},"/research.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["first",{"_index":459,"root_relative_url":{},"high":{"/news.html":{},"/uw-research-computing/helloworld.html":{},"/chtc-workshop.html":{}},"medium":{"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/helloworld.html":{}},"content":{"/the-pelican-project.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/CLAS12.html":{},"/Hannah-Showcase.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/mpi-jobs.html":{},"/Showcase.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/singularity-htc.html":{},"/research-facilitation.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/Throughput-Computing-2023.html":{},"/newsletter.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/Gillett.html":{},"/uw-research-computing/file-availability.html":{},"/Messick.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/globus.html":{},"/Hiemstra.html":{},"/uw-research-computing/guides.html":{},"/PATh-Facility.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/staff/docs/Schedule_Calendar.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/Banq.html":{},"/hanna-lab.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/ML-Demo.html":{},"/gpu-cloudburst.html":{},"/HTCondorWeek-Photos.html":{},"/neuroscientist.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dagman-workflows.html":{},"/get-to-know-todd.html":{},"/OSPool-Cores.html":{},"/Science-Gateway.html":{},"/uw-research-computing/docker-test.html":{},"/htc.html":{},"/uw-research-computing/r-build.html":{},"/research.html":{},"/Johri.html":{},"/EOL-OSG.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/AMNH-Workshops.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/hannah.html":{},"/uw-research-computing/condor_q.html":{},"/projects.html":{},"/uw-research-computing/connecting.html":{},"/tribalcollege.html":{},"/GLUE-lab.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/licensed-software.html":{},"/Fulvio.html":{},"/david-swanson-awardees-2023.html":{},"/ucsd-external-release.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/fellowships/list.html":{},"/ASP.html":{},"/adjacent-tissues-paper.html":{},"/NIAID.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/Anirvan-Showcase.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/get-help.html":{},"/uw-research-computing/check-quota.html":{},"/Wilcots.html":{},"/fellowships/index.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/java-jobs.html":{},"/staff/docs/Adding_News_Articles.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["fiscal",{"_index":6655,"root_relative_url":{},"high":{},"medium":{},"content":{"/ucsd-external-release.html":{}},"file_terms":{}}],["fish",{"_index":2792,"root_relative_url":{},"high":{},"medium":{},"content":{"/research-facilitation.html":{},"/usgs-invasivespecies.html":{}},"file_terms":{}}],["fisica",{"_index":1728,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{}},"file_terms":{}}],["fisk",{"_index":5067,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["fit",{"_index":774,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/Garcia.html":{},"/CLAS12.html":{},"/ospool-computation.html":{},"/CHTC-Philosophy.html":{},"/Gillett.html":{},"/Messick.html":{},"/get-to-know-todd.html":{},"/Science-Gateway.html":{},"/Lightning-Talks.html":{},"/veritas.html":{},"/hannah.html":{},"/CHTC-Facilitation.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/approach.html":{},"/machine-learning.html":{},"/uw-research-computing/hpc-overview.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["five",{"_index":894,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{},"/CLAS12.html":{},"/Natzke.html":{},"/Resilience.html":{},"/gpargo-cc-star.html":{},"/jobs.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/get-to-know-todd.html":{},"/OSG-School.html":{},"/Science-Gateway.html":{},"/Lightning-Talks.html":{},"/des-expanding-universe.html":{},"/hannah.html":{},"/uw-research-computing/testing-jobs.html":{},"/Fulvio.html":{},"/gis-story.html":{},"/NIAID.html":{},"/Anirvan-Showcase.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/machine-learning.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["fix",{"_index":3698,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/dos-unix.html":{},"/staff/docs/Schedule_Calendar.html":{},"/get-to-know-todd.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/Fulvio.html":{}},"file_terms":{}}],["flag",{"_index":822,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/ML-Demo.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/NIAID.html":{},"/uw-research-computing/check-quota.html":{}},"file_terms":{}}],["flagship",{"_index":6833,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/list.html":{}},"file_terms":{}}],["flare",{"_index":6283,"root_relative_url":{},"high":{},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["flash",{"_index":5661,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["flat",{"_index":1925,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-spack-modules.html":{},"/fellowships/list.html":{}},"file_terms":{}}],["flathead",{"_index":6382,"root_relative_url":{},"high":{},"medium":{},"content":{"/tribalcollege.html":{}},"file_terms":{}}],["flavor",{"_index":1924,"root_relative_url":{},"high":{"/Joe-B-Profile.html":{}},"medium":{},"content":{"/uw-research-computing/hpc-spack-modules.html":{},"/Joe-B-Profile.html":{}},"file_terms":{}}],["flexibl",{"_index":1404,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/multiple-jobs.html":{},"/ospool-computation.html":{},"/internships.html":{},"/jobs.html":{},"/research.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/Joe-B-Profile.html":{},"/NIAID.html":{},"/Wilcots.html":{}},"file_terms":{}}],["fli",{"_index":963,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{},"/research.html":{},"/Johri.html":{},"/bat-genomics.html":{}},"file_terms":{}}],["flickr",{"_index":7037,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID.html":{}},"file_terms":{}}],["flier",{"_index":4602,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{}},"file_terms":{}}],["flight",{"_index":903,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{},"/htc.html":{},"/free-supercomputing.html":{}},"file_terms":{}}],["flip",{"_index":4386,"root_relative_url":{},"high":{},"medium":{},"content":{"/neuroscientist.html":{},"/hannah.html":{}},"file_terms":{}}],["flix",{"_index":5043,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["float",{"_index":3767,"root_relative_url":{},"high":{},"medium":{"/staff/docs/Adding_News_Articles.html":{}},"content":{"/staff/docs/Schedule_Calendar.html":{},"/htc.html":{},"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["float:left",{"_index":6904,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["flock",{"_index":3300,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/file-availability.html":{},"/research.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/testing-jobs.html":{}},"file_terms":{}}],["floor",{"_index":1837,"root_relative_url":{},"high":{"/events.html":{}},"medium":{},"content":{"/events/2023/01/data-center-tours.html":{}},"file_terms":{}}],["flop",{"_index":4741,"root_relative_url":{},"high":{},"medium":{},"content":{"/htc.html":{}},"file_terms":{}}],["florida",{"_index":3584,"root_relative_url":{},"high":{},"medium":{},"content":{"/PATh-Facility.html":{},"/research.html":{},"/ucsd-external-release.html":{}},"file_terms":{}}],["flow",{"_index":1620,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/Joe-B-Profile.html":{}},"file_terms":{}}],["flowchart",{"_index":4147,"root_relative_url":{},"high":{},"medium":{},"content":{"/ML-Demo.html":{}},"file_terms":{}}],["fluno",{"_index":3038,"root_relative_url":{},"high":{"/events.html":{}},"medium":{},"content":{"/Throughput-Computing-2023.html":{},"/HTCondorWeek-Photos.html":{},"/HTC24.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/events/2023/07/throughput-computing-2023.html":{}},"file_terms":{}}],["flux",{"_index":6280,"root_relative_url":{},"high":{},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["flwo",{"_index":5648,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["fnal",{"_index":3893,"root_relative_url":{},"high":{},"medium":{},"content":{"/Using-HTCondor-For-Large-File-Transfer.html":{}},"file_terms":{}}],["fob",{"_index":2488,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/configure-ssh.html":{}},"file_terms":{}}],["foca",{"_index":5764,"root_relative_url":{},"high":{},"medium":{},"content":{"/people.html":{}},"file_terms":{}}],["focu",{"_index":1081,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/checkpointing.html":{},"/ML-and-Image-Analyses-for-Livestock-Data.html":{},"/Hiemstra.html":{},"/PATh-Facility.html":{},"/hanna-lab.html":{},"/astronomy-archives.html":{},"/gpu-cloudburst.html":{},"/neuroscientist.html":{},"/OSG-School.html":{},"/Science-Gateway.html":{},"/Lightning-Talks.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/tribalcollege.html":{},"/GLUE-lab.html":{},"/Joe-B-Profile.html":{},"/gis-story.html":{},"/fellowships/list.html":{},"/bat-genomics.html":{},"/machine-learning.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["focus",{"_index":930,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{},"/Hannah-Showcase.html":{},"/Natzke.html":{},"/Opotowsky.html":{},"/research-facilitation.html":{},"/Messick.html":{},"/PATh-Facility.html":{},"/gpu-cloudburst.html":{},"/HTCondorWeek-Photos.html":{},"/events/2023/02/research-bazaar.html":{},"/OSG-School.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/des-expanding-universe.html":{},"/chtc-workshop.html":{},"/CHTC-pool-record.html":{},"/projects.html":{},"/tribalcollege.html":{},"/bat-genomics.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["fold",{"_index":2049,"root_relative_url":{},"high":{},"medium":{},"content":{"/Natzke.html":{}},"file_terms":{}}],["folder",{"_index":1134,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/java-jobs.html":{}},"content":{"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/globus.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/quota-request.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/java-jobs.html":{}},"file_terms":{}}],["folder’",{"_index":4737,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/docker-test.html":{}},"file_terms":{}}],["folk",{"_index":2191,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{},"/AMNH-Workshops.html":{},"/gis-story.html":{}},"file_terms":{}}],["follow",{"_index":492,"root_relative_url":{},"high":{"/index.html":{}},"medium":{"/uw-research-computing/matlab-jobs.html":{}},"content":{"/the-pelican-project.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/CLAS12.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/singularity-htc.html":{},"/research-facilitation.html":{},"/uw-research-computing/cite-chtc.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/gpu-lab.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/user-expectations.html":{},"/EHT.html":{},"/uw-research-computing/howto_overview.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/ML-Demo.html":{},"/uw-research-computing/hpc-software.html":{},"/HTCondorWeek-Photos.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/form.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/r-build.html":{},"/des-expanding-universe.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/hannah.html":{},"/uw-research-computing/condor_q.html":{},"/projects.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/matlab-jobs.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/testing-jobs.html":{},"/Fulvio.html":{},"/ucsd-external-release.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/quota-request.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/get-help.html":{},"/uw-research-computing/check-quota.html":{},"/approach.html":{},"/fellowships/index.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{},"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["fondli",{"_index":4498,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["font",{"_index":6886,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["food",{"_index":2345,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2022/11/extended-office-hours.html":{},"/HTCondorWeek-Photos.html":{},"/get-to-know-todd.html":{},"/Joe-B-Profile.html":{}},"file_terms":{}}],["fool",{"_index":4042,"root_relative_url":{},"high":{},"medium":{},"content":{"/Spencer-Showcase.html":{},"/neuroscientist.html":{}},"file_terms":{}}],["footprint",{"_index":5538,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{},"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["footstep",{"_index":6534,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-Facilitation.html":{}},"file_terms":{}}],["for(var",{"_index":3065,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["forag",{"_index":7123,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["forbidden",{"_index":5412,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["forc",{"_index":1601,"root_relative_url":{},"high":{"/Natzke.html":{}},"medium":{},"content":{"/CLAS12.html":{},"/Natzke.html":{},"/Record.html":{},"/index.html":{},"/des-expanding-universe.html":{},"/CHTC-Facilitation.html":{},"/adjacent-tissues-paper.html":{},"/machine-learning.html":{}},"file_terms":{}}],["forecast",{"_index":954,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{}},"file_terms":{}}],["foreign",{"_index":3796,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/user-expectations.html":{}},"file_terms":{}}],["foreman",{"_index":3733,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["foremost",{"_index":6085,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{},"/tribalcollege.html":{}},"file_terms":{}}],["forens",{"_index":2533,"root_relative_url":{},"high":{"/Opotowsky.html":{},"/news.html":{}},"medium":{},"content":{"/Opotowsky.html":{}},"file_terms":{}}],["foresaw",{"_index":4227,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["forest",{"_index":876,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{},"/Lightning-Talks.html":{},"/projects.html":{},"/GLUE-lab.html":{}},"file_terms":{}}],["forestri",{"_index":6339,"root_relative_url":{},"high":{},"medium":{},"content":{"/projects.html":{},"/map/index.html":{}},"file_terms":{}}],["forethought",{"_index":7504,"root_relative_url":{},"high":{},"medium":{},"content":{"/precision-mental-health.html":{}},"file_terms":{}}],["forev",{"_index":5701,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{},"/gis-story.html":{}},"file_terms":{}}],["forfeit",{"_index":766,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{}},"file_terms":{}}],["forg",{"_index":1195,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/conda-installation.html":{}},"content":{},"file_terms":{}}],["forget",{"_index":2508,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/configure-ssh.html":{},"/CHTC-Philosophy.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/github-remote-access.html":{}},"file_terms":{}}],["forgot",{"_index":2311,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-spack-install.html":{}},"file_terms":{}}],["form",{"_index":1537,"root_relative_url":{},"high":{"/uw-research-computing/form.html":{},"/uw-research-computing/quota-request.html":{}},"medium":{},"content":{"/CLAS12.html":{},"/Hannah-Showcase.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/get-started.html":{},"/uw-research-computing/singularity-htc.html":{},"/newsletter.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/internships.html":{},"/technologies.html":{},"/hanna-lab.html":{},"/astronomy-archives.html":{},"/gpu-cloudburst.html":{},"/Technology-Refresh.html":{},"/uw-research-computing/form.html":{},"/Science-Gateway.html":{},"/veritas.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/use-submit-node.html":{},"/projects.html":{},"/tribalcollege.html":{},"/CHTC-Facilitation.html":{},"/fire-up-the-gpus.html":{},"/uw-research-computing/quota-request.html":{},"/materials-science.html":{},"/uw-research-computing/get-help.html":{},"/Wilcots.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["formal",{"_index":5953,"root_relative_url":{},"high":{},"medium":{},"content":{"/AMNH-Workshops.html":{}},"file_terms":{}}],["format",{"_index":793,"root_relative_url":{},"high":{"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/condor_q.html":{}},"medium":{"/staff/docs/Schedule_Calendar.html":{},"/staff/docs/Adding_News_Articles.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/CLAS12.html":{},"/htcondor-european-workshop.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/Hiemstra.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/staff/docs/Schedule_Calendar.html":{},"/astronomy-archives.html":{},"/ML-Demo.html":{},"/uw-research-computing/docker-test.html":{},"/Lightning-Talks.html":{},"/chtc-demo.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/docker-build.html":{},"/gis-story.html":{},"/NIAID.html":{},"/Wilcots.html":{},"/fellowships/index.html":{}},"file_terms":{}}],["format=jobid",{"_index":3194,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{}},"content":{},"file_terms":{}}],["format—it",{"_index":4105,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}],["former",{"_index":1707,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/gpargo-cc-star.html":{},"/HTC24.html":{},"/hannah.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/david-swanson-awardees-2023.html":{},"/adjacent-tissues-paper.html":{}},"file_terms":{}}],["formerli",{"_index":2745,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/singularity-htc.html":{},"/Lightning-Talks.html":{}},"file_terms":{}}],["formid",{"_index":3385,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpargo-cc-star.html":{}},"file_terms":{}}],["forthcom",{"_index":4925,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["forti",{"_index":2020,"root_relative_url":{},"high":{},"medium":{},"content":{"/Natzke.html":{},"/research.html":{},"/NIAID.html":{}},"file_terms":{}}],["forum",{"_index":5575,"root_relative_url":{},"high":{},"medium":{},"content":{"/EOL-OSG.html":{}},"file_terms":{}}],["forward",{"_index":1127,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/checkpointing.html":{},"/htcondor-european-workshop.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/file-availability.html":{},"/gpargo-cc-star.html":{},"/index.html":{},"/hanna-lab.html":{},"/neuroscientist.html":{},"/des-expanding-universe.html":{},"/AMNH-Workshops.html":{},"/ASP.html":{},"/uw-research-computing/github-remote-access.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/Wilcots.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["foster",{"_index":2968,"root_relative_url":{"/high-throughput-computing-fostering-data-science-without-limits.html":{}},"high":{"/news.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{}},"medium":{},"content":{"/Science-Gateway.html":{},"/research.html":{},"/projects.html":{}},"file_terms":{}}],["found",{"_index":224,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/the-pelican-project.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/OSG-User-School-Concludes.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/CLAS12.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/Record.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/ospool-computation.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/globus.html":{},"/Hiemstra.html":{},"/uw-research-computing/julia-jobs.html":{},"/staff/docs/Schedule_Calendar.html":{},"/EHT.html":{},"/hanna-lab.html":{},"/astronomy-archives.html":{},"/gpu-cloudburst.html":{},"/Technology-Refresh.html":{},"/uw-research-computing/hpc-software.html":{},"/get-to-know-todd.html":{},"/OSG-School.html":{},"/Lightning-Talks.html":{},"/chtc-demo.html":{},"/des-expanding-universe.html":{},"/EOL-OSG.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/condor_q.html":{},"/tribalcollege.html":{},"/uw-research-computing/matlab-jobs.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/licensed-software.html":{},"/Fulvio.html":{},"/gis-story.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/materials-science.html":{},"/uw-research-computing/github-remote-access.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/r-jobs.html":{},"/spalding-lab.html":{},"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["foundat",{"_index":387,"root_relative_url":{},"high":{"/CLAS12.html":{}},"medium":{},"content":{"/the-pelican-project.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/index.html":{},"/PATh-Facility.html":{},"/uw-research-computing/gpu-lab.html":{},"/EHT.html":{},"/ML-Demo.html":{},"/gpu-cloudburst.html":{},"/Technology-Refresh.html":{},"/uw-research-computing/dask.html":{},"/AMNH-Workshops.html":{},"/hannah.html":{},"/projects.html":{},"/tribalcollege.html":{},"/DoIt-Article-Summary.html":{},"/Joe-B-Profile.html":{},"/ucsd-external-release.html":{},"/fellowships/index.html":{},"/spalding-lab.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["founder",{"_index":3873,"root_relative_url":{},"high":{},"medium":{},"content":{"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/ASP.html":{}},"file_terms":{}}],["four",{"_index":1135,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/checkpointing.html":{},"/CLAS12.html":{},"/Natzke.html":{},"/uw-research-computing/inter-submit.html":{},"/Messick.html":{},"/gpargo-cc-star.html":{},"/staff/docs/Schedule_Calendar.html":{},"/hanna-lab.html":{},"/gpu-cloudburst.html":{},"/Technology-Refresh.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/r-build.html":{},"/veritas.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/tribalcollege.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["fourth",{"_index":4356,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/02/research-bazaar.html":{}},"file_terms":{}}],["fox",{"_index":4819,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["fq",{"_index":4449,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/high-memory-jobs.html":{}},"content":{},"file_terms":{}}],["fraction",{"_index":5667,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["frame",{"_index":5366,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["framework",{"_index":1490,"root_relative_url":{},"high":{"/news.html":{},"/Hiemstra.html":{}},"medium":{},"content":{"/uw-research-computing/colab-to-chtc.html":{},"/Hiemstra.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/HTCondorWeek-Photos.html":{},"/research.html":{},"/fellowships/list.html":{}},"file_terms":{}}],["fran",{"_index":4815,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["franc",{"_index":1722,"root_relative_url":{},"high":{"/htcondor-european-workshop.html":{},"/news.html":{}},"medium":{},"content":{"/CLAS12.html":{},"/htcondor-european-workshop.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{}},"file_terms":{}}],["franca",{"_index":6566,"root_relative_url":{},"high":{},"medium":{},"content":{"/fire-up-the-gpus.html":{}},"file_terms":{}}],["francesco",{"_index":2144,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{},"/research.html":{}},"file_terms":{}}],["franci",{"_index":4223,"root_relative_url":{},"high":{"/projects.html":{}},"medium":{},"content":{"/gpu-cloudburst.html":{},"/icecube-receives-hpc-award.html":{},"/projects.html":{}},"file_terms":{}}],["francisco",{"_index":4924,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["franck’",{"_index":6256,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-pool-record.html":{}},"file_terms":{}}],["frank",{"_index":1618,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/gpu-cloudburst.html":{},"/research.html":{},"/ucsd-external-release.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["frankfurt",{"_index":7144,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["frankli",{"_index":2033,"root_relative_url":{},"high":{},"medium":{},"content":{"/Natzke.html":{},"/gis-story.html":{}},"file_terms":{}}],["franklin",{"_index":6668,"root_relative_url":{},"high":{},"medium":{},"content":{"/usgs-invasivespecies.html":{}},"file_terms":{}}],["fraud",{"_index":442,"root_relative_url":{},"high":{},"medium":{},"content":{"/the-pelican-project.html":{}},"file_terms":{}}],["freak",{"_index":6023,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["fred",{"_index":5645,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["free",{"_index":1475,"root_relative_url":{"/free-supercomputing.html":{}},"high":{"/get-to-know-todd.html":{},"/free-supercomputing.html":{}},"medium":{},"content":{"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/chtc-services.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/cite-chtc.html":{},"/internships.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/index.html":{},"/index.html":{},"/uw-research-computing/guides.html":{},"/uw-research-computing/user-expectations.html":{},"/ML-Demo.html":{},"/gpu-cloudburst.html":{},"/events/2023/10/information-session.html":{},"/Lightning-Talks.html":{},"/veritas.html":{},"/free-supercomputing.html":{},"/GLUE-lab.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/docker-build.html":{},"/gis-story.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/get-help.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/machine-learning.html":{},"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["freedom",{"_index":45,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["freeli",{"_index":4573,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSPool-Cores.html":{},"/AMNH-Workshops.html":{},"/uw-research-computing/hpc-buy-in.html":{}},"file_terms":{}}],["freez",{"_index":2417,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/python-jobs.html":{}},"content":{},"file_terms":{}}],["frenemi",{"_index":6075,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["frequenc",{"_index":1121,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/checkpointing.html":{},"/Messick.html":{},"/projects.html":{},"/Fulvio.html":{}},"file_terms":{}}],["frequent",{"_index":737,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{},"/research-facilitation.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/helloworld.html":{}},"file_terms":{}}],["fresh",{"_index":2438,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/python-jobs.html":{},"/HTCondorWeek-Photos.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["frey",{"_index":4308,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{"/HTCondorWeek-Photos.html":{},"/research.html":{}},"file_terms":{}}],["fri",{"_index":4613,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{}},"file_terms":{}}],["friction",{"_index":2893,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{}},"file_terms":{}}],["friday",{"_index":3751,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{},"/HTC24.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/fellowships/index.html":{}},"file_terms":{}}],["fridg",{"_index":4553,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["friend",{"_index":4635,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{},"/hannah.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["friendli",{"_index":1746,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/research.html":{},"/uw-research-computing/connecting.html":{},"/Joe-B-Profile.html":{}},"file_terms":{}}],["fronk",{"_index":7476,"root_relative_url":{},"high":{},"medium":{},"content":{"/precision-mental-health.html":{}},"file_terms":{}}],["fronk’",{"_index":7482,"root_relative_url":{},"high":{},"medium":{},"content":{"/precision-mental-health.html":{}},"file_terms":{}}],["front",{"_index":7462,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["frontdesk",{"_index":4365,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/2023/01/hpc-cluster-faq.html":{}},"file_terms":{}}],["frontier",{"_index":4234,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["fruit",{"_index":5483,"root_relative_url":{},"high":{},"medium":{},"content":{"/Johri.html":{}},"file_terms":{}}],["fruition",{"_index":4673,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["frutig",{"_index":6887,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["fsp",{"_index":6607,"root_relative_url":{},"high":{},"medium":{},"content":{"/Fulvio.html":{}},"file_terms":{}}],["fsspec",{"_index":6832,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/list.html":{}},"file_terms":{}}],["fuel",{"_index":4644,"root_relative_url":{},"high":{"/Science-Gateway.html":{}},"medium":{},"content":{},"file_terms":{}}],["full",{"_index":1600,"root_relative_url":{},"high":{"/staff/docs/Schedule_Calendar.html":{}},"medium":{},"content":{"/CLAS12.html":{},"/Resilience.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/cite-chtc.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/internships.html":{},"/gpargo-cc-star.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/user-expectations.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/Banq.html":{},"/neuroscientist.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dagman-workflows.html":{},"/get-to-know-todd.html":{},"/icecube-receives-hpc-award.html":{},"/uw-research-computing/scaling-htc.html":{},"/veritas.html":{},"/uw-research-computing/helloworld.html":{},"/hannah.html":{},"/uw-research-computing/condor_q.html":{},"/CHTC-pool-record.html":{},"/htcondor-helps-enable-mars-research.html":{},"/uw-research-computing/matlab-jobs.html":{},"/fire-up-the-gpus.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/ASP.html":{},"/Wilcots.html":{},"/fellowships/index.html":{}},"file_terms":{}}],["fulli",{"_index":2875,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{},"/research.html":{},"/hannah.html":{},"/GLUE-lab.html":{},"/Joe-B-Profile.html":{},"/adjacent-tissues-paper.html":{},"/Wilcots.html":{}},"file_terms":{}}],["fulvio",{"_index":6593,"root_relative_url":{},"high":{},"medium":{},"content":{"/Fulvio.html":{}},"file_terms":{}}],["fulvio'",{"_index":6605,"root_relative_url":{},"high":{},"medium":{},"content":{"/Fulvio.html":{}},"file_terms":{}}],["fulvio.html",{"_index":6591,"root_relative_url":{"/Fulvio.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["fulvio’",{"_index":6613,"root_relative_url":{},"high":{},"medium":{},"content":{"/Fulvio.html":{}},"file_terms":{}}],["fun",{"_index":3419,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpargo-cc-star.html":{},"/get-to-know-todd.html":{},"/Joe-B-Profile.html":{}},"file_terms":{}}],["function",{"_index":166,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{}},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/gpu-jobs.html":{},"/CLAS12.html":{},"/newsletter.html":{},"/ML-Demo.html":{},"/uw-research-computing/dask.html":{},"/HTCondorWeek-Photos.html":{},"/neuroscientist.html":{},"/Science-Gateway.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/Joe-B-Profile.html":{},"/uw-research-computing/matlab-jobs.html":{},"/Fulvio.html":{},"/map/index.html":{},"/adjacent-tissues-paper.html":{},"/bat-genomics.html":{},"/machine-learning.html":{}},"file_terms":{}}],["function(list",{"_index":3098,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["function(valu",{"_index":3109,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["functions.tar.gz",{"_index":6484,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{}},"content":{},"file_terms":{}}],["fund",{"_index":350,"root_relative_url":{},"high":{"/fellowships/index.html":{}},"medium":{},"content":{"/the-pelican-project.html":{},"/uw-research-computing/cite-chtc.html":{},"/uw-research-computing/index.html":{},"/index.html":{},"/PATh-Facility.html":{},"/uw-research-computing/gpu-lab.html":{},"/EHT.html":{},"/astronomy-archives.html":{},"/gpu-cloudburst.html":{},"/Technology-Refresh.html":{},"/OSPool-Cores.html":{},"/OSG-School.html":{},"/AMNH-Workshops.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/hannah.html":{},"/projects.html":{},"/GLUE-lab.html":{},"/DoIt-Article-Summary.html":{},"/Joe-B-Profile.html":{},"/Fulvio.html":{},"/ucsd-external-release.html":{},"/CDIS-bldg.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/fellowships/index.html":{}},"file_terms":{}}],["fundament",{"_index":28,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/CLAS12.html":{},"/Natzke.html":{},"/uw-research-computing/cite-chtc.html":{},"/neuroscientist.html":{},"/materials-science.html":{},"/Wilcots.html":{}},"file_terms":{}}],["funni",{"_index":6111,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["furlough",{"_index":3769,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["further",{"_index":336,"root_relative_url":{},"high":{"/uw-research-computing/condor_q.html":{}},"medium":{},"content":{"/the-pelican-project.html":{},"/uw-research-computing/multiple-jobs.html":{},"/Natzke.html":{},"/research-facilitation.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/Hiemstra.html":{},"/neuroscientist.html":{},"/OSG-School.html":{},"/des-expanding-universe.html":{},"/free-supercomputing.html":{},"/hannah.html":{},"/projects.html":{},"/tribalcollege.html":{},"/ucsd-external-release.html":{},"/fellowships/list.html":{},"/adjacent-tissues-paper.html":{},"/approach.html":{}},"file_terms":{}}],["furthermor",{"_index":3420,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpargo-cc-star.html":{},"/Science-Gateway.html":{},"/Lightning-Talks.html":{}},"file_terms":{}}],["fusion",{"_index":5466,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["futur",{"_index":1261,"root_relative_url":{},"high":{"/news.html":{},"/DoIt-Article-Summary.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/CDIS-bldg.html":{},"/Wilcots.html":{}},"medium":{},"content":{"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/Hannah-Showcase.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/Hiemstra.html":{},"/index.html":{},"/PATh-Facility.html":{},"/Banq.html":{},"/hanna-lab.html":{},"/gpu-cloudburst.html":{},"/HTCondorWeek-Photos.html":{},"/events/2023/02/research-bazaar.html":{},"/Science-Gateway.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/chtc-demo.html":{},"/des-expanding-universe.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/file-avail-s3.html":{},"/chtc-workshop.html":{},"/AMNH-Workshops.html":{},"/hannah.html":{},"/uw-research-computing/tensorflow-singularity.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/CDIS-bldg.html":{},"/uw-research-computing/check-quota.html":{},"/Wilcots.html":{},"/uw-research-computing/user-news.html":{},"/fellowships/index.html":{}},"file_terms":{}}],["fw",{"_index":6678,"root_relative_url":{},"high":{},"medium":{},"content":{"/usgs-invasivespecies.html":{}},"file_terms":{}}],["fws’",{"_index":6695,"root_relative_url":{},"high":{},"medium":{},"content":{"/usgs-invasivespecies.html":{}},"file_terms":{}}],["g",{"_index":2720,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/docker-test.html":{}},"content":{"/astronomy-archives.html":{},"/research.html":{},"/uw-research-computing/check-quota.html":{},"/Wilcots.html":{}},"file_terms":{}}],["ga",{"_index":5367,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{},"/Wilcots.html":{}},"file_terms":{}}],["gabriel",{"_index":4956,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["gain",{"_index":2584,"root_relative_url":{},"high":{},"medium":{},"content":{"/Opotowsky.html":{},"/ML-and-Image-Analyses-for-Livestock-Data.html":{},"/internships.html":{},"/Hiemstra.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/neuroscientist.html":{},"/Science-Gateway.html":{},"/des-expanding-universe.html":{},"/AMNH-Workshops.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/hannah.html":{},"/GLUE-lab.html":{},"/fellowships/list.html":{},"/materials-science.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/fellowships/index.html":{}},"file_terms":{}}],["galact",{"_index":4082,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}],["galaxi",{"_index":3269,"root_relative_url":{},"high":{},"medium":{},"content":{"/Gillett.html":{},"/EHT.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/astronomy-archives.html":{},"/des-expanding-universe.html":{},"/projects.html":{},"/david-swanson-awardees-2023.html":{},"/Anirvan-Showcase.html":{},"/Wilcots.html":{}},"file_terms":{}}],["game",{"_index":4128,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}],["gamer",{"_index":6563,"root_relative_url":{},"high":{},"medium":{},"content":{"/fire-up-the-gpus.html":{}},"file_terms":{}}],["gamma",{"_index":2014,"root_relative_url":{},"high":{},"medium":{},"content":{"/Natzke.html":{},"/Opotowsky.html":{},"/veritas.html":{}},"file_terms":{}}],["gangmatch",{"_index":4875,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["gap",{"_index":444,"root_relative_url":{},"high":{},"medium":{},"content":{"/the-pelican-project.html":{},"/gpargo-cc-star.html":{},"/astronomy-archives.html":{},"/CHTC-pool-record.html":{},"/CHTC-Facilitation.html":{},"/Fulvio.html":{},"/NIAID.html":{}},"file_terms":{}}],["garcia",{"_index":873,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{}},"file_terms":{}}],["garcia'",{"_index":883,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{}},"file_terms":{}}],["garcia.html",{"_index":866,"root_relative_url":{"/Garcia.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["garcia’",{"_index":909,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{}},"file_terms":{}}],["garica",{"_index":992,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{}},"file_terms":{}}],["garner",{"_index":4040,"root_relative_url":{},"high":{},"medium":{},"content":{"/Spencer-Showcase.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["garzoglio",{"_index":4957,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["gateway",{"_index":2905,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{},"/gpargo-cc-star.html":{},"/Science-Gateway.html":{}},"file_terms":{}}],["gateway.html",{"_index":4643,"root_relative_url":{"/Science-Gateway.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["gateway’",{"_index":4670,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["gather",{"_index":3839,"root_relative_url":{},"high":{},"medium":{},"content":{"/EHT.html":{},"/HTCondorWeek-Photos.html":{},"/research.html":{},"/htcondor-helps-enable-mars-research.html":{},"/fellowships/list.html":{}},"file_terms":{}}],["gaurang",{"_index":5003,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["gave",{"_index":2149,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{},"/Gillett.html":{},"/neuroscientist.html":{},"/get-to-know-todd.html":{},"/OSG-School.html":{},"/des-expanding-universe.html":{}},"file_terms":{}}],["gaylen",{"_index":7475,"root_relative_url":{},"high":{},"medium":{},"content":{"/precision-mental-health.html":{}},"file_terms":{}}],["gb",{"_index":1028,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/cite-chtc.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/Technology-Refresh.html":{},"/uw-research-computing/dask.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/quota-request.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["gbit",{"_index":5703,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["gbit/",{"_index":7284,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-buy-in.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["gbp",{"_index":2881,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["gbyte",{"_index":5694,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/resources.html":{}},"file_terms":{}}],["gc",{"_index":2269,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-spack-install.html":{}},"content":{},"file_terms":{}}],["gcc",{"_index":2331,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-hpc.html":{}},"content":{"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/singularity-hpc.html":{}},"file_terms":{}}],["gcc@=9.5.0",{"_index":2300,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-spack-install.html":{}},"content":{},"file_terms":{}}],["gcf",{"_index":5576,"root_relative_url":{},"high":{},"medium":{},"content":{"/EOL-OSG.html":{}},"file_terms":{}}],["gcp",{"_index":4242,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["gct",{"_index":5578,"root_relative_url":{},"high":{},"medium":{},"content":{"/EOL-OSG.html":{}},"file_terms":{}}],["geant4",{"_index":2016,"root_relative_url":{},"high":{},"medium":{},"content":{"/Natzke.html":{}},"file_terms":{}}],["gees",{"_index":6680,"root_relative_url":{},"high":{},"medium":{},"content":{"/usgs-invasivespecies.html":{}},"file_terms":{}}],["geforc",{"_index":658,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{}},"file_terms":{}}],["geiger",{"_index":5310,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["gelman’",{"_index":4346,"root_relative_url":{},"high":{},"medium":{},"content":{"/HTCondorWeek-Photos.html":{}},"file_terms":{}}],["gender",{"_index":6375,"root_relative_url":{},"high":{},"medium":{},"content":{"/tribalcollege.html":{}},"file_terms":{}}],["gene",{"_index":4706,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{},"/Johri.html":{},"/bat-genomics.html":{},"/spalding-lab.html":{},"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["gener",{"_index":43,"root_relative_url":{},"high":{"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/github-remote-access.html":{}},"medium":{"/uw-research-computing/mpi-jobs.html":{}},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/gpu-jobs.html":{},"/Garcia.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/CLAS12.html":{},"/Hannah-Showcase.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/Showcase.html":{},"/Record.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/Opotowsky.html":{},"/ospool-computation.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/file-availability.html":{},"/Messick.html":{},"/uw-research-computing/globus.html":{},"/Hiemstra.html":{},"/uw-research-computing/guides.html":{},"/PATh-Facility.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/EHT.html":{},"/uw-research-computing/howto_overview.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/gpu-cloudburst.html":{},"/Technology-Refresh.html":{},"/uw-research-computing/hpc-software.html":{},"/neuroscientist.html":{},"/get-to-know-todd.html":{},"/icecube-receives-hpc-award.html":{},"/uw-research-computing/r-build.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/use-submit-node.html":{},"/free-supercomputing.html":{},"/AMNH-Workshops.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/hannah.html":{},"/projects.html":{},"/uw-research-computing/connecting.html":{},"/Joe-B-Profile.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/fire-up-the-gpus.html":{},"/ucsd-external-release.html":{},"/uw-research-computing/docker-build.html":{},"/gis-story.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/NIAID.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/materials-science.html":{},"/Anirvan-Showcase.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/get-help.html":{},"/Wilcots.html":{},"/fellowships/index.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["generaliz",{"_index":7138,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["generate_personal_ics.sh",{"_index":3715,"root_relative_url":{},"high":{},"medium":{"/staff/docs/Schedule_Calendar.html":{}},"content":{},"file_terms":{}}],["genes.md",{"_index":7461,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["genet",{"_index":2820,"root_relative_url":{},"high":{"/news.html":{},"/Johri.html":{}},"medium":{},"content":{"/ML-and-Image-Analyses-for-Livestock-Data.html":{},"/research.html":{},"/Johri.html":{},"/hannah.html":{},"/CHTC-pool-record.html":{},"/projects.html":{},"/bat-genomics.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/spalding-lab.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["genetics_biotechnology_center:\"genet",{"_index":6942,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["genetics_payseur",{"_index":6247,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-pool-record.html":{}},"file_terms":{}}],["geneva",{"_index":2158,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{},"/map/index.html":{}},"file_terms":{}}],["genom",{"_index":2101,"root_relative_url":{},"high":{},"medium":{},"content":{"/Record.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/AMNH-Workshops.html":{},"/CHTC-pool-record.html":{},"/projects.html":{},"/bat-genomics.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/approach.html":{},"/machine-learning.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["genomics.html",{"_index":7112,"root_relative_url":{"/bat-genomics.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["genotyp",{"_index":7503,"root_relative_url":{},"high":{},"medium":{},"content":{"/precision-mental-health.html":{}},"file_terms":{}}],["genu",{"_index":7121,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["genuin",{"_index":6086,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["geoffrey",{"_index":2116,"root_relative_url":{},"high":{},"medium":{},"content":{"/Record.html":{},"/research.html":{}},"file_terms":{}}],["geograph",{"_index":1516,"root_relative_url":{},"high":{"/CLAS12.html":{}},"medium":{},"content":{"/CLAS12.html":{},"/PATh-Facility.html":{},"/get-to-know-todd.html":{},"/ucsd-external-release.html":{},"/bat-genomics.html":{}},"file_terms":{}}],["geographi",{"_index":6756,"root_relative_url":{},"high":{},"medium":{},"content":{"/gis-story.html":{}},"file_terms":{}}],["geoinformat",{"_index":6653,"root_relative_url":{},"high":{},"medium":{},"content":{"/ucsd-external-release.html":{}},"file_terms":{}}],["geolog",{"_index":6470,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-helps-enable-mars-research.html":{},"/usgs-invasivespecies.html":{}},"file_terms":{}}],["geologi",{"_index":6298,"root_relative_url":{},"high":{},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["geometri",{"_index":3331,"root_relative_url":{},"high":{},"medium":{},"content":{"/Messick.html":{},"/adjacent-tissues-paper.html":{},"/machine-learning.html":{}},"file_terms":{}}],["georeferenc",{"_index":5406,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["georg",{"_index":3731,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{},"/research.html":{}},"file_terms":{}}],["georgew",{"_index":3734,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["georgia",{"_index":5653,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/events/2023/07/throughput-computing-2023.html":{}},"file_terms":{}}],["geoscienc",{"_index":6299,"root_relative_url":{},"high":{},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["geospati",{"_index":2752,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/singularity-htc.html":{},"/Lightning-Talks.html":{},"/gis-story.html":{}},"file_terms":{}}],["geotiff",{"_index":6763,"root_relative_url":{},"high":{},"medium":{},"content":{"/gis-story.html":{}},"file_terms":{}}],["geralt",{"_index":6595,"root_relative_url":{},"high":{},"medium":{},"content":{"/Fulvio.html":{}},"file_terms":{}}],["german",{"_index":2194,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{}},"file_terms":{}}],["germani",{"_index":7145,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["germlin",{"_index":7192,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["gerstner",{"_index":7117,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["gestur",{"_index":4689,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["get",{"_index":225,"root_relative_url":{},"high":{"/uw-research-computing/get-started.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/get-submit-node.html":{}},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/the-pelican-project.html":{},"/uw-research-computing/chtc-services.html":{},"/ospool-computation.html":{},"/Gillett.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/julia-jobs.html":{},"/EHT.html":{},"/hanna-lab.html":{},"/astronomy-archives.html":{},"/ML-Demo.html":{},"/uw-research-computing/hpc-software.html":{},"/neuroscientist.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/form.html":{},"/OSG-School.html":{},"/uw-research-computing/docker-test.html":{},"/events/2023/10/information-session.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/helloworld.html":{},"/AMNH-Workshops.html":{},"/uw-research-computing/connecting.html":{},"/GLUE-lab.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/testing-jobs.html":{},"/usgs-invasivespecies.html":{},"/fellowships/list.html":{},"/materials-science.html":{},"/events/2023/11/intro-workshop.html":{},"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["get_quota",{"_index":5599,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/quota-request.html":{},"/uw-research-computing/hpc-overview.html":{}},"content":{},"file_terms":{}}],["gev",{"_index":5631,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["ghz",{"_index":7245,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["gi",{"_index":6693,"root_relative_url":{"/gis-story.html":{}},"high":{},"medium":{},"content":{"/usgs-invasivespecies.html":{}},"file_terms":{}}],["giacomini",{"_index":5173,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["gietzel",{"_index":5325,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["gigabit",{"_index":3391,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpargo-cc-star.html":{}},"file_terms":{}}],["gigabyt",{"_index":7084,"root_relative_url":{},"high":{},"medium":{},"content":{"/materials-science.html":{},"/uw-research-computing/check-quota.html":{}},"file_terms":{}}],["gigaelectronvolt",{"_index":5633,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["gigant",{"_index":7133,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["gigapop",{"_index":3392,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpargo-cc-star.html":{}},"file_terms":{}}],["gill",{"_index":6891,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["gillett",{"_index":3248,"root_relative_url":{},"high":{},"medium":{},"content":{"/Gillett.html":{}},"file_terms":{}}],["gillett.html",{"_index":3246,"root_relative_url":{"/Gillett.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["gillett’",{"_index":3264,"root_relative_url":{},"high":{},"medium":{},"content":{"/Gillett.html":{}},"file_terms":{}}],["girl",{"_index":6090,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["git",{"_index":1233,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/uw-research-computing/github-remote-access.html":{}},"content":{"/gpargo-cc-star.html":{}},"file_terms":{}}],["git+https://github.com//]+)>)/ig",{"_index":3119,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["value.match(/(telnet|ftp|https?):\\/\\/(?:[a",{"_index":3110,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["value1",{"_index":2421,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/r-jobs.html":{}},"content":{},"file_terms":{}}],["value2",{"_index":2422,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/r-jobs.html":{}},"content":{},"file_terms":{}}],["van",{"_index":4846,"root_relative_url":{},"high":{"/projects.html":{}},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["van_vleck:\"mathemat",{"_index":6961,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["vanamala",{"_index":4990,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["vancouv",{"_index":2000,"root_relative_url":{},"high":{},"medium":{},"content":{"/Natzke.html":{}},"file_terms":{}}],["vang",{"_index":5746,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{},"file_terms":{}}],["vanilla",{"_index":579,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/r-jobs.html":{}},"content":{"/uw-research-computing/docker-jobs.html":{}},"file_terms":{}}],["var",{"_index":1347,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/r-jobs.html":{}},"content":{"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/get-started.html":{},"/newsletter.html":{},"/map/index.html":{}},"file_terms":{}}],["var/lib/condor",{"_index":2408,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/python-jobs.html":{}},"content":{},"file_terms":{}}],["var/lib/condor/execute/slot1/dir_103358",{"_index":5829,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["var/lib/condor/execute/slot1/dir_4086540/condor_exec.ex",{"_index":3684,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/dos-unix.html":{}},"content":{},"file_terms":{}}],["var/lib/condor/spool",{"_index":1056,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/checkpointing.html":{}},"content":{},"file_terms":{}}],["var/tmp",{"_index":2704,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-htc.html":{}},"content":{},"file_terms":{}}],["vari",{"_index":1396,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/multiple-jobs.html":{},"/htcondor-european-workshop.html":{},"/CHTC-Philosophy.html":{},"/OSG-School.html":{},"/fire-up-the-gpus.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/java-jobs.html":{}},"file_terms":{}}],["variabl",{"_index":747,"root_relative_url":{},"high":{"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/singularity-htc.html":{}},"medium":{"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/multiple-job-dirs.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{},"/Garcia.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/singularity-hpc.html":{},"/projects.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/docker-build.html":{},"/adjacent-tissues-paper.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["variable_nam",{"_index":1327,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{},"file_terms":{}}],["varianc",{"_index":5489,"root_relative_url":{},"high":{},"medium":{},"content":{"/chtc-demo.html":{}},"file_terms":{}}],["variat",{"_index":2569,"root_relative_url":{},"high":{},"medium":{},"content":{"/Opotowsky.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["varieti",{"_index":2509,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/singularity-htc.html":{},"/research-facilitation.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/index.html":{},"/uw-research-computing/user-expectations.html":{},"/Banq.html":{},"/hanna-lab.html":{},"/Spencer-Showcase.html":{},"/ML-Demo.html":{},"/OSG-School.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/hannah.html":{},"/Joe-B-Profile.html":{},"/approach.html":{},"/uw-research-computing/get-submit-node.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["variou",{"_index":801,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/file-availability.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/cite-chtc.html":{},"/uw-research-computing/index.html":{},"/gpu-cloudburst.html":{},"/HTCondorWeek-Photos.html":{},"/uw-research-computing/dagman-workflows.html":{},"/uw-research-computing/helloworld.html":{},"/AMNH-Workshops.html":{},"/Joe-B-Profile.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/docker-build.html":{},"/fellowships/list.html":{}},"file_terms":{}}],["vast",{"_index":1078,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/index.html":{},"/Banq.html":{},"/neuroscientist.html":{},"/Science-Gateway.html":{},"/projects.html":{},"/tribalcollege.html":{},"/bat-genomics.html":{},"/approach.html":{},"/machine-learning.html":{}},"file_terms":{}}],["vastli",{"_index":4685,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["vbf",{"_index":5467,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["vector",{"_index":5465,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["veen",{"_index":6272,"root_relative_url":{},"high":{"/projects.html":{}},"medium":{},"content":{},"file_terms":{}}],["veget",{"_index":6412,"root_relative_url":{},"high":{},"medium":{},"content":{"/GLUE-lab.html":{}},"file_terms":{}}],["vegetarian",{"_index":4546,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["vehicl",{"_index":5442,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["veloc",{"_index":5516,"root_relative_url":{},"high":{},"medium":{},"content":{"/des-expanding-universe.html":{}},"file_terms":{}}],["venkataramani",{"_index":5160,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["venkataswami",{"_index":4991,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["venkateshwaran",{"_index":5159,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["venkitesh",{"_index":18,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{}},"file_terms":{}}],["venturi",{"_index":5273,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["venu",{"_index":2199,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{}},"file_terms":{}}],["ver:3.4.0",{"_index":6714,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/docker-build.html":{}},"content":{},"file_terms":{}}],["verbal",{"_index":2795,"root_relative_url":{},"high":{},"medium":{},"content":{"/research-facilitation.html":{}},"file_terms":{}}],["verbatim",{"_index":1298,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/docker-test.html":{}},"file_terms":{}}],["verbos",{"_index":2322,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-spack-install.html":{},"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["veri",{"_index":115,"root_relative_url":{},"high":{"/news.html":{},"/Anirvan-Showcase.html":{}},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/gpu-jobs.html":{},"/Garcia.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/CLAS12.html":{},"/Hannah-Showcase.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/Showcase.html":{},"/uw-research-computing/cite-chtc.html":{},"/Gillett.html":{},"/Messick.html":{},"/gpargo-cc-star.html":{},"/jobs.html":{},"/Banq.html":{},"/ML-Demo.html":{},"/gpu-cloudburst.html":{},"/neuroscientist.html":{},"/get-to-know-todd.html":{},"/OSPool-Cores.html":{},"/Science-Gateway.html":{},"/Lightning-Talks.html":{},"/chtc-demo.html":{},"/des-expanding-universe.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/veritas.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/helloworld.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/hannah.html":{},"/uw-research-computing/condor_q.html":{},"/Joe-B-Profile.html":{},"/uw-research-computing/matlab-jobs.html":{},"/Fulvio.html":{},"/david-swanson-awardees-2023.html":{},"/fellowships/list.html":{},"/adjacent-tissues-paper.html":{},"/materials-science.html":{},"/bat-genomics.html":{},"/Wilcots.html":{},"/machine-learning.html":{},"/fellowships/index.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["verif",{"_index":4769,"root_relative_url":{},"high":{},"medium":{},"content":{"/google76f04192afc2088e.html":{},"/des-expanding-universe.html":{}},"file_terms":{}}],["verifi",{"_index":6838,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/list.html":{}},"file_terms":{}}],["verita",{"_index":5626,"root_relative_url":{},"high":{"/veritas.html":{}},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["veritas.html",{"_index":5625,"root_relative_url":{"/veritas.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["versa",{"_index":2135,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{}},"file_terms":{}}],["versatil",{"_index":5678,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["version",{"_index":721,"root_relative_url":{},"high":{"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/matlab-jobs.html":{}},"medium":{"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/r-jobs.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/CLAS12.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/globus.html":{},"/Hiemstra.html":{},"/uw-research-computing/guides.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/user-expectations.html":{},"/Banq.html":{},"/uw-research-computing/howto_overview.html":{},"/ML-Demo.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dagman-workflows.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/r-build.html":{},"/research.html":{},"/EOL-OSG.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/AMNH-Workshops.html":{},"/hannah.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/Fulvio.html":{},"/uw-research-computing/docker-build.html":{},"/gis-story.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/user-news.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/java-jobs.html":{}},"file_terms":{}}],["versoza",{"_index":4631,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{}},"file_terms":{}}],["versu",{"_index":758,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/get-to-know-todd.html":{},"/chtc-demo.html":{},"/uw-research-computing/get-help.html":{}},"file_terms":{}}],["veterinary_medicine:\"pathobiolog",{"_index":6924,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["vhe",{"_index":5644,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["vi",{"_index":3686,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/github-remote-access.html":{}},"content":{"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["via",{"_index":641,"root_relative_url":{},"high":{"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/file-availability.html":{},"/fellowships/list.html":{},"/uw-research-computing/get-help.html":{},"/events.html":{}},"medium":{"/uw-research-computing/docker-build.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/CLAS12.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/Opotowsky.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/cite-chtc.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/Throughput-Computing-2023.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/globus.html":{},"/index.html":{},"/uw-research-computing/guides.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/user-expectations.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/ML-Demo.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/dask.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dagman-workflows.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/r-build.html":{},"/research.html":{},"/Johri.html":{},"/EOL-OSG.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/HTC24.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/condor_q.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/Fulvio.html":{},"/ucsd-external-release.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/fellowships/list.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/get-help.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/java-jobs.html":{}},"file_terms":{}}],["vibrat",{"_index":4090,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}],["vice",{"_index":2134,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{},"/uw-research-computing/gpu-lab.html":{},"/Technology-Refresh.html":{},"/projects.html":{},"/DoIt-Article-Summary.html":{},"/Joe-B-Profile.html":{}},"file_terms":{}}],["victor",{"_index":5228,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["video",{"_index":1005,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{},"/uw-research-computing/multiple-jobs.html":{},"/CLAS12.html":{},"/Natzke.html":{},"/uw-research-computing/configure-ssh.html":{},"/Opotowsky.html":{},"/Messick.html":{},"/Hiemstra.html":{},"/uw-research-computing/guides.html":{},"/EHT.html":{},"/HTCondorWeek-Photos.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/uw-research-computing/helloworld.html":{},"/hannah.html":{},"/fire-up-the-gpus.html":{},"/Fulvio.html":{},"/Wilcots.html":{}},"file_terms":{}}],["videoconfer",{"_index":7213,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-help.html":{}},"file_terms":{}}],["videographi",{"_index":6069,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["view",{"_index":399,"root_relative_url":{},"high":{"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/licensed-software.html":{}},"medium":{},"content":{"/the-pelican-project.html":{},"/CLAS12.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/Opotowsky.html":{},"/Throughput-Computing-2023.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/internships.html":{},"/uw-research-computing/globus.html":{},"/PATh-Facility.html":{},"/uw-research-computing/user-expectations.html":{},"/uw-research-computing/hpc-software.html":{},"/neuroscientist.html":{},"/Johri.html":{},"/HTC24.html":{},"/veritas.html":{},"/people.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/condor_q.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/htcondor-helps-enable-mars-research.html":{},"/uw-research-computing/licensed-software.html":{},"/gis-story.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/uw-research-computing/github-remote-access.html":{},"/Wilcots.html":{},"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["viewer",{"_index":4678,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["vincenzo",{"_index":5247,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["violat",{"_index":2494,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/user-expectations.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/file-avail-s3.html":{}},"file_terms":{}}],["violent",{"_index":4182,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{}},"file_terms":{}}],["virgin",{"_index":4540,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["virginia",{"_index":1533,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/Lightning-Talks.html":{}},"file_terms":{}}],["virgo",{"_index":3360,"root_relative_url":{},"high":{},"medium":{},"content":{"/Messick.html":{}},"file_terms":{}}],["virolog",{"_index":6290,"root_relative_url":{},"high":{},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["virtual",{"_index":1818,"root_relative_url":{},"high":{"/news.html":{},"/Spencer-Showcase.html":{},"/NIAID.html":{}},"medium":{},"content":{"/Hannah-Showcase.html":{},"/Showcase.html":{},"/Google-HTCondor.html":{},"/Spencer-Showcase.html":{},"/HTCondorWeek-Photos.html":{},"/research.html":{},"/veritas.html":{},"/uw-research-computing/use-submit-node.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/projects.html":{},"/CDIS-bldg.html":{},"/NIAID.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/Anirvan-Showcase.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/machine-learning.html":{}},"file_terms":{}}],["visibl",{"_index":7267,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["vision",{"_index":2809,"root_relative_url":{},"high":{},"medium":{},"content":{"/ML-and-Image-Analyses-for-Livestock-Data.html":{},"/index.html":{},"/PATh-Facility.html":{},"/chtc-demo.html":{},"/projects.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["visit",{"_index":1570,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/Showcase.html":{},"/Record.html":{},"/CHTC-Philosophy.html":{},"/Google-HTCondor.html":{},"/des-expanding-universe.html":{},"/EOL-OSG.html":{},"/free-supercomputing.html":{},"/hannah.html":{},"/CHTC-pool-record.html":{},"/tribalcollege.html":{},"/Joe-B-Profile.html":{},"/events/2023/07/throughput-computing-2023.html":{}},"file_terms":{}}],["vista",{"_index":6428,"root_relative_url":{},"high":{},"medium":{},"content":{"/GLUE-lab.html":{}},"file_terms":{}}],["visual",{"_index":2986,"root_relative_url":{},"high":{"/news.html":{},"/Fulvio.html":{}},"medium":{"/staff/docs/Adding_News_Articles.html":{}},"content":{"/gpargo-cc-star.html":{},"/EHT.html":{},"/astronomy-archives.html":{},"/HTCondorWeek-Photos.html":{},"/get-to-know-todd.html":{},"/Science-Gateway.html":{},"/Lightning-Talks.html":{},"/fire-up-the-gpus.html":{},"/Fulvio.html":{},"/fellowships/list.html":{}},"file_terms":{}}],["vita",{"_index":1701,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{}},"file_terms":{}}],["vital",{"_index":1645,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/gpargo-cc-star.html":{},"/EHT.html":{},"/Banq.html":{},"/Johri.html":{},"/tribalcollege.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["vla",{"_index":7266,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["vm",{"_index":5989,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["voic",{"_index":6047,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["vol",{"_index":4799,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["vollgraff",{"_index":3536,"root_relative_url":{},"high":{},"medium":{},"content":{"/Google-HTCondor.html":{}},"file_terms":{}}],["volt",{"_index":1648,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{}},"file_terms":{}}],["volum",{"_index":4009,"root_relative_url":{},"high":{},"medium":{},"content":{"/hanna-lab.html":{},"/astronomy-archives.html":{},"/research.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/david-swanson-awardees-2023.html":{},"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["volumin",{"_index":6839,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/list.html":{}},"file_terms":{}}],["volunt",{"_index":5986,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["vpn",{"_index":5888,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["vs",{"_index":4510,"root_relative_url":{},"high":{"/uw-research-computing/tensorflow-singularity-wait.html":{}},"medium":{"/uw-research-computing/check-quota.html":{}},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["vulkan",{"_index":5355,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["w",{"_index":3161,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/docker-test.html":{}},"content":{"/research.html":{},"/CDIS-bldg.html":{}},"file_terms":{}}],["w/text",{"_index":6444,"root_relative_url":{},"high":{},"medium":{},"content":{"/branding.html":{}},"file_terms":{}}],["w]e",{"_index":7046,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID.html":{}},"file_terms":{}}],["w]ork",{"_index":6536,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-Facilitation.html":{}},"file_terms":{}}],["wa",{"_index":4880,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["wafer",{"_index":5416,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["wagner",{"_index":6028,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["waisman_center:\"waisman",{"_index":6920,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["wait",{"_index":759,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/testing-jobs.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{},"/ospool-computation.html":{},"/uw-research-computing/inter-submit.html":{},"/newsletter.html":{},"/Hiemstra.html":{},"/ML-Demo.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/AMNH-Workshops.html":{},"/GLUE-lab.html":{},"/david-swanson-awardees-2023.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["wait.html",{"_index":5705,"root_relative_url":{"/uw-research-computing/tensorflow-singularity-wait.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["walk",{"_index":3674,"root_relative_url":{},"high":{},"medium":{},"content":{"/jobs.html":{},"/hanna-lab.html":{},"/get-to-know-todd.html":{},"/hannah.html":{}},"file_terms":{}}],["wall",{"_index":5485,"root_relative_url":{},"high":{},"medium":{},"content":{"/Johri.html":{},"/adjacent-tissues-paper.html":{},"/bat-genomics.html":{}},"file_terms":{}}],["wan",{"_index":2890,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/cite-chtc.html":{},"/OSG-School.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["wane",{"_index":4662,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["wang",{"_index":5280,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["want",{"_index":175,"root_relative_url":{},"high":{"/uw-research-computing/machine-learning-htc.html":{}},"medium":{"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/licensed-software.html":{}},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/the-pelican-project.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/Hannah-Showcase.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/mpi-jobs.html":{},"/Showcase.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/Opotowsky.html":{},"/ospool-computation.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/internships.html":{},"/uw-research-computing/file-availability.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/globus.html":{},"/Hiemstra.html":{},"/uw-research-computing/gpu-lab.html":{},"/staff/docs/Schedule_Calendar.html":{},"/Banq.html":{},"/hanna-lab.html":{},"/Spencer-Showcase.html":{},"/astronomy-archives.html":{},"/ML-Demo.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/dask.html":{},"/get-to-know-todd.html":{},"/OSG-School.html":{},"/Science-Gateway.html":{},"/uw-research-computing/docker-test.html":{},"/Lightning-Talks.html":{},"/chtc-demo.html":{},"/veritas.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/AMNH-Workshops.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/hannah.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/connecting.html":{},"/GLUE-lab.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/testing-jobs.html":{},"/Fulvio.html":{},"/uw-research-computing/docker-build.html":{},"/gis-story.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/ASP.html":{},"/NIAID.html":{},"/Anirvan-Showcase.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/check-quota.html":{},"/Wilcots.html":{},"/uw-research-computing/user-news.html":{},"/events/2023/11/intro-workshop.html":{},"/machine-learning.html":{},"/fellowships/index.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["wantflock",{"_index":1091,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/helloworld.html":{}},"content":{"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["wantglid",{"_index":1092,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/checkpointing.html":{}},"file_terms":{}}],["wantglidein",{"_index":2689,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/helloworld.html":{}},"content":{"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["wantgpulab",{"_index":568,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/gpu-jobs.html":{}},"content":{"/ML-Demo.html":{}},"file_terms":{}}],["war",{"_index":2182,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{},"/Banq.html":{}},"file_terms":{}}],["ward",{"_index":4993,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["warf",{"_index":4137,"root_relative_url":{},"high":{},"medium":{},"content":{"/ML-Demo.html":{},"/DoIt-Article-Summary.html":{}},"file_terms":{}}],["warn",{"_index":2381,"root_relative_url":{},"high":{},"medium":{},"content":{"/icon_credits.html":{},"/uw-research-computing/configure-ssh.html":{},"/Opotowsky.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/github-remote-access.html":{}},"file_terms":{}}],["warp",{"_index":3330,"root_relative_url":{},"high":{},"medium":{},"content":{"/Messick.html":{}},"file_terms":{}}],["washington",{"_index":3732,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{},"/EHT.html":{},"/research.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["wasn’t",{"_index":1597,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/neuroscientist.html":{},"/Science-Gateway.html":{},"/hannah.html":{},"/adjacent-tissues-paper.html":{},"/Anirvan-Showcase.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["wast",{"_index":1974,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/mpi-jobs.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/testing-jobs.html":{},"/uw-research-computing/hpc-overview.html":{}},"file_terms":{}}],["watch",{"_index":1004,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/user-expectations.html":{}},"content":{"/Garcia.html":{},"/Natzke.html":{},"/Showcase.html":{},"/Opotowsky.html":{},"/Messick.html":{},"/Hiemstra.html":{},"/astronomy-archives.html":{},"/HTCondorWeek-Photos.html":{},"/get-to-know-todd.html":{},"/Johri.html":{},"/GLUE-lab.html":{},"/Fulvio.html":{},"/Wilcots.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["water",{"_index":4079,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}],["watersh",{"_index":511,"root_relative_url":{},"high":{},"medium":{},"content":{"/the-pelican-project.html":{}},"file_terms":{}}],["watkin",{"_index":3030,"root_relative_url":{},"high":{},"medium":{},"content":{"/news.html":{}},"file_terms":{}}],["wave",{"_index":2107,"root_relative_url":{},"high":{"/news.html":{},"/Messick.html":{}},"medium":{},"content":{"/Record.html":{},"/Messick.html":{},"/EHT.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/gpu-cloudburst.html":{},"/Lightning-Talks.html":{},"/des-expanding-universe.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/Fulvio.html":{},"/david-swanson-awardees-2023.html":{},"/CDIS-bldg.html":{},"/adjacent-tissues-paper.html":{},"/Wilcots.html":{}},"file_terms":{}}],["waveform",{"_index":3354,"root_relative_url":{},"high":{},"medium":{},"content":{"/Messick.html":{}},"file_terms":{}}],["wavelength",{"_index":4098,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}],["wave’",{"_index":5973,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["way",{"_index":813,"root_relative_url":{},"high":{"/uw-research-computing/get-help.html":{}},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/CLAS12.html":{},"/htcondor-european-workshop.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/configure-ssh.html":{},"/Opotowsky.html":{},"/ospool-computation.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/singularity-htc.html":{},"/research-facilitation.html":{},"/uw-research-computing/file-avail-squid.html":{},"/news.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/Gillett.html":{},"/gpargo-cc-star.html":{},"/Hiemstra.html":{},"/Google-HTCondor.html":{},"/PATh-Facility.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/user-expectations.html":{},"/EHT.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/hanna-lab.html":{},"/Spencer-Showcase.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/astronomy-archives.html":{},"/ML-Demo.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/dask.html":{},"/neuroscientist.html":{},"/get-to-know-todd.html":{},"/OSG-School.html":{},"/Science-Gateway.html":{},"/uw-research-computing/docker-test.html":{},"/Lightning-Talks.html":{},"/chtc-demo.html":{},"/des-expanding-universe.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/use-submit-node.html":{},"/free-supercomputing.html":{},"/AMNH-Workshops.html":{},"/hannah.html":{},"/uw-research-computing/connecting.html":{},"/GLUE-lab.html":{},"/Joe-B-Profile.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/testing-jobs.html":{},"/Fulvio.html":{},"/ucsd-external-release.html":{},"/uw-research-computing/docker-build.html":{},"/gis-story.html":{},"/fellowships/list.html":{},"/adjacent-tissues-paper.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/check-quota.html":{},"/Wilcots.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/r-jobs.html":{},"/spalding-lab.html":{},"/uw-research-computing/java-jobs.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["wc",{"_index":5906,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/file-avail-s3.html":{}},"content":{},"file_terms":{}}],["we'll",{"_index":2444,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["we'r",{"_index":3230,"root_relative_url":{},"high":{},"medium":{},"content":{"/internships.html":{},"/jobs.html":{},"/projects.html":{}},"file_terms":{}}],["we'v",{"_index":2939,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["weak",{"_index":3279,"root_relative_url":{},"high":{},"medium":{},"content":{"/Gillett.html":{},"/Spencer-Showcase.html":{},"/des-expanding-universe.html":{}},"file_terms":{}}],["wealth",{"_index":329,"root_relative_url":{},"high":{},"medium":{},"content":{"/the-pelican-project.html":{}},"file_terms":{}}],["wealthi",{"_index":4501,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["wearabl",{"_index":6323,"root_relative_url":{},"high":{},"medium":{},"content":{"/projects.html":{},"/adjacent-tissues-paper.html":{}},"file_terms":{}}],["weasel",{"_index":6684,"root_relative_url":{},"high":{},"medium":{},"content":{"/usgs-invasivespecies.html":{}},"file_terms":{}}],["weather",{"_index":926,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{},"/htcondor-european-workshop.html":{},"/des-expanding-universe.html":{}},"file_terms":{}}],["web",{"_index":1286,"root_relative_url":{},"high":{"/uw-research-computing/file-avail-squid.html":{}},"medium":{},"content":{"/uw-research-computing/conda-installation.html":{},"/CLAS12.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/ospool-computation.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/internships.html":{},"/uw-research-computing/globus.html":{},"/uw-research-computing/julia-jobs.html":{},"/jobs.html":{},"/Banq.html":{},"/gpu-cloudburst.html":{},"/Science-Gateway.html":{},"/uw-research-computing/r-build.html":{},"/research.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/people.html":{},"/projects.html":{},"/tribalcollege.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/ucsd-external-release.html":{},"/fellowships/list.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/r-jobs.html":{},"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["webdav",{"_index":5565,"root_relative_url":{},"high":{},"medium":{},"content":{"/EOL-OSG.html":{}},"file_terms":{}}],["weber",{"_index":4898,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["webkit",{"_index":6911,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["webpag",{"_index":3241,"root_relative_url":{},"high":{},"medium":{},"content":{"/internships.html":{},"/free-supercomputing.html":{},"/uw-research-computing/github-remote-access.html":{}},"file_terms":{}}],["webserv",{"_index":495,"root_relative_url":{},"high":{},"medium":{},"content":{"/the-pelican-project.html":{}},"file_terms":{}}],["websit",{"_index":806,"root_relative_url":{},"high":{"/staff/docs/Adding_News_Articles.html":{}},"medium":{"/staff/docs/Adding_News_Articles.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{},"/OSG-User-School-Concludes.html":{},"/uw-research-computing/conda-installation.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/Record.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/ospool-computation.html":{},"/internships.html":{},"/Google-HTCondor.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/uw-research-computing/containers-beyond-chtc.html":{},"/ML-Demo.html":{},"/Technology-Refresh.html":{},"/uw-research-computing/dask.html":{},"/HTCondorWeek-Photos.html":{},"/get-to-know-todd.html":{},"/Lightning-Talks.html":{},"/DoIt-Article-Summary.html":{},"/htcondor-helps-enable-mars-research.html":{},"/uw-research-computing/docker-jobs.html":{},"/fire-up-the-gpus.html":{},"/uw-research-computing/docker-build.html":{},"/ASP.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/uw-research-computing/java-jobs.html":{},"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["webster",{"_index":4607,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{}},"file_terms":{}}],["wed",{"_index":4785,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/r-build.html":{}},"file_terms":{}}],["wedneday’",{"_index":3046,"root_relative_url":{},"high":{},"medium":{},"content":{"/Throughput-Computing-2023.html":{}},"file_terms":{}}],["wednesday",{"_index":2064,"root_relative_url":{},"high":{},"medium":{},"content":{"/Showcase.html":{},"/Throughput-Computing-2023.html":{},"/staff/docs/Schedule_Calendar.html":{},"/events/2023/10/information-session.html":{},"/events/2022/11/gpu-ml-demo.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/events/2023/11/intro-workshop.html":{}},"file_terms":{}}],["week",{"_index":186,"root_relative_url":{},"high":{"/news.html":{},"/HTCondorWeek-Photos.html":{},"/bat-genomics.html":{}},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/Garcia.html":{},"/OSG-User-School-Concludes.html":{},"/uw-research-computing/multiple-jobs.html":{},"/Natzke.html":{},"/Showcase.html":{},"/Record.html":{},"/Opotowsky.html":{},"/ML-and-Image-Analyses-for-Livestock-Data.html":{},"/Throughput-Computing-2023.html":{},"/internships.html":{},"/Messick.html":{},"/Hiemstra.html":{},"/index.html":{},"/jobs.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/Banq.html":{},"/HTCondorWeek-Photos.html":{},"/uw-research-computing/dagman-workflows.html":{},"/OSG-School.html":{},"/Lightning-Talks.html":{},"/des-expanding-universe.html":{},"/HTC24.html":{},"/hannah.html":{},"/projects.html":{},"/GLUE-lab.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/past_team_pictures.html":{},"/CHTC-Facilitation.html":{},"/Fulvio.html":{},"/david-swanson-awardees-2023.html":{},"/ucsd-external-release.html":{},"/gis-story.html":{},"/ASP.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/bat-genomics.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/Wilcots.html":{},"/approach.html":{},"/uw-research-computing/user-news.html":{},"/fellowships/index.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["week@cs.wisc.edu",{"_index":3048,"root_relative_url":{},"high":{},"medium":{},"content":{"/Throughput-Computing-2023.html":{}},"file_terms":{}}],["weekend",{"_index":4550,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{},"/usgs-invasivespecies.html":{}},"file_terms":{}}],["weekli",{"_index":1758,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/Banq.html":{},"/CHTC-pool-record.html":{},"/CHTC-Facilitation.html":{}},"file_terms":{}}],["weeklong",{"_index":4585,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{}},"file_terms":{}}],["weeks:\"geosci",{"_index":6951,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["weermeij",{"_index":1781,"root_relative_url":{},"high":{},"medium":{},"content":{"/Hannah-Showcase.html":{}},"file_terms":{}}],["weglarz",{"_index":5165,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["weigand",{"_index":5274,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["weight",{"_index":3475,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/globus.html":{},"/adjacent-tissues-paper.html":{}},"file_terms":{}}],["weiss",{"_index":4961,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["weitzel",{"_index":3403,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpargo-cc-star.html":{},"/Science-Gateway.html":{},"/research.html":{}},"file_terms":{}}],["welcom",{"_index":3611,"root_relative_url":{},"high":{"/uw-research-computing/gpu-lab.html":{}},"medium":{},"content":{"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/dask.html":{},"/HTCondorWeek-Photos.html":{},"/events/2023/10/information-session.html":{},"/events/2022/11/gpu-ml-demo.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["well",{"_index":424,"root_relative_url":{},"high":{},"medium":{},"content":{"/the-pelican-project.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/CLAS12.html":{},"/ML-and-Image-Analyses-for-Livestock-Data.html":{},"/internships.html":{},"/Messick.html":{},"/gpargo-cc-star.html":{},"/Google-HTCondor.html":{},"/PATh-Facility.html":{},"/hanna-lab.html":{},"/ML-Demo.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/get-to-know-todd.html":{},"/OSG-School.html":{},"/research.html":{},"/uw-research-computing/scaling-htc.html":{},"/veritas.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/helloworld.html":{},"/AMNH-Workshops.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/hannah.html":{},"/uw-research-computing/connecting.html":{},"/Joe-B-Profile.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/testing-jobs.html":{},"/david-swanson-awardees-2023.html":{},"/uw-research-computing/docker-build.html":{},"/gis-story.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/fellowships/list.html":{},"/ASP.html":{},"/adjacent-tissues-paper.html":{},"/materials-science.html":{},"/uw-research-computing/github-remote-access.html":{},"/Wilcots.html":{},"/approach.html":{},"/uw-research-computing/user-news.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/hpc-overview.html":{},"/staff/docs/Adding_News_Articles.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["wenger",{"_index":4900,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["went",{"_index":2559,"root_relative_url":{},"high":{},"medium":{},"content":{"/Opotowsky.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/dos-unix.html":{},"/get-to-know-todd.html":{},"/hannah.html":{},"/gis-story.html":{},"/NIAID.html":{}},"file_terms":{}}],["weren’t",{"_index":7110,"root_relative_url":{},"high":{},"medium":{},"content":{"/Anirvan-Showcase.html":{}},"file_terms":{}}],["western",{"_index":6384,"root_relative_url":{},"high":{},"medium":{},"content":{"/tribalcollege.html":{}},"file_terms":{}}],["westphal",{"_index":5738,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{},"file_terms":{}}],["we’d",{"_index":2219,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{}},"file_terms":{}}],["we’ll",{"_index":4736,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/docker-test.html":{},"/des-expanding-universe.html":{},"/CHTC-Facilitation.html":{},"/ASP.html":{},"/uw-research-computing/get-help.html":{},"/events/2023/11/intro-workshop.html":{}},"file_terms":{}}],["we’r",{"_index":1003,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{},"/CLAS12.html":{},"/ospool-computation.html":{},"/Messick.html":{},"/gpargo-cc-star.html":{},"/PATh-Facility.html":{},"/EHT.html":{},"/gpu-cloudburst.html":{},"/OSG-School.html":{},"/AMNH-Workshops.html":{},"/hannah.html":{},"/tribalcollege.html":{},"/GLUE-lab.html":{},"/CHTC-Facilitation.html":{},"/david-swanson-awardees-2023.html":{},"/gis-story.html":{},"/NIAID.html":{},"/Wilcots.html":{}},"file_terms":{}}],["we’v",{"_index":2165,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{},"/Messick.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/julia-jobs.html":{},"/astronomy-archives.html":{},"/get-to-know-todd.html":{},"/AMNH-Workshops.html":{},"/hannah.html":{},"/Fulvio.html":{},"/uw-research-computing/docker-build.html":{},"/materials-science.html":{}},"file_terms":{}}],["wfh",{"_index":3771,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["wg",{"_index":4931,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["wget",{"_index":1176,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/docker-build.html":{}},"content":{},"file_terms":{}}],["wget2",{"_index":3914,"root_relative_url":{},"high":{},"medium":{},"content":{"/Using-HTCondor-For-Large-File-Transfer.html":{}},"file_terms":{}}],["whaifind",{"_index":6747,"root_relative_url":{},"high":{},"medium":{},"content":{"/gis-story.html":{}},"file_terms":{}}],["whale",{"_index":4732,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/docker-test.html":{},"/uw-research-computing/docker-build.html":{}},"file_terms":{}}],["whalen",{"_index":7043,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID.html":{}},"file_terms":{}}],["what'",{"_index":5616,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/scaling-htc.html":{}},"file_terms":{}}],["whatev",{"_index":587,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/gpu-jobs.html":{}},"content":{"/uw-research-computing/conda-installation.html":{},"/PATh-Facility.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/docker-build.html":{}},"file_terms":{}}],["whatever’",{"_index":3948,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{}},"file_terms":{}}],["whatsoev",{"_index":6881,"root_relative_url":{},"high":{},"medium":{},"content":{"/ASP.html":{}},"file_terms":{}}],["what’",{"_index":1418,"root_relative_url":{},"high":{"/Joe-B-Profile.html":{}},"medium":{},"content":{"/uw-research-computing/multiple-jobs.html":{},"/Natzke.html":{},"/htcondor-european-workshop.html":{},"/uw-research-computing/configure-ssh.html":{},"/Hiemstra.html":{},"/uw-research-computing/docker-test.html":{},"/AMNH-Workshops.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/hannah.html":{},"/CHTC-Facilitation.html":{},"/bat-genomics.html":{}},"file_terms":{}}],["when_to_transfer_output",{"_index":593,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/testing-jobs.html":{}},"content":{},"file_terms":{}}],["whenev",{"_index":3482,"root_relative_url":{},"high":{},"medium":{},"content":{"/Hiemstra.html":{},"/hanna-lab.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/materials-science.html":{}},"file_terms":{}}],["wherea",{"_index":1926,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-spack-modules.html":{}},"file_terms":{}}],["wherev",{"_index":5770,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["whether",{"_index":782,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/chtc-services.html":{},"/Opotowsky.html":{},"/ospool-computation.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/Hiemstra.html":{},"/index.html":{},"/Google-HTCondor.html":{},"/PATh-Facility.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/user-expectations.html":{},"/ML-Demo.html":{},"/uw-research-computing/dask.html":{},"/neuroscientist.html":{},"/Science-Gateway.html":{},"/Lightning-Talks.html":{},"/veritas.html":{},"/uw-research-computing/condor_q.html":{},"/GLUE-lab.html":{},"/Fulvio.html":{},"/adjacent-tissues-paper.html":{},"/Anirvan-Showcase.html":{},"/bat-genomics.html":{},"/Wilcots.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["whippl",{"_index":5647,"root_relative_url":{},"high":{},"medium":{},"content":{"/veritas.html":{}},"file_terms":{}}],["white",{"_index":341,"root_relative_url":{},"high":{},"medium":{},"content":{"/the-pelican-project.html":{},"/uw-research-computing/get-started.html":{},"/branding.html":{}},"file_terms":{}}],["whoami`@`hostnam",{"_index":5776,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{},"file_terms":{}}],["whoever",{"_index":3425,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpargo-cc-star.html":{}},"file_terms":{}}],["whole",{"_index":52,"root_relative_url":{},"high":{},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/Garcia.html":{},"/Hannah-Showcase.html":{},"/Natzke.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/file-availability.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/hanna-lab.html":{},"/astronomy-archives.html":{},"/neuroscientist.html":{},"/uw-research-computing/docker-test.html":{},"/tribalcollege.html":{},"/usgs-invasivespecies.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["whose",{"_index":2113,"root_relative_url":{},"high":{},"medium":{},"content":{"/Record.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/file-avail-s3.html":{},"/bat-genomics.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["wi",{"_index":1841,"root_relative_url":{},"high":{"/events.html":{}},"medium":{},"content":{"/events/2023/01/data-center-tours.html":{},"/CDIS-bldg.html":{}},"file_terms":{}}],["wichita",{"_index":5462,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["wiconsin",{"_index":6239,"root_relative_url":{},"high":{},"medium":{},"content":{"/CHTC-pool-record.html":{}},"file_terms":{}}],["wid",{"_index":4291,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/high-memory-jobs.html":{}},"content":{"/uw-research-computing/other-resources.html":{}},"file_terms":{}}],["wid:\"wisconsin",{"_index":6941,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["wide",{"_index":513,"root_relative_url":{},"high":{},"medium":{},"content":{"/the-pelican-project.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/research-facilitation.html":{},"/uw-research-computing/cite-chtc.html":{},"/internships.html":{},"/PATh-Facility.html":{},"/hanna-lab.html":{},"/astronomy-archives.html":{},"/gpu-cloudburst.html":{},"/get-to-know-todd.html":{},"/research.html":{},"/des-expanding-universe.html":{},"/hannah.html":{},"/Fulvio.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/Wilcots.html":{},"/approach.html":{},"/uw-research-computing/get-submit-node.html":{},"/staff/docs/Adding_News_Articles.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["widen",{"_index":2169,"root_relative_url":{},"high":{},"medium":{},"content":{"/htcondor-european-workshop.html":{}},"file_terms":{}}],["wider",{"_index":4506,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{},"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["widget",{"_index":6825,"root_relative_url":{},"high":{"/fellowships/list.html":{}},"medium":{},"content":{"/fellowships/list.html":{}},"file_terms":{}}],["widow",{"_index":6636,"root_relative_url":{},"high":{},"medium":{},"content":{"/david-swanson-awardees-2023.html":{}},"file_terms":{}}],["width",{"_index":7469,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["width:1000px",{"_index":6903,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["wikipedia",{"_index":803,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/index.html":{}},"file_terms":{}}],["wilcot",{"_index":4319,"root_relative_url":{},"high":{},"medium":{},"content":{"/HTCondorWeek-Photos.html":{},"/Wilcots.html":{}},"file_terms":{}}],["wilcots.html",{"_index":7231,"root_relative_url":{"/Wilcots.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["wildcard",{"_index":6364,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/connecting.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{}},"file_terms":{}}],["wildli",{"_index":6078,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["wildlif",{"_index":877,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{},"/Lightning-Talks.html":{},"/projects.html":{},"/usgs-invasivespecies.html":{},"/map/index.html":{}},"file_terms":{}}],["wiley",{"_index":4820,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["will",{"_index":1765,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/htc.html":{},"/CHTC-Facilitation.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["william",{"_index":5748,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{},"file_terms":{}}],["willing",{"_index":3277,"root_relative_url":{},"high":{},"medium":{},"content":{"/Gillett.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/fellowships/index.html":{}},"file_terms":{}}],["wilson",{"_index":2562,"root_relative_url":{},"high":{"/projects.html":{}},"medium":{},"content":{"/Opotowsky.html":{},"/research.html":{},"/projects.html":{}},"file_terms":{}}],["win",{"_index":2973,"root_relative_url":{},"high":{"/news.html":{},"/icecube-receives-hpc-award.html":{}},"medium":{},"content":{"/Gillett.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/icecube-receives-hpc-award.html":{},"/des-expanding-universe.html":{}},"file_terms":{}}],["wind",{"_index":961,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{}},"file_terms":{}}],["window",{"_index":864,"root_relative_url":{},"high":{"/uw-research-computing/dos-unix.html":{},"/veritas.html":{},"/uw-research-computing/connecting.html":{}},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/globus.html":{},"/uw-research-computing/guides.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dagman-workflows.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/scaling-htc.html":{},"/veritas.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/github-remote-access.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/java-jobs.html":{}},"file_terms":{}}],["window.location.href",{"_index":2348,"root_relative_url":{},"high":{},"medium":{},"content":{"/events/demo.html":{},"/events/demo/index.html":{},"/CDIS_eventpage.html":{},"/events/extended-office-hours.html":{}},"file_terms":{}}],["windows/do",{"_index":3697,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/dos-unix.html":{}},"file_terms":{}}],["windows/linux",{"_index":3692,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/dos-unix.html":{}},"file_terms":{}}],["windows/mac",{"_index":6347,"root_relative_url":{},"high":{"/uw-research-computing/connecting.html":{}},"medium":{},"content":{"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["wing",{"_index":7128,"root_relative_url":{},"high":{},"medium":{},"content":{"/bat-genomics.html":{}},"file_terms":{}}],["winscp",{"_index":2510,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/file-avail-s3.html":{},"/uw-research-computing/connecting.html":{}},"file_terms":{}}],["winter",{"_index":4514,"root_relative_url":{},"high":{},"medium":{},"content":{"/get-to-know-todd.html":{}},"file_terms":{}}],["wipac",{"_index":4158,"root_relative_url":{},"high":{},"medium":{},"content":{"/gpu-cloudburst.html":{},"/projects.html":{}},"file_terms":{}}],["wireless",{"_index":2525,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/configure-ssh.html":{}},"file_terms":{}}],["wisc.edu",{"_index":3757,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["wisconsin",{"_index":1366,"root_relative_url":{},"high":{"/news.html":{},"/index.html":{},"/gis-story.html":{},"/events.html":{}},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{"/events/2024/02/OSG-User-School-2023.html":{},"/Showcase.html":{},"/uw-research-computing/chtc-services.html":{},"/Opotowsky.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/cite-chtc.html":{},"/Throughput-Computing-2023.html":{},"/internships.html":{},"/Gillett.html":{},"/uw-research-computing/globus.html":{},"/Hiemstra.html":{},"/index.html":{},"/PATh-Facility.html":{},"/uw-research-computing/gpu-lab.html":{},"/jobs.html":{},"/EHT.html":{},"/technologies.html":{},"/Spencer-Showcase.html":{},"/ML-Demo.html":{},"/gpu-cloudburst.html":{},"/Technology-Refresh.html":{},"/uw-research-computing/other-resources.html":{},"/HTCondorWeek-Photos.html":{},"/neuroscientist.html":{},"/htc.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/HTC24.html":{},"/people.html":{},"/hannah.html":{},"/projects.html":{},"/GLUE-lab.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/DoIt-Article-Summary.html":{},"/Joe-B-Profile.html":{},"/CHTC-Facilitation.html":{},"/Fulvio.html":{},"/david-swanson-awardees-2023.html":{},"/ucsd-external-release.html":{},"/gis-story.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/materials-science.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/fellowships/index.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["wisconsin.data",{"_index":1351,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{},"file_terms":{}}],["wisconsin_primate_center:\"wisconsin",{"_index":6952,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["wisconsin–madison",{"_index":879,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{},"/Showcase.html":{},"/Throughput-Computing-2023.html":{},"/gpu-cloudburst.html":{},"/OSG-School.html":{},"/Lightning-Talks.html":{},"/HTC24.html":{},"/people.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["wisconsin–madison’",{"_index":3037,"root_relative_url":{},"high":{"/events.html":{}},"medium":{},"content":{"/Throughput-Computing-2023.html":{},"/events/2023/07/throughput-computing-2023.html":{}},"file_terms":{}}],["wisdom",{"_index":3781,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{},"/Spencer-Showcase.html":{}},"file_terms":{}}],["wise",{"_index":4096,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}],["wish",{"_index":1914,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/file-availability.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/quota-request.html":{},"/uw-research-computing/check-quota.html":{},"/fellowships/index.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["wit",{"_index":3925,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{},"/GLUE-lab.html":{}},"file_terms":{}}],["within",{"_index":358,"root_relative_url":{},"high":{"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/file-avail-s3.html":{}},"medium":{"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/file-avail-largedata.html":{}},"content":{"/the-pelican-project.html":{},"/Garcia.html":{},"/CLAS12.html":{},"/Hannah-Showcase.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/configure-ssh.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/singularity-htc.html":{},"/research-facilitation.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/inter-submit.html":{},"/internships.html":{},"/uw-research-computing/file-availability.html":{},"/gpargo-cc-star.html":{},"/Google-HTCondor.html":{},"/PATh-Facility.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/user-expectations.html":{},"/Banq.html":{},"/Spencer-Showcase.html":{},"/ML-Demo.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/form.html":{},"/OSG-School.html":{},"/Science-Gateway.html":{},"/uw-research-computing/r-build.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/des-expanding-universe.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/file-avail-s3.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/hannah.html":{},"/CHTC-pool-record.html":{},"/projects.html":{},"/tribalcollege.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/testing-jobs.html":{},"/Fulvio.html":{},"/ucsd-external-release.html":{},"/uw-research-computing/docker-build.html":{},"/gis-story.html":{},"/uw-research-computing/quota-request.html":{},"/fellowships/list.html":{},"/NIAID.html":{},"/materials-science.html":{},"/Anirvan-Showcase.html":{},"/bat-genomics.html":{},"/uw-research-computing/github-remote-access.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/get-help.html":{},"/uw-research-computing/check-quota.html":{},"/Wilcots.html":{},"/approach.html":{},"/fellowships/index.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["without",{"_index":293,"root_relative_url":{"/high-throughput-computing-fostering-data-science-without-limits.html":{}},"high":{"/news.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{}},"medium":{},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/the-pelican-project.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/multiple-jobs.html":{},"/Hannah-Showcase.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/Opotowsky.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/file-availability.html":{},"/gpargo-cc-star.html":{},"/Hiemstra.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/user-expectations.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/Banq.html":{},"/hanna-lab.html":{},"/astronomy-archives.html":{},"/ML-Demo.html":{},"/gpu-cloudburst.html":{},"/neuroscientist.html":{},"/OSG-School.html":{},"/icecube-receives-hpc-award.html":{},"/uw-research-computing/r-build.html":{},"/research.html":{},"/Johri.html":{},"/chtc-demo.html":{},"/EOL-OSG.html":{},"/veritas.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/use-submit-node.html":{},"/AMNH-Workshops.html":{},"/projects.html":{},"/uw-research-computing/connecting.html":{},"/tribalcollege.html":{},"/GLUE-lab.html":{},"/uw-research-computing/matlab-jobs.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/testing-jobs.html":{},"/david-swanson-awardees-2023.html":{},"/gis-story.html":{},"/uw-research-computing/hpc-spack-setup.html":{},"/ASP.html":{},"/adjacent-tissues-paper.html":{},"/materials-science.html":{},"/uw-research-computing/github-remote-access.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/check-quota.html":{},"/Wilcots.html":{},"/machine-learning.html":{}},"file_terms":{}}],["wolfgang",{"_index":5119,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["wolv",{"_index":6037,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["women",{"_index":6100,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["wonder",{"_index":2583,"root_relative_url":{},"high":{},"medium":{},"content":{"/Opotowsky.html":{},"/AMNH-Workshops.html":{},"/GLUE-lab.html":{},"/david-swanson-awardees-2023.html":{},"/Wilcots.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["won’t",{"_index":3728,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/docker-test.html":{},"/AMNH-Workshops.html":{},"/uw-research-computing/docker-build.html":{}},"file_terms":{}}],["word",{"_index":1626,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/ospool-computation.html":{},"/hanna-lab.html":{},"/neuroscientist.html":{},"/htc.html":{},"/research.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["work",{"_index":203,"root_relative_url":{},"high":{"/uw-research-computing/hpc-spack-modules.html":{},"/news.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/docker-test.html":{},"/research.html":{},"/uw-research-computing/helloworld.html":{},"/hannah.html":{},"/Joe-B-Profile.html":{},"/Fulvio.html":{},"/gis-story.html":{},"/fellowships/index.html":{}},"medium":{"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/r-jobs.html":{}},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/the-pelican-project.html":{},"/uw-research-computing/gpu-jobs.html":{},"/Garcia.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/CLAS12.html":{},"/Hannah-Showcase.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/Natzke.html":{},"/Showcase.html":{},"/htcondor-european-workshop.html":{},"/uw-research-computing/chtc-services.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/events/2022/11/extended-office-hours.html":{},"/uw-research-computing/python-jobs.html":{},"/Opotowsky.html":{},"/ospool-computation.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/singularity-htc.html":{},"/research-facilitation.html":{},"/ML-and-Image-Analyses-for-Livestock-Data.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/cite-chtc.html":{},"/uw-research-computing/inter-submit.html":{},"/news.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/internships.html":{},"/Gillett.html":{},"/uw-research-computing/file-availability.html":{},"/Messick.html":{},"/gpargo-cc-star.html":{},"/uw-research-computing/globus.html":{},"/Hiemstra.html":{},"/index.html":{},"/Google-HTCondor.html":{},"/PATh-Facility.html":{},"/uw-research-computing/julia-jobs.html":{},"/jobs.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/user-expectations.html":{},"/EHT.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/Banq.html":{},"/uw-research-computing/howto_overview.html":{},"/hanna-lab.html":{},"/Spencer-Showcase.html":{},"/astronomy-archives.html":{},"/ML-Demo.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/dask.html":{},"/neuroscientist.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dagman-workflows.html":{},"/get-to-know-todd.html":{},"/uw-research-computing/form.html":{},"/OSG-School.html":{},"/Science-Gateway.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/r-build.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/chtc-demo.html":{},"/des-expanding-universe.html":{},"/EOL-OSG.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/veritas.html":{},"/uw-research-computing/resources.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/use-submit-node.html":{},"/uw-research-computing/file-avail-s3.html":{},"/chtc-workshop.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/free-supercomputing.html":{},"/AMNH-Workshops.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/hannah.html":{},"/CHTC-pool-record.html":{},"/projects.html":{},"/uw-research-computing/connecting.html":{},"/tribalcollege.html":{},"/GLUE-lab.html":{},"/Joe-B-Profile.html":{},"/htcondor-helps-enable-mars-research.html":{},"/uw-research-computing/matlab-jobs.html":{},"/CHTC-Facilitation.html":{},"/uw-research-computing/testing-jobs.html":{},"/Fulvio.html":{},"/david-swanson-awardees-2023.html":{},"/gis-story.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/uw-research-computing/quota-request.html":{},"/fellowships/list.html":{},"/CDIS-bldg.html":{},"/ASP.html":{},"/NIAID.html":{},"/materials-science.html":{},"/Anirvan-Showcase.html":{},"/bat-genomics.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/uw-research-computing/get-help.html":{},"/Wilcots.html":{},"/approach.html":{},"/uw-research-computing/user-news.html":{},"/events/2023/11/intro-workshop.html":{},"/machine-learning.html":{},"/fellowships/index.html":{},"/uw-research-computing/get-submit-node.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{},"/spalding-lab.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["workaround",{"_index":2931,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/inter-submit.html":{}},"file_terms":{}}],["workdir",{"_index":2717,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/singularity-htc.html":{}},"content":{},"file_terms":{}}],["worker",{"_index":3568,"root_relative_url":{},"high":{"/research.html":{}},"medium":{},"content":{"/PATh-Facility.html":{},"/uw-research-computing/dask.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["workflow",{"_index":845,"root_relative_url":{},"high":{"/CLAS12.html":{},"/uw-research-computing/dagman-workflows.html":{},"/research.html":{}},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/Garcia.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/multiple-jobs.html":{},"/CLAS12.html":{},"/uw-research-computing/mpi-jobs.html":{},"/Natzke.html":{},"/uw-research-computing/python-jobs.html":{},"/Opotowsky.html":{},"/uw-research-computing/singularity-htc.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/os-transition-htc.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/file-availability.html":{},"/Messick.html":{},"/uw-research-computing/globus.html":{},"/Hiemstra.html":{},"/uw-research-computing/guides.html":{},"/PATh-Facility.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/dos-unix.html":{},"/uw-research-computing/machine-learning-htc.html":{},"/uw-research-computing/user-expectations.html":{},"/Banq.html":{},"/gpu-cloudburst.html":{},"/uw-research-computing/dask.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/dagman-workflows.html":{},"/OSG-School.html":{},"/Science-Gateway.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/r-build.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/des-expanding-universe.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/scaling-htc.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/use-submit-node.html":{},"/chtc-workshop.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/uw-research-computing/condor_q.html":{},"/projects.html":{},"/GLUE-lab.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/Fulvio.html":{},"/david-swanson-awardees-2023.html":{},"/uw-research-computing/docker-build.html":{},"/fellowships/list.html":{},"/Anirvan-Showcase.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/r-jobs.html":{},"/spalding-lab.html":{},"/uw-research-computing/java-jobs.html":{}},"file_terms":{}}],["workflows.html",{"_index":4477,"root_relative_url":{"/uw-research-computing/dagman-workflows.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["workhors",{"_index":7249,"root_relative_url":{},"high":{},"medium":{},"content":{"/Wilcots.html":{}},"file_terms":{}}],["workload",{"_index":1739,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/ML-and-Image-Analyses-for-Livestock-Data.html":{},"/index.html":{},"/PATh-Facility.html":{},"/EHT.html":{},"/technologies.html":{},"/research.html":{},"/AMNH-Workshops.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/CHTC-pool-record.html":{},"/tribalcollege.html":{},"/GLUE-lab.html":{},"/ucsd-external-release.html":{},"/adjacent-tissues-paper.html":{},"/bat-genomics.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["workplac",{"_index":7325,"root_relative_url":{},"high":{},"medium":{},"content":{"/fellowships/index.html":{}},"file_terms":{}}],["workshop",{"_index":2125,"root_relative_url":{},"high":{"/htcondor-european-workshop.html":{},"/news.html":{},"/chtc-workshop.html":{},"/ASP.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/events/2023/11/intro-workshop.html":{},"/events.html":{}},"medium":{},"content":{"/htcondor-european-workshop.html":{},"/internships.html":{},"/Using-HTCondor-For-Large-File-Transfer.html":{},"/astronomy-archives.html":{},"/research.html":{},"/chtc-workshop.html":{},"/AMNH-Workshops.html":{},"/gis-story.html":{},"/fellowships/list.html":{},"/ASP.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{},"/events/2023/11/intro-workshop.html":{}},"file_terms":{}}],["workshop.html",{"_index":2124,"root_relative_url":{"/htcondor-european-workshop.html":{},"/chtc-workshop.html":{},"/events/2023/11/intro-workshop.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["workshops.html",{"_index":5942,"root_relative_url":{"/AMNH-Workshops.html":{}},"high":{},"medium":{},"content":{},"file_terms":{}}],["workstat",{"_index":3934,"root_relative_url":{},"high":{},"medium":{},"content":{"/Banq.html":{},"/get-to-know-todd.html":{},"/research.html":{},"/fire-up-the-gpus.html":{}},"file_terms":{}}],["world",{"_index":446,"root_relative_url":{},"high":{"/Resilience.html":{},"/news.html":{}},"medium":{},"content":{"/the-pelican-project.html":{},"/CLAS12.html":{},"/Resilience.html":{},"/uw-research-computing/python-jobs.html":{},"/Opotowsky.html":{},"/CHTC-Philosophy.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/cite-chtc.html":{},"/index.html":{},"/uw-research-computing/julia-jobs.html":{},"/jobs.html":{},"/EHT.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/technologies.html":{},"/Banq.html":{},"/astronomy-archives.html":{},"/ML-Demo.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/get-to-know-todd.html":{},"/OSG-School.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/veritas.html":{},"/uw-research-computing/helloworld.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/hannah.html":{},"/GLUE-lab.html":{},"/Joe-B-Profile.html":{},"/uw-research-computing/matlab-jobs.html":{},"/CHTC-Facilitation.html":{},"/fire-up-the-gpus.html":{},"/gis-story.html":{},"/fellowships/list.html":{},"/adjacent-tissues-paper.html":{},"/bat-genomics.html":{},"/Wilcots.html":{},"/uw-research-computing/r-jobs.html":{},"/spalding-lab.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["worlds'04",{"_index":5014,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["worldwid",{"_index":3559,"root_relative_url":{},"high":{},"medium":{},"content":{"/Google-HTCondor.html":{},"/get-to-know-todd.html":{},"/research.html":{}},"file_terms":{}}],["world’",{"_index":5463,"root_relative_url":{},"high":{},"medium":{},"content":{"/Lightning-Talks.html":{},"/des-expanding-universe.html":{}},"file_terms":{}}],["worri",{"_index":6436,"root_relative_url":{},"high":{},"medium":{},"content":{"/DoIt-Article-Summary.html":{},"/usgs-invasivespecies.html":{},"/uw-research-computing/get-submit-node.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["worsen",{"_index":1696,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{}},"file_terms":{}}],["worst",{"_index":6586,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/testing-jobs.html":{}},"file_terms":{}}],["worth",{"_index":760,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/AMNH-Workshops.html":{},"/usgs-invasivespecies.html":{}},"file_terms":{}}],["worthwhil",{"_index":7203,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["wouldn’t",{"_index":2555,"root_relative_url":{},"high":{},"medium":{},"content":{"/Opotowsky.html":{},"/Gillett.html":{},"/Banq.html":{},"/Joe-B-Profile.html":{},"/david-swanson-awardees-2023.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["would’v",{"_index":2578,"root_relative_url":{},"high":{},"medium":{},"content":{"/Opotowsky.html":{},"/hannah.html":{},"/david-swanson-awardees-2023.html":{}},"file_terms":{}}],["wrap",{"_index":4324,"root_relative_url":{},"high":{},"medium":{},"content":{"/HTCondorWeek-Photos.html":{},"/hannah.html":{}},"file_terms":{}}],["wrapper",{"_index":1013,"root_relative_url":{},"high":{"/uw-research-computing/checkpointing.html":{}},"medium":{},"content":{"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/tensorflow-singularity-wait.html":{},"/uw-research-computing/java-jobs.html":{}},"file_terms":{}}],["wrf",{"_index":955,"root_relative_url":{},"high":{},"medium":{},"content":{"/Garcia.html":{}},"file_terms":{}}],["wright",{"_index":2097,"root_relative_url":{},"high":{},"medium":{},"content":{"/Record.html":{},"/research.html":{}},"file_terms":{}}],["write",{"_index":89,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/high-memory-jobs.html":{}},"content":{"/tackling-strongly-correlated-quantum-systems.html":{},"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/CLAS12.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/file-avail-squid.html":{},"/internships.html":{},"/Hiemstra.html":{},"/uw-research-computing/dos-unix.html":{},"/hanna-lab.html":{},"/astronomy-archives.html":{},"/ML-Demo.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/get-to-know-todd.html":{},"/Lightning-Talks.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/hannah.html":{},"/uw-research-computing/connecting.html":{},"/GLUE-lab.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/licensed-software.html":{},"/david-swanson-awardees-2023.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/user-news.html":{},"/uw-research-computing/r-jobs.html":{},"/spalding-lab.html":{},"/uw-research-computing/java-jobs.html":{},"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["writer",{"_index":3223,"root_relative_url":{},"high":{"/internships.html":{}},"medium":{},"content":{"/internships.html":{},"/people.html":{},"/hannah.html":{}},"file_terms":{}}],["written",{"_index":507,"root_relative_url":{},"high":{},"medium":{},"content":{"/the-pelican-project.html":{},"/uw-research-computing/gpu-jobs.html":{},"/events/2024/02/OSG-User-School-2023.html":{},"/Natzke.html":{},"/research-facilitation.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/dos-unix.html":{},"/Banq.html":{},"/uw-research-computing/docker-test.html":{},"/research.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/veritas.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/file-avail-s3.html":{},"/hannah.html":{},"/projects.html":{},"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["wrong",{"_index":2325,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/singularity-htc.html":{},"/hannah.html":{},"/Joe-B-Profile.html":{},"/Fulvio.html":{},"/fellowships/list.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["wrote",{"_index":521,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/licensed-software.html":{}},"content":{"/the-pelican-project.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/mpi-jobs.html":{},"/Natzke.html":{},"/uw-research-computing/python-jobs.html":{},"/gpu-cloudburst.html":{},"/veritas.html":{},"/free-supercomputing.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["wryli",{"_index":6856,"root_relative_url":{},"high":{},"medium":{},"content":{"/CDIS-bldg.html":{}},"file_terms":{}}],["wsl",{"_index":2514,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/configure-ssh.html":{}},"file_terms":{}}],["wuerthwein",{"_index":7204,"root_relative_url":{},"high":{},"medium":{},"content":{"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["würthwein",{"_index":1619,"root_relative_url":{},"high":{},"medium":{},"content":{"/CLAS12.html":{},"/gpu-cloudburst.html":{},"/research.html":{},"/ucsd-external-release.html":{}},"file_terms":{}}],["x",{"_index":1948,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/r-jobs.html":{}},"content":{"/uw-research-computing/configure-ssh.html":{},"/internships.html":{},"/research.html":{},"/veritas.html":{}},"file_terms":{}}],["x.509",{"_index":5572,"root_relative_url":{},"high":{},"medium":{},"content":{"/EOL-OSG.html":{}},"file_terms":{}}],["x11",{"_index":2530,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/configure-ssh.html":{}},"file_terms":{}}],["x64_bin.tar.gz",{"_index":7420,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/java-jobs.html":{}},"content":{},"file_terms":{}}],["x86",{"_index":3649,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/julia-jobs.html":{}},"file_terms":{}}],["x86_64.sh",{"_index":1178,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/docker-build.html":{}},"content":{},"file_terms":{}}],["x86_64.tar.gz",{"_index":3626,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/julia-jobs.html":{}},"content":{},"file_terms":{}}],["xacml",{"_index":5276,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["xarray",{"_index":4297,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/dask.html":{}},"file_terms":{}}],["xcii",{"_index":6128,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["xd",{"_index":5978,"root_relative_url":{},"high":{},"medium":{},"content":{"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["xdd",{"_index":3510,"root_relative_url":{},"high":{"/index.html":{},"/projects.html":{}},"medium":{},"content":{"/projects.html":{}},"file_terms":{}}],["xe8545",{"_index":4261,"root_relative_url":{},"high":{"/Technology-Refresh.html":{}},"medium":{},"content":{},"file_terms":{}}],["xeon",{"_index":7344,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/get-submit-node.html":{}},"file_terms":{}}],["xf",{"_index":2927,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/inter-submit.html":{}},"content":{},"file_terms":{}}],["xi",{"_index":4962,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["xiaoyuan",{"_index":4603,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{}},"file_terms":{}}],["xref",{"_index":6919,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["xsede",{"_index":4675,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{},"/veritas.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{}},"file_terms":{}}],["xzf",{"_index":1213,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/r-build.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/r-jobs.html":{},"/uw-research-computing/java-jobs.html":{}},"content":{},"file_terms":{}}],["xzvf",{"_index":4439,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/file-avail-largedata.html":{}},"content":{},"file_terms":{}}],["y",{"_index":1196,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/configure-ssh.html":{},"/uw-research-computing/singularity-htc.html":{}},"content":{"/Lightning-Talks.html":{}},"file_terms":{}}],["yaml",{"_index":3729,"root_relative_url":{},"high":{},"medium":{},"content":{"/staff/docs/Schedule_Calendar.html":{}},"file_terms":{}}],["yardstick",{"_index":4742,"root_relative_url":{},"high":{},"medium":{},"content":{"/htc.html":{}},"file_terms":{}}],["ye",{"_index":592,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/file-availability.html":{},"/uw-research-computing/julia-jobs.html":{},"/staff/docs/Schedule_Calendar.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/licensed-software.html":{},"/uw-research-computing/testing-jobs.html":{}},"content":{"/staff/docs/Schedule_Calendar.html":{},"/hannah.html":{},"/david-swanson-awardees-2023.html":{}},"file_terms":{}}],["year",{"_index":421,"root_relative_url":{},"high":{"/OSG-User-School-Concludes.html":{},"/htcondor-european-workshop.html":{},"/news.html":{},"/index.html":{},"/get-to-know-todd.html":{}},"medium":{"/uw-research-computing/multiple-jobs.html":{}},"content":{"/the-pelican-project.html":{},"/Garcia.html":{},"/uw-research-computing/multiple-jobs.html":{},"/CLAS12.html":{},"/Hannah-Showcase.html":{},"/Natzke.html":{},"/Showcase.html":{},"/Record.html":{},"/htcondor-european-workshop.html":{},"/Opotowsky.html":{},"/uw-research-computing/cite-chtc.html":{},"/gpargo-cc-star.html":{},"/index.html":{},"/jobs.html":{},"/uw-research-computing/user-expectations.html":{},"/EHT.html":{},"/high-throughput-computing-fostering-data-science-without-limits.html":{},"/Banq.html":{},"/Spencer-Showcase.html":{},"/astronomy-archives.html":{},"/gpu-cloudburst.html":{},"/HTCondorWeek-Photos.html":{},"/get-to-know-todd.html":{},"/OSPool-Cores.html":{},"/OSG-School.html":{},"/Science-Gateway.html":{},"/htc.html":{},"/events/2023/10/information-session.html":{},"/research.html":{},"/Lightning-Talks.html":{},"/Johri.html":{},"/des-expanding-universe.html":{},"/EOL-OSG.html":{},"/uw-research-computing/scaling-htc.html":{},"/veritas.html":{},"/AMNH-Workshops.html":{},"/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html":{},"/hannah.html":{},"/GLUE-lab.html":{},"/htcondor-helps-enable-mars-research.html":{},"/CHTC-Facilitation.html":{},"/fire-up-the-gpus.html":{},"/Fulvio.html":{},"/david-swanson-awardees-2023.html":{},"/ucsd-external-release.html":{},"/usgs-invasivespecies.html":{},"/gis-story.html":{},"/ASP.html":{},"/materials-science.html":{},"/Anirvan-Showcase.html":{},"/bat-genomics.html":{},"/Wilcots.html":{},"/uw-research-computing/hpc-buy-in.html":{},"/machine-learning.html":{},"/fellowships/index.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["year’",{"_index":1855,"root_relative_url":{},"high":{"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"medium":{},"content":{"/events/2024/02/OSG-User-School-2023.html":{},"/Showcase.html":{},"/htcondor-european-workshop.html":{},"/Throughput-Computing-2023.html":{},"/OSG-School.html":{},"/Lightning-Talks.html":{},"/HTC24.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/events/2023/07/throughput-computing-2023.html":{}},"file_terms":{}}],["yesselman",{"_index":4654,"root_relative_url":{},"high":{},"medium":{},"content":{"/Science-Gateway.html":{}},"file_terms":{}}],["yield",{"_index":3915,"root_relative_url":{},"high":{},"medium":{},"content":{"/Using-HTCondor-For-Large-File-Transfer.html":{},"/neuroscientist.html":{},"/usgs-invasivespecies.html":{},"/spalding-lab.html":{}},"file_terms":{}}],["yoder",{"_index":5204,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["york",{"_index":5289,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{},"/AMNH-Workshops.html":{}},"file_terms":{}}],["yorktown",{"_index":5287,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["you'd",{"_index":1967,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/check-quota.html":{}},"file_terms":{}}],["you'll",{"_index":1977,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/helloworld.html":{}},"content":{"/uw-research-computing/mpi-jobs.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["you'r",{"_index":588,"root_relative_url":{},"high":{"/uw-research-computing/howto_overview.html":{}},"medium":{"/uw-research-computing/gpu-jobs.html":{}},"content":{"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/file-avail-squid.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/check-quota.html":{},"/uw-research-computing/hpc-overview.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["you'v",{"_index":4463,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/matlab-jobs.html":{}},"content":{"/uw-research-computing/high-memory-jobs.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/singularity-hpc.html":{},"/uw-research-computing/multiple-job-dirs.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["young",{"_index":6102,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{},"/Joe-B-Profile.html":{}},"file_terms":{}}],["younger",{"_index":6044,"root_relative_url":{},"high":{},"medium":{},"content":{"/hannah.html":{}},"file_terms":{}}],["your",{"_index":6454,"root_relative_url":{},"high":{"/Joe-B-Profile.html":{}},"medium":{},"content":{},"file_terms":{}}],["your_email@example.com",{"_index":7156,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/github-remote-access.html":{}},"content":{},"file_terms":{}}],["your_file_nam",{"_index":3716,"root_relative_url":{},"high":{},"medium":{"/staff/docs/Schedule_Calendar.html":{}},"content":{},"file_terms":{}}],["your_imag",{"_index":1467,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/colab-to-chtc.html":{}},"content":{},"file_terms":{}}],["your_netid",{"_index":7159,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/github-remote-access.html":{}},"content":{},"file_terms":{}}],["yourenvironmentnam",{"_index":1890,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/hpc-spack-install.html":{}},"content":{},"file_terms":{}}],["yourgroupnam",{"_index":6810,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-spack-setup.html":{}},"content":{},"file_terms":{}}],["yournetid",{"_index":1881,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/uw-research-computing/hpc-spack-setup.html":{}},"content":{},"file_terms":{}}],["yournetid@hpclogin3.chtc.wisc.edu",{"_index":6816,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-spack-setup.html":{}},"content":{},"file_terms":{}}],["yourpackagenam",{"_index":2270,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-spack-install.html":{}},"content":{},"file_terms":{}}],["yourself",{"_index":1314,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/uw-research-computing/file-avail-largedata.html":{},"/uw-research-computing/helloworld.html":{},"/hannah.html":{},"/uw-research-computing/condor_q.html":{},"/uw-research-computing/docker-jobs.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/testing-jobs.html":{},"/precision-mental-health.html":{}},"file_terms":{}}],["you’d",{"_index":1477,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/colab-to-chtc.html":{},"/uw-research-computing/hpc-job-submission.html":{},"/hannah.html":{},"/Fulvio.html":{},"/uw-research-computing/get-help.html":{}},"file_terms":{}}],["you’ll",{"_index":1259,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/hpc-spack-modules.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/docker-test.html":{},"/uw-research-computing/helloworld.html":{},"/uw-research-computing/singularity-hpc.html":{},"/hannah.html":{},"/uw-research-computing/docker-build.html":{},"/uw-research-computing/transfer-data-researchdrive.html":{},"/adjacent-tissues-paper.html":{}},"file_terms":{}}],["you’r",{"_index":752,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/colab-to-chtc.html":{},"/CLAS12.html":{},"/uw-research-computing/configure-ssh.html":{},"/ospool-computation.html":{},"/hanna-lab.html":{},"/uw-research-computing/hpc-software.html":{},"/uw-research-computing/docker-test.html":{},"/chtc-demo.html":{},"/hannah.html":{},"/uw-research-computing/docker-build.html":{}},"file_terms":{}}],["you’v",{"_index":1263,"root_relative_url":{},"high":{},"medium":{},"content":{"/uw-research-computing/conda-installation.html":{},"/uw-research-computing/hpc-spack-install.html":{},"/events/2022/11/extended-office-hours.html":{},"/uw-research-computing/julia-jobs.html":{},"/uw-research-computing/docker-test.html":{},"/hannah.html":{},"/uw-research-computing/docker-build.html":{}},"file_terms":{}}],["yudhajit",{"_index":4336,"root_relative_url":{},"high":{},"medium":{},"content":{"/HTCondorWeek-Photos.html":{}},"file_terms":{}}],["yuji",{"_index":4629,"root_relative_url":{},"high":{},"medium":{},"content":{"/OSG-School.html":{}},"file_terms":{}}],["yum",{"_index":6708,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/docker-build.html":{}},"content":{},"file_terms":{}}],["yuri",{"_index":5249,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["yuxiao",{"_index":5762,"root_relative_url":{},"high":{"/people.html":{}},"medium":{},"content":{},"file_terms":{}}],["yyyi",{"_index":3182,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/hpc-job-submission.html":{},"/staff/docs/Adding_News_Articles.html":{}},"content":{"/staff/docs/Adding_News_Articles.html":{}},"file_terms":{}}],["yzquierdo",{"_index":5048,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["z",{"_index":5060,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["z0",{"_index":3111,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["z]{2,63}/i",{"_index":3116,"root_relative_url":{},"high":{},"medium":{},"content":{"/newsletter.html":{}},"file_terms":{}}],["zach",{"_index":5239,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["zachari",{"_index":4954,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{},"/Lightning-Talks.html":{}},"file_terms":{}}],["zandi",{"_index":5229,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["zero",{"_index":788,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/conda-installation.html":{}},"content":{"/uw-research-computing/gpu-jobs.html":{},"/uw-research-computing/checkpointing.html":{},"/usgs-invasivespecies.html":{}},"file_terms":{}}],["zhang",{"_index":4910,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["zhe",{"_index":4909,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["zidney",{"_index":2384,"root_relative_url":{},"high":{},"medium":{},"content":{"/icon_credits.html":{}},"file_terms":{}}],["ziliang",{"_index":5294,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["zip",{"_index":1248,"root_relative_url":{},"high":{},"medium":{"/uw-research-computing/high-memory-jobs.html":{}},"content":{"/uw-research-computing/conda-installation.html":{},"/Hannah-Showcase.html":{},"/uw-research-computing/python-jobs.html":{},"/uw-research-computing/inter-submit.html":{},"/uw-research-computing/hpc-software.html":{},"/veritas.html":{},"/uw-research-computing/connecting.html":{},"/uw-research-computing/matlab-jobs.html":{},"/uw-research-computing/r-jobs.html":{}},"file_terms":{}}],["zone",{"_index":4074,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{},"/NIAID.html":{},"/fellowships/index.html":{}},"file_terms":{}}],["zoology_research:\"zoolog",{"_index":6955,"root_relative_url":{},"high":{},"medium":{},"content":{"/map/index.html":{}},"file_terms":{}}],["zoom",{"_index":1734,"root_relative_url":{},"high":{"/events.html":{}},"medium":{},"content":{"/CLAS12.html":{},"/htcondor-european-workshop.html":{},"/Throughput-Computing-2023.html":{},"/HTCondorWeek-Photos.html":{},"/events/2023/01/hpc-cluster-faq.html":{},"/HTC24.html":{},"/events/2024/01/throughput-computing-2024.html":{},"/NIAID.html":{},"/events/2023/07/throughput-computing-2023.html":{},"/NIAID-ACE-students-attend-OSG-User-School.html":{}},"file_terms":{}}],["ztf",{"_index":4123,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}],["zubatyuk",{"_index":7314,"root_relative_url":{},"high":{},"medium":{},"content":{"/machine-learning.html":{}},"file_terms":{}}],["zvada",{"_index":5056,"root_relative_url":{},"high":{},"medium":{},"content":{"/research.html":{}},"file_terms":{}}],["zwicki",{"_index":4121,"root_relative_url":{},"high":{},"medium":{},"content":{"/astronomy-archives.html":{}},"file_terms":{}}]],"pipeline":["stemmer"]} \ No newline at end of file diff --git a/preview-update-submodules/assets/search/metadata.json b/preview-update-submodules/assets/search/metadata.json index 77952b943..a02e81ec8 100644 --- a/preview-update-submodules/assets/search/metadata.json +++ b/preview-update-submodules/assets/search/metadata.json @@ -1 +1 @@ -{"/uw-research-computing/get-submit-node.html": {"title": "Getting a Submit Node"}, "/uw-research-computing/licensed-software.html": {"title": "Using Licensed Software"}, "/events/2023/10/information-session.html": {"title": "CHTC Information Session"}, "/gpu-cloudburst.html": {"title": "SDSC and IceCube Center Conduct GPU Cloudburst Experiment"}, "/uw-research-computing/file-avail-squid.html": {"title": "Transfer Large Input Files Via Squid"}, "/ML-and-Image-Analyses-for-Livestock-Data.html": {"title": "Machine Learning and Image Analyses for Livestock Data"}, "/uw-research-computing/file-avail-largedata.html": {"title": "Managing Large Data in HTC Jobs"}, "/uw-research-computing/hpc-spack-modules.html": {"title": "Creating Custom Modules Using Spack"}, "/uw-research-computing/check-quota.html": {"title": "Checking Disk Quota and Usage"}, "/uw-research-computing/hpc-job-submission.html": {"title": "Submitting and Managing Jobs Using SLURM"}, "/CHTC-pool-record.html": {"title": "Over 240,000 CHTC Jobs Hit Record Daily Capacity Consumption"}, "/uw-research-computing/java-jobs.html": {"title": "Running Java Jobs"}, "/Wilcots.html": {"title": "The Future of Radio Astronomy Using High Throughput Computing"}, "/tackling-strongly-correlated-quantum-systems.html": {"title": "Tackling Strongly Correlated Quantum Systems on OSPool"}, "/Resilience.html": {"title": "Resilience: How COVID-19 challenged the scientific world"}, "/events.html": {"title": "Events"}, "/news-navigation.html": {"title": "News"}, "/icon_credits.html": {"title": "Icon Credits"}, "/CDIS-bldg.html": {"title": "Construction Commences on CHTC's Future Home in New CDIS Building"}, "/uw-research-computing/hpc-overview.html": {"title": "HPC Cluster Overview"}, "/past_team_pictures.html": {"title": "Old HTCondor Team Pictures"}, "/usgs-invasivespecies.html": {"title": "Protecting ecosystems with HTC"}, "/uw-research-computing/os-transition-htc.html": {"title": "Using Custom Linux Versions in CHTC"}, "/Opotowsky.html": {"title": "Expediting Nuclear Forensics and Security Using High Throughput Computing"}, "/uw-research-computing/user-expectations.html": {"title": "Policies and Expectations for Using CHTC"}, "/uw-research-computing/testing-jobs.html": {"title": "Importance of Testing"}, "/events/extended-office-hours.html": {"title": null}, "/uw-research-computing/sign-in.html": {"title": "Sign In for Office Hours"}, "/EOL-OSG.html": {"title": "Retirements and New Beginnings: The Transition to Tokens"}, "/index.html": {"title": "Home"}, "/spalding-lab.html": {"title": "Plant physiologists used high throughput computing to remedy research \u201cbottleneck\u201d"}, "/uw-research-computing/file-avail-s3.html": {"title": "Managing Large Data in HTC Jobs with S3 Buckets"}, "/Banq.html": {"title": "Centuries of newspapers are now easily searchable thanks to HTCSS"}, "/uw-research-computing/gpu-lab.html": {"title": "Welcome to the CHTC GPU Lab"}, "/uw-research-computing/use-submit-node.html": {"title": "Policies for Using HTC Submit Servers"}, "/OSG-User-School-Concludes.html": {"title": "OSG User School Concludes"}, "/uw-research-computing/dask.html": {"title": "Using Dask at CHTC"}, "/uw-research-computing/gpu-jobs.html": {"title": "Submitting Jobs That Use GPUs"}, "/events/2024/02/OSG-User-School-2023.html": {"title": "OSG User School 2023, Aug. 7\u201311"}, "/fire-up-the-gpus.html": {"title": "Fire up the GPUs: UW-Madison, Morgridge project sparks next-level computing"}, "/uw-research-computing/tensorflow-singularity-wait.html": {"title": "Running Tensorflow Jobs"}, "/Hiemstra.html": {"title": "Testing GPU/ML Framework Compatibility"}, "/events/2023/01/hpc-cluster-faq.html": {"title": "HPC cluster FAQ January 19th and 24th"}, "/HTC24.html": {"title": "Save the Dates for Throughput Computing 2024"}, "/jobs.html": {"title": "Available Positions"}, "/events/2024/01/throughput-computing-2024.html": {"title": "Save the Dates for Throughput Computing 2024"}, "/uw-research-computing/globus.html": {"title": "Using Globus to Transfer Files to and from CHTC"}, "/uw-research-computing/github-remote-access.html": {"title": "Remotely Access a Private GitHub Repository"}, "/events/2022/11/extended-office-hours.html": {"title": "CHTC Extended (In-Person) Office Hours"}, "/Spencer-Showcase.html": {"title": "Scaling virtual screening to ultra-large virtual chemical libraries"}, "/uw-research-computing/matlab-jobs.html": {"title": "Running Matlab Jobs"}, "/map/index.html": {"title": "CHTC User Map"}, "/people.html": {"title": "Our Staff"}, "/uw-research-computing/hpc-buy-in.html": {"title": "HPC Cluster Buy In Options"}, "/gis-story.html": {"title": "Preserving historic Wisconsin aerial photos with a little help from CHTC"}, "/Gillett.html": {"title": "UW Statistics Course using HTC"}, "/uw-research-computing/docker-test.html": {"title": "Explore and Test Docker Containers"}, "/Technology-Refresh.html": {"title": "Technology Refresh"}, "/about.html": {"title": "About"}, "/uw-research-computing/docker-jobs.html": {"title": "Running HTC Jobs Using Docker Containers"}, "/services.html": {"title": "Services"}, "/NIAID.html": {"title": "NIAID/ACE - OSG collaboration leads to a successful virtual training session"}, "/bat-genomics.html": {"title": "80,000 jobs, 40 billion base pairs, and 20 bats \u2013\u2013 all in 4 weeks"}, "/hanna-lab.html": {"title": "Training a dog and training a robot aren\u2019t so different"}, "/the-pelican-project.html": {"title": "The Pelican Project: Building a universal plug for scientific data-sharing"}, "/uw-research-computing/guides.html": {"title": "Computing Guides"}, "/uw-research-computing/hpc-spack-setup.html": {"title": "Setting Up Spack on HPC"}, "/neuroscientist.html": {"title": "For neuroscientist Chris Cox, the OSG helps process mountains of data"}, "/uw-research-computing/singularity-hpc.html": {"title": "Using Software in a Container on the HPC Cluster"}, "/ucsd-external-release.html": {"title": "PATh Extends Access to Diverse Set of High Throughput Computing Research Programs"}, "/high-throughput-computing-fostering-data-science-without-limits.html": {"title": "High-throughput computing: Fostering data science without limits"}, "/materials-science.html": {"title": "Empowering Computational Materials Science Research using HTC"}, "/approach.html": {"title": "About Our Approach"}, "/ASP.html": {"title": "Distributed Computing at the African School of Physics 2022 Workshop"}, "/uw-research-computing/howto_overview.html": {"title": "CHTC Tools for Matlab, R, and Python Portability"}, "/uw-research-computing/singularity-htc.html": {"title": "Using Apptainer (Singularity) Environments"}, "/uw-research-computing/inter-submit.html": {"title": "Compiling or Testing Code with an Interactive Job"}, "/uw-research-computing/quota-request.html": {"title": "Request a Quota Change"}, "/des-expanding-universe.html": {"title": "Des Expanding Universe"}, "/events/demo.html": {"title": null}, "/uw-research-computing/tensorflow-singularity.html": {"title": "Running Tensorflow Jobs"}, "/Johri.html": {"title": "The role of HTC in advancing population genetics research"}, "/uw-research-computing/resources.html": {"title": "About CHTC Resources"}, "/Fulvio.html": {"title": "Using high throughput computing to investigate the role of neural oscillations in visual working memory"}, "/uw-research-computing/form.html": {"title": "Account Request Form"}, "/precision-mental-health.html": {"title": "Harnessing HTC-enabled precision mental health to capture the complexity of smoking cessation"}, "/Joe-B-Profile.html": {"title": "Meet Joe B. from the CHTC"}, "/uw-research-computing/connecting.html": {"title": "Connecting to CHTC Using CHTC's HTC Submit Nodes"}, "/uw-research-computing/multiple-jobs.html": {"title": "Submitting Multiple Jobs Using HTCondor"}, "/fellowships/list.html": {"title": "Open projects for CHTC Fellows"}, "/uw-research-computing/python-jobs.html": {"title": "Running Python Jobs"}, "/OSPool-Cores.html": {"title": "OSPool's Growing Number of Cores Reaching New Levels"}, "/CHTC-Facilitation.html": {"title": "CHTC Facilitation Innovations for Research Computing"}, "/events/2023/02/research-bazaar.html": {"title": "Research Bazaar"}, "/chtc-demo.html": {"title": "CHTC Leads High Throughput Computing Demonstrations"}, "/AMNH-Workshops.html": {"title": "The American Museum of Natural History Ramps Up Education on Research Computing"}, "/uw-research-computing/dos-unix.html": {"title": "Windows / Linux Incompatibility"}, "/uw-research-computing/r-jobs.html": {"title": "Running R Jobs"}, "/uw-research-computing/colab-to-chtc.html": {"title": "Going from Google Colab to CHTC's GPU Lab"}, "/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html": {"title": "OSG helps LIGO scientists confirm Einstein's unproven theory"}, "/internships.html": {"title": "The Path to Internship and Fellowship Opportunities"}, "/Messick.html": {"title": "LIGO's Search for Gravitational Waves Signals Using HTCondor"}, "/OSG-School.html": {"title": "OSG School mission: Don\u2019t let computing be a barrier to research"}, "/uw-research-computing/how-tos.html": {"title": "How To's"}, "/projects.html": {"title": "CHTC Partners Using CHTC Technologies and Services"}, "/technologies.html": {"title": "Technologies"}, "/Lightning-Talks.html": {"title": "OSG User School 2022 Researchers Present Inspirational Lightning Talks"}, "/events/2022/11/gpu-ml-demo.html": {"title": "GPU/Machine Learning Demo"}, "/CDIS_eventpage.html": {"title": null}, "/events/2023/07/throughput-computing-2023.html": {"title": "Throughput Computing 2023"}, "/staff/docs/Adding_News_Articles.html": {"title": "Adding News Articles"}, "/ML-Demo.html": {"title": "CHTC Hosts Machine Learning Demo and Q+A session"}, "/Throughput-Computing-2023.html": {"title": "Save the dates for Throughput Computing 2023 - a joint HTCondor/OSG event"}, "/uw-research-computing/r-build.html": {"title": "Building R in HTC"}, "/uw-research-computing/cite-chtc.html": {"title": "Citing CHTC Resources"}, "/CLAS12.html": {"title": "Expanding, uniting, and enhancing CLAS12 computing with OSG\u2019s fabric of services"}, "/Anirvan-Showcase.html": {"title": "Antimatter: Using HTC to study very rare processes"}, "/uw-research-computing/helloworld.html": {"title": "Running Your First HTC Jobs"}, "/hannah.html": {"title": "Get To Know Student Communications Specialist Hannah Cheren"}, "/uw-research-computing/high-memory-jobs.html": {"title": "Submitting High Memory Jobs"}, "/events/2023/01/data-center-tours.html": {"title": "Server Room Tours"}, "/fellowships/index.html": {"title": "The Center for High Throughput Computing Fellows Program"}, "/Showcase.html": {"title": "Transforming research with high throughput computing"}, "/newsletter.html": {"title": "CHTC Newsletter"}, "/uw-research-computing/checkpointing.html": {"title": "Checkpointing Jobs"}, "/veritas.html": {"title": "VERITAS and OSG explore extreme window into the universe"}, "/free-supercomputing.html": {"title": "Free Supercomputing for Research - Scott Cole introduces you to OSG"}, "/Science-Gateway.html": {"title": "OSG fuels a student-developed computing platform to advance RNA nanomachines"}, "/CHTC-Philosophy.html": {"title": "The CHTC Philosophy of High Throughput Computing \u2013 A Talk by Greg Thain"}, "/uw-research-computing/containers-beyond-chtc.html": {"title": "Running Jobs Beyond CHTC Using Containers"}, "/Google-HTCondor.html": {"title": "Google Quantum Computing Utilizing HTCondor"}, "/research-facilitation.html": {"title": "Research Facilitation"}, "/ospool-computation.html": {"title": "OSPool As a Tool for Advancing Research in Computational Chemistry"}, "/branding.html": {"title": "CHTC Branding"}, "/uw-research-computing/mpi-jobs.html": {"title": "Running MPI Jobs"}, "/events/2023/11/intro-workshop.html": {"title": "Workshop: Hands-on Introduction to Using CHTC Systems"}, "/htc.html": {"title": "What is High Throughput Computing?"}, "/uw-research-computing/index.html": {"title": "UW Research Computing Home"}, "/htcondor-european-workshop.html": {"title": "HTCondor European Workshop returns for ninth year in Orsay, France"}, "/uw-research-computing/scaling-htc.html": {"title": "Scaling Beyond Local HTC Capacity"}, "/adjacent-tissues-paper.html": {"title": "Using HTC expanded scale of research using noninvasive measurements of tendons and ligaments"}, "/uw-research-computing/multiple-job-dirs.html": {"title": "Submitting Multiple Jobs in Individual Directories"}, "/uw-research-computing/chtc-services.html": {"title": "CHTC Services for Research Computing"}, "/uw-research-computing/conda-installation.html": {"title": "Create a Portable Python Installation with Miniconda"}, "/icecube-receives-hpc-award.html": {"title": "UW\u2013Madison's Icecube Neutrino Observatory Wins HPCwire Award"}, "/Natzke.html": {"title": "Learning and adapting with OSG: Investigating the strong nuclear force"}, "/gpargo-cc-star.html": {"title": "Great Plains Regional CyberTeam Expanding Capacity for Computing from Great Plains Campuses"}, "/get-to-know-todd.html": {"title": "Get To Know Todd Tannenbaum"}, "/Garcia.html": {"title": "Using HTC and HPC Applications to Track the Dispersal of Spruce Budworm Moths"}, "/events/demo/index.html": {"title": null}, "/uw-research-computing/hpc-spack-install.html": {"title": "Installing Software Using Spack"}, "/uw-research-computing/hpc-software.html": {"title": "Using Software on the HPC Cluster"}, "/uw-research-computing/condor_q.html": {"title": "Learning About Your Jobs Using condor_q"}, "/uw-research-computing/transfer-data-researchdrive.html": {"title": "Transferring Files Between CHTC and ResearchDrive"}, "/staff/index.html": {"title": "CHTC Staff Page"}, "/tribalcollege.html": {"title": "Tribal College and CHTC pursue opportunities to expand computing education and infrastructure"}, "/uw-research-computing/configure-ssh.html": {"title": "Automating CHTC Log In"}, "/david-swanson-awardees-2023.html": {"title": "OSG David Swanson Awardees Honored at HTC23"}, "/uw-research-computing/user-news.html": {"title": "Status"}, "/uw-research-computing/file-availability.html": {"title": "Small Input and Output File Availability Via HTCondor"}, "/uw-research-computing/get-started.html": {"title": "Getting Started With CHTC"}, "/uw-research-computing/other-resources.html": {"title": "Other Resources"}, "/NIAID-ACE-students-attend-OSG-User-School.html": {"title": "NIAID/ACE students attend this year\u2019s OSG User School 2022"}, "/EHT.html": {"title": "High-throughput computing as an enabler of black hole science"}, "/Using-HTCondor-For-Large-File-Transfer.html": {"title": "How to Transfer 460 Terabytes? A File Transfer Case Study"}, "/DoIt-Article-Summary.html": {"title": "Solving for the future: Investment, new coalition levels up research computing infrastructure at UW\u2013Madison"}, "/uw-research-computing/julia-jobs.html": {"title": "Running Julia Jobs"}, "/Hannah-Showcase.html": {"title": "Using HTC for a simulation study on cross-validation for model evaluation in psychological science"}, "/htcondor-helps-enable-mars-research.html": {"title": "USGS uses HTCondor to advance Mars research"}, "/GLUE-lab.html": {"title": "How the GLUE Lab is bringing the potential of HTC to track the movement of cattle and land use change"}, "/PATh-Facility.html": {"title": "Introducing the PATh Facility: A Unique Distributed High Throughput Computing Service"}, "/uw-research-computing/get-help.html": {"title": "Get Help"}, "/Record.html": {"title": "OSPool Hits Record Number of Jobs"}, "/machine-learning.html": {"title": "Machine learning insights into molecular science using the Open Science Pool"}, "/staff/docs/Schedule_Calendar.html": {"title": "Schedule Calendar Guide"}, "/uw-research-computing/dagman-workflows.html": {"title": "Workflows with HTCondor's DAGMan"}, "/uw-research-computing/machine-learning-htc.html": {"title": "Run Machine Learning Jobs"}, "/research.html": {"title": "Research Publications and Technical Information"}, "/uw-research-computing/docker-build.html": {"title": "Building a Docker Container Image"}, "/google76f04192afc2088e.html": {"title": null}, "/chtc-workshop.html": {"title": "CHTC Launches First Introductory Workshop on HTC and HPC"}, "/HTCondorWeek-Photos.html": {"title": "A Long-Awaited Reunion: HTCondor Week 2022 in Photos"}, "/news.html": {"title": "News: How CHTC is Making An Impact"}, "/astronomy-archives.html": {"title": "Astronomy archives are creating new science every day"}} \ No newline at end of file +{"/adjacent-tissues-paper.html": {"title": "Using HTC expanded scale of research using noninvasive measurements of tendons and ligaments"}, "/Record.html": {"title": "OSPool Hits Record Number of Jobs"}, "/uw-research-computing/gpu-lab.html": {"title": "Welcome to the CHTC GPU Lab"}, "/Throughput-Computing-2023.html": {"title": "Save the dates for Throughput Computing 2023 - a joint HTCondor/OSG event"}, "/hanna-lab.html": {"title": "Training a dog and training a robot aren\u2019t so different"}, "/about.html": {"title": "About"}, "/events/demo.html": {"title": null}, "/HTC24.html": {"title": "Save the Dates for Throughput Computing 2024"}, "/CHTC-Philosophy.html": {"title": "The CHTC Philosophy of High Throughput Computing \u2013 A Talk by Greg Thain"}, "/OSPool-Cores.html": {"title": "OSPool's Growing Number of Cores Reaching New Levels"}, "/uw-research-computing/singularity-hpc.html": {"title": "Using Software in a Container on the HPC Cluster"}, "/events/2023/07/throughput-computing-2023.html": {"title": "Throughput Computing 2023"}, "/Fulvio.html": {"title": "Using high throughput computing to investigate the role of neural oscillations in visual working memory"}, "/approach.html": {"title": "About Our Approach"}, "/Joe-B-Profile.html": {"title": "Meet Joe B. from the CHTC"}, "/Gillett.html": {"title": "UW Statistics Course using HTC"}, "/astronomy-archives.html": {"title": "Astronomy archives are creating new science every day"}, "/tackling-strongly-correlated-quantum-systems.html": {"title": "Tackling Strongly Correlated Quantum Systems on OSPool"}, "/NIAID.html": {"title": "NIAID/ACE - OSG collaboration leads to a successful virtual training session"}, "/uw-research-computing/docker-jobs.html": {"title": "Running HTC Jobs Using Docker Containers"}, "/map/index.html": {"title": "CHTC User Map"}, "/uw-research-computing/user-expectations.html": {"title": "Policies and Expectations for Using CHTC"}, "/uw-research-computing/colab-to-chtc.html": {"title": "Going from Google Colab to CHTC's GPU Lab"}, "/uw-research-computing/os-transition-htc.html": {"title": "Using Custom Linux Versions in CHTC"}, "/Science-Gateway.html": {"title": "OSG fuels a student-developed computing platform to advance RNA nanomachines"}, "/events/2023/10/information-session.html": {"title": "CHTC Information Session"}, "/ML-and-Image-Analyses-for-Livestock-Data.html": {"title": "Machine Learning and Image Analyses for Livestock Data"}, "/OSG-School.html": {"title": "OSG School mission: Don\u2019t let computing be a barrier to research"}, "/uw-research-computing/docker-test.html": {"title": "Explore and Test Docker Containers"}, "/uw-research-computing/matlab-jobs.html": {"title": "Running Matlab Jobs"}, "/uw-research-computing/use-submit-node.html": {"title": "Policies for Using HTC Submit Servers"}, "/EHT.html": {"title": "High-throughput computing as an enabler of black hole science"}, "/jobs.html": {"title": "Available Positions"}, "/events/2022/11/gpu-ml-demo.html": {"title": "GPU/Machine Learning Demo"}, "/uw-research-computing/github-remote-access.html": {"title": "Remotely Access a Private GitHub Repository"}, "/services.html": {"title": "Services"}, "/uw-research-computing/checkpointing.html": {"title": "Checkpointing Jobs"}, "/CDIS_eventpage.html": {"title": null}, "/OSG-User-School-Concludes.html": {"title": "OSG User School Concludes"}, "/Anirvan-Showcase.html": {"title": "Antimatter: Using HTC to study very rare processes"}, "/uw-research-computing/high-memory-jobs.html": {"title": "Submitting High Memory Jobs"}, "/CDIS-bldg.html": {"title": "Construction Commences on CHTC's Future Home in New CDIS Building"}, "/neuroscientist.html": {"title": "For neuroscientist Chris Cox, the OSG helps process mountains of data"}, "/fire-up-the-gpus.html": {"title": "Fire up the GPUs: UW-Madison, Morgridge project sparks next-level computing"}, "/uw-research-computing/hpc-overview.html": {"title": "HPC Cluster Overview"}, "/uw-research-computing/helloworld.html": {"title": "Running Your First HTC Jobs"}, "/uw-research-computing/hpc-job-submission.html": {"title": "Submitting and Managing Jobs Using SLURM"}, "/EOL-OSG.html": {"title": "Retirements and New Beginnings: The Transition to Tokens"}, "/uw-research-computing/resources.html": {"title": "About CHTC Resources"}, "/hannah.html": {"title": "Get To Know Student Communications Specialist Hannah Cheren"}, "/the-pelican-project.html": {"title": "The Pelican Project: Building a universal plug for scientific data-sharing"}, "/Wilcots.html": {"title": "The Future of Radio Astronomy Using High Throughput Computing"}, "/NIAID-ACE-students-attend-OSG-User-School.html": {"title": "NIAID/ACE students attend this year\u2019s OSG User School 2022"}, "/spalding-lab.html": {"title": "Plant physiologists used high throughput computing to remedy research \u201cbottleneck\u201d"}, "/uw-research-computing/check-quota.html": {"title": "Checking Disk Quota and Usage"}, "/uw-research-computing/tensorflow-singularity-wait.html": {"title": "Running Tensorflow Jobs"}, "/uw-research-computing/julia-jobs.html": {"title": "Running Julia Jobs"}, "/uw-research-computing/multiple-jobs.html": {"title": "Submitting Multiple Jobs Using HTCondor"}, "/Opotowsky.html": {"title": "Expediting Nuclear Forensics and Security Using High Throughput Computing"}, "/uw-research-computing/connecting.html": {"title": "Connecting to CHTC Using CHTC's HTC Submit Nodes"}, "/ASP.html": {"title": "Distributed Computing at the African School of Physics 2022 Workshop"}, "/AMNH-Workshops.html": {"title": "The American Museum of Natural History Ramps Up Education on Research Computing"}, "/Showcase.html": {"title": "Transforming research with high throughput computing"}, "/uw-research-computing/hpc-spack-setup.html": {"title": "Setting Up Spack on HPC"}, "/chtc-workshop.html": {"title": "CHTC Launches First Introductory Workshop on HTC and HPC"}, "/Hannah-Showcase.html": {"title": "Using HTC for a simulation study on cross-validation for model evaluation in psychological science"}, "/osg-helps-ligo-scientists-confirm-einsteins-last-unproven-theory.html": {"title": "OSG helps LIGO scientists confirm Einstein's unproven theory"}, "/david-swanson-awardees-2023.html": {"title": "OSG David Swanson Awardees Honored at HTC23"}, "/uw-research-computing/transfer-data-researchdrive.html": {"title": "Transferring Files Between CHTC and ResearchDrive"}, "/ospool-computation.html": {"title": "OSPool As a Tool for Advancing Research in Computational Chemistry"}, "/Banq.html": {"title": "Centuries of newspapers are now easily searchable thanks to HTCSS"}, "/uw-research-computing/testing-jobs.html": {"title": "Importance of Testing"}, "/uw-research-computing/dagman-workflows.html": {"title": "Workflows with HTCondor's DAGMan"}, "/events/2024/02/OSG-User-School-2023.html": {"title": "OSG User School 2023, Aug. 7\u201311"}, "/Messick.html": {"title": "LIGO's Search for Gravitational Waves Signals Using HTCondor"}, "/events/2023/01/data-center-tours.html": {"title": "Server Room Tours"}, "/research.html": {"title": "Research Publications and Technical Information"}, "/htcondor-european-workshop.html": {"title": "HTCondor European Workshop returns for ninth year in Orsay, France"}, "/usgs-invasivespecies.html": {"title": "Protecting ecosystems with HTC"}, "/ML-Demo.html": {"title": "CHTC Hosts Machine Learning Demo and Q+A session"}, "/uw-research-computing/hpc-spack-install.html": {"title": "Installing Software Using Spack"}, "/des-expanding-universe.html": {"title": "Des Expanding Universe"}, "/uw-research-computing/tensorflow-singularity.html": {"title": "Running Tensorflow Jobs"}, "/uw-research-computing/howto_overview.html": {"title": "CHTC Tools for Matlab, R, and Python Portability"}, "/uw-research-computing/how-tos.html": {"title": "How To's"}, "/DoIt-Article-Summary.html": {"title": "Solving for the future: Investment, new coalition levels up research computing infrastructure at UW\u2013Madison"}, "/past_team_pictures.html": {"title": "Old HTCondor Team Pictures"}, "/htcondor-helps-enable-mars-research.html": {"title": "USGS uses HTCondor to advance Mars research"}, "/chtc-demo.html": {"title": "CHTC Leads High Throughput Computing Demonstrations"}, "/events/extended-office-hours.html": {"title": null}, "/Google-HTCondor.html": {"title": "Google Quantum Computing Utilizing HTCondor"}, "/uw-research-computing/file-availability.html": {"title": "Small Input and Output File Availability Via HTCondor"}, "/precision-mental-health.html": {"title": "Harnessing HTC-enabled precision mental health to capture the complexity of smoking cessation"}, "/Lightning-Talks.html": {"title": "OSG User School 2022 Researchers Present Inspirational Lightning Talks"}, "/uw-research-computing/get-submit-node.html": {"title": "Getting a Submit Node"}, "/events/2024/01/throughput-computing-2024.html": {"title": "Save the Dates for Throughput Computing 2024"}, "/CLAS12.html": {"title": "Expanding, uniting, and enhancing CLAS12 computing with OSG\u2019s fabric of services"}, "/Natzke.html": {"title": "Learning and adapting with OSG: Investigating the strong nuclear force"}, "/uw-research-computing/r-build.html": {"title": "Building R in HTC"}, "/htc.html": {"title": "What is High Throughput Computing?"}, "/branding.html": {"title": "CHTC Branding"}, "/uw-research-computing/file-avail-s3.html": {"title": "Managing Large Data in HTC Jobs with S3 Buckets"}, "/uw-research-computing/user-news.html": {"title": "Status"}, "/GLUE-lab.html": {"title": "How the GLUE Lab is bringing the potential of HTC to track the movement of cattle and land use change"}, "/uw-research-computing/index.html": {"title": "UW Research Computing Home"}, "/uw-research-computing/file-avail-squid.html": {"title": "Transfer Large Input Files Via Squid"}, "/uw-research-computing/sign-in.html": {"title": "Sign In for Office Hours"}, "/icecube-receives-hpc-award.html": {"title": "UW\u2013Madison's Icecube Neutrino Observatory Wins HPCwire Award"}, "/uw-research-computing/cite-chtc.html": {"title": "Citing CHTC Resources"}, "/news-navigation.html": {"title": "News"}, "/index.html": {"title": "Home"}, "/uw-research-computing/hpc-spack-modules.html": {"title": "Creating Custom Modules Using Spack"}, "/uw-research-computing/licensed-software.html": {"title": "Using Licensed Software"}, "/uw-research-computing/quota-request.html": {"title": "Request a Quota Change"}, "/icon_credits.html": {"title": "Icon Credits"}, "/newsletter.html": {"title": "CHTC Newsletter"}, "/Technology-Refresh.html": {"title": "Technology Refresh"}, "/free-supercomputing.html": {"title": "Free Supercomputing for Research - Scott Cole introduces you to OSG"}, "/uw-research-computing/file-avail-largedata.html": {"title": "Managing Large Data in HTC Jobs"}, "/staff/docs/Adding_News_Articles.html": {"title": "Adding News Articles"}, "/materials-science.html": {"title": "Empowering Computational Materials Science Research using HTC"}, "/Hiemstra.html": {"title": "Testing GPU/ML Framework Compatibility"}, "/uw-research-computing/inter-submit.html": {"title": "Compiling or Testing Code with an Interactive Job"}, "/uw-research-computing/guides.html": {"title": "Computing Guides"}, "/uw-research-computing/multiple-job-dirs.html": {"title": "Submitting Multiple Jobs in Individual Directories"}, "/uw-research-computing/hpc-software.html": {"title": "Using Software on the HPC Cluster"}, "/uw-research-computing/docker-build.html": {"title": "Building a Docker Container Image"}, "/uw-research-computing/condor_q.html": {"title": "Learning About Your Jobs Using condor_q"}, "/events/2023/11/intro-workshop.html": {"title": "Workshop: Hands-on Introduction to Using CHTC Systems"}, "/machine-learning.html": {"title": "Machine learning insights into molecular science using the Open Science Pool"}, "/events.html": {"title": "Events"}, "/high-throughput-computing-fostering-data-science-without-limits.html": {"title": "High-throughput computing: Fostering data science without limits"}, "/events/2023/02/research-bazaar.html": {"title": "Research Bazaar"}, "/uw-research-computing/scaling-htc.html": {"title": "Scaling Beyond Local HTC Capacity"}, "/Garcia.html": {"title": "Using HTC and HPC Applications to Track the Dispersal of Spruce Budworm Moths"}, "/PATh-Facility.html": {"title": "Introducing the PATh Facility: A Unique Distributed High Throughput Computing Service"}, "/Resilience.html": {"title": "Resilience: How COVID-19 challenged the scientific world"}, "/Spencer-Showcase.html": {"title": "Scaling virtual screening to ultra-large virtual chemical libraries"}, "/fellowships/list.html": {"title": "Open projects for CHTC Fellows"}, "/events/2023/01/hpc-cluster-faq.html": {"title": "HPC cluster FAQ January 19th and 24th"}, "/CHTC-pool-record.html": {"title": "Over 240,000 CHTC Jobs Hit Record Daily Capacity Consumption"}, "/Using-HTCondor-For-Large-File-Transfer.html": {"title": "How to Transfer 460 Terabytes? A File Transfer Case Study"}, "/events/demo/index.html": {"title": null}, "/research-facilitation.html": {"title": "Research Facilitation"}, "/gis-story.html": {"title": "Preserving historic Wisconsin aerial photos with a little help from CHTC"}, "/gpargo-cc-star.html": {"title": "Great Plains Regional CyberTeam Expanding Capacity for Computing from Great Plains Campuses"}, "/projects.html": {"title": "CHTC Partners Using CHTC Technologies and Services"}, "/uw-research-computing/containers-beyond-chtc.html": {"title": "Running Jobs Beyond CHTC Using Containers"}, "/uw-research-computing/get-help.html": {"title": "Get Help"}, "/uw-research-computing/dask.html": {"title": "Using Dask at CHTC"}, "/uw-research-computing/globus.html": {"title": "Using Globus to Transfer Files to and from CHTC"}, "/bat-genomics.html": {"title": "80,000 jobs, 40 billion base pairs, and 20 bats \u2013\u2013 all in 4 weeks"}, "/uw-research-computing/chtc-services.html": {"title": "CHTC Services for Research Computing"}, "/uw-research-computing/configure-ssh.html": {"title": "Automating CHTC Log In"}, "/uw-research-computing/conda-installation.html": {"title": "Create a Portable Python Installation with Miniconda"}, "/veritas.html": {"title": "VERITAS and OSG explore extreme window into the universe"}, "/uw-research-computing/form.html": {"title": "Account Request Form"}, "/internships.html": {"title": "The Path to Internship and Fellowship Opportunities"}, "/CHTC-Facilitation.html": {"title": "CHTC Facilitation Innovations for Research Computing"}, "/tribalcollege.html": {"title": "Tribal College and CHTC pursue opportunities to expand computing education and infrastructure"}, "/uw-research-computing/machine-learning-htc.html": {"title": "Run Machine Learning Jobs"}, "/google76f04192afc2088e.html": {"title": null}, "/events/2022/11/extended-office-hours.html": {"title": "CHTC Extended (In-Person) Office Hours"}, "/Johri.html": {"title": "The role of HTC in advancing population genetics research"}, "/staff/docs/Schedule_Calendar.html": {"title": "Schedule Calendar Guide"}, "/get-to-know-todd.html": {"title": "Get To Know Todd Tannenbaum"}, "/uw-research-computing/java-jobs.html": {"title": "Running Java Jobs"}, "/uw-research-computing/get-started.html": {"title": "Getting Started With CHTC"}, "/uw-research-computing/other-resources.html": {"title": "Other Resources"}, "/gpu-cloudburst.html": {"title": "SDSC and IceCube Center Conduct GPU Cloudburst Experiment"}, "/technologies.html": {"title": "Technologies"}, "/HTCondorWeek-Photos.html": {"title": "A Long-Awaited Reunion: HTCondor Week 2022 in Photos"}, "/uw-research-computing/singularity-htc.html": {"title": "Using Apptainer (Singularity) Environments"}, "/uw-research-computing/mpi-jobs.html": {"title": "Running MPI Jobs"}, "/uw-research-computing/dos-unix.html": {"title": "Windows / Linux Incompatibility"}, "/news.html": {"title": "News: How CHTC is Making An Impact"}, "/uw-research-computing/gpu-jobs.html": {"title": "Submitting Jobs That Use GPUs"}, "/uw-research-computing/hpc-buy-in.html": {"title": "HPC Cluster Buy In Options"}, "/staff/index.html": {"title": "CHTC Staff Page"}, "/ucsd-external-release.html": {"title": "PATh Extends Access to Diverse Set of High Throughput Computing Research Programs"}, "/people.html": {"title": "Our Staff"}, "/uw-research-computing/python-jobs.html": {"title": "Running Python Jobs"}, "/uw-research-computing/r-jobs.html": {"title": "Running R Jobs"}, "/fellowships/index.html": {"title": "The Center for High Throughput Computing Fellows Program"}} \ No newline at end of file diff --git a/preview-update-submodules/fellowships/index.html b/preview-update-submodules/fellowships/index.html index 1a9826ece..034e86950 100644 --- a/preview-update-submodules/fellowships/index.html +++ b/preview-update-submodules/fellowships/index.html @@ -250,7 +250,7 @@

The Center for High Throughput Computing Fellows Program

-

Applications for the Center for High Throughput Computing (CHTC) Fellows Program for Summer 2024 are now open. The final deadline for applications is March 1, 2024 (end of the day, any time zone).

+

Applications for the Center for High Throughput Computing (CHTC) Fellows Program for Summer 2024 are now open. The final deadline for applications is March 8, 2024 (end of the day, any time zone).

The CHTC Fellows Program trains students in the development and use of cyberinfrastructure through a 12-week summer program where participants will work with mentors on delivering a project that will make an impact on the nation’s science.

@@ -289,7 +289,7 @@

S

How it Works

-

Fellows work with a mentor to develop a project relevant to one of the areas listed. Fellows will receive a monthly stipend for participating in the Program, during their fellowship. In-person participation at CHTC is preferred to maximize interaction with mentors and others in the cohort, but remote involvement is an option for some projects for those based outside of the Madison, Wisconsin area.

+

Fellows work with a mentor to develop a project relevant to one of the areas listed. Fellows will receive a monthly stipend for participating in the Program, during their fellowship. In-person participation at CHTC is preferred to maximize interaction with mentors and others in the cohort, but remote involvement is an option for some projects for those based outside of the Madison, Wisconsin area. However, you must be located in the United States during the Fellowship Program to participate.

Eligibility:

@@ -297,15 +297,16 @@

How it Works

  • You must be enrolled in an undergraduate or graduate program at an accredited University or College within the US.
  • You must have completed at least 1 academic year by the start of the Fellowship.
  • U.S. citizenship is not required to participate.
  • +
  • In order to ensure the safety of the workplace, proof of COVID-19 vaccination is required unless an exemption is granted for medical, disability or religious reasons.
  • Duration of fellowship and total stipend:

      -
    • The Fellowship Program lasts for 12 weeks during Summer 2024.
    • +
    • The Fellowship Program lasts for 12 weeks during Summer 2024. The Program will begin on June 3 and end on August 23, 2024.
    • The Program provides $650/week stipend for large projects and $325/week stipend for medium projects. The stipends will be dispersed monthly.
    • It is expected that a Fellow working on a large project is available full time during the fellowship period and will not have another significant activity (such as classes, another trainee position or a job) in the same time period.
    • -
    • Applications are now open - deadline 1 March, 2024 (any time zone).
    • +
    • Applications are now open - deadline 8 March, 2024 (any time zone).

    Developing a project

    @@ -331,11 +332,11 @@

    Applying

    Timeline:

      -
    • Friday 1 March, 2024 - Final deadline for applications (applications will be reviewed on a rolling basis as they arrive.)
    • +
    • Friday 8 March, 2024 - Final deadline for applications (applications will be reviewed on a rolling basis as they arrive.)
    • Friday 15 March, 2024 - End of selection period for applications. Those selected will be matched to work with mentors on developing a proposal - this may involve a short interview and other follow-up. (Interviews for selected applicants will occur on a rolling basis.)
    • Monday 1 April, 2024 - Deadline for submission of proposals. (Proposals will be reviewed on a rolling basis.)
    • By 15 April, 2023 - Final selection of Fellows for summer 2024
    • -
    • May-Sep - Fellows work on projects. (Exact dates may depend on specific academic year constraints.)
    • +
    • June-August - Fellows work on projects.

    Funding

    diff --git a/preview-update-submodules/fellowships/list.html b/preview-update-submodules/fellowships/list.html index 33fd60412..09eb17d14 100644 --- a/preview-update-submodules/fellowships/list.html +++ b/preview-update-submodules/fellowships/list.html @@ -269,7 +269,7 @@

    Software Development

    -

    User interface and Jupyter widgets

    +

    Synchronizing datasets via the OSDF

    Large @@ -278,40 +278,14 @@

    User i

    -

    Historically, the User Interface to HTCondor has been purely through the command-line. -This often presents a large hurdle for onboarding new users, both in terms of even -getting to the command-line via ssh and some terminal emulator, and then using the -command line. Modern notebook interfaces, such as Jupyter have allowed us to minimize -the first problem, by providing a web interface to the terminal. However, users still -need to type in commands to access the batch system. This project extends HTCondor by -implementing various Jupyter UI widgets to visualize users’ jobs within the system, and -further interface with the system. After completing this project, the student will have -Jupyter widgets to show in their portfolio, professional JavaScript experience, and -understanding of how a distributed High Throughput System works.

    - - -
    - - -
    @@ -319,23 +293,23 @@

    Integrati
    -

    ML for failure classification in the OSPool

    +

    Database techniques and data architecture

    - Large + Medium
    -

    The OSPool runs hundreds of thousands of jobs every day on dozens of -different sites, each unique in their own way. Naturally, there are -many hundreds of failures, most of which the system works around, but -with added latency to workflow completion. This project would attempt -to automatically classify failures from job logs to detect common -patterns and highlight places for humans to look to fix common failures -with the most payoff. Students working on this project will gain -experience applying ML techniques to real world problems.

    +

    The HTCondor scheduler stores historical information about completed and +removed jobs in a single, flat, sequential file on disk with little indexing. +As such, querying this file for information about a single job is very slow. +This project will add an index, perhaps with an off-the-shelf open source +database or on-disk hashing tool to provide quick access to single entries +in the history, and use this index in the python based cli tool. Students +completing this project will gain real world experience in database +techniques and Python programming.

    @@ -343,7 +317,7 @@

    -

    Distributed training of ML models

    +

    Integrating Pytorch and Pelican

    Large @@ -352,12 +326,14 @@

    Distrib

    -

    As machine learning models become larger and more complex, the computational needs expand beyond -single-GPU and single-machine capabilities. This project aims to leverage distributed ML software -(e.g. PyTorch elastic) within the HTCondor Software Suite (HTCSS) to utilize CHTC resources in -these large computing tasks. Students will develop strategies, software components, and guides -to enable researchers to distribute training tasks across multiple GPU nodes within the cluster. -Students working on this project will develop valuable ML and distributed computing knowledge.

    +

    PyTorch is one of the most popular machine learning frameworks. An important aspect of +using it is the data engineering: how is input data fed into the model during training?
    +Going from “tutorial scale” problems to cutting-edge research requires drastically different +techniques around data handling.

    + +

    For this project, we aim to better integrate Pelican into the PyTorch community, providing both +technical mechanisms (implementing the fsspec interface for Pelican) and documentation by providing +tutorials and recipes for scaling PyTorch-based training using a combination of HTCondor and Pelican.

    @@ -368,7 +344,7 @@

    Distrib

    Benchmarking OSDF Performance via the OSPool

    - + Large
    @@ -390,30 +366,7 @@

    -

    Enhancing container image build system

    -
    -
    - Medium -
    - -
    - -
    -

    Container images are a widely used technology to package and distribute -software and services for use in systems such as Docker or Kubernetes. -The PATh project builds hundreds of these images on a weekly basis but -the build system needs improvement to support more images and additional -use cases. This project will focus on taking the existing system and -adding configurable, per-image build options. After a successful summer, -the student fellow will gain skills in Docker containers, GitHub actions, and Bash.

    - - -

    - - -
    -
    -

    Grid Exerciser

    +

    User interface and Jupyter widgets

    Large @@ -422,14 +375,16 @@

    Grid Exerciser

    -

    The OSPool is a very large, very dynamic, heterogeneous high throughput system composed of execute -points from dozens of campuses all over the United States. Sometimes, something will go wrong -at one of these many sites, or one network, or one storage point, and it is difficult to determine -where the problem is. This project proposed the design and construction of a “Grid Exerciser”, -which consists of intentionally sending sample jobs to targeted locations on the OSPool to verify -correct operation and sufficient performance. The project will also have a reporting and -visualization component so that the voluminous results can be understood by a human in a -concise manner.

    +

    Historically, the User Interface to HTCondor has been purely through the command-line. +This often presents a large hurdle for onboarding new users, both in terms of even +getting to the command-line via ssh and some terminal emulator, and then using the +command line. Modern notebook interfaces, such as Jupyter have allowed us to minimize +the first problem, by providing a web interface to the terminal. However, users still +need to type in commands to access the batch system. This project extends HTCondor by +implementing various Jupyter UI widgets to visualize users’ jobs within the system, and +further interface with the system. After completing this project, the student will have +Jupyter widgets to show in their portfolio, professional JavaScript experience, and +understanding of how a distributed High Throughput System works.

    @@ -437,23 +392,21 @@

    Grid Exerciser

    -

    Database techniques and data architecture

    +

    Distributed training of ML models

    - Medium + Large
    -

    The HTCondor scheduler stores historical information about completed and -removed jobs in a single, flat, sequential file on disk with little indexing. -As such, querying this file for information about a single job is very slow. -This project will add an index, perhaps with an off-the-shelf open source -database or on-disk hashing tool to provide quick access to single entries -in the history, and use this index in the python based cli tool. Students -completing this project will gain real world experience in database -techniques and Python programming.

    +

    As machine learning models become larger and more complex, the computational needs expand beyond +single-GPU and single-machine capabilities. This project aims to leverage distributed ML software +(e.g. PyTorch elastic) within the HTCondor Software Suite (HTCSS) to utilize CHTC resources in +these large computing tasks. Students will develop strategies, software components, and guides +to enable researchers to distribute training tasks across multiple GPU nodes within the cluster. +Students working on this project will develop valuable ML and distributed computing knowledge.

    @@ -461,23 +414,23 @@

    -

    Synchronizing datasets via the OSDF

    +

    Grid Exerciser

    - + Large
    -

    The pelican client tool provides a standalone mechanism to upload and download single -files from a data federation. While the client works well, a typical use case is downloading -an entire dataset - potentially, tens of thousands of files or hundreds of terabytes. -When moving a dataset, features like state management and resumption become important.

    - -

    In this project, we will explore better ways to automate dataset movement to and from the -OSDF, exploring approaches like the HTCondor file transfer tool. -The goal for the end of the summer would be to move a 100TB dataset using a single command.

    +

    The OSPool is a very large, very dynamic, heterogeneous high throughput system composed of execute +points from dozens of campuses all over the United States. Sometimes, something will go wrong +at one of these many sites, or one network, or one storage point, and it is difficult to determine +where the problem is. This project proposed the design and construction of a “Grid Exerciser”, +which consists of intentionally sending sample jobs to targeted locations on the OSPool to verify +correct operation and sufficient performance. The project will also have a reporting and +visualization component so that the voluminous results can be understood by a human in a +concise manner.

    @@ -514,7 +467,7 @@

    Research Facilitation

    -

    Easy Code Profiling

    +

    Developing software recipes

    Medium @@ -523,9 +476,9 @@

    Easy Code Profiling

    -

    Develop and publish recommendations for how researchers can better profile and understand -their code. Run 1-2 focus groups to gather ideas and get feedback, and then organize a -short workshop sharing recommendations and providing hands-on examples.

    +

    Implement a repository of apptainer container recipes for common software packages. +Create a self-serve tutorial on building containers and show how to use the recipe +repository and OSPool guides to build your own container.

    @@ -552,7 +505,7 @@

    Building trai
    -

    Developing software recipes

    +

    Easy Code Profiling

    Medium @@ -561,9 +514,9 @@

    Developing so

    -

    Implement a repository of apptainer container recipes for common software packages. -Create a self-serve tutorial on building containers and show how to use the recipe -repository and OSPool guides to build your own container.

    +

    Develop and publish recommendations for how researchers can better profile and understand +their code. Run 1-2 focus groups to gather ideas and get feedback, and then organize a +short workshop sharing recommendations and providing hands-on examples.

    @@ -579,31 +532,27 @@

    Developing so

    Fellowships

    diff --git a/preview-update-submodules/internships.html b/preview-update-submodules/internships.html index d659fed95..19af09024 100644 --- a/preview-update-submodules/internships.html +++ b/preview-update-submodules/internships.html @@ -297,6 +297,78 @@

    We Value Diversity

    +

    Student Hourly Positions (Undergrad and Grad)

    +

    + We're always looking for smart motivated students to partner with + software developer and system administrator mentors. We expect students + to work between 10 and 20 hours a week, with 10 of those being during + business hours, with some flexibility on remaining hours. During the + summer and breaks, it is possible to work up to 29 hours per week. +

    + + + +
    +
    +

    Systems Administrator Intern

    +
    +
    + Internship - Morgridge Institute for Research +
    + +
    +

    +
    +

    The Research Computing group at the Morgridge Institute for Research partners with a +broad range of scientists to provide computing services for the Institute, the +UW-Madison campus as part of the Center for High Throughput Computing, and the +nation. We are seeking students looking to work less than 30 hours per week +starting June 2024 to assist our systems administrators and to gain valuable +training and education on state-of-the-art hardware, complex systems and leading +technologies. This position offers high value learning opportunities in a collaborative, +flexible and supportive working environment. The is an excellent career building +position for candidates interested in learning a diverse set of technologies.
    +CHTC manages over 500 Linux servers and network devices, providing services such +as Kubernetes, distributed file systems, batch systems, and databases.

    + + + + +
    + + + +
    +
    +

    Student Science Writer

    +
    +
    + Internship - Morgridge Institute for Research +
    + +
    +

    +
    +

    The NSF Partnership to Advance Throughput Computing (PATh) is looking for a student science writer to promote the impacts of the project on research and campuses across the country.

    + +

    Duties include:

    +
      +
    • Feature Writing: Produce 1 long-form and a few short stories per month for web and newsletter distribution, highlighting the impacts and achievements of PATh and other related science projects. The writer will interview researchers and other story subjects from across the country, as well as relevant PATh staff. Duties also include drafting and proofing copy, conduct fact-checking, contributing to the editorial and social media strategy and copy-editing of other stories.
    • +
    • Website Publishing: Edit and/or create webpages in support of the above across websites relevant to PATh and related projects. Contribute ideas for website content and strategy.
    • +
    • Social Media: Draft social media posts to promote PATh efforts and the research it impacts. Assist with monitoring, analyzing, and reporting on audience engagement and related metrics across social media outlets such as X (Twitter), LinkedIn, etc.
    • +
    + + + + +
    + + +
    @@ -306,6 +378,10 @@

    We Value Diversity

    Open Positions

    diff --git a/preview-update-submodules/news/images/cole_cage.jpg b/preview-update-submodules/news/images/cole_cage.jpg new file mode 100644 index 000000000..068b017ad Binary files /dev/null and b/preview-update-submodules/news/images/cole_cage.jpg differ diff --git a/preview-update-submodules/news/images/cole_math.jpg b/preview-update-submodules/news/images/cole_math.jpg new file mode 100644 index 000000000..aa007d6e3 Binary files /dev/null and b/preview-update-submodules/news/images/cole_math.jpg differ diff --git a/preview-update-submodules/news/images/cole_terrace.jpg b/preview-update-submodules/news/images/cole_terrace.jpg new file mode 100644 index 000000000..e1dc6a609 Binary files /dev/null and b/preview-update-submodules/news/images/cole_terrace.jpg differ diff --git a/preview-update-submodules/projects.html b/preview-update-submodules/projects.html index 5931f3918..73030e3c5 100644 --- a/preview-update-submodules/projects.html +++ b/preview-update-submodules/projects.html @@ -300,32 +300,32 @@

     

    -

    Natalia de Leon

    +

    xDD project and Shanan Peters

    - Natalia de Leon, Professor of Agronomy, Department of Agronomy.

    The goal of her research is to identify efficient mechanisms to better understand the genetic constitution of economically relevant traits and to improve plant breeding efficiency. Her research integrates genomic, phenomic, and environmental information to accelerate translational research for enhanced sustainable crop productivity. + Shanan Peters, project lead for xDD, Dean L. Morgridge Professor of Geology, Department of Geoscience.

    Shanan’s primary research thrust involves quantifying the spatial and temporal distribution of rocks in the Earth’s crust in order to constrain the long-term evolution of life and Earth’s surface environment. Compiling data from scientific publications is a key component of this work and Peters and his collaborators are developing machine reading systems deployed over the xDD digital library ad cyberinfrastructure hosted in the CHTC for this purpose.

     

    - +
    -

    xDD project and Shanan Peters

    +

    Natalia de Leon

    - Shanan Peters, project lead for xDD, Dean L. Morgridge Professor of Geology, Department of Geoscience.

    Shanan’s primary research thrust involves quantifying the spatial and temporal distribution of rocks in the Earth’s crust in order to constrain the long-term evolution of life and Earth’s surface environment. Compiling data from scientific publications is a key component of this work and Peters and his collaborators are developing machine reading systems deployed over the xDD digital library ad cyberinfrastructure hosted in the CHTC for this purpose. + Natalia de Leon, Professor of Agronomy, Department of Agronomy.

    The goal of her research is to identify efficient mechanisms to better understand the genetic constitution of economically relevant traits and to improve plant breeding efficiency. Her research integrates genomic, phenomic, and environmental information to accelerate translational research for enhanced sustainable crop productivity.

     

    - +
    @@ -380,76 +380,76 @@

     

    -

    Phil Townsend

    +

    Barry Van Veen

    - Professor Phil Townsend of Forestry and Wildlife Ecology says Our research (NASA & USDA Forest Service funded) strives to understand the outbreak dynamic of major forest insect pests in North America through simulation modeling. As part of this effort, we map forest species and their abundance using multi-temporal Landsat satellite data. My colleagues have written an automatic variable selection routine in MATLAB to preselect the most important image variables to model and map forest species abundance. However, depending on the number of records and the initial variables, this process can take weeks to run. Hence, we seek resources to speed up this process. + The bio-signal processing laboratory develops statistical signal processing methods for biomedical problems. We use CHTC for casual network modeling of brain electrical activity. We develop methods for identifying network models from noninvasive measures of electric/ magnetic fields at the scalp, or invasive measures of the electric fields at or in the cortex, such as electrocorticography. Model identification involves high throughput computing applied to large datasets consisting of hundreds of spatial channels each containing thousands of time samples.

     

    - +
    -

    Biomagnetic Resonance Data Bank

    +

    Atlas Experiment

    - The Biomagnetic Resonance Data Bank (BMRB) is headquarted within UW-Madison's National Magnetic Resonance Facility at Madison (NMRFAM) and uses the CHTC for research in connection with the Biological Magnetic Resonance Data Bank (BMRB). - + Atlas Experiment

     

    - +
    -

    Barry Van Veen

    +

    Biomagnetic Resonance Data Bank

    - The bio-signal processing laboratory develops statistical signal processing methods for biomedical problems. We use CHTC for casual network modeling of brain electrical activity. We develop methods for identifying network models from noninvasive measures of electric/ magnetic fields at the scalp, or invasive measures of the electric fields at or in the cortex, such as electrocorticography. Model identification involves high throughput computing applied to large datasets consisting of hundreds of spatial channels each containing thousands of time samples. + The Biomagnetic Resonance Data Bank (BMRB) is headquarted within UW-Madison's National Magnetic Resonance Facility at Madison (NMRFAM) and uses the CHTC for research in connection with the Biological Magnetic Resonance Data Bank (BMRB). +

     

    - +
    -

    Atlas Experiment

    +

    CMS LHC Compact Muon Solenoid

    - Atlas Experiment + The UW team participating in the Compact Muon Solenoid (CMS) experiment analyzes petabytes of data from proton-proton collisions in the Large Hadron Collider (LHC). We use the unprecedented energies of the LHC to study Higgs Boson signatures, Electroweak Physics, and the possibility of exotic particles beyond the Standard Model of Particle Physics. Important calculations are also performed to better tune the experiment's trigger system, which is responsible for making nanosecond-scale decisions about which collisions in the LHC should be recorded for further analysis.

     

    - +
    -

    CMS LHC Compact Muon Solenoid

    +

    Phil Townsend

    - The UW team participating in the Compact Muon Solenoid (CMS) experiment analyzes petabytes of data from proton-proton collisions in the Large Hadron Collider (LHC). We use the unprecedented energies of the LHC to study Higgs Boson signatures, Electroweak Physics, and the possibility of exotic particles beyond the Standard Model of Particle Physics. Important calculations are also performed to better tune the experiment's trigger system, which is responsible for making nanosecond-scale decisions about which collisions in the LHC should be recorded for further analysis. + Professor Phil Townsend of Forestry and Wildlife Ecology says Our research (NASA & USDA Forest Service funded) strives to understand the outbreak dynamic of major forest insect pests in North America through simulation modeling. As part of this effort, we map forest species and their abundance using multi-temporal Landsat satellite data. My colleagues have written an automatic variable selection routine in MATLAB to preselect the most important image variables to model and map forest species abundance. However, depending on the number of records and the initial variables, this process can take weeks to run. Hence, we seek resources to speed up this process.

     

    - +