Insights and Inspiration from NorthBay’s Customer Case Studies and world-famous Jam Sessions. Spanning Industries and solutions, we are proud of the incredible success we have co-created with our amazing customers.
Filter by
17 Results Found
(Showing 13 - 17)
Application and Data Modernization for Biopharmaceuticals Leader Nurix Therapeutics
January 3, 2022 8:17 am
Eliza Corporation HIPAA Compliant Data Lake
September 1, 2020 2:18 pm
Evisions: Business Transformation through Data Modernization
September 1, 2020 2:16 pm
Kitara Media Application and Data Modernization
September 1, 2020 2:15 pm- « Previous
- 1
- 2
function removeParam(key, sourceURL) {
var rtn = sourceURL.split("?")[0],
param,
params_arr = [],
queryString = (sourceURL.indexOf("?") !== -1) ? sourceURL.split("?")[1] : "";
if (queryString !== "") {
params_arr = queryString.split("&");
for (var i = params_arr.length - 1; i >= 0; i -= 1) {
param = params_arr[i].split("=")[0];
if (param === key) {
params_arr.splice(i, 1);
}
}
if (params_arr.length) rtn = rtn + "?" + params_arr.join("&");
}
return rtn;
}
var url = window.location.href;
/*var form = document.getElementById("wcf-form-6094");*/
var form = document.getElementsByClassName("case-study-filter")[0];
form.onchange = function(){
var url = window.location.href;
var alteredURL = removeParam("s", url);
window.history.pushState({}, '', alteredURL);
}
jQuery(window).on('load', function () {
function removeParam(key, sourceURL) {
var rtn = sourceURL.split("?")[0],
param,
params_arr = [],
queryString = (sourceURL.indexOf("?") !== -1) ? sourceURL.split("?")[1] : "";
if (queryString !== "") {
params_arr = queryString.split("&");
for (var i = params_arr.length - 1; i >= 0; i -= 1) {
param = params_arr[i].split("=")[0];
if (param === key) {
params_arr.splice(i, 1);
}
}
if (params_arr.length) rtn = rtn + "?" + params_arr.join("&");
}
return rtn;
}
jQuery('.case-study-filter').delegate('a.page-numbers','click',function(event){
event.preventDefault();
var url = window.location.href;
var alteredURL = removeParam("s", url);
window.history.pushState({}, '', alteredURL);
});
});
jQuery(window).on("keydown", function (e) {
if (e.key == "F5" || e.key == "F11" ||
(e.ctrlKey == true && (e.key == 'r' || e.key == 'R')) ||
e.keyCode == 116 || e.keyCode == 82) {
e.preventDefault();
return false;
}
});





