Skip to content

Research Outputs

ResearchOutput (TimeStampedModel) django-model

A research output represents anything related a project that would not fall under the publication section. Examples include magazine or newspaper articles, media coverage, databases, software, or other products created.

Attributes:

Name Type Description
project Project

links project to research output

title str

title of research output

description str

description of output

created_by User

represents the User model of the user creating the output

created: DateTimeField blank django-field

created

created_by: ForeignKey django-field nullable

created by

description: TextField django-field

description

modified: AutoLastModifiedField django-field

modified

project: ForeignKey django-field

project

title: CharField blank django-field

title

save

Saves the research output.

save_without_historical_record

Save model without saving a historical record

Make sure you know what you're doing before you use this method.