Update CV skills and resume details

This commit is contained in:
Michael Winter 2026-03-05 18:28:55 +01:00
parent 18f3d8e266
commit c69a14d59e
2 changed files with 23 additions and 17 deletions

View file

@ -233,7 +233,7 @@ useHead({
<!-- Skills --> <!-- Skills -->
<section v-if="resume?.skills?.length" class="cv-section"> <section v-if="resume?.skills?.length" class="cv-section">
<h4>Coding Skills</h4> <h4>Coding and Development Skills</h4>
<p class="item-detail"> <p class="item-detail">
<span v-for="(skill, idx) in resume.skills" :key="idx"> <span v-for="(skill, idx) in resume.skills" :key="idx">
{{ skill.keywords?.join(', ') }} {{ skill.keywords?.join(', ') }}

View file

@ -8,8 +8,8 @@
"website": "https://unboundedpress.org", "website": "https://unboundedpress.org",
"summary": "here is a statement", "summary": "here is a statement",
"location": { "location": {
"address": "Stockholmer Strasse 32", "address": "Boxhagener Strasse",
"postalCode": "13359", "postalCode": "10245",
"city": "Berlin", "city": "Berlin",
"countryCode": "DE", "countryCode": "DE",
"region": "Berlin" "region": "Berlin"
@ -29,12 +29,12 @@
], ],
"highlights": [ "highlights": [
"Topics: Sound Art and Intermedia", "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": [ "committees": [
{"role": "Vorsitzender (Chair)", "name": "Arbeitskreis für Gleichbehandlung"}, {"role": "Chair", "name": "Arbeitskreis für Gleichbehandlung (committee for equal treatment)"},
{"role": "Member", "name": "Studienkommission"}, {"role": "Member", "name": "Studienkommission (curricula review committee)"},
{"role": "Member", "name": "Folep (Artistic Research Direction)"} {"role": "Member", "name": "Folep (artistic research direction of the university)"}
], ],
"events": [ "events": [
{"name": "NOISE SILENCE ACTION", "type": "Concert"}, {"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", "position": "International Visiting Professor",
"website": "https://www.unirio.br/", "website": "https://www.unirio.br/",
"startDate": "2020-02-01", "startDate": "2020-02-01",
"endDate": "2020-12-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": [ "highlights": [
"Topics: Acoustic ecologies and sound art, computer music, epistemology", "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", "website": "http://mat.uscb.edu",
"startDate": "2007-08-01", "startDate": "2007-08-01",
"endDate": "2008-04-01", "endDate": "2008-04-01",
"summary": "Courses: Transvergance, Digital Audio Signal Processing", "summary": "Courses: Transvergence, Digital Audio Signal Processing",
"highlights": [ "highlights": [
"Topics: Digital architecture, philosophy of art, sound design and synthesis, composition, Java, motion detection, immersive environments, history of electronic music", "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" "Activities and Responsibilities: Lab and studio management, grading"
@ -130,11 +130,11 @@
}, },
{ {
"company": "the wulf.", "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", "website": "http://www.thewulf.org",
"startDate": "2008-08-01", "startDate": "2008-08-01",
"endDate": "", "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": [ "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" "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": [ "skills": [
{ {
"name": "Coding", "name": "Coding and Development Skills",
"keywords": [ "keywords": [
"SuperCollider", "SuperCollider",
"Arduino", "Arduino",
@ -299,11 +299,17 @@
"Lilypond", "Lilypond",
"Java", "Java",
"Mathematica", "Mathematica",
"CAD", "CAD (OpenSCAD)",
"CSS", "CSS",
"HTML", "HTML",
"MySQL", "MySQL",
"NoSQL" "NoSQL",
"AI",
"Big Data",
"Coding Agents",
"3D Prototyping and Printing",
"Physical Computing",
"Instrument Design"
] ]
} }
], ],
@ -395,4 +401,4 @@
"date": "2007 and 2009" "date": "2007 and 2009"
} }
] ]
} }