<% if my_projects.empty? %>

Welcome to <%= Rails.configuration.site_name %>.

This site runs Arvados, the open source biomedical analysis platform. Learn more…

To get started, create a project using the "Add new project" button below.

<% end %>
<%= button_to projects_path(method: 'post'), class: 'btn btn-xs btn-primary' do %> Add new project <% end %>

My projects

<%= render partial: 'index_projects', locals: {tree: my_project_tree, show_root_node: true} %>

Projects shared with me

<%= render partial: 'index_projects', locals: {tree: shared_project_tree, show_root_node: false} %>
<%= render partial: 'compute_node_status' %>
Pipelines running
<% running_pipelines.each do |p| %> <%= p %> <% end %>
Recently finished pipelines
Recent collections
<%= link_to jobs_path, class: 'btn btn-default btn-xs' do %> All jobs <% end %> <%= link_to pipeline_instances_path, class: 'btn btn-default btn-xs' do %> All pipelines <% end %>

Recent jobs and pipelines

<%= render partial: 'index_jobs_and_pipelines' %>