-
Notifications
You must be signed in to change notification settings - Fork 10
/
bibtex.html
55 lines (44 loc) · 1.58 KB
/
bibtex.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
<html>
<head>
<title>3D Engine Design for Virtual Globes</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-16048240-4']);
_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>
<img src="strip.png" width="630" height="95" alt="3D Engine Design for Virtual Globes Cover" />
<table summary="" border="0" width="630">
<tr align="center">
<td><a href="index.html">Home</a></td>
<td><a href="toc.html">TOC</a></td>
<td><a href="backcover.html">Back Cover</a></td>
<td><a href="reviews.html">Reviews</a></td>
<td><a href="code.html">Code</a></td>
<td><a href="figures.html">Figures</a></td>
<td><a href="bibliography.html">Bibliography</a></td>
<td><a href="bibtex.html">BibTeX</a></td>
<td><a href="errata.html">Errata</a></td>
<td><a href="http://blog.virtualglobebook.com/">Blog</a></td>
</tr>
</table>
<h1>BibTeX Entry</h1>
<pre>@book{Cozzi11,
author = {Patrick Cozzi and Kevin Ring},
title = {3{D} {E}ngine {D}esign for {V}irtual {G}lobes},
month = {June},
year = {2011},
edition = {1st},
isbn = {978-1568817118},
publisher = {CRC Press}
note = {\url{http://www.virtualglobebook.com}}
}</pre>
</body>
</html>