{% extends 'base.html' %} {% load static %} {% block title %}Fellowship | ArchDune{% endblock %} {% block og_image %}{% static 'images/fellowshipapp_images/01.png' %}{% endblock %} {% block twitter_image %}{% static 'images/fellowshipapp_images/01.png' %}{% endblock %} {% block css %} {% endblock css %} {% block content %}
{% if program.banner_image %} Fellowship Image {% else %} Fellowship Image {% endif %}

Apply Now

Connect with creativity

{{program.title|title}}

{{program.session}}

{{program.role_title|title}}

{{program.tagline|capfirst}}

{% for fellow in fellows %}
Fellowship Image

{{ fellow.name }}

{{ fellow.department }}

{{ fellow.university }}

{{ fellow.location }}

{{ fellow.email }}

{% endfor %}

Past Fellows

{% for fellow in past_fellows %}
Fellowship Image

{{ fellow.name }}

{{ fellow.department }}

{{ fellow.university }}

{{ fellow.location }}

{{ fellow.email }}

{% endfor %}

Enrollment Process

Fellowship Image

Application

Fill out the online application form, providing your personal information, educational background, and a brief statement explaining your interest in

Fellowship Image

Interview

Selected candidates will be invited for an online interview. This is an opportunity for us to get to know you better and assess your suitability for the program.

Fellowship Image

Acceptance

Acceptance If selected, you will receive an acceptance letter via email, confirming your enrollment in the program and detail about the orientation.

Fellowship Image

Orientation

Attend the program orientation session, where you will receive detailed information about the program structure, expectations, and upcoming activities.

Eligibility

Fellowship Image

01. Must be an enrolled student in your institution.

02. Must have leadership quality.

03. Confident, responsible and visionary.

04. You must be polite, honest, well communicative and excellent team worker.

Benefits as a Campus Ambassador

We will provide the following benefits for our campus ambassadors.

01. Learn Outside the Box

Get a competitive edge over your peers by exploring topics outside your conventional curriculum.

02. Gain Practical Insights

Learn from experienced architects on how to build your own professional career in architecture..

03. Get Expert Reviews

Get your design projects reviewed by practicing architects and enhance the quality of your work.

04. Free Registration

When a minimum of 10 participants register under "Campus Registration" that you lead, your registration is free. Applies for competitions, courses and events. Participants also get special discounted price for "Campus registration”.

05. Acknowledgments

Certificates and letter of appreciation will be provided after successful completion of your tenure. Your name will remain on our website forever as a past fellow.

Fellowship Image

Responsibilities as a Campus Ambassador

Fellowship Image

Publicity Campaign

Promote current and future courses, competitions and events to institutional Facebook groups, LinkedIn and your social media profiles.

Fellowship Image

Leading Role

Play leading roles in on campus activities, exhibition, annual meets and events. Active participation in the strategic planning for future.

Fellowship Image

On-Campus Collaboration

Assist your campus students with registration and other processes for courses, competitions and events as needed. Be the primary point of contact between ArchDune and the student community.

Fellowship Image

Volunteer

Be the leader and organizer of campus registration for discounted registration fees in courses competitions and events. Also collect feedback from students and other focus groups to improve future strategies.

Application Form

{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% csrf_token %}
  • {% if form.name.errors %}
    {{ form.name.errors.0 }}
    {% endif %}
  • {% if form.email.errors %}
    {{ form.email.errors.0 }}
    {% endif %}
  • {% if form.phone.errors %}
    {{ form.phone.errors.0 }}
    {% endif %}
  • {% if form.country.errors %}
    {{ form.country.errors.0 }}
    {% endif %}
  • {% if form.institution.errors %}
    {{ form.institution.errors.0 }}
    {% endif %}
  • {% if form.field_of_study.errors %}
    {{ form.field_of_study.errors.0 }}
    {% endif %}
  • {% if form.current_level.errors %}
    {{ form.current_level.errors.0 }}
    {% endif %}
  • {% if form.facebook_url.errors %}
    {{ form.facebook_url.errors.0 }}
    {% endif %}
  • {% if form.linkedin_url.errors %}
    {{ form.linkedin_url.errors.0 }}
    {% endif %}
  • File size: Maximum 512 Kilobytes
    Preferrred: 560px by 500px, Your face clearly visible.
    {% if form.photo.errors %}
    {{ form.photo.errors.0 }}
    {% endif %}
  • {% if form.about.errors %}
    {{ form.about.errors.0 }}
    {% endif %}
  • {% if form.agreed_to_terms.errors %}
    {{ form.agreed_to_terms.errors.0 }}
    {% endif %}
Stay in Touch
{% for social_media in social_media %} {% if social_media.platform == "facebook" %} {% endif %} {% if social_media.platform == "linkedin" %}
{{social_media.followers|upper}}
FANS
{% endif %} {% if social_media.platform == "youtube" %}
{{social_media.followers|upper}}
SUBSCRIBERS
{% endif %} {% if social_media.platform == "pinterest" %}
{{social_media.followers|upper}}
FOLLOWERS
{% endif %} {% endfor %}
{% endblock %} {% block page_js %} {% endblock %}