<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:"Courier New";
        mso-fareast-language:EN-GB;}
span.start-tag
        {mso-style-name:start-tag;}
span.attribute-name
        {mso-style-name:attribute-name;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-GB" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Hi,<o:p></o:p></p>
<p class="MsoNormal">Does anyone know if anything makes use of the &#8216;eprints.XXX&#8217; metadata elements in the &lt;head&gt; of an abstract page?<o:p></o:p></p>
<p class="MsoNormal">For example, here: <a href="http://eprints.whiterose.ac.uk/104420/">
http://eprints.whiterose.ac.uk/104420/</a> (view source).<o:p></o:p></p>
<pre><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif">There are 123 &lt;meta name=&quot;eprints.creators_name&quot; content=&quot;xxx&quot; /&gt;.<o:p></o:p></span></pre>
<pre><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif">Each also has a matching &lt;meta name=&quot;eprints.creators_id&quot; content=&quot;xxx&quot; /&gt; element &#8211; although only 3 of these have a value (so there are 120 with content=&quot;&quot; ).<o:p></o:p></span></pre>
<pre><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif"><o:p>&nbsp;</o:p></span></pre>
<pre><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif">The creator names are also included as a meta &#8216;DC.creator&#8217; field &#8211; so is there any use in exposing the creators name in the eprints.creators_name format &#8211; or could I combine the IDs (when they exist) into a field such as:<o:p></o:p></span></pre>
<pre><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif">&lt;meta name=&quot;eprints.creator&quot; content=&quot;Salter, J. (orcid:0000-1234-5678-1234)&quot; /&gt;.<o:p></o:p></span></pre>
<pre><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif"><o:p>&nbsp;</o:p></span></pre>
<pre><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif">For HTML5, there is a set of standard metadata names:<o:p></o:p></span></pre>
<pre><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif"><a href="https://www.w3.org/TR/html5/document-metadata.html#standard-metadata-names">https://www.w3.org/TR/html5/document-metadata.html#standard-metadata-names</a><o:p></o:p></span></pre>
<pre><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif">and advice on additional names:<o:p></o:p></span></pre>
<pre><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif"><a href="https://www.w3.org/TR/html5/document-metadata.html#other-metadata-names">https://www.w3.org/TR/html5/document-metadata.html#other-metadata-names</a> (which links to <a href="https://wiki.whatwg.org/wiki/MetaExtensions">https://wiki.whatwg.org/wiki/MetaExtensions</a>).<o:p></o:p></span></pre>
<pre><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif"><o:p>&nbsp;</o:p></span></pre>
<pre><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif">The &#8216;eprints.XXX&#8217; format does not appear on these pages &#8211; so should I (or we) be using them?<o:p></o:p></span></pre>
<pre><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif"><o:p>&nbsp;</o:p></span></pre>
<pre><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif">Any thoughts welcome!<o:p></o:p></span></pre>
<pre><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif">Cheers,<o:p></o:p></span></pre>
<pre><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif">John<o:p></o:p></span></pre>
<pre><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif"><o:p>&nbsp;</o:p></span></pre>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
</body>
</html>