mirror of https://github.com/eyhc1/rendercv.git
markdown: fix templates
This commit is contained in:
parent
7c6856a7e1
commit
6def22e618
|
@ -1,5 +1,9 @@
|
||||||
## <<entry.title>> ((* if entry.doi != "" *))([<<entry.doi>>](<<entry.doi_url>>))((* endif *))
|
## <<entry.title>> ((* if entry.doi != "" *))([<<entry.doi>>](<<entry.doi_url>>))((* endif *))
|
||||||
|
|
||||||
((* if entry.date_string *))- <<entry.date_string>> ((* endif *))
|
((* if entry.date_string *))
|
||||||
|
- <<entry.date_string>>
|
||||||
|
((* endif *))
|
||||||
- <<entry.authors|join(", ")>>
|
- <<entry.authors|join(", ")>>
|
||||||
((* if entry.journal != "" *))- <<entry.journal>> ((* endif *))
|
((* if entry.journal != "" *))
|
||||||
|
- <<entry.journal>>
|
||||||
|
((* endif *))
|
||||||
|
|
|
@ -46,6 +46,11 @@ def test_error_without_text():
|
||||||
cli.error()
|
cli.error()
|
||||||
|
|
||||||
|
|
||||||
|
def test_error_without_text_with_exception():
|
||||||
|
with pytest.raises(typer.Exit):
|
||||||
|
cli.error(exception=ValueError("This is an error message."))
|
||||||
|
|
||||||
|
|
||||||
def test_information():
|
def test_information():
|
||||||
cli.information("This is an information message.")
|
cli.information("This is an information message.")
|
||||||
|
|
||||||
|
|
|
@ -40,21 +40,29 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S
|
||||||
## 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
|
||||||
- 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 - J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
- Sept. 2021
|
||||||
|
- J. Doe, **H. Tom**, 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
|
||||||
- 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 - J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
- Sept. 2021
|
||||||
|
- J. Doe, **H. Tom**, 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 - J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
- Sept. 2021
|
||||||
|
- J. Doe, **H. Tom**, 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 - J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
- Sept. 2021
|
||||||
|
- J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
||||||
- IEEE Transactions on Applied Superconductivity
|
- IEEE Transactions on Applied Superconductivity
|
||||||
|
|
||||||
# Experience Entries
|
# Experience Entries
|
||||||
|
|
||||||
## Some **Company**, Software Engineer
|
## Some **Company**, Software Engineer
|
||||||
|
|
|
@ -40,21 +40,29 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S
|
||||||
## 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
|
||||||
- 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 - J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
- Sept. 2021
|
||||||
|
- J. Doe, **H. Tom**, 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
|
||||||
- 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 - J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
- Sept. 2021
|
||||||
|
- J. Doe, **H. Tom**, 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 - J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
- Sept. 2021
|
||||||
|
- J. Doe, **H. Tom**, 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 - J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
- Sept. 2021
|
||||||
|
- J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
||||||
- IEEE Transactions on Applied Superconductivity
|
- IEEE Transactions on Applied Superconductivity
|
||||||
|
|
||||||
# Experience Entries
|
# Experience Entries
|
||||||
|
|
||||||
## Some **Company**, Software Engineer
|
## Some **Company**, Software Engineer
|
||||||
|
|
|
@ -40,21 +40,29 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S
|
||||||
## 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
|
||||||
- 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 - J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
- Sept. 2021
|
||||||
|
- J. Doe, **H. Tom**, 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
|
||||||
- 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 - J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
- Sept. 2021
|
||||||
|
- J. Doe, **H. Tom**, 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 - J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
- Sept. 2021
|
||||||
|
- J. Doe, **H. Tom**, 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 - J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
- Sept. 2021
|
||||||
|
- J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
||||||
- IEEE Transactions on Applied Superconductivity
|
- IEEE Transactions on Applied Superconductivity
|
||||||
|
|
||||||
# Experience Entries
|
# Experience Entries
|
||||||
|
|
||||||
## Some **Company**, Software Engineer
|
## Some **Company**, Software Engineer
|
||||||
|
|
|
@ -40,21 +40,29 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S
|
||||||
## 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
|
||||||
- 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 - J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
- Sept. 2021
|
||||||
|
- J. Doe, **H. Tom**, 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
|
||||||
- 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 - J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
- Sept. 2021
|
||||||
|
- J. Doe, **H. Tom**, 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 - J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
- Sept. 2021
|
||||||
|
- J. Doe, **H. Tom**, 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 - J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
- Sept. 2021
|
||||||
|
- J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
||||||
- IEEE Transactions on Applied Superconductivity
|
- IEEE Transactions on Applied Superconductivity
|
||||||
|
|
||||||
# Experience Entries
|
# Experience Entries
|
||||||
|
|
||||||
## Some **Company**, Software Engineer
|
## Some **Company**, Software Engineer
|
||||||
|
|
|
@ -37,30 +37,34 @@
|
||||||
<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>H. Tom</strong>, 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 - J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
<li>Sept. 2021</li>
|
||||||
|
<li>J. Doe, <strong>H. Tom</strong>, 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>H. Tom</strong>, 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 - J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
<li>Sept. 2021</li>
|
||||||
|
<li>J. Doe, <strong>H. Tom</strong>, 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 - J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
<li>Sept. 2021</li>
|
||||||
<li>IEEE Transactions on Applied Superconductivity </li>
|
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</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 - J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
<li>Sept. 2021</li>
|
||||||
<li>IEEE Transactions on Applied Superconductivity </li>
|
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
||||||
|
<li>IEEE Transactions on Applied Superconductivity</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h1>Experience Entries</h1>
|
<h1>Experience Entries</h1>
|
||||||
<h2>Some <strong>Company</strong>, Software Engineer</h2>
|
<h2>Some <strong>Company</strong>, Software Engineer</h2>
|
||||||
|
|
|
@ -37,30 +37,34 @@
|
||||||
<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>H. Tom</strong>, 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 - J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
<li>Sept. 2021</li>
|
||||||
|
<li>J. Doe, <strong>H. Tom</strong>, 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>H. Tom</strong>, 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 - J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
<li>Sept. 2021</li>
|
||||||
|
<li>J. Doe, <strong>H. Tom</strong>, 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 - J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
<li>Sept. 2021</li>
|
||||||
<li>IEEE Transactions on Applied Superconductivity </li>
|
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</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 - J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
<li>Sept. 2021</li>
|
||||||
<li>IEEE Transactions on Applied Superconductivity </li>
|
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
||||||
|
<li>IEEE Transactions on Applied Superconductivity</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h1>Experience Entries</h1>
|
<h1>Experience Entries</h1>
|
||||||
<h2>Some <strong>Company</strong>, Software Engineer</h2>
|
<h2>Some <strong>Company</strong>, Software Engineer</h2>
|
||||||
|
|
|
@ -37,30 +37,34 @@
|
||||||
<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>H. Tom</strong>, 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 - J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
<li>Sept. 2021</li>
|
||||||
|
<li>J. Doe, <strong>H. Tom</strong>, 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>H. Tom</strong>, 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 - J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
<li>Sept. 2021</li>
|
||||||
|
<li>J. Doe, <strong>H. Tom</strong>, 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 - J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
<li>Sept. 2021</li>
|
||||||
<li>IEEE Transactions on Applied Superconductivity </li>
|
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</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 - J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
<li>Sept. 2021</li>
|
||||||
<li>IEEE Transactions on Applied Superconductivity </li>
|
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
||||||
|
<li>IEEE Transactions on Applied Superconductivity</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h1>Experience Entries</h1>
|
<h1>Experience Entries</h1>
|
||||||
<h2>Some <strong>Company</strong>, Software Engineer</h2>
|
<h2>Some <strong>Company</strong>, Software Engineer</h2>
|
||||||
|
|
|
@ -37,30 +37,34 @@
|
||||||
<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>H. Tom</strong>, 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 - J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
<li>Sept. 2021</li>
|
||||||
|
<li>J. Doe, <strong>H. Tom</strong>, 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>H. Tom</strong>, 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 - J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
<li>Sept. 2021</li>
|
||||||
|
<li>J. Doe, <strong>H. Tom</strong>, 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 - J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
<li>Sept. 2021</li>
|
||||||
<li>IEEE Transactions on Applied Superconductivity </li>
|
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</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 - J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
<li>Sept. 2021</li>
|
||||||
<li>IEEE Transactions on Applied Superconductivity </li>
|
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
||||||
|
<li>IEEE Transactions on Applied Superconductivity</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h1>Experience Entries</h1>
|
<h1>Experience Entries</h1>
|
||||||
<h2>Some <strong>Company</strong>, Software Engineer</h2>
|
<h2>Some <strong>Company</strong>, Software Engineer</h2>
|
||||||
|
|
Loading…
Reference in New Issue