mirror of https://github.com/eyhc1/rendercv.git
tests: update auxiliary files
This commit is contained in:
parent
3e4bae6cf0
commit
ffca993f4b
|
@ -175,14 +175,14 @@
|
||||||
|
|
||||||
\resumeSubheading
|
\resumeSubheading
|
||||||
{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Dec. 2021}
|
{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Dec. 2021}
|
||||||
{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}
|
{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity)}{}
|
||||||
\resumeItemListStart
|
\resumeItemListStart
|
||||||
\resumeItem{}{\raggedright \mbox{\textbf{\textit{J. Doe}}}, \mbox{H. Tom}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
|
\resumeItem{}{\raggedright \mbox{\textbf{\textit{J. Doe}}}, \mbox{H. Tom}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
|
||||||
\resumeItemListEnd
|
\resumeItemListEnd
|
||||||
|
|
||||||
\resumeSubheading
|
\resumeSubheading
|
||||||
{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Dec. 2021}
|
{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Dec. 2021}
|
||||||
{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}
|
{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity)}{}
|
||||||
\resumeItemListStart
|
\resumeItemListStart
|
||||||
\resumeItem{}{\raggedright \mbox{\textbf{\textit{J. Doe}}}, \mbox{H. Tom}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
|
\resumeItem{}{\raggedright \mbox{\textbf{\textit{J. Doe}}}, \mbox{H. Tom}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
|
||||||
\resumeItemListEnd
|
\resumeItemListEnd
|
||||||
|
|
|
@ -175,14 +175,14 @@
|
||||||
|
|
||||||
\resumeSubheading
|
\resumeSubheading
|
||||||
{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Dec. 2021}
|
{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Dec. 2021}
|
||||||
{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}
|
{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity)}{}
|
||||||
\resumeItemListStart
|
\resumeItemListStart
|
||||||
\resumeItem{}{\raggedright \mbox{\textbf{\textit{J. Doe}}}, \mbox{H. Tom}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
|
\resumeItem{}{\raggedright \mbox{\textbf{\textit{J. Doe}}}, \mbox{H. Tom}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
|
||||||
\resumeItemListEnd
|
\resumeItemListEnd
|
||||||
|
|
||||||
\resumeSubheading
|
\resumeSubheading
|
||||||
{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Dec. 2021}
|
{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Dec. 2021}
|
||||||
{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}
|
{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity)}{}
|
||||||
\resumeItemListStart
|
\resumeItemListStart
|
||||||
\resumeItem{}{\raggedright \mbox{\textbf{\textit{J. Doe}}}, \mbox{H. Tom}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
|
\resumeItem{}{\raggedright \mbox{\textbf{\textit{J. Doe}}}, \mbox{H. Tom}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
|
||||||
\resumeItemListEnd
|
\resumeItemListEnd
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -72,8 +72,8 @@ def test_read_input_file(input_file_path):
|
||||||
}
|
}
|
||||||
|
|
||||||
# dump the dictionary to a yaml file
|
# dump the dictionary to a yaml file
|
||||||
yaml = ruamel.yaml.YAML()
|
yaml_object = ruamel.yaml.YAML()
|
||||||
yaml.dump(input_dictionary, input_file_path)
|
yaml_object.dump(input_dictionary, input_file_path)
|
||||||
|
|
||||||
data_model = dm.read_input_file(input_file_path)
|
data_model = dm.read_input_file(input_file_path)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue