2016-01-06 08:51:13 +00:00
|
|
|
{{#section "writing"}}
|
2016-01-11 04:30:35 +00:00
|
|
|
<hr>
|
2016-01-06 08:51:13 +00:00
|
|
|
<section id="publications">
|
|
|
|
<header>
|
2016-01-11 04:30:35 +00:00
|
|
|
<h2>{{{sectionTitle "Writing"}}}</h2>
|
2016-01-06 08:51:13 +00:00
|
|
|
</header>
|
2016-01-11 04:30:35 +00:00
|
|
|
{{#> icon-writing }}{{/icon-writing}}
|
2016-01-06 08:51:13 +00:00
|
|
|
{{#each r.writing }}
|
|
|
|
<h3><em>{{#if url}}<a href="{{{ url }}}">{{{ title }}}</a>{{else}}{{{ title }}}{{/if}}</em>,
|
|
|
|
{{ publisher.name }} <span class="tenure">{{formatDate safe.date 'YYYY'}}</span></h3>
|
|
|
|
{{# if summary}}{{{ summary }}}{{/if}}
|
|
|
|
{{/each}}
|
|
|
|
</section>
|
|
|
|
{{/section}}
|