-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport.html
More file actions
executable file
·55 lines (54 loc) · 2.25 KB
/
support.html
File metadata and controls
executable file
·55 lines (54 loc) · 2.25 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
---
layout: default
---
<!-- Main -->
<section id="main" class="wrapper style1">
<header class="major">
<h2>Support</h2>
<p>How to get help with the Workstation</p>
</header>
<div class="container">
<p>
If you come across an issue with installing or using the Workstation, please report it. If a bug results in an error, you'll be given the option to report it along with diagnostic information that usually allows us to quickly track down the root cause and fix the problem in the next release. To create a general help ticket, you can use the Workstation's <i>Help</i> → <i>Report A Bug</i> menu option, or send an email to <a href="{{ site.urls.bugs.email }}">workstation-support@janelia.hhmi.org</a>.
</p>
<p>
For immediate assistance, please contact one of these individuals directly:
</p>
<div class="row">
{% if site.poc.webstation %}
<div class="4u">
<section class="special">
<h2>Workstation</h2>
{% include /person.html user=site.poc.client hasImage=true %}
</section>
</div>
<div class="4u">
<section class="special">
<h2>Webstation</h2>
{% include /person.html user=site.poc.webstation hasImage=true %}
</section>
</div>
<div class="4u">
<section class="special">
<h2>MouseLight</h2>
{% include /person.html user=site.poc.mouse hasImage=true %}
</section>
</div>
{% else %}
<div class="6u">
<section class="special">
<h2>Workstation</h2>
{% include /person.html user=site.poc.client hasImage=true %}
</section>
</div>
<div class="6u">
<section class="special">
<h2>MouseLight</h2>
{% include /person.html user=site.poc.mouse hasImage=true %}
</section>
</div>
{% endif %}
</div>
<br style="clear: both"/>
</div>
</section>