canadianinhousecounselcelebration.com Open in urlscan Pro
172.67.217.235  Public Scan

Submitted URL: https://mondaq.cmail20.com/t/i-l-fltltjd-irplyiie-k/
Effective URL: https://canadianinhousecounselcelebration.com/nomination-information/
Submission: On June 17 via manual from CA — Scanned from CA

Form analysis 1 forms found in the DOM

POST #

<form action="#" method="post" id="nomForm" enctype="multipart/form-data" class="needs-validation" novalidate="">
  <!-- xxxxxxxxxxxx NOMINATOR xxxxxxxxxxxx -->
  <div class="container nomination-block">
    <div class="form-row pt-3 pb-1">
      <div class="col-12 text-center pb-2">
        <h6><strong>Your Details (the Nominator)</strong></h6>
        <p class="formreq">All items marked with '<strong>*</strong>' are mandatory.</p>
      </div>
      <div class="form-group col-md-6">
        <input type="text" class="form-control" placeholder="First Name *" aria-label="First Name" name="nominator_firstname" id="nominator_firstname" required="">
        <div class="invalid-feedback">Please add first name.</div>
      </div>
      <div class="form-group col-md-6">
        <input type="text" class="form-control" placeholder="Last Name *" aria-label="Last Name" name="nominator_lastname" id="nominator_lastname" required="">
        <div class="invalid-feedback">Please add last name.</div>
      </div>
      <div class="form-group col-md-6">
        <input type="email" class="form-control" placeholder="Email *" aria-label="Email" name="nominator_email" id="nominator_email" required="">
        <div class="invalid-feedback">Please add email.</div>
      </div>
      <div class="form-group col-md-6">
        <input type="text" class="form-control" placeholder="Business Contact Number *" aria-label="Contact Number" name="nominator_contactnumber" id="nominator_contactnumber" required="">
        <div class="invalid-feedback">Please add business contact number.</div>
      </div>
      <div class="form-group col-md-6">
        <input type="text" class="form-control" placeholder="Organization *" aria-label="Organization" name="nominator_organization" id="nominator_organization" required="">
        <div class="invalid-feedback">Please add organization.</div>
      </div>
      <div class="form-group col-md-6">
        <input type="text" class="form-control" placeholder="Title/Role *" aria-label="Title/Role" name="nominator_title" id="nominator_title" required="">
        <div class="invalid-feedback">Please add title/role.</div>
      </div>
      <div class="form-group col-md-12">
        <select class="form-control" name="nominator_province" id="nominator_province" aria-label="Province/Territory">
          <option value="" disabled="" selected="">Province/Territory of Residence for Nominator</option>
          <option value="Alberta">Alberta</option>
          <option value="British Columbia">British Columbia</option>
          <option value="Manitoba">Manitoba</option>
          <option value="Newfoundland and Labrador">Newfoundland and Labrador</option>
          <option value="New Brunswick">New Brunswick</option>
          <option value="Northwest Territories">Northwest Territories</option>
          <option value="Nova Scotia">Nova Scotia</option>
          <option value="Nunavut">Nunavut</option>
          <option value="Ontario">Ontario</option>
          <option value="Prince Edward Island">Prince Edward Island</option>
          <option value="Quebec">Quebec</option>
          <option value="Saskatchewan">Saskatchewan</option>
          <option value="Yukon">Yukon</option>
        </select>
      </div>
    </div> <!-- / form-row -->
    <!-- Province List -->
    <div class="form-row nomination-group">
      <div class="form-group col-md-6">
        <div class="formcaption">Are you currently a member of a provincial/territorial law society?*</div>
        <div class="form-check-inline custom-radio">
          <input type="radio" class="form-check-input" onclick="javascript:yesCheckProvnominator();" id="yesCheckProvnom" name="nominator_lawsociety" value="Yes" required="">
          <label class="form-check-label">YES</label>
          <div class="invalid-feedback">Please choose an option.</div>
        </div>
        <div class="form-check-inline custom-radio">
          <input type="radio" class="form-check-input" onclick="javascript:noCheckProvnominator();" id="noCheckProvnom" name="nominator_lawsociety" value="No">
          <label class="form-check-label">NO</label>
        </div>
      </div><!-- /form-group -->
      <div class="form-group col-md-6">
        <div class="formcaption pb-2">If ‘YES’, which one?</div>
        <div class="form-group">
          <select class="form-control" id="ifYesProvnom" name="nominator_society" aria-label="Law Society">
            <option value="" disabled="" selected="">Choose from this list...</option>
            <option value="Law Society of Alberta">Law Society of Alberta</option>
            <option value="Law Society of British Columbia">Law Society of British Columbia</option>
            <option value="Law Society of Manitoba">Law Society of Manitoba</option>
            <option value="Law Society of Newfoundland and Labrador">Law Society of Newfoundland and Labrador</option>
            <option value="Law Society of New Brunswick">Law Society of New Brunswick</option>
            <option value="Law Society of the Northwest Territories">Law Society of the Northwest Territories</option>
            <option value="Nova Scotia Barristers' Society">Nova Scotia Barristers' Society</option>
            <option value="Law Society of Nunavut">Law Society of Nunavut</option>
            <option value="Law Society of Ontario">Law Society of Ontario</option>
            <option value="Law Society of Prince Edward Island">Law Society of Prince Edward Island</option>
            <option value="Barreau du Québec">Barreau du Québec</option>
            <option value="Law Society of Saskatchewan">Law Society of Saskatchewan</option>
            <option value="Law Society of Yukon">Law Society of Yukon</option>
          </select>
        </div>
      </div><!-- /form-group -->
      <script type="text/javascript">
        function yesCheckProvnominator() {
          if (document.getElementById('yesCheckProvnom').checked) {
            document.getElementById('ifYesProvnom').setAttribute("required", "");
          } else document.getElementById('ifYesProvnom').removeAttribute("required");
        }

        function noCheckProvnominator() {
          if (document.getElementById('noCheckProvnom').checked) {
            document.getElementById('ifYesProvnom').removeAttribute("required");
          } else document.getElementById('ifYesProvnom').removeAttribute("required");
        }
      </script>
    </div> <!-- / form-row nomination-group -->
    <!-- / Province List -->
    <!-- CBA List -->
    <div class="form-row nomination-group">
      <div class="form-group col-md-6">
        <div class="formcaption">Are you currently a CBA member?*</div>
        <div class="form-check-inline custom-radio">
          <input type="radio" class="form-check-input" onclick="javascript:yesCheckCBAnominator();" id="yesCheckCBAnom" name="nominator_cba" value="1" required="">
          <label class="form-check-label">YES</label>
          <div class="invalid-feedback">Please choose an option.</div>
        </div>
        <div class="form-check-inline custom-radio">
          <input type="radio" class="form-check-input" onclick="javascript:noCheckCBAnominator();" id="noCheckCBAnom" name="nominator_cba" value="0">
          <label class="form-check-label">NO</label>
        </div>
      </div><!-- /form-group -->
      <div class="form-group col-md-6">
        <div class="formcaption">If yes, please provide your member number</div>
        <div class="form-group">
          <input type="text" class="form-control" id="ifYesCBAnom" placeholder="CBA Number" aria-label="CBA Number" name="nominator_cbanumber">
        </div>
      </div><!-- /form-group -->
      <script type="text/javascript">
        function yesCheckCBAnominator() {
          if (document.getElementById('yesCheckCBAnom').checked) {
            document.getElementById('ifYesCBAnom').setAttribute("required", "");
          } else document.getElementById('ifYesCBAnom').removeAttribute("required");
        }

        function noCheckCBAnominator() {
          if (document.getElementById('noCheckCBAnom').checked) {
            document.getElementById('ifYesCBAnom').removeAttribute("required");
          } else document.getElementById('ifYesCBAnom').removeAttribute("required");
        }
      </script>
    </div><!-- /form-row nomination-group -->
    <!-- CBA List -->
  </div><!-- Container end -->
  <!-- xxxxxxxxxxxx / NOMINATOR xxxxxxxxxxxx -->
  <!-- xxxxxxxxxxxx NOMINEE xxxxxxxxxxxxx -->
  <div class="container nomination-block nominee">
    <div class="form-row pt-3 pb-3">
      <div class="form-group col-md-12">
        <div class="row">
          <div class="col-md-4 text-right pb-2">
            <h6><strong>Your Nomination, for</strong></h6>
          </div>
          <div class="col-md-4">
            <select class="form-control" name="nominee_award" id="nominee_award" aria-label="Awards" required="">
              <option value="" disabled="" selected="">Choose an Award..*.</option>
              <optgroup label="Individual">
                <option value="RVA Jones Award">RVA Jones Award</option>
                <option value="In-house Counsel Up &amp; Comer Award">In-house Counsel Up &amp; Comer Award</option>
                <option value="Transition to Business Award">Transition to Business Award</option>
                <option value="Action in Diversity &amp; Inclusion Award">Action in Diversity &amp; Inclusion Award</option>
                <option value="Employee Wellness Initiative of the Year Award">Employee Wellness Initiative of the Year Award</option>
              </optgroup>
              <optgroup label="Team">
                <option value="Innovation Impacting the Profession">Innovation Impacting the Profession</option>
                <option value="Legal Team of the Year Award">Legal Team of the Year Award</option>
              </optgroup>
            </select>
            <div class="invalid-feedback">Please choose an award.</div>
          </div>
          <div class="col-md-4 text-left pb-2">
            <h6><strong>is ...</strong></h6>
          </div>
        </div>
      </div><!-- /.form-group -->
      <div class="form-group col-md-6">
        <input type="text" class="form-control" placeholder="First Name *" aria-label="First Name" name="nominee_firstname" id="nominee_firstname" required="">
        <div class="invalid-feedback">Please add first name.</div>
      </div>
      <div class="form-group col-md-6">
        <input type="text" class="form-control" placeholder="Last Name *" aria-label="Last Name" name="nominee_lastname" id="nominee_lastname" required="">
        <div class="invalid-feedback">Please add last name.</div>
      </div>
      <div class="form-group col-md-6">
        <input type="email" class="form-control" placeholder="Email *" aria-label="Email" name="nominee_email" id="nominee_email" required="">
        <div class="invalid-feedback">Please add an email.</div>
      </div>
      <div class="form-group col-md-6">
        <input type="text" class="form-control" placeholder="Business Contact Number *" aria-label="Contact Number" name="nominee_contactnumber" id="nominee_contactnumber" required="">
        <div class="invalid-feedback">Please add a buisness contact number.</div>
      </div>
      <div class="form-group col-md-6">
        <input type="text" class="form-control" placeholder="Title/Role *" aria-label="Title/Role" name="nominee_title" id="nominee_title" required="">
        <div class="invalid-feedback">Please add title/role.</div>
      </div>
      <div class="form-group col-md-6">
        <select class="form-control" name="nominee_province" id="nominee_province" aria-label="Province/Territory" required="">
          <option value="" disabled="" selected="">Province/Territory of Residence for Nominee*</option>
          <option value="Alberta">Alberta</option>
          <option value="British Columbia">British Columbia</option>
          <option value="Manitoba">Manitoba</option>
          <option value="Newfoundland and Labrador">Newfoundland and Labrador</option>
          <option value="New Brunswick">New Brunswick</option>
          <option value="Northwest Territories">Northwest Territories</option>
          <option value="Nova Scotia">Nova Scotia</option>
          <option value="Nunavut">Nunavut</option>
          <option value="Ontario">Ontario</option>
          <option value="Prince Edward Island">Prince Edward Island</option>
          <option value="Quebec">Quebec</option>
          <option value="Saskatchewan">Saskatchewan</option>
          <option value="Yukon">Yukon</option>
        </select>
        <div class="invalid-feedback">Please choose one.</div>
      </div>
      <div class="form-group col-md-6">
        <input type="text" class="form-control" placeholder="Organization *" aria-label="Organization" name="nominee_organization" id="nominee_organization" required="">
        <div class="invalid-feedback">Please add organization.</div>
      </div>
      <div class="form-group col-md-6">
        <input type="text" class="form-control" placeholder="LinkedIn Profile URL" aria-label="LinkedIn" name="nominee_linkedin" id="nominee_linkedin">
      </div>
      <div class="col-md-12 formcaption"><strong>Please state why you wish to nominate this individual for the award (in PDF format).*</strong> Maximum 500 words</div>
      <!-- REPLACED by an upload -->
      <!-- <div class="form-group mt-2">
														  <textarea class="form-control" rows="5" name="nominee_statement" id="nominee_statement" maxlength="3800" placeholder="(Maximum 500 words) In addition to the criteria below, you may indicate exemplary personal attributes, skills or competencies they possess." required></textarea>
														<div class="invalid-feedback">Please provide a statement.</div>
														</div>-->
      <div class="col-lg-12">
        <div class="control-group" id="nominee-statement">
          <div class="controls">
            <div class="entry form-group upload-input-group">
              <input class="form-control" name="nominee-statement-file" type="file" accept=".pdf" required="">
              <div class="invalid-feedback">Please supply PDF.</div>
            </div>
          </div>
        </div>
      </div>
      <div class="col-md-12 formcaption notes">
        <ol type="i">
          <li>If the nominee is being considered for an individual award, provide details of service or contribution including various positions or titles held. Provide a brief synopsis of each position and/or professional contribution.</li>
          <li>If nominee is being considered for project/initiative award, provide details of the project, objectives, outcomes and the reasons why the project is significant for the in-house community.</li>
          <li>If the nominee is being considered for a department award, provide details about the composition of the department, the challenge or obstacle faced, the solution or initiative</li>
        </ol>
      </div>
      <!-- MULTIPLE UPLOAD -->
      <div class="col-md-12 formcaption" ondragstart="return false;" ondrop="return false;"><strong><em>Optional</em></strong>: You may include up to 5 additional documents (in PDF format) which support your nomination. These may include but are not
        limited to: letters of support, testimonials, news clippings, CV, project descriptions.</div>
      <div class="col-lg-12">
        <div class="control-group" id="fields">
          <div class="controls">
            <div class="entry input-group upload-input-group">
              <input class="form-control" name="file1" type="file" accept=".pdf">
            </div>
            <div class="entry input-group upload-input-group">
              <input class="form-control" name="file2" type="file" accept=".pdf">
            </div>
            <div class="entry input-group upload-input-group">
              <input class="form-control" name="file3" type="file" accept=".pdf">
            </div>
            <div class="entry input-group upload-input-group">
              <input class="form-control" name="file4" type="file" accept=".pdf">
            </div>
            <div class="entry input-group upload-input-group">
              <input class="form-control" name="file5" type="file" accept=".pdf">
            </div>
          </div>
          <!-- application/pdf, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document -->
          <!--<button class="btn btn-primary mt-2">Upload</button>-->
        </div>
      </div>
      <!-- MULTIPLE UPLOAD -->
    </div> <!-- / form-row -->
  </div><!-- Container end -->
  <!-- xxxxxxxxxxxx / NOMINEE xxxxxxxxxxxx -->
  <!-- xxxxxxxxxxxx SECONDER ONE xxxxxxxxxxxx -->
  <div class="container nomination-block">
    <div class="form-row pt-3 pb-1">
      <div class="col-12 text-center pb-2">
        <h6><strong>Seconder One Details</strong> (mandatory)</h6>
      </div>
      <div class="form-group col-md-6">
        <input type="text" class="form-control" placeholder="First Name *" aria-label="First Name" name="seconder_one_firstname" id="seconder_one_firstname" required="">
        <div class="invalid-feedback">Please add first name.</div>
      </div>
      <div class="form-group col-md-6">
        <input type="text" class="form-control" placeholder="Last Name *" aria-label="Last Name" name="seconder_one_lastname" id="seconder_one_lastname" required="">
        <div class="invalid-feedback">Please add last name.</div>
      </div>
      <div class="form-group col-md-6">
        <input type="email" class="form-control" placeholder="Email *" aria-label="Email" name="seconder_one_email" id="seconder_one_email" required="">
        <div class="invalid-feedback">Please add email.</div>
      </div>
      <div class="form-group col-md-6">
        <input type="text" class="form-control" placeholder="Business Contact Number *" aria-label="Contact Number" name="seconder_one_contactnumber" id="seconder_one_contactnumber" required="">
        <div class="invalid-feedback">Please add business contact number.</div>
      </div>
      <div class="form-group col-md-12">
        <input type="text" class="form-control" placeholder="Organization *" aria-label="Organization" name="seconder_one_organization" id="seconder_one_organization" required="">
        <div class="invalid-feedback">Please add organization.</div>
      </div>
      <div class="form-group col-md-6">
        <input type="text" class="form-control" placeholder="Title/Role *" aria-label="Title/Role" name="seconder_one_title" id="seconder_one_title" required="">
        <div class="invalid-feedback">Please add title/role.</div>
      </div>
      <div class="form-group col-md-6">
        <select class="form-control" name="seconder_one_province" id="seconder_one_province" aria-label="Province/Territory">
          <option value="" disabled="" selected="">Province/Territory of Residence for Seconder One</option>
          <option value="Alberta">Alberta</option>
          <option value="British Columbia">British Columbia</option>
          <option value="Manitoba">Manitoba</option>
          <option value="Newfoundland and Labrador">Newfoundland and Labrador</option>
          <option value="New Brunswick">New Brunswick</option>
          <option value="Northwest Territories">Northwest Territories</option>
          <option value="Nova Scotia">Nova Scotia</option>
          <option value="Nunavut">Nunavut</option>
          <option value="Ontario">Ontario</option>
          <option value="Prince Edward Island">Prince Edward Island</option>
          <option value="Quebec">Quebec</option>
          <option value="Saskatchewan">Saskatchewan</option>
          <option value="Yukon">Yukon</option>
        </select>
      </div>
    </div> <!-- / form-row -->
    <!-- Province List -->
    <div class="form-row nomination-group">
      <div class="form-group col-md-6">
        <div class="formcaption">Are they currently a member of a provincial/territorial law society?*</div>
        <div class="form-check-inline custom-radio">
          <input type="radio" class="form-check-input" onclick="javascript:yesCheckProvseconder();" id="yesCheckProvsecone" name="seconder_one_lawsociety" value="Yes" required="">
          <label class="form-check-label">YES</label>
          <div class="invalid-feedback">Please choose an option.</div>
        </div>
        <div class="form-check-inline custom-radio">
          <input type="radio" class="form-check-input" onclick="javascript:noCheckProvseconder();" id="noCheckProvsecone" name="seconder_one_lawsociety" value="No">
          <label class="form-check-label">NO</label>
        </div>
      </div><!-- /form-group -->
      <div class="form-group col-md-6">
        <div class="formcaption pb-2">If ‘YES’, which one?</div>
        <div class="form-group">
          <select class="form-control" id="ifYesProvsecone" name="seconder_one_society" aria-label="Law Society">
            <option value="" disabled="" selected="">Choose from this list...</option>
            <option value="Law Society of Alberta">Law Society of Alberta</option>
            <option value="Law Society of British Columbia">Law Society of British Columbia</option>
            <option value="Law Society of Manitoba">Law Society of Manitoba</option>
            <option value="Law Society of Newfoundland and Labrador">Law Society of Newfoundland and Labrador</option>
            <option value="Law Society of New Brunswick">Law Society of New Brunswick</option>
            <option value="Law Society of the Northwest Territories">Law Society of the Northwest Territories</option>
            <option value="Nova Scotia Barristers' Society">Nova Scotia Barristers' Society</option>
            <option value="Law Society of Nunavut">Law Society of Nunavut</option>
            <option value="Law Society of Ontario">Law Society of Ontario</option>
            <option value="Law Society of Prince Edward Island">Law Society of Prince Edward Island</option>
            <option value="Barreau du Québec">Barreau du Québec</option>
            <option value="Law Society of Saskatchewan">Law Society of Saskatchewan</option>
            <option value="Law Society of Yukon">Law Society of Yukon</option>
          </select>
        </div>
      </div><!-- /form-group -->
      <script type="text/javascript">
        function yesCheckProvseconder() {
          if (document.getElementById('yesCheckProvsecone').checked) {
            document.getElementById('ifYesProvsecone').setAttribute("required", "");
          } else document.getElementById('ifYesProvsecone').removeAttribute("required");
        }

        function noCheckProvseconder() {
          if (document.getElementById('noCheckProvsecone').checked) {
            document.getElementById('ifYesProvsecone').removeAttribute("required");
          } else document.getElementById('ifYesProvsecone').removeAttribute("required");
        }
      </script>
    </div> <!-- / form-row nomination-group -->
    <!-- / Province List -->
    <!-- CBA List -->
    <div class="form-row nomination-group">
      <div class="form-group col-md-6">
        <div class="formcaption">Are they currently a CBA member?*</div>
        <div class="form-check-inline custom-radio">
          <input type="radio" class="form-check-input" onclick="javascript:yesCheckCBAseconder();" id="yesCheckCBAsecone" name="seconder_one_cba" value="1" required="">
          <label class="form-check-label">YES</label>
          <div class="invalid-feedback">Please choose an option.</div>
        </div>
        <div class="form-check-inline custom-radio">
          <input type="radio" class="form-check-input" onclick="javascript:noCheckCBAseconder();" id="noCheckCBAsecone" name="seconder_one_cba" value="0">
          <label class="form-check-label">NO</label>
        </div>
      </div><!-- /form-group -->
      <div class="form-group col-md-6">
        <div class="formcaption">If yes, please provide their member number</div>
        <div class="form-group">
          <input type="text" class="form-control" id="ifYesCBAsecone" placeholder="CBA Number" aria-label="CBA Number" name="seconder_one_cbanumber">
        </div>
      </div><!-- /form-group -->
      <script type="text/javascript">
        function yesCheckCBAseconder() {
          if (document.getElementById('yesCheckCBAsecone').checked) {
            document.getElementById('ifYesCBAsecone').setAttribute("required", "");
          } else document.getElementById('ifYesCBAsecone').removeAttribute("required");
        }

        function noCheckCBAseconder() {
          if (document.getElementById('noCheckCBAsecone').checked) {
            document.getElementById('ifYesCBAsecone').removeAttribute("required");
          } else document.getElementById('ifYesCBAsecone').removeAttribute("required");
        }
      </script>
    </div><!-- /form-row nomination-group -->
    <!-- CBA List -->
  </div><!-- Container end -->
  <!-- xxxxxxxxxxxx / SECONDER ONE xxxxxxxxxxxx -->
  <!-- xxxxxxxxxxxx / SUBMIT xxxxxxxxxxxx -->
  <div class="container nomination-block submit">
    <div class="form-row pt-3 pb-3">
      <div class="form-group col-md-12">
        <p style="font-size: 1.4rem;">The 'seconder' information provided in this form will be used for the sole purpose of the Canadian In-House Counsel Celebration awards' nominations, judging and informing the seconder about the award status.</p>
        <div class="form-check">
          <input class="form-check-input" type="checkbox" name="compliance" value="Yes" required="">
          <label class="form-check-label">By ticking this box, you are signing this application electronically. You agree that your electronic signature is the legal equivalent of your manual signature on this nomination *.</label>
          <div class="invalid-feedback">Please confirm agreement.</div>
        </div>
      </div>
      <button type="submit" class="btn btn-primary g-recaptcha" data-sitekey="6LfA7NUpAAAAALSnQevboU8iMIxJx2sXQOf_RSp6" data-callback="onSubmit" data-action="submit" id="btnsubmit">SUBMIT</button>
    </div><!-- .row end -->
  </div><!-- Container end -->
