Skip to content

Instantly share code, notes, and snippets.

@jeremy-rutman
Created March 26, 2021 14:37
Show Gist options
  • Save jeremy-rutman/1ce5d35b644e972f56ca2bf479a21fce to your computer and use it in GitHub Desktop.
Save jeremy-rutman/1ce5d35b644e972f56ca2bf479a21fce to your computer and use it in GitHub Desktop.
Original LI page source
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Sales Navigator</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>
/* stylelint-disable */
.initial-load-animation {
padding-top: 96px;
width: 200px;
margin: 0 auto;
transform: scale(1);
transition: transform .5s ease;
}
.salesnav-image {
background-image: url('https://static-exp1.licdn.com/sc/h/v4ody32j7r2zqlkj9lxg96x3');
height: 55px;
width: 55px;
margin: 0 auto;
margin-bottom: 32px;
transform: translate(0, 0);
opacity: 1;
transition: all .5s ease-out;
}
.loading-bar {
width: 130px;
height: 2px;
margin: 0 auto;
border-radius: 2px;
background-color: #CFCFCF;
position: relative;
overflow: hidden;
z-index: 1;
transform: rotateY(0);
transition: transform .3s ease-in;
}
.blue-bar {
height: 100%;
width: 68px;
position: absolute;
transform: translate(-34px, 0);
background-color: #0073B1;
border-radius: 2px;
animation: initial-loading 1.5s infinite ease;
}
@keyframes initial-loading {
0% {
transform: translate(-34px, 0);
}
50% {
transform: translate(96px, 0);
}
100% {
transform: translate(-34px, 0);
}
}
.boot-complete .initial-loading-state,
.hide-loading.initial-loading-state {
display: none;
}
/* stylelint-enable */
</style>
<meta name="lighthouse-web/config/environment" content="%7B%22alternativeId%22%3A%22originalId%22%2C%22ember-a11y-testing%22%3A%7B%22componentOptions%22%3A%7B%22turnAuditOff%22%3Atrue%2C%22excludeAxeCore%22%3Atrue%2C%22axeOptions%22%3A%7B%22iframes%22%3Afalse%2C%22reporter%22%3A%22v2%22%2C%22resultTypes%22%3A%5B%22violations%22%5D%2C%22rules%22%3A%7B%22duplicate-id%22%3A%7B%22enabled%22%3Afalse%7D%2C%22duplicate-id-active%22%3A%7B%22enabled%22%3Afalse%7D%2C%22duplicate-id-aria%22%3A%7B%22enabled%22%3Afalse%7D%7D%7D%7D%7D%2C%22modulePrefix%22%3A%22lighthouse-web%22%2C%22deviceFormFactor%22%3A%22DESKTOP%22%2C%22environment%22%3A%22production%22%2C%22rootURL%22%3A%22%2F%22%2C%22locationType%22%3A%22auto-hash-params%22%2C%22historySupportMiddleware%22%3Atrue%2C%22autoHashConfig%22%3A%7B%22maxQueryParamBytes%22%3A4096%7D%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%2C%22EXTEND_PROTOTYPES%22%3A%7B%22Date%22%3Afalse%7D%2C%22_APPLICATION_TEMPLATE_WRAPPER%22%3Afalse%2C%22_DEFAULT_ASYNC_OBSERVERS%22%3Afalse%2C%22_JQUERY_INTEGRATION%22%3Afalse%2C%22_TEMPLATE_ONLY_GLIMMER_COMPONENTS%22%3Atrue%7D%2C%22APP%22%3A%7B%22rumConfig%22%3A%7B%22pageKeyPrefix%22%3A%22d_%22%2C%22beacon-service%22%3A%22tracking%22%2C%22beacon-url%22%3A%22%2Fli%2Ftrack%22%2C%22event-name%22%3A%22RealUserMonitoringEvent%22%2C%22enable-cdn-tracking%22%3Atrue%2C%22enable-pop-tracking%22%3Atrue%2C%22user-timing-mark-enabled%22%3Atrue%7D%2C%22name%22%3A%22lighthouse-web%22%2C%22version%22%3A%22lighthouse-web_0.2.6706%2B0a465237%22%7D%2C%22ember-media-player%22%3A%7B%22lazyLoad%22%3Atrue%2C%22plugins%22%3A%7B%7D%7D%2C%22eyeglass%22%3A%7B%22cssDir%22%3A%22assets%22%2C%22relativeAssets%22%3Afalse%7D%2C%22changeTracker%22%3A%7B%22auto%22%3Afalse%2C%22trackHasMany%22%3Afalse%7D%2C%22tracking%22%3A%7B%22appId%22%3A%22com.linkedin.sales2.d_web%22%2C%22topicPrefix%22%3A%22%22%2C%22pageKeyPrefix%22%3A%22d_%22%2C%22pveTrackingInfo%22%3A%7B%22osName%22%3A%22desktop%22%7D%2C%22comScore%22%3A%7B%22enabled%22%3Afalse%7D%7D%2C%22lix%22%3A%7B%22lixKeys%22%3A%5B%22lss-grandfather-pro-crm-sync%22%2C%22lss-admin-crm-sync%22%2C%22lss-sso-idp%22%2C%22lss.global-header.inbox.location-test%22%2C%22lss.global-alerts%22%2C%22lss-search-exclusions%22%2C%22lss.search.lead-spell-check%22%2C%22lss-spotlight-recent-funding-events%22%2C%22lss-connect-and-save-tracking%22%2C%22lss-keyword-typeahead-guided-first%22%2C%22lss-account-center%22%2C%22lss-enable-admin-settings-crm-purge%22%2C%22lss-admin-settings-crm-sync-calls%22%2C%22lss-crm-data-validation%22%2C%22lss-snap-crm-message%22%2C%22lss-crm-access-override%22%2C%22lss.widget.allow-oauth-v2.1%22%2C%22lss.widget.force-oauth-v2.1%22%2C%22lss-snap-crm-loading-optimization%22%2C%22lss-snap-redirect-to-V2%22%2C%22lss-disable-usage-report%22%2C%22lss-usage-privacy-preferences%22%2C%22lss-lists-collaboration-v2%22%2C%22lss-lists-permissions%22%2C%22lss-desktop-internal-feedback%22%2C%22lss-crm-sync-error-handling%22%2C%22lss-crm-sync-sfdc-error-handling%22%2C%22lss-relationship-strength-account%22%2C%22lss.homepage.alerts.tracking.debug.action-without-impression%22%2C%22lss.homepage.insight-cards%22%2C%22lss-user-settings-migration%22%2C%22lss.contact_creation%22%2C%22lss.list-usability.sort-by-dropdown-member%22%2C%22lss-alert-tab-to-pill%22%2C%22lss.alerts.account.growth.acceleration.ui%22%2C%22lss.alerts.request.count%22%2C%22pem.degradation-tracking-kill-switch.lighthouse-web%22%2C%22pem.lighthouse-web.track-homepage-feature-degradations%22%2C%22lss.connect.pem.bundle%22%2C%22lss.connect.pem.bundles%22%2C%22lss.connect.pem.bundle.update%22%2C%22lss.connect.pem.bundle.asset.create%22%2C%22lss.connect.pem.bundle.create%22%2C%22lss.connect.pem.inbox.threads%22%2C%22lss.connect.pem.inbox.thread%22%2C%22lss.connect.pem.inbox.compose%22%2C%22lss.profile.useNewRecommendationsApi%22%2C%22lss.search.smart-filters%22%2C%22lss-team-online-admin-upsell%22%2C%22lss.contact-creation.visibility%22%2C%22lss-account-list-csv-upload-banner%22%2C%22lss.web.realtime.messaging%22%2C%22lss.ssi.migration%22%2C%22lss.ssi.allow-guest-users%22%2C%22lss.growth.onboarding.handraise%22%2C%22lss_custom_list.list_entity_edit_modal%22%2C%22lss.growth.mobile-app-download-prompt-on-mobile%22%2C%22lss-xhr-global-error-handling%22%2C%22lss.growth.recent-flagship-searches-gate%22%5D%7D%2C%22ember-pem%22%3A%7B%22trackingTerminationLixKey%22%3A%22pem.degradation-tracking-kill-switch.lighthouse-web%22%7D%2C%22client-sensor-web%22%3A%7B%22mpName%22%3A%22lighthouse-web%22%7D%2C%22ember-cli-mirage%22%3A%7B%22enabled%22%3Afalse%2C%22directory%22%3A%22mirage%22%2C%22usingProxy%22%3Atrue%2C%22useDefaultPassthroughs%22%3Atrue%7D%2C%22exportApplicationGlobal%22%3Afalse%2C%22sparkPlaceholders%22%3A%7B%22includeHashes%22%3A%5B%22assets%2Fmedia-player.amd.js%22%5D%7D%2C%22appVersion%22%3A%220.2.6706%22%2C%22ember-collapsible-panel%22%3A%7B%7D%7D">
<!-- EMBER_CLI_FASTBOOT_TITLE --><!-- EMBER_CLI_FASTBOOT_HEAD -->
<link rel="shortcut icon" href="https://static-exp1.licdn.com/sc/h/8cid09dn4abwh9sygrmp48elf" id="favicon-ico">
<link rel="apple-touch-icon" href="https://static-exp1.licdn.com/sc/h/3w39iyg1mpqyl92x6w8hks3l">
<link rel="apple-touch-icon-precomposed" href="https://static-exp1.licdn.com/sc/h/bcssjypnzzvcuv91woopiackr">
<link rel="apple-touch-icon-precomposed" href="https://static-exp1.licdn.com/sc/h/ex80ountgx6vpj28b7ghe39bw" sizes="57x57">
<link rel="apple-touch-icon-precomposed" href="https://static-exp1.licdn.com/sc/h/1uls7lnzcc4o1kw0nspe2spdc" sizes="144x144">
<meta name="spark/hash-includes" content="{&quot;assets/media-player.amd.js&quot;:&quot;https://static-exp1.licdn.com/sc/h/cv9xxrfpheuvk9u6k4qau2ua9&quot;}">
<meta name="i18nDefaultLocale" content="en_US">
<meta name="i18nLocale" content="en_US">
<meta name="i18nIntlPolyfillUrl" content="https://static-exp1.licdn.com/sc/h/a1xu1vnigyfdthrc7kj9x9evj">
<meta name="requestIpCountryCode" content="">
<meta name="bprPageInstance" content="urn:li:page:bpr;hezhv1zoSZKDsk7QBxll3w&#61;&#61;">
<meta name="applicationInstance" content="{&quot;applicationUrn&quot;: &quot;urn:li:application:(lighthouse-web,lighthouse-web)&quot;, &quot;version&quot;: &quot;0.2.6706&quot;, &quot;trackingId&quot;: [41, -128, 34, 8, 38, -104, 68, 31, -88, 39, 125, 119, 18, 13, 55, -27]}">
<meta name="clientPageInstanceId" content="OAIIgKuYTGCWp+JD59c1jQ&#61;&#61;">
<meta name="service" content="lighthouse-web">
<meta name="serviceInstance" content="i001">
<meta name="serviceVersion" content="0.2.6706">
<meta name="treeID" content="bkwD4jDrbxYg5KLyLCsAAA&#61;&#61;">
<meta name="liamOrLisa" content="none">
<meta name="__init" content="{&quot;lix&quot;:{&quot;lss-team-online-admin-upsell&quot;:{&quot;trackingInfo&quot;:{&quot;experimentId&quot;:3519998,&quot;segmentIndex&quot;:1,&quot;treatmentIndex&quot;:1,&quot;trackingUrns&quot;:null,&quot;urn&quot;:&quot;urn:li:member:26679385&quot;},&quot;treatment&quot;:&quot;enabled&quot;,&quot;testKey&quot;:&quot;lss-team-online-admin-upsell&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss-connect-and-save-tracking&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;enabled&quot;,&quot;testKey&quot;:&quot;lss-connect-and-save-tracking&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss.contact_creation&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;enabled&quot;,&quot;testKey&quot;:&quot;lss.contact_creation&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss-alert-tab-to-pill&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss-alert-tab-to-pill&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss.connect.pem.bundle&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss.connect.pem.bundle&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss-crm-sync-error-handling&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss-crm-sync-error-handling&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss.global-header.inbox.location-test&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;in-nav&quot;,&quot;testKey&quot;:&quot;lss.global-header.inbox.location-test&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss.growth.recent-flagship-searches-gate&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss.growth.recent-flagship-searches-gate&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss-crm-data-validation&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;enabled&quot;,&quot;testKey&quot;:&quot;lss-crm-data-validation&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss.profile.useNewRecommendationsApi&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss.profile.useNewRecommendationsApi&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss.widget.force-oauth-v2.1&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss.widget.force-oauth-v2.1&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;pem.degradation-tracking-kill-switch.lighthouse-web&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;pem.degradation-tracking-kill-switch.lighthouse-web&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss.homepage.insight-cards&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;enabled-above-alerts&quot;,&quot;testKey&quot;:&quot;lss.homepage.insight-cards&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss.growth.onboarding.handraise&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;enabled&quot;,&quot;testKey&quot;:&quot;lss.growth.onboarding.handraise&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss-account-list-csv-upload-banner&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss-account-list-csv-upload-banner&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss.search.lead-spell-check&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;enabled&quot;,&quot;testKey&quot;:&quot;lss.search.lead-spell-check&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss.connect.pem.bundle.create&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss.connect.pem.bundle.create&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss-snap-crm-message&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss-snap-crm-message&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss.widget.allow-oauth-v2.1&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;enabled&quot;,&quot;testKey&quot;:&quot;lss.widget.allow-oauth-v2.1&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss-snap-redirect-to-V2&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;enabled&quot;,&quot;testKey&quot;:&quot;lss-snap-redirect-to-V2&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss.ssi.allow-guest-users&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;enabled&quot;,&quot;testKey&quot;:&quot;lss.ssi.allow-guest-users&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss-relationship-strength-account&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss-relationship-strength-account&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss.web.realtime.messaging&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss.web.realtime.messaging&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss-desktop-internal-feedback&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss-desktop-internal-feedback&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss.homepage.alerts.tracking.debug.action-without-impression&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss.homepage.alerts.tracking.debug.action-without-impression&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss.connect.pem.bundle.asset.create&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss.connect.pem.bundle.asset.create&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss.connect.pem.bundle.update&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss.connect.pem.bundle.update&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss-lists-permissions&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;enabled&quot;,&quot;testKey&quot;:&quot;lss-lists-permissions&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss.search.smart-filters&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;ss027_TT&quot;,&quot;testKey&quot;:&quot;lss.search.smart-filters&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss.list-usability.sort-by-dropdown-member&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;enabled&quot;,&quot;testKey&quot;:&quot;lss.list-usability.sort-by-dropdown-member&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss-lists-collaboration-v2&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss-lists-collaboration-v2&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss.contact-creation.visibility&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;cta_top_overflow&quot;,&quot;testKey&quot;:&quot;lss.contact-creation.visibility&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss.growth.mobile-app-download-prompt-on-mobile&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss.growth.mobile-app-download-prompt-on-mobile&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss.connect.pem.inbox.threads&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss.connect.pem.inbox.threads&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss-account-center&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;enabled&quot;,&quot;testKey&quot;:&quot;lss-account-center&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss-keyword-typeahead-guided-first&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss-keyword-typeahead-guided-first&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss-xhr-global-error-handling&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss-xhr-global-error-handling&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss-disable-usage-report&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss-disable-usage-report&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss-usage-privacy-preferences&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss-usage-privacy-preferences&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss.alerts.request.count&quot;:{&quot;trackingInfo&quot;:{&quot;experimentId&quot;:3901832,&quot;segmentIndex&quot;:1,&quot;treatmentIndex&quot;:1,&quot;trackingUrns&quot;:null,&quot;urn&quot;:&quot;urn:li:member:26679385&quot;},&quot;treatment&quot;:&quot;value_100&quot;,&quot;testKey&quot;:&quot;lss.alerts.request.count&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss.alerts.account.growth.acceleration.ui&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss.alerts.account.growth.acceleration.ui&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss.global-alerts&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;enabled&quot;,&quot;testKey&quot;:&quot;lss.global-alerts&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss.connect.pem.inbox.thread&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss.connect.pem.inbox.thread&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss-search-exclusions&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;enabled&quot;,&quot;testKey&quot;:&quot;lss-search-exclusions&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss-crm-sync-sfdc-error-handling&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;enabled&quot;,&quot;testKey&quot;:&quot;lss-crm-sync-sfdc-error-handling&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss.connect.pem.bundles&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss.connect.pem.bundles&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss-crm-access-override&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss-crm-access-override&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss-sso-idp&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss-sso-idp&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;pem.lighthouse-web.track-homepage-feature-degradations&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;enabled&quot;,&quot;testKey&quot;:&quot;pem.lighthouse-web.track-homepage-feature-degradations&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss_custom_list.list_entity_edit_modal&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss_custom_list.list_entity_edit_modal&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss-snap-crm-loading-optimization&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;enabled&quot;,&quot;testKey&quot;:&quot;lss-snap-crm-loading-optimization&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss-spotlight-recent-funding-events&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;enabled&quot;,&quot;testKey&quot;:&quot;lss-spotlight-recent-funding-events&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss-admin-crm-sync&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;enabled&quot;,&quot;testKey&quot;:&quot;lss-admin-crm-sync&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss.connect.pem.inbox.compose&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss.connect.pem.inbox.compose&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss-user-settings-migration&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;enabled&quot;,&quot;testKey&quot;:&quot;lss-user-settings-migration&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss-grandfather-pro-crm-sync&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss-grandfather-pro-crm-sync&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss-admin-settings-crm-sync-calls&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;enabled&quot;,&quot;testKey&quot;:&quot;lss-admin-settings-crm-sync-calls&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss-enable-admin-settings-crm-purge&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;control&quot;,&quot;testKey&quot;:&quot;lss-enable-admin-settings-crm-purge&quot;,&quot;primaryEvaluationUrn&quot;:null},&quot;lss.ssi.migration&quot;:{&quot;trackingInfo&quot;:null,&quot;treatment&quot;:&quot;enabled&quot;,&quot;testKey&quot;:&quot;lss.ssi.migration&quot;,&quot;primaryEvaluationUrn&quot;:null}}}">
<meta name="isGuest" content="false">
<meta name="renderingMode" data-mode="BIGPIPE">
<!--%SSR_HEAD*[]%-->
<meta name="Fastlane" content="enabled"/>
<meta name="bigpipeResponseTimeout" content="5000" />
<meta name="bigpipeJetRethrowError" content="false" />
<meta name="bigpipeBlacklistUrls" content="[&quot;static&#92;&#92;.licdn&#92;&#92;.com&quot;,&quot;media&#92;&#92;.licdn&#92;&#92;.com&quot;,&quot;voyager/api/typeahead/hits&quot;]" />
<meta name="isQueryTunnelRequestSupported" content="true" />
<script src="https://static-exp1.licdn.com/sc/h/388wvvq8f0wo2y0bqgsbkhnv3"></script>
<link rel="stylesheet" href="https://static-exp1.licdn.com/sc/h/5j7sz4coakbn8pg7yu4ri0etg">
<link rel="stylesheet" href="https://static-exp1.licdn.com/sc/h/bfwwga8lwpjxypfep7uxbvwwr">
<meta name="asset-url" id="artdeco-icons/static/images/icons.svg" content="https://static-exp1.licdn.com/sc/h/4upgxfhayj4r4ly3uoyyw46cp">
</head>
<body>
<!-- EMBER_CLI_FASTBOOT_BODY -->
<script src="https://static-exp1.licdn.com/sc/h/1yfpeejm1l7hmky9kfsfqmp96" crossorigin="" data-fastboot-src="assets/polyfill-shared.js"></script>
<script src="https://static-exp1.licdn.com/sc/h/9wdwkwj9lcs2ug97h0gvep8vm" nomodule="" crossorigin="" data-fastboot-src="assets/polyfill-legacy.js"></script>
<script src="https://static-exp1.licdn.com/sc/h/44lpm3xommt4uaobb0rsjjk0w" crossorigin="" data-fastboot-src="assets/polyfill-evergreen.js"></script>
<div class="initial-loading-state">
<div class="initial-load-animation">
<div class="salesnav-image"></div>
<div class="loading-bar">
<div class="blue-bar"></div>
</div>
</div>
</div>
<script src="https://static-exp1.licdn.com/sc/h/1ob7ry6f0fm0vht7wq93v5s7x" crossorigin="" data-fastboot-src="assets/vendor.js"></script>
<script src="https://static-exp1.licdn.com/sc/h/7xh7mpx6pcz4tp3t4dnyzcwn1" crossorigin="" data-fastboot-src="assets/i18n/support_en_US.js"></script>
<script src="https://static-exp1.licdn.com/sc/h/65y1pbn7t6cbpwi5dy7coudn5" crossorigin="" data-fastboot-src="assets/lighthouse-web.js"></script>
<div id="ember-basic-dropdown-wormhole"></div>
<div id="artdeco-modal-outlet"></div>
<code style="display: none" id="bpr-guid-347506">
{&quot;primaryIdentity&quot;:&quot;dXJuOmxpOm1lbWJlcjoyNjY3OTM4NQ&quot;}
</code>
<code style="display: none" id="datalet-bpr-guid-347506">
{"request":"/sales-api/salesApiPrimaryIdentity","status":200,"body":"bpr-guid-347506","method":"GET"}
</code>
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" style="display: none" class="datalet-bpr-guid-347506"><code style="display: none" id="bpr-guid-347509">
{&quot;hasContractInboxAccess&quot;:true,&quot;allowsRecordSmartLinksViewsToCrm&quot;:false,&quot;hasSandboxExperience&quot;:false,&quot;hasContractBundlesAccess&quot;:false,&quot;allowsContractToUseInboxAttachments&quot;:true}
</code>
<code style="display: none" id="datalet-bpr-guid-347509">
{"request":"/sales-api/salesApiAccess","status":200,"body":"bpr-guid-347509","method":"GET"}
</code>
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" style="display: none" class="datalet-bpr-guid-347509"><code style="display: none" id="bpr-guid-347511">
{&quot;statuses&quot;:{},&quot;results&quot;:{&quot;lss_account_list.sort_by.createdtime_or_name&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss.contact_creation&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss-signal-notification-message-CRM_SEAT_SYNC_OBJECTIVE_BELOW_TARGET&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss.list_usability.sortby_dropdown&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss.searchresults.expandedrows&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss.alerts.panel.shared-update-iframe&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss-dismiss-add-to-crm-tooltip&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss-company-crm-filter&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss.homepage.alerts.delete-irrelevant-action-type&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss-report-message-semaphore&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss_custom_list.list_nav_sharing_update&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss-search-filters-order&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss.homepage.insight-cards&quot;:{&quot;value&quot;:&quot;enabled-above-alerts&quot;},&quot;lss-signal-notification-message-ACTIVATION_OBJECTIVE_BELOW_TARGET&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss.search.filters.v2&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss.global-header.show-badge-counts&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;sales_lead_account_association_update&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss.account.bing_insights_demo&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss.alerts.lead.news.mention.panel.msg.cta&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss-bundle-video-asset&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss-alert-bookmarks&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss.admin_settings.v2&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss-account-opportunity-info&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss.homepage.alerts.recommended-text&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss.contact_creation_dynamics&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss-account-outreach-activity&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss-connection-of-filter&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss.widget.validation&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss.search.spotlight-redesign&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss.contact_creation.account_search_info&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss-lists-permissions&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss-lead-recommendations-on-search&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss-search-filters-typeahead-exclusions&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss.crm.lead_creation&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss.custom_list.remove_spotlight&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;pem.lighthouse-web.track-crmsync-feature-degradations&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss.global-header.farmer-nav&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss-invitation-restriction&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss.crmsync.sandbox.eligible&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss-account-center&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss-signal-notification-message-CRM_INTEGRATION_OBJECTIVE_NOT_CONNECTED&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss-hide-crm-settings-and-notifications&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss-account-page-redesign&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss.crm.seat.writeback&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss-disable-usage-report&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss-usage-privacy-preferences&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss-contact-creation-cta-lead-serp&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss.alerts.request.count&quot;:{&quot;value&quot;:&quot;value_100&quot;},&quot;lss.autogen-lists&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss.crm.confirm-correct&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss-saved-search-on-starter&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss-auto-save-crm-list&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss.rename.customer_hub.learning_center&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss-primary-cta-lead-page&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss-search-exclusions&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss.search.global-typeahead-unification&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss-usage-v2-cumulative-metrics&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss.widget.company_search_v2&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss.account-list-detail.crm-match&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss.account-lists.csv-import&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss-manual-account-priority&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss-custom-list-size-limit-1k&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss.ember-oauth-migration&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss-contextual-lead-recommendation-account&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss.widget.profile_search_v2&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss.profile.name_pronunciation&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss.crm.connection-guide&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss-prompt-add-to-crm&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss-account-opportunity-info-dynamics&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss-team-link-redesign&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss.global-header.in-product-help&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss-spotlight-recent-funding-events&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss-contextual-lead-recommendation-general&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss-lists-collaboration-v2-contract&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss-enlarge-saved-search-quota&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss.ember-oauth-migration.record-creation&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss-recent-entities-on-starter&quot;:{&quot;value&quot;:&quot;enabled&quot;},&quot;lss-account-page-buyer-intent&quot;:{&quot;value&quot;:&quot;control&quot;},&quot;lss.homepage.leadrec-jbi-counts&quot;:{&quot;value&quot;:&quot;orderOnly&quot;}},&quot;errors&quot;:{}}
</code>
<code style="display: none" id="datalet-bpr-guid-347511">
{"request":"/sales-api/salesApiTreatment?ids\u003DList(lss-account-center,lss.contact_creation,lss.contact_creation_dynamics,lss-auto-save-crm-list,lss.ember-oauth-migration,lss.autogen-lists,lss.account-list-detail.crm-match,lss-account-opportunity-info,lss-account-opportunity-info-dynamics,lss-manual-account-priority,lss-custom-list-size-limit-1k,lss_custom_list.list_nav_sharing_update,lss-lists-collaboration-v2-contract,lss-lists-permissions,lss.account-lists.csv-import,lss_account_list.sort_by.createdtime_or_name,lss-account-outreach-activity,lss.custom_list.remove_spotlight,lss-search-exclusions,lss-company-crm-filter,lss.profile.name_pronunciation,lss-usage-v2-cumulative-metrics,lss-usage-privacy-preferences,lss-disable-usage-report,lss-spotlight-recent-funding-events,lss.alerts.request.count,lss.alerts.lead.news.mention.panel.msg.cta,lss-search-filters-typeahead-exclusions,lss-signal-notification-message-ACTIVATION_OBJECTIVE_BELOW_TARGET,lss-signal-notification-message-CRM_INTEGRATION_OBJECTIVE_NOT_CONNECTED,lss-signal-notification-message-CRM_SEAT_SYNC_OBJECTIVE_BELOW_TARGET,lss.admin_settings.v2,lss-search-filters-order,lss.search.global-typeahead-unification,lss.search.spotlight-redesign,lss.alerts.panel.shared-update-iframe,lss.search.filters.v2,lss-alert-bookmarks,lss.homepage.insight-cards,lss.crmsync.sandbox.eligible,lss.crm.seat.writeback,lss.crm.confirm-correct,lss.crm.connection-guide,pem.lighthouse-web.track-crmsync-feature-degradations,lss.list_usability.sortby_dropdown,lss.crm.lead_creation,lss.ember-oauth-migration.record-creation,lss-hide-crm-settings-and-notifications,lss.contact_creation.account_search_info,sales_lead_account_association_update,lss.homepage.alerts.delete-irrelevant-action-type,lss.homepage.alerts.recommended-text,lss.global-header.show-badge-counts,lss.global-header.in-product-help,lss.rename.customer_hub.learning_center,lss.global-header.farmer-nav,lss.searchresults.expandedrows,lss.widget.validation,lss.widget.profile_search_v2,lss.widget.company_search_v2,lss-contextual-lead-recommendation-account,lss-contextual-lead-recommendation-general,lss-contact-creation-cta-lead-serp,lss-primary-cta-lead-page,lss-bundle-video-asset,lss-prompt-add-to-crm,lss-dismiss-add-to-crm-tooltip,lss.homepage.leadrec-jbi-counts,lss-account-page-redesign,lss-account-page-buyer-intent,lss-team-link-redesign,lss.account.bing_insights_demo,lss-saved-search-on-starter,lss-lead-recommendations-on-search,lss-invitation-restriction,lss-recent-entities-on-starter,lss-report-message-semaphore,lss-enlarge-saved-search-quota,lss-connection-of-filter)","status":200,"body":"bpr-guid-347511","method":"GET"}
</code>
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" style="display: none" class="datalet-bpr-guid-347511"><code style="display: none" id="bpr-guid-347513">
{&quot;onboarded&quot;:true,&quot;seatRoles&quot;:[&quot;LSS_ADMIN_SEAT&quot;,&quot;SALES_SEAT_TIER1&quot;],&quot;unseenNotificationsCount&quot;:0,&quot;viewerPrivacy&quot;:{&quot;contractInfo&quot;:{&quot;canCancelContract&quot;:true,&quot;fromIOS&quot;:false,&quot;tier&quot;:&quot;SALES_SEAT_TIER1&quot;,&quot;upgradePage&quot;:&quot;https://www.linkedin.com/premium/products?family&#61;sales&quot;,&quot;onlineNonRecurring&quot;:false,&quot;canUndoCancelContract&quot;:false,&quot;online&quot;:true,&quot;contractName&quot;:&quot;Sales Navigator Professional&quot;,&quot;canUpgrade&quot;:true,&quot;cancelPageUrl&quot;:&quot;https://www.linkedin.com/premium/cancel?family&#61;sales&quot;},&quot;emailPreferences&quot;:[{&quot;emailKey&quot;:&quot;lss_saved_search_alert_enabled&quot;,&quot;frequency&quot;:&quot;ALWAYS&quot;},{&quot;emailKey&quot;:&quot;lss_guidance&quot;,&quot;frequency&quot;:&quot;ALWAYS&quot;},{&quot;emailKey&quot;:&quot;email_lss_wvmp_notification&quot;,&quot;frequency&quot;:&quot;ALWAYS&quot;},{&quot;emailKey&quot;:&quot;lss_custom_list_added_as_collaborator&quot;,&quot;frequency&quot;:&quot;ALWAYS&quot;},{&quot;emailKey&quot;:&quot;email_lss_lead_job_change&quot;,&quot;frequency&quot;:&quot;ALWAYS&quot;},{&quot;emailKey&quot;:&quot;email_lss_lead_role_change&quot;,&quot;frequency&quot;:&quot;ALWAYS&quot;},{&quot;emailKey&quot;:&quot;email_lss_in_case_you_missed_it_digest&quot;,&quot;frequency&quot;:&quot;ALWAYS&quot;}],&quot;flagshipActivityDataOptOut&quot;:false,&quot;billingInfo&quot;:{&quot;lastBillAmount&quot;:&quot;79.99&quot;,&quot;nextBillingDate&quot;:&quot;April 17, 2021&quot;,&quot;billingHistory&quot;:&quot;https://www.linkedin.com/payments/purchasehistory&quot;,&quot;balance&quot;:&quot;79.99&quot;,&quot;lastBillingDate&quot;:&quot;March 17, 2021&quot;,&quot;paymentMethods&quot;:&quot;https://www.linkedin.com/payments/paymentaccounts/personal&quot;,&quot;currency&quot;:&quot;USD&quot;,&quot;billingRecurrence&quot;:&quot;P1M&quot;},&quot;emailAddress&quot;:&quot;jeremy.rutman@yahoo.com&quot;,&quot;salesProfileViewingPrivacy&quot;:&quot;FULL&quot;,&quot;teamlinkEnabled&quot;:true,&quot;showTeamlinkSetting&quot;:false},&quot;admin&quot;:true,&quot;memberResolutionResult&quot;:{&quot;firstName&quot;:&quot;Jeremy&quot;,&quot;lastName&quot;:&quot;Rutman&quot;,&quot;objectUrn&quot;:&quot;urn:li:member:26679385&quot;,&quot;entityUrn&quot;:&quot;urn:li:fs_salesProfile:(ACwAAAGXGFkBKep3HaOOF0eRBcu0Dnd6Dv17nsE, , )&quot;,&quot;fullName&quot;:&quot;Jeremy Rutman&quot;,&quot;headline&quot;:&quot;Patent Attorney | PhD in Physics | AI Expert &quot;},&quot;adminOnly&quot;:false,&quot;showUsageReporting&quot;:false,&quot;enterpriseContract&quot;:false,&quot;member&quot;:&quot;urn:li:fs_salesProfile:(ACwAAAGXGFkBKep3HaOOF0eRBcu0Dnd6Dv17nsE, , )&quot;,&quot;epAccountId&quot;:93461929,&quot;onboardedAt&quot;:1614082735000,&quot;showSeatManagement&quot;:true,&quot;showReferralHub&quot;:false,&quot;viewerSalesUrn&quot;:&quot;urn:li:fs_sales:(26679385,852182907,238860707)&quot;,&quot;showAdminHomepage&quot;:false,&quot;showAdminSettings&quot;:false,&quot;epApplicationInstanceId&quot;:113608258,&quot;online&quot;:true,&quot;showSettings&quot;:true,&quot;baseScdsUrl&quot;:&quot;https://static-exp1.licdn.com/scds&quot;}
</code>
<code style="display: none" id="datalet-bpr-guid-347513">
{"request":"/sales-api/salesApiNavChrome?decoration\u003D%28baseScdsUrl%2CviewerPrivacy%2CviewerSalesUrn%2Cadmin%2CadminOnly%2Conline%2CshowReferralHub%2CshowAdminSettings%2CshowAdminHomepage%2CshowSeatManagement%2CshowSettings%2CshowUsageReporting%2CenterpriseContract%2CunseenNotificationsCount%2Conboarded%2CepAccountId%2CepApplicationInstanceId%2CseatSources*%2CseatRoles*%2ConboardedAt%2Cmember~fs_salesProfile%28entityUrn%2CobjectUrn%2CfirstName%2ClastName%2CfullName%2Cheadline%29%29","status":200,"body":"bpr-guid-347513","method":"GET"}
</code>
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" style="display: none" class="datalet-bpr-guid-347513"><code style="display: none" id="bpr-guid-347516">
{&quot;elements&quot;:[],&quot;paging&quot;:{&quot;count&quot;:1,&quot;start&quot;:0,&quot;links&quot;:[]}}
</code>
<code style="display: none" id="datalet-bpr-guid-347516">
{"request":"/sales-api/salesApiColleagueRelationships?fromProfileId\u003DACoAAAVDOm8B2aZhRRmmdDCFAnbWL95nXoNJEZI\u0026count\u003D1\u0026start\u003D0\u0026decoration\u003D%28lastUpdatedAt%2CfromMember%2Csource%2CtoMember~fs_salesProfile%28entityUrn%2CprofilePictureDisplayImage%2CfullName%2Cdegree%2CdefaultPosition%29%2Ccreator~fs_salesProfile%28entityUrn%2CfullName%29%29\u0026_id\u003DfromProfileId%3DACoAAAVDOm8B2aZhRRmmdDCFAnbWL95nXoNJEZI%26count%3D1%26start%3D0\u0026q\u003DlatestByFromMember\u0026relationshipType\u003DREPORTS_TO","status":200,"body":"bpr-guid-347516","method":"GET"}
</code>
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" style="display: none" class="datalet-bpr-guid-347516"><code style="display: none" id="bpr-guid-347517">
{&quot;objectUrn&quot;:&quot;urn:li:member:88291951&quot;,&quot;contactInfo&quot;:{},&quot;crmStatus&quot;:{&quot;imported&quot;:false},&quot;educations&quot;:[{&quot;fieldsOfStudy&quot;:[&quot;Theoretical and Mathematical Physics&quot;],&quot;school&quot;:&quot;urn:li:fs_salesSchool:13396&quot;,&quot;degree&quot;:&quot;Bachelor of Engineering (B.Eng.) in electrical engineering , B.Sc , M.Sc, Ph.D. physics&quot;,&quot;schoolName&quot;:&quot;Technion - Israel Institute of Technology&quot;,&quot;eduId&quot;:288281620}],&quot;inmailRestriction&quot;:&quot;NO_RESTRICTION&quot;,&quot;unlocked&quot;:false,&quot;showTotalConnectionsPage&quot;:false,&quot;defaultPosition&quot;:{&quot;new&quot;:false,&quot;companyName&quot;:&quot;Biosense Webster&quot;,&quot;description&quot;:&quot;Experience&#92;nJoined Biosense in 1995, prior to its acquisition by Johnson &amp; Johnson in 1997. &#92;n1995-2006: Director for Advanced R&amp;D for Biosense Webster Israel: Responsible for the development of all new concepts and technologies for Biosense Webster (Johnson &amp; Johnson) including: Magnetic tracking of probes and catheter in Vivo. This technology is corner stone for Biosense Webster navigated catheter portfolio. ECG sensing and signal conditioning. New sensors development, Lab characteristic tests. Development of algorithm for heart mapping and visualization. Image guided surgery system, robotics and algorithm for orthopedic procedure. Image guided biopsy needle procedure development. Wireless monitoring applications.&quot;,&quot;title&quot;:&quot;Director for Advanced R&amp;D for Biosense Webster Israel&quot;,&quot;companyUrn&quot;:&quot;urn:li:fs_salesCompany:1194&quot;,&quot;posId&quot;:1623077303,&quot;current&quot;:true,&quot;startedOn&quot;:{&quot;month&quot;:11,&quot;year&quot;:1995}},&quot;noteCount&quot;:0,&quot;degree&quot;:2,&quot;positions&quot;:[{&quot;new&quot;:false,&quot;companyName&quot;:&quot;Biosense Webster&quot;,&quot;description&quot;:&quot;Experience&#92;nJoined Biosense in 1995, prior to its acquisition by Johnson &amp; Johnson in 1997. &#92;n1995-2006: Director for Advanced R&amp;D for Biosense Webster Israel: Responsible for the development of all new concepts and technologies for Biosense Webster (Johnson &amp; Johnson) including: Magnetic tracking of probes and catheter in Vivo. This technology is corner stone for Biosense Webster navigated catheter portfolio. ECG sensing and signal conditioning. New sensors development, Lab characteristic tests. Development of algorithm for heart mapping and visualization. Image guided surgery system, robotics and algorithm for orthopedic procedure. Image guided biopsy needle procedure development. Wireless monitoring applications.&quot;,&quot;title&quot;:&quot;Director for Advanced R&amp;D for Biosense Webster Israel&quot;,&quot;companyUrn&quot;:&quot;urn:li:fs_salesCompany:1194&quot;,&quot;posId&quot;:1623077303,&quot;current&quot;:true,&quot;startedOn&quot;:{&quot;month&quot;:11,&quot;year&quot;:1995}},{&quot;endedOn&quot;:{&quot;year&quot;:2020},&quot;companyName&quot;:&quot;Biosense Webster&quot;,&quot;description&quot;:&quot;2009-2014: VP of Advanced R&amp;D Biosense Webster a Johnson &amp; Johnson Company: Responsibility on both disposable, system and new concept development. In my role I was responsible for the initiation and development up to production of a multi-electrode catheter and system for fast ablation of the pulmonary vein for the treatment of Proximal Atrial Fibrillation. I was also responsible for development and feasibility of new tools software and hardware to enable lesion assessment during catheter ablation procedures. &#92;n2014-Today: VP of Advanced R&amp;D for CSS Group in Johnson &amp; Johnson: In 2014 my role for feasibility and front end development was extended to several companies (Biosense Webster, Cerenovous, Acclarent, Vision Care) in Johnson &amp; Johnson medical device sector. I am now overseeing development and concept feasibility in intervention brain procedures, (ENT) ear, nose and throat and eye surgery. In my role I develop and new navigation system for interventional procedures in ENT that is now considered as the goal standard in the field and main product of Acclarent. This development has won the Johnson &amp; Johnson medal for innovation and new development. Currently I am engaged in several cutting-edge project including new and safer ways of treatments in a beating heart and next generation tools for eye surgery procedures. &#92;n&quot;,&quot;title&quot;:&quot;VP, WW Advanced R&amp;D for CSS and Surgical Vision&quot;,&quot;companyUrn&quot;:&quot;urn:li:fs_salesCompany:1194&quot;,&quot;posId&quot;:619676059,&quot;current&quot;:false,&quot;startedOn&quot;:{&quot;year&quot;:2014}},{&quot;endedOn&quot;:{&quot;year&quot;:2014},&quot;companyName&quot;:&quot;Biosense Webster&quot;,&quot;description&quot;:&quot;2006-2009: Worldwide Director of Advanced Research &amp; Development- Biosense Webster A Johnson &amp; Johnson Company: Responsibility for new catheters concepts as well as support system and procedural workflow. Invention of the smart touch force catheter for real time measurement of force during the procedure and development to clinical maturity (a product that sell close to one billion dollar a year as of today). Invention and development of interventional ultrasound navigated catheter in collaboration with Siemens. This production was released in 2009 and has a revenue excessive of 300 million a year. Initiation of the Carto 3 concept and system for multiple electrode tracking in the heart. This system is still the hub of almost every electrophysiology lab in the world including thousands of installations around the word (supporting business of three billion dollars) . All of the above projects won the Johnson &amp; Johnson medal for research and development – Which is the highest and most distinguished award given in Johnson &amp; Johnson. Together with another project that won this recognition it makes me the only one to win four times this distinguished recognition in the history of Johnson &amp; Johnson.&quot;,&quot;title&quot;:&quot;VP, WW Advanced R&amp;D for CSS and Surgical Vision Johnson &amp; Johnson&quot;,&quot;companyUrn&quot;:&quot;urn:li:fs_salesCompany:1194&quot;,&quot;posId&quot;:1623069872,&quot;current&quot;:false,&quot;startedOn&quot;:{&quot;year&quot;:2006}}],&quot;relatedColleagueCompanyId&quot;:1194,&quot;savedLead&quot;:false,&quot;firstName&quot;:&quot;Assaf&quot;,&quot;numOfSharedConnections&quot;:21,&quot;memberBadges&quot;:{&quot;premium&quot;:false,&quot;openLink&quot;:false,&quot;jobSeeker&quot;:false},&quot;lastName&quot;:&quot;Govari, Ph.D.&quot;,&quot;memorialized&quot;:false,&quot;industry&quot;:&quot;Medical Devices&quot;,&quot;entityUrn&quot;:&quot;urn:li:fs_salesProfile:(ACwAAAVDOm8BFAkFQKDDRUcTtzzQl2jT2LulI1Y,kyDo,name)&quot;,&quot;numOfConnections&quot;:898,&quot;profilePictureDisplayImage&quot;:{&quot;artifacts&quot;:[{&quot;width&quot;:100,&quot;fileIdentifyingUrlPathSegment&quot;:&quot;https://media-exp1.licdn.com/dms/image/C4E03AQEyGt5lpYyxeg/profile-displayphoto-shrink_100_100/0/1596366853514?e&#61;1622073600&amp;v&#61;beta&amp;t&#61;lOvLMxiUDpQChzpx5pp7aCKjCSVAg0ntmceaumPW-Bs&quot;,&quot;height&quot;:100},{&quot;width&quot;:200,&quot;fileIdentifyingUrlPathSegment&quot;:&quot;https://media-exp1.licdn.com/dms/image/C4E03AQEyGt5lpYyxeg/profile-displayphoto-shrink_200_200/0/1596366853514?e&#61;1622073600&amp;v&#61;beta&amp;t&#61;z7tmB2P2eRzveUL0mEkcRqbl-lcCj2auV80xn3xXg5s&quot;,&quot;height&quot;:200},{&quot;width&quot;:400,&quot;fileIdentifyingUrlPathSegment&quot;:&quot;https://media-exp1.licdn.com/dms/image/C4E03AQEyGt5lpYyxeg/profile-displayphoto-shrink_400_400/0/1596366853514?e&#61;1622073600&amp;v&#61;beta&amp;t&#61;wj-nF24rQz9MhsvGbl792wSjsKV1m3P4DSw0WfnrQWE&quot;,&quot;height&quot;:400},{&quot;width&quot;:800,&quot;fileIdentifyingUrlPathSegment&quot;:&quot;https://media-exp1.licdn.com/dms/image/C4E03AQEyGt5lpYyxeg/profile-displayphoto-shrink_800_800/0/1596366853514?e&#61;1622073600&amp;v&#61;beta&amp;t&#61;p-FxwqJlzeEFpLi1mkeaJN9w698R3R5Fnu13o-dU9nc&quot;,&quot;height&quot;:800}],&quot;rootUrl&quot;:&quot;&quot;},&quot;headline&quot;:&quot;World Wide VP of Advanced R&amp;D for Biosense Webster a Johnson &amp; Johnson Company&quot;,&quot;profileUnlockInfo&quot;:{&quot;showProfileUnlock&quot;:false},&quot;blockThirdPartyDataSharing&quot;:false,&quot;summary&quot;:&quot;World Wide V.P. for Advanced R&amp;D, Cardiovascular and Specialty Solutions Group, covering electrophysiology, ENT, and Vision Care. Managing a group of engineers and scientist in Haifa and CA working together to creat and bring new ideas and innovation in the area of , Cardiovascular and Specialty Solutions Group, covering electrophysiology, ENT, and Vision Care. For the past twenty years, I have been realizing my vision of building and leading a group of Johnson and Johnson engineers and scientists specializing in cutting edge technology and applications in the area of Cardiac electrophysiology. &#92;nThe effort has yielded ground-breaking technologies each responsible for multi-million dollars of sells. The following are some examples: &#92;nCarto Navigation sensor and system - We were the first to introduce tiny magnetic sensors in EP catheters both for diagnostic and therapy. My group has introduced several generation of miniature sensors to support our navigated catheters line as well image guided surgery guide wires and tools.&#92;nNavigated intracardiac Ultrasound for real-time diagnostics- CartoSound™ system and Catheter&#92;nCARTO 3 ™- Mapping and navigation system which is currently the hub of many electrophysiology labs around the world. &#92;nContact-force sensing for therapeutic ablation catheters.- Smart touch™ catheter is an ablation catheter that can measure the force acting on the tip of the catheter in real time (best ever selling catheter for Biosense Webster).&#92;nMultiple electrode ablation catheter and RF generator- NGen™ RF ablation system is currently the most capable and advance RF generator in the field . &#92;nBalloon based single shot ablation catheter for the isolation of the pulmonary veins- Helios™ catheter&#92;n&#92;nENT image guided system for for balloon sinuplasty procedures including tiny sensor at the tip of a guide wire , a 3D graphical module , GUI and industrial design.&#92;n&#92;n&#92;n&#92;n&quot;,&quot;pendingInvitation&quot;:true,&quot;fullName&quot;:&quot;Assaf Govari, Ph.D.&quot;,&quot;pictureInfo&quot;:{},&quot;listCount&quot;:0,&quot;flagshipProfileUrl&quot;:&quot;https://www.linkedin.com/in/assaf-govari-ph-d-a6769a25&quot;,&quot;location&quot;:&quot;Israel&quot;}
</code>
<code style="display: none" id="datalet-bpr-guid-347517">
{"request":"/sales-api/salesApiProfiles/(profileId:ACoAAAVDOm8B2aZhRRmmdDCFAnbWL95nXoNJEZI,authType:kyDo,authToken:name)?decoration\u003D%28entityUrn%2CobjectUrn%2CpictureInfo%2CprofilePictureDisplayImage%2CfirstName%2ClastName%2CfullName%2Cheadline%2CmemberBadges%2Cdegree%2CprofileUnlockInfo%2Clocation%2ClistCount%2Cindustry%2CnumOfConnections%2CinmailRestriction%2CsavedLead%2CdefaultPosition%2CcontactInfo%2Csummary%2CcrmStatus%2CpendingInvitation%2Cunlocked%2CrelatedColleagueCompanyId%2CnumOfSharedConnections%2CshowTotalConnectionsPage%2CblockThirdPartyDataSharing%2CconnectedTime%2CnoteCount%2CflagshipProfileUrl%2CfullNamePronunciationAudio%2Cmemorialized%2CfullNamePronunciationAudio%2Cpositions*%2Ceducations*%29","status":200,"body":"bpr-guid-347517","method":"GET"}
</code>
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" style="display: none" class="datalet-bpr-guid-347517"><script type="x/boundary" id="fastboot-body-start"></script><script type="x/boundary" id="fastboot-body-end"></script><code style="display: none" id="clientPageInstance">
urn:li:page:d_sales2_profile;OAIIgKuYTGCWp+JD59c1jQ&#61;&#61;
</code>
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" style="display: none" class="terminatorlet">
<div id="ember-panel-outlet"></div>
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment