CINXE.COM

IP Platform

<!doctype html> <!-- __ ____ ____ / / / / / / __/ / / / __/ / /_ /_/ /_/ /___/ Coded with <3 Build: ipc-core-1717990053677 --> <html ng-attr-lang="{{lang}}" > <head> <!-- Cdx header and footer --> <script src="https://cdn.digital-experience.clarivate.io/@cdx/branding/v2.4.1/branding.polyfills.esm.js" type="module" ></script> <script src="https://cdn.digital-experience.clarivate.io/@cdx/branding/v2.4.1/branding.main.esm.js" type="module" ></script> <!-- Cdx header and footer --> <!-- Cdx progress Spinner--> <script src="https://cdn.jsdelivr.net/npm/@material/mwc-circular-progress@0.25.3/+esm" type="module"></script> <!-- Cdx progress Spinner--> <!-- uirouter angularjs--> <script src="https://unpkg.com/angular@1.7.9/angular.js"></script> <script src="https://unpkg.com/@uirouter/angularjs@1.1.0/release/angular-ui-router.js"></script> <script src="https://unpkg.com/browse/@uirouter/angular-hybrid@10.0.1/esm2015/angular-hybrid.js"></script> <!-- uirouter angularjs--> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="format-detection" content="telephone=no"> <meta charset="utf-8"> <link rel="icon" type="image/x-icon" href="images/favicon.ico"> <title>IP Platform</title> <script src="./init.js?v=1717990053677"></script> <script async src="./ipc-core-1717990053677.js"></script> <style> a.clarivate-logo{ width:105px; height:40px; display:block; position: fixed; top: 0px; left: 32px; z-index: 1; } a.clarivate-logo{ text-decoration: none !important; } </style> </head> <body ng-class="navigationState"> <noscript><style type="text/css"> .no-script { position: absolute; left: 0; top: 0; bottom: 0; right: 0; display: flex; align-items: center; justify-content: center; font-family: Arial, Helvetica, sans-serif; font-size: 20px; } .loading-bar { display: none !important; } </style> <div class="no-script"><span>You seem to have disabled Javascript. Please enable it in order to run this application.</span></div></noscript> <div ng-if="!initializationComplete" class="loading-screen"> <style> body, html { line-height: 1 !important; padding: 0; margin: 0; } * { box-sizing: border-box !important; } .loader { display: flex; flex-direction: row; justify-content: center; align-items: center; margin: 30px 0; } .loading-screen { padding: 20px; max-width: 600px; border-radius: 4px; margin: auto; margin-top: 50px; flex-direction: column; display: flex; align-items: center; justify-content: center; } .loading-screen .loading-text { font-family: sans-serif; font-size: 100px; } .spinner { width: 100px; height: 100px; display: inline-block; border-radius: 50%; border-top-left-radius: 0; overflow: hidden; margin-right: 10px; } .spinner .pie { width: 50%; height: 50%; float: left; display: block; animation: colorchange .8s infinite; } .pie.delay-1 { animation-delay: 0.1s; } .pie.delay-2 { animation-delay: 0.2s; } .pie.delay-3 { animation-delay: 0.3s; } @keyframes colorchange { 0% { background: #bf1822 } 50% { background: white} } </style> <div class="loader"> <mwc-circular-progress indeterminate density="10"></mwc-circular-progress> </div> </div> <style> .global-error.fullscreen-error { font-family: 'Noto Sans', 'Open Sans', Verdana, sans-serif; position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: #e6e6e6; } .global-error.fullscreen-error .wrapper { box-shadow: .2rem .2rem .2rem #737373; border-radius: .3rem; background: #fff; margin: auto; margin-top: 10rem; max-width: 80rem; padding: 4rem; display: flex; flex-direction: column; } .global-error.fullscreen-error .wrapper .header { flex: 0 0 auto; } .global-error.fullscreen-error .wrapper .content { flex: 1 1 auto; } </style> <div class="global-error fullscreen-error" style="display:none;"> <div class="wrapper"> <div class="header clearfix"> <h1><i class="fa fa-meh-o"></i> <span>Oops!</span></h1> </div> <div class="content"> <p>There was an unexpected error, sorry about that.</p> </div> </div> </div> <ui-view></ui-view> <a class="clarivate-logo" href="/">&nbsp;</a> </body> </html>

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