Skip to content

Latest commit

 

History

History
144 lines (117 loc) · 4.25 KB

supporters.md

File metadata and controls

144 lines (117 loc) · 4.25 KB
layout title
default
Supporters

{{ page.title }}

Become a MobiHoc 2019 supporter and your organization can reach a highly qualified technical audience of academics, industrial researchers, engineers, and students. MobiHoc is a premier international symposium dedicated to addressing challenges in dynamic networks and computing. By supporting MobiHoc, you are able to increase visibility and product awareness among the people who are the most knowledgeable and passionate about your products.

All supporters will receive recognition of their level of contribution in print, on the web, in registration brochures, in the conference program, and during opening and closing of the conference. Additional prominence and access are available at the following support levels:

{% comment %}

### Host
{% for supporter in site.data.supporters %}{% if supporter[7] == "host" %}{{ supporter[3] }} {% endif %}{% endfor %}

### Platinum
- Brief airtime at special event - Designated special event support - Designated lunch or coffee break - Recruitment of exhibit table - Small display space for brochures or flyers - Three company-provided promotion items in each tote-bag. - May supply giveaways or swags. - 4 conference registrations included.
{% for supporter in site.data.supporters %}{% if supporter[7] == "platinum" %}{{ supporter[3] }} {% endif %}{% endfor %}

### Gold
- Designated lunch or coffee break - Recruitment of exhibit table - Small display space for brochures or flyers - Two company-provided promotion items in each tote bag. - May supply giveaways or swags. - 3 conference registrations included.
{% for supporter in site.data.supporters %}{% if supporter[7] == "gold" %}{{ supporter[3] }} {% endif %}{% endfor %}

### Silver
- Designated lunch or coffee break - Recruitment of exhibit table - Small display space for brochures or flyers - One company-provided promotion item in each tote bag - May supply giveaways or swags - 2 conference registration included
{% for supporter in site.data.supporters %}{% if supporter[7] == "silver" %}{{ supporter[3] }} {% endif %}{% endfor %}

### Bronze
- Logo or name visibility (web, print, email, on-site) - May supply giveaways or swags - 1 conference registration included
{% for supporter in site.data.supporters %}{% if supporter[7] == "bronze" %}{{ supporter[3] }} {% endif %}{% endfor %}

{% endcomment %}