-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (51 loc) · 2.52 KB
/
index.html
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="author" content="Diego Marcos" />
<title>ASCOT Documentation</title>
<link rel="stylesheet" href="./css/reset.css">
<link rel="stylesheet" href="./css/main.css">
<style type="text/css">
body{
background-color: #a39ac6;
}
</style>
</head>
<body>
<div class="wrapper">
<header>
<div class="logo"></div>
<div id="mainNavigation" class="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="doc/documentation.html">Documentation</a></li>
<li><a href="#" class="disabledLink">About</a></li>
<li><a href="#" class="disabledLink">Blog</a></li>
<lu>
</div>
<div style="clear:both;"></div>
</header>
<div id="content">
<h2> ASCOT<br> The Astronomical Collaborative Toolkit</h2>
<p><a href="http://ec2-107-21-151-229.compute-1.amazonaws.com/">Development Server</a><br>
<a href="https://github.com/ASCOT">Github Organization</a><br></p>
<p class="tab">ASCOT is a web based framework which facilitates collaboration between astronomers. Through the use of a customizable
dashboard interface, users can easily visualize, manipulate and share large data sets from many different sources,
available through Virtual Observatories.</p>
<p class="tab">By selecting from a list of gadgets, users can arrange their own toolset to construct a persistent dashboard
which keeps track of any changes they make to it. After arranging the dashboard how they wish, users can fork or share
it with others. Because all of the changes made are persisted on the server, sharing what is on your screen is as simple
as sending someone the url to your dashboard.</p>
<p> See ASCOT in action
<iframe width="560" height="315" src="http://www.youtube.com/embed/E4oWZJttHEQ" frameborder="0" allowfullscreen></iframe>
</p>
<p class="tab">To try it for yourself, you can either test ASCOT on our
<a href="http://ec2-107-21-151-229.compute-1.amazonaws.com/">development server</a> or
<a href="doc/install/installation.html">install it on your own machine</a>.</p>
<img src="images/example.jpg">
</div>
<footer>We gratefully acknowledge support from NASA through grants 08-AISR08-0077 and 08-AISR08-0081 <a href="http://uw.edu" style="float: right"><span class="uwLogo"></span> University of Washington</a></footer>
</div>
</body>
</htmt>