Apply to Design Vanguard

.date{ display: none; } /* This contains a big blue button. */ .buttonContainer{ margin: 10px 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 looking for the best emerging firms and practitioners from around the world to include in the 2024 cohort of Design Vanguard. The award program recognizes 10 leading young firms and individuals who represent the promise of the next generation of architects.

Winners will be selected by a jury and featured in the June issue.

Begin Submission View Previous Winners

 

DEADLINE

Submit your entry by February 1, 2024, 11:59 PM ET.

 

ELIGIBILITY

Although there isn’t an age limit, the editorial jury prioritizes architects and designers whose practices are 10 years old or less. Applicants do not need to be registered architects, and landscape architects are encouraged to apply.

 

SUBMISSIONS

To enter, submit an application using the link above and upload two documents:

  • Portfolio: Prepare an 11 inch by 17 inch, multi-page, horizontally oriented PDF showcasing a selection of six to twelve completed and in-progress projects. Portfolios should include large photographs (professional or taken by the designer), relevant drawings or diagrams, and short narrative descriptions; project location, completion date, program, and collaborators (if applicable) should also be listed. PDFs should not be larger than 10 Mb.
  • Resume: Include a CV for each founder/principal. This document should include alma mater, professional work experience, and teaching positions. Multiple CVs should be combined into a single, multi-page PDF.
  •  

    TIMELINE

    The editorial jury will convene in late February 2024. Applicants will be notified in March or April. Winners should be prepared to submit high-resolution publication materials (a professional portrait as well as photographs, drawings, and renderings of requested projects) and should be available for an interview with the writer or editor assigned to cover them.

     

    FEES

    Entries must be accompanied by a credit card payment of US$25, payable after the upload has been completed.

     

    QUESTIONS

    Email any questions to [email protected]. Please include “Design Vanguard” in the subject line of the email.

     

    Begin Submission View Previous Winners
    // Set the date we're counting down to. Must be this date and time format. var countdownDate = new Date("February 1, 2024 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/15502-apply-to-design-vanguard