-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsvg2026.html
More file actions
78 lines (75 loc) · 4.34 KB
/
svg2026.html
File metadata and controls
78 lines (75 loc) · 4.34 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
66
67
68
69
70
71
72
73
74
75
76
77
78
<!doctype html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Scottish Vision Group 2026</title>
<link href="css/singlePageTemplate.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- Main Container -->
<div class="container">
<!-- title and navigation -->
<header>
<h4 class="title">SVG 2026</h4>
<nav>
<ul>
<li><a href="/index.html">HOME</a></li>
<li><a href="https://abdn.eventsair.com/scottish-vision-group-meeting/scottish-vision-group-meeting-2026-registration">REGISTER</a></li>
<li> <a href="mailto:svg2026@abdn.ac.uk">CONTACT</a></li>
</ul>
</nav>
</header>
<!-- Photo Section -->
<div class="photo" style="position: relative;"> <img src="images/Muthu Newton.jpg" width="936" height="526" alt=""/>
<div style="position: absolute; top: 0px; left: 0px;" ><img src="images/svg-logo2.png" width="210" height="154" alt="Scottish Vision Group"/> </div>
</div>
<!-- Information Section -->
<div class="content">
<h1>Scottish Vision Group<br>
2026 Annual Meeting <br>
April 10-12, 2026</h1>
<h2>About the meeting: </h2>
<p>This is a residential conference that starts late afternoon on Friday and finishes around 1pm on Sunday. The full schedule is <a href="SVG2026_Programme.pdf">here</a>. <br>
<h2>Registration and Abstract Deadline:</h2>
<p>The deadline has now passed. The abstract book is <a href="svg2026_abstracts.pdf"> here.</a><br>
<h2>Location</h2>
<p>Nairn, Scotland. The Muthu Newton sits on 21 acres of garden and woodland, bordering the town of Nairn, near Inverness, with sandy beaches and stunning views over the Moray Firth.</p>
<h2>Keynote Speaker</h2>
<p>Nina Hanning <br>
<a href="/keynote2026.html">Title and abstract</a><br>
We would like to thank <a href="https://www.tobii.com/">Tobii</a> for generously supporting the Keynote Talk.</p>
<h2>Registration fees:</h2>
<p>Single occupancy: £400<br>
This includes the conference, all meals and two nights hotel </p>
<p>Double occupancy: £310<br>
as above but for shared accomodation <br>
-- you will be asked on registration to specify with whom you are sharing</p>
<p>Day rate: £160<br>
This covers the whole conferences (April 10-12) including meals, but excludes breakfast and accommodation, for those who wish to stay elsewhere.</p>
<p>Accompanying partners traveling with attendees (not attending the conference) are welcome, with a charge of £59 per night including breakfast and dinner, or £25 including breakfast (no dinner). This charge will need to be paid directly to the hotel rather than through our registration system.
Accompanying infants/children are also welcome and there are a limited number of family rooms and cots available. Please get in touch at SVG2026@abdn.ac.uk to ask about these options.</p>
<p>Getting here:</p>
<ul>
<li>Airport - The Inverness airport is 9 miles away and can be reached by taxi, bus or train. Taxis cost about £30. Inverness stagecoach and Scotrail have regular connections to Nairn. Be aware that the train station is about a 15-minute walk from the terminal. </li>
<li> By Train - Nairn station is about a 15-20 minute walk from the hotel. </li>
<li>Bus - the regional bus (Stagecoach) stops near the top of the driveway into the hotel grounds, and it's about a ten-minute walk along this driveway to get to the doors. </li>
<li>Driving - The driveway into the Muthu Newton is just to the left off the A96 as you enter Nairn, driving from Inverness. There is ample parking available. </li>
</ul>
</p>
</div>
<!-- Footer Section -->
<section class="footer_banner" id="register"> <a href="#" style="text-decoration:none">
<li><a href="https://abdn.eventsair.com/scottish-vision-group-meeting/scottish-vision-group-meeting-2026-registration">
<div class="button" >Register Now</div></li>
</a>
<h4 class="footer">For more information <br>
contact us at <a href="mailto:svg2026@abdn.ac.uk" style="color: #642466;">svg2026@abdn.ac.uk</a></h4>
</section>
<!-- Copyrights Section -->
<div class="copyright">©2026 - <strong>Scottish Vision Group</strong></div>
</div>
<!-- Main Container Ends -->
</body>
</html>