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 *))
|
||||
|
||||
((* if entry.date_string *))- <<entry.date_string>> ((* endif *))
|
||||
((* if entry.date_string *))
|
||||
- <<entry.date_string>>
|
||||
((* endif *))
|
||||
- <<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()
|
||||
|
||||
|
||||
def test_error_without_text_with_exception():
|
||||
with pytest.raises(typer.Exit):
|
||||
cli.error(exception=ValueError("This is an error message."))
|
||||
|
||||
|
||||
def test_information():
|
||||
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
|
||||
- J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
||||
- IEEE Transactions on Applied Superconductivity
|
||||
|
||||
## 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))
|
||||
- J. Doe, **H. Tom**, 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
|
||||
- Sept. 2021
|
||||
- J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
||||
|
||||
## 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
|
||||
|
||||
## 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
|
||||
|
||||
# Experience Entries
|
||||
|
||||
## 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
|
||||
- J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
||||
- IEEE Transactions on Applied Superconductivity
|
||||
|
||||
## 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))
|
||||
- J. Doe, **H. Tom**, 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
|
||||
- Sept. 2021
|
||||
- J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
||||
|
||||
## 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
|
||||
|
||||
## 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
|
||||
|
||||
# Experience Entries
|
||||
|
||||
## 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
|
||||
- J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
||||
- IEEE Transactions on Applied Superconductivity
|
||||
|
||||
## 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))
|
||||
- J. Doe, **H. Tom**, 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
|
||||
- Sept. 2021
|
||||
- J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
||||
|
||||
## 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
|
||||
|
||||
## 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
|
||||
|
||||
# Experience Entries
|
||||
|
||||
## 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
|
||||
- J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
||||
- IEEE Transactions on Applied Superconductivity
|
||||
|
||||
## 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))
|
||||
- J. Doe, **H. Tom**, 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
|
||||
- Sept. 2021
|
||||
- J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
||||
|
||||
## 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
|
||||
|
||||
## 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
|
||||
|
||||
# Experience Entries
|
||||
|
||||
## Some **Company**, Software Engineer
|
||||
|
|
|
@ -41,7 +41,8 @@
|
|||
</ul>
|
||||
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
|
||||
<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>
|
||||
<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>
|
||||
|
@ -50,16 +51,19 @@
|
|||
</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 - 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>
|
||||
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
|
||||
<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>
|
||||
<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 - 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>
|
||||
<li>IEEE Transactions on Applied Superconductivity</li>
|
||||
</ul>
|
||||
<h1>Experience Entries</h1>
|
||||
|
|
|
@ -41,7 +41,8 @@
|
|||
</ul>
|
||||
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
|
||||
<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>
|
||||
<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>
|
||||
|
@ -50,16 +51,19 @@
|
|||
</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 - 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>
|
||||
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
|
||||
<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>
|
||||
<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 - 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>
|
||||
<li>IEEE Transactions on Applied Superconductivity</li>
|
||||
</ul>
|
||||
<h1>Experience Entries</h1>
|
||||
|
|
|
@ -41,7 +41,8 @@
|
|||
</ul>
|
||||
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
|
||||
<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>
|
||||
<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>
|
||||
|
@ -50,16 +51,19 @@
|
|||
</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 - 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>
|
||||
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
|
||||
<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>
|
||||
<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 - 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>
|
||||
<li>IEEE Transactions on Applied Superconductivity</li>
|
||||
</ul>
|
||||
<h1>Experience Entries</h1>
|
||||
|
|
|
@ -41,7 +41,8 @@
|
|||
</ul>
|
||||
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
|
||||
<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>
|
||||
<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>
|
||||
|
@ -50,16 +51,19 @@
|
|||
</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 - 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>
|
||||
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
|
||||
<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>
|
||||
<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 - 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>
|
||||
<li>IEEE Transactions on Applied Superconductivity</li>
|
||||
</ul>
|
||||
<h1>Experience Entries</h1>
|
||||
|
|
Loading…
Reference in New Issue