Skip to content

Commit

Permalink
Merge pull request #430 from TAMULib/412-scholarly-works-datasets
Browse files Browse the repository at this point in the history
[Issue #412]: Add Datasets subsection and type addition to Document
  • Loading branch information
wwelling authored Aug 30, 2024
2 parents 669eef0 + 4e56adc commit adb80c7
Showing 1 changed file with 27 additions and 13 deletions.
40 changes: 27 additions & 13 deletions src/main/resources/defaults/displayViews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,22 @@
- field: title
direction: ASC
template: "defaults/displayViews/persons/publications/selectedPublications/default.html"
- name: Theses
- name: Datasets
field: publications
order: 6
filters:
- field: type
value: Dataset
sort:
- field: publicationDate
direction: DESC
date: true
- field: title
direction: ASC
template: "defaults/displayViews/persons/publications/selectedPublications/default.html"
- name: Theses
field: publications
order: 7
filters:
- field: type
value: Thesis
Expand All @@ -337,7 +350,7 @@
template: "defaults/displayViews/persons/publications/selectedPublications/thesis.html"
- name: Working Papers
field: publications
order: 7
order: 8
filters:
- field: type
value: WorkingPaper
Expand All @@ -350,7 +363,7 @@
template: "defaults/displayViews/persons/publications/selectedPublications/default.html"
- name: Internet Publications
field: publications
order: 8
order: 9
filters:
- field: type
value: Webpage
Expand All @@ -363,7 +376,7 @@
template: "defaults/displayViews/persons/publications/selectedPublications/internetPublication.html"
- name: Reports
field: publications
order: 9
order: 10
filters:
- field: type
value: Report
Expand All @@ -376,7 +389,7 @@
template: "defaults/displayViews/persons/publications/selectedPublications/report.html"
- name: Reviews
field: publications
order: 10
order: 11
filters:
- field: type
value: Review
Expand Down Expand Up @@ -1439,20 +1452,21 @@
- name: Documents
types:
- AcademicArticle
- ConferencePaper
- Thesis
- Chapter
- Book
- Capstone
- Chapter
- ConferencePaper
- Dataset
- GreyLiterature
- Patent
- WorkingPaper
- NewsRelease
- ERO_0000071
- Capstone
- Webpage
- Patent
- Report
- Review
- TeachingMaterial
- Thesis
- Webpage
- WorkingPaper
- ERO_0000071
mainContentTemplate: "defaults/displayViews/documents/mainContentTemplate.html"
rightScanTemplate: "defaults/displayViews/documents/rightScanTemplate.html"
metaTemplates:
Expand Down

0 comments on commit adb80c7

Please sign in to comment.