</form>

Text Content

Skip to content
Home

Skip to content
 * About
   * Event Details
   * Contact Us
 * Methodology
   * Dates & Criteria
   * Judging Panel
 * Awards & Nominations
 * Previous Events
   * 2023
 * Sponsors


AWARDS & NOMINATIONS

CANADIAN IN-HOUSE COUNSEL CELEBRATION 2024

These are the awards for the Canadian Corporate Counsel Association (CCCA) and
Mondaq’s celebration. We look forward to announcing the winners at the gala
evening on October 10 in the magnificent Crystal Ballroom at the Omni King
Edward in Toronto, Ontario.

Nominations will open on April 17 and close on June 19 – follow Mondaq and/or
the CCCA on LinkedIn to keep informed.

Nominate Now

We are delighted to announce the finalists for the Canadian Corporate Counsel
Association (CCCA) and Mondaq’s inaugural celebration. We look forward to
announcing the winners at the gala evening on October 10 in the magnificent
Crystal Ballroom at the Omni King Edward in Toronto, Ontario.

Book your table


AWARDS


RVA JONES AWARD

The RVA Jones Award is named after Robert V.A. Jones, an in-house counsel who
made significant contributions to the in-house counsel community.  The RVA Jones
Award is awarded to a Canadian in-house counsel who exemplifies the highest
standards of conduct, professionalism, and service as in-house counsel; has made
long-term, significant contributions to the promotion and improvement of the
Canadian in-house community; is a champion and advocate of the Canadian in-house
counsel community, and is viewed by their peers as a leader and a source of
inspiration within the Canadian in-house counsel community.

