-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #374 from NYULibraries/373-update-nyu-restricted-a…
…lert Adds clarification when viewing restricted NYU records
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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? | ||
|