{{ post.type.replace('_', ' ') }}
{{ new Date(post.publicationDate).toLocaleDateString('en-US', {
year:
'numeric', month: 'long', day: 'numeric'
}) }}
Rating
{{ post.rating }}
{{ post.title }}
Authors
{{ author.charAt(0) }}
{{ author }}
Submitted By
{{ post.submitter.name.charAt(0) }}
{{
post.submitter.name }}
{{ post.submitter.role }} • {{
post.submitter.email }}
Abstract
{{ post.abstractText }}
Tags
#{{ tag.name }}
No tags assigned
Attachment
Available
{{ getFileName(post.attachedFile) }}
Comments {{ totalComments }}
{{ comment.author.name.charAt(0) }}
{{
comment.author.name }}
{{ new
Date(comment.createdAt).toLocaleDateString('en-US', {
year:
'numeric', month: 'long', day: 'numeric'
}) }}
{{ comment.hidden ? 'This comment has been hidden.' : comment.content }}
No comments yet. Be the first!