Nominations must include examples of activity and outcomes that demonstrate
excellence in this category.

sponsored by ...

Nominate Now


IN-HOUSE COUNSEL UP & COMER AWARD

The Up & Comer Award recognizes excellence among emerging in-house counsel in
the private or public sector who have been called to the bar within the last 10
years. Areas of excellence might include noteworthy achievements with respect to
a significant transaction, management and leadership of a strategic initiative,
resolution of material litigation, mentorship of other lawyers, demonstration of
integrity, pro-bono work, or professional development.

Nominations must include examples of activity and outcomes that demonstrate
excellence in this category.

sponsored by ...

Nominate Now


TRANSITION TO BUSINESS AWARD

The Transition to Business Award recognizes an in-house counsel who has
transitioned out of the traditional legal role into a business / strategic or
leadership role within an organization. This person embodies the sentiment of
advancing the organizational goals through the lens of a business or
organizational partner, not just a legal advisor. Roles within HR, Risk
Management, Finance and others are considered.

Nominations must include examples of activity and outcomes that demonstrate
excellence in this category.

sponsored by ...

Nominate Now


ACTION IN DIVERSITY & INCLUSION AWARD

The Action in Diversity & Inclusion Award honours an in-house counsel or legal
department who has shown leadership and commitment towards supporting inclusion
and diversity in the legal profession. This award recognizes a law department or
individual who has demonstrated a tangible and innovative approach to encourage
and promote diverse and inclusive workspaces, either within their organization
or more broadly across their industry.

