Skip to content

Commit

Permalink
Merge pull request #445 from TAMULib/sprint8-staging
Browse files Browse the repository at this point in the history
Sprint8 staging
  • Loading branch information
Dbreck-TAMU authored Dec 19, 2024
2 parents a7b1b72 + 6724a13 commit 0ce8760
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 75 deletions.
20 changes: 11 additions & 9 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Description
> Please provide as much detail as needed to explain the changes.

# Supporting Material
> Please provide any links, screenshots, etc. as necessary to support the description.
Please include a summary of the changes. Please also include relevant motivation and context. At a minimum, providing a bulleted list of changes in your PR is helpful to reviewers.

# Additional Comments
> Please provide any additional feedback here.
## Type of change

# Helper Checklist (optional)
> Please ensure the following has been completed.
Please delete options that are not relevant.

- [ ] Changes are documented to the best of your understanding.
- [ ] Changes are reviewed and accepted.
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update

# Testing Procedures

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
build:
strategy:
matrix:
runs-on: [windows-latest, macos-latest, ubuntu-latest]
java-version: [11, 17]
runs-on: [ubuntu-latest]
java-version: [17]

runs-on: ${{ matrix.runs-on }}

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/defaults/directoryViews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- positions.organizations
- thumbnail
facets:
- name: Type
- name: People
field: type
type: STRING
sort: COUNT
Expand Down
61 changes: 0 additions & 61 deletions src/main/resources/defaults/discoveryViews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -643,67 +643,6 @@
- columnHeader: Individual
valuePath: individual

- name: Ideas
layout: LIST
templates:
default: "defaults/discoveryViews/ideas/default.html"
styles: []
highlightFields:
- name
- futureResearchIdeaOf
fields:
- type
- name
- futureResearchIdeaOf
- futureResearchIdeaOf.organizations
- createdDate
facets:
- name: People
field: futureResearchIdeaOf_nested_facets
type: STRING
sort: COUNT
direction: DESC
pageSize: 10
collapsed: true
hidden: false
- name: Organization
field: futureResearchIdeaOf.organizations
type: STRING
sort: COUNT
direction: DESC
pageSize: 10
collapsed: true
hidden: false
- name: Research Keyword
field: keywords
type: STRING
sort: COUNT
direction: DESC
pageSize: 10
collapsed: true
hidden: false
filters:
- field: class
value: Concept AND type:FutureResearchIdea
opKey: EXPRESSION
boosts:
- field: name
value: 2
sort:
- field: score
direction: DESC
- field: name_sort
direction: ASC
export:
- columnHeader: Future Research Idea
valuePath: name
- columnHeader: Researcher
valuePath: futureResearchIdeaOf
- columnHeader: Researcher Organization
valuePath: futureResearchIdeaOf.organizations
- columnHeader: Individual
valuePath: individual

- name: Organizations
layout: LIST
templates:
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/defaults/themes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
imageAlt: Clarendon Building, University of Oxford
watermarkImageUri: assets/images/vector-world-map.png
watermarkText: worldwide collaboration
helpText: "<a href='https://scholars.library.scholars.edu/howto_scholars/#tutorials'>Tutorials: How To Update</a>"
helpText: ""
baseText: Thank you for visiting Scholars@Scholars. We have worked to
create the first version of your profile and continue to explore additional
data sources to enhance your profile. We request your participation to update
Expand Down Expand Up @@ -169,7 +169,7 @@
imageAlt: Texas A&M Acedemic Building
watermarkImageUri: assets/images/vector-world-map.png
watermarkText: worldwide collaboration
helpText: "<a href='https://scholars.library.tamu.edu/howto_scholars/#tutorials'>Tutorials: How To Update</a>"
helpText: ""
baseText: Thank you for visiting Scholars@TAMU. We have worked to
create the first version of your profile and continue to explore additional
data sources to enhance your profile. We request your participation to update
Expand Down

0 comments on commit 0ce8760

Please sign in to comment.