-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
63 lines (63 loc) · 2.93 KB
/
index.php
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
62
63
<!DOCTYPE HTML >
<html>
<head>
<title>CANOTIA a Journal of Arizona Botany and Mycology</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
</head>
<body bgcolor="#C0C0C0" text="#000000" link="#FFFFFF" vlink="#FFFFFF" background="images/background.jpg">
<table border="0" cellpadding="5" style="width: 1200px; background-color: #D0F5C0; margin-left: auto; margin-right: auto;">
<tr>
<td>
<?php include_once('menu_header.php'); ?>
</td>
</tr>
<tr>
<td>
<table cellpadding="10" align="center">
<tr>
<td width="10" bgcolor="#FFFFFF">
</td>
<td width="200" align="center" valign="top" bgcolor="335423"><p> </p><img src="images/CanotiaCoverSmall.jpg" width="150" height="200" border="1" /><p></p>
<font size="3" face="Arial" color="#FFFFFF">ISSN: 1931-3616</font>
</td>
<td width="10" bgcolor="#FFFFFF">
</td>
<td width="500" bgcolor="#FFFFFF"><br><font size="3">
<div align="justify"> <b><i>CANOTIA</i></b>, published by the Arizona State University Vascular Plant Herbarium (ASU),
is a journal devoted to botanical and mycological papers. These may include contributions to the
Vascular Plants of Arizona (VPA) project, checklists, local floras, new records for Arizona and ecological studies. All
manuscripts are peer-reviewed by specialists. Acceptance for publication will be at the discretion of the editor. At
least 30 printed copies of each issue are distributed to libraries in the United States, Europe, and Latin America.
Anyone may download copies free of charge. The Arizona Native Plant Society continues to provide financial support for
printed copies of issues that include contributions to the Vascular Plants of Arizona project [e.g., Vol. 1(1), Vol. 2(1),
Vol. 3(2), Vol. 4(2)].</div><p></p>
<p></p>
<p align="center"><img src="images/C_holo_Specimen.jpg" border="1" /></p>
<p align="center">
<b><i>CANOTIA</i></b> is named for <i>Canotia holacantha</i> Torr. (<i>Celastraceae</i>), a spiny shrub or small tree nearly endemic to Arizona.</font>
<p> </p></td>
<td width="10" bgcolor="#FFFFFF"></td>
<?php include_once('menu_right.php'); ?>
<td width="10" bgcolor="#FFFFFF"></td>
</tr>
</table>
</td><!-- Col 1 -->
</tr>
<tr>
<td>
<?php include_once('footer.php'); ?>
</td>
</tr>
</table>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-8819594-3");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>