more CV tweaks
This commit is contained in:
parent
5257af380b
commit
dbb784f12b
|
|
@ -149,7 +149,7 @@ howpublished = {Livescore.pdf}
|
|||
type = {Dissertation},
|
||||
title = {Structural Metrics: an epistemology},
|
||||
author = {},
|
||||
publisher = {Dissertation},
|
||||
publisher = {Doctoral Dissertation},
|
||||
school = {University of California, Santa Barbara},
|
||||
year = {2010},
|
||||
howpublished = {Structural_Metrics.pdf}
|
||||
|
|
@ -177,7 +177,7 @@ pages = {531–533}
|
|||
|
||||
@article{doi:10.1080/07494460701671566,
|
||||
author = {},
|
||||
title = {On James Tenney's Arbor Vitae for string quartet},
|
||||
title = {On James Tenney's <em>Arbor Vitae</em> for string quartet},
|
||||
journal = {Contemporary Music Review},
|
||||
volume = {27},
|
||||
number = {1},
|
||||
|
|
|
|||
|
|
@ -9,8 +9,9 @@ body {
|
|||
}
|
||||
|
||||
hr {
|
||||
margin-top: 10px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 10px;
|
||||
border: 1px solid #000;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
@ -18,6 +19,14 @@ a {
|
|||
text-decoration: none; /* no underline */
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.name {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
|
|
@ -69,7 +78,7 @@ a {
|
|||
|
||||
.section {
|
||||
margin-left: 15px;
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.entry {
|
||||
|
|
@ -85,17 +94,21 @@ a {
|
|||
}
|
||||
|
||||
.company-summary {
|
||||
font-size: 13px;
|
||||
margin-bottom: -5px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.company-description {
|
||||
margin-bottom: 0px;
|
||||
font-size: 13px;
|
||||
margin-bottom: -3px;
|
||||
padding-left: 30px;
|
||||
text-indent: -15px;
|
||||
}
|
||||
|
||||
.bib {
|
||||
padding-left: 15px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.company-description ul {
|
||||
|
|
@ -129,7 +142,8 @@ a {
|
|||
display: flex;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
color: rgba(0, 0, 0, 0.35) !important;
|
||||
margin-top: -5px;
|
||||
color: solid #000 !important;
|
||||
-webkit-print-color-adjust: exact;//:For Chrome
|
||||
color-adjust: exact;//:For Firefox
|
||||
}
|
||||
|
|
@ -137,7 +151,7 @@ color-adjust: exact;//:For Firefox
|
|||
.separator::before {
|
||||
content: '';
|
||||
flex: 1;
|
||||
border-bottom: 1px solid #d3d3d3;
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
|
||||
.separator:not(:empty)::before {
|
||||
|
|
|
|||
|
|
@ -177,7 +177,7 @@
|
|||
<div class="col-xs-12">
|
||||
<h4 class="section-title">
|
||||
<hr/>
|
||||
Relevant Positions</h4>
|
||||
Relevant Work</h4>
|
||||
</div>
|
||||
{{/if}}
|
||||
<div class="row">
|
||||
|
|
@ -213,6 +213,7 @@
|
|||
</div>
|
||||
<div class="row">
|
||||
<div class="col-xs-11">
|
||||
<div class="company">
|
||||
{{#each resume.skills}}
|
||||
Expertise in:
|
||||
{{#each keywords}}
|
||||
|
|
@ -223,6 +224,31 @@
|
|||
{{/if}}
|
||||
{{/each}}
|
||||
<br />
|
||||
{{/each}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Languages -->
|
||||
<div class="row section">
|
||||
<div class="col-xs-11">
|
||||
<div class="entry">
|
||||
<div class="col-xs-11">
|
||||
<h4 class="section-title">
|
||||
<hr/>
|
||||
Language Skills</h4>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-xs-11">
|
||||
{{#each resume.languages}}
|
||||
{{#if @last}}
|
||||
{{language}} - {{fluency}}
|
||||
{{else}}
|
||||
{{language}} - {{fluency}},
|
||||
{{/if}}
|
||||
{{/each}}
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -248,28 +274,15 @@
|
|||
<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.author}}{{entryTags.author}}{{/if}}
|
||||
{{#if entryTags.editor}}{{entryTags.editor}}, editors.{{/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>
|
||||
{{#if entryTags.volume}}vol. {{entryTags.volume}}{{#if entryTags.number}}, no. {{entryTags.number}}{{/if}},{{/if}}
|
||||
{{#if entryTags.publisher}}{{entryTags.publisher}},{{/if}} {{entryTags.year}}.</div>
|
||||
</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>
|
||||
</div>
|
||||
</div>
|
||||
{{/each}}
|
||||
</div>
|
||||
|
|
@ -291,7 +304,7 @@
|
|||
Recordings</h4>
|
||||
</div>
|
||||
<div class="col-xs-11">
|
||||
<div class="section-subtitle">Solo Albums</div>
|
||||
<div class="section-subtitle"><em>Solo Albums</em></div>
|
||||
</div>
|
||||
{{/if}}
|
||||
<div class="row">
|
||||
|
|
@ -322,7 +335,7 @@
|
|||
{{#each resume.compilation_releases}}
|
||||
{{#if @first}}
|
||||
<div class="col-xs-11">
|
||||
<div class="section-subtitle">Compilation Albums</div>
|
||||
<div class="section-subtitle"><em>Compilation Albums</em></div>
|
||||
</div>
|
||||
{{/if}}
|
||||
<div class="entry">
|
||||
|
|
@ -388,30 +401,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Languages -->
|
||||
<div class="row section">
|
||||
<div class="col-xs-11">
|
||||
<div class="entry">
|
||||
<div class="col-xs-11">
|
||||
<h4 class="section-title">
|
||||
<hr/>
|
||||
Languages</h4>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-xs-11">
|
||||
{{#each resume.languages}}
|
||||
{{#if @last}}
|
||||
{{language}} - {{fluency}}
|
||||
{{else}}
|
||||
{{language}} - {{fluency}},
|
||||
{{/if}}
|
||||
{{/each}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- References -->
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue