Skip to content

Commit

Permalink
Merge pull request #30 from psu-libraries/717-abstract-help-text
Browse files Browse the repository at this point in the history
717 - fixes everyone where single quote issue appears
  • Loading branch information
jlandiseigsti authored May 22, 2024
2 parents 608dc95 + 8c13add commit 8c0c3f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
etda_utilities (0.20.1)
etda_utilities (0.20.2)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions lib/etda_utilities/access_levels_for_partners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ graduate:
scope: released_for_publication
restricted_to_institution: 'Restricted (Penn State Only)'
restricted_to_institution_attr:
description_html: 'Access restricted to individuals having a valid Penn State Access Account, for a period of two years. Allows restricted access of the entire work beginning immediately after degree conferral. At the end of the two-year period, the status will automatically change to Open Access. <i>Intended for use by authors in cases where prior public release of the work may compromise its acceptance for publication.</i> After the conferral of the degree, abstracts for all doctoral dissertations and master's theses, whether Open Access, Restricted (Penn State) or Restricted, become accessible worldwide.'
description_html: Access restricted to individuals having a valid Penn State Access Account, for a period of two years. Allows restricted access of the entire work beginning immediately after degree conferral. At the end of the two-year period, the status will automatically change to Open Access. <i>Intended for use by authors in cases where prior public release of the work may compromise its acceptance for publication.</i> After the conferral of the degree, abstracts for all doctoral dissertations and master's theses, whether Open Access, Restricted (Penn State) or Restricted, become accessible worldwide.
scope: final_restricted_institution
restricted: 'Restricted'
restricted_attr:
description_html: 'Restricts the entire work for the purpose of filing a patent. At the end of the two-year period, the status will automatically change to Open Access. Selection of this option requires that an invention disclosure (ID) be filed with the Office of Technology Management (OTM) prior to submission of the final thesis/dissertation, and confirmed by OTM. After the conferral of the degree, abstracts for all doctoral dissertations and master's theses, whether Open Access, Restricted (Penn State) or Restricted, become accessible worldwide.'
description_html: Restricts the entire work for the purpose of filing a patent. At the end of the two-year period, the status will automatically change to Open Access. Selection of this option requires that an invention disclosure (ID) be filed with the Office of Technology Management (OTM) prior to submission of the final thesis/dissertation, and confirmed by OTM. After the conferral of the degree, abstracts for all doctoral dissertations and master's theses, whether Open Access, Restricted (Penn State) or Restricted, become accessible worldwide.
scope: final_withheld
no_access: ''
no_access_attr:
Expand Down
2 changes: 1 addition & 1 deletion lib/etda_utilities/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module EtdaUtilities
VERSION = "0.20.1"
VERSION = "0.20.2"
end

0 comments on commit 8c0c3f7

Please sign in to comment.