Nominations must include examples of demonstrated activity and outcomes for the
specific initiative.

sponsored by ...

Nominate Now


EMPLOYEE WELLNESS INITIATIVE OF THE YEAR AWARD

The Employee Wellness Initiative of the Year Award recognizes a legal department
or in-house counsel who has fostered wellness for the workforce through a
specific wellness initiative. The overwhelming trend towards increased
workloads, pressure, stress and anxiety within the legal profession has strained
departments, workforces and wellness.  This award shines a light on
organizational initiatives that are actively addressing these critical issues.

Nominations must include examples of demonstrated activity and outcomes for the
specific initiative.

sponsored by ...

Nominate Now


LEGAL TEAM AWARDS


INNOVATION IMPACTING THE PROFESSION AWARD

Innovation in legal department management is not contained to employing
technology.  It is understanding the organizational objectives, strategy and
change management processes that will make innovation successful. More than
using new tools or cost saving measures, the Innovation Impacting the Profession
Award recognizes a legal department that has truly moved the needle in a way
that sets an example for our profession.

Nominations must include examples of demonstrated activity and outcomes for the
specific initiative.

sponsored by ...

Nominate Now


LEGAL TEAM OF THE YEAR AWARD

The Legal Team of the Year Award recognizes a boundary shifting legal team,
small or large, that has achieved extraordinary outcomes in our uniquely
Canadian In-house community. Beyond large transactions or litigation this award
recognizes the unique challenges and successes faced by Canadian legal
departments.

