tests: update

This commit is contained in:
Sina Atalay 2024-06-05 01:14:08 +03:00
parent 18ef094558
commit 2c2bfff140
45 changed files with 1481 additions and 258 deletions

View File

@ -193,13 +193,25 @@ def return_a_value_for_a_field_type(
"name": "My Project", "name": "My Project",
"label": "Pro**gram**ming", "label": "Pro**gram**ming",
"details": "Python, C++, JavaScript, MATLAB", "details": "Python, C++, JavaScript, MATLAB",
"authors": ["J. Doe", "**H. Tom**", "S. Doe", "A. Andsurname"], "authors": [
"J. Doe",
"***H. Tom***",
"S. Doe",
"A. Andsurname",
"S. Doe",
"A. Andsurname",
"S. Doe",
"A. Andsurname",
"S. Doe",
"A. Andsurname",
],
"title": ( "title": (
"Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of" "Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of"
" No-Insulation Coils" " No-Insulation Coils"
), ),
"journal": "IEEE Transactions on Applied Superconductivity", "journal": "IEEE Transactions on Applied Superconductivity",
"doi": "10.1109/TASC.2023.3340648", "doi": "10.1109/TASC.2023.3340648",
"url": "https://example.com",
} }
field_type_dictionary = { field_type_dictionary = {
@ -284,12 +296,12 @@ def rendercv_filled_curriculum_vitae_data_model(
dm.SocialNetwork(network="Instagram", 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="Google Scholar", username="F8IyYrQAAAAJ"),
dm.SocialNetwork(network="Mastodon", username="@johndoe@example"), dm.SocialNetwork(network="Mastodon", username="@johndoe@example.com"),
dm.SocialNetwork(network="Twitter", username="johndoe"), dm.SocialNetwork(network="Twitter", username="johndoe"),
dm.SocialNetwork(network="StackOverflow", username="12323/johndoe"), dm.SocialNetwork(network="StackOverflow", username="12323/johndoe"),
dm.SocialNetwork(network="GitLab", username="johndoe"), dm.SocialNetwork(network="GitLab", username="johndoe"),
dm.SocialNetwork(network="ResearchGate", username="johndoe"), dm.SocialNetwork(network="ResearchGate", username="johndoe"),
dm.SocialNetwork(network="YouTube", username="@johndoe"), dm.SocialNetwork(network="YouTube", username="johndoe"),
], ],
sections={ sections={
"Text Entries": [text_entry, text_entry, text_entry], "Text Entries": [text_entry, text_entry, text_entry],

View File

@ -3,7 +3,6 @@ import shutil
import subprocess import subprocess
import sys import sys
from datetime import date as Date from datetime import date as Date
import pathlib
import pydantic import pydantic
import ruamel.yaml import ruamel.yaml
@ -326,7 +325,7 @@ def test_render_command_with_different_output_path(input_file_path, tmp_path):
def test_render_command_with_different_output_path_for_each_file( def test_render_command_with_different_output_path_for_each_file(
option, file_name, tmp_path, input_file_path option, file_name, tmp_path, input_file_path
): ):
result = run_render_command( run_render_command(
input_file_path, input_file_path,
tmp_path, tmp_path,
[ [
@ -373,7 +372,7 @@ def test_render_command_with_custom_png_path_multiple_pages(tmp_path):
def test_render_command_with_dont_generate_files( def test_render_command_with_dont_generate_files(
tmp_path, input_file_path, option, file_name tmp_path, input_file_path, option, file_name
): ):
result = run_render_command( run_render_command(
input_file_path, input_file_path,
tmp_path, tmp_path,
[ [

View File

@ -419,7 +419,7 @@ def test_invalid_doi(publication_entry, doi):
("StackOverflow", "invalidusername"), ("StackOverflow", "invalidusername"),
("StackOverflow", "invalidusername//"), ("StackOverflow", "invalidusername//"),
("StackOverflow", "invalidusername/invalid"), ("StackOverflow", "invalidusername/invalid"),
("YouTube", "invalidusername"), ("YouTube", "@invalidusername"),
], ],
) )
def test_invalid_social_networks(network, username): def test_invalid_social_networks(network, username):
@ -453,7 +453,7 @@ def test_invalid_social_networks(network, username):
), ),
( (
"YouTube", "YouTube",
"@myusername", "myusername",
"https://youtube.com/@myusername", "https://youtube.com/@myusername",
), ),
( (

View File

@ -194,7 +194,7 @@
\kern 0.5 cm \kern 0.5 cm
\mbox{\hrefWithoutArrow{https://scholar.google.com/citations?user=F8IyYrQAAAAJ}{{\footnotesize\faGraduationCap}\hspace*{0.13cm}Google Scholar}} \mbox{\hrefWithoutArrow{https://scholar.google.com/citations?user=F8IyYrQAAAAJ}{{\footnotesize\faGraduationCap}\hspace*{0.13cm}Google Scholar}}
\kern 0.5 cm \kern 0.5 cm
\mbox{\hrefWithoutArrow{https://example/@johndoe}{{\footnotesize\faMastodon}\hspace*{0.13cm}@johndoe@example}} \mbox{\hrefWithoutArrow{https://example.com/@johndoe}{{\footnotesize\faMastodon}\hspace*{0.13cm}@johndoe@example.com}}
\kern 0.5 cm \kern 0.5 cm
\mbox{\hrefWithoutArrow{https://twitter.com/johndoe}{{\footnotesize\faTwitter}\hspace*{0.13cm}johndoe}} \mbox{\hrefWithoutArrow{https://twitter.com/johndoe}{{\footnotesize\faTwitter}\hspace*{0.13cm}johndoe}}
\kern 0.5 cm \kern 0.5 cm
@ -204,7 +204,7 @@
\kern 0.5 cm \kern 0.5 cm
\mbox{\hrefWithoutArrow{https://researchgate.net/profile/johndoe}{{\footnotesize\faResearchgate}\hspace*{0.13cm}johndoe}} \mbox{\hrefWithoutArrow{https://researchgate.net/profile/johndoe}{{\footnotesize\faResearchgate}\hspace*{0.13cm}johndoe}}
\kern 0.5 cm \kern 0.5 cm
\mbox{\hrefWithoutArrow{https://youtube.com/@johndoe}{{\footnotesize\faYoutube}\hspace*{0.13cm}@johndoe}} \mbox{\hrefWithoutArrow{https://youtube.com/@johndoe}{{\footnotesize\faYoutube}\hspace*{0.13cm}johndoe}}
\kern 0.5 cm \kern 0.5 cm
\end{header} \end{header}
@ -259,7 +259,7 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry} \end{onecolentry}
\end{samepage} \end{samepage}
@ -271,10 +271,11 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm} \vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} \end{onecolentry} \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
\end{onecolentry}
\end{samepage} \end{samepage}
\vspace{0.2 cm} \vspace{0.2 cm}
@ -285,7 +286,21 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://example.com}{example.com} \end{onecolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm} \vspace{0.10 cm}
IEEE Transactions on Applied Superconductivity \end{onecolentry} IEEE Transactions on Applied Superconductivity \end{onecolentry}
@ -301,7 +316,7 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry} \end{twocolentry}
\end{samepage} \end{samepage}
@ -313,10 +328,26 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm} \vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity) \end{onecolentry} \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
\end{onecolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
(IEEE Transactions on Applied Superconductivity) \end{onecolentry}
\end{samepage} \end{samepage}
\vspace{0.2 cm} \vspace{0.2 cm}
@ -329,10 +360,25 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm} \vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} \end{twocolentry} \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
\end{twocolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://example.com}{example.com} (IEEE Transactions on Applied Superconductivity) \end{onecolentry}
\end{samepage} \end{samepage}
\vspace{0.2 cm} \vspace{0.2 cm}
@ -345,7 +391,23 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://example.com}{example.com} \end{twocolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{twocolentry}{
Sept. 2021
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm} \vspace{0.10 cm}
IEEE Transactions on Applied Superconductivity \end{twocolentry} IEEE Transactions on Applied Superconductivity \end{twocolentry}
@ -353,6 +415,21 @@
\vspace{0.2 cm} \vspace{0.2 cm}
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
(IEEE Transactions on Applied Superconductivity) \end{onecolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage} \begin{samepage}
\begin{twocolentry}{ \begin{twocolentry}{
Sept. 2021 Sept. 2021
@ -361,10 +438,61 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm} \vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity) \end{twocolentry} \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
\end{twocolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{twocolentry}{
Sept. 2021
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
(IEEE Transactions on Applied Superconductivity) \end{twocolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{twocolentry}{
Sept. 2021
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://example.com}{example.com} (IEEE Transactions on Applied Superconductivity) \end{twocolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{twocolentry}{
Sept. 2021
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
(IEEE Transactions on Applied Superconductivity) \end{twocolentry}
\end{samepage} \end{samepage}

View File

@ -200,7 +200,7 @@
\kern 5.0 pt% \kern 5.0 pt%
\AND% \AND%
\kern 5.0 pt% \kern 5.0 pt%
\mbox{\hrefWithoutArrow{https://example/@johndoe}{example/@johndoe}}% \mbox{\hrefWithoutArrow{https://example.com/@johndoe}{example.com/@johndoe}}%
\kern 5.0 pt% \kern 5.0 pt%
\AND% \AND%
\kern 5.0 pt% \kern 5.0 pt%
@ -273,13 +273,15 @@
\begin{samepage} \begin{samepage}
\begin{onecolentry} \begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry} \end{onecolentry}
\vspace{0.10 cm}
\begin{onecolentry}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry}
\end{samepage} \end{samepage}
\vspace{0.2 cm} \vspace{0.2 cm}
@ -287,17 +289,17 @@
\begin{samepage} \begin{samepage}
\begin{onecolentry} \begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry} \end{onecolentry}
\vspace{0.10 cm} \vspace{0.10 cm}
\begin{onecolentry} \begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} \end{onecolentry} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
\end{onecolentry}
\end{samepage} \end{samepage}
\vspace{0.2 cm} \vspace{0.2 cm}
@ -305,17 +307,33 @@
\begin{samepage} \begin{samepage}
\begin{onecolentry} \begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry} \end{onecolentry}
\vspace{0.10 cm} \vspace{0.10 cm}
\begin{onecolentry} \begin{onecolentry}
IEEE Transactions on Applied Superconductivity \end{onecolentry} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://example.com}{example.com}\end{onecolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\end{onecolentry}
\vspace{0.10 cm}
\begin{onecolentry}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
IEEE Transactions on Applied Superconductivity\end{onecolentry}
\end{samepage} \end{samepage}
\vspace{0.2 cm} \vspace{0.2 cm}
@ -325,13 +343,15 @@
Sept. 2021 Sept. 2021
} }
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry} \end{twocolentry}
\vspace{0.10 cm}
\begin{onecolentry}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry}
\end{samepage} \end{samepage}
\vspace{0.2 cm} \vspace{0.2 cm}
@ -339,17 +359,35 @@
\begin{samepage} \begin{samepage}
\begin{onecolentry} \begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry} \end{onecolentry}
\vspace{0.10 cm}
\begin{onecolentry}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
\end{onecolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\end{onecolentry}
\vspace{0.10 cm} \vspace{0.10 cm}
\begin{onecolentry} \begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity) \end{onecolentry} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
(IEEE Transactions on Applied Superconductivity)\end{onecolentry}
\end{samepage} \end{samepage}
\vspace{0.2 cm} \vspace{0.2 cm}
@ -359,17 +397,34 @@
Sept. 2021 Sept. 2021
} }
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry} \end{twocolentry}
\vspace{0.10 cm} \vspace{0.10 cm}
\begin{onecolentry} \begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} \end{onecolentry} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
\end{onecolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\end{onecolentry}
\vspace{0.10 cm}
\begin{onecolentry}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://example.com}{example.com} (IEEE Transactions on Applied Superconductivity)\end{onecolentry}
\end{samepage} \end{samepage}
\vspace{0.2 cm} \vspace{0.2 cm}
@ -379,17 +434,16 @@
Sept. 2021 Sept. 2021
} }
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry} \end{twocolentry}
\vspace{0.10 cm} \vspace{0.10 cm}
\begin{onecolentry} \begin{onecolentry}
IEEE Transactions on Applied Superconductivity \end{onecolentry} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://example.com}{example.com}\end{onecolentry}
\end{samepage} \end{samepage}
\vspace{0.2 cm} \vspace{0.2 cm}
@ -399,17 +453,113 @@
Sept. 2021 Sept. 2021
} }
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry} \end{twocolentry}
\vspace{0.10 cm} \vspace{0.10 cm}
\begin{onecolentry} \begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity) \end{onecolentry} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
IEEE Transactions on Applied Superconductivity\end{onecolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\end{onecolentry}
\vspace{0.10 cm}
\begin{onecolentry}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
(IEEE Transactions on Applied Superconductivity)\end{onecolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{twocolentry}{
Sept. 2021
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\end{twocolentry}
\vspace{0.10 cm}
\begin{onecolentry}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
\end{onecolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{twocolentry}{
Sept. 2021
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\end{twocolentry}
\vspace{0.10 cm}
\begin{onecolentry}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
(IEEE Transactions on Applied Superconductivity)\end{onecolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{twocolentry}{
Sept. 2021
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\end{twocolentry}
\vspace{0.10 cm}
\begin{onecolentry}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://example.com}{example.com} (IEEE Transactions on Applied Superconductivity)\end{onecolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{twocolentry}{
Sept. 2021
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\end{twocolentry}
\vspace{0.10 cm}
\begin{onecolentry}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
(IEEE Transactions on Applied Superconductivity)\end{onecolentry}
\end{samepage} \end{samepage}

View File

@ -52,12 +52,12 @@
\social[instagram]{johndoe} \social[instagram]{johndoe}
\social[orcid]{0000-0000-0000-0000} \social[orcid]{0000-0000-0000-0000}
\social[google scholar]{F8IyYrQAAAAJ} \social[google scholar]{F8IyYrQAAAAJ}
\social[mastodon]{@johndoe@example} \social[mastodon]{@johndoe@example.com}
\social[twitter]{johndoe} \social[twitter]{johndoe}
\social[stackoverflow]{12323/johndoe} \social[stackoverflow]{12323/johndoe}
\social[gitlab]{johndoe} \social[gitlab]{johndoe}
\social[researchgate]{johndoe} \social[researchgate]{johndoe}
\social[youtube]{@johndoe} \social[youtube]{johndoe}
% Social icons % Social icons
% \social[linkedin]{john.doe} % optional, remove / comment the line if not wanted % \social[linkedin]{john.doe} % optional, remove / comment the line if not wanted
% \social[xing]{john\_doe} % optional, remove / comment the line if not wanted % \social[xing]{john\_doe} % optional, remove / comment the line if not wanted
@ -118,28 +118,52 @@
\section{Publication Entries} \section{Publication Entries}
\cventry{}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{}{}{}{} \cventry{}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{}{}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}} \cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{} \cventry{}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}} \cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{}{\href{https://example.com}{example.com}}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{IEEE Transactions on Applied Superconductivity}{}{}{} \cventry{}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{IEEE Transactions on Applied Superconductivity}{}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}} \cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{Sept. 2021}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{}{}{}{} \cventry{Sept. 2021}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{}{}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}} \cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{IEEE Transactions on Applied Superconductivity}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{} \cventry{}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{IEEE Transactions on Applied Superconductivity}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}} \cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{Sept. 2021}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{} \cventry{Sept. 2021}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}} \cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{IEEE Transactions on Applied Superconductivity}{\href{https://example.com}{example.com}}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{Sept. 2021}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{}{\href{https://example.com}{example.com}}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{Sept. 2021}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{IEEE Transactions on Applied Superconductivity}{}{}{} \cventry{Sept. 2021}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{IEEE Transactions on Applied Superconductivity}{}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}} \cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{IEEE Transactions on Applied Superconductivity}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{Sept. 2021}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{Sept. 2021}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{IEEE Transactions on Applied Superconductivity}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{} \cventry{Sept. 2021}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{IEEE Transactions on Applied Superconductivity}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}} \cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{Sept. 2021}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{IEEE Transactions on Applied Superconductivity}{\href{https://example.com}{example.com}}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{Sept. 2021}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{IEEE Transactions on Applied Superconductivity}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}

View File

@ -170,7 +170,7 @@
\kern 0.5 cm \kern 0.5 cm
\mbox{\hrefWithoutArrow{https://scholar.google.com/citations?user=F8IyYrQAAAAJ}{\color{black}{\footnotesize\faGraduationCap}\hspace*{0.13cm}Google Scholar}} \mbox{\hrefWithoutArrow{https://scholar.google.com/citations?user=F8IyYrQAAAAJ}{\color{black}{\footnotesize\faGraduationCap}\hspace*{0.13cm}Google Scholar}}
\kern 0.5 cm \kern 0.5 cm
\mbox{\hrefWithoutArrow{https://example/@johndoe}{\color{black}{\footnotesize\faMastodon}\hspace*{0.13cm}@johndoe@example}} \mbox{\hrefWithoutArrow{https://example.com/@johndoe}{\color{black}{\footnotesize\faMastodon}\hspace*{0.13cm}@johndoe@example.com}}
\kern 0.5 cm \kern 0.5 cm
\mbox{\hrefWithoutArrow{https://twitter.com/johndoe}{\color{black}{\footnotesize\faTwitter}\hspace*{0.13cm}johndoe}} \mbox{\hrefWithoutArrow{https://twitter.com/johndoe}{\color{black}{\footnotesize\faTwitter}\hspace*{0.13cm}johndoe}}
\kern 0.5 cm \kern 0.5 cm
@ -180,7 +180,7 @@
\kern 0.5 cm \kern 0.5 cm
\mbox{\hrefWithoutArrow{https://researchgate.net/profile/johndoe}{\color{black}{\footnotesize\faResearchgate}\hspace*{0.13cm}johndoe}} \mbox{\hrefWithoutArrow{https://researchgate.net/profile/johndoe}{\color{black}{\footnotesize\faResearchgate}\hspace*{0.13cm}johndoe}}
\kern 0.5 cm \kern 0.5 cm
\mbox{\hrefWithoutArrow{https://youtube.com/@johndoe}{\color{black}{\footnotesize\faYoutube}\hspace*{0.13cm}@johndoe}} \mbox{\hrefWithoutArrow{https://youtube.com/@johndoe}{\color{black}{\footnotesize\faYoutube}\hspace*{0.13cm}johndoe}}
\kern 0.5 cm \kern 0.5 cm
\end{header} \end{header}
@ -235,7 +235,7 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry} \end{onecolentry}
@ -249,14 +249,15 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry} \end{onecolentry}
\vspace{0.10 cm-3px} \vspace{0.10 cm-3px}
\begin{onecolentry} \begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} \end{onecolentry} \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
\end{onecolentry}
\end{samepage} \end{samepage}
\vspace{0.2 cm-3px} \vspace{0.2 cm-3px}
@ -267,7 +268,25 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry}
\vspace{0.10 cm-3px}
\begin{onecolentry}
\href{https://example.com}{example.com} \end{onecolentry}
\end{samepage}
\vspace{0.2 cm-3px}
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry} \end{onecolentry}
@ -287,7 +306,7 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry} \end{twocolentry}
@ -301,14 +320,34 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry} \end{onecolentry}
\vspace{0.10 cm-3px} \vspace{0.10 cm-3px}
\begin{onecolentry} \begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity) \end{onecolentry} \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
\end{onecolentry}
\end{samepage}
\vspace{0.2 cm-3px}
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry}
\vspace{0.10 cm-3px}
\begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
(IEEE Transactions on Applied Superconductivity) \end{onecolentry}
\end{samepage} \end{samepage}
\vspace{0.2 cm-3px} \vspace{0.2 cm-3px}
@ -321,14 +360,33 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry} \end{twocolentry}
\vspace{0.10 cm-3px} \vspace{0.10 cm-3px}
\begin{onecolentry} \begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} \end{onecolentry} \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
\end{onecolentry}
\end{samepage}
\vspace{0.2 cm-3px}
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry}
\vspace{0.10 cm-3px}
\begin{onecolentry}
\href{https://example.com}{example.com} (IEEE Transactions on Applied Superconductivity) \end{onecolentry}
\end{samepage} \end{samepage}
\vspace{0.2 cm-3px} \vspace{0.2 cm-3px}
@ -341,7 +399,27 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry}
\vspace{0.10 cm-3px}
\begin{onecolentry}
\href{https://example.com}{example.com} \end{onecolentry}
\end{samepage}
\vspace{0.2 cm-3px}
\begin{samepage}
\begin{twocolentry}{
Sept. 2021
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry} \end{twocolentry}
@ -353,6 +431,25 @@
\vspace{0.2 cm-3px} \vspace{0.2 cm-3px}
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry}
\vspace{0.10 cm-3px}
\begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
(IEEE Transactions on Applied Superconductivity) \end{onecolentry}
\end{samepage}
\vspace{0.2 cm-3px}
\begin{samepage} \begin{samepage}
\begin{twocolentry}{ \begin{twocolentry}{
Sept. 2021 Sept. 2021
@ -361,14 +458,77 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry} \end{twocolentry}
\vspace{0.10 cm-3px} \vspace{0.10 cm-3px}
\begin{onecolentry} \begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity) \end{onecolentry} \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
\end{onecolentry}
\end{samepage}
\vspace{0.2 cm-3px}
\begin{samepage}
\begin{twocolentry}{
Sept. 2021
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry}
\vspace{0.10 cm-3px}
\begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
(IEEE Transactions on Applied Superconductivity) \end{onecolentry}
\end{samepage}
\vspace{0.2 cm-3px}
\begin{samepage}
\begin{twocolentry}{
Sept. 2021
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry}
\vspace{0.10 cm-3px}
\begin{onecolentry}
\href{https://example.com}{example.com} (IEEE Transactions on Applied Superconductivity) \end{onecolentry}
\end{samepage}
\vspace{0.2 cm-3px}
\begin{samepage}
\begin{twocolentry}{
Sept. 2021
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry}
\vspace{0.10 cm-3px}
\begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
(IEEE Transactions on Applied Superconductivity) \end{onecolentry}
\end{samepage} \end{samepage}

View File

@ -194,7 +194,7 @@
\kern 0.5 cm \kern 0.5 cm
\mbox{\hrefWithoutArrow{https://scholar.google.com/citations?user=F8IyYrQAAAAJ}{{\footnotesize\faGraduationCap}\hspace*{0.13cm}Google Scholar}} \mbox{\hrefWithoutArrow{https://scholar.google.com/citations?user=F8IyYrQAAAAJ}{{\footnotesize\faGraduationCap}\hspace*{0.13cm}Google Scholar}}
\kern 0.5 cm \kern 0.5 cm
\mbox{\hrefWithoutArrow{https://example/@johndoe}{{\footnotesize\faMastodon}\hspace*{0.13cm}@johndoe@example}} \mbox{\hrefWithoutArrow{https://example.com/@johndoe}{{\footnotesize\faMastodon}\hspace*{0.13cm}@johndoe@example.com}}
\kern 0.5 cm \kern 0.5 cm
\mbox{\hrefWithoutArrow{https://twitter.com/johndoe}{{\footnotesize\faTwitter}\hspace*{0.13cm}johndoe}} \mbox{\hrefWithoutArrow{https://twitter.com/johndoe}{{\footnotesize\faTwitter}\hspace*{0.13cm}johndoe}}
\kern 0.5 cm \kern 0.5 cm
@ -204,7 +204,7 @@
\kern 0.5 cm \kern 0.5 cm
\mbox{\hrefWithoutArrow{https://researchgate.net/profile/johndoe}{{\footnotesize\faResearchgate}\hspace*{0.13cm}johndoe}} \mbox{\hrefWithoutArrow{https://researchgate.net/profile/johndoe}{{\footnotesize\faResearchgate}\hspace*{0.13cm}johndoe}}
\kern 0.5 cm \kern 0.5 cm
\mbox{\hrefWithoutArrow{https://youtube.com/@johndoe}{{\footnotesize\faYoutube}\hspace*{0.13cm}@johndoe}} \mbox{\hrefWithoutArrow{https://youtube.com/@johndoe}{{\footnotesize\faYoutube}\hspace*{0.13cm}johndoe}}
\kern 0.5 cm \kern 0.5 cm
\end{header} \end{header}
@ -259,7 +259,7 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry} \end{onecolentry}
\end{samepage} \end{samepage}
@ -271,10 +271,11 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm} \vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} \end{onecolentry} \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
\end{onecolentry}
\end{samepage} \end{samepage}
\vspace{0.2 cm} \vspace{0.2 cm}
@ -285,7 +286,21 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://example.com}{example.com} \end{onecolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm} \vspace{0.10 cm}
IEEE Transactions on Applied Superconductivity \end{onecolentry} IEEE Transactions on Applied Superconductivity \end{onecolentry}
@ -301,7 +316,7 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry} \end{twocolentry}
\end{samepage} \end{samepage}
@ -313,10 +328,26 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm} \vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity) \end{onecolentry} \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
\end{onecolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
(IEEE Transactions on Applied Superconductivity) \end{onecolentry}
\end{samepage} \end{samepage}
\vspace{0.2 cm} \vspace{0.2 cm}
@ -329,10 +360,25 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm} \vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} \end{twocolentry} \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
\end{twocolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://example.com}{example.com} (IEEE Transactions on Applied Superconductivity) \end{onecolentry}
\end{samepage} \end{samepage}
\vspace{0.2 cm} \vspace{0.2 cm}
@ -345,7 +391,23 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://example.com}{example.com} \end{twocolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{twocolentry}{
Sept. 2021
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm} \vspace{0.10 cm}
IEEE Transactions on Applied Superconductivity \end{twocolentry} IEEE Transactions on Applied Superconductivity \end{twocolentry}
@ -353,6 +415,21 @@
\vspace{0.2 cm} \vspace{0.2 cm}
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
(IEEE Transactions on Applied Superconductivity) \end{onecolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage} \begin{samepage}
\begin{twocolentry}{ \begin{twocolentry}{
Sept. 2021 Sept. 2021
@ -361,10 +438,61 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm} \vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity) \end{twocolentry} \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
\end{twocolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{twocolentry}{
Sept. 2021
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
(IEEE Transactions on Applied Superconductivity) \end{twocolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{twocolentry}{
Sept. 2021
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://example.com}{example.com} (IEEE Transactions on Applied Superconductivity) \end{twocolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{twocolentry}{
Sept. 2021
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
(IEEE Transactions on Applied Superconductivity) \end{twocolentry}
\end{samepage} \end{samepage}

View File

@ -200,7 +200,7 @@
\kern 5.0 pt% \kern 5.0 pt%
\AND% \AND%
\kern 5.0 pt% \kern 5.0 pt%
\mbox{\hrefWithoutArrow{https://example/@johndoe}{example/@johndoe}}% \mbox{\hrefWithoutArrow{https://example.com/@johndoe}{example.com/@johndoe}}%
\kern 5.0 pt% \kern 5.0 pt%
\AND% \AND%
\kern 5.0 pt% \kern 5.0 pt%
@ -273,13 +273,15 @@
\begin{samepage} \begin{samepage}
\begin{onecolentry} \begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry} \end{onecolentry}
\vspace{0.10 cm}
\begin{onecolentry}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry}
\end{samepage} \end{samepage}
\vspace{0.2 cm} \vspace{0.2 cm}
@ -287,17 +289,17 @@
\begin{samepage} \begin{samepage}
\begin{onecolentry} \begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry} \end{onecolentry}
\vspace{0.10 cm} \vspace{0.10 cm}
\begin{onecolentry} \begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} \end{onecolentry} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
\end{onecolentry}
\end{samepage} \end{samepage}
\vspace{0.2 cm} \vspace{0.2 cm}
@ -305,17 +307,33 @@
\begin{samepage} \begin{samepage}
\begin{onecolentry} \begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry} \end{onecolentry}
\vspace{0.10 cm} \vspace{0.10 cm}
\begin{onecolentry} \begin{onecolentry}
IEEE Transactions on Applied Superconductivity \end{onecolentry} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://example.com}{example.com}\end{onecolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\end{onecolentry}
\vspace{0.10 cm}
\begin{onecolentry}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
IEEE Transactions on Applied Superconductivity\end{onecolentry}
\end{samepage} \end{samepage}
\vspace{0.2 cm} \vspace{0.2 cm}
@ -325,13 +343,15 @@
Sept. 2021 Sept. 2021
} }
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry} \end{twocolentry}
\vspace{0.10 cm}
\begin{onecolentry}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry}
\end{samepage} \end{samepage}
\vspace{0.2 cm} \vspace{0.2 cm}
@ -339,17 +359,35 @@
\begin{samepage} \begin{samepage}
\begin{onecolentry} \begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry} \end{onecolentry}
\vspace{0.10 cm}
\begin{onecolentry}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
\end{onecolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\end{onecolentry}
\vspace{0.10 cm} \vspace{0.10 cm}
\begin{onecolentry} \begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity) \end{onecolentry} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
(IEEE Transactions on Applied Superconductivity)\end{onecolentry}
\end{samepage} \end{samepage}
\vspace{0.2 cm} \vspace{0.2 cm}
@ -359,17 +397,34 @@
Sept. 2021 Sept. 2021
} }
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry} \end{twocolentry}
\vspace{0.10 cm} \vspace{0.10 cm}
\begin{onecolentry} \begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} \end{onecolentry} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
\end{onecolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\end{onecolentry}
\vspace{0.10 cm}
\begin{onecolentry}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://example.com}{example.com} (IEEE Transactions on Applied Superconductivity)\end{onecolentry}
\end{samepage} \end{samepage}
\vspace{0.2 cm} \vspace{0.2 cm}
@ -379,17 +434,16 @@
Sept. 2021 Sept. 2021
} }
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry} \end{twocolentry}
\vspace{0.10 cm} \vspace{0.10 cm}
\begin{onecolentry} \begin{onecolentry}
IEEE Transactions on Applied Superconductivity \end{onecolentry} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://example.com}{example.com}\end{onecolentry}
\end{samepage} \end{samepage}
\vspace{0.2 cm} \vspace{0.2 cm}
@ -399,17 +453,113 @@
Sept. 2021 Sept. 2021
} }
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry} \end{twocolentry}
\vspace{0.10 cm} \vspace{0.10 cm}
\begin{onecolentry} \begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity) \end{onecolentry} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
IEEE Transactions on Applied Superconductivity\end{onecolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\end{onecolentry}
\vspace{0.10 cm}
\begin{onecolentry}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
(IEEE Transactions on Applied Superconductivity)\end{onecolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{twocolentry}{
Sept. 2021
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\end{twocolentry}
\vspace{0.10 cm}
\begin{onecolentry}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
\end{onecolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{twocolentry}{
Sept. 2021
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\end{twocolentry}
\vspace{0.10 cm}
\begin{onecolentry}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
(IEEE Transactions on Applied Superconductivity)\end{onecolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{twocolentry}{
Sept. 2021
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\end{twocolentry}
\vspace{0.10 cm}
\begin{onecolentry}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://example.com}{example.com} (IEEE Transactions on Applied Superconductivity)\end{onecolentry}
\end{samepage}
\vspace{0.2 cm}
\begin{samepage}
\begin{twocolentry}{
Sept. 2021
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\end{twocolentry}
\vspace{0.10 cm}
\begin{onecolentry}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
(IEEE Transactions on Applied Superconductivity)\end{onecolentry}
\end{samepage} \end{samepage}

View File

@ -52,12 +52,12 @@
\social[instagram]{johndoe} \social[instagram]{johndoe}
\social[orcid]{0000-0000-0000-0000} \social[orcid]{0000-0000-0000-0000}
\social[google scholar]{F8IyYrQAAAAJ} \social[google scholar]{F8IyYrQAAAAJ}
\social[mastodon]{@johndoe@example} \social[mastodon]{@johndoe@example.com}
\social[twitter]{johndoe} \social[twitter]{johndoe}
\social[stackoverflow]{12323/johndoe} \social[stackoverflow]{12323/johndoe}
\social[gitlab]{johndoe} \social[gitlab]{johndoe}
\social[researchgate]{johndoe} \social[researchgate]{johndoe}
\social[youtube]{@johndoe} \social[youtube]{johndoe}
% Social icons % Social icons
% \social[linkedin]{john.doe} % optional, remove / comment the line if not wanted % \social[linkedin]{john.doe} % optional, remove / comment the line if not wanted
% \social[xing]{john\_doe} % optional, remove / comment the line if not wanted % \social[xing]{john\_doe} % optional, remove / comment the line if not wanted
@ -118,28 +118,52 @@
\section{Publication Entries} \section{Publication Entries}
\cventry{}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{}{}{}{} \cventry{}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{}{}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}} \cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{} \cventry{}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}} \cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{}{\href{https://example.com}{example.com}}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{IEEE Transactions on Applied Superconductivity}{}{}{} \cventry{}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{IEEE Transactions on Applied Superconductivity}{}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}} \cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{Sept. 2021}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{}{}{}{} \cventry{Sept. 2021}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{}{}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}} \cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{IEEE Transactions on Applied Superconductivity}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{} \cventry{}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{IEEE Transactions on Applied Superconductivity}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}} \cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{Sept. 2021}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{} \cventry{Sept. 2021}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}} \cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{IEEE Transactions on Applied Superconductivity}{\href{https://example.com}{example.com}}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{Sept. 2021}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{}{\href{https://example.com}{example.com}}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{Sept. 2021}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{IEEE Transactions on Applied Superconductivity}{}{}{} \cventry{Sept. 2021}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{IEEE Transactions on Applied Superconductivity}{}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}} \cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{IEEE Transactions on Applied Superconductivity}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{Sept. 2021}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{Sept. 2021}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{IEEE Transactions on Applied Superconductivity}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{} \cventry{Sept. 2021}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{IEEE Transactions on Applied Superconductivity}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}} \cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{Sept. 2021}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{IEEE Transactions on Applied Superconductivity}{\href{https://example.com}{example.com}}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}
\cventry{Sept. 2021}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{IEEE Transactions on Applied Superconductivity}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{}
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}}

View File

@ -170,7 +170,7 @@
\kern 0.5 cm \kern 0.5 cm
\mbox{\hrefWithoutArrow{https://scholar.google.com/citations?user=F8IyYrQAAAAJ}{\color{black}{\footnotesize\faGraduationCap}\hspace*{0.13cm}Google Scholar}} \mbox{\hrefWithoutArrow{https://scholar.google.com/citations?user=F8IyYrQAAAAJ}{\color{black}{\footnotesize\faGraduationCap}\hspace*{0.13cm}Google Scholar}}
\kern 0.5 cm \kern 0.5 cm
\mbox{\hrefWithoutArrow{https://example/@johndoe}{\color{black}{\footnotesize\faMastodon}\hspace*{0.13cm}@johndoe@example}} \mbox{\hrefWithoutArrow{https://example.com/@johndoe}{\color{black}{\footnotesize\faMastodon}\hspace*{0.13cm}@johndoe@example.com}}
\kern 0.5 cm \kern 0.5 cm
\mbox{\hrefWithoutArrow{https://twitter.com/johndoe}{\color{black}{\footnotesize\faTwitter}\hspace*{0.13cm}johndoe}} \mbox{\hrefWithoutArrow{https://twitter.com/johndoe}{\color{black}{\footnotesize\faTwitter}\hspace*{0.13cm}johndoe}}
\kern 0.5 cm \kern 0.5 cm
@ -180,7 +180,7 @@
\kern 0.5 cm \kern 0.5 cm
\mbox{\hrefWithoutArrow{https://researchgate.net/profile/johndoe}{\color{black}{\footnotesize\faResearchgate}\hspace*{0.13cm}johndoe}} \mbox{\hrefWithoutArrow{https://researchgate.net/profile/johndoe}{\color{black}{\footnotesize\faResearchgate}\hspace*{0.13cm}johndoe}}
\kern 0.5 cm \kern 0.5 cm
\mbox{\hrefWithoutArrow{https://youtube.com/@johndoe}{\color{black}{\footnotesize\faYoutube}\hspace*{0.13cm}@johndoe}} \mbox{\hrefWithoutArrow{https://youtube.com/@johndoe}{\color{black}{\footnotesize\faYoutube}\hspace*{0.13cm}johndoe}}
\kern 0.5 cm \kern 0.5 cm
\end{header} \end{header}
@ -235,7 +235,7 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry} \end{onecolentry}
@ -249,14 +249,15 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry} \end{onecolentry}
\vspace{0.10 cm-3px} \vspace{0.10 cm-3px}
\begin{onecolentry} \begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} \end{onecolentry} \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
\end{onecolentry}
\end{samepage} \end{samepage}
\vspace{0.2 cm-3px} \vspace{0.2 cm-3px}
@ -267,7 +268,25 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry}
\vspace{0.10 cm-3px}
\begin{onecolentry}
\href{https://example.com}{example.com} \end{onecolentry}
\end{samepage}
\vspace{0.2 cm-3px}
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry} \end{onecolentry}
@ -287,7 +306,7 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry} \end{twocolentry}
@ -301,14 +320,34 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry} \end{onecolentry}
\vspace{0.10 cm-3px} \vspace{0.10 cm-3px}
\begin{onecolentry} \begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity) \end{onecolentry} \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
\end{onecolentry}
\end{samepage}
\vspace{0.2 cm-3px}
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry}
\vspace{0.10 cm-3px}
\begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
(IEEE Transactions on Applied Superconductivity) \end{onecolentry}
\end{samepage} \end{samepage}
\vspace{0.2 cm-3px} \vspace{0.2 cm-3px}
@ -321,14 +360,33 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry} \end{twocolentry}
\vspace{0.10 cm-3px} \vspace{0.10 cm-3px}
\begin{onecolentry} \begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} \end{onecolentry} \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
\end{onecolentry}
\end{samepage}
\vspace{0.2 cm-3px}
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry}
\vspace{0.10 cm-3px}
\begin{onecolentry}
\href{https://example.com}{example.com} (IEEE Transactions on Applied Superconductivity) \end{onecolentry}
\end{samepage} \end{samepage}
\vspace{0.2 cm-3px} \vspace{0.2 cm-3px}
@ -341,7 +399,27 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry}
\vspace{0.10 cm-3px}
\begin{onecolentry}
\href{https://example.com}{example.com} \end{onecolentry}
\end{samepage}
\vspace{0.2 cm-3px}
\begin{samepage}
\begin{twocolentry}{
Sept. 2021
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry} \end{twocolentry}
@ -353,6 +431,25 @@
\vspace{0.2 cm-3px} \vspace{0.2 cm-3px}
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry}
\vspace{0.10 cm-3px}
\begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
(IEEE Transactions on Applied Superconductivity) \end{onecolentry}
\end{samepage}
\vspace{0.2 cm-3px}
\begin{samepage} \begin{samepage}
\begin{twocolentry}{ \begin{twocolentry}{
Sept. 2021 Sept. 2021
@ -361,14 +458,77 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry} \end{twocolentry}
\vspace{0.10 cm-3px} \vspace{0.10 cm-3px}
\begin{onecolentry} \begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity) \end{onecolentry} \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
\end{onecolentry}
\end{samepage}
\vspace{0.2 cm-3px}
\begin{samepage}
\begin{twocolentry}{
Sept. 2021
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry}
\vspace{0.10 cm-3px}
\begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
(IEEE Transactions on Applied Superconductivity) \end{onecolentry}
\end{samepage}
\vspace{0.2 cm-3px}
\begin{samepage}
\begin{twocolentry}{
Sept. 2021
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry}
\vspace{0.10 cm-3px}
\begin{onecolentry}
\href{https://example.com}{example.com} (IEEE Transactions on Applied Superconductivity) \end{onecolentry}
\end{samepage}
\vspace{0.2 cm-3px}
\begin{samepage}
\begin{twocolentry}{
Sept. 2021
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry}
\vspace{0.10 cm-3px}
\begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
(IEEE Transactions on Applied Superconductivity) \end{onecolentry}
\end{samepage} \end{samepage}

View File

@ -9,12 +9,12 @@
- Instagram: [johndoe](https://instagram.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) - Google Scholar: [F8IyYrQAAAAJ](https://scholar.google.com/citations?user=F8IyYrQAAAAJ)
- Mastodon: [@johndoe@example](https://example/@johndoe) - Mastodon: [@johndoe@example.com](https://example.com/@johndoe)
- Twitter: [johndoe](https://twitter.com/johndoe) - Twitter: [johndoe](https://twitter.com/johndoe)
- StackOverflow: [12323/johndoe](https://stackoverflow.com/users/12323/johndoe) - StackOverflow: [12323/johndoe](https://stackoverflow.com/users/12323/johndoe)
- GitLab: [johndoe](https://gitlab.com/johndoe) - GitLab: [johndoe](https://gitlab.com/johndoe)
- ResearchGate: [johndoe](https://researchgate.net/profile/johndoe) - ResearchGate: [johndoe](https://researchgate.net/profile/johndoe)
- YouTube: [@johndoe](https://youtube.com/@johndoe) - YouTube: [johndoe](https://youtube.com/@johndoe)
# Text Entries # Text Entries
@ -32,35 +32,67 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S
# Publication Entries # Publication Entries
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648)) ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([https://example.com](example.com))
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity - IEEE Transactions on Applied Superconductivity
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils
- Sept. 2021 - Sept. 2021
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648)) ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity - IEEE Transactions on Applied Superconductivity
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648)) ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- Sept. 2021 - Sept. 2021
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([https://example.com](example.com))
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([https://example.com](example.com))
- Sept. 2021
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils
- Sept. 2021 - Sept. 2021
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity - IEEE Transactions on Applied Superconductivity
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648)) ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- Sept. 2021 - Sept. 2021
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- Sept. 2021
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([https://example.com](example.com))
- Sept. 2021
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- Sept. 2021
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity - IEEE Transactions on Applied Superconductivity
# Experience Entries # Experience Entries

View File

@ -9,12 +9,12 @@
- Instagram: [johndoe](https://instagram.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) - Google Scholar: [F8IyYrQAAAAJ](https://scholar.google.com/citations?user=F8IyYrQAAAAJ)
- Mastodon: [@johndoe@example](https://example/@johndoe) - Mastodon: [@johndoe@example.com](https://example.com/@johndoe)
- Twitter: [johndoe](https://twitter.com/johndoe) - Twitter: [johndoe](https://twitter.com/johndoe)
- StackOverflow: [12323/johndoe](https://stackoverflow.com/users/12323/johndoe) - StackOverflow: [12323/johndoe](https://stackoverflow.com/users/12323/johndoe)
- GitLab: [johndoe](https://gitlab.com/johndoe) - GitLab: [johndoe](https://gitlab.com/johndoe)
- ResearchGate: [johndoe](https://researchgate.net/profile/johndoe) - ResearchGate: [johndoe](https://researchgate.net/profile/johndoe)
- YouTube: [@johndoe](https://youtube.com/@johndoe) - YouTube: [johndoe](https://youtube.com/@johndoe)
# Text Entries # Text Entries
@ -32,35 +32,67 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S
# Publication Entries # Publication Entries
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648)) ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([https://example.com](example.com))
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity - IEEE Transactions on Applied Superconductivity
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils
- Sept. 2021 - Sept. 2021
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648)) ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity - IEEE Transactions on Applied Superconductivity
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648)) ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- Sept. 2021 - Sept. 2021
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([https://example.com](example.com))
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([https://example.com](example.com))
- Sept. 2021
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils
- Sept. 2021 - Sept. 2021
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity - IEEE Transactions on Applied Superconductivity
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648)) ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- Sept. 2021 - Sept. 2021
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- Sept. 2021
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([https://example.com](example.com))
- Sept. 2021
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- Sept. 2021
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity - IEEE Transactions on Applied Superconductivity
# Experience Entries # Experience Entries

View File

@ -9,12 +9,12 @@
- Instagram: [johndoe](https://instagram.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) - Google Scholar: [F8IyYrQAAAAJ](https://scholar.google.com/citations?user=F8IyYrQAAAAJ)
- Mastodon: [@johndoe@example](https://example/@johndoe) - Mastodon: [@johndoe@example.com](https://example.com/@johndoe)
- Twitter: [johndoe](https://twitter.com/johndoe) - Twitter: [johndoe](https://twitter.com/johndoe)
- StackOverflow: [12323/johndoe](https://stackoverflow.com/users/12323/johndoe) - StackOverflow: [12323/johndoe](https://stackoverflow.com/users/12323/johndoe)
- GitLab: [johndoe](https://gitlab.com/johndoe) - GitLab: [johndoe](https://gitlab.com/johndoe)
- ResearchGate: [johndoe](https://researchgate.net/profile/johndoe) - ResearchGate: [johndoe](https://researchgate.net/profile/johndoe)
- YouTube: [@johndoe](https://youtube.com/@johndoe) - YouTube: [johndoe](https://youtube.com/@johndoe)
# Text Entries # Text Entries
@ -32,35 +32,67 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S
# Publication Entries # Publication Entries
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648)) ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([https://example.com](example.com))
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity - IEEE Transactions on Applied Superconductivity
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils
- Sept. 2021 - Sept. 2021
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648)) ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity - IEEE Transactions on Applied Superconductivity
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648)) ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- Sept. 2021 - Sept. 2021
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([https://example.com](example.com))
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([https://example.com](example.com))
- Sept. 2021
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils
- Sept. 2021 - Sept. 2021
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity - IEEE Transactions on Applied Superconductivity
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648)) ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- Sept. 2021 - Sept. 2021
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- Sept. 2021
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([https://example.com](example.com))
- Sept. 2021
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- Sept. 2021
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity - IEEE Transactions on Applied Superconductivity
# Experience Entries # Experience Entries

View File

@ -9,12 +9,12 @@
- Instagram: [johndoe](https://instagram.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) - Google Scholar: [F8IyYrQAAAAJ](https://scholar.google.com/citations?user=F8IyYrQAAAAJ)
- Mastodon: [@johndoe@example](https://example/@johndoe) - Mastodon: [@johndoe@example.com](https://example.com/@johndoe)
- Twitter: [johndoe](https://twitter.com/johndoe) - Twitter: [johndoe](https://twitter.com/johndoe)
- StackOverflow: [12323/johndoe](https://stackoverflow.com/users/12323/johndoe) - StackOverflow: [12323/johndoe](https://stackoverflow.com/users/12323/johndoe)
- GitLab: [johndoe](https://gitlab.com/johndoe) - GitLab: [johndoe](https://gitlab.com/johndoe)
- ResearchGate: [johndoe](https://researchgate.net/profile/johndoe) - ResearchGate: [johndoe](https://researchgate.net/profile/johndoe)
- YouTube: [@johndoe](https://youtube.com/@johndoe) - YouTube: [johndoe](https://youtube.com/@johndoe)
# Text Entries # Text Entries
@ -32,35 +32,67 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S
# Publication Entries # Publication Entries
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648)) ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([https://example.com](example.com))
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity - IEEE Transactions on Applied Superconductivity
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils
- Sept. 2021 - Sept. 2021
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648)) ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity - IEEE Transactions on Applied Superconductivity
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648)) ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- Sept. 2021 - Sept. 2021
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([https://example.com](example.com))
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([https://example.com](example.com))
- Sept. 2021
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils
- Sept. 2021 - Sept. 2021
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity - IEEE Transactions on Applied Superconductivity
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648)) ## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- Sept. 2021 - Sept. 2021
- J. Doe, **H. Tom**, S. Doe, A. Andsurname - J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- Sept. 2021
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([https://example.com](example.com))
- Sept. 2021
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- Sept. 2021
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname
- IEEE Transactions on Applied Superconductivity - IEEE Transactions on Applied Superconductivity
# Experience Entries # Experience Entries

Binary file not shown.

View File

@ -9,12 +9,12 @@
<li>Instagram: <a href="https://instagram.com/johndoe">johndoe</a></li> <li>Instagram: <a href="https://instagram.com/johndoe">johndoe</a></li>
<li>ORCID: <a href="https://orcid.org/0000-0000-0000-0000">0000-0000-0000-0000</a></li> <li>ORCID: <a href="https://orcid.org/0000-0000-0000-0000">0000-0000-0000-0000</a></li>
<li>Google Scholar: <a href="https://scholar.google.com/citations?user=F8IyYrQAAAAJ">F8IyYrQAAAAJ</a></li> <li>Google Scholar: <a href="https://scholar.google.com/citations?user=F8IyYrQAAAAJ">F8IyYrQAAAAJ</a></li>
<li>Mastodon: <a href="https://example/@johndoe">@johndoe@example</a></li> <li>Mastodon: <a href="https://example.com/@johndoe">@johndoe@example.com</a></li>
<li>Twitter: <a href="https://twitter.com/johndoe">johndoe</a></li> <li>Twitter: <a href="https://twitter.com/johndoe">johndoe</a></li>
<li>StackOverflow: <a href="https://stackoverflow.com/users/12323/johndoe">12323/johndoe</a></li> <li>StackOverflow: <a href="https://stackoverflow.com/users/12323/johndoe">12323/johndoe</a></li>
<li>GitLab: <a href="https://gitlab.com/johndoe">johndoe</a></li> <li>GitLab: <a href="https://gitlab.com/johndoe">johndoe</a></li>
<li>ResearchGate: <a href="https://researchgate.net/profile/johndoe">johndoe</a></li> <li>ResearchGate: <a href="https://researchgate.net/profile/johndoe">johndoe</a></li>
<li>YouTube: <a href="https://youtube.com/@johndoe">@johndoe</a></li> <li>YouTube: <a href="https://youtube.com/@johndoe">johndoe</a></li>
</ul> </ul>
<h1>Text Entries</h1> <h1>Text Entries</h1>
<p>This is a <em>TextEntry</em>. It is only a text and can be useful for sections like <strong>Summary</strong>. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information.</p> <p>This is a <em>TextEntry</em>. It is only a text and can be useful for sections like <strong>Summary</strong>. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information.</p>
@ -28,42 +28,82 @@
<h1>Publication Entries</h1> <h1>Publication Entries</h1>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
<ul> <ul>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul> </ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul> <ul>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="example.com">https://example.com</a>)</h2>
<ul>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul> </ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
<ul> <ul>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li> <li>IEEE Transactions on Applied Superconductivity</li>
</ul> </ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
<ul> <ul>
<li>Sept. 2021</li> <li>Sept. 2021</li>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul> </ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul> <ul>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li> <li>IEEE Transactions on Applied Superconductivity</li>
</ul> </ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul> <ul>
<li>Sept. 2021</li> <li>Sept. 2021</li>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="example.com">https://example.com</a>)</h2>
<ul>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="example.com">https://example.com</a>)</h2>
<ul>
<li>Sept. 2021</li>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul> </ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
<ul> <ul>
<li>Sept. 2021</li> <li>Sept. 2021</li>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li> <li>IEEE Transactions on Applied Superconductivity</li>
</ul> </ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul> <ul>
<li>Sept. 2021</li> <li>Sept. 2021</li>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul>
<li>Sept. 2021</li>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="example.com">https://example.com</a>)</h2>
<ul>
<li>Sept. 2021</li>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul>
<li>Sept. 2021</li>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li> <li>IEEE Transactions on Applied Superconductivity</li>
</ul> </ul>
<h1>Experience Entries</h1> <h1>Experience Entries</h1>

View File

@ -9,12 +9,12 @@
<li>Instagram: <a href="https://instagram.com/johndoe">johndoe</a></li> <li>Instagram: <a href="https://instagram.com/johndoe">johndoe</a></li>
<li>ORCID: <a href="https://orcid.org/0000-0000-0000-0000">0000-0000-0000-0000</a></li> <li>ORCID: <a href="https://orcid.org/0000-0000-0000-0000">0000-0000-0000-0000</a></li>
<li>Google Scholar: <a href="https://scholar.google.com/citations?user=F8IyYrQAAAAJ">F8IyYrQAAAAJ</a></li> <li>Google Scholar: <a href="https://scholar.google.com/citations?user=F8IyYrQAAAAJ">F8IyYrQAAAAJ</a></li>
<li>Mastodon: <a href="https://example/@johndoe">@johndoe@example</a></li> <li>Mastodon: <a href="https://example.com/@johndoe">@johndoe@example.com</a></li>
<li>Twitter: <a href="https://twitter.com/johndoe">johndoe</a></li> <li>Twitter: <a href="https://twitter.com/johndoe">johndoe</a></li>
<li>StackOverflow: <a href="https://stackoverflow.com/users/12323/johndoe">12323/johndoe</a></li> <li>StackOverflow: <a href="https://stackoverflow.com/users/12323/johndoe">12323/johndoe</a></li>
<li>GitLab: <a href="https://gitlab.com/johndoe">johndoe</a></li> <li>GitLab: <a href="https://gitlab.com/johndoe">johndoe</a></li>
<li>ResearchGate: <a href="https://researchgate.net/profile/johndoe">johndoe</a></li> <li>ResearchGate: <a href="https://researchgate.net/profile/johndoe">johndoe</a></li>
<li>YouTube: <a href="https://youtube.com/@johndoe">@johndoe</a></li> <li>YouTube: <a href="https://youtube.com/@johndoe">johndoe</a></li>
</ul> </ul>
<h1>Text Entries</h1> <h1>Text Entries</h1>
<p>This is a <em>TextEntry</em>. It is only a text and can be useful for sections like <strong>Summary</strong>. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information.</p> <p>This is a <em>TextEntry</em>. It is only a text and can be useful for sections like <strong>Summary</strong>. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information.</p>
@ -28,42 +28,82 @@
<h1>Publication Entries</h1> <h1>Publication Entries</h1>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
<ul> <ul>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul> </ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul> <ul>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="example.com">https://example.com</a>)</h2>
<ul>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul> </ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
<ul> <ul>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li> <li>IEEE Transactions on Applied Superconductivity</li>
</ul> </ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
<ul> <ul>
<li>Sept. 2021</li> <li>Sept. 2021</li>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul> </ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul> <ul>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li> <li>IEEE Transactions on Applied Superconductivity</li>
</ul> </ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul> <ul>
<li>Sept. 2021</li> <li>Sept. 2021</li>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="example.com">https://example.com</a>)</h2>
<ul>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="example.com">https://example.com</a>)</h2>
<ul>
<li>Sept. 2021</li>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul> </ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
<ul> <ul>
<li>Sept. 2021</li> <li>Sept. 2021</li>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li> <li>IEEE Transactions on Applied Superconductivity</li>
</ul> </ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul> <ul>
<li>Sept. 2021</li> <li>Sept. 2021</li>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul>
<li>Sept. 2021</li>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="example.com">https://example.com</a>)</h2>
<ul>
<li>Sept. 2021</li>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul>
<li>Sept. 2021</li>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li> <li>IEEE Transactions on Applied Superconductivity</li>
</ul> </ul>
<h1>Experience Entries</h1> <h1>Experience Entries</h1>

View File

@ -9,12 +9,12 @@
<li>Instagram: <a href="https://instagram.com/johndoe">johndoe</a></li> <li>Instagram: <a href="https://instagram.com/johndoe">johndoe</a></li>
<li>ORCID: <a href="https://orcid.org/0000-0000-0000-0000">0000-0000-0000-0000</a></li> <li>ORCID: <a href="https://orcid.org/0000-0000-0000-0000">0000-0000-0000-0000</a></li>
<li>Google Scholar: <a href="https://scholar.google.com/citations?user=F8IyYrQAAAAJ">F8IyYrQAAAAJ</a></li> <li>Google Scholar: <a href="https://scholar.google.com/citations?user=F8IyYrQAAAAJ">F8IyYrQAAAAJ</a></li>
<li>Mastodon: <a href="https://example/@johndoe">@johndoe@example</a></li> <li>Mastodon: <a href="https://example.com/@johndoe">@johndoe@example.com</a></li>
<li>Twitter: <a href="https://twitter.com/johndoe">johndoe</a></li> <li>Twitter: <a href="https://twitter.com/johndoe">johndoe</a></li>
<li>StackOverflow: <a href="https://stackoverflow.com/users/12323/johndoe">12323/johndoe</a></li> <li>StackOverflow: <a href="https://stackoverflow.com/users/12323/johndoe">12323/johndoe</a></li>
<li>GitLab: <a href="https://gitlab.com/johndoe">johndoe</a></li> <li>GitLab: <a href="https://gitlab.com/johndoe">johndoe</a></li>
<li>ResearchGate: <a href="https://researchgate.net/profile/johndoe">johndoe</a></li> <li>ResearchGate: <a href="https://researchgate.net/profile/johndoe">johndoe</a></li>
<li>YouTube: <a href="https://youtube.com/@johndoe">@johndoe</a></li> <li>YouTube: <a href="https://youtube.com/@johndoe">johndoe</a></li>
</ul> </ul>
<h1>Text Entries</h1> <h1>Text Entries</h1>
<p>This is a <em>TextEntry</em>. It is only a text and can be useful for sections like <strong>Summary</strong>. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information.</p> <p>This is a <em>TextEntry</em>. It is only a text and can be useful for sections like <strong>Summary</strong>. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information.</p>
@ -28,42 +28,82 @@
<h1>Publication Entries</h1> <h1>Publication Entries</h1>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
<ul> <ul>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul> </ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul> <ul>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="example.com">https://example.com</a>)</h2>
<ul>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul> </ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
<ul> <ul>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li> <li>IEEE Transactions on Applied Superconductivity</li>
</ul> </ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
<ul> <ul>
<li>Sept. 2021</li> <li>Sept. 2021</li>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul> </ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul> <ul>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li> <li>IEEE Transactions on Applied Superconductivity</li>
</ul> </ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul> <ul>
<li>Sept. 2021</li> <li>Sept. 2021</li>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="example.com">https://example.com</a>)</h2>
<ul>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="example.com">https://example.com</a>)</h2>
<ul>
<li>Sept. 2021</li>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul> </ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
<ul> <ul>
<li>Sept. 2021</li> <li>Sept. 2021</li>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li> <li>IEEE Transactions on Applied Superconductivity</li>
</ul> </ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul> <ul>
<li>Sept. 2021</li> <li>Sept. 2021</li>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul>
<li>Sept. 2021</li>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="example.com">https://example.com</a>)</h2>
<ul>
<li>Sept. 2021</li>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul>
<li>Sept. 2021</li>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li> <li>IEEE Transactions on Applied Superconductivity</li>
</ul> </ul>
<h1>Experience Entries</h1> <h1>Experience Entries</h1>

View File

@ -9,12 +9,12 @@
<li>Instagram: <a href="https://instagram.com/johndoe">johndoe</a></li> <li>Instagram: <a href="https://instagram.com/johndoe">johndoe</a></li>
<li>ORCID: <a href="https://orcid.org/0000-0000-0000-0000">0000-0000-0000-0000</a></li> <li>ORCID: <a href="https://orcid.org/0000-0000-0000-0000">0000-0000-0000-0000</a></li>
<li>Google Scholar: <a href="https://scholar.google.com/citations?user=F8IyYrQAAAAJ">F8IyYrQAAAAJ</a></li> <li>Google Scholar: <a href="https://scholar.google.com/citations?user=F8IyYrQAAAAJ">F8IyYrQAAAAJ</a></li>
<li>Mastodon: <a href="https://example/@johndoe">@johndoe@example</a></li> <li>Mastodon: <a href="https://example.com/@johndoe">@johndoe@example.com</a></li>
<li>Twitter: <a href="https://twitter.com/johndoe">johndoe</a></li> <li>Twitter: <a href="https://twitter.com/johndoe">johndoe</a></li>
<li>StackOverflow: <a href="https://stackoverflow.com/users/12323/johndoe">12323/johndoe</a></li> <li>StackOverflow: <a href="https://stackoverflow.com/users/12323/johndoe">12323/johndoe</a></li>
<li>GitLab: <a href="https://gitlab.com/johndoe">johndoe</a></li> <li>GitLab: <a href="https://gitlab.com/johndoe">johndoe</a></li>
<li>ResearchGate: <a href="https://researchgate.net/profile/johndoe">johndoe</a></li> <li>ResearchGate: <a href="https://researchgate.net/profile/johndoe">johndoe</a></li>
<li>YouTube: <a href="https://youtube.com/@johndoe">@johndoe</a></li> <li>YouTube: <a href="https://youtube.com/@johndoe">johndoe</a></li>
</ul> </ul>
<h1>Text Entries</h1> <h1>Text Entries</h1>
<p>This is a <em>TextEntry</em>. It is only a text and can be useful for sections like <strong>Summary</strong>. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information.</p> <p>This is a <em>TextEntry</em>. It is only a text and can be useful for sections like <strong>Summary</strong>. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information.</p>
@ -28,42 +28,82 @@
<h1>Publication Entries</h1> <h1>Publication Entries</h1>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
<ul> <ul>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul> </ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul> <ul>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="example.com">https://example.com</a>)</h2>
<ul>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul> </ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
<ul> <ul>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li> <li>IEEE Transactions on Applied Superconductivity</li>
</ul> </ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
<ul> <ul>
<li>Sept. 2021</li> <li>Sept. 2021</li>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul> </ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul> <ul>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li> <li>IEEE Transactions on Applied Superconductivity</li>
</ul> </ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul> <ul>
<li>Sept. 2021</li> <li>Sept. 2021</li>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="example.com">https://example.com</a>)</h2>
<ul>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="example.com">https://example.com</a>)</h2>
<ul>
<li>Sept. 2021</li>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul> </ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
<ul> <ul>
<li>Sept. 2021</li> <li>Sept. 2021</li>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li> <li>IEEE Transactions on Applied Superconductivity</li>
</ul> </ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2> <h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul> <ul>
<li>Sept. 2021</li> <li>Sept. 2021</li>
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li> <li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul>
<li>Sept. 2021</li>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="example.com">https://example.com</a>)</h2>
<ul>
<li>Sept. 2021</li>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li>
</ul>
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
<ul>
<li>Sept. 2021</li>
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname, S. Doe, A. Andsurname</li>
<li>IEEE Transactions on Applied Superconductivity</li> <li>IEEE Transactions on Applied Superconductivity</li>
</ul> </ul>
<h1>Experience Entries</h1> <h1>Experience Entries</h1>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 460 KiB

After

Width:  |  Height:  |  Size: 497 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 622 KiB

After

Width:  |  Height:  |  Size: 637 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 638 KiB

After

Width:  |  Height:  |  Size: 623 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 650 KiB

After

Width:  |  Height:  |  Size: 634 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 632 KiB

After

Width:  |  Height:  |  Size: 644 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 504 KiB

After

Width:  |  Height:  |  Size: 578 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 566 KiB

After

Width:  |  Height:  |  Size: 547 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 596 KiB

After

Width:  |  Height:  |  Size: 552 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 582 KiB

After

Width:  |  Height:  |  Size: 611 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 474 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 558 KiB

After

Width:  |  Height:  |  Size: 533 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 596 KiB

After

Width:  |  Height:  |  Size: 589 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 623 KiB

After

Width:  |  Height:  |  Size: 588 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 621 KiB

After

Width:  |  Height:  |  Size: 630 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 599 KiB

After

Width:  |  Height:  |  Size: 592 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 611 KiB

After

Width:  |  Height:  |  Size: 609 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 614 KiB

After

Width:  |  Height:  |  Size: 609 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 640 KiB

After

Width:  |  Height:  |  Size: 622 KiB