From dbb784f12b351b55fd111da22380b9dd6bc27984 Mon Sep 17 00:00:00 2001 From: mwinter Date: Mon, 31 Jan 2022 20:56:33 -0600 Subject: [PATCH] more CV tweaks --- public/bibtex/bibtex_cv.bib | 4 +- public/stylesheets/resume_style.css | 24 +++++++-- views/cv.template | 77 +++++++++++++---------------- 3 files changed, 54 insertions(+), 51 deletions(-) diff --git a/public/bibtex/bibtex_cv.bib b/public/bibtex/bibtex_cv.bib index c4882ab..9e44a5b 100644 --- a/public/bibtex/bibtex_cv.bib +++ b/public/bibtex/bibtex_cv.bib @@ -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 Arbor Vitae for string quartet}, journal = {Contemporary Music Review}, volume = {27}, number = {1}, diff --git a/public/stylesheets/resume_style.css b/public/stylesheets/resume_style.css index 4c08320..c669a86 100644 --- a/public/stylesheets/resume_style.css +++ b/public/stylesheets/resume_style.css @@ -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 { diff --git a/views/cv.template b/views/cv.template index 07c070b..3b7f5b5 100644 --- a/views/cv.template +++ b/views/cv.template @@ -177,7 +177,7 @@


- Relevant Positions

+ Relevant Work
{{/if}}
@@ -213,6 +213,7 @@
+
{{#each resume.skills}} Expertise in: {{#each keywords}} @@ -223,6 +224,31 @@ {{/if}} {{/each}}
+ {{/each}} +
+
+
+ + + + + +
+
+
+
+

+
+ Language Skills

+
+
+
+ {{#each resume.languages}} + {{#if @last}} + {{language}} - {{fluency}} + {{else}} + {{language}} - {{fluency}}, + {{/if}} {{/each}}
@@ -248,26 +274,13 @@
{{{entryTags.title}}}
- {{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}}{{entryTags.booktitle}}.{{/if}} {{#if entryTags.journal}}{{entryTags.journal}},{{/if}} - {{#if entryTags.volume}}{{entryTags.volume}}{{#if entryTags.number}}({{entryTags.number}}){{/if}}.{{/if}} - {{#if entryTags.publisher}}{{entryTags.publisher}}.{{/if}}
-
+ {{#if entryTags.volume}}vol. {{entryTags.volume}}{{#if entryTags.number}}, no. {{entryTags.number}}{{/if}},{{/if}} + {{#if entryTags.publisher}}{{entryTags.publisher}},{{/if}} {{entryTags.year}}.
-
-
-
-
    - {{#if website}} -
  • {{website}}
  • - {{/if}} -
  • {{summary}}
  • - {{#each highlights}} -
  • {{this}}
  • - {{/each}} -
@@ -291,7 +304,7 @@ Recordings
-
Solo Albums
+
Solo Albums
{{/if}}
@@ -322,7 +335,7 @@ {{#each resume.compilation_releases}} {{#if @first}}
-
Compilation Albums
+
Compilation Albums
{{/if}}
@@ -388,30 +401,6 @@
- -
-
-
-
-

-
- Languages

-
-
-
- {{#each resume.languages}} - {{#if @last}} - {{language}} - {{fluency}} - {{else}} - {{language}} - {{fluency}}, - {{/if}} - {{/each}} -
-
-
-
-
-