From b7e9f1c075682fc7938485a9e90caf8da812a421 Mon Sep 17 00:00:00 2001
From: Edward Longman <el7g15@soton.ac.uk>
Date: Thu, 18 Aug 2022 10:14:13 +0100
Subject: [PATCH] Correct ORCiD display format

Now correctly following guidelines at
https://info.orcid.org/brand-guidelines/#general-brand-guidance

Fixes #7
---
 source/latex/uosdocs/uosdocs.dtx   | 4 ++--
 templates/latex/uosdocs/Thesis.tex | 2 +-
 tex/latex/uosdocs/uosreport.cls    | 2 +-
 tex/latex/uosdocs/uosthesis.cls    | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/source/latex/uosdocs/uosdocs.dtx b/source/latex/uosdocs/uosdocs.dtx
index 3ae70f2..cbce8f8 100644
--- a/source/latex/uosdocs/uosdocs.dtx
+++ b/source/latex/uosdocs/uosdocs.dtx
@@ -815,7 +815,7 @@
         \ifthenelse{\equal{\orcid}{}}
         {}
         {\smallskip
-        ORCiD: \href{https://orcid.org/\orcid}{\orcid}}
+        ORCID iD: \href{https://orcid.org/\orcid}{\orcid}}
 
       \vfill
 %<*thesis>
@@ -1601,7 +1601,7 @@ Data: Author (Year) Title. URI [dataset]}
 \title      {An Investigation into \dots}
 %<*testthesis>
 %% TODO: Replace with your name removing []
-\authors    {[Insert full name, for example, Sarah Alison Watson]} % Use of Soton Email unadvised, use ORCiD instead.
+\authors    {[Insert full name, for example, Sarah Alison Watson]} % Use of Soton Email unadvised, use ORCID iD instead.
 %</testthesis>
 %<*testminithesis|testprogress|testproject|testreport|testarticle|testgdp|testgdpsummary>
 \authors    {\texorpdfstring
diff --git a/templates/latex/uosdocs/Thesis.tex b/templates/latex/uosdocs/Thesis.tex
index b38a23f..3e44785 100644
--- a/templates/latex/uosdocs/Thesis.tex
+++ b/templates/latex/uosdocs/Thesis.tex
@@ -20,7 +20,7 @@
 \GROUP       {\MakeUppercase{\groupname}}
 \title      {An Investigation into \dots}
 %% TODO: Replace with your name removing []
-\authors    {[Insert full name, for example, Sarah Alison Watson]} % Use of Soton Email unadvised, use ORCiD instead.
+\authors    {[Insert full name, for example, Sarah Alison Watson]} % Use of Soton Email unadvised, use ORCID iD instead.
 \addresses  {\groupname\\\deptname\\\univname}
 \date       {\today}
 %% Optional Fields TODO: Replace these fields with your own data
diff --git a/tex/latex/uosdocs/uosreport.cls b/tex/latex/uosdocs/uosreport.cls
index 8a75018..badbf23 100644
--- a/tex/latex/uosdocs/uosreport.cls
+++ b/tex/latex/uosdocs/uosreport.cls
@@ -242,7 +242,7 @@
         \ifthenelse{\equal{\orcid}{}}
         {}
         {\smallskip
-        ORCiD: \href{https://orcid.org/\orcid}{\orcid}}
+        ORCID iD: \href{https://orcid.org/\orcid}{\orcid}}
 
       \vfill
       \bigskip
diff --git a/tex/latex/uosdocs/uosthesis.cls b/tex/latex/uosdocs/uosthesis.cls
index 2811ba9..7da3dc8 100644
--- a/tex/latex/uosdocs/uosthesis.cls
+++ b/tex/latex/uosdocs/uosthesis.cls
@@ -250,7 +250,7 @@
         \ifthenelse{\equal{\orcid}{}}
         {}
         {\smallskip
-        ORCiD: \href{https://orcid.org/\orcid}{\orcid}}
+        ORCID iD: \href{https://orcid.org/\orcid}{\orcid}}
 
       \vfill
       {\large \textit{A thesis for the degree of} \par}
-- 
GitLab