Enter RECORD's 2022 Kitchen & Bath Competition

/* This contains a big blue button. */ .buttonContainer{ margin: 20px auto; text-align: center; } .buttonContainer a{ text-decoration: none; } /* This is a big blue button. */ .linkButton{ display: inline-block; margin: 0px auto; padding: 6px 12px; background-color: #244583; background-size: 100% 100%; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; cursor: pointer; line-height: 1.2; width: 250px; } .linkButton:hover{ background-color: #4192e0; }

The editors of Architectural Record are currently inviting submissions for the 2023 RECORD Kitchens & Baths awards program. Entry is open to U.S. and international architects—as well as designers working in collaboration with an architect—who have completed an innovative kitchen or bath project in the last year. We are looking for both residential and commercial projects that optimize material use, address client needs, and elevate these utilitarian spaces with functional, sustainable, and unique design strategies.

Winning projects will be selected by an editorial jury and published in the January 2023 issue of Architectural Record.

Complete the entry form View previous winners

 

DEADLINE

All entries must be submitted by November 1, 2022.

 

ELIGIBILITY
  • Entry is open to any architect registered in the U.S. or abroad.
  • Projects must be built within the last 12 months and inhabited.
  • Entries must be approved by client for publication. A photo release form will be required for all winning projects.
  • Preference will be given to projects that have NOT been published (online or in print). Previously published work will be evaluated at the discretion of the jury.

 

ENTRIES

Entries must be submitted as a multi-page PDF (no larger than 10 MB total) that includes:

  • A succinct project description (no more than 500 words) including architect or firm name, program, brief, and solution.
  • A comprehensive selection of at least 10 full-page, good quality, professionally-photographed images (just image one per page, please!).
  • Plans, drawings, and elevations with scale and north arrow.
  •  

    FEES

    Entries must be accompanied by a credit card payment for US$100 (then US$50 for each additional project), payable after the upload has been completed.

     

    QUESTIONS

    First, please carefully read all instructions found on the contest entry page. If you still have questions, send an email to [email protected]. Please use “RECORD Kitchens and Baths” as the subject line.

     

    Complete the entry form // Set the date we're counting down to. Must be this date and time format. var countdownDate = new Date("November 1, 2022 23:59:00").getTime(); // This is the text that will display on the last day of the countdown. // It's necessary because the poll ends at Eastern Time and does not account for other time zones. var lastDay = "Submissions end today at midnight ET!"; // This holds the setInterval method so that it can be stopped after the time has run down. var timer = setInterval(countdownClock, 1000); // This is the countdown function. function countdownClock() { // This holds todays date and time. var now = new Date().getTime(); // This holds the difference between now an the countdown date. var difference = countdownDate - now; // These are the calculations for days, hours, minutes and seconds. var days = Math.floor(difference / (1000 * 60 * 60 * 24)); var hours = Math.floor((difference % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); var minutes = Math.floor((difference % (1000 * 60 * 60)) / (1000 * 60)); var seconds = Math.floor((difference % (1000 * 60)) / 1000); // Display the result in the element with id="countdowntText". document.getElementById("countdownText").innerHTML = "Submissions end in: " + days + "d " + hours + "h " + minutes + "m " + seconds + "s"; // If the countdown has less than 24 hours, but is not yet at 0, do the following. // It's necessary because the poll ends at Eastern Time and does not account for other time zones. if (difference 0){ // This stops the countdownClock function. clearInterval(timer); // This changes the text in the div that contains the countdown time. document.getElementById("countdownText").innerHTML = lastDay; } // If the countdown is over, do the following. else if (difference < 0){ // This stops the countdownClock function. clearInterval(timer); // This hides the countdown. document.getElementById("countdownText").style.display = "none"; } }

    Introducing Jobbguru: Your Gateway to Career Success

    The ultimate job platform is designed to connect job seekers with their dream career opportunities. Whether you're a recent graduate, a seasoned professional, or someone seeking a career change, Jobbguru provides you with the tools and resources to navigate the job market with ease. 

    Take the next step in your career with Jobbguru:

    Don't let the perfect job opportunity pass you by. Join Jobbguru today and unlock a world of career possibilities. Start your journey towards professional success and discover your dream job with Jobbguru.

    Originally posted on: https://www.architecturalrecord.com/articles/12313-enter-records-2022-kitchen-bath-competition