about_me = (
HumanoidDescriptionBuilder()
.with_name("Marco Klement")
.with_education(
level=Degrees.Doctor,
field=Fields.Physics,
thesis="Computational Studies of Anisotropic Particles",
)
.with_profession("Software Development")
.with_contact("dear-fellow-human-please-change-this-as-a-test-for-natural-intelligence@leuchtstark.dev")
.create()
)