Open service 2.16.204.95:80 · orb.einsteinmed.edu
2026-01-08 14:02
HTTP/1.1 301 Moved Permanently Content-Length: 0 Location: https://orb.einsteinmed.edu/ Expires: Thu, 08 Jan 2026 14:03:03 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Thu, 08 Jan 2026 14:03:03 GMT Connection: close Server-Timing: cdn-cache; desc=HIT Server-Timing: edge; dur=1 Server-Timing: ak_p; desc="1767880983247_34610527_914940490_10_2349_144_0_-";dur=1
Open service 2a02:26f0:480:36::212:4012:443 · orb.einsteinmed.edu
2026-01-08 14:02
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Akamai-Transformed: 9 29416 0 pmb=mRUM,1
Expires: Thu, 08 Jan 2026 14:02:25 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Thu, 08 Jan 2026 14:02:25 GMT
Content-Length: 32535
Connection: close
Server-Timing: cdn-cache; desc=MISS
Server-Timing: edge; dur=231
Server-Timing: origin; dur=71
Server-Timing: ak_p; desc="1767880945050_34911058_2162324951_30106_1490_162_220_-";dur=1
Page title: Bias
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bias</title>
<link rel="stylesheet" href="/static/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="/static/target_selection.js" defer></script> <!-- External JS file -->
<link rel="icon" type="image/png" href="/static/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/static/favicon/favicon.svg" />
<link rel="shortcut icon" href="/static/favicon/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/static/favicon/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="TheORB" />
<link rel="manifest" href="/static/favicon/site.webmanifest" />
<!-- Fade in Tabs -->
<style>
body { font-family: 'Arial', sans-serif; }
/* Style the tab */
.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
}
/* Style the buttons inside the tab */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
font-size: 17px;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
@keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
</style>
<script>
// AJAX call for autocomplete
$(document).ready(function(){
function CATH_autocomplete() {
$("#search_box").keyup(function(){
let query = $(this).val();
//if (query.length < 2) {
// $("#suggestion_box").hide();
// return;
//}
$.ajax({
url: "https://orb.einsteinmed.edu/read_cath",
method: "GET",
data:'search_box='+$(this).val(),
//beforeSend: function(){
// $("#search_box").css("background","#FFF url(/static/LoaderIcon.gif) no-repeat 165px");
//},
success: function(data) {
let box = $("#suggestion_box");
box.empty().show();
if (data.length === 0) {
box.append("<div>No results</div>");
} else {
for (let i=0; i < data.length; i++) {
let item = data[i];
box.append(`<div onclick="selectSuggestion('${item}')">${item}</div>`);
}
}
}
});
});
}
function interpro_autocomplete(){
$("#search_box_interpro").keyup(function(){
let query = $(this).val();
if (query.length < 2) {
$("#interpro_suggestion_box").hide();
return;
}
$.ajax({
type: "GET",
url: "https://orb.einsteinmed.edu/read_interpro",
data: {search_box_interpro: $(this).val() },
success: function(data) {
let box = $("#interpro_suggestion_box");
box.empty().show();
if (data.length === 0) {
box.append("<div>No results</div>");
} else {
for (let i=0; i < data.length; i++) {
let item = data[i];
box.append(`<div onclick="selectINTERPRO('${item}')">${item}</div>`);
}
}
}
});
});
}
function EnsemblGeneID_autocomplete(){
$("#search_box_EnsemblGeneID").keyup(funct
Open service 2a02:26f0:480:36::212:4022:443 · orb.einsteinmed.edu
2026-01-08 14:02
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Akamai-Transformed: 9 29416 0 pmb=mRUM,1
Expires: Thu, 08 Jan 2026 14:02:25 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Thu, 08 Jan 2026 14:02:25 GMT
Content-Length: 32535
Connection: close
Server-Timing: cdn-cache; desc=MISS
Server-Timing: edge; dur=108
Server-Timing: origin; dur=8
Server-Timing: ak_p; desc="1767880944852_34911074_753251131_11565_1735_165_197_-";dur=1
Page title: Bias
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bias</title>
<link rel="stylesheet" href="/static/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="/static/target_selection.js" defer></script> <!-- External JS file -->
<link rel="icon" type="image/png" href="/static/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/static/favicon/favicon.svg" />
<link rel="shortcut icon" href="/static/favicon/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/static/favicon/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="TheORB" />
<link rel="manifest" href="/static/favicon/site.webmanifest" />
<!-- Fade in Tabs -->
<style>
body { font-family: 'Arial', sans-serif; }
/* Style the tab */
.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
}
/* Style the buttons inside the tab */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
font-size: 17px;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
@keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
</style>
<script>
// AJAX call for autocomplete
$(document).ready(function(){
function CATH_autocomplete() {
$("#search_box").keyup(function(){
let query = $(this).val();
//if (query.length < 2) {
// $("#suggestion_box").hide();
// return;
//}
$.ajax({
url: "https://orb.einsteinmed.edu/read_cath",
method: "GET",
data:'search_box='+$(this).val(),
//beforeSend: function(){
// $("#search_box").css("background","#FFF url(/static/LoaderIcon.gif) no-repeat 165px");
//},
success: function(data) {
let box = $("#suggestion_box");
box.empty().show();
if (data.length === 0) {
box.append("<div>No results</div>");
} else {
for (let i=0; i < data.length; i++) {
let item = data[i];
box.append(`<div onclick="selectSuggestion('${item}')">${item}</div>`);
}
}
}
});
});
}
function interpro_autocomplete(){
$("#search_box_interpro").keyup(function(){
let query = $(this).val();
if (query.length < 2) {
$("#interpro_suggestion_box").hide();
return;
}
$.ajax({
type: "GET",
url: "https://orb.einsteinmed.edu/read_interpro",
data: {search_box_interpro: $(this).val() },
success: function(data) {
let box = $("#interpro_suggestion_box");
box.empty().show();
if (data.length === 0) {
box.append("<div>No results</div>");
} else {
for (let i=0; i < data.length; i++) {
let item = data[i];
box.append(`<div onclick="selectINTERPRO('${item}')">${item}</div>`);
}
}
}
});
});
}
function EnsemblGeneID_autocomplete(){
$("#search_box_EnsemblGeneID").keyup(funct
Open service 2.16.204.79:80 · orb.einsteinmed.edu
2026-01-08 14:02
HTTP/1.1 301 Moved Permanently Content-Length: 0 Location: https://orb.einsteinmed.edu/ Expires: Thu, 08 Jan 2026 14:03:06 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Thu, 08 Jan 2026 14:03:06 GMT Connection: close Server-Timing: cdn-cache; desc=HIT Server-Timing: edge; dur=1 Server-Timing: ak_p; desc="1767880986371_34610511_139677477_11_2419_171_0_-";dur=1
Open service 2.16.204.79:443 · orb.einsteinmed.edu
2026-01-08 14:02
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Akamai-Transformed: 9 29416 0 pmb=mRUM,1
Expires: Thu, 08 Jan 2026 14:02:25 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Thu, 08 Jan 2026 14:02:25 GMT
Content-Length: 32517
Connection: close
Server-Timing: cdn-cache; desc=MISS
Server-Timing: edge; dur=160
Server-Timing: origin; dur=7
Server-Timing: ak_p; desc="1767880945199_34610511_139618994_16727_2708_167_198_-";dur=1
Page title: Bias
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bias</title>
<link rel="stylesheet" href="/static/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="/static/target_selection.js" defer></script> <!-- External JS file -->
<link rel="icon" type="image/png" href="/static/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/static/favicon/favicon.svg" />
<link rel="shortcut icon" href="/static/favicon/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/static/favicon/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="TheORB" />
<link rel="manifest" href="/static/favicon/site.webmanifest" />
<!-- Fade in Tabs -->
<style>
body { font-family: 'Arial', sans-serif; }
/* Style the tab */
.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
}
/* Style the buttons inside the tab */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
font-size: 17px;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
@keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
</style>
<script>
// AJAX call for autocomplete
$(document).ready(function(){
function CATH_autocomplete() {
$("#search_box").keyup(function(){
let query = $(this).val();
//if (query.length < 2) {
// $("#suggestion_box").hide();
// return;
//}
$.ajax({
url: "https://orb.einsteinmed.edu/read_cath",
method: "GET",
data:'search_box='+$(this).val(),
//beforeSend: function(){
// $("#search_box").css("background","#FFF url(/static/LoaderIcon.gif) no-repeat 165px");
//},
success: function(data) {
let box = $("#suggestion_box");
box.empty().show();
if (data.length === 0) {
box.append("<div>No results</div>");
} else {
for (let i=0; i < data.length; i++) {
let item = data[i];
box.append(`<div onclick="selectSuggestion('${item}')">${item}</div>`);
}
}
}
});
});
}
function interpro_autocomplete(){
$("#search_box_interpro").keyup(function(){
let query = $(this).val();
if (query.length < 2) {
$("#interpro_suggestion_box").hide();
return;
}
$.ajax({
type: "GET",
url: "https://orb.einsteinmed.edu/read_interpro",
data: {search_box_interpro: $(this).val() },
success: function(data) {
let box = $("#interpro_suggestion_box");
box.empty().show();
if (data.length === 0) {
box.append("<div>No results</div>");
} else {
for (let i=0; i < data.length; i++) {
let item = data[i];
box.append(`<div onclick="selectINTERPRO('${item}')">${item}</div>`);
}
}
}
});
});
}
function EnsemblGeneID_autocomplete(){
$("#search_box_EnsemblGeneID").keyup(funct
Open service 2.16.204.95:443 · orb.einsteinmed.edu
2026-01-08 14:02
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Akamai-Transformed: 9 29416 0 pmb=mRUM,1
Expires: Thu, 08 Jan 2026 14:02:25 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Thu, 08 Jan 2026 14:02:25 GMT
Content-Length: 32516
Connection: close
Server-Timing: cdn-cache; desc=MISS
Server-Timing: edge; dur=249
Server-Timing: origin; dur=103
Server-Timing: ak_p; desc="1767880944893_34610511_139618224_35266_2779_90_93_-";dur=1
Page title: Bias
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bias</title>
<link rel="stylesheet" href="/static/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="/static/target_selection.js" defer></script> <!-- External JS file -->
<link rel="icon" type="image/png" href="/static/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/static/favicon/favicon.svg" />
<link rel="shortcut icon" href="/static/favicon/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/static/favicon/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="TheORB" />
<link rel="manifest" href="/static/favicon/site.webmanifest" />
<!-- Fade in Tabs -->
<style>
body { font-family: 'Arial', sans-serif; }
/* Style the tab */
.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
}
/* Style the buttons inside the tab */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
font-size: 17px;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
@keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
</style>
<script>
// AJAX call for autocomplete
$(document).ready(function(){
function CATH_autocomplete() {
$("#search_box").keyup(function(){
let query = $(this).val();
//if (query.length < 2) {
// $("#suggestion_box").hide();
// return;
//}
$.ajax({
url: "https://orb.einsteinmed.edu/read_cath",
method: "GET",
data:'search_box='+$(this).val(),
//beforeSend: function(){
// $("#search_box").css("background","#FFF url(/static/LoaderIcon.gif) no-repeat 165px");
//},
success: function(data) {
let box = $("#suggestion_box");
box.empty().show();
if (data.length === 0) {
box.append("<div>No results</div>");
} else {
for (let i=0; i < data.length; i++) {
let item = data[i];
box.append(`<div onclick="selectSuggestion('${item}')">${item}</div>`);
}
}
}
});
});
}
function interpro_autocomplete(){
$("#search_box_interpro").keyup(function(){
let query = $(this).val();
if (query.length < 2) {
$("#interpro_suggestion_box").hide();
return;
}
$.ajax({
type: "GET",
url: "https://orb.einsteinmed.edu/read_interpro",
data: {search_box_interpro: $(this).val() },
success: function(data) {
let box = $("#interpro_suggestion_box");
box.empty().show();
if (data.length === 0) {
box.append("<div>No results</div>");
} else {
for (let i=0; i < data.length; i++) {
let item = data[i];
box.append(`<div onclick="selectINTERPRO('${item}')">${item}</div>`);
}
}
}
});
});
}
function EnsemblGeneID_autocomplete(){
$("#search_box_EnsemblGeneID").keyup(funct
Open service 2a02:26f0:480:36::212:4022:80 · orb.einsteinmed.edu
2026-01-08 14:02
HTTP/1.1 301 Moved Permanently Content-Length: 0 Location: https://orb.einsteinmed.edu/ Expires: Thu, 08 Jan 2026 14:03:04 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Thu, 08 Jan 2026 14:03:04 GMT Connection: close Server-Timing: cdn-cache; desc=HIT Server-Timing: edge; dur=1 Server-Timing: ak_p; desc="1767880984715_34911074_753340311_7_1427_1_0_-";dur=1
Open service 2a02:26f0:480:36::212:4012:80 · orb.einsteinmed.edu
2026-01-08 14:02
HTTP/1.1 301 Moved Permanently Content-Length: 0 Location: https://orb.einsteinmed.edu/ Expires: Thu, 08 Jan 2026 14:03:04 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Thu, 08 Jan 2026 14:03:04 GMT Connection: close Server-Timing: cdn-cache; desc=HIT Server-Timing: edge; dur=1 Server-Timing: ak_p; desc="1767880984764_34911058_2162379893_8_1401_0_0_-";dur=1