mirror of
https://github.com/theoludwig/theoludwig.git
synced 2026-08-25 09:21:33 +02:00
fix: add IRCAD Taiwan as work experience + Fusey founder
This commit is contained in:
@@ -19,13 +19,6 @@ export const CurriculumVitaeInterests: React.FC<CurriculumVitaeInterestsProps> =
|
||||
</a>
|
||||
)
|
||||
},
|
||||
"link-leon": (children) => {
|
||||
return (
|
||||
<a href="https://github.com/leon-ai/leon" target="_blank" className="font-semibold">
|
||||
{children}
|
||||
</a>
|
||||
)
|
||||
},
|
||||
"link-markdownlint": (children) => {
|
||||
return (
|
||||
<a
|
||||
|
||||
@@ -41,6 +41,16 @@ export const CurriculumVitaeWork: React.FC<CurriculumVitaeWorkProps> = () => {
|
||||
}),
|
||||
],
|
||||
},
|
||||
{
|
||||
summary: t("curriculum-vitae.work.ircad-taiwan.summary"),
|
||||
website: "https://ircadtaiwan.com.tw",
|
||||
name: "IRCAD Taiwan",
|
||||
location: "Taiwan",
|
||||
position: t("curriculum-vitae.work.ircad-taiwan.position"),
|
||||
dates: "20/07/2026 - 21/09/2026",
|
||||
duration: t("curriculum-vitae.work.ircad-taiwan.duration"),
|
||||
tasks: [],
|
||||
},
|
||||
{
|
||||
summary: t("curriculum-vitae.work.numerize.summary"),
|
||||
website: "https://numerize.com/",
|
||||
|
||||
Reference in New Issue
Block a user