Editing
Journalism Ethics
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Ethics Filter' (Should I Publish?):''' <syntaxhighlight lang="python"> def ethical_decision(is_true, is_public_interest, harm_level): """ A simple logic gate for an editor. harm_level: 1 (low) to 10 (high) """ if not is_true: return "REJECT: False information must never be published." if is_public_interest: if harm_level < 8: return "PUBLISH: The public needs to know, even if it hurts." else: return "DELAY: Seek ways to report without causing extreme harm." else: return "REJECT: This is gossip, not journalism." # Scenario: A secret video of a CEO being rude to staff print(ethical_decision(True, True, 3)) # This logic is what separates a 'Journalist' from a 'Vlogger'. </syntaxhighlight> ; Ethical Landmarks : '''The Pentagon Papers (1971)''' β The Supreme Court ruled that the "Public's Right to Know" about the Vietnam War was more important than the government's desire for secrecy. : '''Watergate''' β Showing the power of "Anonymous Sources" (Deep Throat) to bring down a corrupt President. : '''The Rolling Stone 'Rape on Campus' Story''' β A massive ethical failure where a journalist failed to verify a source's story, destroying trust in the magazine. : '''The Panama Papers''' β Hundreds of journalists working together across borders to expose global corruption while carefully protecting their sources. </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information