{% extends "base.html" %} {% block head_title %}Experiment Summary - {{experiment}}{% endblock %} {% block title %}Experiment Summary - {{experiment}}{% endblock %} {% block scripts %} {% endblock %} {% block content %}

General

{% for exp_protocol in exp_protocol %} {% endfor %}
Date{{ experiment.experiment_date}}
Assay{{ experiment.assay}}
Experiment{{ experiment.experiment}}
Protocol{{exp_protocol.protocol}}

Notes

{{experiment.comments}}

Projects

Projects:

Researchers

Proteins

Proteins:

Results and Conclusions

Results

{% for result in experiment.result_set.all %}

{{ result.conclusions }}

{% if result.result_figure1 %}Figure 1{% endif %} {% if result.result_figure2 %}Figure 2{% endif %} {% endfor %}

Add new result here

Reagents

Chemicals:

Cell Lines:

Constructs:

Antibodies:

Primers:

Strains:

Raw Data Files

{% for result in experiment.result_set.all %}
{% with experiment as object %} {% include "comment.html" %} {% endwith %}
{% endblock %}