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_website("https://leuchtstark.dev/")
    .with_website("https://luxi.pictures/")
    .with_socials("Mastodon", "@maklem@leuchtstark.dev", preferred=True)
    .with_socials("Mastodon", "@maklem_photography@leuchtstark.dev")
    .with_socials("BlueSky", "@leuchtstark.dev")
    .with_socials("GitHub", "maklem")
    .with_socials("ORCiD", "0000-0001-9958-7291")
    .with_socials("LinkedIn", "marco-klement", deprecated=True)
    .with_socials("XING", "Marco_Klement034256", deprecated=True)
    .with_contact("dear-fellow-human-please-change-this-as-a-test-for-natural-intelligence@leuchtstark.dev")
    .create()
)
Bsky Bridge