Research Outputs

ResearchOutput

Bases: TimeStampedModel

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:
  • 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

save

Saves the research output.