-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhome.php
32 lines (22 loc) · 1.58 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home</title>
<meta name="description" content="">
<meta name="author" content="">
</head>
<body>
<?php include_once("header.php");?>
<div class="container">
<div class="text-center">
<h1>Marine</h1>
<p class="lead">Group 3 IMS project</p>
</div>
This LIMS project aims to administrate and present physical oceanographic and biological data from the midriff archipelago region (MAR) of the Gulf of California, Mexico. The Gulf of California is a semi-enclosed sea, highly dynamic and productive. The MAR in the Gulf of California is characterized by an intense tidal mixing producing sharp thermal fronts.
<br><br>
The physical oceanographic processes are used to describe the distribution of larval fish habitats around the MAR in a three-dimensional form. The physical variables included in this LIMS are temperature, salinity, oxygen and fluorescence. The physical variables came from a SeaBird 911plus conductivity, temperature and depth (CTD) profiler, and were provided by Dr. Emilio A. Inda-Diaz. The biological variables include the species, larval stage and abundance from 0 to 200m depth by 50m stratum, and were provided by Dr. Emilio A. Inda-Diaz. The sampling methods for the physical and biological variables are described in Inda-Diaz et al. (2010).
<br><br><br><br><br><br>
Inda-Díaz Emilio A., Sánchez-Velasco Laura, Lavín Miguel F. 2010. Journal of Plankton Research 32(9): 1241-1254.
</div><!-- /.container -->
</body>
</html>