forked from astrofrog/acknowledgment-generator
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
55 lines (53 loc) · 2.87 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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700' rel='stylesheet' type='text/css'>
<link href='style.css' rel='stylesheet' type="text/css">
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script src="https://code.jquery.com/ui/1.11.2/jquery-ui.js"></script>
<script src="functions.js" type="text/javascript"></script>
<link rel="stylesheet" href="https://code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css">
<title>The Acknowledgment Generator</title>
</head>
<body>
<a href="https://github.com/astrofrog/acknowledgment-generator"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>
<div id='wrapper'>
<div id='content'>
<h1>The (Astronomy) Acknowledgment Generator</h1>
<p>This is still work in progress, and we need your help to populate the
database and implement features! See the README file <a
href="https://github.com/astrofrog/acknowledgment-generator#about">here</a>
for information on how to help! More information is in <a href="http://astrofrog.github.io/blog/2014/12/07/acknowledgment-generator/">this blog post</a>!</p>
<div id='content-left'>
<div id='main_check'>
</div>
<div id='main_options'>
<h3>Options</h3>
<ul>
<li><input type="checkbox" id="option_latex" name="option_latex" value="latex" checked />LaTeX
<!-- <li><input type="checkbox" id="option_dependencies" name="option_latex" value="dependencies" onchange="box_checked()" checked>Resolve dependencies -->
<li><input type="checkbox" id="option_facilities" name="option_facilities" value="facilities" />AAS facility keywords
<!--<li><input type="text" name="delim" id="delim" value=";" style="width: 2em;" /> <label for="delim">Delimiter</label></li>-->
</ul>
</div>
</div>
<div id='content-right'>
<div id='ack_main'>
</div>
<div id='ack_bibtex'>
</div>
<div id='ack_facilities'>
</div>
</div>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-1624521-8', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>