Skip to content

Commit

Permalink
Change how text is aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
flor14 committed Jul 4, 2024
1 parent 18bd048 commit 6a44b25
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 15 deletions.
2 changes: 1 addition & 1 deletion custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $presentation-h4-font-size: 1.1em !default;

#vcenter {
vertical-align: middle !important;
text-align: justify;
text-align: left;
}

.small-text {
Expand Down
9 changes: 6 additions & 3 deletions slides.html
Original file line number Diff line number Diff line change
Expand Up @@ -355,14 +355,17 @@ <h2>Welcome!</h2>
<div class="small-text">
<p><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png"></a><br>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</p>
</div>
<div class="footer">
<p><a href="">Click me! I am a link</a></p>
</div>
</section>
<section id="disclaimer" class="slide level2">
<h2>Disclaimer ⚠️</h2>
<div class="columns">
<div id="vcenter" class="column" style="width:60%;">
<p><img data-src="img/bettersoftware.png"></p>
</div><div id="vcenter" class="column" style="width:40%;">
<div id="vcenter" class="column" style="width:40%;">
<p>This talk is about research software development</p>
</div><div id="vcenter" class="column" style="width:60%;">
<p><img data-src="img/bettersoftware.png"></p>
</div>
</div>
</section>
Expand Down
24 changes: 14 additions & 10 deletions slides.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,26 @@ Slides:
<br>

::: {.small-text}
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This material is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
:::

:::footer
[Click me! I am a link]()
:::

## Disclaimer ⚠️


:::: {.columns}
:::{.column width="60%" #vcenter}
![](img/bettersoftware.png)
:::

:::{.column width="40%" #vcenter}
This talk is about research software development

:::
::::

:::{.column width="60%" #vcenter}
![](img/bettersoftware.png)
:::
::::

## Eco-epidemiology of Zoonotic Diseases Lab
#### Washington State University
Expand All @@ -71,7 +75,7 @@ that determines the emergence and persistence of zoonotic diseases.
:::

## COVID-19
#### Human behavioral component starts being recognized
#### Human behavioral component is recognized as an influential factor in the dispersion of the virus

:::: {.columns}

Expand All @@ -94,7 +98,7 @@ Image Source: [Clarin newspaper](https://www.clarin.com/ciudades/dia-semana-subt
## COVID-19
#### Human behavioral component starts being recognized

**Social, Preventive, and Obligatory isolation established by the Argentine government**
**Isolation established by the Argentine government**

- Phase 1: Strict isolation.
- Phase 2: Managed isolation.
Expand All @@ -116,9 +120,9 @@ dmp.2021.90.)
## Objectives

* Create a tool to map Facebook Mobility Data and monitor how decision making
affects the distribution of COVID-19 cases in a community or city.
affects the distribution of COVID-19 cases in the province of Buenos Aires, Argentina.

* Quick overview to monitor decisions considering the spatial dynamics of data.
This tool will provide a quick overview of the situation to monitor decisions considering the spatial dynamics of data.


# Datasets {background-color="#E5E4E2"}
Expand Down
Loading

0 comments on commit 6a44b25

Please sign in to comment.