0 Votes

Changes for page Censorship and Media

Last modified by Ryan C on 2025/09/15 11:22

From version 3.4
edited by Ryan C
on 2025/06/08 16:24
Change comment: Deleted object
To version 1.1
edited by Ryan C
on 2025/03/14 17:32
Change comment: There is no comment for this version

Summary

Details

Page properties
Syntax
... ... @@ -1,1 +1,1 @@
1 -XWiki 2.1
1 +XWiki 2.0
Content
... ... @@ -1,51 +1,1 @@
1 1  {{dashboard/}}
2 -
3 -
4 -= Censorship and Media =
5 -
6 -== Overview ==
7 -This category examines the influence of media, the presence of bias, and the role of censorship in shaping public opinion. It delves into:
8 -- How narratives are crafted and controlled.
9 -- The mechanisms of selective reporting.
10 -- The broader societal consequences of these trends.
11 -
12 -== Subcategories ==
13 -
14 -=== [[Media Bias and Representation]] ===
15 -- Analyses of biased reporting and selective coverage in mainstream and independent media.
16 -- Case studies of media misrepresentation of specific groups, events, or phenomena.
17 -- Statistical reviews of bias in reporting across various media platforms.
18 -
19 -=== [[Freedom of Speech and Censorship]] ===
20 -- Examples of censorship in traditional media, social media, and academic institutions.
21 -- Discussions on balancing free speech with content regulation in the digital age.
22 -- Legal and ethical implications of suppressing dissenting voices.
23 -
24 -=== [[Cultural Narratives in Entertainment]] ===
25 -- Exploration of the portrayal of social, racial, and political themes in movies, television, and literature.
26 -- Analyses of trends in entertainment media and their role in shaping societal perceptions.
27 -- Critiques of ideological narratives embedded in modern storytelling.
28 -
29 -== Suggestions for Content ==
30 -
31 -=== Media Bias and Representation ===
32 -- Compilation of biased news headlines and analysis of their framing.
33 -- Investigation into selective coverage and omission of significant stories.
34 -- Data-driven evaluation of media ownership and its influence on reporting.
35 -
36 -=== Freedom of Speech and Censorship ===
37 -- Examples of censorship policies on platforms like Twitter, Facebook, and YouTube.
38 -- Historical overview of high-profile cases involving media censorship.
39 -- Philosophical and legal debates about the boundaries of free speech.
40 -
41 -=== Cultural Narratives in Entertainment ===
42 -- Reviews of films, books, or shows that reflect cultural or political narratives.
43 -- Case studies on entertainment media's role in perpetuating stereotypes or biases.
44 -- Discussions on the implications of dominant cultural narratives in media.
45 -
46 -== Call to Action ==
47 -Contributors are encouraged to:
48 -- Identify real-world examples of bias and censorship in media and entertainment.
49 -- Share evidence-based critiques of media narratives and their societal impacts.
50 -- Analyze the intersection of free speech, regulation, and censorship in modern contexts.
51 -
XWiki.DocumentSheetBinding[0]
XWiki.GadgetClass[0]
content
... ... @@ -1,0 +1,9 @@
1 +{{velocity}}
2 +#set ($extraParams = '')
3 +#if ($doc.space != 'Main')
4 + #set ($escapedDocumentReference = $services.rendering.escape($services.model.serialize($doc.documentReference,
5 + 'default'), 'xwiki/2.1'))
6 + #set ($extraParams = "root='document:$escapedDocumentReference'")
7 +#end
8 +{{documentTree showTranslations="false" showAttachments="false" $extraParams /}}
9 +{{/velocity}}
position
... ... @@ -1,0 +1,1 @@
1 +1,1
title
... ... @@ -1,0 +1,1 @@
1 +#if ($doc.space == 'Main')$services.localization.render('platform.dashboard.wiki.pages')#{else}$services.localization.render('platform.dashboard.space.documents', [$doc.plainTitle])#end
XWiki.GadgetClass[1]
content
... ... @@ -1,0 +1,8 @@
1 +{{velocity}}
2 +#set($tagSpace = $NULL)
3 +#if ($doc.space != "Main")
4 + #set($tagSpace = $services.rendering.escape($doc.space, 'xwiki/2.1'))
5 +#end
6 +
7 +{{tagcloud space="$!tagSpace" /}}
8 +{{/velocity}}
position
... ... @@ -1,0 +1,1 @@
1 +1,2
title
... ... @@ -1,0 +1,1 @@
1 +$services.localization.render('platform.dashboard.space.tagcloud', [$doc.plainTitle])