Skip to content

Commit

Permalink
Provide more explicit information about ORCID on the write-a-PRErevie…
Browse files Browse the repository at this point in the history
…w start page

During a user test, we witnessed a user clicking on 'ORCID iD' and expecting to see the sign-in form. I'm not sure how common this will be, but to try and avoid this in the future, this changes the link text to be a question instead ('What is an ORCID iD?').

Refs nhsuk/nhsuk-service-manual-community-backlog#169 (comment)
  • Loading branch information
thewilkybarkid committed Jul 19, 2022
1 parent ff86197 commit a58b2cf
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 16 deletions.
4 changes: 4 additions & 0 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,10 @@ summary {
touch-action: manipulation;
}

dfn {
font-style: normal;
}

sub {
vertical-align: baseline;
font-size: 50%;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 10 additions & 4 deletions src/write-review.ts
Original file line number Diff line number Diff line change
Expand Up @@ -996,10 +996,16 @@ function startPage(preprint: Preprint) {
<h2>Before you start</h2>
<p>
We will ask you to log in with your <a href="https://orcid.org/">ORCID&nbsp;iD</a>. If you don’t have an iD,
you can create one.
</p>
<p>We will ask you to log in with your ORCID&nbsp;iD. If you don’t have an iD, you can create one.</p>
<details>
<summary>What is an ORCID&nbsp;iD?</summary>
<p>
An <a href="https://orcid.org/"><dfn>ORCID&nbsp;iD</dfn></a> is a persistent digital identifier you own and
control, distinguishing you from every other researcher.
</p>
</details>
<a href="${format(logInMatch.formatter, {})}" role="button" draggable="false">Start now</a>
</main>
Expand Down

0 comments on commit a58b2cf

Please sign in to comment.