|
1 | 1 | --- |
2 | 2 | layout: post |
3 | | -title: a post with custom blockquotes |
4 | | -date: 2023-05-12 15:53:00-0400 |
5 | | -description: an example of a blog post with custom blockquotes |
6 | | -tags: formatting blockquotes |
7 | | -categories: sample-posts |
| 3 | +title: The dark side of the Internet |
| 4 | +date: 2025-05-12 15:53:00-0400 |
| 5 | +description: Fueling misinformation in the COVID-19 pandemic and the 2020 US Presidential Election |
| 6 | +tags: narrative |
| 7 | +categories: research |
8 | 8 | giscus_comments: true |
9 | 9 | related_posts: true |
10 | 10 | --- |
11 | | -This post shows how to add custom styles for blockquotes. Based on [jekyll-gitbook](https://github.com/sighingnow/jekyll-gitbook) implementation. |
12 | 11 |
|
13 | | -We decided to support the same custom blockquotes as in [jekyll-gitbook](https://sighingnow.github.io/jekyll-gitbook/jekyll/2022-06-30-tips_warnings_dangers.html), which are also found in a lot of other sites' styles. The styles definitions can be found on the [_base.scss](https://github.com/alshedivat/al-folio/blob/master/_sass/_base.scss) file, more specifically: |
| 12 | +Our article “The dark side of the Internet: Fueling misinformation in the COVID-19 pandemic and the 2020 US Presidential Election” is now published and is available at https://doi.org/10.1177/20570473251323752 |
14 | 13 |
|
15 | | -```scss |
16 | | -/* Tips, warnings, and dangers */ |
17 | | -.post .post-content blockquote { |
18 | | - &.block-tip { |
19 | | - border-color: var(--global-tip-block); |
20 | | - background-color: var(--global-tip-block-bg); |
| 14 | +> Chen, Zhicong; Yu, Wenting; Sun, Yixiao; Wang, Cheng-Jun *; Liu, Xiao Fan * (2025) The Dark Side of the Internet: Fueling Misinformation in the COVID-19 Pandemic and the 2020 U.S. Presidential Election. Communication and the Public. doi:10.1177/20570473251323752. Data & Code: https://doi.org/10.17605/OSF.IO/9M78F |
21 | 15 |
|
22 | | - p { |
23 | | - color: var(--global-tip-block-text); |
24 | | - } |
25 | 16 |
|
26 | | - h1, h2, h3, h4, h5, h6 { |
27 | | - color: var(--global-tip-block-title); |
28 | | - } |
29 | | - } |
30 | | - |
31 | | - &.block-warning { |
32 | | - border-color: var(--global-warning-block); |
33 | | - background-color: var(--global-warning-block-bg); |
34 | | - |
35 | | - p { |
36 | | - color: var(--global-warning-block-text); |
37 | | - } |
38 | | - |
39 | | - h1, h2, h3, h4, h5, h6 { |
40 | | - color: var(--global-warning-block-title); |
41 | | - } |
42 | | - } |
43 | | - |
44 | | - &.block-danger { |
45 | | - border-color: var(--global-danger-block); |
46 | | - background-color: var(--global-danger-block-bg); |
47 | | - |
48 | | - p { |
49 | | - color: var(--global-danger-block-text); |
50 | | - } |
51 | | - |
52 | | - h1, h2, h3, h4, h5, h6 { |
53 | | - color: var(--global-danger-block-title); |
54 | | - } |
55 | | - } |
56 | | -} |
57 | | -``` |
58 | | - |
59 | | -A regular blockquote can be used as following: |
60 | | - |
61 | | -```markdown |
62 | | -> This is a regular blockquote |
63 | | -> and it can be used as usual |
64 | | -``` |
65 | | - |
66 | | -> This is a regular blockquote |
67 | | -> and it can be used as usual |
68 | | -
|
69 | | -These custom styles can be used by adding the specific class to the blockquote, as follows: |
70 | | - |
71 | | -```markdown |
72 | | -> ##### TIP |
73 | | -> |
74 | | -> A tip can be used when you want to give advice |
75 | | -> related to a certain content. |
76 | | -{: .block-tip } |
77 | | -``` |
78 | | - |
79 | | -> ##### TIP |
80 | | -> |
81 | | -> A tip can be used when you want to give advice |
82 | | -> related to a certain content. |
83 | | -{: .block-tip } |
84 | | - |
85 | | -```markdown |
86 | | -> ##### WARNING |
87 | | -> |
88 | | -> This is a warning, and thus should |
89 | | -> be used when you want to warn the user |
90 | | -{: .block-warning } |
91 | | -``` |
92 | | - |
93 | | -> ##### WARNING |
94 | | -> |
95 | | -> This is a warning, and thus should |
96 | | -> be used when you want to warn the user |
97 | | -{: .block-warning } |
98 | | - |
99 | | -```markdown |
100 | | -> ##### DANGER |
101 | | -> |
102 | | -> This is a danger zone, and thus should |
103 | | -> be used carefully |
104 | | -{: .block-danger } |
105 | | -``` |
106 | | - |
107 | | -> ##### DANGER |
108 | | -> |
109 | | -> This is a danger zone, and thus should |
110 | | -> be used carefully |
111 | | -{: .block-danger } |
| 17 | +## Abstract |
| 18 | +Characterized by robust technical anonymity and a conspicuous absence of stringent regulations, the dark side of the Internet represent the less illuminated aspects of the digital world. This study analyzed a national survey conducted in the United States in November 2020 (N = 702) to understand the relationship between using the dark side of the Internet and misinformation beliefs in both public health and political context. With the help of propensity score matching and instrumental variables, the results reveal that the users of the dark side of the Internet are more inclined to believe the misinformation about the COVID-19 pandemic and the 2020 US Presidential Election. Overall, the findings significantly contribute to the existing body of knowledge concerning the social impacts of technologies that grant a high level of user anonymity while operating with minimal regulatory oversight. |
0 commit comments