From c69a14d59e4c8645e880f39002b43088db022e15 Mon Sep 17 00:00:00 2001 From: Michael Winter Date: Thu, 5 Mar 2026 18:28:55 +0100 Subject: [PATCH] Update CV skills and resume details --- pages/cv.vue | 2 +- server/data/resume.json | 38 ++++++++++++++++++++++---------------- 2 files changed, 23 insertions(+), 17 deletions(-) diff --git a/pages/cv.vue b/pages/cv.vue index 17368aa..156dc05 100644 --- a/pages/cv.vue +++ b/pages/cv.vue @@ -233,7 +233,7 @@ useHead({
-

Coding Skills

+

Coding and Development Skills

{{ skill.keywords?.join(', ') }} diff --git a/server/data/resume.json b/server/data/resume.json index 957608e..fc2ba66 100644 --- a/server/data/resume.json +++ b/server/data/resume.json @@ -8,8 +8,8 @@ "website": "https://unboundedpress.org", "summary": "here is a statement", "location": { - "address": "Stockholmer Strasse 32", - "postalCode": "13359", + "address": "Boxhagener Strasse", + "postalCode": "10245", "city": "Berlin", "countryCode": "DE", "region": "Berlin" @@ -29,12 +29,12 @@ ], "highlights": [ "Topics: Sound Art and Intermedia", - "Activities: Develop sound and intermedia program, aid in development of doctoral program, conduct artistic research, organize events" + "Activities: Develop sound and intermedia program, aid in development and launch of doctoral program, conduct artistic research, organize events, advise theses, equip and steward artistic research laboratory" ], "committees": [ - {"role": "Vorsitzender (Chair)", "name": "Arbeitskreis für Gleichbehandlung"}, - {"role": "Member", "name": "Studienkommission"}, - {"role": "Member", "name": "Folep (Artistic Research Direction)"} + {"role": "Chair", "name": "Arbeitskreis für Gleichbehandlung (committee for equal treatment)"}, + {"role": "Member", "name": "Studienkommission (curricula review committee)"}, + {"role": "Member", "name": "Folep (artistic research direction of the university)"} ], "events": [ {"name": "NOISE SILENCE ACTION", "type": "Concert"}, @@ -44,15 +44,15 @@ ] }, { - "company": "UNIRIO", + "company": "Universidade Federal do Estado do Rio de Janeiro (UNIRIO)", "position": "International Visiting Professor", "website": "https://www.unirio.br/", "startDate": "2020-02-01", "endDate": "2020-12-01", - "summary": "Courses: Graduate and undergraduate seminars (could not commence position in person)", + "summary": "Courses: Graduate and undergraduate seminars (unable to commence position in person)", "highlights": [ "Topics: Acoustic ecologies and sound art, computer music, epistemology", - "Activities and Responsibilities: Organized invited guests for weekly seminars, led and moderated discussion, publication on the ethics of access in higher education" + "Activities and Responsibilities: Organized invited guests for weekly seminars, led and moderated discussion, a publication on the ethics of access in higher education" ] }, { @@ -85,7 +85,7 @@ "website": "http://mat.uscb.edu", "startDate": "2007-08-01", "endDate": "2008-04-01", - "summary": "Courses: Transvergance, Digital Audio Signal Processing", + "summary": "Courses: Transvergence, Digital Audio Signal Processing", "highlights": [ "Topics: Digital architecture, philosophy of art, sound design and synthesis, composition, Java, motion detection, immersive environments, history of electronic music", "Activities and Responsibilities: Lab and studio management, grading" @@ -130,11 +130,11 @@ }, { "company": "the wulf.", - "position": "Co-founder, Co-director (to 2018), President of the Board of Directors", + "position": "Co-founder, Co-director (until 2018), President of the Board of Directors", "website": "http://www.thewulf.org", "startDate": "2008-08-01", "endDate": "", - "summary": "Project: A 501(c)(3) non-profit arts organization that presents free experimental music performances", + "summary": "Project: A 501(c)(3) nonprofit arts organization that presents free experimental music performances", "highlights": [ "Activities and Responsibilities: Organizing regular public events in experimental arts; grant writing; audio archive development and maintenance; Python/Django website and server development and maintenance; interfacing with artists, charitable organizations, educational institutions, and private and public partners; managing staff, interns, and volunteers; code repository management and version control; designing governance and policy structure of the organization" ] @@ -290,7 +290,7 @@ ], "skills": [ { - "name": "Coding", + "name": "Coding and Development Skills", "keywords": [ "SuperCollider", "Arduino", @@ -299,11 +299,17 @@ "Lilypond", "Java", "Mathematica", - "CAD", + "CAD (OpenSCAD)", "CSS", "HTML", "MySQL", - "NoSQL" + "NoSQL", + "AI", + "Big Data", + "Coding Agents", + "3D Prototyping and Printing", + "Physical Computing", + "Instrument Design" ] } ], @@ -395,4 +401,4 @@ "date": "2007 and 2009" } ] -} \ No newline at end of file +}