Kell Muñoz Architects

Muñoz and Company (formerly, Kell Muñoz Architects) is an architecture firm based in San Antonio, Texas, USA.[4] Founded in 1927, the firm specializes in the design of major academic, K-12, healthcare, scientific and infrastructure projects. It is the largest minority-owned design and management firm in the state of Texas.[5]

Muñoz and Company
Private
IndustryArchitecture
Founded1927[1]
FounderJohn Kell, Sr.
Bartlett Cocke[2]
Headquarters,
Key people
Henry R. Munoz III, CEO[3]
ServicesArchitecture, Interiors, Graphics, Planning, Infrastructure
WebsiteMuñoz and Company

Among their latest works is designing a new $150 million[6] courthouse in the City of San Antonio.[7]

The founders were John Kell, Sr. (1903–2002) and Bartlett Cocke. Kell's mentor was O'Neil Ford.[8]

Awards

Muñoz and Company won over 130 juried design awards at the local,[9] state and national levels for a variety of projects.[10]

Some current and recent projects

This list includes projects in which Muñoz and Company collaborated with other architecture firms:[11]

The Henry B. Gonzalez Convention Center
gollark: ```python#!/usr/bin/env python3from flask import Flask, jsonifyfrom wsgiref.simple_server import make_serverimport subprocessimport randomfrom mpd import MPDClientimport threadingimport timempd_client = MPDClient()mpd_client.connect("localhost", 6600)print("connected, mpd is", mpd_client.mpd_version)app = Flask(__name__)@app.route("/")def index(): return "Hello, World!"@app.route("/fortune/")def fortune(): return subprocess.run(["fortune"], stdout=subprocess.PIPE).stdoutcurrent_song = Nonedef mpd_loop(): print("mpd query loop started") while True: global current_song current_song = mpd_client.currentsong() current_song["status"] = mpd_client.status() time.sleep(0.2)threading.Thread(target=mpd_loop).start()@app.route("/current-song")def get_current_song(): return jsonify(current_song)with make_server('', 1337, app) as httpd: print("Serving HTTP...") httpd.serve_forever()```
gollark: It doesn't require classes. Hold on.
gollark: I saw `getunicode`, which seems python2-ish since python3 has better unicode handling.
gollark: Also, please use Flask and Python3.
gollark: Any good static-file server will ALREADY probably support the `Range` header.

References

UTSA Engineering Building
  1. "Kell Munoz Architects, Inc". Constructionexecutive.com. Retrieved 2011-11-25.
  2. "Kell Muñoz Architects, Inc. | Company profile from Hoover's | 210-349-1163". Hoovers.com. 2010-10-21. Retrieved 2011-11-25.
  3. "Henry Munoz to speak Oct. 1 in Frost Bank Distinguished Lecture Series > UTSA Today > University of Texas at San Antonio". Utsa.edu. 2003-09-17. Retrieved 2011-11-25.
  4. "Architecture Firm Listing - ArchitectureWeek Directory". Architectureweek.com. Retrieved 2011-11-25.
  5. "National Museum of the American Latino Commission : Commission Bios". Americanlatinomuseum.gov. Retrieved 2011-11-25.
  6. San Antonio Business Journal (2009-09-17). "Lake|Flato, Kell Muñoz named part of design team for U.S. Courthouse - San Antonio Business Journal". Bizjournals.com. Retrieved 2011-11-25.
  7. "New U. S. Courthouse - Federal Business Opportunities: Opportunities". Fbo.gov. Retrieved 2011-11-25.
  8. David Dillon (2011-10-05). "Architectural Record Building Types Study | Ann Richards Middle School". Archrecord.construction.com. Retrieved 2011-11-25.
  9. "Kell Muñoz Architects". Kellmunoz.com. Retrieved 2011-11-25.
  10. Projects project. "Kell Muñoz Architects". Kellmunoz.com. Retrieved 2011-11-25.
  11. Northrup Hall (2005-01-01). "Kell Muñoz Architects | Northrup Hall". Kellmunoz.com. Retrieved 2011-11-25.
  12. San Antonio Business Journal (2010-11-12). "Our Lady of the Lake to dedicate Main Building - San Antonio Business Journal". Bizjournals.com. Retrieved 2011-11-25.
  13. FY 2010-2015 Capital Improvement Program: The University of Texas System
  14. State of Texas, University of Texas Health Science Center at San Antonio (2006-04-04). "HSC NEWS - Second building signifies expansion of HSC's commitment to Laredo". Uthscsa.edu. Retrieved 2011-11-25.
  15. "News". Utpa.edu. 2011-09-01. Retrieved 2011-11-25.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.