Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue #412]: Add Datasets subsection and type addition to Document #430

Merged
merged 1 commit into from
Aug 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading