Editing
Theories of Art
(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 Art Test' (Checking an object against 'Cluster Theory' traits):''' <syntaxhighlight lang="python"> def is_it_art_cluster(traits): """ Art is a 'Cluster' of things. You don't need all of them. """ points = 0 if "Intentional" in traits: points += 1 if "Aesthetic Experience" in traits: points += 1 if "Creative/Imaginary" in traits: points += 1 if "High Skill" in traits: points += 1 if "Social/Museum Context" in traits: points += 1 if points >= 3: return "RESULT: YES. It has enough 'Cluster Traits' to be called Art." else: return "RESULT: DEBATABLE. It might just be a 'Craft' or an 'Object'." # Case: A child's drawing (Intentional, Creative, but Low Skill) print(is_it_art_cluster(["Intentional", "Creative/Imaginary"])) # Case: A Masterpiece (All traits) print(is_it_art_cluster(["Intentional", "Aesthetic Experience", "Creative/Imaginary", "High Skill", "Social/Museum Context"])) </syntaxhighlight> ; Art Landmarks : '''The 'Fountain' (1917)''' → Duchamp's urinal: the "Big Bang" of modern art theory that "Proved" that "Anything" can be art if an artist says it is. : '''Tolstoy’s 'What is Art?' (1897)''' → A fierce attack on "Elite Art," arguing that "Simple Folk Songs" are "Better Art" because they "Communicate" to everyone. : '''Clive Bell’s 'Significant Form' ''' → The foundation of "Abstract Art" (Kandinsky/Mondrian), freeing art from the "Burden" of "Looking like things." : '''The 'NFT' Boom''' → The modern "Institutional" battle: is a "Digital File" art? (If the 'Internet Community' says 'Yes' and pays millions, does that 'Make' it art?). </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