{{ selectedPost.type.replace('_', ' ') }}
{{ new Date(selectedPost.publicationDate ||
selectedPost.publication_date).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 || selectedPost.abstract }}
Tags
#{{ tag.name }}
No tags assigned
{{ selectedPost.rating }}
Attachment Available
{{ getFileName(selectedPost.attachedFile ||
selectedPost.attached_file) }}
Comments {{ selectedPost.comments?.length || 0 }}
Be the first to comment!
{{
comment.author.name }}
{{ new
Date(comment.created_at).toLocaleDateString() }}
{{ comment.content }}