<title>elvex
Edit

elvex</h1> <a href="https://www.elvex.ai/" class="text-success font-size-18 mb-bottom-10 display-block font-sbold" target="_blank">https://www.elvex.ai/</a> <div id="lastActFond2">Last activity: 09.02.2024</div> </div> </div> <div class="row mb-bottom-20"><div class="col-md-12 tags-info">Categories: <span class="badge bg-success mr-1 my-1">Artificial Intelligence</span><span class="badge bg-success mr-1 my-1">Enterprise</span><span class="badge bg-success mr-1 my-1">Management</span><span class="badge bg-success mr-1 my-1">Platform</span><span class="badge bg-success mr-1 my-1">Technology</span></div></div> <div class="row mb-bottom-20"><div class="col-md-12">elvex is an AI management platform that allows enterprises to use generative AI safely and securely.</div></div> <div class="row mb-bottom-20 img-icons-fund" id="topIconsBlk"> </div> <div class="mb-bottom-25"></div> <div class="row" id="infoLists"> <h2>Investors <span id="maxCount-Funds">1</span></h2><div style="overflow: auto; margin-bottom: 25px"> <table class="showTable_Team table mb-0 no-bottom-line mb-20" style="width: 400px" id="Table_Funds"> <tr><td class="Date">Date</td><td class="Name">Name</td><td class="Website">Website</td></tr><tr ><td class="Date" title="09.02.2024">09.02.2024</td><td class="Name"><a href="/fund/mxv.vc/" class="text-success" target="_blank" title="m]x[v Capital">m]x[v Capi...</a></td><td class="Website"><a href="https://www.mxv.vc/" class="text-success" target="_blank" title="https://www.mxv.vc">mxv.vc</a></td></tr></table></div> <h2>Reviews <span id="maxCount-Reviews">0</span></h2> <div class="row mb-bottom-20"></div> <div style="padding: 0px 0px 35px 15px" id="review_sign"> <p>Sign up to leave a review</p> <a href="/singup/" class="btn btn-pill btn-success">Sign up</a> <a href="/login/" class="btn btn-pill btn-success">Log In</a> </div> </div> </div> </div> </div> </div> </div> </div> </main> <p><a id="match"></a></p> </div> </div> <script src="/static/static/js/script_compr.js?v=1710404075"></script> <script src="/static/static/js/app_new.js?v=1691494427"></script> <script async src="/static/static/js/core.js?v=21708148414"></script> <div style="display: none" id="searchZeroMass"></div> <link href="/static/static/css/app_second.css?v=1703268610" rel="stylesheet"> <link href="/static/static/css/app_third.css?v=1714642949" rel="stylesheet"> <!-- <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap" rel="stylesheet"> --> <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-322JRRW34Z"></script> --> <!-- Google Tag Manager --> <script> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NCFR7JX'); </script> <!-- End Google Tag Manager --> <script> if(window.location.href !='https://parsers.vc/'){ window.onclick = function(e) { var blur = 0; for (let i = 0; i < e; i++) { if(e.path[i].id=='topIinpustSearch'){ blur = 1; } } if(blur==0){ $('#linkHelpsLoc').hide(); $('#linkHelpsLoc2').hide() } } $('#searchAllBtnHovTop').blur(function(){$('#linkHelpsTop').hide();}); $('#topIinpustSearch').blur(function(){$('#linkHelpsTop').hide();}); $('#navBarSearch').blur(function(){$('#linkHelpsTop').hide();}); $('#navBarSearch').focus(function(){$('#linkHelpsTop').show();}); $('#topIinpustSearch').focus(function(){$('#linkHelpsTop').show();}); $('#searchAllBtnHovTop').focus(function(){$('#linkHelpsTop').show();}); $('#linkHelpsTop').hover(function(){$('#linkHelpsTop').show();}); $('#startupLocation').focus(function(){$('#linkHelpsLoc').show();}); $('#startupLocation2').focus(function(){$('#linkHelpsLoc2').show();}); $('#navBarSearch').keyup(delay(function (e) { if(e.keyCode == 13){ var re = /[-a-zA-Z0-9@:%_\+.~#?&\/=]{2,256}\.[a-z]{2,4}\b(\/[-a-zA-Z0-9@:%_\+.~#?&\/=]*)?/gi; if(re.test($('#navBarSearch').val())){ sendFosrmSearchMini() }else{ $('#navBarSearch').val($('#searchZeroMass').html()) info = $('#navBarSearch').val($('#searchZeroMass').html()) if(info) { sendFosrmSearchMini() } } }else{ sendFosrmSearchMiniHelp() } }, 10)); $("#startupLocation").keyup(function(event){ sendFosrmStartupMiniHelp() }); $("#startupLocation2").keyup(function(event){ sendFosrmStartup2MiniHelp() }); } function sendFosrmSearchMini(){ text = $('#navBarSearch').val(); if(text!='') { url = 'https://parsers.vc/startup/' + alearLink(text) + '/?search=' + text window.location.href = url; } } function delay(callback, ms) { var timer = 0; return function() { var context = this, args = arguments; clearTimeout(timer); timer = setTimeout(function () { callback.apply(context, args); }, ms || 0); }; } function alearLink(link){ var re = /www./gi; var re2 = /https:\/\//gi; var re3 = /http:\/\//gi; var str = link; var newstr = str.replace(re, ''); var newstr = newstr.replace(re2, ''); var newstr = newstr.replace(re3, ''); return newstr; } async function sendFosrmSearchMiniHelp(){ search = $("#navBarSearch").val() if(search!='') { //url = 'https://vcapi.parsers.me/v2/startups?$top=5&$filter=Keywords%20eq%20%27' + search + '%27'; url = 'https://vcapi.parsers.me/v2/companies/search?q=' + search + '&fields=name,website&top=5'; console.log(url) let response = await fetch(url, { method: 'GET' }); if (response.ok) { let json = await response.json(); var el = document.getElementById('linkHelpsTop'); if (json) { html = ''; for (i = 0; i < 5; i++) { if (json[i]) { if(i==0){ $('#searchZeroMass').text(json[i].Domain); } if (json[i].Type == 'Startup') { html += '<div><a href="/startup/' + alearLink(json[i].Domain) + '/">' + json[i].Website + '</a> <span>' + json[i].Name + '</span></div>' } else { html += '<div><a href="/fund/' + alearLink(json[i].Domain) + '/">' + json[i].Website + '</a> <span>' + json[i].Name + '</span></div>' } } } el.innerHTML = html } } } } async function sendFosrmStartupMiniHelp(){ search = $("#startupLocation").val() if(search!='') { url = 'https://vcapi.parsers.me/v2/startups/locations/search?q=' + search + '&top=5'; let response = await fetch(url, { method: 'GET' }); if (response.ok) { let json = await response.json(); var el = document.getElementById('linkHelpsLoc'); if (json) { html = ''; for (i = 0; i < 5; i++) { if (json[i]) { html += '<div onclick="$(\'#startupLocation\').val(\''+json[i]+'\'); $(\'#linkHelpsLoc\').hide();">' + json[i] + '</div>' } } el.innerHTML = html widthStartups = $('#startupLocation').width() $('#linkHelpsLoc').width(widthStartups+20) $('#linkHelpsLoc').show(); } } } } async function sendFosrmStartup2MiniHelp(){ search = $("#startupLocation2").val() if(search!='') { url = 'https://vcapi.parsers.me/v2/startups/locations/search?q=' + search + '&top=5'; let response = await fetch(url, { method: 'GET' }); if (response.ok) { let json = await response.json(); var el = document.getElementById('linkHelpsLoc2'); if (json) { html = ''; for (i = 0; i < 5; i++) { if (json[i]) { html += '<div onclick="$(\'#startupLocation2\').val(\''+json[i]+'\'); $(\'#linkHelpsLoc2\').hide();">' + json[i] + '</div>' } } el.innerHTML = html widthStartups = $('#startupLocation2').width() $('#linkHelpsLoc2').width(widthStartups+20) $('#linkHelpsLoc2').show(); } } } } /* window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-322JRRW34Z'); */ </script> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NCFR7JX" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <script defer src="/static/static/js/addTablestartup.js?v=1714644955"></script> <script> if (document.cookie.match(/UserId=(.+?)(;|$)/) !== null) { var results = document.cookie.match(/UserId=(.+?)(;|$)/); var basseIdUser = results[1]; } var LikeCans = 0 setTimeout(() => { $(document).ready(function() { startAddStartupTable('elvex.ai', basseIdUser) }) }, 3000); </script> <div id="iframe"> </div> <script> window.addEventListener('DOMContentLoaded', (event) => { window.onload = function() { if (basseUser3 !== null) { const reviewform = document.getElementById('review_sign'); console.log(reviewform.innerHTML); reviewform.innerHTML = '<form method="post"><div class="row mb-bottom-20"><label style="width: 55px; padding: 5px 0px 0px 12px" class="col-md-1">Rating</label><div class="col-md-1"><select class="form-select" name="revews[raiting]"><option value="0"></option><option value="1">1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option><option value="5">5</option></select></div><div class="col-md-5" style="padding: 5px 0px 0px 10px"><input class="form-check-input" type="checkbox" style="color: #6b757e" name="revews[anonim]" value="1"> Anonymous review</div></div><div class="col-md-12"><textarea class="form-control" style="height: 80px" name="revews[text]"></textarea></div><div style="padding: 20px 0px 35px 0px"><input type="submit" class="btn btn-pill btn-outline-success" value="Submit Review"><span style="padding: 0px 0px 35px 15px">Your review will be moderated within 24 hours.</span></div></form>'; }; }; }); </script> </body> </html>