|
124 | 124 | </span> |
125 | 125 | <div class="option--help"> |
126 | 126 | {#if switchableRole === 'resourceSharing'} |
127 | | - <p>This access is only provided for the following use cases:</p> |
128 | | - <ul> |
129 | | - <li>PLACEHOLDER</li> |
130 | | - </ul> |
131 | 127 | <p> |
132 | | - Individuals making use of Resource Sharing are not permitted to use this access for other use |
133 | | - cases, such as: |
| 128 | + Through HathiTrust Resource Sharing, library workers are permitted to download Full View and |
| 129 | + Registered Access scans in HathiTrust in order to fulfill Interlibrary Loan and Document |
| 130 | + Delivery requests. |
134 | 131 | </p> |
| 132 | + <p>You may only access Registered Access texts under the following conditions:</p> |
135 | 133 | <ul> |
136 | | - <li>PLACEHOLDER</li> |
| 134 | + <li>The text is currently held in a physical format in your library,</li> |
| 135 | + <li> |
| 136 | + You may only download an article, chapter, or other excerpt from a Registered Access text, |
| 137 | + </li> |
| 138 | + <li> |
| 139 | + HathiTrust files downloaded through your Resource Sharing access are used only to fulfill |
| 140 | + Interlibrary Loan and Document Delivery requests, and you will not use HathiTrust Resource |
| 141 | + Sharing for other purposes (e.g., personal reading, course reserves, reference work), |
| 142 | + </li> |
| 143 | + <!-- this link will be updated to a HT webpage for service launch --> |
| 144 | + <li> |
| 145 | + You will follow the full <a |
| 146 | + href="https://docs.google.com/document/d/1gdkU14w-0x3mhy2n0wJCZ6EZTft0mo9bTpVGPYKQJf4/edit?tab=t.0#heading=h.m2mrywmwq2fj" |
| 147 | + >Terms of Service for HathiTrust Resource Sharing</a |
| 148 | + >. |
| 149 | + </li> |
137 | 150 | </ul> |
138 | | - <p> |
139 | | - HathiTrust will immediately terminate a registered user’s ability to employ Resource Sharing |
140 | | - if we determine that a disallowed use has occurred or is occurring. Individuals with Resource |
141 | | - Sharing must notify HathiTrust staff at [email protected] if they believe their |
142 | | - credentials have been used by someone else to gain inappropriate access to copyrighted |
143 | | - materials; if they have any questions about appropriate uses of this service; or if their role |
144 | | - has changed (including departure from the organization) and they no longer need this service. |
145 | | - </p> |
146 | 151 | {:else if switchableRole === 'totalAccess'} |
147 | 152 | <p>This access is only provided for the following use cases:</p> |
148 | 153 | <ul> |
|
177 | 182 | HathiTrust will immediately terminate a registered user’s ability to employ Collection |
178 | 183 | Administration Access if we determine that a disallowed use has occurred or is occurring. |
179 | 184 | Individuals with Collection Administration Access must notify HathiTrust staff at |
180 | | - [email protected] if they believe their credentials have been used by someone else to |
| 185 | + <a href="mailto:[email protected]">[email protected]</a> if they believe their credentials have been used by someone else to |
181 | 186 | gain inappropriate access to copyrighted materials; if they have any questions about |
182 | 187 | appropriate uses of this service; or if their role has changed (including departure from the |
183 | 188 | organization) and they no longer need this service. |
|
247 | 252 | </div> |
248 | 253 |
|
249 | 254 | <style lang="scss"> |
| 255 | + a { |
| 256 | + color: var(--color-primary-700); |
| 257 | + &:hover { |
| 258 | + color: var(--color-primary-800); |
| 259 | + } |
| 260 | + } |
250 | 261 | .settings-heading img { |
251 | 262 | height: 2.625rem; |
252 | 263 | } |
|
306 | 317 | line-height: 1.3125rem; |
307 | 318 | letter-spacing: -0.01rem; |
308 | 319 | ul { |
309 | | - padding-inline-start: 1rem; |
| 320 | + padding-inline-start: 1.5rem; |
| 321 | + display: flex; |
| 322 | + flex-direction: column; |
| 323 | + gap: 0.25rem; |
310 | 324 | } |
311 | 325 | & :last-child { |
312 | 326 | margin-block-end: 0; |
|
0 commit comments