|
|
|
@ -1,445 +1,432 @@
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
<title>{{#resume.basics}}{{name}}{{/resume.basics}}</title>
|
|
|
|
|
|
|
|
|
|
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" media="all">
|
|
|
|
|
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
<title>{{#resume.basics}}{{name}}{{/resume.basics}}</title>
|
|
|
|
|
|
|
|
|
|
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" media="all">
|
|
|
|
|
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
|
|
|
|
|
<script type="text/javascript" src="http://bibtex-js.googlecode.com/svn/trunk/src/bibtex_js.js"></script>
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
{{{css}}}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- header -->
|
|
|
|
|
<div class="container-fluid">
|
|
|
|
|
{{#resume.basics}}
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-xs-6">
|
|
|
|
|
<h1 class="name"> {{name}}</h1>
|
|
|
|
|
<h3 class="title">{{label}}</h3>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xs-6 contact-info">
|
|
|
|
|
<ul class="pull-right">
|
|
|
|
|
<li>{{email}}</li>
|
|
|
|
|
<li>{{phone}}</li>
|
|
|
|
|
<li>{{website}}</li>
|
|
|
|
|
<li>
|
|
|
|
|
{{#each profiles}}
|
|
|
|
|
<i class="fa fa-{{toLowerCase network}}"></i> {{username}}
|
|
|
|
|
{{/each}}
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<hr style="margin-top: 0;" />
|
|
|
|
|
|
|
|
|
|
<!-- Profile/summary -->
|
|
|
|
|
<!--
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-xs-2">
|
|
|
|
|
<h4 class="section-title"> Profile </h4>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
{{summary}}
|
|
|
|
|
</div>
|
|
|
|
|
{{/resume.basics}}
|
|
|
|
|
</div>
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
<!-- Education -->
|
|
|
|
|
<div class="row section">
|
|
|
|
|
<div class="col-xs-12">
|
|
|
|
|
{{#each resume.education}}
|
|
|
|
|
<div class="entry">
|
|
|
|
|
{{#if @first}}
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
<h4 class="section-title">Education</h4>
|
|
|
|
|
</div>
|
|
|
|
|
{{/if}}
|
|
|
|
|
<div class="row education-section">
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
<div class="school"> {{studyType}} in {{area}}, {{institution}}, {{prettifyYearDate endDate}}</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
|
|
|
|
|
<script type="text/javascript" src="http://bibtex-js.googlecode.com/svn/trunk/src/bibtex_js.js"></script>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
{{{css}}}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
<!-- Experience -->
|
|
|
|
|
|
|
|
|
|
<!-- header -->
|
|
|
|
|
<div class="container-fluid">
|
|
|
|
|
{{#resume.basics}}
|
|
|
|
|
<div class="row section">
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
{{#each resume.teaching}}
|
|
|
|
|
<div class="entry">
|
|
|
|
|
{{#if @first}}
|
|
|
|
|
<div class="col-xs-12">
|
|
|
|
|
<h4 class="section-title">
|
|
|
|
|
<hr/>
|
|
|
|
|
Teaching</h4>
|
|
|
|
|
</div>
|
|
|
|
|
{{/if}}
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-xs-6">
|
|
|
|
|
<h1 class="name"> {{name}}</h1>
|
|
|
|
|
<h3 class="title">{{label}}</h3>
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
<div class="company"> {{company}}, <em>{{position}}</em></div>
|
|
|
|
|
{{prettifyMonthDate startDate}} – {{prettifyMonthDate endDate}}
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xs-6 contact-info">
|
|
|
|
|
<ul class="pull-right">
|
|
|
|
|
<li>{{email}}</li>
|
|
|
|
|
<li>{{phone}}</li>
|
|
|
|
|
<li>{{website}}</li>
|
|
|
|
|
<li>
|
|
|
|
|
{{#each profiles}}
|
|
|
|
|
<i class="fa fa-{{toLowerCase network}}"></i> {{username}}
|
|
|
|
|
{{/each}}
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row company-description">
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
<ul>
|
|
|
|
|
<li class="company-summary">{{summary}}</li>
|
|
|
|
|
{{#each highlights}}
|
|
|
|
|
<li> {{this}}</li>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<hr style="margin-top: 0;" />
|
|
|
|
|
</div>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- Profile/summary -->
|
|
|
|
|
<!--
|
|
|
|
|
<!-- Talks -->
|
|
|
|
|
<div class="row section">
|
|
|
|
|
{{#each resume.talks}}
|
|
|
|
|
{{#each this.talks}}
|
|
|
|
|
{{#if @first}}
|
|
|
|
|
|
|
|
|
|
<div class="row subsection">
|
|
|
|
|
{{/if}}
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
<div class="entry">
|
|
|
|
|
{{#if @../first}}
|
|
|
|
|
{{#if @first}}
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
<h4 class="section-title">
|
|
|
|
|
<hr/>
|
|
|
|
|
Lectures</h4>
|
|
|
|
|
</div>
|
|
|
|
|
{{/if}}
|
|
|
|
|
{{/if}}
|
|
|
|
|
{{#if @first}}
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-xs-2">
|
|
|
|
|
<h4 class="section-title"> Profile </h4>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xs-10">
|
|
|
|
|
{{summary}}
|
|
|
|
|
</div>
|
|
|
|
|
{{/resume.basics}}
|
|
|
|
|
</div>
|
|
|
|
|
<hr />
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
<!-- statement -->
|
|
|
|
|
<div class="col-xs-1">
|
|
|
|
|
<h4 class="section-title"> About </h4>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row section">
|
|
|
|
|
<div class="col-xs-10">
|
|
|
|
|
<p>
|
|
|
|
|
My work often explores simple processes where dynamic systems, situations, and settings are realized in a variety of ways from performances to installations. To me, everything we experience is computable. Given this digital philosophy, I acknowledge even my most open works as algorithmic; and, while not always apparent on the surface of any given piece, the considerations of computability and epistemology are integral to my practice. I often reconcile epistemological limits with artistic practicality by considering and addressing the limits of computation from an artistic and experiential vantage point and by collaborating with other artists, mathematicians, and scientists in order to integrate objects, ideas, and texts from various domains as structural elements in my pieces.
|
|
|
|
|
</p><p>
|
|
|
|
|
My work has been presented at venues and festivals throughout the world such as REDCAT, in Los Angeles; the Ostrava Festival of New Music in the Czech Republic; Tsonami Arte Sonoro Festival in Valparaiso, Chile; the Huddersfield New Music Festival in the United Kingdom; and Umbral Sesiones at the Museo de Arte Contemporáneo in Oaxaca, Mexico. Recordings of my music have been released by Another Timbre, New World Records, Edition Wandelweiser, Bahn Mi Verlag, Tsonami Records, and Pogus Productions. From 2018 to 2019, I was a fellow / artist-in-residence at the Akademie Schloss Solitude in Stuttgart, Germany. In 2008, I co-founded <em>the wulf.</em>, a Los Angeles-based organization dedicated to experimental performance and art. As a laboratory and hub for exploring new ideas, <em>the wulf.</em> has become an experiment in alternative communities and economies. Similarly, my work subverts discriminatory conventions and hierarchies by exploring alternative forms of presentation and interaction.
|
|
|
|
|
</p>
|
|
|
|
|
<div class="divider"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<hr />
|
|
|
|
|
<div class="col-xs-7">
|
|
|
|
|
<div class="separator">{{prettifyYearDate date}}</div>
|
|
|
|
|
</div>
|
|
|
|
|
{{/if}}
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
<div class="company"> {{location}} </div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xs-12">
|
|
|
|
|
{{#each (toArray title)}}
|
|
|
|
|
|
|
|
|
|
<!-- Works -->
|
|
|
|
|
<div class="col-xs-1">
|
|
|
|
|
<h4 class="section-title"> Works </h4>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row section">
|
|
|
|
|
<div class="company-description"><em>{{this}}</em></div>
|
|
|
|
|
{{/each}}
|
|
|
|
|
|
|
|
|
|
<div class="col-xs-10">
|
|
|
|
|
A chronological performance / exhibition history, scores, and recordings are available at <www.unboundedpress.org>.
|
|
|
|
|
<br>
|
|
|
|
|
All scores are also published or forthcoming through Frog Peak at <www.frogpeak.org/fpartists/fpwinter.html>.
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="row section">
|
|
|
|
|
<div class="col-xs-12">
|
|
|
|
|
{{#each resume.works}}
|
|
|
|
|
|
|
|
|
|
{{#each this.works}}
|
|
|
|
|
<div class="entry">
|
|
|
|
|
{{#if @first}}
|
|
|
|
|
<hr />
|
|
|
|
|
{{/if}}
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-xs-10">
|
|
|
|
|
<div class="company"> <em>{{title}}</em> </div>
|
|
|
|
|
{{#each instrument_tags}}
|
|
|
|
|
<div class="company-position">{{this}}</div>
|
|
|
|
|
{{/each}}
|
|
|
|
|
{{#each events}}
|
|
|
|
|
<div class="company-position">   {{prettifyDayDate start_date}} - {{ venue.name }}; {{ venue.city }}, {{ venue.state }} </div>
|
|
|
|
|
<div class="row company-description">
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
<ul>
|
|
|
|
|
<li class="company-summary">{{summary}}</li>
|
|
|
|
|
{{#each highlights}}
|
|
|
|
|
<li><i class="fa fa-chevron-circle-right"></i> {{this}}</li>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</div>
|
|
|
|
|
{{#if @first}}
|
|
|
|
|
<div class="col-xs-2">
|
|
|
|
|
<span class="pull-right"> {{prettifyYearDate date}} </span>
|
|
|
|
|
</div>
|
|
|
|
|
{{/if}}
|
|
|
|
|
<div class="col-xs-2">
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row company-description">
|
|
|
|
|
<div class="col-xs-9">
|
|
|
|
|
<ul>
|
|
|
|
|
<li class="company-summary">{{summary}}</li>
|
|
|
|
|
{{#each highlights}}
|
|
|
|
|
<li><i class="fa fa-chevron-circle-right"></i> {{this}}</li>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
{{/each}}
|
|
|
|
|
|
|
|
|
|
{{/each}}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<hr />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Publications -->
|
|
|
|
|
<div class="col-xs-1">
|
|
|
|
|
<h4 class="section-title">Publications</h4>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row section">
|
|
|
|
|
<div class="col-xs-12">
|
|
|
|
|
{{#each resume.publications}}
|
|
|
|
|
<div class="entry">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-xs-12">
|
|
|
|
|
<div class="company"> {{entryTags.title}} </div>
|
|
|
|
|
<div class="company-position">{{entryTags.author}}
|
|
|
|
|
{{#if entryTags.booktitle}}{{entryTags.booktitle}}. {{/if}}
|
|
|
|
|
{{#if entryTags.journal}}{{entryTags.journal}}. {{/if}}
|
|
|
|
|
{{#if entryTags.editor}}editors {{entryTags.editor}}{{/if}}
|
|
|
|
|
{{#if entryTags.volume}}volume {{entryTags.volume}}{{#if entryTags.number}} ({{entryTags.number}}){{/if}}. {{/if}}
|
|
|
|
|
{{#if entryTags.pages}}pages {{entryTags.pages}}. {{/if}}
|
|
|
|
|
{{#if entryTags.publisher}} {{entryTags.publisher}}. {{/if}}{{entryTags.year}}.</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row company-description">
|
|
|
|
|
<div class="col-xs-10">
|
|
|
|
|
<ul>
|
|
|
|
|
{{#if website}}
|
|
|
|
|
<li><a href="{{website}}">{{website}}</a></li>
|
|
|
|
|
{{/if}}
|
|
|
|
|
<li class="company-summary">{{summary}}</li>
|
|
|
|
|
{{#each highlights}}
|
|
|
|
|
<li><i class="fa fa-chevron-circle-right"></i> {{this}}</li>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<hr />
|
|
|
|
|
|
|
|
|
|
{{/each}}
|
|
|
|
|
</div>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Talks -->
|
|
|
|
|
<div class="col-xs-1">
|
|
|
|
|
<h4 class="section-title"> Talks </h4>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row section">
|
|
|
|
|
<div class="col-xs-12">
|
|
|
|
|
{{#each resume.talks}}
|
|
|
|
|
<div class="entry">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-xs-10">
|
|
|
|
|
<div class="company"> {{location}} </div>
|
|
|
|
|
<div class="company-position"><em>{{title}}</em></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xs-2">
|
|
|
|
|
<span class="pull-right"> {{prettifyMonthDate date}} </span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row company-description">
|
|
|
|
|
<div class="col-xs-9">
|
|
|
|
|
<ul>
|
|
|
|
|
<li class="company-summary">{{summary}}</li>
|
|
|
|
|
{{#each highlights}}
|
|
|
|
|
<li><i class="fa fa-chevron-circle-right"></i> {{this}}</li>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
{{/each}}
|
|
|
|
|
<div class="row section">
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
{{#each resume.work}}
|
|
|
|
|
<div class="entry">
|
|
|
|
|
{{#if @first}}
|
|
|
|
|
<div class="col-xs-12">
|
|
|
|
|
<h4 class="section-title">
|
|
|
|
|
<hr/>
|
|
|
|
|
Relevant Positions</h4>
|
|
|
|
|
</div>
|
|
|
|
|
{{/if}}
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
<div class="company"> {{company}}, <em>{{position}}</em></div>
|
|
|
|
|
{{prettifyMonthDate startDate}} – {{prettifyMonthDate endDate}}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<hr />
|
|
|
|
|
|
|
|
|
|
<!-- Releases -->
|
|
|
|
|
<div class="col-xs-1">
|
|
|
|
|
<h4 class="section-title">Releases</h4>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row section">
|
|
|
|
|
<div class="col-xs-12">
|
|
|
|
|
{{#each resume.releases}}
|
|
|
|
|
<div class="entry">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-xs-12">
|
|
|
|
|
<div class="company"> {{title}} </div>
|
|
|
|
|
<div class="company-position"><em>{{work}} </em></div>
|
|
|
|
|
<div class="company-position">{{publisher}}. {{media_type}}. {{date}}.</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row company-description">
|
|
|
|
|
<div class="col-xs-10">
|
|
|
|
|
<ul>
|
|
|
|
|
{{#if website}}
|
|
|
|
|
<li><a href="{{website}}">{{website}}</a></li>
|
|
|
|
|
{{/if}}
|
|
|
|
|
<li class="company-summary">{{summary}}</li>
|
|
|
|
|
{{#each highlights}}
|
|
|
|
|
<li><i class="fa fa-chevron-circle-right"></i> {{this}}</li>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<hr/>
|
|
|
|
|
|
|
|
|
|
<!-- Residencies -->
|
|
|
|
|
<div class="col-xs-1">
|
|
|
|
|
<h4 class="section-title">Residencies and Awards</h4>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row section">
|
|
|
|
|
<div class="col-xs-12">
|
|
|
|
|
{{#each resume.residencies}}
|
|
|
|
|
<div class="entry">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-xs-10">
|
|
|
|
|
<div class="company"> {{org}} </div>
|
|
|
|
|
<div class="company-position">{{type}} </div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xs-2">
|
|
|
|
|
<span class="pull-right"> {{ date }} </span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row company-description">
|
|
|
|
|
<div class="col-xs-10">
|
|
|
|
|
<ul>
|
|
|
|
|
{{#if website}}
|
|
|
|
|
<li><a href="{{website}}">{{website}}</a></li>
|
|
|
|
|
{{/if}}
|
|
|
|
|
<li class="company-summary">{{summary}}</li>
|
|
|
|
|
{{#each highlights}}
|
|
|
|
|
<li><i class="fa fa-chevron-circle-right"></i> {{this}}</li>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
{{/each}}
|
|
|
|
|
<div class="row company-description">
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
<ul>
|
|
|
|
|
<li class="company-summary">{{summary}}</li>
|
|
|
|
|
{{#each highlights}}
|
|
|
|
|
<li> {{this}}</li>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{{!--
|
|
|
|
|
<div class="col-xs-1">
|
|
|
|
|
<h4 class="section-title">Works and Performances</h4>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row section">
|
|
|
|
|
<div class="col-xs-10">
|
|
|
|
|
Work list, scores, and performance list available at www.unboundedpress.org or on request.
|
|
|
|
|
</div>
|
|
|
|
|
<!-- Coding -->
|
|
|
|
|
<div class="row section">
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
<div class="entry">
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
<h4 class="section-title">
|
|
|
|
|
<hr/>
|
|
|
|
|
Coding Skills</h4>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
{{#each resume.skills}}
|
|
|
|
|
Expertise in:
|
|
|
|
|
{{#each keywords}}
|
|
|
|
|
{{#if @last}}
|
|
|
|
|
{{this}}
|
|
|
|
|
{{else}}
|
|
|
|
|
{{this}},
|
|
|
|
|
{{/if}}
|
|
|
|
|
{{/each}}
|
|
|
|
|
<br />
|
|
|
|
|
{{/each}}
|
|
|
|
|
</div>
|
|
|
|
|
<hr />
|
|
|
|
|
--}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<hr />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- Experience -->
|
|
|
|
|
|
|
|
|
|
<div class="col-xs-1">
|
|
|
|
|
<h4 class="section-title"> Work Experience </h4>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row section">
|
|
|
|
|
<!-- Publications -->
|
|
|
|
|
<div class="row section">
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
{{#each resume.publications}}
|
|
|
|
|
<div class="entry">
|
|
|
|
|
{{#if @first}}
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
<h4 class="section-title">
|
|
|
|
|
<hr/>
|
|
|
|
|
Publications</h4>
|
|
|
|
|
</div>
|
|
|
|
|
{{/if}}
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-xs-12">
|
|
|
|
|
{{#each resume.work}}
|
|
|
|
|
<div class="entry">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-xs-8">
|
|
|
|
|
<div class="company"> {{company}} </div>
|
|
|
|
|
<div class="company-position"><em>{{position}}</em></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xs-4">
|
|
|
|
|
<span class="pull-right"> {{prettifyMonthDate startDate}} – {{prettifyMonthDate endDate}} </span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="company"> {{{entryTags.title}}} </div>
|
|
|
|
|
<div class="company">
|
|
|
|
|
<div class="bib">
|
|
|
|
|
{{entryTags.author}} ({{entryTags.year}}).
|
|
|
|
|
{{#if entryTags.editor}}(Eds.) {{entryTags.editor}}{{/if}}
|
|
|
|
|
{{#if entryTags.booktitle}}<em>{{entryTags.booktitle}}.</em>{{/if}}
|
|
|
|
|
{{#if entryTags.journal}}<em>{{entryTags.journal}}</em>,{{/if}}
|
|
|
|
|
{{#if entryTags.volume}}<em>{{entryTags.volume}}</em>{{#if entryTags.number}}({{entryTags.number}}){{/if}}.{{/if}}
|
|
|
|
|
{{#if entryTags.publisher}}{{entryTags.publisher}}.{{/if}}</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row company-description">
|
|
|
|
|
<div class="col-xs-9">
|
|
|
|
|
<ul>
|
|
|
|
|
<li class="company-summary">{{summary}}</li>
|
|
|
|
|
{{#each highlights}}
|
|
|
|
|
<li><i class="fa fa-chevron-circle-right"></i> {{this}}</li>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row company-description">
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
<ul>
|
|
|
|
|
{{#if website}}
|
|
|
|
|
<li><a href="{{website}}">{{website}}</a></li>
|
|
|
|
|
{{/if}}
|
|
|
|
|
<li class="company-summary">{{summary}}</li>
|
|
|
|
|
{{#each highlights}}
|
|
|
|
|
<li><i class="fa fa-chevron-circle-right"></i> {{this}}</li>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<hr />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Education -->
|
|
|
|
|
<div class="col-xs-1">
|
|
|
|
|
<h4 class="section-title"> Education </h4>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Releases -->
|
|
|
|
|
|
|
|
|
|
<div class="row section">
|
|
|
|
|
|
|
|
|
|
<div class="row subsection">
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
{{#each resume.solo_releases}}
|
|
|
|
|
<div class="entry">
|
|
|
|
|
{{#if @first}}
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
<h4 class="section-title">
|
|
|
|
|
<hr/>
|
|
|
|
|
Recordings</h4>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
<div class="section-subtitle">Solo Albums</div>
|
|
|
|
|
</div>
|
|
|
|
|
{{/if}}
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-xs-12">
|
|
|
|
|
<div class="company"> {{title}}. {{publisher}}. {{media_type}}. {{date}}. </div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row section">
|
|
|
|
|
<div class="col-xs-12">
|
|
|
|
|
{{#each resume.education}}
|
|
|
|
|
<div class="entry">
|
|
|
|
|
<div class="row education-section">
|
|
|
|
|
<div class="col-xs-8">
|
|
|
|
|
<div class="school"> {{institution}} </div>
|
|
|
|
|
<i class="fa fa-graduation-cap"></i> <span>{{studyType}} in {{area}}</span>
|
|
|
|
|
{{#if gpa}}
|
|
|
|
|
<div class="education-gpa">
|
|
|
|
|
<i class="fa fa-paperclip"></i> <span style="padding-left: 5px">{{gpa}}</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row company-description">
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
<ul>
|
|
|
|
|
{{#if website}}
|
|
|
|
|
<li><a href="{{website}}">{{website}}</a></li>
|
|
|
|
|
{{/if}}
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xs-4">
|
|
|
|
|
<div class="pull-right">
|
|
|
|
|
{{prettifyMonthDate endDate}}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<li class="company-summary">{{summary}}</li>
|
|
|
|
|
{{#each highlights}}
|
|
|
|
|
<li><i class="fa fa-chevron-circle-right"></i> {{this}}</li>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<hr />
|
|
|
|
|
|
|
|
|
|
<!-- Skills -->
|
|
|
|
|
<div class="col-xs-1">
|
|
|
|
|
<h4 class="section-title"> Skills </h4>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="row subsection">
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
{{#each resume.compilation_releases}}
|
|
|
|
|
{{#if @first}}
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
<div class="section-subtitle">Compilation Albums</div>
|
|
|
|
|
</div>
|
|
|
|
|
{{/if}}
|
|
|
|
|
<div class="entry">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
<div class="company"> {{title}}. {{publisher}}. {{media_type}}. {{date}}. </div>
|
|
|
|
|
<div class="company">featuring <em>{{work}} </em></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row section">
|
|
|
|
|
<div class="col-xs-12">
|
|
|
|
|
{{#each resume.skills}}
|
|
|
|
|
<span class="skill">{{name}}:</span>
|
|
|
|
|
{{#each keywords}}
|
|
|
|
|
{{#if @last}}
|
|
|
|
|
{{this}}
|
|
|
|
|
{{else}}
|
|
|
|
|
{{this}},
|
|
|
|
|
{{/if}}
|
|
|
|
|
{{/each}}
|
|
|
|
|
<br />
|
|
|
|
|
{{/each}}
|
|
|
|
|
<div class="row company-description">
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
<ul>
|
|
|
|
|
{{#if website}}
|
|
|
|
|
<li><a href="{{website}}">{{website}}</a></li>
|
|
|
|
|
{{/if}}
|
|
|
|
|
<li class="company-summary">{{summary}}</li>
|
|
|
|
|
{{#each highlights}}
|
|
|
|
|
<li><i class="fa fa-chevron-circle-right"></i> {{this}}</li>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<hr />
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Interests -->
|
|
|
|
|
<!--
|
|
|
|
|
<!-- Residencies -->
|
|
|
|
|
<div class="row section">
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
{{#each resume.residencies}}
|
|
|
|
|
<div class="entry">
|
|
|
|
|
{{#if @first}}
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
<h4 class="section-title">
|
|
|
|
|
<hr/>
|
|
|
|
|
Residencies and Awards</h4>
|
|
|
|
|
</div>
|
|
|
|
|
{{/if}}
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-xs-2">
|
|
|
|
|
<h4 class="section-title"> Interests </h4>
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
<div class="company"> {{org}}, {{ date }} </div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xs-10">
|
|
|
|
|
{{#each resume.interests}}
|
|
|
|
|
<span class="skill">{{name}}:</span>
|
|
|
|
|
{{#each keywords}}
|
|
|
|
|
{{#if @last}}
|
|
|
|
|
{{this}}
|
|
|
|
|
{{else}}
|
|
|
|
|
{{this}},
|
|
|
|
|
{{/if}}
|
|
|
|
|
{{/each}}
|
|
|
|
|
<br />
|
|
|
|
|
{{/each}}
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row company-description">
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
<ul>
|
|
|
|
|
{{#if website}}
|
|
|
|
|
<li><a href="{{website}}">{{website}}</a></li>
|
|
|
|
|
{{/if}}
|
|
|
|
|
<li class="company-summary">{{summary}}</li>
|
|
|
|
|
{{#each highlights}}
|
|
|
|
|
<li><i class="fa fa-chevron-circle-right"></i> {{this}}</li>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<hr />
|
|
|
|
|
-->
|
|
|
|
|
</div>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- References -->
|
|
|
|
|
<div class="col-xs-1">
|
|
|
|
|
<h4 class="section-title"> References </h4>
|
|
|
|
|
<!-- References -->
|
|
|
|
|
|
|
|
|
|
<div class="row section">
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
{{#each resume.references}}
|
|
|
|
|
<div class="entry">
|
|
|
|
|
{{#if @first}}
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
<h4 class="section-title">
|
|
|
|
|
<hr/>
|
|
|
|
|
References</h4>
|
|
|
|
|
</div>
|
|
|
|
|
{{/if}}
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
<div class="company"> {{name}} </div>
|
|
|
|
|
<div class="company-description">{{position}}</div>
|
|
|
|
|
<div class="company-description">{{email}}</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row section">
|
|
|
|
|
<div class="col-xs-12">
|
|
|
|
|
{{#each resume.references}}
|
|
|
|
|
<div class="entry">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-xs-12">
|
|
|
|
|
<div class="company"> {{name}} </div>
|
|
|
|
|
<div class="company-position">{{position}}</div>
|
|
|
|
|
<div class="company-position">{{email}}</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row company-description">
|
|
|
|
|
<div class="col-xs-10">
|
|
|
|
|
<ul>
|
|
|
|
|
{{#if website}}
|
|
|
|
|
<li><a href="{{website}}">{{website}}</a></li>
|
|
|
|
|
{{/if}}
|
|
|
|
|
<li class="company-summary">{{summary}}</li>
|
|
|
|
|
{{#each highlights}}
|
|
|
|
|
<li><i class="fa fa-chevron-circle-right"></i> {{this}}</li>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row company-description">
|
|
|
|
|
<div class="col-xs-11">
|
|
|
|
|
<ul>
|
|
|
|
|
{{#if website}}
|
|
|
|
|
<li><a href="{{website}}">{{website}}</a></li>
|
|
|
|
|
{{/if}}
|
|
|
|
|
<li class="company-summary">{{summary}}</li>
|
|
|
|
|
{{#each highlights}}
|
|
|
|
|
<li><i class="fa fa-chevron-circle-right"></i> {{this}}</li>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> <!-- /end container-fluid -->
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|