forked from BioKIC/Symbiota
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.php
113 lines (111 loc) · 5.97 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<?php
include_once('config/symbini.php');
//include_once('content/lang/index.'.$LANG_TAG.'.php');
header("Content-Type: text/html; charset=".$CHARSET);
?>
<html>
<head>
<title><?php echo $DEFAULT_TITLE; ?> Home</title>
<?php
include_once($SERVER_ROOT.'/includes/head.php');
include_once($SERVER_ROOT.'/includes/googleanalytics.php');
?>
<link href="<?php echo $CSS_BASE_PATH; ?>/jquery-ui.css" type="text/css" rel="stylesheet">
<link href="<?php echo $CSS_BASE_PATH; ?>/quicksearch.css" type="text/css" rel="Stylesheet" />
<script src="js/jquery-3.2.1.min.js" type="text/javascript"></script>
<script src="js/jquery-ui-1.12.1/jquery-ui.min.js" type="text/javascript"></script>
<script type="text/javascript">
var clientRoot = "<?php echo $CLIENT_ROOT; ?>";
</script>
<script src="js/symb/api.taxonomy.taxasuggest.js" type="text/javascript"></script>
<script src="<?PHP echo $CLIENT_ROOT; ?>/js/jquery.slides.js"></script>
</head>
<body>
<?php
include($SERVER_ROOT.'/includes/header.php');
?>
<table id="maintable" cellspacing="0">
<tr>
<td id='middlecenter' colspan="3">
<!-- This is inner text! -->
<div id="innertext">
<div style="float:right;margin-left:15px">
<!--
<div>
//<?php
//---------------------------SLIDESHOW SETTINGS---------------------------------------
//If more than one slideshow will be active, assign unique numerical ids for each slideshow.
//If only one slideshow will be active, leave set to 1.
$ssId = 1;
//Enter number of images to be included in slideshow (minimum 5, maximum 10)
$numSlides = 10;
//Enter width of slideshow window (in pixels, minimum 275, maximum 800)
$width = 350;
//Enter amount of days between image refreshes of images
$dayInterval = 7;
//Enter amount of time (in milliseconds) between rotation of images
$interval = 7000;
//Enter checklist id, if you wish for images to be pulled from a checklist,
//leave as 0 if you do not wish for images to come from a checklist
//if you would like to use more than one checklist, separate their ids with a comma ex. "1,2,3,4"
//$clid = '1279';
$clid = '39';
//Enter field, specimen, or both to specify whether to use only field or specimen images, or both
$imageType = 'specimen';
//Enter number of days of most recent images that should be included
$numDays = 30;
//---------------------------DO NOT CHANGE BELOW HERE-----------------------------
//ini_set('max_execution_time', 120);
//include_once($SERVER_ROOT.'/classes/PluginsManager.php');
//$pluginManager = new PluginsManager();
//echo $pluginManager->createSlideShow($ssId,$numSlides,$width,$numDays,$imageType,$clid,$dayInterval,$interval);
//?>
//---------------------------END SLIDESHOW SETTINGS---------------------------------------
</div>
-->
</div>
<div style="padding: 0px 10px;font-size:120%">
<h1 style=>Welcome to the CCH2 data portal</h1>
<p>
<b>CCH2</b> serves data from specimens housed in member herbaria of the <b>Consortium of California Herbaria (CCH)</b>. This portal has a worldwide scope and a broad taxonomic basis including vascular plants, bryophytes, algae, fungi, and lichens.
</p>
<p>
These data are currently growing due to the work of the <b>California Phenology Thematic Collections Network</b> (<b>CAP-TCN;</b> <a href="https://www.capturingcaliforniasflowers.org" target="_blank">https://www.capturingcaliforniasflowers.org</a>).
This collaboration of 28 universities, research stations, natural history collections, and botanical gardens aims to capture images, label data, and phenological (i.e., flowering time)
data from nearly 1 million herbarium specimens by 2022. Data contained in the CCH2 portal
will continue to grow even after this time through the activities of the CCH member institutions.
</p>
<p>
The CCH2 portal is managed by UC Berkeley and Cal Poly, San Luis Obispo.
</p>
<div style="float:right"><img src="images/layout/UC1278733_small.jpg" style="width:200px;margin:0px 90px" /></div>
<p> For more information about the California Consortium of Herbaria (CCH) see:</p>
<div style="margin-left:15px"><p><a href="http://ucjeps.berkeley.edu/consortium/about.html" target="_blank">http://ucjeps.berkeley.edu/consortium/about.html</a></p></div>
<div>
<b>Using CCH2 data:</b>
</div>
<div style="margin-top:15px;padding: 0px 10px">
Please refer to our <a href="http://cch2.org/portal/includes/usagepolicy.php">Data Use Policy</a>. The Consortium of California Herbaria asks that users not redistribute data obtained from this site.
However, links or references to this site may be freely posted. If you have any questions about this policy,
please contact Jason Alexander (<a href="mailto:[email protected]">[email protected]</a>) or Katie Pearson (<a href="mailto:[email protected]">[email protected]</a>).
</div>
<div style="margin-top:15px;padding: 0px 0px">
<b>More California specimen data may be found at the following portals:</b>
<ul>
<li>Only California vascular plants, linked to the statewide Jepson eFlora project: <a href="http://ucjeps.berkeley.edu/consortium/" target="_blank">CCH1 Portal</a></li>
<li>Bryophytes: <a href="https://bryophyteportal.org/portal/" target="_blank">Consortium of North American Bryophyte Herbaria</a></li>
<li>Fungi: <a href="http://mycoportal.org" target="_blank">Mycology Collections Portal (MyCoPortal)</a></li>
<li>Lichens: <a href="https://lichenportal.org/cnalh/" target="_blank">Consortium of North American Lichen Herbaria</a></li>
<li>Macroalgae: <a href="http://macroalgae.org" targert="_blank">Macroalgal Herbarium Consortium</a></li>
<li>Pteridophytes: <a href="http://www.pteridoportal.org/portal/" target="_blank">Pteridophyte Collections Consortium</a></li>
</ul>
</div>
</div>
</td>
</tr>
</table>
<?php
include($SERVER_ROOT.'/includes/footer.php');
?>
</body>
</html>