{% extends 'base.html' %} {% load static %} {% block content %}
{% if hero %}
eco NAAC A++ Category-I calendar_month {{ hero.date_text }}

{{ hero.title|safe }}

{{ hero.subtitle }}
location_on {{ hero.location_text }}

{% else %}

Botanical Conference

{% endif %}
keyboard_arrow_down
{% if about %}
Botanical Research

{{ about.edition }}

Edition
{{ about.subheading }}

{{ about.heading }}

{{ about.description }}

{{ about.established_year }}

IAAT Established
location_on
Headquarters
{{ about.headquarters }}
{% endif %} {% if themes %}
Scientific Program

Core Thematic Axes

{% for theme in themes %}
{{ theme.icon_name }}

{{ theme.title }}

    {% for sub in theme.get_subtopics_list %}
  • {{ sub }}
  • {% endfor %}
{% endfor %}
{% endif %}
Abstract Submission

Call for Papers

Researchers are invited to submit abstracts and full-length papers for oral and poster presentations. Papers will be published as an edited book.

Submit Your Research
Guidelines
description
Format

MS Word, English, max 250 words.

text_fields
Typeface

Times New Roman, 12 pt, 1.5 spacing.

{% if schedule %}
Itinerary

Events & Schedule

Three days of rigorous scientific discourse — November 20–22, 2026 — at Guru Ghasidas Vishwavidyalaya, Bilaspur.

{% for session in schedule %}
{{ session.start_time|time:"H:i" }} {{ session.venue }}

{{ session.title }}

{{ session.description }}

{% if session.speaker_name %}
person
{{ session.speaker_name }}
{% endif %}
{% endfor %}
{% endif %} {% if awards %}
Recognition

Young Researcher Awards

{% for award in awards %}
0{{ award.order }}
emoji_events

{{ award.title }}

{{ award.description }}

Eligibility
    {% for req in award.get_eligibility_list %}
  • {{ req }}
  • {% endfor %}
{% endfor %}
{% endif %} {% if committee %}
People

Committee

Office Bearers of IAAT

{% for member in committee %} {% if member.category == 'OFFICE' %}
{{ member.name|make_list|first }}
{{ member.name }}

{{ member.designation }}

{% if member.institution %}

{{ member.institution }}

{% endif %}
{% endif %} {% endfor %}

International Advisory

{% for member in committee %} {% if member.category == 'INTERNATIONAL' %}
{{ member.name|make_list|first }}
{{ member.name }}

{{ member.designation }}

{% if member.institution %}

{{ member.institution }}

{% endif %}
{% endif %} {% endfor %}
{% endif %} {% if sponsors %}
Collaboration

Sponsors & Partners

{% for sponsor in sponsors %}
business
{{ sponsor.name }}
{{ sponsor.category }}
{% endfor %}
{% endif %} {% endblock %}