Nominations must include examples of activity and outcomes that demonstrate
excellence in this category.

SPONSORSHIP ENQUIRIES

Email Us

Nominate Now


THE NOMINATION FORM

We recommend that you have all relevant information to hand before you start the
nomination process.

YOUR DETAILS (THE NOMINATOR)

All items marked with '*' are mandatory.

Please add first name.
Please add last name.
Please add email.
Please add business contact number.
Please add organization.
Please add title/role.
Province/Territory of Residence for Nominator AlbertaBritish
ColumbiaManitobaNewfoundland and LabradorNew BrunswickNorthwest TerritoriesNova
ScotiaNunavutOntarioPrince Edward IslandQuebecSaskatchewanYukon
Are you currently a member of a provincial/territorial law society?*
YES
Please choose an option.
NO
If ‘YES’, which one?
Choose from this list... Law Society of AlbertaLaw Society of British
ColumbiaLaw Society of ManitobaLaw Society of Newfoundland and LabradorLaw
Society of New BrunswickLaw Society of the Northwest TerritoriesNova Scotia
Barristers' SocietyLaw Society of NunavutLaw Society of OntarioLaw Society of
Prince Edward IslandBarreau du QuébecLaw Society of SaskatchewanLaw Society of
Yukon
Are you currently a CBA member?*
YES
Please choose an option.
NO
If yes, please provide your member number


