[+] Add latex support

This commit is contained in:
Hykilpikonna
2021-11-25 14:04:51 -05:00
parent 1cc3ac21fe
commit 218d6d175d
5 changed files with 106 additions and 1227 deletions
+3 -1
View File
@@ -44,7 +44,9 @@ Since there are many outliers, medians and IQR will more accurately represent th
## COVID-19 Popularity Ratios
Then, we analyzed the popularity ratio of COVID-related posts for our three samples. The popularity of a post defines how much other people are interested in the post, measured by the total number of user interactions (likes and comments) on that post. From that data, the relative popularity ratio for COVID-related posts calculates how popular are COVID-related posts compared to all other posts, calculated by the equation, which is a ratio of the average popularity of both: \[(∑Popularity of COVID-posts / # of COVID-posts) / (∑Popularity of all posts / # of posts total)]
Then, we analyzed the popularity ratio of COVID-related posts for our three samples. The popularity of a post defines how much other people are interested in the post, measured by the total number of user interactions (likes and comments) on that post. From that data, the relative popularity ratio for COVID-related posts calculates how popular are COVID-related posts compared to all other posts, calculated by the equation, which is a ratio of the average popularity of both:
$$\\left(\\frac{\\sum\\text{Popularity of COVID-posts}}{\\text{Number of COVID-posts}}\\right) / \\left(\\frac{\\sum \\text{Popularity of all posts}}{\\text{Total number of posts}}\\right)$$
To prevent division by zero, we ignored people who didn't post about COVID or didn't post at all.
+2 -1
View File
@@ -11,7 +11,8 @@
</div>
<script src="resources/marked.min.js"></script>
<script src="resources/jquery.min.js"></script>
<script src="resources/LaTeXMathML.js"></script>
<script src="resources/polyfill.es6.min.js"></script>
<script src="resources/mathjax-tex-mml-chtml.js"></script>
<script>
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long