{"id":20048,"date":"2025-08-29T18:54:13","date_gmt":"2025-08-29T22:54:13","guid":{"rendered":"https:\/\/sosv.com\/?page_id=20048"},"modified":"2025-09-10T11:05:22","modified_gmt":"2025-09-10T15:05:22","slug":"deep-tech-100","status":"publish","type":"page","link":"https:\/\/sosv.com\/deep-tech-100\/","title":{"rendered":"SOSV Deep Tech 100"},"content":{"rendered":"      <div id=\"deep-tech-hero\" class=\"cohere-hero  has-text-color has-white-color alignfull is-style-default\" style=\"padding-bottom: 70px; \">\n\n        <script id=\"desktop-background\" type=\"text\/x-template\">\n        \t\t        <div class=\"cohere-hero__video-background\">\n\n\t          \n\t            <video autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">\n\n\t              <source src=\"https:\/\/res.cloudinary.com\/sosv-development\/video\/upload\/v1757511085\/deep-tech-100-background-2_isoydd.mp4\" type=\"video\/mp4\">\n\n\t            <\/video>\n\n\t          \n\t        <\/div>\n\t      \t\t\t\t<\/script>\n\n\t\t\t\t<script id=\"tablet-background\" type=\"text\/x-template\">\n\t\t\t\t\t\t        <div class=\"cohere-hero__background\"><\/div>\n\t      \t\t\t\t<\/script>\n\n\t\t\t\t<script id=\"mobile-background\" type=\"text\/x-template\">\n\t\t\t\t\t\t        <div class=\"cohere-hero__background\"><\/div>\n\t      \t\t\t\t<\/script>\n\n\t\t\t\t<div class=\"cohere-hero__background-wrapper\"><\/div>\n\n        <div class=\"cohere-hero__inner \">\n          \n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">      <div id=\"cohere-max-width-block_f66636604eb5a359ae4ae9bde403fad9\" class=\"cohere-max-width has-text-align-center\" style=\"\">\n        <div class=\"cohere-max-width__inner entry-content\" style=\" max-width: 650px;\">\n          \n\n<h1 class=\"wp-block-heading has-text-align-center hidden has-huge-font-size\" id=\"h-sosv-deep-tech-100\">SOSV Deep Tech 100 <\/h1>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"741\" src=\"https:\/\/sosv.com\/wp-content\/uploads\/2025\/09\/deep-tech-100-v5.png\" alt=\"Deep Tech 100\" class=\"wp-image-20241\" srcset=\"https:\/\/sosv.com\/wp-content\/uploads\/2025\/09\/deep-tech-100-v5.png 1200w, https:\/\/sosv.com\/wp-content\/uploads\/2025\/09\/deep-tech-100-v5-300x185.png 300w, https:\/\/sosv.com\/wp-content\/uploads\/2025\/09\/deep-tech-100-v5-1024x632.png 1024w, https:\/\/sosv.com\/wp-content\/uploads\/2025\/09\/deep-tech-100-v5-768x474.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/><\/figure><\/div>\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n        <\/div>\n      <\/div>\n    \n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-white-color has-gradient-pink-v-gradient-background has-text-color has-background has-link-color wp-element-button\" href=\"#the-list\">THE FULL LIST<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n        <\/div>\n\n                  <style>@media (max-width: 1200px) { #deep-tech-hero .cohere-hero__background { background-image: url('https:\/\/sosv.com\/wp-content\/uploads\/2025\/09\/deep-tech-100-tablet-1x-1.jpg'); } }@media (max-width: 768px) { #deep-tech-hero .cohere-hero__background { background-image: url('https:\/\/sosv.com\/wp-content\/uploads\/2025\/09\/deep-tech-100-mobile-1x-3.jpg'); } }<\/style>\n        \n        <script type=\"text\/javascript\">\n\t\t\t\t\t(function($) {\n\t\t\t\t\t\t$(document).ready(function() {\n\t\t\t\t\t\t\tvar desktopBackground = $('#desktop-background').html();\n\t\t\t\t\t\t\tvar tabletBackground = $('#tablet-background').html();\n\t\t\t\t\t\t\tvar mobileBackground = $('#mobile-background').html();\n\t\t\t\t\t\t\tvar breakpoint = '';\n\n\t\t\t\t\t\t\t\/\/ on resize\n\t\t\t\t\t\t\t$(window).on('resize', function() {\n\t\t\t\t\t\t\t\tif($(window).width() > 1200) {\n\t\t\t\t\t\t\t\t\tif(breakpoint === 'desktop') return;\n\t\t\t\t\t\t\t\t\t$('.cohere-hero__background-wrapper').html(desktopBackground);\n\t\t\t\t\t\t\t\t\tbreakpoint = 'desktop';\n\t\t\t\t\t\t\t\t} else if($(window).width() > 768) {\n\t\t\t\t\t\t\t\t\tif(breakpoint === 'tablet') return;\n\t\t\t\t\t\t\t\t\t$('.cohere-hero__background-wrapper').html(tabletBackground);\n\t\t\t\t\t\t\t\t\tbreakpoint = 'tablet';\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tif(breakpoint === 'mobile') return;\n\t\t\t\t\t\t\t\t\t$('.cohere-hero__background-wrapper').html(mobileBackground);\n\t\t\t\t\t\t\t\t\tbreakpoint = 'mobile';\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}).resize();\n\t\t\t\t\t\t});\n\t\t\t\t\t})(jQuery);\n\t\t\t\t<\/script>\n\n      <\/div>\n    \n\n      <div id=\"intro-section\" class=\"cohere-section alignfull\" style=\"padding-top: 30px; \">\r\n        <div class=\"cohere-section__inner \">\r\n          \n      <div id=\"cohere-section-header-block_3ad75d3f8c4253829ab70bedf5762904\" class=\"cohere-section-header \" style=\"\">\n        <div class=\"cohere-section-header__inner \">\n\n<p><\/p>\n\n<\/div>\n      <\/div>\n    \n\n      <div id=\"cohere-section-body-block_35c46731e6728497d9c3714a4cdc4edb\" class=\"cohere-section-body \" style=\"\">\n        <div class=\"cohere-section-body__inner \">\n          \n      <div id=\"cohere-max-width-block_01a0c0dc7f85f6a2dde17097b76e90f5\" class=\"cohere-max-width has-text-align-center\" style=\"\">\n        <div class=\"cohere-max-width__inner entry-content\" style=\" max-width: 900px;\">\n          \n\n<h2 class=\"wp-block-heading has-text-align-center dek has-xlarge-font-size\" id=\"h-welcome-to-the-sosv-deep-tech-100\"><strong>Welcome to the SOSV Deep Tech 100<\/strong><\/h2>\n\n\n        <\/div>\n      <\/div>\n    \n        <\/div>\n      <\/div>\n    \n        <\/div>\r\n      <\/div>\r\n    \n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"\/>\n\n\n      <div id=\"cohere-statistics-block_dfb002c76f09ae6cdeecd7f9aef9cb90\" class=\"cohere-statistics \" style=\"\">\n        <div class=\"cohere-statistics__inner\">\n\n          \n            <div class=\"cohere-statistics__item\">\n              <h3 class=\"cohere-statistics__item-number\">\n                <span>$2.0B<\/span>\n              <\/h3>\n              <div class=\"cohere-statistics__item-label\">\n                Capital Raised              <\/div>\n            <\/div>\n            \n          \n            <div class=\"cohere-statistics__item\">\n              <h3 class=\"cohere-statistics__item-number\">\n                <span>$5.0B<\/span>\n              <\/h3>\n              <div class=\"cohere-statistics__item-label\">\n                Aggregate Value              <\/div>\n            <\/div>\n            \n          \n            <div class=\"cohere-statistics__item\">\n              <h3 class=\"cohere-statistics__item-number\">\n                <span>44%<\/span>\n              <\/h3>\n              <div class=\"cohere-statistics__item-label\">\n                AI Core              <\/div>\n            <\/div>\n            \n          \n            <div class=\"cohere-statistics__item\">\n              <h3 class=\"cohere-statistics__item-number\">\n                <span>14<\/span>\n              <\/h3>\n              <div class=\"cohere-statistics__item-label\">\n                Countries              <\/div>\n            <\/div>\n            \n          \n            <div class=\"cohere-statistics__item\">\n              <h3 class=\"cohere-statistics__item-number\">\n                <span>62%<\/span>\n              <\/h3>\n              <div class=\"cohere-statistics__item-label\">\n                PhD Founders              <\/div>\n            <\/div>\n            \n          \n            <div class=\"cohere-statistics__item\">\n              <h3 class=\"cohere-statistics__item-number\">\n                <span>39%<\/span>\n              <\/h3>\n              <div class=\"cohere-statistics__item-label\">\n                Female Founders              <\/div>\n            <\/div>\n            \n          \n        <\/div>\n      <\/div>\n    \n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"\/>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer hidden-upto-md\"><\/div>\n\n\n\n<div class=\"wp-block-columns deep-tech-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:55%\"><style>.gb-692abf5fee2fb{font-size: 44px;}@media only screen and (max-width: 1200px) {.gb-692abf5fee2fb{font-size: 44px!important;}}@media only screen and (max-width: 600px) {.gb-692abf5fee2fb{font-size: 44px!important;}}<\/style>\n<h2 class=\"gb-692abf5fee2fb wp-block-heading has-xlarge-font-size\" id=\"h-sosv-deep-tech-100-0\"><strong>SOSV Deep Tech 100<\/strong><\/h2>\n\n\n<style>.gb-692abf5ff1047{font-size: 22px;}@media only screen and (max-width: 1200px) {.gb-692abf5ff1047{font-size: 20px!important;}}@media only screen and (max-width: 600px) {.gb-692abf5ff1047{font-size: 18px!important;}}<\/style>\n<p class=\"gb-692abf5ff1047 has-dark-grey-blue-color has-text-color has-regular-font-size\">We are pleased to present SOSV\u2019s first annual <a href=\"#the-list\">Deep Tech 100<\/a>, a list of our portfolio startups on course to bend the arc of human and planetary health. We selected the 100 from our 800+ company portfolio based on three criteria:<\/p>\n\n\n\n<ul class=\"wp-block-list pink-bullet\">\n<li class=\"has-dark-grey-blue-color has-text-color has-link-color wp-elements-08043d0291e10eb59975ff08bbc232ea\">Built on \u201cdeep tech,\u201d by which we mean science and technology on the frontiers of human knowledge, across everything from therapeutics, precision fermentation, and microbiome engineering to AI, quantum sensors and cold fusion.<\/li>\n\n\n\n<li class=\"has-dark-grey-blue-color has-text-color has-link-color wp-elements-820f4d58d8370bad6605774cf587f216\">Raised at least a series seed but not more than series C.<\/li>\n\n\n\n<li class=\"has-dark-grey-blue-color has-text-color has-link-color wp-elements-626f522e9d69be56416d818415527994\">Focused on &#8220;human and planetary health,&#8221; the core mission at SOSV.<\/li>\n<\/ul>\n\n\n<style>.gb-692abf5ff34cf{font-size: 22px;}@media only screen and (max-width: 1200px) {.gb-692abf5ff34cf{font-size: 20px!important;}}@media only screen and (max-width: 600px) {.gb-692abf5ff34cf{font-size: 18px!important;}}<\/style>\n<p class=\"gb-692abf5ff34cf has-dark-grey-blue-color has-text-color has-regular-font-size\">The companies on the Deep Tech 100 cross dozens of technology and market categories, which reflects SOSV\u2019s conviction that existential challenges to our climate and health will eventually demand that we reinvent our means of production across most every sphere of life.  Much of the science and technology we need exists already, but commercial markets are slow to catch up, and therein lies the vast opportunity. SOSV\u2019s goal is to find founders who are steeped in promising new technologies and driven to disrupt markets \u2014 all for the betterment of human and planetary health.<\/p>\n\n\n<style>.gb-692abf60013bf{font-size: 22px;}@media only screen and (max-width: 1200px) {.gb-692abf60013bf{font-size: 20px!important;}}@media only screen and (max-width: 600px) {.gb-692abf60013bf{font-size: 18px!important;}}<\/style>\n<p class=\"gb-692abf60013bf has-dark-grey-blue-color has-text-color has-link-color has-regular-font-size wp-elements-ede1c1c9bf094dfa8cb95477696713df\">\u201cOur goal is to back founders ready to harness the great human health and decarbonization megatrends of our times,\u201d says Sean O\u2018Sullivan, SOSV\u2019s founder and managing director. \u201cThe many technologies emerging across every discipline in science and technology present countless amazing opportunities, but it takes a lot of help and capital to turn what\u2019s possible into a commercial success. SOSV sows those first seeds with brilliant deep tech founders and sticks with them through the long journey.\u201d<\/p>\n\n\n      <div id=\"cohere-blockquote-block_66d3917967a1efe280b9bcc00e4218d2\" class=\"cohere-blockquote has-text-align-left\" style=\"\">\n        <div class=\"cohere-blockquote__inner\">\n          <div class=\"cohere-blockquote__content\">\n            \n\n<p>Our goal is to back founders ready to harness the great human health and decarbonization megatrends of our times.<\/p>\n\n\n          <\/div>\n          <div class=\"cohere-blockquote__author\">\n                        <div class=\"cohere-blockquote__author-image\">\n              <div class=\"cohere-blockquote__author-image-inner\">\n                <img decoding=\"async\" src=\"https:\/\/sosv.com\/wp-content\/uploads\/2022\/06\/sean-o-sullivan-thumb-22-1.png\" \/>\n              <\/div>\n            <\/div>\n                        <div class=\"cohere-blockquote__author-details\">\n              <div class=\"cohere-blockquote__author-name\">\n                Sean O\u2018Sullivan              <\/div>\n              <div class=\"cohere-blockquote__author-position\">\n                SOSV\u2019s Founder and Managing Director              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    \n\n<style>.gb-692abf6003d7e{font-size: 22px;}@media only screen and (max-width: 1200px) {.gb-692abf6003d7e{font-size: 20px!important;}}@media only screen and (max-width: 600px) {.gb-692abf6003d7e{font-size: 18px!important;}}<\/style>\n<p class=\"gb-692abf6003d7e has-dark-grey-blue-color has-text-color has-link-color has-regular-font-size wp-elements-65a279f16ed9450d893a4390804cc5c0\">Nothing consumes the SOSV team like the global effort to find the brightest, most promising founders. We read thousands of applications each year, and review at least as many referrals from SOSV\u2019s vast network. Only a teeny percentage join the approximately sixty companies each year who receive SOSV\u2019s pre-seed investment (up to $550K) and join one of our <a href=\"https:\/\/sosv.com\/programs\/\">deep tech development programs<\/a>. SOSV continues to invest in those companies as they raise seed and later rounds.&nbsp;<\/p>\n\n\n<style>.gb-692abf6005b9e{font-size: 22px;}@media only screen and (max-width: 1200px) {.gb-692abf6005b9e{font-size: 20px!important;}}@media only screen and (max-width: 600px) {.gb-692abf6005b9e{font-size: 18px!important;}}<\/style>\n<p class=\"gb-692abf6005b9e has-dark-grey-blue-color has-text-color has-link-color has-regular-font-size wp-elements-1ac7ae7389bf168457d9d9c619bca9fc\">Our Deep Tech 100 are strong fund raisers; in total they have raised almost $2.0 billion, with some firms at barely $1M and only two over $100M. The Deep Tech 100 aggregate valuation, admittedly a fickle index of success, is $5.0 billion as of September 2025.<\/p>\n\n\n<style>.gb-692abf6007903{font-size: 22px;}@media only screen and (max-width: 1200px) {.gb-692abf6007903{font-size: 20px!important;}}@media only screen and (max-width: 600px) {.gb-692abf6007903{font-size: 18px!important;}}<\/style>\n<p class=\"gb-692abf6007903 has-dark-grey-blue-color has-text-color has-link-color has-regular-font-size wp-elements-5a07ee644fa79fd478c23f7144d30945\">SOSV\u2019s global reach and the quality of the founders comes through in the data. The startups are based in 14 countries: 65 in the United States, 9 in the United Kingdom, 7 in Singapore, 7 in Canada, 2 in Germany, 2 in Austria, and 1 each in Australia, France, Hong Kong, Ireland, Japan, Spain, Sweden, and Switzerland. At the same time, 62% of the Deep Tech 100 companies have at least one PhD on the founding team, and 39% have at least one female founder. <\/p>\n\n\n<style>.gb-692abf6009ab3{font-size: 22px;}@media only screen and (max-width: 1200px) {.gb-692abf6009ab3{font-size: 20px!important;}}@media only screen and (max-width: 600px) {.gb-692abf6009ab3{font-size: 18px!important;}}<\/style>\n<p class=\"gb-692abf6009ab3 has-dark-grey-blue-color has-text-color has-link-color has-regular-font-size wp-elements-3744b79031cb93dda53ec14424452c9a\">It\u2019s important to note that the Deep Tech 100 replaces two SOSV portfolio company lists &#8211; the <a href=\"https:\/\/sosv.com\/sosv-climate-tech-100-list\/\">Climate Tech 100<\/a> and the <a href=\"https:\/\/sosv.com\/sosv-human-health-100-list\/\">Human Health 100<\/a>, which we last published in 2024. We made the change because distinctions between health and climate can be elusive when founders pivot from one category to another in order to find the best application for their technology. We thought investors might value a more &#8220;technology-first&#8221; list of our best companies, which is what we created with the Deep Tech 100 below. The list is easy to filter based on the broad categories decarb, automation and health, as well as by technologies such as precision fermentation and AI, or by markets such as agriculture and energy.<\/p>\n\n\n<style>.gb-692abf600b96b{font-size: 22px;}@media only screen and (max-width: 1200px) {.gb-692abf600b96b{font-size: 20px!important;}}@media only screen and (max-width: 600px) {.gb-692abf600b96b{font-size: 18px!important;}}<\/style>\n<p class=\"gb-692abf600b96b has-dark-grey-blue-color has-text-color has-regular-font-size\">Across the Deep Tech 100, 44 companies deploy some form of AI that is fundamental to their product, not writing memos or digesting scientific papers. Those applications range from discovery of&nbsp; new drug candidates, to computer vision in robotics and manufacturing, to post-operative infection monitoring, to disease detection in sewage. Another dozen companies reported that they were currently experimenting with AI in their product tech stack because, fundamentally, any company using data for discovery or analysis, will soon deploy some form of AI, if they have not already.<\/p>\n\n\n<style>.gb-692abf600d66c{font-size: 22px;}@media only screen and (max-width: 1200px) {.gb-692abf600d66c{font-size: 20px!important;}}@media only screen and (max-width: 600px) {.gb-692abf600d66c{font-size: 18px!important;}}<\/style>\n<p class=\"gb-692abf600d66c has-dark-grey-blue-color has-text-color has-regular-font-size\">While we had the attention of our Deep Tech 100 founders, we also asked how the Trump administration\u2019s trade and budget policies have affected their outlook. The common thread was that they were facing a lot of \u201cuncertainty\u201d and the only option for founders, as one noted, was \u201cto remain agile, informed, and resilient in the face of change.\u201d That\u2019s what we love about our founders.<\/p>\n\n\n<style>.gb-692abf600f838{font-size: 22px;}@media only screen and (max-width: 1200px) {.gb-692abf600f838{font-size: 20px!important;}}@media only screen and (max-width: 600px) {.gb-692abf600f838{font-size: 18px!important;}}<\/style>\n<p class=\"gb-692abf600f838 has-dark-grey-blue-color has-text-color has-regular-font-size\">They persist. <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-darkergray-color\">(More below the 100 list.)<\/mark><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top right-column-image is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:40%\"><style>@media only screen and (max-width: 1200px) {.gb-692abf6012285{font-size: 44px!important;}}@media only screen and (max-width: 600px) {.gb-692abf6012285{font-size: 44px!important;}}<\/style>\n<h2 class=\"gb-692abf6012285 wp-block-heading\" id=\"h-latest-news\"><strong>Latest News<\/strong><\/h2>\n\n\n      \n      \n      <div id=\"cohere-latest-news-tax-block_2cdc338fac04ef1acaa1bdac16c7ca85\" class=\"latest-news-tax__wrapper \" style=\"\">\n\n        <div class=\"latest-news-tax__list\">\n                    <div class=\"latest-news-tax__item latest-news-tax__item--post\">\n            <a href=\"https:\/\/sosv.com\/7-sosv-portfolio-companies-pitching-at-techcrunch-disrupt-2025-startup-battlefield\/\">\n              <div class=\"latest-news-tax__item-date\">\n                September 2, 2025              <\/div>\n              <div class=\"latest-news-tax__item-title\">\n                Meet the 7 SOSV Portfolio Companies Pitching at TechCrunch Disrupt 2025 Startup Battlefield              <\/div>\n            <\/a>\n          <\/div>\n                    <div class=\"latest-news-tax__item latest-news-tax__item--event\">\n            <a href=\"https:\/\/sosv.com\/join-sosv-at-climate-week-nyc-2025\/\">\n              <div class=\"latest-news-tax__item-date\">\n                August 7, 2025              <\/div>\n              <div class=\"latest-news-tax__item-title\">\n                Join SOSV at Climate Week NYC 2025              <\/div>\n            <\/a>\n          <\/div>\n                    <div class=\"latest-news-tax__item latest-news-tax__item--event\">\n            <a href=\"https:\/\/sosv.com\/the-metabolic-myths-that-are-killing-us-deep-tech-live-conversation-with-dr-lustig\/\">\n              <div class=\"latest-news-tax__item-date\">\n                August 1, 2025              <\/div>\n              <div class=\"latest-news-tax__item-title\">\n                The Metabolic Myths That Are Killing Us: Deep Tech Live Conversation with Dr. Lustig              <\/div>\n            <\/a>\n          <\/div>\n                    <div class=\"latest-news-tax__item latest-news-tax__item--press\">\n            <a href=\"https:\/\/sosv.com\/still-bright-raises-18-7m-seed-round-to-slash-copper-costs\/\">\n              <div class=\"latest-news-tax__item-date\">\n                July 30, 2025              <\/div>\n              <div class=\"latest-news-tax__item-title\">\n                Still Bright raises $18.7M seed round to slash copper costs              <\/div>\n            <\/a>\n          <\/div>\n                    <div class=\"latest-news-tax__item latest-news-tax__item--press\">\n            <a href=\"https:\/\/sosv.com\/sosv-bets-plasma-will-change-everything-from-semiconductors-to-spacecraft\/\">\n              <div class=\"latest-news-tax__item-date\">\n                July 30, 2025              <\/div>\n              <div class=\"latest-news-tax__item-title\">\n                SOSV bets plasma will change everything from semiconductors to spacecraft              <\/div>\n            <\/a>\n          <\/div>\n                    <div class=\"latest-news-tax__item latest-news-tax__item--press\">\n            <a href=\"https:\/\/sosv.com\/yplasma-raises-2-5m-to-zap-the-air-to-cool-chips-for-data-centers\/\">\n              <div class=\"latest-news-tax__item-date\">\n                July 9, 2025              <\/div>\n              <div class=\"latest-news-tax__item-title\">\n                YPlasma raises $2.5M to cool the air around chips for data centers              <\/div>\n            <\/a>\n          <\/div>\n                    <div class=\"latest-news-tax__item latest-news-tax__item--press\">\n            <a href=\"https:\/\/sosv.com\/nascent-materials-emerges-from-stealth-with-2-3m-to-make-lfp-batteries-better-cheaper\/\">\n              <div class=\"latest-news-tax__item-date\">\n                June 25, 2025              <\/div>\n              <div class=\"latest-news-tax__item-title\">\n                Nascent Materials emerges from stealth with $2.3M to make LFP batteries better &amp; cheaper              <\/div>\n            <\/a>\n          <\/div>\n                    <div class=\"latest-news-tax__item latest-news-tax__item--post\">\n            <a href=\"https:\/\/sosv.com\/introducing-the-hax-plasma-forge-a-new-era-for-plasma-in-nj\/\">\n              <div class=\"latest-news-tax__item-date\">\n                June 18, 2025              <\/div>\n              <div class=\"latest-news-tax__item-title\">\n                Introducing the HAX Plasma Forge: A New Era for Plasma in NJ              <\/div>\n            <\/a>\n          <\/div>\n                    <div class=\"latest-news-tax__item latest-news-tax__item--press\">\n            <a href=\"https:\/\/sosv.com\/automated-wiring-assembler-q5d-raises-13-5m\/\">\n              <div class=\"latest-news-tax__item-date\">\n                June 10, 2025              <\/div>\n              <div class=\"latest-news-tax__item-title\">\n                Q5D raises $13.5M for automated wiring assembler              <\/div>\n            <\/a>\n          <\/div>\n                    <div class=\"latest-news-tax__item latest-news-tax__item--press\">\n            <a href=\"https:\/\/sosv.com\/samphire-neuroscience-raises-5m-seed-round-for-novel-neurotech-wearable-targeting-menstrual-pain\/\">\n              <div class=\"latest-news-tax__item-date\">\n                June 5, 2025              <\/div>\n              <div class=\"latest-news-tax__item-title\">\n                Samphire Neuroscience Raises $5M Seed Round for Novel Neurotech Wearable Targeting Menstrual Pain              <\/div>\n            <\/a>\n          <\/div>\n                    <div class=\"latest-news-tax__item latest-news-tax__item--press\">\n            <a href=\"https:\/\/sosv.com\/hoofprint-biome-raises-15m-series-a-for-natural-solution-to-cut-methane-and-boost-yield-in-cattle\/\">\n              <div class=\"latest-news-tax__item-date\">\n                April 29, 2025              <\/div>\n              <div class=\"latest-news-tax__item-title\">\n                Hoofprint Biome raises $15M Series A for natural solution to cut methane and boost yield in cattle              <\/div>\n            <\/a>\n          <\/div>\n                    <div class=\"latest-news-tax__item latest-news-tax__item--post\">\n            <a href=\"https:\/\/sosv.com\/what-now-from-the-ira-to-drill-baby-drill-sosv-deep-tech-live-premieres-with-princetons-dr-jesse-jenkins\/\">\n              <div class=\"latest-news-tax__item-date\">\n                February 27, 2025              <\/div>\n              <div class=\"latest-news-tax__item-title\">\n                What Now? From the IRA to &#8220;Drill, Baby, Drill&#8221; \u2013 SOSV Deep Tech LIVE Premieres with Princeton&#8217;s Dr. Jesse Jenkins              <\/div>\n            <\/a>\n          <\/div>\n                    <div class=\"latest-news-tax__item latest-news-tax__item--press\">\n            <a href=\"https:\/\/sosv.com\/mitico-raises-4-3m-seed-round-to-revolutionize-co%e2%82%82-capture-with-prehistoric-chemistry\/\">\n              <div class=\"latest-news-tax__item-date\">\n                February 26, 2025              <\/div>\n              <div class=\"latest-news-tax__item-title\">\n                Mitico raises $4.3M seed round to revolutionize CO\u2082 capture with \u2018prehistoric chemistry\u2019              <\/div>\n            <\/a>\n          <\/div>\n                    <div class=\"latest-news-tax__item latest-news-tax__item--press\">\n            <a href=\"https:\/\/sosv.com\/hyperlume-raises-12-5m-seed-round-to-revolutionize-ai-data-center-connectivity\/\">\n              <div class=\"latest-news-tax__item-date\">\n                February 20, 2025              <\/div>\n              <div class=\"latest-news-tax__item-title\">\n                Hyperlume Raises $12.5M Seed Round to Solve for Latency and Energy Consumption in Data Centers              <\/div>\n            <\/a>\n          <\/div>\n                    <div class=\"latest-news-tax__item latest-news-tax__item--press\">\n            <a href=\"https:\/\/sosv.com\/continuous-hormone-monitoring-startup-level-zero-health-raises-6-9m-pre-seed-round\/\">\n              <div class=\"latest-news-tax__item-date\">\n                February 18, 2025              <\/div>\n              <div class=\"latest-news-tax__item-title\">\n                Continuous Hormone Monitoring Startup Level Zero Health Raises $6.9M Pre-seed Round              <\/div>\n            <\/a>\n          <\/div>\n                  <\/div>\n          \n                \n      <\/div>\n\n\n    <\/div>\n<\/div>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer hidden-upto-md\"><\/div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"\/>\n\n\n      <div id=\"the-list\" class=\"cohere-section \" style=\"\">\r\n        <div class=\"cohere-section__inner \">\r\n          \n      <div id=\"cohere-section-header-block_3ad75d3f8c4253829ab70bedf5762904\" class=\"cohere-section-header \" style=\"\">\n        <div class=\"cohere-section-header__inner \">\n<style>.gb-692abf601a335{font-size: 66px;}@media only screen and (max-width: 1200px) {.gb-692abf601a335{font-size: 44px!important;}}@media only screen and (max-width: 600px) {.gb-692abf601a335{font-size: 44px!important;}}<\/style>\n<h2 class=\"gb-692abf601a335 wp-block-heading has-text-align-center has-xxlarge-font-size\" id=\"h-the-sosv-deep-tech-100-nbsp\"><strong>The SOSV Deep Tech 100 &nbsp;<\/strong><\/h2>\n\n<\/div>\n      <\/div>\n    \n\n      <div id=\"cohere-section-body-block_35c46731e6728497d9c3714a4cdc4edb\" class=\"cohere-section-body \" style=\"\">\n        <div class=\"cohere-section-body__inner \">\n          \n\n<iframe loading=\"lazy\" class=\"airtable-embed\" src=\"https:\/\/airtable.com\/embed\/appl4KYgrwEYgVNSB\/shrxuqe2bEvtif7s2?viewControls=on\" frameborder=\"0\" onmousewheel=\"\" width=\"100%\" height=\"1003\" style=\"background: transparent; border: 1px solid rgb(204, 204, 204)\"><\/iframe>\n\n        <\/div>\n      <\/div>\n    \n        <\/div>\r\n      <\/div>\r\n    \n\n      <div id=\"cohere-max-width-block_1c244cfa52620ec8d6fa8c4b0b692809\" class=\"cohere-max-width has-text-align-left deep-tech-text\" style=\"\">\n        <div class=\"cohere-max-width__inner entry-content\" style=\" max-width: 1100px;\">\n          \n<style>.gb-692abf601ca3e{font-size: 22px;}@media only screen and (max-width: 1200px) {.gb-692abf601ca3e{font-size: 20px!important;}}@media only screen and (max-width: 600px) {.gb-692abf601ca3e{font-size: 18px!important;}}<\/style>\n<p class=\"gb-692abf601ca3e has-dark-grey-blue-color has-text-color has-regular-font-size\">What we heard from our founders broke down along the following lines:<\/p>\n\n\n\n<ul class=\"wp-block-list pink-bullet\">\n<li class=\"has-dark-grey-blue-color has-text-color has-link-color wp-elements-7bef6c8188ab61f401210aac5ada8b2d\">43% reported <strong>negligible effects<\/strong> on their business so far. Of those, many are based outside the US, where they don\u2019t face the same tariff whiplash in their supply chain or sudden drops in government grants and policy changes.&nbsp;<\/li>\n\n\n\n<li class=\"has-dark-grey-blue-color has-text-color has-link-color wp-elements-102deeeda2e915887c4bef9e3d1e238e\">32% said that they experienced <strong>negative effects<\/strong>, including supply chain disruptions, loss of grants and tax incentives, and disrupted regulatory frameworks. For example, a medtech device company faced delays importing chips, even as the price for those chips doubled. A vaccine innovator struggled to contend with the CDC\u2019s confusing shifts on vaccine policy. A data hardware startup faced \u201cincreased complexity in our long-term supply chain planning,\u201d while an immunotherapy innovator grappled with academic collaborators lost due to terminated NIH grants.&nbsp;<\/li>\n\n\n\n<li class=\"has-dark-grey-blue-color has-text-color has-link-color wp-elements-8d1f432c974e4ea7efee4c36a4bc2018\">10% reported positive effects, mostly related to new sales opportunities in the US. A firm that makes equipment for manufacturers, for example, sees expanded opportunities due to US policies favoring onshore manufacturing.&nbsp;<\/li>\n\n\n\n<li class=\"has-dark-grey-blue-color has-text-color has-link-color wp-elements-d296bbd455ebed5cbeee6560f4529c65\">Virtually every company is studying the new, global market landscape. Climate Tech companies for example, are in some cases shifting emphasis to the European Union, where there are still strong incentives for the deployment of decarbonizing technologies.<\/li>\n<\/ul>\n\n\n<style>.gb-692abf601ec3c{font-size: 22px;}@media only screen and (max-width: 1200px) {.gb-692abf601ec3c{font-size: 20px!important;}}@media only screen and (max-width: 600px) {.gb-692abf601ec3c{font-size: 18px!important;}}<\/style>\n<p class=\"gb-692abf601ec3c has-dark-grey-blue-color has-text-color has-link-color has-regular-font-size wp-elements-c1b4c18369814a69f92fe08debb4004f\">We hope you enjoy reviewing our SOSV Deep Tech 100. We are very proud of what these remarkable founders have accomplished, and we will continue to support their brilliant work to better the future human and planetary health.<\/p>\n\n\n        <\/div>\n      <\/div>\n    \n\n\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n      <div id=\"ecosystem\" class=\"cohere-section has-background has-lightblue-background-color alignfull\" style=\"padding-bottom: 100px; \">\r\n        <div class=\"cohere-section__inner \">\r\n          \n      <div id=\"cohere-section-header-block_3ad75d3f8c4253829ab70bedf5762904\" class=\"cohere-section-header \" style=\"\">\n        <div class=\"cohere-section-header__inner \">\n<style>.gb-692abf6020ee8{font-size: 66px;}@media only screen and (max-width: 1200px) {.gb-692abf6020ee8{font-size: 44px!important;}}@media only screen and (max-width: 600px) {.gb-692abf6020ee8{font-size: 44px!important;}}<\/style>\n<h2 class=\"gb-692abf6020ee8 wp-block-heading has-text-align-center has-xxlarge-font-size\" id=\"h-deep-tech-100-ecosystem\"><strong>Deep Tech 100 Ecosystem<\/strong><\/h2>\n\n\n      <div id=\"cohere-max-width-block_d73f401f9f05395e9089fca49b24e83b\" class=\"cohere-max-width has-text-align-center\" style=\"\">\n        <div class=\"cohere-max-width__inner entry-content\" style=\" max-width: 920px;\">\n          \n        <\/div>\n      <\/div>\n    \n<\/div>\n      <\/div>\n    \n\n      <div id=\"cohere-section-body-block_35c46731e6728497d9c3714a4cdc4edb\" class=\"cohere-section-body \" style=\"\">\n        <div class=\"cohere-section-body__inner \">\n          \n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-style-card-green is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading has-large-font-size\" id=\"h-register-for-the-sosv-climate-tech-summit-nov-3-7\">Register for the SOSV Climate Tech Summit (Nov. 3-7)<\/h3>\n\n\n\n<p class=\"grow has-smallest-font-size\">Join thousands of founders, investors, technologists and more at SOSV\u2019s fifth annual<em> free<\/em> and <em>virtual<\/em> climate tech event.<\/p>\n\n\n\n<p class=\"has-text-align-left has-smaller-font-size\"><a href=\"https:\/\/sosvclimatetech.com\/registration\/\" target=\"_blank\" rel=\"noreferrer noopener\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-arrow-color\"><strong>Register Now<\/strong><\/mark><\/a><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-style-card-yellow is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading has-large-font-size\" id=\"h-apply-to-the-hax-and-indiebio-programs\">Apply to the HAX and IndieBio programs <\/h3>\n\n\n\n<p class=\"grow has-smallest-font-size\">Join the many Deep Tech companies in SOSV\u2019s programs. Applications are open year round for <a href=\"https:\/\/hax.co\/\">HAX<\/a> (Newark) and <a href=\"https:\/\/indiebio.co\/\">IndieBio<\/a> (NYC and San Francisco).<\/p>\n\n\n\n<p class=\"has-smaller-font-size\"><a href=\"https:\/\/sosv.com\/apply\/hax\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-arrow-color\"><strong>Apply to HAX<\/strong><\/mark><\/a><\/p>\n\n\n\n<p class=\"has-smaller-font-size\"><a href=\"https:\/\/sosv.com\/apply\/indiebio\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-arrow-color\"><strong>Apply to IndieBio<\/strong><\/mark><\/a><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-style-card-pink is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading has-large-font-size\" id=\"h-work-in-deep-tech\">Work in Deep Tech<\/h3>\n\n\n\n<p class=\"grow has-smallest-font-size\">SOSV\u2019s Deep Tech companies are hiring. Research job openings and join the Talent Network to get alerts on new openings.<\/p>\n\n\n\n<p class=\"has-smaller-font-size\"><a href=\"https:\/\/techjobs.sosv.com\/jobs\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-arrow-color\"><strong>Browse companies and roles<\/strong><\/mark><\/a><\/p>\n\n\n\n<p class=\"has-smaller-font-size\"><a href=\"https:\/\/techjobs.sosv.com\/talent-network\/login\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-arrow-color\"><strong>Join Talent Network<\/strong><\/mark><\/a><\/p>\n<\/div>\n<\/div>\n\n        <\/div>\n      <\/div>\n    \n        <\/div>\r\n      <\/div>\r\n    ","protected":false},"excerpt":{"rendered":"<p>We are pleased to inaugurate SOSV\u2019s first annual Deep Tech 100, a list of our startups on course to play a huge role in the future of human and planetary health.<\/p>\n","protected":false},"author":2,"featured_media":20295,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":true,"_relevanssi_hide_post":"","_relevanssi_hide_content":"","_relevanssi_pin_for_all":"","_relevanssi_pin_keywords":"","_relevanssi_unpin_keywords":"","_relevanssi_related_keywords":"","_relevanssi_related_include_ids":"","_relevanssi_related_exclude_ids":"","_relevanssi_related_no_append":"","_relevanssi_related_not_related":"","_relevanssi_related_posts":"","_relevanssi_noindex_reason":"","inline_featured_image":false,"footnotes":""},"class_list":["post-20048","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.0 (Yoast SEO v22.0) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>SOSV Deep Tech 100 - SOSV<\/title>\n<meta name=\"description\" content=\"We are pleased to inaugurate SOSV\u2019s first annual Deep Tech 100, a list of our startups on course to change the arc of human and planetary health.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sosv.com\/deep-tech-100\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SOSV Deep Tech 100\" \/>\n<meta property=\"og:description\" content=\"We are pleased to inaugurate SOSV\u2019s first annual Deep Tech 100, a list of our startups on course to change the arc of human and planetary health.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sosv.com\/deep-tech-100\/\" \/>\n<meta property=\"og:site_name\" content=\"SOSV\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/SOSVvc\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-10T15:05:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sosv.com\/wp-content\/uploads\/2025\/09\/deep-tech-1200x627-v2.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"627\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:description\" content=\"We are pleased to inaugurate SOSV\u2019s first annual Deep Tech 100, a list of our startups on course to change the arc of human and planetary health.\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/sosv.com\/wp-content\/uploads\/2025\/09\/deep-tech-1200x627-v2.jpg\" \/>\n<meta name=\"twitter:site\" content=\"@sosv\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/sosv.com\/deep-tech-100\/\",\"url\":\"https:\/\/sosv.com\/deep-tech-100\/\",\"name\":\"SOSV Deep Tech 100 - SOSV\",\"isPartOf\":{\"@id\":\"https:\/\/sosv.com\/#website\"},\"datePublished\":\"2025-08-29T22:54:13+00:00\",\"dateModified\":\"2025-09-10T15:05:22+00:00\",\"description\":\"We are pleased to inaugurate SOSV\u2019s first annual Deep Tech 100, a list of our startups on course to change the arc of human and planetary health.\",\"breadcrumb\":{\"@id\":\"https:\/\/sosv.com\/deep-tech-100\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/sosv.com\/deep-tech-100\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/sosv.com\/deep-tech-100\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/sosv.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SOSV Deep Tech 100\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/sosv.com\/#website\",\"url\":\"https:\/\/sosv.com\/\",\"name\":\"SOSV\",\"description\":\"Deep Tech for Human and Planetary Health\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/sosv.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"SOSV Deep Tech 100 - SOSV","description":"We are pleased to inaugurate SOSV\u2019s first annual Deep Tech 100, a list of our startups on course to change the arc of human and planetary health.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sosv.com\/deep-tech-100\/","og_locale":"en_US","og_type":"article","og_title":"SOSV Deep Tech 100","og_description":"We are pleased to inaugurate SOSV\u2019s first annual Deep Tech 100, a list of our startups on course to change the arc of human and planetary health.","og_url":"https:\/\/sosv.com\/deep-tech-100\/","og_site_name":"SOSV","article_publisher":"https:\/\/www.facebook.com\/SOSVvc\/","article_modified_time":"2025-09-10T15:05:22+00:00","og_image":[{"width":1200,"height":627,"url":"https:\/\/sosv.com\/wp-content\/uploads\/2025\/09\/deep-tech-1200x627-v2.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_description":"We are pleased to inaugurate SOSV\u2019s first annual Deep Tech 100, a list of our startups on course to change the arc of human and planetary health.","twitter_image":"https:\/\/sosv.com\/wp-content\/uploads\/2025\/09\/deep-tech-1200x627-v2.jpg","twitter_site":"@sosv","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/sosv.com\/deep-tech-100\/","url":"https:\/\/sosv.com\/deep-tech-100\/","name":"SOSV Deep Tech 100 - SOSV","isPartOf":{"@id":"https:\/\/sosv.com\/#website"},"datePublished":"2025-08-29T22:54:13+00:00","dateModified":"2025-09-10T15:05:22+00:00","description":"We are pleased to inaugurate SOSV\u2019s first annual Deep Tech 100, a list of our startups on course to change the arc of human and planetary health.","breadcrumb":{"@id":"https:\/\/sosv.com\/deep-tech-100\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sosv.com\/deep-tech-100\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/sosv.com\/deep-tech-100\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sosv.com\/"},{"@type":"ListItem","position":2,"name":"SOSV Deep Tech 100"}]},{"@type":"WebSite","@id":"https:\/\/sosv.com\/#website","url":"https:\/\/sosv.com\/","name":"SOSV","description":"Deep Tech for Human and Planetary Health","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sosv.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]}},"featured_image_src":"https:\/\/sosv.com\/wp-content\/uploads\/2025\/09\/deep-tech-thumb-v3-600x400.jpg","featured_image_src_square":"https:\/\/sosv.com\/wp-content\/uploads\/2025\/09\/deep-tech-thumb-v3-600x581.jpg","_links":{"self":[{"href":"https:\/\/sosv.com\/wp-json\/wp\/v2\/pages\/20048","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sosv.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sosv.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sosv.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/sosv.com\/wp-json\/wp\/v2\/comments?post=20048"}],"version-history":[{"count":0,"href":"https:\/\/sosv.com\/wp-json\/wp\/v2\/pages\/20048\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sosv.com\/wp-json\/wp\/v2\/media\/20295"}],"wp:attachment":[{"href":"https:\/\/sosv.com\/wp-json\/wp\/v2\/media?parent=20048"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}