<%# Copyright (C) The Arvados Authors. All rights reserved. SPDX-License-Identifier: AGPL-3.0 %> <% content_for :js do %> $(function(){ $('button.login').button().click(function(){window.location=$(this).attr('href')}); }); <% end %>

Welcome

ARVADOS

<% if !current_user and session['invite_code'] %>

Arvados lets you manage and process biomedical data.

<% else %> <% if !current_user %>

Log in here.

<% end %> <% end %>