www.ellistours.de
Open in
urlscan Pro
94.130.109.3
Public Scan
URL:
https://www.ellistours.de/hpe2024/GenAI@Scale-London
Submission: On September 13 via api from US — Scanned from DE
Submission: On September 13 via api from US — Scanned from DE
Form analysis
1 forms found in the DOMName: page — POST
<form id="page" name="page" action="" method="post">
<input type="hidden" name="WAA_HTML3CLASS" value="base"> <input type="hidden" name="WAA_PACKAGE" value="register"> <input type="hidden" name="WAA_FORM" value="regstep"> <input type="hidden" name="eventid" value="563"> <input type="hidden"
name="subevt" value="A"> <input type="hidden" name="curpage" value="1"> <input type="hidden" name="nextpage" value="2">
<div id="col-left">
<div class="section-left">
<h2 id="sectionHeader"> Information </h2>
<p>
<b>
Event date
</b>
<br> Tuesday, 1. October 2024
</p>
<p>
<b>
Event location
<br> Searcys at The Gherkin
</b> Level 39+40 of The Gherkin <br> 30 St Mary Axe <br> London EC3A 8BF <br><a href="https://searcysatthegherkin.co.uk/" target="_blank">
Website
</a>
</p>
<p>
<b>
Agenda + Speakers
</b>
<br> Please visit the <a href="https://h22166.www2.hpe.com/event/eventpage.aspx?eventid=MgA4ADAAMAAxADEA&cc=emea&lang=en" target="_blank">
event website
</a>
</p>
<p id="event-contact">
<b>
Contact:
</b>
<br><a href="mailto:HPE_GenAI@ellis-events.com">
HPE_GenAI@ellis-events.com
</a>
<br> <br>
</p>
</div>
</div>
<div id="col-right">
<div id="content">
<input type="hidden" name="SID" value="PtDn8jmnb4kD4ZjD2sk2H36LZ8nbL6P7VbL449598HRH69ZPe8jMce7ytys4LH4U">
<input type="hidden" name="locale" value="en">
<table id="reg-table" border="0" cellspacing="2" cellpadding="2" width="100%">
<script>
function ValidateStep(tF) {
var aNAME1 = ["FIRSTNAME", "LASTNAME", "BUSINESSTITLE", "COMPANY", "PHONE", "EMAIL"]
var aNAME2 = ["First name", "Last name", "Business title<br><small>(e.g. Managing Director)</small>", "Company", "Phone", "Email address"]
var aCountries = ["040", "056", "100", "191", "196", "203", "208", "233", "246", "250", "276", "300", "348", "372", "380", "428", "440", "442", "470", "528", "616", "620", "642", "703", "705", "724", "752", "756", "826", ]
var country
var stripped = ""
for (i = 0; i < aNAME1.length; i++) {
if (tF[aNAME1[i]]) {
if (tF[aNAME1[i]].value.length == 0) {
alert(aNAME2[i] + t(" is a mandatory field!"));
tF[aNAME1[i]].focus();
return false;
}
}
}
if (tF.BUSINESSTITLE.options) {
if (tF.BUSINESSTITLE.selectedIndex == 0) {
alert("Business title is a mandatory field!");
tF.BUSINESSTITLE.focus();
return false;
}
}
if (typeof page_callback == 'function') {
if (!page_callback(1)) {
return false;
}
}
if (!ValidateSupp()) {
return false;
}
if (document.getElementById("SUPP3").style.display != "none") {
if (tF.SUPP3.selectedIndex == 0) {
alert(t("Please select/enter a value,") + 'Delegate type' + t(" is mandatory."))
tF.SUPP3.focus();
return false;
}
}
if (document.getElementById("SUPP2").style.display != "none") {
if (tF.SUPP2.selectedIndex == 0) {
alert(t("Please select/enter a value,") + 'Role in organization' + t(" is mandatory."))
tF.SUPP2.focus();
return false;
}
}
if (document.getElementById("SUPP4").style.display != "none") {
if (tF.SUPP4.selectedIndex == 0) {
alert(t("Please select/enter a value,") + 'AI models' + t(" is mandatory."))
tF.SUPP4.focus();
return false;
}
}
if (tF.EMAIL.value.length > 0 && tF.EMAIL.value.indexOf("@") == -1) {
alert(t("Your email address is not valid, @ is missing !"));
tF.EMAIL.focus();
return false;
}
if (tF.EMAIL.value.length > 0 && tF.EMAIL.value.indexOf(".") == -1) {
alert(t("Your email address is not valid, the domain name is missing !"));
tF.EMAIL.focus();
return false;
}
return true;
}
function changecompany(oCheck) {
if (oCheck.checked) {
document.forms[0].COMPANY.value = document.forms[0].DEFAULTCOMPANY.value;
document.forms[0].COMPANY.focus();
if (document.forms[0].CHECKOTHER) {
document.forms[0].CHECKOTHER.checked = false;
}
} else {
document.forms[0].COMPANY.value = "";
}
if (typeof companyCheckCallback == 'function') {
companyCheckCallback(oCheck);
}
}
function changeother(oCheck) {
if (oCheck.checked) {
document.forms[0].COMPANY.value = "";
document.forms[0].COMPANY.focus();
if (document.forms[0].CHECKCOMPANY) {
document.forms[0].CHECKCOMPANY.checked = false;
}
}
}
function PopupMessage() {
window.open('/notify.htm', 'new', config = 'screenX=200,screenY=200,left=200,top=200,resizable=1,location=0,directories=0,status=0,menubar=0,scrollbars=1,toolbar=0,width=400,height=250');
}
</script>
<tbody>
<tr>
<td colspan="2"><strong>Please enter your address details</strong>
<small> fields marked <span style="color:red">with an asterisk (*)</span> are mandatory</small>
<hr>
</td>
</tr>
<tr>
<td width="33%" align="right">Salutation </td>
<td>
<select name="ANREDE" size="1">
<option value="Please select:">Please select:</option>
<option value="Mr.">Mr.</option>
<option value="Mrs.">Mrs.</option>
<option value="Miss">Miss</option>
</select>
</td>
</tr>
<tr style="display:table-row">
<td width="33%" align="right" valign="top"> First name <font color="red"> *</font>
</td>
<td>
<input type="text" name="FIRSTNAME" size="50" maxlength="50" value="">
</td>
</tr>
<tr style="display:table-row">
<td width="33%" align="right" valign="top"> Last name <font color="red"> *</font>
</td>
<td>
<input type="text" name="LASTNAME" size="50" maxlength="50" value="">
</td>
</tr>
<tr style="display:table-row">
<td width="33%" align="right" valign="top"> Business title<br><small>(e.g. Managing Director)</small>
<font color="red"> *</font>
</td>
<td>
<input type="text" name="BUSINESSTITLE" size="50" maxlength="50" value="">
</td>
</tr>
<tr>
<td width="33%" align="right" valign="top" style="padding-bottom: 8px;">Company<font color="red"> *</font>
</td>
<td>
<input type="hidden" name="CHECKCOMPANY" value="">
<input type="hidden" name="DEFAULTCOMPANY" value="">
<input type="text" name="COMPANY" size="50" maxlength="50" value="">
</td>
</tr>
<tr style="display:table-row">
<td width="33%" align="right" valign="top"> Phone <font color="red"> *</font>
</td>
<td>
<input type="text" name="PHONE" size="40" maxlength="40" value="">
</td>
</tr>
<tr style="display:table-row">
<td width="33%" align="right" valign="top"> Email address <font color="red"> *</font>
</td>
<td>
<input type="text" name="EMAIL" size="50" maxlength="100" value="" onkeyup="checkEmailInput(this)">
<span></span>
</td>
</tr>
<input type="hidden" name="CONF_EMAIL" value="">
<tr id="SUPP3_HEADING" style="display: ">
<td colspan="2"><b>Further information<b><hr></b></b></td>
</tr>
<tr id="SUPP3" style="display: ">
<td valign="middle" align="right" width="33%">Delegate type <span style="color:red">*</span></td>
<td valign="middle" width="66%">
<select name="SUPP3" size="1">
<option value="6">please select</option>
<option value="7">Customer</option>
<option value="8">Partner</option>
<option value="9">HPE employee</option>
</select>
</td>
</tr>
<tr id="SUPP2" style="display: ">
<td valign="middle" align="right" width="33%">What is your role in<br>your organization? <span style="color:red">*</span></td>
<td valign="middle" width="66%">
<select name="SUPP2" size="1">
<option value="1">please select</option>
<option value="2">IT Professional</option>
<option value="3">Machine Learning Engineer</option>
<option value="4">Data Scientist</option>
<option value="5">Other</option>
</select>
</td>
</tr>
<tr id="SUPP4" style="display: ">
<td valign="middle" align="right" width="33%">Do you have AI models<br>in production? <span style="color:red">*</span></td>
<td valign="middle" width="66%">
<select name="SUPP4" size="1">
<option value="10">please select</option>
<option value="11">Yes</option>
<option value="12">No</option>
</select>
</td>
</tr>
<tr id="SUPP5" style="display: ">
<td valign="middle" align="right" width="33%">Which AI workloads/use-cases are you currently<br>investigating?</td>
<td valign="middle" width="66%">
<textarea name="SUPP5" cols="40" rows="4"></textarea>
</td>
</tr>
<tr id="SUPP6" style="display: ">
<td valign="middle" align="right" width="33%">What are your current<br>pain points/challenges?</td>
<td valign="middle" width="66%">
<textarea name="SUPP6" cols="40" rows="4"></textarea>
</td>
</tr>
<tr id="SUPP1" style="display: ">
<td valign="middle" align="right" width="33%">Please indicate any dietary requirements<br>or other special requests.</td>
<td valign="middle" width="66%">
<textarea name="SUPP1" cols="40" rows="4"></textarea>
</td>
</tr>
<script type="text/javascript">
<!--
function ValidateSupp() {
var i = 0;
var j = 0;
var count = 0;
var aNAME1 = ["SUPP3", "SUPP2", "SUPP4"];
var aNAME2 = ["Delegate type", "Role in organization", "AI models"];
for (i = 0; i < aNAME1.length; i++) {
if (document.getElementById(aNAME1[i]).style.display != "none") {
if (document.page[aNAME1[i]]) {
/* Listbox, DropDown */
if (document.page[aNAME1[i]].selectedIndex) {
if (document.page[aNAME1[i]].selectedIndex == 0) {
alert(aNAME2[i] + t(" is a mandatory field!"));
document.page[aNAME1[i]].focus();
return false;
}
} else {
/* Checkbox/Radion-Button */
if (document.page[aNAME1[i]][0]) {
count = 0;
for (j = 0; j < document.page[aNAME1[i]].length; j++) {
if (document.page[aNAME1[i]][j].checked) count++;
}
if (count == 0) {
alert(aNAME2[i] + t(" is a mandatory field!"));
document.page[aNAME1[i]][0].focus();
return false;
}
/* single Checkbox */
} else if (document.page[aNAME1[i]].type && document.page[aNAME1[i]].type == "checkbox") {
if (!document.page[aNAME1[i]].checked) {
alert(t("Please click the checkbox") + ", " + aNAME2[i] + t(" is mandatory."));
return false;
}
/* SLE */
} else {
if (document.page[aNAME1[i]].value == "") {
alert(aNAME2[i] + t(" is a mandatory field!"));
document.page[aNAME1[i]].focus();
return false;
}
if (document.page[aNAME1[i]].value.length) {
if (document.page[aNAME1[i]].value.length == 0) {
alert(aNAME2[i] + t(" is a mandatory field!"));
document.page[aNAME1[i]].focus();
return false;
}
}
}
}
}
}
}
return true;
}
-->
</script>
<tr>
<td width="33%" align="right"></td>
<td>
<input type="hidden" name="PACKAGE" value="7">
<input type="hidden" name="SP_TYPE" value="0">
<input type="hidden" name="ARRIVAL" value="10/01/2024">
<input type="hidden" name="DEPARTURE" value="10/01/2024">
<input type="hidden" name="HOTEL" value=" ">
<input type="hidden" name="HOTELNUM" value=" ">
<input type="button" size="15" value="Continue" name="NEXTSTEP" onclick="javascript:SubmitAction('page', '5')">
</td>
</tr>
</tbody>
</table>
</div>
</div>
</form>
Text Content
Today is Fri, 13 Sep 2024 BUILDING SELF-HOSTED GENERATIVE AI SOLUTIONS AT SCALE - LONDON INFORMATION Event date Tuesday, 1. October 2024 Event location Searcys at The Gherkin Level 39+40 of The Gherkin 30 St Mary Axe London EC3A 8BF Website Agenda + Speakers Please visit the event website Contact: HPE_GenAI@ellis-events.com Please enter your address details fields marked with an asterisk (*) are mandatory -------------------------------------------------------------------------------- Salutation Please select: Mr. Mrs. Miss First name * Last name * Business title (e.g. Managing Director) * Company * Phone * Email address * Further information -------------------------------------------------------------------------------- Delegate type * please select Customer Partner HPE employee What is your role in your organization? * please select IT Professional Machine Learning Engineer Data Scientist Other Do you have AI models in production? * please select Yes No Which AI workloads/use-cases are you currently investigating? What are your current pain points/challenges? Please indicate any dietary requirements or other special requests. © 2024 - ellis EVENTS GmbH - Frischlinstr. 25, 72336 Balingen - GERMANY ellis EVENTS Data protection policy - Imprint