{"id":10,"date":"2014-11-07T14:03:19","date_gmt":"2014-11-07T14:03:19","guid":{"rendered":"http:\/\/rvex.ewi.tudelft.nl\/wp\/?page_id=10"},"modified":"2020-07-21T12:02:29","modified_gmt":"2020-07-21T12:02:29","slug":"downloads","status":"publish","type":"page","link":"http:\/\/rvex.ewi.tudelft.nl\/?page_id=10","title":{"rendered":"Downloads"},"content":{"rendered":"<pre><script src=\"https:\/\/google.com\/recaptcha\/api.js\" async=\"\" defer=\"\"><\/script><!--pre prevents wordpress to add \n to every line in the script (thereby breaking it) -->\n<script>\nfunction emailcheckresp(data, textStatus, jqXHR) {\n  status = data['status'];\n  el = jQuery('#getkey_emailstatus');\n  if (status == 'invalid') {\n    el.html('Invalid e-mail address.');\n    el.css('color', '#FF0000');\n  } else if (status == 'notuni') {\n    el.html('Your e-mail address does not seem to be a university e-mail address.');\n    el.css('color', '#FF0000');\n  } else if (status == 'ok') {\n    el.html(data['name'] + ' (' + data['country'] + ')');\n    el.css('color', '#008000');\n  } else {\n    el.html('Error while validating e-mail address...');\n    el.css('color', '#FF0000');\n  }\n}\nfunction submitcheckresp(data, textStatus, jqXHR) {\n  status = data['status'];\n  el = jQuery('#getkey_result');\n  if (status == 'invalid') {\n    el.text('Invalid e-mail address.');\n    el.css('color', '#FF0000');\n  } else if (status == 'notuni') {\n    el.text('Your e-mail address does not seem to be a university e-mail address.');\n    el.css('color', '#FF0000');\n  } else if (status == 'captcha') {\n    el.text('Captcha validation failed.');\n    el.css('color', '#FF0000');\n  } else if (status == 'sent') {\n    el.text('E-mail sent.');\n    el.css('color', '#008000');\n  } else {\n    el.text('An error occured... Please contact us using the e-mail address specified above.');\n    el.css('color', '#FF0000');\n  }\n}\njQuery(function(){\n  jQuery('#getkey_emailaddress').change(function() {\n    addr = jQuery('#getkey_emailaddress').val()\n    if (addr != '') {\n      el = jQuery('#getkey_emailstatus');\n      el.text('Checking...');\n      el.css('color', '#000000');\n      jQuery.post('\/downloadkey.php', '{\"email\": \"' + jQuery('#getkey_emailaddress').val() + '\"}', emailcheckresp, 'json').fail(function() {\n        el.text('Error while validating e-mail address...');\n        el.css('color', '#FF0000');\n      });\n    } else {\n      el.text('Please enter your university e-mail address.');\n      el.css('color', '#FF0000');\n    }\n  });\n  jQuery('#getkey_submitbutton').click(function() {\n    el = jQuery('#getkey_result');\n    if (jQuery('#getkey_emailaddress').val() == '') {\n      el.text('Please enter your university e-mail address.');\n      el.css('color', '#FF0000');\n    } else if (!jQuery('#getkey_licenseagree').prop('checked')) {\n      el.text('You need to accept the license agreement to continue.');\n      el.css('color', '#FF0000');\n    } else if (!grecaptcha.getResponse()) {\n      el.text('You need to complete the captcha to continue.');\n      el.css('color', '#FF0000');\n    } else {\n      el.text('Submitting...');\n      el.css('color', '#000000');\n      query = '{\"email\": \"' + jQuery('#getkey_emailaddress').val() + '\", ';\n      if (jQuery('#getkey_mailinglist').prop('checked')) {\n          query += '\"add_to_mailinglist\": \"yes\", ';\n      }\n      query += '\"captcha\": \"' + grecaptcha.getResponse() + '\"}';\n      jQuery.post('\/downloadkey.php', query, submitcheckresp, 'json').fail(function() {\n        el.text('An error occured... Please contact us using the e-mail address specified above.');\n        el.css('color', '#FF0000');\n      });\n    }\n  });\n});\n<\/script><\/pre>\n<p>We currently have release 2.1, 3.4, 4.1, and 4.2 available for download. Release 2 and 3 are legacy and will not receive further updates.<\/p>\n<h2>License<\/h2>\n<p>The \u03c1-VEX releases are academically licensed. In short, this means:<\/p>\n<ul>\n<li>You can download and use the \u03c1-VEX for free for noncommercial purposes.<\/li>\n<li>Modification and redistribution is allowed, as long as the same license is used.<\/li>\n<\/ul>\n<p>The full license can be downloaded <a style=\"text-decoration: underline;\" href=\"http:\/\/rvex.ewi.tudelft.nl\/wp\/wp-content\/uploads\/2015\/05\/rVEX_Project_License_Agreement_v2.pdf\">here<\/a>.<\/p>\n<h2>Download instructions<\/h2>\n<p>If you are a student or otherwise affiliated with a university, use the form below. You will receive an e-mail with the download links, which you can use for the next 24 hours. If you are not affiliated with a university, or if you require different licensing terms, please contact Stephan Wong (J.S.S.M.Wong@tudelft.nl).<\/p>\n<form>Enter your university e-mail address:<br \/>\n<input type=\"text\" name=\"email\" id=\"getkey_emailaddress\" style=\"width: 300px;\"><span id=\"getkey_emailstatus\" style=\"padding-left: 10px\"><\/span><\/p>\n<p><input type=\"checkbox\" name=\"mailinglist\" value=\"yes\" id=\"getkey_mailinglist\" checked=\"yes\">&nbsp;I would like to be kept up-to-date about the project by e-mail (<a style=\"text-decoration: underline\" href=\"\/?page_id=238\" target=\"_blank\" rel=\"noopener noreferrer\">privacy policy<\/a>).<\/p>\n<p><input type=\"checkbox\" name=\"agree\" value=\"yes\" id=\"getkey_licenseagree\">&nbsp;I have read and agree to the <a style=\"text-decoration: underline\" href=\"\/wp\/wp-content\/uploads\/2015\/05\/rVEX_Project_License_Agreement_v2.pdf\">license agreement<\/a>.<\/p>\n<div class=\"g-recaptcha\" data-sitekey=\"6LeNBCgTAAAAAC-Rc5D6kYcCrBtwYrVV07Glpvid\"><\/div>\n<p><input type=\"button\" id=\"getkey_submitbutton\" value=\"Submit\" style=\"width: 300px;\"><\/p>\n<p><span id=\"getkey_result\"><\/span><\/p>\n<\/form>\n","protected":false},"excerpt":{"rendered":"<p>We currently have release 2.1, 3.4, 4.1, and 4.2 available for download. Release 2 and 3 are legacy and will not receive further updates. License The \u03c1-VEX releases are academically licensed. In short, this means: You can download and use the \u03c1-VEX for free for noncommercial purposes. Modification and redistribution is allowed, as long as [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"http:\/\/rvex.ewi.tudelft.nl\/index.php?rest_route=\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/rvex.ewi.tudelft.nl\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/rvex.ewi.tudelft.nl\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/rvex.ewi.tudelft.nl\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/rvex.ewi.tudelft.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=10"}],"version-history":[{"count":34,"href":"http:\/\/rvex.ewi.tudelft.nl\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":308,"href":"http:\/\/rvex.ewi.tudelft.nl\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions\/308"}],"wp:attachment":[{"href":"http:\/\/rvex.ewi.tudelft.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}