Skip to content

Commit

Permalink
Fix userId attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
gremau committed Dec 17, 2024
1 parent 04345ea commit 59c1bdc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions guide-eml-bp/archive/content-recommendations.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ Example 4: creator
<phone phonetype="voice">(999) 999-9999</phone>
<electronicMailAddress>[email protected]</electronicMailAddress>
<onlineUrl>http://www.fsu.edu/</onlineUrl>
<userId system="https://orcid.org">
<userId directory="https://orcid.org">
https://orcid.org/0000-0000-0000-0000
</userId>
</creator>
Expand All @@ -335,7 +335,7 @@ Example 4: creator
<phone phonetype="voice">(999) 999-9999</phone>
<electronicMailAddress>[email protected]</electronicMailAddress>
<onlineUrl>http://www.fsu.edu/</onlineUrl>
<userId system="https://orcid.org">
<userId directory="https://orcid.org">
https://orcid.org/0000-0000-0000-0000
</userId>
</creator>
Expand All @@ -358,7 +358,7 @@ Example 4: creator
<phone phonetype="voice">(999) 999-9999</phone>
<electronicMailAddress>[email protected]</electronicMailAddress>
<onlineUrl>http://www.fsu.edu/~jecologist</onlineUrl>
<userId system="https://orcid.org">
<userId directory="https://orcid.org">
https://orcid.org/0000-0000-0000-0000
</userId>
</creator>
Expand Down Expand Up @@ -412,7 +412,7 @@ Example 5: metadataProvider
<phone phonetype="voice">(999) 999-9999</phone>
<electronicMailAddress>[email protected]</electronicMailAddress>
<onlineUrl>http://www.fsu.edu/</onlineUrl>
<userId system="https://orcid.org">
<userId directory="https://orcid.org">
https://orcid.org/0000-0000-0000-0000
</userId>
</metadataProvider>
Expand Down Expand Up @@ -449,7 +449,7 @@ Example 6: associatedParty
<phone phonetype="voice">(999) 999-9999</phone>
<electronicMailAddress>[email protected]</electronicMailAddress>
<onlineUrl>http://search.lternet.edu/directory_view.php?personid=12010&amp;query=itestuser</onlineUrl>
<userId system="https://orcid.org">
<userId directory="https://orcid.org">
https://orcid.org/0000-0000-0000-0000
</userId>
<role>Technician</role>
Expand Down Expand Up @@ -487,7 +487,7 @@ Example 7: contact
<phone phonetype="voice">(999) 999-9999</phone>
<electronicMailAddress>[email protected]</electronicMailAddress>
<onlineUrl>http://www.fsu.edu/</onlineUrl>
<userId system="https://orcid.org">
<userId directory="https://orcid.org">
https://orcid.org/0000-0000-0000-0000
</userId>
</contact>
Expand Down

0 comments on commit 59c1bdc

Please sign in to comment.