<section data-transition="fade" data-background="#000">
<h2 class="title">{{ page.title }}</h2>
<br> <br>
<p class="title">
Murat Kahveci (@iMuratKahveci)
<br>
Loyola University Chicago
<br>
{{ page.date | date: "%-d %b %Y" }}
<br>
{{ page.event }}
<br>
{{ page.venue }}
</section>
<section>
<h3>Theoretical Framework</h3>
<p>
Development of the Original STPD Scale (Southerland et al., 2012)
<ul>
<li>Item 1</li>
</ul>
</p>
<img class="stretch" data-src="/images/talks/liv/01.jpg">
<div class="citation">
<a href="/dgq">kahveci.pw/dgq</a>
</div>
</section>
Aspect Ratio:
Resolution:
sips -Z 1920 *.jpg
sips -Z 1920 *.png
<section>
<h3>Theoretical Framework: Development of the Original STPD Scale</h3>
<img class="stretch" data-src="/images/talks/liv/01.jpg">
<div class="citation">
<a href="/dgq">kahveci.pw/dgq</a>
</div>
</section>
<section>
<h3>Theoretical Framework: Development of the Original STPD Scale</h3>
<img data-src="/images/talks/liv/01.jpg">
<div class="citation">
<a href="/dgq">kahveci.pw/dgq</a>
</div>
</section>
<div class="citation">
<a href="/dgq">kahveci.pw/dgq</a>
</div>
<section>
<h3>Math Expressions</h3>
<p>Yes, Reveal.js can beautifully render LaTeX equations!</p>
<p>$E = mc^2 $</p>
</section>
<section>
<h3>Strain fitness estimated from viral attributes</h3>
<p>The fitness $f$ of strain $i$ is estimated as</p>
<p>$$f_i = \beta^\mathrm{A} \, f_i^\mathrm{A} + \beta^\mathrm{B} \, f_i^\mathrm{B} + \ldots$$</p>
<p>where $f^A$, $f^B$, etc... are different standardized viral attributes and
$\beta^A$, $\beta^B$, etc... coefficients are trained based on historical evolution</p>
<br>
<table>
<thead>
<tr>
<th width="28%">Antigenic drift</th>
<th width="38%">Intrinsic fitness</th>
<th width="33%">Recent growth</th>
</tr>
</thead>
<tbody>
<tr>
<td>epitope mutations</td>
<td>non-epitope mutations</td>
<td>local branching index</td>
</tr>
<tr>
<td>HI titers</td>
<td>DMS data (via Bloom lab)</td>
<td>delta frequency</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3>Acknowledgements</h3>
<p class="even-smaller">
<b>Research team</b>
</p>
<p class="tiny"><b>Kahveci Nexus</b>:
<span class="nobreak"><img width=35 class="img-avatar" src="/images/team/murat-kahveci.jpg"> Murat Kahveci,</span>  
<span class="nobreak"><img width=35 class="img-avatar" src="/images/team/ajda-kahveci.png"> Ajda Kahveci,</span>  
<span class="nobreak"><img width=35 class="img-avatar" src="/images/team/nasser-mansour.jpg"> Nasser Mansour,</span>  
<span class="nobreak"><img width=35 class="img-avatar" src="/images/team/maher-alarfaj.jpg"> Maher Mohammed Alarfaj
</p>
<div class="pull-right" style="vertical-align: bottom; display: table-cell;">
<img height="75px" data-src="/images/logo-pub/narst.png">
<img height="75px" data-src="/images/logo.png">
</div>
</section>
To maintain a consistent and eye-catching color scheme throughout your slides, consider using a color ramp based on your website’s primary color, #7F00FF
, and gray, #555
. Here’s an example of how you might incorporate these colors into your slides:
1. Background Color:
#E6D1FF
(light purple) or #CCCCCC
(light gray).2. Heading Colors:
#7F00FF
) for main headings (h2).#555
) for subheadings (h3).3. Text Color:
#555
) for the main body text. This provides good contrast against a lighter background.4. Highlight Color:
#7F00FF
) to highlight key words or phrases. This helps draw attention to important information.5. Link Color:
#7F00FF
) for links. This helps them stand out from the main text.6. Table Colors:
#E6D1FF
for odd rows and #CCCCCC
for even rows.