{% extends "common/base.html" %} {% load crispy_forms_tags %} {% load humanize %} {% load static %} {% block title %} Project Detail {% endblock %} {% block content %} {% if is_allowed_to_update_project and project.needs_review%}
Description: {{ project.description }}
Field of Science: {{ project.field_of_science }}
Project Status: {{ project.status }} {% if project.last_project_review and project.last_project_review.status.name == 'Pending'%} project review pending {% endif %}
Created: {{ project.created|date:"M. d, Y" }}
Username | Name | Role Manager role grants user access to add/remove users, allocations, grants, and publications to the project. | Status | Enable Notifications When disabled, user will not receive notifications for allocation requests and expirations or cloud usage (if applicable). | Actions | ||
---|---|---|---|---|---|---|---|
{{ user.user.username }} | {{ user.user.first_name }} {{ user.user.last_name }} | {{ user.user.email }} | {{ user.role.name }} | {% if user.status.name == 'Active' %}{{ user.status.name }} | {% else %}{{ user.status.name }} | {% endif %}{% if is_allowed_to_update_project %} {% elif request.user == user.user %} {% else %} {% endif %} | {% if is_allowed_to_update_project %} Edit {% endif %} |
Resource Name | Resource Type | Information | Status | End Date | Actions | ||
---|---|---|---|---|---|---|---|
{{ allocation.get_parent_resource.name }} | {{ allocation.get_parent_resource.resource_type.name }} | {{allocation.get_information}} | {% if allocation.status.name == 'Active' %}{{ allocation.status.name }} | {% elif allocation.status.name == 'Expired' or allocation.status.name == 'Denied' %}{{ allocation.status.name }} | {% else %}{{ allocation.status.name }} | {% endif %}{{allocation.end_date|date:"Y-m-d"}} |
Details
{% if is_allowed_to_update_project and ALLOCATION_ENABLE_ALLOCATION_RENEWAL and allocation.status.name == 'Active' and allocation.expires_in <= 60 and allocation.expires_in >= 0 %}
Expires in {{allocation.expires_in}} day{{allocation.expires_in|pluralize}} Click to renew {% endif %} {% if allocation.get_parent_resource.get_ondemand_status == 'Yes' and ondemand_url %} ![]() |
Title | Grant PI | Project PI Role | Award Amount | Grant Start Date | Grant End Date | Actions |
---|---|---|---|---|---|---|
{{ grant.title }} | {{ grant.grant_pi }} | {{ grant.role}} | {{ grant.total_amount_awarded|intcomma}} | {{ grant.grant_start|date:"Y-m-d" }} | {{ grant.grant_end|date:"Y-m-d" }} | Edit |
Title, Author, and Journal | Year |
---|---|
Title: {{ publication.title }}
{% if publication.source.url %}
Visit source
{% endif %}
Author: {{ publication.author}} Journal: {{ publication.journal}} |
{{ publication.year }} |
{% if research_output.title %}
{{ research_output.title }}
{% endif %}
{{ research_output.description | linebreaks }}
|
Comment | Administrator | Last Modified |
---|---|---|
{{ message.message }} | {{ message.author.first_name }} {{ message.author.last_name }} | {{ message.modified }} |