change to new framework
This commit is contained in:
parent
65106f88be
commit
4e994eb218
|
@ -1,33 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('航空遥感');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
<p>航空遥感飞行试验是连接卫星遥感和地面综合观测之间的桥梁,2008年3月12日至7月20日完成了寒区水文、森林水文和干旱区水文的航空遥感试验任务。在寒区水文试验区开展了针对积雪和冻融的微波辐射计和高光谱航空遥感与地面同步试验;在森林水文试验区开展了针对森林结构参数和森林水文的高光谱、多角度热红外和激光雷达航空遥感试验;在干旱区水文试验区开展了针对植被生物物理参数、植被结构、土壤水分和蒸散发的高光谱、多角度热红外、激光雷达和微波辐射计的航空遥感与地面同步试验。共完成航空飞行25个架次,总飞行时间达110小时,获得了大量航空遥感、卫星遥感、地基遥感(微波辐射计、微波散射计、光谱仪)观测、多普勒雷达降水观测、微气象和大气廓线(探空与分光光度计)观测数据、地面同步观测的积雪属性、土壤水分、地表温度和植被生化物理参数等数据。航空遥感飞行区图如下。</p>
|
|
||||||
<img src="/images/water/airebone.jpg" />
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -1,31 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('探空观测');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -1,31 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('阿柔加密观测区');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -1,40 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('中游干旱区水文试验');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
|
|
||||||
<p> 中游干旱区水文试验区是由人工绿洲、绿洲—荒漠过渡带、荒漠草原、荒漠和水域共同组成的荒漠-绿洲景观系统。共包括6个加密观测区,由南向北分别为:<br />
|
|
||||||
(1)花寨子荒漠,位于张掖绿洲南缘,景观为荒漠草原。主要开展蒸散发和土壤水分以及荒漠植被生物物理和生物化学参数的同步观测。<br />
|
|
||||||
(2)盈科绿洲,位于张掖市以南8 km,是典型的农田生态系统,主要作物为植种玉米、大田玉米和小麦。该区主要开展农田蒸散发、相关生态参数及作物结构参数的同步观测,地表地下水相互作用监测,农田灌溉用水监测。<br />
|
|
||||||
(3)张掖市,开展城市周边土地利用状况调查和大气光学特性观测。<br />
|
|
||||||
(4)观象台,位于张掖国家气候观象台周边,景观为砾质戈壁。重点依赖于观象台的各种先进设备开展地表能量平衡观测。<br />
|
|
||||||
(5)临泽草地,位于兰州大学草地农业科技学院临泽草地生态试验站周边,土地覆盖类型为湿地、草地、盐碱地和农田。该区主要开展蒸散发、土壤水分、地表和冠层温度、生物物理参数的同步观测,并重点研究尺度转换方法、蒸散发遥感估算模型和蒸散发的数据同化方法。<br />
|
|
||||||
(6)临泽站,位于临泽内陆河流域综合研究站周边,包括过渡带及绿洲。该区主要开展生态水文变量的同步观测和长期监测,重点观测对象是蒸散发和凝结水。</p>
|
|
||||||
<img src="/images/water/arid.jpg" />
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -1,32 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('成像光谱仪');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -1,31 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('自动气象站观测');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
<?php
|
||||||
|
$this->headTitle($this->config->title->site);
|
||||||
|
$this->headTitle($this->config->title->data);
|
||||||
|
$this->headTitle()->setSeparator(' - ');
|
||||||
|
$this->headLink()->appendStylesheet('/css/water.css');
|
||||||
|
$this->nav[] = array('link'=>"/water",'title'=>'Watershed Allied Telemetry Experimental Research');
|
||||||
|
?>
|
||||||
|
<?= $this->render('breadcrumbs.phtml'); ?>
|
||||||
|
<div class="row">
|
||||||
|
<div class="span3">
|
||||||
|
<?= $this->partial('water/navi.phtml'); ?>
|
||||||
|
</div>
|
||||||
|
<div class="span9">
|
||||||
|
<?php if ($this->info) : ?>
|
||||||
|
<div class="well">
|
||||||
|
<?php if(!empty($this->info['body'])) echo $this->info['body'];?>
|
||||||
|
</div>
|
||||||
|
<?php endif; ?>
|
||||||
|
<?php if ($this->metadata) : ?>
|
||||||
|
<?php echo $this->page->getNavigation(); ?>
|
||||||
|
<div id="mdlist">
|
||||||
|
<ol start="<?php echo $this->offset; ?>">
|
||||||
|
<?php foreach($this->metadata as $md) : ?>
|
||||||
|
<li><a href="/water/view/uuid/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
||||||
|
<?php endforeach; ?>
|
||||||
|
</ol>
|
||||||
|
</div>
|
||||||
|
<?php endif; ?>
|
||||||
|
</div>
|
||||||
|
</div>
|
|
@ -1,32 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('扁都口加密观测区');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -1,31 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('冰沟流域加密观测区');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -1,28 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle('全部浏览');
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/metadata.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('浏览');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div id='tools'>
|
|
||||||
<?= $this->partial('data/tools.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<hr />
|
|
||||||
<div class="mditem">
|
|
||||||
<div class="thumb"><img src="/service/thumb/id/<?php echo $md['id'];?>" /></div>
|
|
||||||
<h2><a href="/data/<?php echo $md['uuid'];?>"><?php echo $this->escape($md['title']);?></a>
|
|
||||||
<a href="/data/xml/id/<?php echo $md['id'];?>" title="XML模式查看"><img src="/images/xml.gif" /></a>
|
|
||||||
<a href="/data/map/id/<?php echo $md['id']; ?>" title="查看数据空间范围"><img src="/images/map.gif" /></a>
|
|
||||||
</h2>
|
|
||||||
<div class="summary"><?php echo str_replace(array("\r\n", "\n", "\r"),'<br />',mb_strlen($md['description'])>400?$this->escape(mb_substr($md['description'],0,400,'UTF-8').'...'):$this->escape($md['description']));?></div>
|
|
||||||
</div>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
<hr />
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
|
@ -1,65 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('上游寒区水文试验');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
|
|
||||||
<p>上游寒区水文试验区内的加密观测区包括:<br />
|
|
||||||
(1)冰沟流域,流域面积30.28 km<sup>2</sup>,海拔3450~4400 m,平均为3920 m,平均宽度3.59 km,季节性积雪厚度约为0.5 m,最深达0.8~1.0 m,多年冻土下界可能在3400 m左右。主要开展积雪遥感同步观测,长期观测目标为积雪水文和冻土水文。<br />
|
|
||||||
(2)阿柔,位于八宝河流域中部河谷地带,海拔约3000 m,地势开阔平坦。主要开展积雪和地表冻融状态的遥感-地面同步观测,并长期观测季节冻土的水热变化特征。<br />
|
|
||||||
(3)扁都口,民乐县扁都口以北的平坦开阔地,平均海拔2800 m,观测瞬时积雪及地表冻融状态,验证被动微波地表冻融分类算法。</p>
|
|
||||||
<img src="/images/water/cold.jpg" />
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
<div id='tools'>
|
|
||||||
<?= $this->partial('water/tools.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div id="links">
|
|
||||||
<h3>
|
|
||||||
<?php echo $this->searchform; ?>
|
|
||||||
<a href="/data/advancesearch">高级搜索</a></h3>
|
|
||||||
<?php if ($this->keyword) : ?>
|
|
||||||
<div id='keyword'>
|
|
||||||
<?php
|
|
||||||
$keytypezh=array('place'=>'地点关键词','theme'=>'主题关键词','discipline'=>'学科关键词','stratum'=>'地层关键词','temporal'=>'时间关键词');
|
|
||||||
foreach($this->keywords as $type=>$kcg) :
|
|
||||||
if (is_array($kcg) && count($kcg)>0 ) :
|
|
||||||
?>
|
|
||||||
<fieldset><legend><a href="/water/tag/"><?php echo $keytypezh[$type]; ?></a></legend>
|
|
||||||
<ul>
|
|
||||||
<?php foreach($kcg as $cg) : ?>
|
|
||||||
<li><a href='/water/tag/<?php echo $cg['keyword']; ?>'><?php echo $cg['keyword']; ?></a><span class="note">(<?php echo $cg['count']; ?>)</span></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</fieldset>
|
|
||||||
<?php endif;endforeach; ?>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
-->
|
|
|
@ -1,35 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle('特色数据集');
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/datasetcd.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('特色数据集');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
$auth = Zend_Auth::getInstance();
|
|
||||||
?>
|
|
||||||
<?php
|
|
||||||
foreach ($this->rows as $row) {
|
|
||||||
?>
|
|
||||||
<div class="itemCd">
|
|
||||||
<div class="image"><img src="<?php echo $row->img; ?>" /></div>
|
|
||||||
<div class="title"><?php echo $row->title;?></div>
|
|
||||||
<div class="filesize">(<?php echo $row->size;?>MB)</div>
|
|
||||||
<div class="descript"><span class="intro">简介:</span><?php echo $row->descript; ?></div>
|
|
||||||
|
|
||||||
<div class="link">
|
|
||||||
<?php if ($row->uuid) : ?>
|
|
||||||
<a href="/data/download/uuid/<?php echo $row->uuid; ?>">直接下载</a>(需登录)
|
|
||||||
| <a href="/data/<?php echo $row->uuid; ?>">详细元数据信息</a>
|
|
||||||
<?php else: ?>
|
|
||||||
<?php if ($auth->hasIdentity()) : ?>
|
|
||||||
<a href="<?php echo $row->url;?>">下载ISO文件</a>
|
|
||||||
<?php else: ?>
|
|
||||||
<a href="/account/login">请先登录后再下载ISO文件</a>
|
|
||||||
<?php endif; ?>
|
|
||||||
<?php endif; ?>
|
|
||||||
| <a href="<?php echo $row->document;?>">详细数据文档</a></div>
|
|
||||||
</div>
|
|
||||||
<?php } ?>
|
|
|
@ -1,14 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle('浏览详细元数据');
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/metadata.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('浏览详细元数据');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div id="detailxml">
|
|
||||||
<?php echo $this->xml; ?>
|
|
||||||
</div>
|
|
|
@ -3,10 +3,10 @@ $this->headTitle($this->config->title->site);
|
||||||
$this->headTitle($this->config->title->data);
|
$this->headTitle($this->config->title->data);
|
||||||
$this->headTitle()->setSeparator(' - ');
|
$this->headTitle()->setSeparator(' - ');
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
$this->headLink()->appendStylesheet('/css/water.css');
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
$this->breadcrumb('<a href="/">Home</a>');
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
$this->breadcrumb('<a href="/water/">WATER</a>');
|
||||||
$this->breadcrumb('试验文档');
|
$this->breadcrumb('Documents');
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
$this->breadcrumb()->setSeparator(' > ');
|
||||||
?>
|
?>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
@ -15,40 +15,30 @@ $this->breadcrumb()->setSeparator(' > ');
|
||||||
</div>
|
</div>
|
||||||
<div class="span9">
|
<div class="span9">
|
||||||
<div id="intro">
|
<div id="intro">
|
||||||
<h3>试验总结报告:</h3>
|
<h3>Document</h3>
|
||||||
<ol>
|
<ol>
|
||||||
<li><a href="/doc/数据总体报告v1.pdf">数据总体报告</a></li>
|
<li><a href="/service/attach/id/1532">WATER Data Report</a></li>
|
||||||
<li><a href="/doc/航空遥感试验数据专题报告v1.pdf">航空遥感试验数据专题报告</a></li>
|
<li><a href="/service/attach/id/1531">Meteorological and Hydrological Experiments Report</a></li>
|
||||||
<li><a href="/doc/WATER试验地面数据报告v0.pdf">WATER试验地面数据报告</a></li>
|
|
||||||
<li><a href="/doc/气象水文试验数据专题报告v1.pdf">气象水文试验数据专题报告</a></li>
|
|
||||||
</ol>
|
</ol>
|
||||||
<h3>试验设计和总结文献:</h3>
|
<h3>Recommended Publications:</h3>
|
||||||
<p>李新,马明国,王建,刘强,车涛,胡泽勇,肖青,柳钦火,苏培玺,楚荣忠,晋锐,
|
|
||||||
王维真,冉有华。黑河流域遥感-地面观测同步试验:科学目标与试验方案。地球科学
|
|
||||||
进展,2008, 23(9): 897-914. <a href="/images/water/water_04.pdf">下载</a></p>
|
|
||||||
<p>Li X, Li XW, Li ZY, Ma MG, Wang J, Xiao Q, Liu Q, Che T, Chen EX, Yan GJ, Hu
|
<p>Li X, Li XW, Li ZY, Ma MG, Wang J, Xiao Q, Liu Q, Che T, Chen EX, Yan GJ, Hu
|
||||||
ZY, Zhang LX, Chu RZ, Su PX, Liu QH, Liu SM, Wang JD, Niu Z, Chen Y, Jin R,
|
ZY, Zhang LX, Chu RZ, Su PX, Liu QH, Liu SM, Wang JD, Niu Z, Chen Y, Jin R,
|
||||||
Wang WZ, Ran YH, Xin XZ, Ren HZ. Watershed Allied Telemetry Experimental
|
Wang WZ, Ran YH, Xin XZ, Ren HZ. Watershed Allied Telemetry Experimental
|
||||||
Research. Journal of Geophysical Research, 2009, 114(D22103),
|
Research. Journal of Geophysical Research, 2009, 114(D22103),
|
||||||
doi:10.1029/2008JD011590. <a href="/images/water/water_02.pdf">下载</a>
|
doi:10.1029/2008JD011590. <a href="/service/attach/id/274">Download</a>
|
||||||
</p>
|
|
||||||
<p>马明国,刘强,阎广建,陈尔学,肖青,苏培玺,胡泽勇,李新,牛铮,王维真,钱金波,宋怡,丁松爽,辛晓洲,任华忠,黄春林,晋锐,车涛,楚荣忠。
|
|
||||||
黑河流域遥感-地面观测同步试验:森林水文和中游干旱区水文试验。地球科学进展,2009,24(7):681-695. <a href="/images/water/water_01.pdf">下载</a>
|
|
||||||
</p>
|
|
||||||
<p>王建,车涛,张立新,晋锐,王维真,李新,梁继,郝小华,李弘毅,吴月茹。
|
|
||||||
黑河流域上游寒区水文遥感-地面同步观测试验介绍。冰川冻土,2009, 31(2): 189-197. <a href="/images/water/water_03.pdf">下载</a>
|
|
||||||
</p>
|
</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3>试验成果(数据相关)</h3>
|
<h3>Publications</h3>
|
||||||
<?php if ($this->refs) : ?>
|
<?php if ($this->refs) : ?>
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
<?php echo $this->page->getNavigation(); ?>
|
||||||
<div id="mdlist">
|
<div id="mdlist">
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
<ol start="<?php echo $this->offset; ?>">
|
||||||
<?php foreach($this->refs as $md) : ?>
|
<?php foreach($this->refs as $md) : ?>
|
||||||
<li><?php echo $md['reference'];
|
<li><?php echo $md['reference'];
|
||||||
if ($md['link'])
|
if ($md['attid'])
|
||||||
{
|
{
|
||||||
echo ' <a href="'.$md['link'].'">下载</a>';
|
echo '<a href="/knowledge/paper/id/'.$md['id'].'"><i class="icon-info-sign text-success"></i>Detail</a>';
|
||||||
|
echo ' <a href="/service/attach/id/'.$md['attid'].'"><i class="icon-download text-success"></i>Download</a>';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -1,36 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('降雨雷达观测');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php endif; ?>
|
|
||||||
<div> </div>
|
|
||||||
<div id="intro">
|
|
||||||
<p>高寒山区和干旱区降水都具有高度的异质性,因此提高降水的观测精度是寒区和干旱区水文研究中的核心问题。试验中利用先进的车载双偏振多普勒天气雷达在黑河上游和中游地区,开展高密度的雷达降水观测;并建立地面降水粒子滴谱仪观测点和地面降水加密观测网点,与架设在张掖国家气候观象台的我国新一代多普勒天气雷达联网,探索利用雷达联合观测反演降水类型和强度的方法,建立系统化雷达降水估测数据集;评估利用国家业务多普勒雷达网在黑河中上游地区进行长期降水观测的可行性。</p>
|
|
||||||
<p>车载双偏振多普勒天气雷达在寒区水文试验中布设在八宝河流域阿柔乡(100.45°E, 38.06°N, 3001 m),可覆盖整个八宝河流域;森林水文和干旱区水文试验中布设在民乐六坝(100.66°E, 38.73°N, 1668 m),与张掖国家气候观象台业务雷达观测相配合,可覆盖大野口流域和中游全部观测区。</p>
|
|
||||||
<p>配合多普勒雷达观测,于加密观测期在试验区设置两个降水粒子滴谱仪观测点,布设了大量降水加密观测网点,其中,寒区水文试验区33个简易量雪桶,干旱区水文试验区29个RG3-M型雨量计,森林水文试验区按100~200 m海拔梯度布设加密的降水观测点。这些新增的降雨观测与气象水文观测网络及黑河流域业务水文站的降水观测,构成了试验区降水观测网络(如图),为获取高分辨率的降水数据集提供了可能。</p>
|
|
||||||
</div>
|
|
||||||
<img src="/images/water/doppler.jpg" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -1,31 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('大野口流域加密观测区');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -1,32 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('峨堡加密观测区');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -1,35 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('涡动相关观测');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
<p>“黑河综合遥感联合试验”通量观测站点包括:大野口关滩森林站、临泽草地站、阿柔站、盈科绿洲站,所用的通量观测设备为Campbell公司的开路涡动相关通量系统,包括三维超声风速、温度计CSAT3和红外线气体分析仪LI-7500。观测数据有10Hz的三维风速、温度、CO<sub>2</sub>浓度及水汽浓度等量。为了保证试验观测数据的质量,实现观测数据与其他站点观测的一致性和可比性,根据王介民(2009)编写的涡动相关通量观测指导手册及其提供的改进的EdiRe程序,对试验的通量观测数据进行了质量控制和处理。该手册编写中参考了美国通量观测网的涡动相关通量观测指南和欧洲通量网及有关专家的推荐文件等。计算软件基于EdiRe有关模块,参考全球通量网一些建议标准,用于各站湍流原始资料的后处理,主要过程包括异常值检验、坐标旋转、超声虚温校正、时间滞后剔除、频率响应修正、WPL修正以及稳定度检验等基本处理,最后得到30分钟的感热、潜热及CO<sub>2</sub>通量。</p>
|
|
||||||
<p>
|
|
||||||
参考文献:
|
|
||||||
王介民 编。涡动相关通量观测指导手册,2009,p24.</p>
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -1,20 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle('特色推荐');
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/feature.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('特色推荐');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
$auth = Zend_Auth::getInstance();
|
|
||||||
?>
|
|
||||||
<?php foreach ($this->feature as $f) { ?>
|
|
||||||
<div class="item">
|
|
||||||
<img src="<?= $f['imgurl']; ?>" alt="<?= $f['imgtext']; ?>"/>
|
|
||||||
<h2><?= $f['title'];?></h2>
|
|
||||||
<div class="description"><?= $f['description']; ?></div>
|
|
||||||
<div class="more"><a href="<?= $f['detailurl'];?>">详细</a></div>
|
|
||||||
</div>
|
|
||||||
<?php } ?>
|
|
|
@ -1,49 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('森林水文试验');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
<p>森林水文试验的加密观测区选择大野口流域和排露沟小流域(如图)。<br />
|
|
||||||
(1)大野口流域,是一个独立水系,大野口水库以上汇水面积为70 km<sup>2</sup>,主要树种为青海云杉。<br />
|
|
||||||
(2)排露沟流域,海拔2600~3800 m,面积2.73 km<sup>2</sup>,年平均气温0.7℃,年平均降水量435.5 mm,观测基础较好,
|
|
||||||
祁连山水源涵养林研究院在该流域内布设了森林水文观测系统及大量水文和植被观测样地。</p>
|
|
||||||
|
|
||||||
<p>甘肃省水源涵养林研究院2003年曾在排露沟流域设置了15个20m×20m的森林固定观测样地,2007年7月21日至8月16日,
|
|
||||||
寒旱所和水涵院开展了这些森林样的调查工作,调查了16个森林样地(15个固定样方和1个幼林样方)。
|
|
||||||
另外还调查了10个灌木样方和8个草地样方,这些样方与水涵院2003年7-8月在该流域开展的样方调查的位置基本一致,可以形成对照。</p>
|
|
||||||
<p>2008年6月1日至15日,中国林业科学研究院资源信息研究所、中国科学院遥感应用研究所、
|
|
||||||
北京师范大学和甘肃省水源涵养林研究院等单位在大野口流域开展了森林结构参数和生物物理参数的加密观测试验。
|
|
||||||
这些试验包括固定样地观测、临时样地观测、超级样地观测和样带观测四部分内容。</p>
|
|
||||||
<p>固定样地观测集中在排露沟流域,对具有多年观测历史资料积累的15块森林固定样地进行了冠层结构参数(叶面积指数(Leaf Area Index, LAI)和郁闭度等)的观测,利用的仪器包括LAI2000、TRAC和HemiView以及北京师范大学自制的冠层结构观测设备。</p>
|
|
||||||
<p>临时样地观测是为了提高森林观测样地在空间分布上的均匀性,在大野口流域选择了43块25m×25m的临时样地,测量了样地每株树的胸径、冠幅和枝下高,按径阶抽取优势木测量了树高,并测量了样地林分的株数密度、郁闭度、LAI和立地因子。</p>
|
|
||||||
<p>超级样地观测是指在大野口关滩森林观测塔周围设置了一个100m×100m的超级样地,利用各种仪器设备对该样地进行了详细的观测。具体观测内容包括:(1)利用全站仪对样地内的每株树木的平面空间分布位置进行了精确定位;(2)对样地内每株树进行了树高、胸径、枝下高和冠幅的测量;(3)利用LAI2000、TRAC和HemiView测量了林分的LAI;(3)利用地基LiDAR对林分结构进行了三维扫描;(4)分别幼龄林、中龄林、成熟林三级,各抽取10株树,采集不同部位的枝叶样品进行了湿重和干重测量;(5)测量了样地的地表粗糙度和土壤湿度;(6)利用ASD光谱仪测量了典型林木的树冠光谱和BRDF。</p>
|
|
||||||
<p>样带观测是指在大野口关滩森林站设置了一个通过超级样地,与航带平行,跨越不同结构林分和地形的样带,宽20m,长1km。在样带上每隔50米设1块20m×20m的森林样地,分别样地观测林木的树高、胸径、枝下高和冠幅,并测量林分的LAI。
|
|
||||||
<p>在排露沟阴坡固定样方和关滩阳坡超级样方里分别设置了一个青海云杉林水文参数观测场,根据不同的郁闭度布设雨量桶、截留槽、苔藓截留桶、树干径流收集器和自制蒸散桶等设备,以获取不同的郁闭度的森林水文特征数据。</p>
|
|
||||||
|
|
||||||
<img src="/images/water/forest.png" />
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -1,31 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('水文观测');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -1,32 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('花寨子荒漠加密观测区');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -3,9 +3,9 @@ $this->headTitle($this->config->title->site);
|
||||||
$this->headTitle($this->config->title->data);
|
$this->headTitle($this->config->title->data);
|
||||||
$this->headTitle()->setSeparator(' - ');
|
$this->headTitle()->setSeparator(' - ');
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
$this->headLink()->appendStylesheet('/css/water.css');
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
$this->breadcrumb('<a href="/">Home</a>');
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
||||||
$this->breadcrumb('黑河综合遥感联合试验');
|
$this->breadcrumb('WATER');
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
$this->breadcrumb()->setSeparator(' > ');
|
||||||
?>
|
?>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
@ -16,60 +16,18 @@ $this->breadcrumb()->setSeparator(' > ');
|
||||||
<div class="row" style="overflow:hidden;">
|
<div class="row" style="overflow:hidden;">
|
||||||
<div class="input-append">
|
<div class="input-append">
|
||||||
<form id="search" enctype="application/x-www-form-urlencoded" action="/water/search" method="post">
|
<form id="search" enctype="application/x-www-form-urlencoded" action="/water/search" method="post">
|
||||||
<input type="text" name="q" id="q" value="输入关键词搜索标题和摘要" onfocus="myfocus(this);" onblur="myblur(this);">
|
<input type="text" name="q" id="q" value="Title or Abstract" onfocus="myfocus(this);" onblur="myblur(this);">
|
||||||
<button class="btn" type="submit" name="submit" id="submit">搜索</button>
|
<button class="btn" type="submit" name="submit" id="submit">Search</button>
|
||||||
<button class="btn" type="button" onclick="location.href='/water/tag'">关键词导航</button>
|
<button class="btn" type="button" onclick="location.href='/water/tag'">Keywords</button>
|
||||||
<button class="btn" type="button" onclick="location.href='/water/timeline'">时间轴导航</button>
|
<button class="btn" type="button" onclick="location.href='/water/timeline'">Timeline</button>
|
||||||
<button class="btn" type="button" onclick="location.href='/water/timemap'">时空联合导航</button>
|
<button class="btn" type="button" onclick="location.href='/water/timemap'">TimeMap</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="clear"> </div>
|
<div class="clear"> </div>
|
||||||
<div id="intro">
|
<div id="intro">
|
||||||
<img class="pull-right" width="400" src="/images/water/water.jpg" />
|
<h1>Watershed Allied Telemetry Experimental Research</h1>
|
||||||
<h1>黑河综合遥感联合试验</h1>
|
<?php if(!empty($this->info['body'])) echo $this->info['body'];?>
|
||||||
<p>
|
|
||||||
“黑河综合遥感联合试验”是由中国科学院西部行动计划(二期)项目“黑河流域遥感
|
|
||||||
-地面观测同步试验与综合模拟平台建设”与国家重点基础研究发展计划(973计划)项
|
|
||||||
目“陆表生态环境要素主被动遥感协同反演理论与方法”共同设计并组织实施。是在流
|
|
||||||
域尺度上开展的,以水循环及与之密切联系的生态过程为主要研究对象的大型航空、卫
|
|
||||||
星遥感与地面同步观测科学试验。</p>
|
|
||||||
<p>
|
|
||||||
试验以具备鲜明的高寒与干旱区伴生为主要特征的黑河流域为试验区,以水循环为主要
|
|
||||||
研究对象,利用航空遥感、卫星遥感、地面雷达、水文气象观测、通量观测、生态监测
|
|
||||||
等相关设备,开展航空、卫星和地面配合的大型观测试验,精细观测干旱区内陆河流域
|
|
||||||
高山冰雪和冻土带、山区水源涵养林带、中游人工绿洲及天然荒漠绿洲带的水循环和生
|
|
||||||
态过程的各个分量;并且以航空遥感为桥梁,通过高精度的真实性验证,发展尺度转换
|
|
||||||
方法,改善从卫星遥感资料反演和间接估计水循环各分量及与之密切联系的生态和其他
|
|
||||||
地表过程分量的模型和算法。
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
“黑河综合遥感联合试验” 由寒区水文试验、森林水文试验和干旱区水文试验,以及
|
|
||||||
一个集成研究――模拟平台和数据平台建设组成,共分为4个主要阶段,包括试验准备
|
|
||||||
期、预试验期、加强试验期和持续观测期。其中,2007年夏季(7~10月)开展了森林
|
|
||||||
水文和中游干旱区水文预试验,冬季(10~12月)开开展了上游寒区水文试验预试验。
|
|
||||||
2007年底建立了加密的气象水文观测网。2008年是加强观测试验实施的重要一年,完成
|
|
||||||
了寒区水文、森林水文和干旱区水文的星-机-地同步加强观测试验。其中,2008年3
|
|
||||||
月12日至4月12日完成了寒区水文试验,5月15日至7月20日完成了森林水文和干旱区水
|
|
||||||
文试验。寒区水文试验开展了针对积雪和冻融的微波辐射计和高光谱航空遥感与地面同
|
|
||||||
步试验;森林水文试验开展了针对森林结构参数和森林水文的高光谱、多角度热红外和
|
|
||||||
激光雷达航空遥感试验;干旱区水文试验开展了针对植被生物物理参数、植被结构、土
|
|
||||||
壤水分和蒸散发的高光谱、多角度热红外、激光雷达和微波辐射计的航空遥感与地面同
|
|
||||||
步试验。加强试验结束后,开展了持续观测试验,主要依靠加密的气象水文观测网持续
|
|
||||||
获取至2008年1月1日至2009年12月31日两个完整年度的资料。试验的设计见(李新 等,2008),试验总结详见(Li Xin et al, 2009),上游寒区试验
|
|
||||||
的初步总结详见(王建 等, 2009),中游试验的初步总结详见(马
|
|
||||||
明国 等, 2009)。</p>
|
|
||||||
<p>
|
|
||||||
“黑河综合遥感联合试验”共完成25年架次、110个小时的航空遥感飞行试验,来自28
|
|
||||||
家相关单位的281位科学家、工程技术人员和研究生参加试验。获得了大量航空遥感、
|
|
||||||
卫星遥感、地基遥感(微波辐射计、微波散射计、光谱仪)观测、多普勒雷达降水观
|
|
||||||
测、微气象和大气廓线(探空与分光光度计)观测数据、地面同步观测的积雪属性、土
|
|
||||||
壤水分、地表温度和植被生化物理参数等数据。数据可在本网站查询和获取。
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
“黑河综合遥感联合试验”主要由中国科学院寒区旱区环境与工程研究所、中国科学院遥感应用研究所、北京师范大学地理学与遥感科学学院和中国林业科学研究院资源信息研究所组织实施,另有中国科学院上海技术物理研究所等28家同行单位参加试验,同时试验的完成离不开张掖气象局,甘肃省祁连山水源涵养林研究院、张掖水务局、甘肃省张掖市政府、青海省祁连县政府及当地群众的热情支持。
|
|
||||||
</p>
|
|
||||||
<div class="more"><a href="http://water.westgis.ac.cn/">详细信息>></a></div>
|
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
function myfocus(element) {
|
function myfocus(element) {
|
||||||
|
|
|
@ -1,31 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('大孔径闪烁仪观测');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -1,32 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('WiDAS');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -1,32 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('临泽草地加密观测区');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -1,32 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('临泽站加密观测区');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -1,33 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('气象水文观测');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
<p>在黑河流域已有观测网络的基础上,在3个重点试验区依据不同景观类型新建了7个自动气象站,4套涡动相关,2套大孔径闪烁仪。新建的观测系统和试验区已有的5个自动气象站, 2套涡动相关,8个业务气象站及34个气象区域站相配合,在试验区(如下图)约23700 km<sup>2</sup> 的范围内,形成了包括常规站、重点站和重点加强站三位一体的黑河中上游地区地面气象水文观测网,以满足不同层次科学研究的需要。大部分观测站获取了2008年和2009年两个完整年度的资料,部分台站观测数据有损失。</p>
|
|
||||||
<img src="/images/water/meteo.jpg" />
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -1,31 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('移动气象站观测');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -2,101 +2,101 @@
|
||||||
<div class="accordion-group heihe-accordion-title">
|
<div class="accordion-group heihe-accordion-title">
|
||||||
<div class="accordion-heading" id="Nav-water-index">
|
<div class="accordion-heading" id="Nav-water-index">
|
||||||
<a class="accordion-toggle" href="/water/">
|
<a class="accordion-toggle" href="/water/">
|
||||||
试验简介
|
Introduction
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="accordion-group heihe-accordion-title">
|
<div class="accordion-group heihe-accordion-title">
|
||||||
<div class="accordion-heading" id="Nav-water-cold">
|
<div class="accordion-heading" id="Nav-water-cold">
|
||||||
<a href="/water/cold" title="查看详细" class="pull-right detail-link"><i class="icon-search"></i></a>
|
<a href="/water/cold" title="View Details" class="pull-right detail-link"><i class="icon-search"></i></a>
|
||||||
<a class="accordion-toggle" data-toggle="collapse" data-parent="#side_accordion" href="#collapse1">
|
<a class="accordion-toggle" data-toggle="collapse" data-parent="#side_accordion" href="#collapse1">
|
||||||
上游寒区水文试验
|
Cold region hydrology experiment
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="collapse1" class="accordion-body collapse">
|
<div id="collapse1" class="accordion-body collapse">
|
||||||
<div class="accordion-inner">
|
<div class="accordion-inner">
|
||||||
<ul class="nav nav-list heihe-subnav">
|
<ul class="nav nav-list heihe-subnav">
|
||||||
<li id="Nav-water-bg"><i class="icon-chevron-right"></i><a href="/water/bg">冰沟流域加密观测区</a></li>
|
<li id="Nav-water-bg"><i class="icon-chevron-right"></i><a href="/water/bg">Binggou</a></li>
|
||||||
<li id="Nav-water-ar"><i class="icon-chevron-right"></i><a href="/water/ar">阿柔加密观测区</a></li>
|
<li id="Nav-water-ar"><i class="icon-chevron-right"></i><a href="/water/ar">A'rou</a></li>
|
||||||
<li id="Nav-water-bdk"><i class="icon-chevron-right"></i><a href="/water/bdk">扁都口加密观测区</a></li>
|
<li id="Nav-water-bdk"><i class="icon-chevron-right"></i><a href="/water/bdk">Biandukou</a></li>
|
||||||
<li id="Nav-water-eb"><i class="icon-chevron-right"></i><a href="/water/eb">峨堡加密观测区</a></li>
|
<li id="Nav-water-eb"><i class="icon-chevron-right"></i><a href="/water/eb">E'Bao</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="accordion-group heihe-accordion-title">
|
<div class="accordion-group heihe-accordion-title">
|
||||||
<div class="accordion-heading" id="Nav-water-cold">
|
<div class="accordion-heading" id="Nav-water-cold">
|
||||||
<a href="/water/forest" title="查看详细" class="pull-right detail-link"><i class="icon-search"></i></a>
|
<a href="/water/forest" title="View Details" class="pull-right detail-link"><i class="icon-search"></i></a>
|
||||||
<a class="accordion-toggle" data-toggle="collapse" data-parent="#side_accordion" href="#collapse2">
|
<a class="accordion-toggle" data-toggle="collapse" data-parent="#side_accordion" href="#collapse2">
|
||||||
森林水文试验
|
Forest hydrology experiment
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="collapse2" class="accordion-body collapse">
|
<div id="collapse2" class="accordion-body collapse">
|
||||||
<div class="accordion-inner">
|
<div class="accordion-inner">
|
||||||
<ul class="nav nav-list heihe-subnav">
|
<ul class="nav nav-list heihe-subnav">
|
||||||
<li id="Nav-water-dyk"><i class="icon-chevron-right"></i><a href="/water/dyk">大野口流域加密观测区</a></li>
|
<li id="Nav-water-dyk"><i class="icon-chevron-right"></i><a href="/water/dyk">Dayekou watershed</a></li>
|
||||||
<li id="Nav-water-plg"><i class="icon-chevron-right"></i><a href="/water/plg">排露沟流域加密观测区</a></li>
|
<li id="Nav-water-plg"><i class="icon-chevron-right"></i><a href="/water/plg">Pailugou watershed</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="accordion-group heihe-accordion-title">
|
<div class="accordion-group heihe-accordion-title">
|
||||||
<div class="accordion-heading" id="Nav-water-cold">
|
<div class="accordion-heading" id="Nav-water-cold">
|
||||||
<a href="/water/arid" title="查看详细" class="pull-right detail-link"><i class="icon-search"></i></a>
|
<a href="/water/arid" title="View Details" class="pull-right detail-link"><i class="icon-search"></i></a>
|
||||||
<a class="accordion-toggle" data-toggle="collapse" data-parent="#side_accordion" href="#collapse3">
|
<a class="accordion-toggle" data-toggle="collapse" data-parent="#side_accordion" href="#collapse3">
|
||||||
中游干旱区水文试验
|
Arid region hydrology experiment
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="collapse3" class="accordion-body collapse">
|
<div id="collapse3" class="accordion-body collapse">
|
||||||
<div class="accordion-inner">
|
<div class="accordion-inner">
|
||||||
<ul class="nav nav-list heihe-subnav">
|
<ul class="nav nav-list heihe-subnav">
|
||||||
<li id="Nav-water-hzz"><i class="icon-chevron-right"></i><a href="/water/hzz">花寨子荒漠加密观测区</a></li>
|
<li id="Nav-water-hzz"><i class="icon-chevron-right"></i><a href="/water/hzz">Huazhaizi</a></li>
|
||||||
<li id="Nav-water-yk"><i class="icon-chevron-right"></i><a href="/water/yk">盈科绿洲加密观测区</a></li>
|
<li id="Nav-water-yk"><i class="icon-chevron-right"></i><a href="/water/yk">Yingke oasis</a></li>
|
||||||
<li id="Nav-water-zy"><i class="icon-chevron-right"></i><a href="/water/zy">张掖市加密观测区</a></li>
|
<li id="Nav-water-zy"><i class="icon-chevron-right"></i><a href="/water/zy">Zhangye city</a></li>
|
||||||
<li id="Nav-water-zynoc"><i class="icon-chevron-right"></i><a href="/water/zynoc">观象台加密观测区</a></li>
|
<li id="Nav-water-zynoc"><i class="icon-chevron-right"></i><a href="/water/zynoc">National Observatory on Climatology at Zhangye</a></li>
|
||||||
<li id="Nav-water-lzg"><i class="icon-chevron-right"></i><a href="/water/lzg">临泽草地加密观测区</a></li>
|
<li id="Nav-water-lzg"><i class="icon-chevron-right"></i><a href="/water/lzg">Linze grassland</a></li>
|
||||||
<li id="Nav-water-lzs"><i class="icon-chevron-right"></i><a href="/water/lzs">临泽站加密观测区</a></li>
|
<li id="Nav-water-lzs"><i class="icon-chevron-right"></i><a href="/water/lzs">Linze station</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="accordion-group heihe-accordion-title">
|
<div class="accordion-group heihe-accordion-title">
|
||||||
<div class="accordion-heading" id="Nav-water-cold">
|
<div class="accordion-heading" id="Nav-water-cold">
|
||||||
<a href="/water/meteo" title="查看详细" class="pull-right detail-link"><i class="icon-search"></i></a>
|
<a href="/water/meteo" title="View Details" class="pull-right detail-link"><i class="icon-search"></i></a>
|
||||||
<a class="accordion-toggle" data-toggle="collapse" data-parent="#side_accordion" href="#collapse4">
|
<a class="accordion-toggle" data-toggle="collapse" data-parent="#side_accordion" href="#collapse4">
|
||||||
气象水文观测
|
Meteorological and Hydrological Flux observation
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="collapse4" class="accordion-body collapse">
|
<div id="collapse4" class="accordion-body collapse">
|
||||||
<div class="accordion-inner">
|
<div class="accordion-inner">
|
||||||
<ul class="nav nav-list heihe-subnav">
|
<ul class="nav nav-list heihe-subnav">
|
||||||
<li id="Nav-water-autometeo"><i class="icon-chevron-right"></i><a href="/water/autometeo">自动气象站观测</a></li>
|
<li id="Nav-water-autometeo"><i class="icon-chevron-right"></i><a href="/water/autometeo">Automatic meteorological observations</a></li>
|
||||||
<li id="Nav-water-mobilemeteo"><i class="icon-chevron-right"></i><a href="/water/mobilemeteo">移动气象站观测</a></li>
|
<li id="Nav-water-mobilemeteo"><i class="icon-chevron-right"></i><a href="/water/mobilemeteo">Mobile meteorological station observations</a></li>
|
||||||
<li id="Nav-water-ec"><i class="icon-chevron-right"></i><a href="/water/ec">涡动相关观测</a></li>
|
<li id="Nav-water-ec"><i class="icon-chevron-right"></i><a href="/water/ec">Eddy covariance observations</a></li>
|
||||||
<li id="Nav-water-las"><i class="icon-chevron-right"></i><a href="/water/las">大孔径闪烁仪观测</a></li>
|
<li id="Nav-water-las"><i class="icon-chevron-right"></i><a href="/water/las">LAS observations </a></li>
|
||||||
<li id="Nav-water-normalmeteo"><i class="icon-chevron-right"></i><a href="/water/normalmeteo">业务气象站观测</a></li>
|
<li id="Nav-water-normalmeteo"><i class="icon-chevron-right"></i><a href="/water/normalmeteo">CMA operational meteorological stations observations</a></li>
|
||||||
<li id="Nav-water-regionalmeteo"><i class="icon-chevron-right"></i><a href="/water/regionalmeteo">区域气象站观测</a></li>
|
<li id="Nav-water-regionalmeteo"><i class="icon-chevron-right"></i><a href="/water/regionalmeteo">Rgional meteorological stations observations</a></li>
|
||||||
<li id="Nav-water-doppler"><i class="icon-chevron-right"></i><a href="/water/doppler">降雨雷达观测</a></li>
|
<li id="Nav-water-doppler"><i class="icon-chevron-right"></i><a href="/water/doppler">Doppler radar observations</a></li>
|
||||||
<li id="Nav-water-hydro"><i class="icon-chevron-right"></i><a href="/water/hydro">水文观测</a></li>
|
<li id="Nav-water-hydro"><i class="icon-chevron-right"></i><a href="/water/hydro">Hydrological station observations</a></li>
|
||||||
<li id="Nav-water-airsounding"><i class="icon-chevron-right"></i><a href="/water/airsounding">探空观测</a></li>
|
<li id="Nav-water-airsounding"><i class="icon-chevron-right"></i><a href="/water/airsounding">GPS radiosonde observations</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="accordion-group heihe-accordion-title">
|
<div class="accordion-group heihe-accordion-title">
|
||||||
<div class="accordion-heading" id="Nav-water-cold">
|
<div class="accordion-heading" id="Nav-water-cold">
|
||||||
<a href="/water/airebone" title="查看详细" class="pull-right detail-link"><i class="icon-search"></i></a>
|
<a href="/water/airebone" title="View Details" class="pull-right detail-link"><i class="icon-search"></i></a>
|
||||||
<a class="accordion-toggle" data-toggle="collapse" data-parent="#side_accordion" href="#collapse5">
|
<a class="accordion-toggle" data-toggle="collapse" data-parent="#side_accordion" href="#collapse5">
|
||||||
航空遥感
|
Airborne remote sensing experiment
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="collapse5" class="accordion-body collapse">
|
<div id="collapse5" class="accordion-body collapse">
|
||||||
<div class="accordion-inner">
|
<div class="accordion-inner">
|
||||||
<ul class="nav nav-list heihe-subnav">
|
<ul class="nav nav-list heihe-subnav">
|
||||||
<li id="Nav-water-radiometer"><i class="icon-chevron-right"></i><a href="/water/radiometer">微波辐射计</a></li>
|
<li id="Nav-water-radiometer"><i class="icon-chevron-right"></i><a href="/water/radiometer">Microwave radiometers </a></li>
|
||||||
<li id="Nav-water-lidar"><i class="icon-chevron-right"></i><a href="/water/lidar">激光雷达</a></li>
|
<li id="Nav-water-lidar"><i class="icon-chevron-right"></i><a href="/water/lidar">LiDAR</a></li>
|
||||||
<li id="Nav-water-widas"><i class="icon-chevron-right"></i><a href="/water/widas">WiDAS</a></li>
|
<li id="Nav-water-widas"><i class="icon-chevron-right"></i><a href="/water/widas">WiDAS</a></li>
|
||||||
<li id="Nav-water-asd"><i class="icon-chevron-right"></i><a href="/water/asd">成像光谱仪</a></li>
|
<li id="Nav-water-asd"><i class="icon-chevron-right"></i><a href="/water/asd">Imaging spectrometer</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -104,26 +104,18 @@
|
||||||
<div class="accordion-group heihe-accordion-title">
|
<div class="accordion-group heihe-accordion-title">
|
||||||
<div class="accordion-heading" id="Nav-water-cold">
|
<div class="accordion-heading" id="Nav-water-cold">
|
||||||
<a class="accordion-toggle" href="/water/satellite">
|
<a class="accordion-toggle" href="/water/satellite">
|
||||||
卫星遥感
|
Satellite-borne Remote Sensing Experiment
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="collapse6" class="accordion-body collapse">
|
<div id="collapse6" class="accordion-body collapse">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="accordion-group heihe-accordion-title">
|
<div class="accordion-group heihe-accordion-title">
|
||||||
<div class="accordion-heading" id="Nav-water-cold">
|
<div class="accordion-heading" id="Nav-water-document">
|
||||||
<a href="/water/document" title="查看详细" class="pull-right detail-link"><i class="icon-search"></i></a>
|
<a class="accordion-toggle" href="/water/document">
|
||||||
<a class="accordion-toggle" data-toggle="collapse" data-parent="#side_accordion" href="#collapse7">
|
Documents & Publications
|
||||||
试验文档
|
</a>
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
<div id="collapse7" class="accordion-body collapse">
|
</div>
|
||||||
<div class="accordion-inner">
|
|
||||||
<ul class="nav nav-list heihe-subnav">
|
|
||||||
<li id="Nav-water-surveystd"><i class="icon-chevron-right"></i><a href="/water/surveystd">测量规范</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
|
@ -1,43 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle('数据通讯');
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/newsletter.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('数据通讯');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<?php
|
|
||||||
foreach ($this->newsletters as $nl){
|
|
||||||
$name=basename($nl,'.pdf');
|
|
||||||
list(,$num)=explode("_",$name);
|
|
||||||
?>
|
|
||||||
<div class="newsletter">
|
|
||||||
|
|
||||||
<a href="/images/newsletter/<?php echo $nl; ?>" target="_blank">
|
|
||||||
<img src="/images/newsletter/<?php echo $name; ?>.jpg" style="margin-bottom: 10px; margin-right: 10px;" border="0" /></a><br />
|
|
||||||
<a href="/images/newsletter/<?php echo $nl; ?>" target="_blank">第<?php echo $num;?>期数据通讯</a>
|
|
||||||
</div>
|
|
||||||
<?php
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
<p style="clear:left;font-size: 110%;">
|
|
||||||
西部数据中心不定期发布数据通讯,通告中心动态、最新数据、数据工具,以及重要研究进展。</p>
|
|
||||||
<p>
|
|
||||||
在下面文本框里输入您的Email地址,可以订阅数据中心通讯。当通讯发布时,将在第一时间发送到您订阅的Email邮箱里。</p>
|
|
||||||
<div class="note">
|
|
||||||
注意,邮件列表发送的邮件,有可能被您的邮箱当成垃圾邮件隔离,所以请设置您的反垃圾邮箱配置。</div>
|
|
||||||
<?php echo $this->form; ?>
|
|
||||||
<?php if (!empty($this->messages)) : ?>
|
|
||||||
<div id="message">
|
|
||||||
<?php
|
|
||||||
foreach ($this->messages as $info)echo $info;
|
|
||||||
?>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
<div class="note"> 备注:您也可以直接给<a href="mailto:westdc-report-subscribe@lists.westgis.ac.cn">数据通讯</a>发送一封标题为subscribe的邮件进行订阅。
|
|
||||||
</div>
|
|
||||||
<br /><br />
|
|
||||||
</div>
|
|
|
@ -1,33 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('业务气象站观测');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
<p>试验区内常规业务气象站观测的逐日气象资料从中国气象科学数据共享网:(http://cdc.cma.gov.cn)获取。</p>
|
|
||||||
<p>试验区内甘肃省常规业务气象站观测的6时气象资料从甘肃省气象局信息中心获取。</p>
|
|
||||||
</div>
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<hr />
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -1,31 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('排露沟流域加密观测区');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -1,32 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('机载微波辐射计');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -1,32 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('区域气象站观测');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
<p>试验区内张掖市区域气象观测资料从甘肃省气象局信息中心获取。</p>
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -1,58 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle('如何申请数据');
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
//$this->headLink()->appendStylesheet('/css/terms.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb("<a href='/data'>".$this->config->title->data."</a>");
|
|
||||||
$this->breadcrumb('<a href="/data/request">如何申请数据</a>');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="LeftMargin">
|
|
||||||
<h1>如何申请数据?</h1>
|
|
||||||
<p>“西部数据中心”数据申请支持两种方式:在线方式和离线方式。</p>
|
|
||||||
<br />
|
|
||||||
<h2>在线方式: </h2>
|
|
||||||
<p>
|
|
||||||
在线数据获取请访问“西部数据中心”共享门户网站(<a href="Http://westdc.westgis.ac.cn">Http://westdc.westgis.ac.cn</a>),免费注册后,登陆,按类别浏览元数据或者根据关键词进行元数据搜索。如果元数据支持在线下载,在详细元数据里可以找到一个或多个下载链接,点击链接,按提示进行HTTP或FTP下载。使用客户端下载时,建议不超过5线程。<br />
|
|
||||||
</p>
|
|
||||||
<h2>离线方式:</h2>
|
|
||||||
受国家数据政策限制或数据提供者的要求,一些数据提供在线下载。“西部数据中心”有专人负责数据服务,会在尽短时间内回复离线数据请求。“西部数据中心”按照“完全与开放”数据共享原则,以不高于复印、邮寄或材料费提供数据。用户在收到数据后,请按通知返回上述费用。<br />
|
|
||||||
<p>1、找到需要的数据<br />
|
|
||||||
2、点击离线申请<br />
|
|
||||||
3、重复步骤1、2,选择所需的数据,最多可以同时申请5个数据。<br />
|
|
||||||
4、进入"数据篮",提交离线申请。<br />
|
|
||||||
5、根据系统反馈的邮件进行进一步的操作:打印申请表,签字盖章后邮寄给西部数据中心。<br />
|
|
||||||
6、等待西部数据中心答复</p>
|
|
||||||
<p>
|
|
||||||
地址:甘肃兰州东岗西路320号 中国科学院寒区旱区环境与工程研究所 遥感与地理信息科学研究室<br />
|
|
||||||
收件:“西部数据中心”服务组 (收)<br />
|
|
||||||
|
|
||||||
邮编: 730000<br />
|
|
||||||
电话: 0931-4967287 (李红星)<br />
|
|
||||||
<br />
|
|
||||||
</p>
|
|
||||||
<div align="center">
|
|
||||||
<img src="/images/DataRequest.jpg" alt="数据申请流程" width="562" height="410" border="0"
|
|
||||||
usemap="#Map" hidefocus="true" />
|
|
||||||
<map name="Map" id="Map">
|
|
||||||
|
|
||||||
<area shape="poly" coords="203,50,257,51,257,101,258,121,295,125,297,139,161,141,164,125,198,120"
|
|
||||||
href="http://westdc.westgis.ac.cn" />
|
|
||||||
<area shape="poly" coords="192,231,236,232,235,286,253,288,251,304,233,307,233,318,193,317,191,304,177,304,179,288,195,285"
|
|
||||||
href="Documents/application.pdf" />
|
|
||||||
<area shape="poly" coords="25,237,75,235,72,294,96,297,99,315,86,318,88,331,10,332,11,318,0,317,0,296,26,294"
|
|
||||||
href="mailto:westdc@lzb.ac.cn" />
|
|
||||||
</map>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<h2>
|
|
||||||
联系我们:</h2>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
任何意见和建议请联系我们,<a href="mailto:westdc@lzb.ac.cn">westdc@lzb.ac.cn</a>。<br />
|
|
||||||
或者<a href="/about/contact">在线提交</a>。<br />
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -1,33 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('卫星遥感');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
<p>卫星遥感是”黑河综合遥感联合试验“的重要组成部分,在试验期通过免费获取、共享计划和商业购买等多种渠道,获取了可见光/近红外、热红外、主被动微波、激光雷达等丰富的卫星数据。</p>
|
|
||||||
<p>大量卫星遥感数据从EAS,JAXA等机构免费获取,EnviSat数据通过中欧龙计划2期项目获得;JAXA ALOS数据通过Takeo Tadono博士,叶庆华博士和施建成研究员获取(中国科学院青藏所与JAXA合作项目)。</p>
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -1,57 +1,44 @@
|
||||||
<?php
|
<?php
|
||||||
$this->headTitle($this->config->title->site);
|
$this->headTitle($this->config->title->site);
|
||||||
$this->headTitle($this->config->title->data);
|
$this->headTitle($this->config->title->data);
|
||||||
|
|
||||||
$this->headTitle('快速搜索');
|
|
||||||
if (!empty($this->codename)) $this->headTitle($this->codename);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
$this->headTitle()->setSeparator(' - ');
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
$this->headLink()->appendStylesheet('/css/water.css');
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
$this->nav[] = array('link'=>"/water",'title'=>'Watershed Allied Telemetry Experimental Research');
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('快速搜索');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
?>
|
||||||
<div class="tools row">
|
<?= $this->render('breadcrumbs.phtml'); ?>
|
||||||
<ul><form id="search" enctype="application/x-www-form-urlencoded" action="/water/search" method="post">
|
<div class="row">
|
||||||
<li><input type="text" name="q" id="q" value="输入关键词搜索标题和摘要" onfocus="myfocus(this);" onblur="myblur(this);"></li>
|
<div class="span3">
|
||||||
<li><button type="submit" name="submit" id="submit">搜索</button></li>
|
<?= $this->partial('water/navi.phtml'); ?>
|
||||||
<li><button type="button" onclick="location.href='/water/tag'">关键词导航</button></li>
|
</div>
|
||||||
<li><button type="button" onclick="location.href='/water/timeline'">时间轴导航</button></li>
|
<div class="span9">
|
||||||
<li><button type="button" onclick="location.href='/water/timemap'">时空联合导航</button></li>
|
<div class="row" style="overflow:hidden;">
|
||||||
</form></ul>
|
<div class="input-append">
|
||||||
<script>
|
<form id="search" enctype="application/x-www-form-urlencoded" action="/water/search" method="post">
|
||||||
function myfocus(element) {
|
<input type="text" name="q" id="q" value="Title or Abstract" onfocus="myfocus(this);" onblur="myblur(this);">
|
||||||
if (element.value == element.defaultValue) {
|
<button class="btn" type="submit" name="submit" id="submit">Search</button>
|
||||||
element.value = '';
|
<button class="btn" type="button" onclick="location.href='/water/tag'">Keywords</button>
|
||||||
}
|
<button class="btn" type="button" onclick="location.href='/water/timeline'">Timeline</button>
|
||||||
}
|
<button class="btn" type="button" onclick="location.href='/water/timemap'">TimeMap</button>
|
||||||
function myblur(element) {
|
</form>
|
||||||
if (element.value == '') {
|
</div>
|
||||||
element.value = element.defaultValue;
|
</div>
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
</div>
|
|
||||||
<?php if (!empty($this->metadata)) : ?>
|
<?php if (!empty($this->metadata)) : ?>
|
||||||
|
<?php echo $this->page->getNavigation(); ?>
|
||||||
|
<hr />
|
||||||
|
<div class="mdlist">
|
||||||
|
<ol start="<?php echo $this->offset; ?>">
|
||||||
|
<?php foreach($this->metadata as $md) : ?>
|
||||||
|
<li><a href="/water/view/uuid/<?php echo $md['uuid']; ?>" title="<?php echo mb_strlen($md['description'])>400?$this->escape(mb_substr($md['description'],0,400,'UTF-8').'...'):$this->escape($md['description']);?>"><?php echo $md['title']; ?></a></li>
|
||||||
|
<?php endforeach; ?>
|
||||||
|
</ol>
|
||||||
|
</div>
|
||||||
|
<hr />
|
||||||
<?php echo $this->page->getNavigation();
|
<?php echo $this->page->getNavigation();
|
||||||
foreach($this->metadata as $md) : ?>
|
|
||||||
<div class="media well well-small">
|
|
||||||
<a class="pull-left" href="#">
|
|
||||||
<img class="media-object" src="/service/thumb/id/<?php echo $md['id'];?>" data-src="holder.js/128x128">
|
|
||||||
</a>
|
|
||||||
<div class="media-body">
|
|
||||||
<h4 class="media-heading"><a href="/data/<?php echo $md['uuid'];?>"><?php echo $this->escape($md['title']);?></a></h4>
|
|
||||||
<div class="summary"><?php echo str_replace(array("\r\n", "\n", "\r"),'<br />',mb_strlen($md['description'])>400?$this->escape(mb_substr($md['description'],0,400,'UTF-8').'...'):$this->escape($md['description']));?></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
<hr class="mditem" />
|
|
||||||
<?php echo $this->page->getNavigation();
|
|
||||||
else :
|
else :
|
||||||
?>
|
?>
|
||||||
<div class="mditem">
|
<div>
|
||||||
<hr />
|
<p>Search results is empty.</p>
|
||||||
您的搜索结果为空,请尝试缩小关键词进行查询。
|
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
</div>
|
||||||
|
</div>
|
|
@ -1,49 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle('数据集序列');
|
|
||||||
$this->headTitle($this->codename);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/metadata.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/data/series">数据集浏览</a>');
|
|
||||||
if (!empty($this->codename)) $this->breadcrumb($this->codename);
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div id='tools'>
|
|
||||||
<?= $this->partial('data/tools.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div id='leftnav'>
|
|
||||||
<fieldset><legend>数据集序列</legend>
|
|
||||||
<ul>
|
|
||||||
<?php foreach($this->serie as $cg) : ?>
|
|
||||||
<li><a href='/data/series/<?php echo $cg['name']; ?>'><?php echo $cg['name']; ?></a>(<?php echo $cg['count']; ?>)</li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ul></fieldset>
|
|
||||||
<?php if ($this->showtools) : ?>
|
|
||||||
<fieldset><legend>本序列中常用地点关键词</legend>
|
|
||||||
<ul>
|
|
||||||
<?php foreach($this->places as $place) : ?>
|
|
||||||
<li><a href='/data/series/<?php echo $this->seriesid; ?>/<?php echo urlencode($place['keyword']); ?>'><?php echo $place['keyword']; ?></a><span class="note">(<?php echo $place['count']; ?>)</span></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ul>
|
|
||||||
</fieldset>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
<?php if (!empty($this->metadata)) : ?>
|
|
||||||
<div id='metacontent'>
|
|
||||||
<h1>当前浏览数据集序列:<?php echo $this->codename; ?></h1>
|
|
||||||
<?php if ($this->showtools) echo $this->form; ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<hr />
|
|
||||||
<div class="mditem">
|
|
||||||
<div class="thumb"><img src="/service/thumb/id/<?php echo $md['id'];?>" /></div>
|
|
||||||
<h2><a href="/data/<?php echo $md['uuid']; ?>"><?php echo $this->escape($md['title']);?></a>
|
|
||||||
</h2>
|
|
||||||
<span><?php echo mb_strlen($md['description'])>400?$this->escape(mb_substr($md['description'],0,400,'UTF-8').'...'):$this->escape($md['description']);?></span>
|
|
||||||
</div>
|
|
||||||
<?php endforeach; echo $this->page->getNavigation(); ?>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
|
@ -1,31 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle('用户服务');
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/service.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb("<a href='/data'>".$this->config->title->data."</a>");
|
|
||||||
$this->breadcrumb('用户服务');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="service"><h3>离线数据服务</h3>
|
|
||||||
主要包括网络传输和免费光盘邮寄。网络传输以电子邮件和ftp传输为主要形式,ftp提供72小时存储服务,过期数据自动删除。在数据量过大或不具备网络传输条件的情况下,则提供免费数据光盘邮寄服务。在国家数据共享政策允许范围内,用户按照离线数据申请程序,签署《中国西部环境与生态科学数据中心数据共享协议》之后即可获得离线数据服务。将有专职人员负责受理用户的数据申请,包括准备数据、建立ftp下载链接及后续的服务工作等。但由于基础地理数据、DEM数据、等高线数据、野外实际观测数据(包括气象观测站、水文数据和某些项目提供的野外观测数据)这四类数据属于国家部分保密数据和部分项目提供时要求签字的数据,故包含有上述四类数据的申请协议,申请者需请导师或项目负责人签字后再邮寄打印协议到西部数据中心。对于国家数据共享政策允许范围外的数据(包括密级较高的数据和没有得到数据生产单位授权的数据)数据中心则无法提供。用户在使用数据过程中须严格遵守<a href="/about/terms">在线使用条款和免责声明</a>。
|
|
||||||
<p>自数据服务工作实施以来,得到了广大用户的热情垂询和使用。截止2007年9月,已向80余家科研单位的科研人员提供离线数据服务达200多人次,离线申请数据量现已超过1Tb。网站在线下载数据量达20 GB。查看<a href="/data/offlineapp">离线数据服务纪录</a></p>
|
|
||||||
</div>
|
|
||||||
<div class="service"><h3>数据共享上门服务</h3>
|
|
||||||
|
|
||||||
主要针对西部计划项目进行上门服务,一方面提供数据中心已有共享数据,一方面了解数据需求以及各项目组对数据中心数据服务的意见、建议和要求等,广泛交流总结经验,不断完善数据共享体制。今后,数据共享上门服务将有计划的持续进行。
|
|
||||||
<p>截至2006年10月,数据服务小组共走访了14个城市,39家单位,58个西部计划项目,为西部计划项目免费提供了目前西部数据中心所拥有的共享数据,并广泛征集各项目组对西部数据中心数据服务的意见、建议和要求等,为提高数据服务工作质量奠定了良好的基础。</p>
|
|
||||||
</div>
|
|
||||||
<div class="service"><h3>在线数据服务</h3>
|
|
||||||
目前,数据中心门户网站提供了丰富的数据信息,而且大部分数据可以登录后在线下载。数据服务小组有专人负责维护网络链接的有效性和在线反馈意见的处理,保证数据在线下载顺利畅通,同时,不断完善、补充元数据,最大程度提高数据的利用率。今后,随着网站以及数据共享政策和体制的健全,数据服务将进一步在线化。
|
|
||||||
</div>
|
|
||||||
<div class="service"><h3>完善和收集共享数据</h3>
|
|
||||||
主要是完善现已提交共享的数据,查找数据中可能存在的错误,整理部分共享数据的文档,收集网络上尤其是国外网站上发布的相关的共享影像和气象水文数据。
|
|
||||||
如果您想提交您的数据,请查看<a href="/data/submit">如何提交您的数据</a>。
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="service"><h3>数据中心间的协调与共享</h3>
|
|
||||||
通过WEBSERVICES、RSS、GEOJSON等多种形式,在多个数据中心之间提供基于数据服务的共享。
|
|
||||||
</div>
|
|
|
@ -1,33 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle('如何提交数据');
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
//$this->headLink()->appendStylesheet('/css/terms.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb("<a href='/data'>".$this->config->title->data."</a>");
|
|
||||||
$this->breadcrumb('<a href="/data/submit">如何提交数据</a>');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<h2>准备数据</h2>
|
|
||||||
在提交数据之前,您需要首先整理数据,制作相应的数据文档。西部数据中心对数据格式没有要求,但如果是自定义的数据格式,请务必要在数据文档中说明各字段含义及数据使用方式。在撰写数据文档说明中请明确阐述数据背景、生产过程、质量控制、内容、引用等信息,详细请参考我们附件的样例文档。数据汇总后我们会加以整理,并在提交的数据文档基础上进行必要的整理和扩充。
|
|
||||||
|
|
||||||
<h2>提交数据</h2>
|
|
||||||
提交数据有多种方式,若您有任何不清楚,<a href="/about/contact">请务必联系我们</a>。
|
|
||||||
<h3>FTP传输方式</h3>
|
|
||||||
|
|
||||||
这是我们推荐给您的首选方式,优点是支持大文件传输,速度快。您可以使用FTP客户端工具上传数据到我们的文件服务器。
|
|
||||||
FTP地址: ftp://ftp.westgis.ac.cn 用户名:upload 密码:upload (注:此链接只用于数据上传,无法进行下载、删除等操作)
|
|
||||||
请在上传结束后,发送一封电子邮件给<a href="mailto:westdc@lzb.ac.cn">西部数据中心</a>,以便我们尽快地发布您的数据。
|
|
||||||
<h3>电子邮件传输方式</h3>
|
|
||||||
若您的数据量(小于5Mb)不大,也可以采用电子邮件方式发送给我们。我们的邮件地址是:<a href="mailto:westdc@lzb.ac.cn">westdc@lzb.ac.cn</a>。
|
|
||||||
<h3>传统邮寄方式</h3>
|
|
||||||
您也可以通过传统的邮递方式发送给我们,我们的联系地址是:
|
|
||||||
地址:甘肃兰州东岗西路320号 中国科学院寒区旱区环境与工程研究所 遥感与地理信息研究室<br />
|
|
||||||
|
|
||||||
收件:“西部数据中心”服务组 (收)<br />
|
|
||||||
邮编: 730000<br />
|
|
||||||
电话: 0931-4967287 (李红星)<br />
|
|
||||||
<h3>发布数据</h3>
|
|
||||||
我们在接收到您的数据后,将尽快根据您的数据文档制作元数据,发布到西部数据中心网站上。而在发布之前,我们将把其发送给您检查错误。
|
|
||||||
请您在提交数据的同时确定项目数据的共享程度,包括共享开始时间、共享人员范围和共享方式(在线下载或离线申请两种,在线下载只需要用户在西部数据中心网站注册登陆即可,离线申请需要用户签署数据共享协议),如果没有专门指定,我们将按照数据中心数据共享有关规范进行共享。
|
|
|
@ -1,65 +1,54 @@
|
||||||
<?php
|
<?php
|
||||||
$this->headTitle($this->config->title->site);
|
$this->headTitle($this->config->title->site);
|
||||||
$this->headTitle($this->config->title->data);
|
$this->headTitle($this->config->title->data);
|
||||||
if (!empty($this->codename)) $this->headTitle($this->codename);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
$this->headTitle()->setSeparator(' - ');
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
$this->headLink()->appendStylesheet('/css/water.css');
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
$this->nav[] = array('link'=>"/water",'title'=>'Watershed Allied Telemetry Experimental Research');
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
?>
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
<?= $this->render('breadcrumbs.phtml'); ?>
|
||||||
$this->breadcrumb('关键词导航'.(($this->codename)?':'.$this->codename:''));
|
<div class="row">
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
<div class="span3">
|
||||||
?>
|
<?= $this->partial('water/navi.phtml'); ?>
|
||||||
<div class="row">
|
</div>
|
||||||
<div class="span3">
|
<div class="span9">
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
<?php if (!empty($this->metadata)) : ?>
|
||||||
</div>
|
<div id='mdlist'>
|
||||||
<div class="span9">
|
<h1>Tags: <?php echo $this->codename; ?> 【<a href="/water/tag/">All tags</a>】</h1>
|
||||||
<div class="row" style="overflow:hidden;">
|
<?php echo $this->page->getNavigation(); ?>
|
||||||
<div class="input-append">
|
<hr />
|
||||||
<form id="search" enctype="application/x-www-form-urlencoded" action="/water/search" method="post">
|
<div class="md-list">
|
||||||
<input type="text" name="q" id="q" value="输入关键词搜索标题和摘要" onfocus="myfocus(this);" onblur="myblur(this);">
|
<ol start="<?php echo $this->offset; ?>">
|
||||||
<button class="btn" type="submit" name="submit" id="submit">搜索</button>
|
<?php foreach($this->metadata as $md) : ?>
|
||||||
<button class="btn" type="button" onclick="location.href='/water/tag'">关键词导航</button>
|
<li><a href="/water/view/uuid/<?php echo $md['uuid']; ?>" title="<?php echo mb_strlen($md['description'])>400?$this->escape(mb_substr($md['description'],0,400,'UTF-8').'...'):$this->escape($md['description']);?>"><?php echo $md['title']; ?></a></li>
|
||||||
<button class="btn" type="button" onclick="location.href='/water/timeline'">时间轴导航</button>
|
<?php endforeach; ?>
|
||||||
<button class="btn" type="button" onclick="location.href='/water/timemap'">时空联合导航</button>
|
</ol>
|
||||||
</form>
|
</div>
|
||||||
</div>
|
<hr />
|
||||||
</div>
|
<?php echo $this->page->getNavigation(); ?>
|
||||||
<?php if (!empty($this->metadata)) : ?>
|
</div>
|
||||||
<h3>当前浏览:<?php echo $this->codename; ?></h3>
|
<?php else : ?>
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
<div>
|
||||||
<div class="media well well-small">
|
<?php
|
||||||
<a class="pull-left" href="#">
|
$keytypezh=array('place'=>'Place','theme'=>'Theme','discipline'=>'Discipline','stratum'=>'Stratum','temporal'=>'Temporal');
|
||||||
<img class="media-object" src="/service/thumb/id/<?php echo $md['id'];?>" data-src="holder.js/128x128">
|
$type='';
|
||||||
</a>
|
foreach($this->keywords as $cg) :
|
||||||
<div class="media-body">
|
if ($type!=$cg['keytype']) :
|
||||||
<h4 class="media-heading"><a href="/data/<?php echo $md['uuid'];?>"><?php echo $this->escape($md['title']);?></a></h4>
|
if ($type!='') : ?>
|
||||||
<div class="summary"><?php echo str_replace(array("\r\n", "\n", "\r"),'<br />',mb_strlen($md['description'])>400?$this->escape(mb_substr($md['description'],0,400,'UTF-8').'...'):$this->escape($md['description']));?></div>
|
</ul>
|
||||||
</div>
|
<?php endif;
|
||||||
</div>
|
$type=$cg['keytype'];
|
||||||
<?php endforeach; ?>
|
?>
|
||||||
|
<h4><a href="/water/tag/keytype/<?php echo $type; ?>"><?php echo $keytypezh[$type]; ?></a>
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
<?php if ($this->keytype) : ?><a class="pull-right" href="/water/tag"><i class="icon-tags"></i>All tags</a> <?php endif; ?></h4>
|
||||||
</div>
|
<ul class="inline">
|
||||||
<?php else : ?>
|
<li><a href='/water/tag/key/<?php echo urlencode($cg['keyword']); ?>'><i class="icon-tag"></i><?php echo $cg['keyword']; ?></a><span class="note">(<?php echo $cg['count']; ?>)</span></li>
|
||||||
<div id='links'>
|
<?php else : ?>
|
||||||
<?php
|
<li><a href='/water/tag/key/<?php echo urlencode($cg['keyword']); ?>'><i class="icon-tag"></i><?php echo $cg['keyword']; ?></a><span class="note">(<?php echo $cg['count']; ?>)</span></li>
|
||||||
$keytypezh=array('place'=>'地点关键词','theme'=>'主题关键词','discipline'=>'学科关键词','stratum'=>'地层关键词','temporal'=>'时间关键词');
|
<?php endif; ?>
|
||||||
foreach($this->keywords as $type=>$kcg) :
|
<?php endforeach; ?>
|
||||||
if (is_array($kcg) && count($kcg)>0 ) :
|
</ul>
|
||||||
?>
|
</fieldset></div>
|
||||||
<fieldset><legend><?php echo $keytypezh[$type]; ?></legend>
|
<?php endif; ?>
|
||||||
<ul>
|
</div>
|
||||||
<?php foreach($kcg as $cg) : ?>
|
|
||||||
<li><a href='/water/tag/<?php echo urlencode($cg['keyword']); ?>'><?php echo $cg['keyword']; ?></a><span class="note">(<?php echo $cg['count']; ?>)</span></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</fieldset>
|
|
||||||
<?php endif;endforeach; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
</div>
|
|
@ -1,14 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
$this->headTitle($this->config->title->site);
|
$this->headTitle($this->config->title->site);
|
||||||
$this->headTitle($this->config->title->data);
|
$this->headTitle($this->config->title->data);
|
||||||
$this->headTitle('时间轴导航');
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
$this->headTitle()->setSeparator(' - ');
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
$this->headLink()->appendStylesheet('/css/water.css');
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
$this->nav[] = array('link'=>"/water",'title'=>'Watershed Allied Telemetry Experimental Research');
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('时间轴导航');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
$this->headScript()->appendFile('/js/timeline_var.js');
|
$this->headScript()->appendFile('/js/timeline_var.js');
|
||||||
$this->headScript()->appendFile('/js/timeline_js/timeline-api.js');
|
$this->headScript()->appendFile('/js/timeline_js/timeline-api.js');
|
||||||
$this->headScript()->appendFile('/js/watertime.js');
|
$this->headScript()->appendFile('/js/watertime.js');
|
||||||
|
|
|
@ -1,13 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
$this->headTitle($this->config->title->site);
|
$this->headTitle($this->config->title->site);
|
||||||
$this->headTitle($this->config->title->data);
|
$this->headTitle($this->config->title->data);
|
||||||
$this->headTitle('时空导航');
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
$this->headTitle()->setSeparator(' - ');
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
$this->headLink()->appendStylesheet('/css/water.css');
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
$this->nav[] = array('link'=>"/water",'title'=>'Watershed Allied Telemetry Experimental Research');
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('时空联合导航');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
$this->theme->AppendPlus($this,'google_map_v3');
|
$this->theme->AppendPlus($this,'google_map_v3');
|
||||||
$this->theme->AppendPlus($this,'colorbox');
|
$this->theme->AppendPlus($this,'colorbox');
|
||||||
$this->headScript()->appendFile('/js/timeline_var.js');
|
$this->headScript()->appendFile('/js/timeline_var.js');
|
||||||
|
|
|
@ -1,34 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle('中国西部环境与生态科学重大研究计划');
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/westee.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('中国西部环境与生态科学重大研究计划');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<hr />
|
|
||||||
<div class="mditem">
|
|
||||||
<div class="itemid">ID</div>
|
|
||||||
<div class="title">名称</div>
|
|
||||||
<div class="sponsor">主持人</div>
|
|
||||||
<div class="institute">挂靠单位</div>
|
|
||||||
<div class="date">执行时间</div>
|
|
||||||
</div>
|
|
||||||
<?php foreach($this->westee as $md) : ?>
|
|
||||||
<hr />
|
|
||||||
<div class="mditem">
|
|
||||||
<div class="itemid"><?php echo $md['id'];?></div>
|
|
||||||
<div class="title"><?php echo $md['title'];?></div>
|
|
||||||
<span class="sponsor"><?php echo $md['sponsor'];?></span>
|
|
||||||
<div class="institute"><?php echo $md['institute'];?></div>
|
|
||||||
<div class="date"><?php echo date('Y-m',strtotime($md['start']));?>至<?php echo date('Y-m',strtotime($md['end']));?></div>
|
|
||||||
<?php foreach($this->westeemd as $eemd) : ?>
|
|
||||||
<?php if ($eemd['eeid']==$md['id']) : ?>
|
|
||||||
<div class="data">提交数据:<a href="/data/<?php echo $eemd['uuid'];?>"><?php echo $eemd['title'];?></a></div>
|
|
||||||
<?php endif; ?>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</div>
|
|
||||||
<?php endforeach; ?>
|
|
|
@ -1,32 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('激光雷达');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -1,32 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('盈科绿洲加密观测区');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -1,32 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('张掖市加密观测区');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -1,32 +0,0 @@
|
||||||
<?php
|
|
||||||
$this->headTitle($this->config->title->site);
|
|
||||||
$this->headTitle($this->config->title->data);
|
|
||||||
$this->headTitle()->setSeparator(' - ');
|
|
||||||
$this->headLink()->appendStylesheet('/css/water.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
|
||||||
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
|
||||||
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('观象台加密观测区');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span3">
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<div id="intro">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol start="<?php echo $this->offset; ?>">
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
Loading…
Reference in New Issue