Editing
Modernism and the International Style
(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 Open Plan' (Calculating 'Usable Space' Efficiency):''' <syntaxhighlight lang="python"> def calculate_plan_efficiency(total_area, num_load_bearing_walls): """ Shows why 'Steel Frames' beat 'Brick Walls'. """ # Load-bearing walls 'Steal' space and block movement wastage_per_wall = 5 # 5% per wall effective_space_pct = 100 - (num_load_bearing_walls * wastage_per_wall) if num_load_bearing_walls < 4: return f"PLAN: MODERN (FREE PLAN). Efficiency {effective_space_pct}%. (Maximum flexibility)." else: return f"PLAN: TRADITIONAL. Efficiency {effective_space_pct}%. (Divided and heavy)." # Case: A Modern Steel Frame (0 internal load walls) print(calculate_plan_efficiency(1000, 0)) # Case: An Old Brick House (8 load walls) print(calculate_plan_efficiency(1000, 8)) </syntaxhighlight> ; Modernist Landmarks : '''The 'Seagram Building' (NYC)''' β Mies van der Rohe's "Masterpiece": the "Ultimate" "Glass and Bronze" skyscraper, "Establishing" the "Corporate Aesthetic" for decades. : '''Fallingwater (Frank Lloyd Wright)''' β (See Article 587). A "Modernist" house that "Integrated" with "Nature," "Proving" that "Reinforced Concrete" could be "Organic." : '''The 'UnitΓ© d'Habitation' (Marseille)''' β A "Vertical City": a "Massive Apartment Block" with its "Own Streets and Shops," "Representing" the "Modernist Dream" of "Social Order." : '''The 'Glass House' (Philip Johnson)''' β A "House" with "Transparent Walls," "Blurring" the "Boundary" between "Inside and Outside" (The 'Total Exposure' lifestyle). </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