Skip to content

Commit

Permalink
Merge branch 'main' into NOP-48/copyright-text
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefilter authored Nov 20, 2024
2 parents 1cf1b2c + df111a9 commit 6ecdb84
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions app/views/catalog/_show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dataLayer.push({
'Opac url': <%= raw @document[:opac_url_ssi].to_json %> === null ? undefined : <%= raw @document[:opac_url_ssi].to_json.html_safe %>,
'Project Name': <%= raw @document[:member_of_collections_ssim].to_json %> === null ? undefined : <%= raw @document[:member_of_collections_ssim].to_json.html_safe %>, // Not sure if pulling from the right field there is no project_tesin field in solr
'Publisher.publisherName': <%= raw @document[:publisher_tesim].to_json %> === null ? undefined : <%= raw @document[:publisher_tesim].to_json.html_safe %>,
'Program': <%= raw @document[:program_tesim].to_json %> === null ? undefined : <%= raw @document[:program_tesim].to_json.html_safe %>,
'Repository': <%= raw @document[:repository_tesim].to_json %> === null ? undefined : <%= raw @document[:repository_tesim].to_json.html_safe %>,
'Subject geographic': <%= raw @document[:subject_geographic_tesim].to_json %> === null ? undefined : <%= raw @document[:subject_geographic_tesim].to_json.html_safe %>,
'Subject name': <%= raw @document[:named_subject_tesim].to_json %> === null ? undefined : <%= raw @document[:named_subject_tesim].to_json.html_safe %>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ dataLayer.push({
'Name.translator': <%= raw @document[:translator_tesim].to_json %> === null ? undefined : <%= raw @document[:translator_tesim].to_json.html_safe %>,
'Opac url': <%= raw @document[:opac_url_ssi].to_json %> === null ? undefined : <%= raw @document[:opac_url_ssi].to_json.html_safe %>,
'Project Name': <%= raw @document[:title_tesim].to_json %> === null ? undefined : <%= raw @document[:title_tesim].to_json.html_safe %>, // Not sure if pulling from the right field there is no project_tesin field in solr
'Program': <%= raw @document[:program_tesim].to_json %> === null ? undefined : <%= raw @document[:program_tesim].to_json.html_safe %>,
'Publisher.publisherName': <%= raw @document[:publisher_tesim].to_json %> === null ? undefined : <%= raw @document[:publisher_tesim].to_json.html_safe %>,
'Repository': <%= raw @document[:repository_tesim].to_json %> === null ? undefined : <%= raw @document[:repository_tesim].to_json.html_safe %>,
'Subject geographic': <%= raw @document[:subject_geographic_tesim].to_json %> === null ? undefined : <%= raw @document[:subject_geographic_tesim].to_json.html_safe %>,
Expand Down
8 changes: 4 additions & 4 deletions app/views/static/ursus_about.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<%= t('static_pages.about.mission').upcase %>
</div>
<div class='static-page__text static-page__text--ursus'>
The UCLA Digital Library Program works collaboratively within the UCLA Library, across campus, and with a broad range of partners to preserve and provide enhanced access to local and global cultural heritage materials in support of the University’s teaching, learning, research and service mission.
<br>
<br>
UCLA Digital Library Collections follow ethical and inclusive approaches to descriptive practices as outlined in <%= link_to 'Toward Ethical and Inclusive Descriptive Practices in UCLA Library Special Collections', 'https://www.library.ucla.edu/location/library-special-collections/discover-collections/toward-ethical-inclusive-descriptive-practices-ucla-library-special-collections', class: 'ur-link', target: '_blank' %>.
The UCLA Digital Library Program works collaboratively within the UCLA Library, across campus, and with a broad range of partners to preserve and provide enhanced access to local and global cultural heritage materials in support of the University’s teaching, learning, research and service mission.
<br>
<br>
UCLA Digital Library Collections follow ethical and inclusive approaches to descriptive practices as outlined in UCLA Library’s <%= link_to 'Policy on Ethical Description', 'https://www.library.ucla.edu/about/policies/ethical-description/', class: 'ur-link', target: '_blank' %>.
</div>
</div>

Expand Down

0 comments on commit 6ecdb84

Please sign in to comment.