YOUR NOMINATION, FOR

Choose an Award..*. RVA Jones AwardIn-house Counsel Up & Comer AwardTransition
to Business AwardAction in Diversity & Inclusion AwardEmployee Wellness
Initiative of the Year AwardInnovation Impacting the ProfessionLegal Team of the
Year Award
Please choose an award.

IS ...

Please add first name.
Please add last name.
Please add an email.
Please add a buisness contact number.
Please add title/role.
Province/Territory of Residence for Nominee* AlbertaBritish
ColumbiaManitobaNewfoundland and LabradorNew BrunswickNorthwest TerritoriesNova
ScotiaNunavutOntarioPrince Edward IslandQuebecSaskatchewanYukon
Please choose one.
Please add organization.

Please state why you wish to nominate this individual for the award (in PDF
format).* Maximum 500 words
Please supply PDF.
 i.   If the nominee is being considered for an individual award, provide
      details of service or contribution including various positions or titles
      held. Provide a brief synopsis of each position and/or professional
      contribution.
 ii.  If nominee is being considered for project/initiative award, provide
      details of the project, objectives, outcomes and the reasons why the
      project is significant for the in-house community.
 iii. If the nominee is being considered for a department award, provide details
      about the composition of the department, the challenge or obstacle faced,
      the solution or initiative

