Skip to content

Commit 8dabd90

Browse files
committed
slides beta
1 parent eb43cc7 commit 8dabd90

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

slides/Sentiment Analysis.pdf

2.25 MB
Binary file not shown.

slides/index.Rmd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@ tagList(rmarkdown::html_dependency_font_awesome())
3838
# )
3939
```
4040

41-
## Packages for today
41+
42+
## Packages
4243

4344
_Sentiment Analysis: R case study_
4445

45-
.bg-washed-blue.b--navy.l-10.t-20pct.w-90.ba.bw2.br3.shadow-5.ph4.mt5[
46+
.bg-washed-blue.b--navy.t-20.w-80.ba.bw2.br3.shadow-5.ph4.mt5[
4647
`install.packages(c("tidyverse", "tidytext",`<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;`"janeaustenr", "wordcloud2"))`
4748
]
4849

@@ -52,6 +53,7 @@ countdown::countdown(20)
5253
```
5354
]
5455

56+
5557
---
5658

5759
## Duke University: Land Acknowledgement

slides/index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,22 @@
3232

3333

3434

35-
## Packages for today
35+
36+
## Packages
3637

3738
_Sentiment Analysis: R case study_
3839

39-
.bg-washed-blue.b--navy.l-10.t-20pct.w-90.ba.bw2.br3.shadow-5.ph4.mt5[
40+
.bg-washed-blue.b--navy.t-20.w-80.ba.bw2.br3.shadow-5.ph4.mt5[
4041
`install.packages(c("tidyverse", "tidytext",`&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;`"janeaustenr", "wordcloud2"))`
4142
]
4243

4344
.l-60.t-80pct.fl-w-third[
44-
<div class="countdown" id="timer_60760060" style="right:0;bottom:0;" data-warnwhen="0">
45+
<div class="countdown" id="timer_6076f497" style="right:0;bottom:0;" data-warnwhen="0">
4546
<code class="countdown-time"><span class="countdown-digits minutes">20</span><span class="countdown-digits colon">:</span><span class="countdown-digits seconds">00</span></code>
4647
</div>
4748
]
4849

50+
4951
---
5052

5153
## Duke University: Land Acknowledgement
@@ -59,7 +61,7 @@
5961

6062
.footercc[
6163
&lt;i class="fab fa-creative-commons"&gt;&lt;/i&gt;&amp;nbsp; &lt;i class="fab fa-creative-commons-by"&gt;&lt;/i&gt;&lt;i class="fab fa-creative-commons-nc"&gt;&lt;/i&gt; &lt;a href = "https://JohnLittle.info"&gt;&lt;span class = "opacity30"&gt;https://&lt;/span&gt;JohnLittle&lt;span class = "opacity30"&gt;.info&lt;/span&gt;&lt;/a&gt;
62-
&lt;span class = "opacity30"&gt; | &lt;a href="https://github.com/libjohn/workshop_textmining"&gt;https://github.com/libjohn/workshop_textmining&lt;/a&gt; | 2021-04-13 &lt;/span&gt;
64+
&lt;span class = "opacity30"&gt; | &lt;a href="https://github.com/libjohn/workshop_textmining"&gt;https://github.com/libjohn/workshop_textmining&lt;/a&gt; | 2021-04-14 &lt;/span&gt;
6365
]
6466

6567
---
@@ -163,7 +165,7 @@
163165

164166
.footercc[
165167
&lt;i class="fab fa-creative-commons"&gt;&lt;/i&gt;&amp;nbsp; &lt;i class="fab fa-creative-commons-by"&gt;&lt;/i&gt;&lt;i class="fab fa-creative-commons-nc"&gt;&lt;/i&gt; &lt;a href = "https://JohnLittle.info"&gt;&lt;span class = "opacity30"&gt;https://&lt;/span&gt;JohnLittle&lt;span class = "opacity30"&gt;.info&lt;/span&gt;&lt;/a&gt;
166-
&lt;span class = "opacity30"&gt; | &lt;a href="https://github.com/libjohn/workshop_textmining"&gt;https://github.com/libjohn/workshop_textmining&lt;/a&gt; | 2021-04-13 &lt;/span&gt;
168+
&lt;span class = "opacity30"&gt; | &lt;a href="https://github.com/libjohn/workshop_textmining"&gt;https://github.com/libjohn/workshop_textmining&lt;/a&gt; | 2021-04-14 &lt;/span&gt;
167169
]
168170

169171

0 commit comments

Comments
 (0)