diff --git a/tests/conftest.py b/tests/conftest.py index 6eead83..1471c90 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -282,7 +282,7 @@ def rendercv_filled_curriculum_vitae_data_model( dm.SocialNetwork(network="LinkedIn", username="johndoe"), dm.SocialNetwork(network="GitHub", username="johndoe"), dm.SocialNetwork(network="Instagram", username="johndoe"), - dm.SocialNetwork(network="Orcid", username="0000-0000-0000-0000"), + dm.SocialNetwork(network="ORCID", username="0000-0000-0000-0000"), dm.SocialNetwork(network="Google Scholar", username="F8IyYrQAAAAJ"), dm.SocialNetwork(network="Mastodon", username="@johndoe@example"), dm.SocialNetwork(network="Twitter", username="johndoe"), diff --git a/tests/testdata/test_generate_latex_file/classic_empty.tex b/tests/testdata/test_generate_latex_file/classic_empty.tex index 8149027..a6255b7 100644 --- a/tests/testdata/test_generate_latex_file/classic_empty.tex +++ b/tests/testdata/test_generate_latex_file/classic_empty.tex @@ -164,7 +164,7 @@ \let\hrefWithoutArrow\href % new command for external links: -\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}} +\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}} \begin{document} diff --git a/tests/testdata/test_generate_latex_file/classic_filled.tex b/tests/testdata/test_generate_latex_file/classic_filled.tex index 11c2282..cb90cf1 100644 --- a/tests/testdata/test_generate_latex_file/classic_filled.tex +++ b/tests/testdata/test_generate_latex_file/classic_filled.tex @@ -164,7 +164,7 @@ \let\hrefWithoutArrow\href % new command for external links: -\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}} +\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}} \begin{document} diff --git a/tests/testdata/test_generate_latex_file/sb2nov_empty.tex b/tests/testdata/test_generate_latex_file/sb2nov_empty.tex index 5d846d7..bc4dc9d 100644 --- a/tests/testdata/test_generate_latex_file/sb2nov_empty.tex +++ b/tests/testdata/test_generate_latex_file/sb2nov_empty.tex @@ -141,7 +141,7 @@ \let\hrefWithoutArrow\href % new command for external links: -\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}} +\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}} \begin{document} diff --git a/tests/testdata/test_generate_latex_file/sb2nov_filled.tex b/tests/testdata/test_generate_latex_file/sb2nov_filled.tex index af5bce6..6d63338 100644 --- a/tests/testdata/test_generate_latex_file/sb2nov_filled.tex +++ b/tests/testdata/test_generate_latex_file/sb2nov_filled.tex @@ -141,7 +141,7 @@ \let\hrefWithoutArrow\href % new command for external links: -\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}} +\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}} \begin{document} diff --git a/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_empty/None_CV.tex b/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_empty/None_CV.tex index 8149027..a6255b7 100644 --- a/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_empty/None_CV.tex +++ b/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_empty/None_CV.tex @@ -164,7 +164,7 @@ \let\hrefWithoutArrow\href % new command for external links: -\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}} +\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}} \begin{document} diff --git a/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_filled/John_Doe_CV.tex b/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_filled/John_Doe_CV.tex index 11c2282..cb90cf1 100644 --- a/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_filled/John_Doe_CV.tex +++ b/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_filled/John_Doe_CV.tex @@ -164,7 +164,7 @@ \let\hrefWithoutArrow\href % new command for external links: -\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}} +\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}} \begin{document} diff --git a/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_empty/None_CV.tex b/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_empty/None_CV.tex index 5d846d7..bc4dc9d 100644 --- a/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_empty/None_CV.tex +++ b/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_empty/None_CV.tex @@ -141,7 +141,7 @@ \let\hrefWithoutArrow\href % new command for external links: -\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}} +\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}} \begin{document} diff --git a/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_filled/John_Doe_CV.tex b/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_filled/John_Doe_CV.tex index af5bce6..6d63338 100644 --- a/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_filled/John_Doe_CV.tex +++ b/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_filled/John_Doe_CV.tex @@ -141,7 +141,7 @@ \let\hrefWithoutArrow\href % new command for external links: -\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}} +\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}} \begin{document} diff --git a/tests/testdata/test_generate_markdown_file/classic_filled.md b/tests/testdata/test_generate_markdown_file/classic_filled.md index f8fdf61..32d4660 100644 --- a/tests/testdata/test_generate_markdown_file/classic_filled.md +++ b/tests/testdata/test_generate_markdown_file/classic_filled.md @@ -7,7 +7,7 @@ - LinkedIn: [johndoe](https://linkedin.com/in/johndoe) - GitHub: [johndoe](https://github.com/johndoe) - Instagram: [johndoe](https://instagram.com/johndoe) -- Orcid: [0000-0000-0000-0000](https://orcid.org/0000-0000-0000-0000) +- ORCID: [0000-0000-0000-0000](https://orcid.org/0000-0000-0000-0000) - Google Scholar: [F8IyYrQAAAAJ](https://scholar.google.com/citations?user=F8IyYrQAAAAJ) - Mastodon: [@johndoe@example](https://example/@johndoe) - Twitter: [johndoe](https://twitter.com/johndoe) diff --git a/tests/testdata/test_generate_markdown_file/engineeringresumes_filled.md b/tests/testdata/test_generate_markdown_file/engineeringresumes_filled.md index f8fdf61..32d4660 100644 --- a/tests/testdata/test_generate_markdown_file/engineeringresumes_filled.md +++ b/tests/testdata/test_generate_markdown_file/engineeringresumes_filled.md @@ -7,7 +7,7 @@ - LinkedIn: [johndoe](https://linkedin.com/in/johndoe) - GitHub: [johndoe](https://github.com/johndoe) - Instagram: [johndoe](https://instagram.com/johndoe) -- Orcid: [0000-0000-0000-0000](https://orcid.org/0000-0000-0000-0000) +- ORCID: [0000-0000-0000-0000](https://orcid.org/0000-0000-0000-0000) - Google Scholar: [F8IyYrQAAAAJ](https://scholar.google.com/citations?user=F8IyYrQAAAAJ) - Mastodon: [@johndoe@example](https://example/@johndoe) - Twitter: [johndoe](https://twitter.com/johndoe) diff --git a/tests/testdata/test_generate_markdown_file/moderncv_filled.md b/tests/testdata/test_generate_markdown_file/moderncv_filled.md index f8fdf61..32d4660 100644 --- a/tests/testdata/test_generate_markdown_file/moderncv_filled.md +++ b/tests/testdata/test_generate_markdown_file/moderncv_filled.md @@ -7,7 +7,7 @@ - LinkedIn: [johndoe](https://linkedin.com/in/johndoe) - GitHub: [johndoe](https://github.com/johndoe) - Instagram: [johndoe](https://instagram.com/johndoe) -- Orcid: [0000-0000-0000-0000](https://orcid.org/0000-0000-0000-0000) +- ORCID: [0000-0000-0000-0000](https://orcid.org/0000-0000-0000-0000) - Google Scholar: [F8IyYrQAAAAJ](https://scholar.google.com/citations?user=F8IyYrQAAAAJ) - Mastodon: [@johndoe@example](https://example/@johndoe) - Twitter: [johndoe](https://twitter.com/johndoe) diff --git a/tests/testdata/test_generate_markdown_file/sb2nov_filled.md b/tests/testdata/test_generate_markdown_file/sb2nov_filled.md index f8fdf61..32d4660 100644 --- a/tests/testdata/test_generate_markdown_file/sb2nov_filled.md +++ b/tests/testdata/test_generate_markdown_file/sb2nov_filled.md @@ -7,7 +7,7 @@ - LinkedIn: [johndoe](https://linkedin.com/in/johndoe) - GitHub: [johndoe](https://github.com/johndoe) - Instagram: [johndoe](https://instagram.com/johndoe) -- Orcid: [0000-0000-0000-0000](https://orcid.org/0000-0000-0000-0000) +- ORCID: [0000-0000-0000-0000](https://orcid.org/0000-0000-0000-0000) - Google Scholar: [F8IyYrQAAAAJ](https://scholar.google.com/citations?user=F8IyYrQAAAAJ) - Mastodon: [@johndoe@example](https://example/@johndoe) - Twitter: [johndoe](https://twitter.com/johndoe)