CINXE.COM
AIVA
<!DOCTYPE html> <html lang="en" ng-app="judgingApp" ng-controller="judgingController"> <head> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel='icon' type='image/x-icon' href='favicons/10.ico' sizes='16x16 32x32'> <title>AIVA</title> <link href="/bundles/judging?v=uoBQIS7PSpfpHukLpiN6gGMgGiCeC410u6Xl2a5Xsv01" rel="stylesheet"/> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script> <script>(window.jquery)||document.write('<script src="/bundles/jquery"><\/script>');</script> <script src="/bundles/bootstrap?v=wMFBIIZ6OsUCe1qOSlRNS_6hGBJgfCE05Vh1GzCppYo1"></script> <!-- Global Site Tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id="></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', '', { send_page_view: false }); </script> <!--begin FullStory user session recording--> <script> window['_fs_debug'] = false; window['_fs_host'] = 'www.fullstory.com'; window['_fs_org'] = '1WTCX'; window['_fs_namespace'] = 'FS'; (function (m, n, e, t, l, o, g, y) { if (e in m && m.console && m.console.log) { m.console.log('FullStory namespace conflict. Please set window["_fs_namespace"].'); return; } g = m[e] = function (a, b) { g.q ? g.q.push([a, b]) : g._api(a, b); }; g.q = []; o = n.createElement(t); o.async = 1; o.src = 'https://' + _fs_host + '/s/fs.js'; y = n.getElementsByTagName(t)[0]; y.parentNode.insertBefore(o, y); g.identify = function (i, v) { g(l, { uid: i }); if (v) g(l, v) }; g.setUserVars = function (v) { g(l, v) }; g.identifyAccount = function (i, v) { o = 'account'; v = v || {}; v.acctId = i; g(o, v) }; g.clearUserCookie = function (c, d, i) { if (!c || document.cookie.match('fs_uid=[^;`]*`[^;`]*`[^;`]*`')) { d = n.domain; while (1) { n.cookie = 'fs_uid=;domain=' + d + ';path=/;expires=' + new Date(0); i = d.indexOf('.'); if (i < 0) break; d = d.slice(i + 1) } } }; })(window, document, window['_fs_namespace'], 'script', 'user'); </script> <!--end FullStory--> </head> <body class="ng-cloak" ng-controller="baseSharedController" id="{{propertyDetails && propertyDetails.CssClass ? propertyDetails.CssClass : ''}}" ng-class="propertyDetails && propertyDetails.CssClass ? propertyDetails.CssClass + ' ' + $state.current.name.replace('.', '--') : ' ' + $state.current.name.replace('.', '--')"> <div class="wrapper ng-cloak" ng-class="{ 'alt-theme': $state.current.module === 'management' && propertyDetails.PropertyID === 2 }"> <div class="ribbon ribbon-{{ entryPropertyCssClass }}" ng-if="$state.includes('entry.*')">{{entryPropertySeasonTitle}} Annual {{entryPropertyTitle}}</div> <div class="topbar executive--{{ entryPropertyCssClass }}" ng-controller="userController"> <div class="container"> <div class="iadas-only corner-decor hidden-xs hidden-sm" ng-if="$state.current.module === 'management' && propertyDetails.PropertyID === 2"> <div class="logo-wrapper-iadas"><a ui-sref="account" class="no-line"><div class="pull-left judging-logo-white"></div></a></div> </div> <a class="no-line" ng-class="{ 'visible-sm visible-xs': $state.current.module === 'management' && propertyDetails.PropertyID === 2 }" ui-sref="account"><div class="pull-left judging-logo"></div></a> <a class="no-line" ng-if="$state.current.module == 'executiveentry'" ui-sref="account"> <div class="pull-left entry-logo"></div> </a> <ul class="nav pull-right"> <li class="hidden-xs" ng-show="HasToken() && showRecommendWork() && propertyDetails.PropertyID !== 2"> <a ui-sref="recommendations">Recommend Work</a> </li> <li class="hidden-xs" ng-show="HasToken() && showRecommendWork() && propertyDetails.PropertyID === 2"> <div uib-dropdown> <a id="btn-information" uib-dropdown-toggle>Recommend Work</a> <ul class="dropdown-menu" uib-dropdown-menu aria-labelledby="btn-information"> <li><a ui-sref="recommendations({propertyId: recProp.EntryPropertyID})" ng-repeat="recProp in currentUser.ReviewerProperties | filter:{JudgingRecommendationActive:true}:true">{{recProp.EntryPropertyName}}</a></li> </ul> </div> </li> <li ng-show="propertyDetails.PropertyID === 2 && HasToken() && $state.current.module != 'executiveentry'" class="hidden-xs"> <div uib-dropdown> <a id="btn-information" uib-dropdown-toggle>Information</a> <ul class="dropdown-menu" uib-dropdown-menu aria-labelledby="btn-information"> <li><a target="_blank" href="http://www.iadas.net/reviewer-overview/">Overview</a></li> <li><a target="_blank" href="http://www.iadas.net/reviewer-criteria/">Criteria</a></li> <li><a target="_blank" href="http://www.iadas.net/reviewer-guidelines/">Guidelines</a></li> </ul> </div> </li> <li ng-show="propertyDetails.PropertyID === 2 && HasToken() && $state.current.module == 'executiveentry'" class="hidden-xs"> <div uib-dropdown> <a id="btn-information" uib-dropdown-toggle>Judging Guidelines</a> <ul class="dropdown-menu" uib-dropdown-menu aria-labelledby="btn-information"> <li><a target="_blank" href="https://www.iadas.net/webbyoverview/">Overview</a></li> <li><a target="_blank" href="https://www.iadas.net/webbycriteria/">Criteria</a></li> <li><a target="_blank" href="https://www.iadas.net/webbyguidelines/">Guidelines</a></li> </ul> </div> </li> <li class="hidden-xs" ng-show="HasToken()"> <a ui-sref="account">My Account</a> </li> <li class="hidden-xs" ng-show="HasToken()"> <a href="javascript:void(0);" ng-click="logOutHeader()">Logout</a> </li> <li class="hidden-xs" ng-show="!HasToken()"> <a href="javascript:void(0);" ui-sref="login">Log In</a> </li> <li class="hidden-xs" ng-show="!HasToken() && propertyDetails.PropertyID != 2"> <a href="javascript:void(0);" ui-sref="register">Register</a> </li> <li class="visible-xs navicon"> <a href="javascript:void(0);"><i class="material-icons">menu</i></a> </li> </ul> <ul class="mobile_drop_down hidden-sm hidden-md hidden-lg" style="display: none;"> <li ng-show="propertyDetails.PropertyID === 2 && HasToken() && $state.current.module != 'executiveentry'"><a target="_blank" href="http://www.iadas.net/reviewer-overview/">Overview</a></li> <li ng-show="propertyDetails.PropertyID === 2 && HasToken() && $state.current.module != 'executiveentry'"><a target="_blank" href="http://www.iadas.net/reviewer-criteria/">Criteria</a></li> <li ng-show="propertyDetails.PropertyID === 2 && HasToken() && $state.current.module != 'executiveentry'"><a target="_blank" href="http://www.iadas.net/reviewer-guidelines/">Guidelines</a></li> <li ng-show="propertyDetails.PropertyID === 2 && HasToken() && $state.current.module == 'executiveentry'"><a target="_blank" href="https://www.iadas.net/overview/">Overview</a></li> <li ng-show="propertyDetails.PropertyID === 2 && HasToken() && $state.current.module == 'executiveentry'"><a target="_blank" href="https://www.iadas.net/criteria/">Criteria</a></li> <li ng-show="propertyDetails.PropertyID === 2 && HasToken() && $state.current.module == 'executiveentry'"><a target="_blank" href="https://www.iadas.net/guidelines/">Guidelines</a></li> <li ng-show="HasToken()"> <a ui-sref="account">My Account</a> </li> <li ng-show="HasToken()"> <a href="javascript:void(0);" ng-click="logOutHeader()">Logout</a> </li> <li ng-show="!HasToken()"> <a href="javascript:void(0);" ui-sref="login">Log In</a> </li> <li class="" ng-show="!HasToken() && propertyDetails.PropertyID != 2"> <a href="javascript:void(0);" ui-sref="register">Register</a> </li> </ul> </div> </div> <div id="entryListErrors" class="error-statement header-alert-bar" style="display: none"> <p ng-repeat="message in errorMessage">{{ message }}</p> </div> <div class="ng-cloak progress-tracker" ng-show="$state.includes('entry.load') && submittedEntryMessage && submittedEntryMessage.Show"> <div class="container"> <h5 class="no-margin-top text-center">Scores recorded successfully! Here is another entry to judge.</h5> <p class="total__judged"><span>TOTAL ENTRIES JUDGED</span> <strong>{{submittedEntryMessage.ReviewsCompleted}}/{{submittedEntryMessage.ReviewsRequired || 30}}</strong></p> <div class="progress"> <div class="progress-bar" role="progressbar" aria-valuenow="{{submittedEntryMessage.Percentage}}" aria-valuemin="0" aria-valuemax="100" style="width: {{submittedEntryMessage.Percentage}}%;"> <span class="sr-only">{{submittedEntryMessage.Percentage}}% Complete</span> </div> </div> </div> </div> <div class="ng-cloak no-load" ng-show="$state.includes('entry.load') && showNoLoadMessage"> <div class="container"> <h5 class="no-margin-top text-center">You have indicated that there was an issue with the previous entry. Here is a new entry. Please continue reviewing.</h5> </div> </div> <div class="container"> <div class="content-area"> <div ui-view></div> </div> </div> <div class="loading-wrapper" ng-controller="loadingController"> <div class="loading-overlay has-animation" ng-show="hasPendingRequests()"> <i class="rotateCircle"></i> </div> </div> <footer> <div class="container"> <div class="flex-vcenter"> <p class="footer-left">© {{copyrightYear}} <a target="_blank" ng-href="{{propertyDetails.UrlNonEntrySite}}">{{propertyDetails.DisplayName || propertyDetails.Name}}</a>. All rights reserved.</p> <div class="footer-right"> <div class="tft-callout"> <a target="_blank" href="http://www.threefivetwo.com/"> <span>Web development by Three Five Two</span> </a> </div> </div> </div> </div> </footer> </div> <script> var appSettings = {}; (function () { appSettings = { WebApiUrl: "https://api.recogmedia.net/api", S3: "http://recognitionmedia-production.s3.amazonaws.com/" }; })(); var propertyID = 10; var typekitID; switch(propertyID) { case 2: // IADAS typekitID = 'hrf0qce'; break; case 10: // AIVA typekitID = 'ldk8mrk'; break; case 11: // Tellys Silver typekitID = 'yjd4whz'; break; case 12: // Ajury typekitID = 'gmc8ego'; break; case 13: // Magellan typekitID = 'cke0chr'; break; case 16: // Signal typekitID = 'mud0vug'; break; case 18: // Collision typekitID = 'stl8gtw'; break; case 20: // TIME typekitID = 'agm1jvq'; break; default: typekitID = 'ldk8mrk'; } WebFontConfig = { typekit: { id: typekitID }, google: { families: ['Material Icons', 'Montserrat', 'Roboto'] } }; var entryPropMap = { 'w3': 4, 'davey': 5, 'communicator': 9, 4: 'w3', 5: 'davey', 9: 'communicator' }; //Nav-icon mobile nav btn $(document).on('touchstart click', '.navicon', function (e) { e.stopPropagation(); e.preventDefault(); $(".mobile_drop_down").slideToggle(80); }); // Hide mobile nav after nav click... $('.mobile_drop_down').on('tap click', function(){ $('.navicon').trigger('click'); }); var initialPropertyData = {"PropertyID":10,"Name":"AIVA","DisplayName":"Academy of Interactive and Visual Arts","JudgingPropertyID":null,"JudgingProperty":null,"Address1":null,"Address2":null,"City":null,"State":null,"Country":null,"Zip":null,"Phone":null,"Fax":null,"TimeZone":null,"RequireRegistrationBeforeEntry":false,"RequiredRegistryEntryCount":null,"entryFormFieldToggles":null,"Subscriptions":[],"ContactTitle":"Customer Service","ContactName":null,"ContactEmail":"customerservice@aiva.org","ContactPhone":"212.675.3555","UrlEntrySite":"https://judging.AIVA.org/","UrlGallery":null,"UrlAccount":null,"UrlEcommSite":null,"UrlNonEntrySite":"http://www.AIVA.org/","UrlClosed":null,"UrlPVClosed":null,"UrlPVSite":null,"EmailGeneral":null,"LogoPDF":null,"PDF_W9":null,"CssClass":"judging aiva","TwitterUpsell":null,"TwitterContent":null,"GuestCode":"","FacebookAppID":null,"GoogleAppID":null,"CurrencyAbbrev":"usd","Currency":"$","CurrentSeasonID":null,"TermsURL":"https://www.aiva.org/privacy-policy/","PrivacyURL":"https://www.aiva.org/privacy-policy/","CookieURL":"https://www.aiva.org/privacy-policy/","IsLive":true,"IsSingleMediaType":false,"MediaTypeLabel":null}; </script> <script src="/bundles/helpersjudging?v=uUlnK0dDc0QqdUJCHY5JGUDYzrvCZjcv91yMHGjzfWQ1"></script> <script src="/bundles/angularjudging?v=urSeCKrLgyhIJt2NryNEpn1pU52dSYrPSD8GAMxTbio1"></script> </body> </html>