Optional: You may include up to 5 additional documents (in PDF format) which
support your nomination. These may include but are not limited to: letters of
support, testimonials, news clippings, CV, project descriptions.


SECONDER ONE DETAILS (MANDATORY)

Please add first name.
Please add last name.
Please add email.
Please add business contact number.
Please add organization.
Please add title/role.
Province/Territory of Residence for Seconder One AlbertaBritish
ColumbiaManitobaNewfoundland and LabradorNew BrunswickNorthwest TerritoriesNova
ScotiaNunavutOntarioPrince Edward IslandQuebecSaskatchewanYukon
Are they currently a member of a provincial/territorial law society?*
YES
Please choose an option.
NO
If ‘YES’, which one?
Choose from this list... Law Society of AlbertaLaw Society of British
ColumbiaLaw Society of ManitobaLaw Society of Newfoundland and LabradorLaw
Society of New BrunswickLaw Society of the Northwest TerritoriesNova Scotia
Barristers' SocietyLaw Society of NunavutLaw Society of OntarioLaw Society of
Prince Edward IslandBarreau du QuébecLaw Society of SaskatchewanLaw Society of
Yukon
Are they currently a CBA member?*
YES
Please choose an option.
NO
If yes, please provide their member number


The 'seconder' information provided in this form will be used for the sole
purpose of the Canadian In-House Counsel Celebration awards' nominations,
judging and informing the seconder about the award status.

By ticking this box, you are signing this application electronically. You agree
that your electronic signature is the legal equivalent of your manual signature
on this nomination *.
Please confirm agreement.
SUBMIT
Top


THANK YOU TO OUR 2024 SPONSORS FOR THEIR GENEROUS SUPPORT

