diff --git a/app/pages/profile/index.vue b/app/pages/profile/index.vue index 6eec2d4..2b46ab2 100644 --- a/app/pages/profile/index.vue +++ b/app/pages/profile/index.vue @@ -2,6 +2,269 @@
+ +
+ +
+ + +
+ + +
+ + + +
+ + +
+
+
+ + {{ 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 }} + +

+
+