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