X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7a260be18ddba67443a2be19d7f24406c7fe5131..0dab89df8040f203a33bc1922df0ff893791def7:/services/api/app/views/static/intro.html.erb?ds=sidebyside diff --git a/services/api/app/views/static/intro.html.erb b/services/api/app/views/static/intro.html.erb index 8ab41cb373..3e0b40794e 100644 --- a/services/api/app/views/static/intro.html.erb +++ b/services/api/app/views/static/intro.html.erb @@ -1,33 +1,30 @@ +<%# 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

-

Curoverse ARVADOS

+

ARVADOS

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

Curoverse Arvados lets you manage and process human genomes and exomes. You can start using the private beta - now with your Google account.

+

Arvados lets you manage and process biomedical data.

- +

<% else %> -

Curoverse ARVADOS is transforming how researchers and - clinical geneticists use whole genome sequences.

-

If you’re interested in learning more, we’d love to hear - from you — - contact arvados@curoverse.com.

- <% if !current_user %>

- Log in here. + Log in here.

<% end %>