diff --git a/resources/i18n/en.json b/resources/i18n/en.json index ba70b87e12..f08213df06 100644 --- a/resources/i18n/en.json +++ b/resources/i18n/en.json @@ -135,6 +135,9 @@ } } }, + "browse": { + "title": "Browsing {{ collection }} by {{ field }} {{ value }}" + }, "admin": { "registries": { "metadata": { @@ -193,7 +196,8 @@ "recent-submissions": "Loading recent submissions...", "item": "Loading item...", "objects": "Loading...", - "search-results": "Loading search results..." + "search-results": "Loading search results...", + "browse-by": "Loading items..." }, "error": { "default": "Error", @@ -205,6 +209,7 @@ "item": "Error fetching item", "objects": "Error fetching objects", "search-results": "Error fetching search results", + "browse-by": "Error fetching items", "validation": { "pattern": "This input is restricted by the current pattern: {{ pattern }}.", "license": { diff --git a/src/app/+browse-by/+browse-by-author-page/browse-by-author-page.component.html b/src/app/+browse-by/+browse-by-author-page/browse-by-author-page.component.html new file mode 100644 index 0000000000..438c318994 --- /dev/null +++ b/src/app/+browse-by/+browse-by-author-page/browse-by-author-page.component.html @@ -0,0 +1,11 @@ +
0" class="item-authors card-text text-muted"> - {{authorMd.value}} - ; - - {{object.findMetadata("dc.date.issued")}} -
+0" class="item-authors card-text text-muted"> + {{authorMd.value}} + ; + + {{object.findMetadata("dc.date.issued")}} +
+{{object.findMetadata("dc.description.abstract") | dsTruncate:[200] }}
+{{object.findMetadata("dc.description.abstract") }}
+