Editing
Signs and Symbols
(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 Sign Decoder' (Breaking down an image into its semiotic layers):''' <syntaxhighlight lang="python"> def decode_sign(object_name, cultural_context): """ Shows how 'Context' changes the 'Signified'. """ # Literal meaning is always the same denotation = f"A physical {object_name}." # Connotation changes based on culture if object_name == "Owl": if cultural_context == "Greek": connotation = "Wisdom / Athena" elif cultural_context == "Ancient Aztec": connotation = "Death / Evil Omens" else: connotation = "Nature / Night" return { "Signifier": object_name, "Denotation": denotation, "Connotation": connotation } # Decoding an 'Owl' in different cultures print(decode_sign("Owl", "Greek")) print(decode_sign("Owl", "Ancient Aztec")) </syntaxhighlight> ; Semiotic Landmarks : '''The 'Marlboro Man'''' β A classic semiotic study: How a cigarette brand used the "Symbol" of a cowboy to turn "Unhealthy smoking" into a sign of "Independence and Manhood." : '''Traffic Lights''' β The most successful "Global Semiotic System" on Earth. Everyone on the planet "Agrees" on what Red, Yellow, and Green mean, even if they don't speak the same language. : '''Emoji''' β The first "Digital Hieroglyphics." Emoji are "Icons" that have become "Symbols" with complex "Connotations" (e.g., the "Skull" emoji meaning "That's funny"). : '''Semiotics of the Kitchen''' β Martha Rosler's art piece that showed how "Kitchen tools" are signs of "Female oppression" or "Labor," depending on how they are used. </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