Unfortunately, I have some problems visiting the DepMap portal. The navigation menu has a strange appearance (as can be seen in the figure). Additionally, some features of the portal are not working properly. The appearance of the website is the same in both Edge and Chrome.
so this is likely to be a little tricky to pinpoint what’s going wrong. What’d likely be the most helpful is if you could send us a screenshot of the javascript console. (In chrome, you can open the javascript console by selecting View → Developer → Javascript Console
For background I’ll offer a summary of what’s going wrong: The depmap portal uses 3rd party code that is hosted on other servers. You seem to have no trouble communicating with depmap.org but for some reason your browser isn’t able to establish a secure connection with this other server (which isn’t operated by the depmap team, but is a public service, so it’s surprising that it’s causing a problem).
I took a look at how this 3rd party server is behaving and it looks quite normal, so again, this is puzzling.
My next guess is maybe the network you are on has blacklisted this service and is actually explicitly interfering with your ability to connect to it. (That’d be surprising – but it’s the first possibility that I can think) It appears we are using an older service, and it may be fixed if we move to the newest version.
They both should result in a page with a lot of plain text that starts with:
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-
If you have a network that’s intentionally blocking you, you’ll likely instead get a page telling you that the connection has been blocked.
I’m going to put it in the to-do list to have us switch to the newest version of this service, because we probably should anyway, but if you can confirm that your browser is being blocked, I’ll make sure we take of updating that sooner than later.
Clicking on the URLs indeed results in a page telling me that the connection is not private and that the page cannot be visited. Here is a screenshot of the warning: