<%= render partial: "protocols/index/protocol_preview_modal.html.erb" %> <% results.each do |protocol| %> <% has_description = protocol.description.present? && !protocol.description.empty? %> <% has_authors = protocol.authors.present? && !protocol.authors.empty? %> <% has_keywords = protocol.in_repository? && protocol.protocol_keywords.count > 0 %>
<%= render partial: "search/results/partials/protocol_text.html.erb", locals: { protocol: protocol, query: search_query } %>
<% if has_description || has_authors || has_keywords %>

<% if has_description %> <%=t "search.index.description" %> <%= highlight protocol.description, search_query.strip.split(/\s+/) %> <% if has_authors || has_keywords %>
<% end %> <% end %> <% if has_authors %> <%=t "search.index.authors" %> <%= highlight protocol.authors, search_query.strip.split(/\s+/) %> <% if has_keywords %>
<% end %> <% end %> <% if has_keywords %> <%=t "search.index.keywords" %> <% protocol.protocol_keywords.each_with_index do |kw, i| %> <%= highlight kw.name, search_query.strip.split(/\s+/) %> <% if i < protocol.protocol_keywords.count - 1 %> ,  <% end %> <% end %> <% end %>

<% end %>

<%=t "search.index.created_at" %> <%=l protocol.created_at, format: :full %>
<% if protocol.nr_of_linked_children > 0 %> <% if protocol_linked_modules = protocol.linked_modules %> <%=t "search.index.modules" %> <% protocol_linked_modules.each_with_index do |mod, i| %> <%= render partial: "search/results/partials/my_module_text.html.erb", locals: { my_module: mod } %> <% if i != (protocol_linked_modules.count - 1) %> ,  <% end %> <% end %> <% end %>
<% if protocol_linked_experiments = protocol.linked_experiments(protocol_linked_modules) %> <%=t "search.index.experiment" %> <% protocol_linked_experiments.each_with_index do |exp, i| %> <%= render partial: "search/results/partials/experiment_text.html.erb", locals: { experiment: exp } %> <% if i != (protocol_linked_experiments.count - 1) %> ,  <% end %> <% end %> <% end %>
<% if protocol_linked_projects = protocol.linked_projects(protocol_linked_experiments) %> <%=t "search.index.project" %> <% protocol_linked_projects.each_with_index do |pro, i| %> <%= render partial: "search/results/partials/project_text.html.erb", locals: { project: pro, link_to_page: :show } %> <% if i != (protocol_linked_projects.count - 1) %> ,  <% end %> <% end %> <% end %> <% end %>
<% if protocol.in_module? %> <%=t "search.index.module" %> <%= render partial: "search/results/partials/my_module_text.html.erb", locals: { my_module: protocol.my_module } %>
<%=t "search.index.experiment" %> <%= render partial: "search/results/partials/experiment_text.html.erb", locals: { experiment: protocol.my_module.experiment } %>
<%=t "search.index.project" %> <%= render partial: "search/results/partials/project_text.html.erb", locals: { project: protocol.my_module.experiment.project } %>
<% end %> <%=t "search.index.team" %> <%= render partial: "search/results/partials/team_text.html.erb", locals: { team: protocol.team } %>


<% end %> <%= stylesheet_link_tag 'datatables' %> <%= javascript_include_tag "protocols/index" %> <%= javascript_include_tag "protocols/steps" %> <%= javascript_include_tag "lodash" %> <%= javascript_include_tag "numeral" %> <%= javascript_include_tag "numeric" %> <%= javascript_include_tag "md5" %> <%= javascript_include_tag "jstat" %> <%= javascript_include_tag "formula" %> <%= javascript_include_tag "parser" %> <%= javascript_include_tag "ruleJS" %> <%= javascript_include_tag "handsontable.formula" %> <%= javascript_include_tag "big.min" %> <%= stylesheet_link_tag "handsontable.formula" %>