Skip to content

Commit

Permalink
Merge pull request #374 from NYULibraries/373-update-nyu-restricted-a…
Browse files Browse the repository at this point in the history
…lert

Adds clarification when viewing restricted NYU records
  • Loading branch information
nmwolf authored Sep 13, 2024
2 parents b525acd + d13d9ba commit 77f60c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/concerns/rights_concern.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module RightsConcern
extend Geoblacklight::SolrDocument

def rights_text
"This dataset is only available to members of the <b>New York University</b> community and is limited to <em>current</em> students, staff, and faculty. Do not copy or redistribute this data. If you have questions about what constitutes fair use of this material, please contact us directly at <a href='mailto:[email protected]'>[email protected]</a>." if nyu? && restricted?
"This dataset is only available to members of the <b>New York University</b> community and is limited to <em>current</em> students, staff, and faculty. Do not copy or redistribute this data. If you have questions about what constitutes fair use of this material, please contact us directly at <a href='mailto:[email protected]'>[email protected]</a>.<br/><br/>Please note that access while on the NYU wifi network or via <a href='https://www.nyu.edu/life/information-technology/infrastructure/network-services/vpn.html'>NYU VPN</a> is required to preview the data below; authenticated users may use the asset download features without NYU VPN." if nyu? && restricted?
end

def nyu?
Expand Down

0 comments on commit 77f60c2

Please sign in to comment.