forked from hquery/hquery.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
documents.html
executable file
·60 lines (55 loc) · 2.69 KB
/
documents.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
<!doctype html>
<meta charset=utf-8>
<html lang=en>
<head>
<link rel="stylesheet" href="stylesheets/main.css" type="text/css" media="screen"/>
<link rel="icon" type="image/png" href="/images/favicon.ico"/>
<title>Project hQuery Documents</title>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25047251-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<header>
<div id="logo">
<a href="index.html"><img src="images/hquery_logo_small.png" alt="hQuery Logo"/></a>
</div>
<div id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="screen_shots.html">Screen Shots</a></li>
<li><a href="documents.html" class="selected">Documents</a></li>
<li><a href="http://github.com/hquery">Code</a></li>
<!-- <li><a href="download.html">Download</a></li>-->
<li><a href="glossary.html">Glossary</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="mailto:[email protected]">Contact</a></li>
</ul>
</div>
</header>
<article>
<h1>Documents</h1>
<h2>Publications and Presentations</h2>
<h3><a href="documents/hQuerySummerConcertPresentation.pdf">hQuery Summer Concert Presentation (pdf | 4.8MB)</a></h3>
<p>Documents in PDF format require the <a href="http://get.adobe.com/reader/">Adobe Acrobat Reader®</a></p>
<p>If you experience problems with PDF documents, please <a href="http://get.adobe.com/reader/">download the latest version of the Reader®</a></p>
</article>
<footer>
<div id="footerSourceForge"><a href="http://github.com/" target="_external"><img src="images/github_icon.png" alt="GitHub Logo"/></a></div>
<div id="footerLinks">
This project was funded by a contract from the <a href="http://www.hhs.gov/healthit/" target="_external">Office of the National Coordinator for Health Information Technology (ONC)</a>  
<a href="http://www.hhs.gov/Privacy.html" target="_external">Privacy Policy</a>  
<a href="http://www.hhs.gov/Disclaimer.html" target="_external">Disclaimer</a>  
<br/>Page Last Revised: September 13, 2011
</div>
</div>
</footer>
</body>
</html>