Award Sponsor
Award Sponsor
Reception Sponsor
Menu & Wine Pairing
Premier Sponsor
Premier Sponsor
Premier Sponsor
Partner Sponsor
Partner Sponsor
Entertainment Sponsor
Award Sponsor
Award Sponsor
Award Sponsor
Reception Sponsor
Menu & Wine Pairing
Premier Sponsor
Premier Sponsor
Premier Sponsor
Partner Sponsor


© Copyright 2024 Canadian In-House Counsel Celebration
 * Privacy Policy
 * Website Terms & Conditions

We use cookies on our website to give you the most relevant experience by
remembering your preferences and repeat visits. By clicking “Accept All”, you
consent to the use of ALL the cookies. However, you may visit "Cookie Settings"
to provide a controlled consent.
Nous utilisons des cookies sur notre site Web pour vous offrir l'expérience la
plus pertinente en mémorisant vos préférences et vos visites répétées. En
cliquant sur "Accepter tout", vous consentez à l'utilisation de TOUS les
cookies. Cependant, vous pouvez visiter "Paramètres des cookies" pour fournir un
consentement contrôlé.
Manage Consent / Gérer le consentement
Accept All / Accepter Tout
Manage Consent / Gérer le consentement
Close

PRIVACY OVERVIEW / PRÉSENTATION DE LA CONFIDENTIALITÉ

This website uses cookies to improve your experience while you navigate through
the website. Out of these, the cookies that are categorized as necessary are
stored on your browser as they are essential for the working of basic
functionalities of the ...
Necessary / Nécessaire
Necessary / Nécessaire
Always Enabled
Necessary cookies are absolutely essential for the website to function properly.
These cookies ensure basic functionalities and security features of the website,
anonymously. Les cookies nécessaires sont absolument essentiels au bon
fonctionnement du site Web. Ces cookies assurent les fonctionnalités de base et
les éléments de sécurité du site Web, de manière anonyme.

CookieDurationDescriptioncookielawinfo-checkbox-analytics11 monthsThis cookie is
set by GDPR Cookie Consent plugin. The cookie is used to store the user consent
for the cookies in the category "Analytics". Ce cookie est défini par le plugin
GDPR Cookie Consent. Le cookie est utilisé pour stocker le consentement de
l'utilisateur pour les cookies dans la catégorie
"Analytics".cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR
cookie consent to record the user consent for the cookies in the category
"Functional". Le cookie est défini par GDPR cookie consent pour enregistrer le
consentement de l'utilisateur pour les cookies dans la catégorie
"Fonctionnel".cookielawinfo-checkbox-necessary11 monthsThis cookie is set by
GDPR Cookie Consent plugin. The cookies is used to store the user consent for
the cookies in the category "Necessary". Ce cookie est défini par le plugin GDPR
Cookie Consent. Les cookies sont utilisés pour stocker le consentement de
l'utilisateur pour les cookies dans la catégorie
"Nécessaire".cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR
Cookie Consent plugin. The cookie is used to store the user consent for the
cookies in the category "Other. Ce cookie est défini par le plugin GDPR Cookie
Consent. Le cookie est utilisé pour stocker le consentement de l'utilisateur
pour les cookies dans la catégorie "Autre.cookielawinfo-checkbox-performance11
monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to
store the user consent for the cookies in the category "Performance". Ce cookie
est défini par le plugin GDPR Cookie Consent. Le cookie est utilisé pour stocker
le consentement de l'utilisateur pour les cookies dans la catégorie
"Performance".CookieLawInfoConsent1 yearCookieYes sets this cookie to record the
default button state of the corresponding category and the status of CCPA. It
works only in coordination with the primary cookie.viewed_cookie_policy11
monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store
whether or not user has consented to the use of cookies. It does not store any
personal data. Le cookie est défini par le plugin GDPR Cookie Consent et est
utilisé pour stocker si l'utilisateur a consenti ou non à l'utilisation de
cookies. Il ne stocke aucune donnée personnelle.

Analytics / Analytique
Analytics / Analytique
Analytical cookies are used to understand how visitors interact with the
website. These cookies help provide information on metrics the number of
visitors, bounce rate, traffic source, etc. Les cookies analytiques sont
utilisés pour comprendre comment les visiteurs interagissent avec le site Web.
Ces cookies aident à fournir des informations sur les métriques du nombre de
visiteurs, du taux de rebond, de la source du trafic, etc.

CookieDurationDescription_ga1 year 1 month 4 daysGoogle Analytics sets this
cookie to calculate visitor, session and campaign data and track site usage for
the site's analytics report. The cookie stores information anonymously and
assigns a randomly generated number to recognise unique visitors._ga_*1 year 1
month 4 daysGoogle Analytics sets this cookie to store and count page views.

SAVE & ACCEPT
Powered by