{% extends "common/base.html" %} {% load crispy_forms_tags %} {% load humanize %} {% load static %} {% load common_tags %} {% block title %} Project Detail {% endblock %} {% block content %} {% if is_allowed_to_update_project and project.needs_review%}
Description: {{ project.description }}
{% if project.project_code %}Project Code: {{ project.project_code }}
{% else %}ID: {{ project.id }}
{% endif %}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 %}
{% if PROJECT_INSTITUTION_EMAIL_MAP %}Institution: {{ project.institution }}
{% endif %}Created: {{ project.created|date:"M. d, Y" }}
Username | First Name | Last 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 }} | {% if user_allocation_status|get_value_by_index:forloop.counter0 == 'PendingEULA' %}Review and Accept EULA to activate | {% else %} {% if allocation.get_information != '' %}{{allocation.get_information}} | {% else %}{{allocation.description|default_if_none:""}} | {% endif %} {% endif %} {% if allocation.status.name == 'Active' %} {% if user_allocation_status|get_value_by_index:forloop.counter0 == 'PendingEULA' %}{{ user_allocation_status|get_value_by_index:forloop.counter0 }} | {% else %}{{ allocation.status.name }} | {% endif %} {% 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 allocation.is_locked 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}} Not renewable {% elif 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 %} ![]() |
Attribute Type | Attribute Value | {% if is_allowed_to_update_project %}Actions | {% endif %}
---|---|---|
{{attribute}} | {{attribute.value}} | Edit |
{{attribute}} | {{attribute.value}} | {% if is_allowed_to_update_project %}Edit | {% endif %}
Title | Grant PI | Project PI Role | Award Amount | Grant Start Date | Grant End Date | Status | Actions | ||
---|---|---|---|---|---|---|---|---|---|
{{ grant.title }} | {{ grant.grant_pi }} | {{ grant.role}} | {{ grant.total_amount_awarded|floatformat:2|intcomma }} | {{ grant.grant_start|date:"Y-m-d" }} | {{ grant.grant_end|date:"Y-m-d" }} | {% if grant.status.name == 'Active' %}{{ grant.status.name }} | {% elif grant.status.name == 'Archived' %}{{ grant.status.name }} | {% else %}{{ grant.status.name }} | {% endif %}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 }} |