Skip to content

Commit 3bf9f45

Browse files
committed
Add local information and visa pages for MEC 2026
1 parent 688a109 commit 3bf9f45

3 files changed

Lines changed: 119 additions & 0 deletions

File tree

_conferences/2026/04_localinfo.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ <h3>Visit Japan Web (Highly Recommended)</h3>
194194

195195
<h3>Visa Requirements</h3>
196196
<p>Japan has reciprocal visa exemption arrangements with 74 countries (List is <a href="https://www.mofa.go.jp/j_info/visit/visa/short/novisa.html" target="_blank" rel="noopener noreferrer">here</a>) and regions for short-term stays. Please check the <a href="https://www.mofa.go.jp/" target="_blank" rel="noopener noreferrer">official website of the Ministry of Foreign Affairs of Japan (MOFA)</a> for more details about VISA application.</p>
197+
<p>For details regarding visa applications, please refer to the <a href="/conference/2026/visa/" rel="noopener noreferrer">Visa Information page</a>.</p>
197198
</div>
198199

199200
<h2 id="accommodation" class="accordion-toggle">5. Accommodation</h2>

_conferences/2026/05_visa.html

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
---
2+
layout: conference
3+
title: "Visa Information"
4+
subtitle: "Music Encoding Conference 2026"
5+
permalink: "/conference/2026/visa/"
6+
tag: MEC2026
7+
id: visa
8+
---
9+
10+
<img src="/images/conference/2026/banner.png" class="img-responsive" style="margin-bottom: 1em"
11+
alt="Music Encoding Conference 2026 banner">
12+
13+
<div class="mec2026-page">
14+
15+
<h1>Visa Information</h1>
16+
17+
<p>
18+
Each visitor must have a valid passport to enter Japan. In addition, participants from certain countries are
19+
required to obtain a visa.
20+
</p>
21+
<p>
22+
To confirm your requirements, please contact the Japanese Embassy or Consulate nearest to your residential area,
23+
or visit the official website of the <strong>Ministry of Foreign Affairs of Japan (MOFA)</strong>:
24+
</p>
25+
<p>
26+
<a href="http://www.mofa.go.jp/j_info/visit/visa/index.html" target="_blank" class="btn btn-default">
27+
MOFA: Visa Information
28+
</a>
29+
</p>
30+
31+
<section id="request-documents">
32+
<h2>Request of Documents for VISA</h2>
33+
34+
<div class="key-info-box"
35+
style="background-color: #f9f9f9; border-left: 5px solid #007bff; padding: 15px; margin-bottom: 2em;">
36+
<h3 style="margin-top: 0;">Required Steps Before Requesting</h3>
37+
<p>Before making your request or inquiry, you must fulfill the following conditions:</p>
38+
<ul>
39+
<li><strong>Registration & Payment:</strong> Complete your conference registration and payment.
40+
(Registration will open shortly.)</li>
41+
<li><strong>Travel Arrangements:</strong> Book your flight ticket and accommodation.</li>
42+
</ul>
43+
<p><strong>Deadline for VISA request:</strong> <span style="color: #d9534f; font-weight: bold;">April 25,
44+
2026</span></p>
45+
</div>
46+
47+
<h3>How to Request</h3>
48+
<p>Please send an email with your <strong>full name</strong> and <strong>registration system username</strong>
49+
to the following address:</p>
50+
51+
<span onclick="navigator.clipboard.writeText(this.innerText); alert('copied: ' + this.innerText);" style="cursor:pointer; border-bottom: 1px dashed #666;">
52+
<strong>visa@confaid.com</strong></span>
53+
<p><small>(Secretariat: KUWON Inc.)</small></p>
54+
55+
<div class="info-quote"
56+
style="background-color: #fff4f4; border-left: 4px solid #d9534f; padding: 1em; margin-top: 1em;">
57+
<p style="font-style: italic; margin: 0;">
58+
Note: For non-conference attendees, we do not issue documents for VISA. Our support does not guarantee
59+
that you will be able to travel with the documents we issue.
60+
</p>
61+
</div>
62+
</section>
63+
64+
<section id="flow">
65+
<h2>Flow of Application</h2>
66+
<ol>
67+
<li>Check if you need a visa on the MOFA website.</li>
68+
<li>Register for the conference and complete the payment.</li>
69+
<li>Book your travel (flight and accommodation).</li>
70+
<li>Request visa documents via email to the secretariat.</li>
71+
<li>Receive the documents and apply at your local Japanese Embassy/Consulate.</li>
72+
</ol>
73+
<img src="/images/conference/2026/VISA_Application_flow_withoutERFS.jpg" class="img-responsive"
74+
style="margin-top: 1em; margin-bottom: 2em; max-width: 100%;" alt="VISA Application Flow">
75+
76+
</section>
77+
78+
</div>
79+
80+
<style>
81+
.info-quote {
82+
margin-top: 1em;
83+
margin-bottom: 1em;
84+
padding: 1em;
85+
background-color: #f8f8f8;
86+
border-left: 4px solid #007bff;
87+
}
88+
89+
.info-quote p {
90+
margin: 0;
91+
}
92+
</style>
93+
94+
<script>
95+
(function () {
96+
var copyTarget,copyTargets,num,txt,range;
97+
copyTargets = document.querySelectorAll('.copy');
98+
99+
ClickCopy = function() {
100+
copyTarget = this.textContent;
101+
102+
txt = document.createElement("textarea");
103+
txt.value = copyTarget;
104+
105+
document.body.appendChild(txt);
106+
txt.select();
107+
document.execCommand('copy');
108+
txt.parentElement.removeChild(txt);
109+
}
110+
111+
for(i=0,num=copyTargets.length;i<num;i++) {
112+
copyTarget = copyTargets[i];
113+
copyTarget.addEventListener('click',ClickCopy);
114+
}
115+
116+
}());
117+
118+
</script>
138 KB
Loading

0 commit comments

Comments
 (0)