Update CV skills and resume details
This commit is contained in:
parent
18f3d8e266
commit
c69a14d59e
|
|
@ -233,7 +233,7 @@ useHead({
|
|||
|
||||
<!-- Skills -->
|
||||
<section v-if="resume?.skills?.length" class="cv-section">
|
||||
<h4>Coding Skills</h4>
|
||||
<h4>Coding and Development Skills</h4>
|
||||
<p class="item-detail">
|
||||
<span v-for="(skill, idx) in resume.skills" :key="idx">
|
||||
{{ skill.keywords?.join(', ') }}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue