From d13d9ba4a4a5852afc86bfd9b67f07540f3ddb87 Mon Sep 17 00:00:00 2001 From: Brian Kelly Date: Fri, 13 Sep 2024 11:03:53 -0500 Subject: [PATCH] Adds clarification when viewing restricted NYU records --- app/models/concerns/rights_concern.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/concerns/rights_concern.rb b/app/models/concerns/rights_concern.rb index cbc5f71e..a5a68e09 100644 --- a/app/models/concerns/rights_concern.rb +++ b/app/models/concerns/rights_concern.rb @@ -4,7 +4,7 @@ module RightsConcern extend Geoblacklight::SolrDocument def rights_text - "This dataset is only available to members of the New York University community and is limited to current 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 data.services@nyu.edu." if nyu? && restricted? + "This dataset is only available to members of the New York University community and is limited to current 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 data.services@nyu.edu.

Please note that access while on the NYU wifi network or via NYU VPN is required to preview the data below; authenticated users may use the asset download features without NYU VPN." if nyu? && restricted? end def nyu?