-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvisa.html
More file actions
65 lines (57 loc) · 2.51 KB
/
visa.html
File metadata and controls
65 lines (57 loc) · 2.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
layout: default
---
{% include slider-visa.html %}
<!-- Content -->
<div class="block">
<div class="container">
<div class="row">
<!--
<div class="col-md-3">
<section class="events small" id="events-small">
<header>
<h2>Links</h2>
</header>
<div class="section-content">
<ul class="list-links">
<li><h4><a href="registration.html">Registration</a></h4></li>
</ul>
</div><
</section>
</div>
-->
<div class="col-md-6">
<section id="main-content">
<div class="section-content">
<header><h2>Visa support letters</h2></header>
<p>
The Association for Computing Machinery does not issue formal <em>invitation</em>
letters for visas. However, we can issue a visa <em>support</em> letter. ACM is able to provide visa support letters to attendees as well as authors with accepted papers, posters, or members of the conference committee.
<br>
For visa support letters, refer all requests to
to <a href="mailto:supportletters@acm.org">supportletters@acm.org</a>. Please allow up to 10 business
days to receive a letter. All requests are handled in the order they are received.
The information below should be included with the request:
</p>
<ul class="topics-list">
<li>Your name as it appears on your passport</li>
<li>Your current postal mailing address</li>
<li>The name of the conference you are registering for</li>
<li>Your registration confirmation number</li>
<li>If you have any papers accepted for the conference, please provide the title and indicate whether you are the “sole author” or a “co-author” </li>
<li>Authors may indicate their paper title. If no paper, speakers can provide the title of their presentation</li>
</ul>
<p>
ACM does not provide letters for transport of vendor or presenter equipment.
ACM suggests shipping the materials insured to the conference facility.
</p>
</div><!-- /.section-content -->
</section><!-- /.main-content -->
</div><!-- /.col-md-6 -->
<div class="col-md-3">
{% include latest-news.html %}
</div><!-- /.col-md-3 -->
</div><!-- /.row -->
</div><!-- /.container -->
</div>
<!-- end Content -->