CINXE.COM
<!DOCTYPE html><html lang="en" ng-controller="AppController as $ctrl"><head> <base href="/"> <!-- The reasoning behind the double title is due to the fact that the browser will load up the first title it sees. So if Angular has not yet loaded and I try to do a standard default syntax: {{$ctrl.$state.data.pageTitle || 'String'}}, the title in the browser tab will actually output {{$ctrl.$state.data.pageTitle}} and it just looks messy. This strategy below will display the first legitimate title it sees, 'Apply - Interfolio', and then once Angular is ready, it will update the title to be the proper one for the particular route. This keeps the ugly curly braces from appearing for the first few seconds. --> <title ng-if="!$ctrl.$state.data.pageTitle"> Apply - Interfolio </title> <title ng-if="$ctrl.$state.data.pageTitle"> {{$ctrl.$state.data.pageTitle}} - Apply - Interfolio </title> <base href="/"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="referrer" content="no-referrer-when-downgrade"> <meta name="description" content=""> <meta name="tdm-reservation" content="1"> <meta name="tdm-policy" content="https://www.elsevier.com/tdm/tdmrep-policy.json"> <meta name="viewport" content="width=device-width"> <meta name="config/environment" content="%7B%22APACHE_HTTPS%22%3Atrue%2C%22DEFAULT_AMAZON_REGION%22%3A%22us-east-1%22%2C%22DISABLE_AUTHZ%22%3Afalse%2C%22DYNAMODB_NAVIGATION_TABLE_NAME%22%3A%22navigation%22%2C%22DYNAMO_DB_REGION%22%3A%22us-east-1%22%2C%22NEW_RELIC_LOG%22%3A%22STDOUT%22%2C%22NGINX_CLIENT_MAX_BODY_SIZE%22%3A%22100m%22%2C%22PASSENGER_MAX_POOL_SIZE%22%3A6%2C%22RAILS_LOG_TO_STDOUT%22%3Atrue%2C%22SESSION_COOKIE%22%3A%22_interfolio_session%22%2C%22DYNAMODB_SESSIONS_TABLE_NAME%22%3A%22sessions%22%2C%22DYNAMODB_USERS_INSTITUTIONS_TABLE_NAME%22%3A%22users-institutions%22%2C%22ENVIRONMENT_NAME%22%3A%22production%22%2C%22NEWRELIC_MONITOR_MODE%22%3Afalse%2C%22NGINX_HTTPS%22%3Atrue%2C%22NGINX_LOG_FORMAT%22%3A%22datadog_json%22%2C%22PASSENGER_APP_ENV%22%3A%22production%22%2C%22RAILS_ENV%22%3A%22production%22%2C%22RESTRICT_DOSSIER_DELIVER%22%3Afalse%2C%22SENTRY_CURRENT_ENVIRONMENT%22%3A%22prod%22%2C%22AUTH_SERVER%22%3A%22secure.interfolio.com%22%2C%22DD_APM_ENABLED%22%3Atrue%2C%22REGION%22%3A%22USA%22%2C%22SENTRY_EXCLUDED_EXCEPTIONS%22%3A%22ActiveRecord%3A%3ARecordNotFound%20ActiveRecord%3A%3ARecordInvalid%20CustomValidationError%20RestClient%3A%3AResourceNotFound%20Recurly%3A%3ATransaction%3A%3ADeclinedError%20Recurly%3A%3ATransaction%3A%3ARetryableError%20Recurly%3A%3AResource%3A%3AInvalid%20Recurly%3A%3AResource%3A%3ANotFound%20ByCommittee%3A%3AExceptions%3A%3AStubUserCreation%22%2C%22EM_FRONTEND%22%3A%22https%3A%2F%2Fem.interfolio.com%22%2C%22ACCOUNT_URL%22%3A%22https%3A%2F%2Faccount.interfolio.com%22%2C%22API_SERVER%22%3A%22https%3A%2F%2Fsecure.interfolio.com%22%2C%22DOSSIER_SERVER%22%3A%22https%3A%2F%2Fdossier.interfolio.com%22%2C%22F180_LOGIN%22%3A%22https%3A%2F%2Ffaculty180.interfolio.com%2Fsysadmin%2Fredirect.php%3Fdbid%3D'%22%2C%22IAM_SERVER%22%3A%22https%3A%2F%2Fiam-api.interfolio.com%22%2C%22LOGIC_SERVER%22%3A%22https%3A%2F%2Flogic.interfolio.com%22%2C%22PASSENGER_BUFFERS%22%3A%228%20512k%22%2C%22SESSION_COOKIE_DOMAIN%22%3A%22.interfolio.com%22%2C%22USER_API%22%3A%22https%3A%2F%2Fuser-api.interfolio.com%22%2C%22APPLY_SERVER%22%3A%22https%3A%2F%2Fapply.interfolio.com%22%2C%22BRANDING_PREFIX%22%3A%22https%3A%2F%2Fd3bx0wwoixakt1.cloudfront.net%22%2C%22BUCKET_SUFFIX%22%3A%22prod%22%2C%22BYC_API%22%3A%22https%3A%2F%2Flogic.interfolio.com%2Fbyc%22%2C%22BYC_SERVER%22%3A%22https%3A%2F%2Ffacultysearch.interfolio.com%22%2C%22PASSENGER_METRICS%22%3A%22CapacityUsed%2CMax%2CGetWaitListSize%22%2C%22PEOPLE_API%22%3A%22https%3A%2F%2Fpeople.interfolio.com%22%2C%22PT_SERVER%22%3A%22https%3A%2F%2Frpt.interfolio.com%22%2C%22SISENSE_URL%22%3A%22https%3A%2F%2Fintfoem.sisense.com%22%2C%22UNIT_API%22%3A%22https%3A%2F%2Funit-api.interfolio.com%22%2C%22ACCOUNT_API%22%3A%22https%3A%2F%2Fiam-api.interfolio.com%22%2C%22GON_ENVIRONMENT%22%3A%22production%22%2C%22PASSENGER_BUFFER_SIZE%22%3A%2264k%22%2C%22PAYMENT_SERVER%22%3A%22https%3A%2F%2Fpayment-api.interfolio.com%22%2C%22SUPER_SERVER%22%3A%22https%3A%2F%2Fsuper.interfolio.com%22%2C%22SENTRY_DSN%22%3A%22https%3A%2F%2F6f54d77f0829490494aadc8e87b40923%40sentry.io%2F1887112%22%2C%22LOGO_URL%22%3A%22https%3A%2F%2Fs3.amazonaws.com%2FByC_logo_prod%2F%22%2C%22SEGMENT_API_KEY%22%3A%22EH31yjXqLsltFxv9hXE2osUikUkJ167c%22%7D" /> <meta name="robots"> <!-- Favicon Generated with: http://realfavicongenerator.net/ --> <link rel="apple-touch-icon" sizes="180x180" href="https://d3nh312v09acg2.cloudfront.net/public/images/favicons/apple-touch-icon.png"> <link rel="icon" type="image/png" href="https://d3nh312v09acg2.cloudfront.net/public/images/favicons/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="https://d3nh312v09acg2.cloudfront.net/public/images/favicons/favicon-16x16.png" sizes="16x16"> <link rel="manifest" href="https://d3nh312v09acg2.cloudfront.net/public/images/favicons/manifest.json"> <link rel="mask-icon" href="https://d3nh312v09acg2.cloudfront.net/public/images/favicons/safari-pinned-tab.svg" color="#5bbad5"> <meta name="theme-color" content="#ffffff"> <!-- /Favicon --> <link href="https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,400italic|Cabin:400,500,600,700,400italic" rel="stylesheet" type="text/css"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css" rel="stylesheet"> <link rel="stylesheet" href="../../../styles.css?v=IWzSPW1s"><link rel="stylesheet" href="../../../npm/node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css?v=NrhzBIko"><link rel="stylesheet" href="../../../npm/node_modules/@flow-paper/legacy/css/flowpaper_flat.css?v=fcMmqiWQ"></head> <body ng-attr-id="{{$ctrl.$state.data.pageId}}"> <script src="https://d3nh312v09acg2.cloudfront.net/public/scripts/ckeditor/ckeditor.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.7.9/angular.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/d3js/3.5.17/d3.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/nvd3/1.8.6/nv.d3.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/angular-nvd3/1.0.9/angular-nvd3.min.js"></script> <div ng-class="{'spinner-overlay': pageIsLoading}"></div> <a11y-sr-alerts></a11y-sr-alerts> <fis-navigation id="fis-navigation" role="navigation" ng-if="$ctrl.currentUser.isAuthenticated() || $ctrl.fisNavigation.skipAuthentication"></fis-navigation> <div id="fis-body-content" class="pad-bottom" ng-class="{ 'fis-sidebar-open': $ctrl.fisNavigation.sidebarOpen, }"> <main> <app-root ng-hide="$ctrl.isLegacyRoute()"></app-root> <div ui-view=""></div> </main> <script src="/system.js?v=1739900786"></script> <script src="/core.min.js?v=1739900786"></script> <script src="/runtime.js?v=1739900786"></script> <!-- Check if browsers support dynamic esmodules. If they don't load legacy bundle. Can be removed when browsers that support static modules but not dynamic are dropped. --> <script> try { new Function("return import('data:text/javascript;base64,Cg==')")(); const bundle = document.createElement('script'); bundle.type = 'module'; bundle.src = '/bundle-es2015.min/index.js?v=1739900786'; document.body.appendChild(bundle); } catch (e) { System.import('./bundle-es5.min/index.js?v=1739900786'); } </script> </div> <div class="modal-shim"></div> <script src="../../../npm/node_modules/zone.js/dist/zone.min.js?v=TqrNsrH4"></script></body></html>